Merge from gnus--rel--5.10
[bpt/emacs.git] / lisp / ChangeLog
1 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4 (gdb-var-delete): Use it.
5 (gdb-var-update-handler-1): Handle value "invalid" for MI field
6 `in_scope'.
7
8 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
9
10 * files.el (get-free-disk-space): Return nil for remote
11 directories.
12
13 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
14 instead of "dir".
15
16 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
17
18 * type-break.el (type-break-catch-up-event): New function.
19 (type-break-demo-hanoi, type-break-demo-life)
20 (type-break-demo-boring): Use it.
21
22 * image-mode.el (image-mode): Don't automatically view as image.
23 (image-toggle-display): Add `disabled' property.
24
25 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
26
27 * isearchb.el (isearchb-iswitchb):
28 * ps-print.el (ps-build-face-reference):
29 * emacs-lisp/shadow.el (list-load-path-shadows):
30 * eshell/esh-cmd.el (eshell-rewrite-for-command):
31 * international/mule.el (find-auto-coding):
32 * mail/supercite.el (sc-attrib-selection-list):
33 * progmodes/cc-defs.el (c-emacs-features):
34 * progmodes/cc-vars.el (c-offsets-alist):
35 * progmodes/flymake.el
36 (flymake-init-create-temp-source-and-master-buffer-copy):
37 Fix typos in docstrings (some suggested by Chris Moore).
38
39 * progmodes/vhdl-mode.el (vhdl-components-package-name)
40 (vhdl-get-library-unit, vhdl-corresponding-begin)
41 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
42 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
43 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
44 (vhdl-font-lock-match-item): Fix typos in docstrings.
45 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
46 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
47 (vhdl-speedbar-insert-project-hierarchy):
48 Improve argument/docstring consistency.
49
50 2007-01-29 Kenichi Handa <handa@m17n.org>
51
52 * international/titdic-cnv.el (py-converter): Fix previous change.
53
54 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
55
56 * jka-compr.el (jka-compr-partial-uncompress)
57 (jka-compr-call-process): Rebind default-directory if it is
58 invalid. Suggested by Chris Moore.
59
60 * comint.el (comint-insert-input): Handle situation where the
61 selected buffer is not the clicked buffer.
62
63 2007-01-29 Kenichi Handa <handa@m17n.org>
64
65 * international/ja-dic-cnv.el (skkdic-convert):
66 Add byte-compile-disable-print-circle:t at the head.
67
68 * international/titdic-cnv.el (tit-process-header):
69 Add byte-compile-disable-print-circle:t at the head.
70 (miscdic-convert): Likewise.
71 (py-converter): Skip the header comments.
72
73 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
74 New variable.
75 (byte-compile-output-file-form): Bing print-circle to nil if
76 byte-compile-output-file-form is not nil.
77 (byte-compile-output-docform): Likewise.
78
79 2007-01-28 Kim F. Storm <storm@cua.dk>
80
81 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
82 Declare earlier to avoid byte compiler warnings.
83
84 2007-01-28 Markus Triska <markus.triska@gmx.at>
85
86 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
87
88 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
89
90 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
91 (gamegrid-add-score-with-update-game-score-1): Allow local quits
92 when calling update-game-score program. Remove unnecessary
93 save-excursion.
94
95 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
96
97 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
98
99 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
100 avoid compiler warning.
101 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
102 might have values other than "true" or "false".
103
104 2007-01-28 Richard Stallman <rms@gnu.org>
105
106 * textmodes/fill.el (fill-paragraph-function): Doc fix.
107 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
108
109 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
110
111 * image.el (image-type-header-regexps): Make GIF regex more specific.
112
113 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
114 Don't check `backspace'.
115 (tutorial--find-changed-keys): Look up bindings in a temp buffer
116 in Fundamental mode.
117
118 * startup.el (fancy-splash-text, normal-splash-screen):
119 Mention C-g.
120
121 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
122 when inserting in buffer.
123
124 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
125 inside the if.
126
127 2007-01-27 Richard Stallman <rms@gnu.org>
128
129 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
130
131 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
132
133 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
134 enum/union/struct/class definition.
135 Revert change to call `forward-sexp' multiple times.
136
137 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
138
139 * files.el (hack-local-variables-confirm): Don't keep trying to
140 read an event from an empty kbd macro.
141
142 2007-01-27 Eli Zaretskii <eliz@gnu.org>
143
144 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
145
146 2007-01-27 Ben North <ben@redfrontdoor.org>
147
148 * outline.el (outline-promote, outline-demote): Doc fix. Rename
149 the arg CHILDREN -> WHICH.
150
151 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
152
153 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
154 default-directory to a sane value when calling start-process.
155
156 2007-01-27 Eli Zaretskii <eliz@gnu.org>
157
158 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
159 (ls-lisp-format-time-list): Doc fix. Mention
160 ls-lisp-use-localized-time-format.
161 (ls-lisp-format-time): Use ls-lisp-format-time-list if
162 ls-lisp-use-localized-time-format is non-nil, even if a valid
163 locale is defined.
164
165 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
166
167 * jka-compr.el (jka-compr-shell): Doc fix.
168
169 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
170
171 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
172
173 * ps-print.ps: Fix background height.
174 (ps-print-version): New version 6.7.2.
175
176 2007-01-26 Eli Zaretskii <eliz@gnu.org>
177
178 * makefile.w32-in (finder-data, custom-deps): Depend on
179 $(lisp)/loaddefs.el.
180
181 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
182
183 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
184
185 2007-01-24 Miles Bader <miles@gnu.org>
186
187 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
188 (byte-compile-output-docform): Bind `print-circle' to t.
189
190 2007-01-24 Kenichi Handa <handa@m17n.org>
191
192 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
193 file name of the original SKK dictionary file.
194
195 2007-01-24 Kim F. Storm <storm@cua.dk>
196
197 * ido.el (ido-initial-position): New variable.
198 (ido-read-internal): Set it if default item is specified.
199 (ido-minibuffer-setup): Position cursor accordingly if set.
200 (ido-edit-input): C-e moves to end of input if not already there.
201 (ido-magic-backward-char): C-b does like M-b if prev char is /.
202 Don't switch to buffer mode if repeating C-b at start of input.
203 (ido-toggle-ignore): C-a only toggles ignore at start or end of
204 input; else it moves to start of input.
205 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
206 not at end of input, delete rest of input, rather than normal op.
207
208 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
209
210 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
211
212 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
213 of message. Activate mark.
214 (ediff-activate-mark): Set transient-mark-mode to t.
215
216 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
217
218 2007-01-23 Martin Rudalics <rudalics@gmx.at>
219
220 * help-fns.el (describe-variable): Don't suppress display of
221 buffer local value when the value is "large".
222
223 2007-01-22 Kim F. Storm <storm@cua.dk>
224
225 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
226 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
227 (ido-tidy): Use ido-active.
228
229 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
230
231 * hexl.el (hexl-mode-exit): Add missing quote.
232
233 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
234
235 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
236 (mac-ae-keyboard-modifiers): New function.
237 (mac-handle-toolbar-switch-mode): Use it.
238 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
239 if keyboard modifiers on drop contain option key.
240 (mac-dnd-drop-data): Add optional argument `action'.
241 (special-event-map): Remove binding for M-drag-n-drop.
242
243 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
244
245 * add-log.el (add-log-current-defun): Use CC Mode functions to
246 find the beginning and end of a defun.
247
248 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
249
250 * progmodes/gdb-ui.el (gdb-var-create-regexp)
251 (gdb-var-create-handler): Handle value field in GDB output of
252 -var-create.
253 (gdb-max-frames): New variable.
254 (gdb-stack-buffer, gdb-frames-select): Use it.
255 (gdb-info-stack-custom): Help user customize gdb-max-frames,
256 if necessary.
257 (gdb-get-frame-number): Simplify.
258
259 2007-01-21 Glenn Morris <rgm@gnu.org>
260
261 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
262 Update copyrights.
263
264 2007-01-21 Alan Mackenzie <acm@muc.de>
265
266 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
267 handling of K&R stuff.
268
269 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
270
271 * textmodes/bibtex.el (bibtex-files): Fix customization type.
272
273 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
274
275 * ps-print.el: Handle frame parameters (background and/or foreground
276 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
277 (ps-print-version): New version 6.7.1.
278 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
279 (ps-frame-parameter): New fun.
280 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
281 Fix doc and customization.
282 (ps-begin-job): Get frame parameters (background and/or foreground
283 colors).
284 (ps-do-despool): Ensure ps-printer-name has a valid value.
285
286 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
287
288 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
289 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
290 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
291 mean unlimited.
292
293 2007-01-20 Alan Mackenzie <acm@muc.de>
294
295 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
296 much more rigorous analysis of putative K&R regions.
297
298 2007-01-20 Alan Mackenzie <acm@muc.de>
299
300 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
301 New functions.
302
303 2007-01-20 Alan Mackenzie <acm@muc.de>
304
305 * progmodes/cc-align.el, progmodes/cc-cmds.el,
306 * progmodes/cc-defs.el, progmodes/cc-engine.el,
307 * progmodes/cc-langs.el, progmodes/cc-styles.el,
308 * progmodes/cc-vars.el: Add my name.
309
310 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
311
312 * files.el (find-alternate-file): Revert query message to Emacs 21
313 version.
314
315 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
316
317 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
318 the doc string how to use personal abbrevs without electric
319 keywords.
320
321 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
322
323 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
324 Fixed cursor position when toggle abbreviated display.
325
326 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
327
328 * t-mouse.el: Update copyright following assignment by
329 Alessandro Rubini.
330
331 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
332
333 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
334 (type-break-demo-boring): Call read-event instead of read-char.
335
336 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
337
338 * progmodes/compile.el: Add handling for makepplog.
339
340 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
341
342 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
343 aspell dictionaries are initialized when called non-interactively.
344
345 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
346
347 * progmodes/compile.el (compilation-loop): New arg limit.
348 Handle case where the first error is at point-min.
349 (compilation-next-error): New arg to compilation-loop call.
350
351 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
352
353 * info.el (Info-default-dirs): Change default info dir to
354 share/info.
355
356 * paths.el (Info-default-directory-list): Ditto.
357
358 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
359
360 * hexl.el (hexl-before-revert-hook): New function.
361 (hexl-mode): Use it.
362 (hexl-after-revert-hook): Just call hexl-mode.
363 (hexl-mode-exit): Remove before-revert-hook.
364
365 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
368
369 2007-01-16 Martin Rudalics <rudalics@gmx.at>
370
371 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
372 by "-" in francais7 otherchars entry.
373 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
374 otherchars entry.
375
376 2007-01-15 Karl Fogel <kfogel@red-bean.com>
377
378 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
379 path. Rewrite function in `cond' style for readability.
380
381 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
382 (The path shortening, that is, not the rearrarangement.)
383
384 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
385
386 * term/mac-win.el (mac-ae-quit-application): New function.
387 (mac-apple-event-map): Bind "quit application" Apple event to it.
388
389 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
392 than the program's output.
393
394 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
395
396 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
397 (kmacro-start-macro-or-insert-counter)
398 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
399 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
400
401 * longlines.el (longlines-show-hard-newlines):
402 * ruler-mode.el (ruler-mode-ruler):
403 * emulation/keypad.el (keypad-setup):
404 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
405 Fix typo in docstring.
406
407 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
408
409 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
410 Remove redirect character ">".
411
412 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
413
414 * replace.el (perform-replace): Remove leftover code.
415
416 2007-01-12 Richard Stallman <rms@gnu.org>
417
418 * replace.el (perform-replace): Don't clear NODENT when computing
419 the replacement string.
420
421 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
422
423 * net/tramp.el (tramp-handle-file-local-copy):
424 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
425 <christopher.ian.moore@gmail.com>.
426
427 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * diff-mode.el (diff-sanity-check-context-hunk-half)
430 (diff-sanity-check-hunk): New functions.
431 (diff-find-source-location): Use'em to check the hunks are well-formed.
432
433 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
434 activate undo when undo is not active.
435 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
436
437 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
440 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
441 (ffap-url-at-point): Use char-classes rather than "a-z".
442
443 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
444
445 * ediff-init.el (ediff-autostore-merges):
446 * textmodes/fill.el (fill-region): Doc fix.
447
448 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * server.el (server-ensure-safe-dir): UIDs may be floats.
451
452 2007-01-10 Richard Stallman <rms@gnu.org>
453
454 * battery.el (battery-linux-proc-acpi): Use ignore-errors
455 around calls to directory-files.
456
457 * subr.el (momentary-string-display): Use save-excursion.
458
459 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
460 argument, but read it as `X' does.
461
462 2007-01-09 Juri Linkov <juri@jurta.org>
463
464 * info.el (Info-fontify-node): Don't hide node names of index entries.
465
466 * faces.el (momentary): Change :group to basic-faces where all
467 basic faces belong to. Add :version.
468
469 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
470
471 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
472 keybinding is found.
473 (tutorial--find-changed-keys): Never treat null keybinding as a
474 remapping.
475
476 2007-01-09 Martin Rudalics <rudalics@gmx.at>
477
478 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
479
480 2007-01-09 Kenichi Handa <handa@m17n.org>
481
482 * international/mule-cmds.el
483 (select-safe-coding-system-interactively): Fix message.
484
485 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
486
487 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
488 (tramp-process-actions): Add optional parameter TIMEOUT.
489 (tramp-open-connection-telnet, tramp-open-connection-rsh)
490 (tramp-open-connection-su): Add timeout of 60".
491
492 2007-01-09 Richard Stallman <rms@gnu.org>
493
494 * progmodes/compile.el (compile): Doc fix.
495
496 2007-01-09 Markus Triska <markus.triska@gmx.at>
497
498 * tumme.el (tumme-display-thumb): Doc fix.
499
500 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
501
502 * battery.el (battery-search-for-one-match-in-files):
503 * bindings.el (mode-line-minor-mode-help):
504 * x-dnd.el (x-dnd-types-alist):
505 * calendar/icalendar.el (icalendar-import-buffer):
506 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
507
508 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
509
510 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
511
512 * replace.el (replace-regexp): Fix typo in docstring.
513
514 2007-01-07 Alan Mackenzie <acm@muc.de>
515
516 * progmodes/cc-langs.el (c-operators, c-filter-ops):
517 Amend doc-string and comments.
518
519 2007-01-06 Eli Zaretskii <eliz@gnu.org>
520
521 * files.el (abbreviate-file-name): Doc fix.
522
523 2007-01-06 Markus Triska <triska@gmx.at>
524
525 * subr.el (split-string): Remove spurious ")" from doc string.
526
527 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
528
529 * textmodes/table.el (table--warn-incompatibility):
530 Use display-warning instead of momentary-string-display.
531
532 2007-01-05 Richard Stallman <rms@gnu.org>
533
534 * image.el (image-type-header-regexps): Recognize xbm more strictly.
535
536 * simple.el (backward-kill-word): Doc fix.
537
538 2007-01-05 Romain Francoise <romain@orebokech.com>
539
540 * international/mule.el (sgml-html-meta-auto-coding-function):
541 Ensure that the buffer contains a HTML document.
542
543 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
544
545 * faces.el (momentary): Move here ...
546 * subr.el (momentary): ... from here.
547
548 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
549
550 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
551 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
552 large structures/arrays.
553
554 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
555
556 * files.el (find-file-noselect-1, set-visited-file-name):
557 Allow backup-enable-predicate to be nil.
558
559 2007-01-04 Kevin Rodgers <kevin.d.rodgers@gmail.com>
560
561 * subr.el (momentary): New face.
562 (momentary-string-display): Display the string via a temporary
563 overlay using the new face, instead of inserting it in the buffer.
564
565 2007-01-04 Andreas Schwab <schwab@suse.de>
566
567 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
568 last change.
569
570 2007-01-03 Richard Stallman <rms@gnu.org>
571
572 * woman.el (woman-decode-buffer): Clarify error message.
573
574 2007-01-03 Alan Mackenzie <acm@muc.de>
575
576 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
577 patch.
578
579 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
580
581 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
582
583 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
586
587 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
588
589 * emulation/viper.el (viper-custom-file-name, viper-mode):
590 Fix typos in docstrings.
591
592 * subr.el (momentary-string-display): After moving point, set POS
593 variable to it to avoid later errors once the buffer is modified.
594 Doc fix.
595
596 2007-01-02 Alan Mackenzie <acm@muc.de>
597
598 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
599 check that the "*/" is present before trying to manipulate it.
600
601 2007-01-02 Richard Stallman <rms@gnu.org>
602
603 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
604
605 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
606 Fix format of value.
607
608 * cus-edit.el (customize-unsaved): Rename from customize-customized.
609 Change messages accordingly.
610 (customize-customized): Now alias.
611
612 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
613
614 * files.el (version-control): Doc fix.
615
616 2007-01-01 Alan Mackenzie <acm@muc.de>
617
618 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
619 Check the format of c-state-cache is valid for an optimisation before
620 using it.
621
622 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
623 are at a statement within a macro". Other changes so that only
624 the first continuation line in a macro gets the symbol
625 `cpp-define-intro', the others getting `statement', or whatever.
626
627 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
628 a string, preserve whitespace. Add a backslash only when also in
629 a macro.
630
631 * progmodes/cc-defs.el: Correct typos.
632
633 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
634 new line after an escaped EOL in a string.
635
636 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
637 label when it directly follows "else", "do", ....
638
639 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
640 angle brackets (as seen in "explicit specialisations" of C++
641 templates).
642
643 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
644 in the doc-string.
645
646 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
647 when the comment ender looks like "=========*/" and is alone on
648 its line.
649
650 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
651 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
652 for the old name.
653
654 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
655 c-\(beginning\|end\)-of-defun by default.
656
657 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
658 New line-up function, for the DEFUN macro in the Emacs C sources.
659 Only used in "gnu" style.
660
661 * progmodes/cc-styles.el (c-style-alist): Use this new function in
662 the "gnu" style.
663
664 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
665 clean-up comment-close-slash also to work when there's a comment
666 terminator on the line.
667 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
668 these for large arg - only take account of top level {..}, except
669 for initial and final adjustments. M-- C-M-[ae] now go to the
670 right defuns when the starting point is between defuns. They use
671 the four new functions:
672 (c-in-function-trailer-p, c-where-wrt-brace-construct)
673 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
674 support c-\(beginning\|end\)-of-defun.
675
676 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
677 expressions more rigorously, to exclude bit-field specifiers from
678 being classed as labels.
679 (c-forward-label): When analyzing a ":" within a macro, be careful
680 about using c-forward-syntactic-ws at the macro beginning.
681 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
682 stmt boundary, check for "operator=", etc.
683
684 * progmodes/cc-mode.el (c-postprocess-file-styles):
685 Bind inhibit-read-only to t, around the call to
686 c-remove-any-local-eval-or-mode-variables, so that it works on a
687 RO file.
688
689 * progmodes/cc-defs.el (c-version): Update the version number to
690 "5.31.4".
691
692 2007-01-01 Richard Stallman <rms@gnu.org>
693
694 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
695 only if we restored isearch-window-configuration.
696
697 2006-12-31 Romain Francoise <romain@orebokech.com>
698
699 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
700
701 2006-12-31 Kim F. Storm <storm@cua.dk>
702
703 * files.el (auto-mode-case-fold): New defcustom.
704 (set-auto-mode): If non-nil, perform second case-sensitive pass
705 through auto-mode-alist if first pass failed.
706
707 2006-12-30 Richard Stallman <rms@gnu.org>
708
709 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
710
711 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
712
713 * allout.el (allout-encrypt-string): Handle symmetric-key
714 passphrase caching but leave keypair caching to pgg.
715
716 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
717
718 Sync with Tramp 2.0.55.
719
720 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
721 `integerp'. `char-equal' could fail else in case of negative
722 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
723 (top): Check for `font-lock-add-keywords' before calling; it
724 doesn't exist under XEmacs.
725 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
726 (tramp-completion-mode): Remove clause (not
727 tramp-unified-filenames), because the function is called in other
728 context too, where this check results in wrong results in the
729 XEmacs case on Windows.
730 (tramp-touch): UTC handling is not possible for XEmacs.
731
732 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
733
734 * scroll-bar.el (previous-scroll-bar-mode): New variable
735 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
736 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
737
738 * term/x-win.el: Set scroll bar mode to right if set by X resources.
739
740 2006-12-30 Richard Stallman <rms@gnu.org>
741
742 * files.el (make-backup-file-name-1): Precompute abs name
743 but don't lose the relative name.
744
745 * international/mule-cmds.el (select-safe-coding-system-interactively):
746 Fix message.
747
748 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
749
750 * files.el (backup-buffer): Show entire backup file name in msg.
751
752 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
753
754 * image.el (image-type-header-regexps, image-type-from-data)
755 (image-type-from-buffer, image-type-from-file-header):
756 Revert changes from 2006-12-26.
757 (image-type-auto-detectable): New variable.
758 (image-type-auto-detected-p): New function.
759
760 * files.el (magic-mode-alist): Detect image files with
761 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
762
763 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
764
765 * dired.el (dired-sort-other): Move test for dired-mode...
766 (dired-sort-set-modeline): ...to here.
767
768 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
769
770 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
771 change. Suggested by Stefan Monnier.
772
773 2006-12-29 Kim F. Storm <storm@cua.dk>
774
775 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
776 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
777
778 2006-12-27 Kim F. Storm <storm@cua.dk>
779
780 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
781 so it doesn't accidentally match an fsf.org mail address.
782 (authors-renamed-files-alist): Add tcover-*.el.
783
784 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * vc-arch.el (vc-arch-find-version): New function.
787
788 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
789 composed of arbitrary characters (even /) in some systems.
790
791 2006-12-27 Eli Zaretskii <eliz@gnu.org>
792
793 * international/mule-cmds.el (select-safe-coding-system-interactively):
794 Improve the message in the *Warning* buffer.
795
796 2006-12-27 Kim F. Storm <storm@cua.dk>
797
798 * ido.el (ido-set-matches-1): Fix last change. If default item is
799 current buffer, it is ok to be first.
800
801 2006-12-27 Kenichi Handa <handa@m17n.org>
802
803 * international/mule-cmds.el (select-safe-coding-system-interactively):
804 Use face `link' for problematic chars.
805
806 2006-12-27 Kenichi Handa <handa@m17n.org>
807
808 * international/mule-cmds.el (select-safe-coding-system-interactively):
809 Improve the message in *Warning* buffer.
810
811 2006-12-27 Kim F. Storm <storm@cua.dk>
812
813 * ido.el (ido-set-matches-1): Never put current buffer first if
814 there are other matches.
815
816 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
817
818 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
819 expressions.
820 (gdb-var-delete): Handle duplicate names. Print message for non
821 root expressions.
822 (gdb-partial-output-name): Start buffer name with a space.
823 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
824 buffer name.
825
826 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
827
828 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
829 last footnote when `footnote-spaced-footnotes' is nil.
830
831 2006-12-26 Richard Stallman <rms@gnu.org>
832
833 * cus-edit.el (custom-browse-sort-alphabetically)
834 (custom-buffer-sort-alphabetically)
835 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
836
837 * image.el (image-type-header-regexps): Change element format
838 to include third item NOT-ALWAYS.
839 (image-type-from-data): Handle new format.
840 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
841 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
842
843 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
844
845 * add-log.el (add-log-current-defun): Call `forward-sexp'
846 multiple times to pick a member function name defined as
847 part of nested classes/namespaces.
848
849 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
850
851 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
852 which keymap should be used to change menu. It does not affect any
853 existent code.
854
855 2006-12-26 Richard Stallman <rms@gnu.org>
856
857 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
858 rather than for being in a minibuffer window.
859
860 2006-12-25 Daiki Ueno <ueno@unixuser.org>
861
862 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
863 locale-coding-system.
864 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
865 LF.
866
867 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
868
869 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
870 (sql-mode-syntax-table): Disable double quoted strings.
871 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
872
873 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
874
875 * startup.el (fancy-splash-last-input-event): New variable.
876 (fancy-splash-special-event-action): New function.
877 (fancy-splash-screens): Temporarily bind special events to it.
878 Execute command for saved special event before exiting from
879 recursive editing.
880
881 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
882 New functions.
883 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
884 Use mac-unread-string.
885
886 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
887
888 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
889 an optimized comment regexp if `comment-start-skip' uses a ^.
890 * bs.el (bs--up): Remove interactive spec.
891
892 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
893
894 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
895 Suggested by James Cloos.
896
897 2006-12-24 Kevin Ryde <user42@zip.com.au>
898
899 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
900 in March.
901 (calendar-dst-ends): Default to first Sunday in November.
902
903 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
904
905 * allout.el (allout-encrypt-string): Inhibit use of agent within
906 body of let form where encryption happens. Acknowledge non-use of
907 gpg-agent in docstring.
908 (allout-toggle-subtree-encryption): Acknowledge non-use of
909 gpg-agent in docstring.
910
911 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
912
913 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
914
915 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
916
917 * ediff-diff.el (ediff-diff-options): Clarify docstring.
918 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
919
920 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
921 in hooks.
922 (viper-add-newline-at-eob-if-necessary): Add newline only if we
923 actually modify buffer; ignore errors if occur.
924
925 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
926
927 * calendar/calendar.el (calendar-mode-map): Switch < and >.
928 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
929 formatting.
930
931 2006-12-23 Richard Stallman <rms@gnu.org>
932
933 * simple.el (delete-horizontal-space): Doc fix.
934
935 2006-12-23 Eli Zaretskii <eliz@gnu.org>
936
937 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
938 explicitly in a recursive Make, not implicitly through prerequisites,
939 since the latter is wrong under parallel builds.
940
941 2006-12-22 Eli Zaretskii <eliz@gnu.org>
942
943 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
944
945 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
946
947 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
948 message string.
949
950 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
951
952 * outline.el (outline-next-visible-heading): Fix the case with a
953 header at end-of-file with no final newline.
954
955 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
956
957 * indent.el (tab-always-indent): Doc fix.
958
959 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
960
961 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
962 (Info-fontify-node): Do fontify indices.
963
964 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
965 to the Emacs Lisp reference manual.
966 (tutorial--tab-map): Remove. All callers changed.
967 (tutorial--find-changed-keys): New elt QUIET, used to...
968 (tutorial--display-changes): ...ensure that warning messages are
969 only issued once per changed key.
970 (tutorial--remove-remarks): Delete unused code-path.
971 (lang-strings): Remove extraneous formatting.
972 (tutorial--save-tutorial): Prompt before saving tutorial state.
973
974 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
975
976 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
977 Replace '?\ ' by '?\s' throughout.
978 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
979 `help' custom group.
980 (tutorial--key-description): New function.
981 (tutorial--display-changes): Remove redundant arg. Scan for all
982 key sequences to avoid false matches. Cleanup.
983 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
984 reduce homedir pollution.
985 (help-with-tutorial): Call tutorial--display-changes with no arg.
986
987 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
988
989 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
990
991 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
992
993 * net/tramp.el (tramp-default-method): We still need to check for
994 `executable-find', because it is not bound under Emacs 20.
995 (tramp-handle-file-name-completion)
996 (tramp-completion-handle-file-name-completion): Handle optional
997 parameter PREDICATE.
998 (tramp-find-default-method): Add code for default values.
999
1000 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
1001
1002 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
1003 make gud-go send "continue".
1004
1005 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
1008 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
1009
1010 2006-12-19 Kim F. Storm <storm@cua.dk>
1011
1012 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
1013 instead of global-map.
1014
1015 * files.el (magic-mode-alist): Allow matching file type by
1016 calling a function at bob. Check for image types by calling
1017 image-type-from-buffer. Suggested by Juanma Barranquero.
1018 (set-auto-mode): Do it.
1019
1020 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
1021
1022 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
1023 Remove "ControlMaster" option from the other `scp*' methods.
1024 (tramp-default-method): Check for ssh-agent before setting to `scp'.
1025
1026 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
1027
1028 * textmodes/org.el (org-mode): Show context after isearch.
1029 (org-show-siblings): New function.
1030 (org-show-context): Use `org-show-siblings'.
1031
1032 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
1035 Use syntax-ppss-toplevel-pos.
1036
1037 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
1038
1039 * textmodes/org.el (org-current-line): Make sure that lines are
1040 counted from beginning of buffer.
1041 (org-table-copy-region, org-table-paste-rectangle): Make sure that
1042 lines are counted from beginning of buffer.
1043
1044 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * info.el (Info-build-node-completions): Signal error if tag-table
1047 marker is not found.
1048
1049 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1050
1051 2006-12-17 Alan Mackenzie <acm@muc.de>
1052
1053 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
1054 speed) the case when open-paren-in-column-0-is-defun-start is nil.
1055 Based on code by Martin Rudalics.
1056
1057 * progmodes/cc-mode.el (c-basic-common-init): Don't set
1058 open-paren-in-column-0-is-defun-start to nil any more.
1059
1060 2006-12-17 Richard Stallman <rms@gnu.org>
1061
1062 * simple.el (delete-horizontal-space): Use prefix arg.
1063
1064 * help-fns.el (describe-variable): Improve blank separator lines.
1065
1066 * files.el (magic-mode-alist): Mark as risky.
1067
1068 * files.el (make-backup-file-name-1):
1069 Expand backup-directory explicitly.
1070
1071 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
1072
1073 * net/tramp.el (tramp-default-method): Before setting to "pscp",
1074 check whether package password.el is loaded, or Pageant is running.
1075
1076 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
1077
1078 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
1079 (icalendar--rris): First try Emacs, then XEmacs.
1080 (icalendar--convert-ical-to-diary): Doc fix.
1081 Insert newline at end of target file.
1082
1083 2006-12-17 Kim F. Storm <storm@cua.dk>
1084
1085 * outline.el (outline-isearch-open-invisible-function): New defvar.
1086 (outline-flag-region): Use it if non-nil for isearch-open-invisible
1087 overlay property instead of outline-isearch-open-invisible.
1088
1089 2006-12-16 Kim F. Storm <storm@cua.dk>
1090
1091 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
1092 if ido-directory-too-big is set on entry.
1093 (ido-toggle-ignore, ido-completion-help): Print message while
1094 reading big directory.
1095
1096 2006-12-15 Richard Stallman <rms@gnu.org>
1097
1098 * shell.el (shell): Doc fix.
1099
1100 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1101
1102 * emulation/edt.el (edt-xserver):
1103 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
1104 to fix a problem on Cygwin.
1105
1106 * emulation/edt.el
1107 * emulation/edt-mapper.el
1108 * emulation/edt-lk201.el
1109 * emulation/edt-pc.el
1110 * emulation/edt-vt100.el: Update maintainer's email address.
1111
1112 2006-12-15 Simon Marshall <simon@gnu.org>
1113
1114 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
1115 change.
1116
1117 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1118
1119 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
1120 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
1121 instead of mac-atsu-font-table.
1122 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
1123
1124 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
1125
1126 * align.el (align-match-tex-pattern): Fix a rare bug which
1127 hanged Emacs.
1128
1129 2006-12-14 Richard Stallman <rms@gnu.org>
1130
1131 * startup.el (use-fancy-splash-screens-p): Use frame-height
1132 instead of window-height. Pass frame to image-size.
1133
1134 2006-12-13 Kenichi Handa <handa@m17n.org>
1135
1136 * international/mule-cmds.el (set-locale-environment):
1137 Set default-sendmail-coding-system too.
1138
1139 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
1140
1141 * progmodes/idlw-help.el: Fix copyright notice.
1142
1143 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
1146
1147 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
1148
1149 * subr.el (unread-command-char): Reformat obsolescence info.
1150
1151 2006-12-11 Richard Stallman <rms@gnu.org>
1152
1153 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
1154 about calls to cl-struct-setf-expander.
1155
1156 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
1157
1158 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
1159 (ediff-combination-pattern): Fix typo in docstring.
1160
1161 * textmodes/refer.el (refer-find-entry): Doc fix.
1162 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
1163 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
1164 Fix tipos in docstrings.
1165
1166 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
1167
1168 2006-12-10 Kim F. Storm <storm@cua.dk>
1169
1170 * ido.el (ido-init-completion-maps): Remap backward-kill-word
1171 instead of binding M-backspace.
1172
1173 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
1174
1175 * replace.el (replace-match-data, replace-match-maybe-edit):
1176 * calc/calc-aent.el (calc-eval-error):
1177 * emulation/vi.el (vi-char-argument):
1178 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
1179 (c-vsemi-status-unknown-p-fn): Doc fixes.
1180
1181 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
1184 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
1185
1186 2006-12-10 Masatake YAMATO <jet@gyve.org>
1187
1188 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
1189
1190 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
1191
1192 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
1193
1194 * man.el (Man-xref-button-action): New function. If the
1195 `Man-target-string' button property is a function, assume it
1196 accepts a position argument.
1197 (Man-abstract-xref-man-page): Use it.
1198 (Man-default-man-entry): New optional arg POS.
1199
1200 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
1201 symlink arrows read-only and non-rear-sticky.
1202
1203 2006-12-09 Martin Rudalics <rudalics@gmx.at>
1204
1205 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
1206 (wdired-search-and-rename): Simplify code.
1207 (wdired-preprocess-files, wdired-preprocess-perms): Make
1208 read-only property of preceding character rear-nonsticky to
1209 avoid that it can be modified. Put old-name and old-link
1210 properties on character preceding name and replace
1211 put-text-property by add-text-properties.
1212 (wdired-get-filename, wdired-get-previous-link): Get old-name
1213 and old-link properties from character preceding name and
1214 simplify code.
1215 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
1216 (wdired-perms-to-number): Make local-map property
1217 rear-nonsticky to avoid that text following permissions may be
1218 modified. Use add-text-properties instead of put-text-property
1219 when changing a permission bit.
1220 (wdired-change-to-dired-mode): Remove stickiness properties.
1221
1222 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * international/mule-cmds.el (register-input-method): Doc fix.
1225
1226 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
1227
1228 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
1229
1230 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1231
1232 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
1233 Force buffer local defs evaluation on local variables loading.
1234 (flyspell-mode-on, flyspell-mode-off): Use it in
1235 `hack-local-variables-hook'.
1236
1237 2006-12-09 Eli Zaretskii <eliz@gnu.org>
1238
1239 * emacs-lisp/find-func.el (find-variable): Doc fix.
1240
1241 * help-fns.el (variable-at-point): Doc fix.
1242
1243 * w32-fns.el (w32-append-code-lines): New function.
1244
1245 2006-12-09 Romain Francoise <romain@orebokech.com>
1246
1247 * comint.el (comint-insert-input): Delete obsolete comment.
1248
1249 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1250
1251 * files.el (insert-file-1): Compare file size to
1252 large-file-warning-threshold and request confirmation when
1253 warranted.
1254
1255 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
1258 current frame, in case we're connected to several displays.
1259
1260 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
1261
1262 * frame.el (other-frame): Doc fix.
1263 (set-frame-parameter): Fix typo in docstring.
1264
1265 2006-12-07 Kim F. Storm <storm@cua.dk>
1266
1267 * info.el (Info-index): Strip leading colon from topic.
1268
1269 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
1270
1271 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
1272 to pointers.
1273
1274 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
1275
1276 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
1277 Trim out spurious class inheritance "None" entries.
1278
1279 2006-12-05 Kim F. Storm <storm@cua.dk>
1280
1281 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
1282 (cua-paste-pop): Rework last change for
1283 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
1284 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
1285 text inserted by the last M-y command.
1286
1287 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1288
1289 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
1290 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
1291
1292 * shell.el (shell): Search the start file in ~/.emacs.d as
1293 `init_SHELLNAME.sh' instead.
1294
1295 2006-12-05 Glenn Morris <rgm@gnu.org>
1296
1297 * progmodes/cperl-mode.el (cperl-mode)
1298 * progmodes/f90.el (f90-mode-abbrev-table)
1299 * progmodes/fortran.el (fortran-mode-abbrev-table)
1300 * progmodes/octave-mod.el (octave-abbrev-table)
1301 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
1302 if abbrev-table is non-nil (saved user abbrevs may have been restored).
1303
1304 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
1305 clear abbrev table, else saved abbrevs will not be restored.
1306
1307 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
1308
1309 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
1310 the call to `make-obsolete-variable', not in the docstring.
1311
1312 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
1313
1314 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
1315
1316 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1317
1318 * progmodes/ebnf-abn.el:
1319 * progmodes/ebnf-bnf.el:
1320 * progmodes/ebnf-dtd.el:
1321 * progmodes/ebnf-ebx.el:
1322 * progmodes/ebnf-iso.el:
1323 * progmodes/ebnf-otz.el:
1324 * progmodes/ebnf-yac.el:
1325 * progmodes/ebnf2ps.el:
1326 * delim-col.el:
1327 * printing.el:
1328 * ps-bdf.el:
1329 * ps-mule.el:
1330 * ps-print.el: Remove 'Time-stamp' comment mark.
1331
1332 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
1333 'easy-menu-add-item' when called in Emacs 21 or higher.
1334
1335 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
1336
1337 * progmodes/ada-xref.el (ada-check-current): Doc fix.
1338 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
1339
1340 2006-12-04 Kim F. Storm <storm@cua.dk>
1341
1342 * bindings.el (global-map): Bind [signal t] to ignore, to have
1343 user signals ignored by default.
1344
1345 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
1346
1347 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
1348 Unicode data file pointed to by `describe-char-unicodedata-file'.
1349
1350 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
1353 O(n^2) regexp-search by anchoring the search.
1354
1355 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
1356
1357 * whitespace.el (whitespace-cleanup-internal): Use current
1358 argument for recursive call.
1359
1360 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
1361
1362 * net/tramp.el (tramp-methods): Add "ControlPath" and
1363 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
1364 Andreas Schwab <schwab@suse.de>.
1365 (tramp-do-copy-or-rename-file-out-of-band)
1366 (tramp-open-connection-rsh): Compute format spec for ?t.
1367 (tramp-process-actions): Trace command parameters.
1368
1369 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
1370
1371 * simple.el (toggle-truncate-lines): Clarify doc string.
1372
1373 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
1374 (gdb-speedbar-expand-node): Use it.
1375
1376 2006-12-04 Richard Stallman <rms@gnu.org>
1377
1378 * progmodes/python.el (python-indent): Add safe-local-variable prop.
1379
1380 * dired.el (dired-revert): Turn off dired-after-readin-hook
1381 around call to dired-readin.
1382
1383 * menu-bar.el (menu-bar-make-toggle): Add "globally"
1384 to echo area messages.
1385 <indicate-empty-lines, case-fold-search>:
1386 Add "globally" to Help string.
1387 <case-fold-search>: MESSAGE arg need not say "globally".
1388 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
1389
1390 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
1391
1392 * outline.el (outline-end-of-subtree): Don't leave an empty
1393 line hidden as we would a real next heading.
1394
1395 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
1396
1397 * allout.el (allout-ascend): Add an optional argument to preserve
1398 original position of point when unsuccessful. Also, fix a
1399 docstring error.
1400 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
1401 work again, using allout-ascend's new option.
1402 (allout-setup-mode-map): Extract from allout-mode to initialize
1403 allout-mode-map. Call it on file load, so the mode docstring
1404 substitutions work even if allout mode has not yet been invoked.
1405 (allout-mode): Use new allout-setup-mode-map to track any keybinding
1406 customizations since the map was last processed. Also, refine the
1407 docstring so it's ship-shape for release.
1408 (allout-default-layout, allout-beginning-of-line-cycles)
1409 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
1410 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
1411 (allout-version, allout-layout, allout-infer-body-reindent)
1412 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
1413 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
1414 (allout-previous-heading, allout-goto-prefix-doublechecked)
1415 (allout-current-bullet-pos, allout-next-sibling-leap)
1416 (allout-pre-command-business, allout-encrypted-type-prefix)
1417 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
1418 (allout-rebullet-topic, allout-rebullet-topic-grunt)
1419 (allout-flag-region, allout-expose-topic, allout-expose-topic)
1420 (allout-old-expose-topic, allout-listify-exposed)
1421 (allout-process-exposed, allout-latex-verb-quote)
1422 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
1423 (allout-toggle-current-subtree-encryption)
1424 (allout-toggle-subtree-encryption, allout-bullet-isearch):
1425 Remove extraneous open-paren and close paren string escapes.
1426
1427 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
1428
1429 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
1430 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
1431 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
1432 Fix typos in docstrings.
1433
1434 2006-12-03 Glenn Morris <rgm@gnu.org>
1435
1436 * progmodes/cc-align.el
1437 * progmodes/cc-awk.el
1438 * progmodes/cc-cmds.el
1439 * progmodes/cc-compat.el
1440 * progmodes/cc-defs.el
1441 * progmodes/cc-engine.el
1442 * progmodes/cc-langs.el
1443 * progmodes/cc-menus.el
1444 * progmodes/cc-mode.el
1445 * progmodes/cc-styles.el
1446 * progmodes/cc-vars.el
1447 * progmodes/vhdl-mode.el: Fix Copyright format.
1448
1449 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
1450
1451 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
1452 initial down event.
1453
1454 2006-12-02 Kim F. Storm <storm@cua.dk>
1455
1456 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
1457 (cua-repeat-replace-region): Make M-v more robust.
1458 (cua-paste-pop-rotate-temporarily): New defcustom.
1459 (cua-paste-pop): Use it.
1460 (cua-auto-mark-last-change): New defcustom.
1461 (cua-pop-to-last-change): New helper function.
1462 (cua-set-mark): Use them.
1463
1464 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
1465
1466 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
1467 mini-buffer message.
1468
1469 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
1470
1471 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
1472
1473 2006-12-01 Ben North <ben@redfrontdoor.org>
1474
1475 * paren.el: Fix the highlight overlay extension when the user types a
1476 sequence of char very fast just before the open parenthesis.
1477
1478 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1479
1480 * ps-mule.el: Eliminate Emacs 20 compatibility.
1481
1482 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
1483 (ps-print-version): New version 6.7.
1484 (ps-print-quote): Replace '?\ ' by '?\s'.
1485
1486 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
1487
1488 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
1489 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
1490 (hexl-end-of-1k-page): Doc fixes.
1491 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
1492 Fix typos in docstrings.
1493
1494 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1495
1496 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
1497 locally, i.e. without using file name handlers.
1498 (ido-read-internal): Allow mono letter host names, avoiding the
1499 `c:' problem by testing if the file exists locally.
1500 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
1501
1502 2006-11-30 Masatake YAMATO <jet@gyve.org>
1503
1504 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
1505 to avoid bytecomp warnings.
1506 (hexl-mode-old-ruler-function): New variable.
1507 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
1508 and `hl-line-range-function' after `require' hl-line.
1509 Then bind `hl-line-range-function' and `hl-line-face'.
1510 Don't require frame. Don't use `with-no-warnings'.
1511 (hexl-activate-ruler): Store the original value of
1512 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1513 (hexl-mode-exit): Restore the original value of
1514 `ruler-mode-ruler-function'.
1515
1516 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1517
1518 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
1519 (hexl-mode-old-hl-line-face): New variable.
1520 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
1521 line when exit from the hexl-mode.
1522
1523 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
1526 Doc fixes.
1527
1528 * international/fontset.el (create-fontset-from-ascii-font)
1529 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
1530 (fontset-name-p): Fix typo in docstring.
1531
1532 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
1533
1534 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1535
1536 * ps-bdf.el: Fix maintainer email.
1537
1538 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
1539 compatibility.
1540
1541 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
1542 21 compatibility.
1543 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
1544 Emacs 20 & 21.
1545
1546 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
1547
1548 * progmodes/idlwave.el (idlwave-auto-fill):
1549 Remove paragraph-start let to prevent auto-fill giving up.
1550
1551 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
1552
1553 * vt100-led.el (led-state): Fix typo in previous change.
1554
1555 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1556
1557 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1558 Fix interactive spec of the functions getting defined to make them
1559 work as documented.
1560
1561 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
1562
1563 * startup.el (fancy-splash-screens): Hide initial splash buffer.
1564
1565 2006-11-28 Kim F. Storm <storm@cua.dk>
1566
1567 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
1568 icomplete-mode is enabled.
1569
1570 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
1571
1572 * textmodes/org.el (require): Require gnus-sum during compilation
1573 to avoid problem with a macro call.
1574
1575 2006-11-28 Glenn Morris <rgm@gnu.org>
1576
1577 * emacs-lisp/authors.el (authors-aliases): Add new alias.
1578
1579 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
1580 (fortran-window-create-momentarily): Do not need string-to-char.
1581
1582 2006-11-28 Richard Stallman <rms@gnu.org>
1583
1584 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1585 Replace incorrect use of assoc-default with a loop.
1586
1587 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
1588
1589 * simple.el (next-error-find-buffer): Improve messages.
1590
1591 * files.el (revert-buffer): Special error message if file
1592 is now not readable.
1593
1594 * facemenu.el (facemenu-add-new-face): Improve doc strings of
1595 constructed commands.
1596
1597 * comint.el (comint-exec-1): Provide Emacs version and `comint'
1598 in INSIDE_EMACS.
1599
1600 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
1603
1604 * server.el: Remove spurious * in docstrings.
1605 (server-process-filter): Exit from recursive editing before processing
1606 a new request.
1607
1608 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
1609
1610 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
1611 line so hidden blocks will be correctly identified.
1612
1613 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
1614
1615 * ledit.el (ledit-save-defun, ledit-mode):
1616 * resume.el (resume-emacs-args-buffer):
1617 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
1618 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
1619 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
1620 (command-send-input, command-kill-line):
1621 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
1622
1623 * autoarg.el (autoarg-kp-mode): Doc fix.
1624
1625 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
1626 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
1627 (check-emacs-lock): Doc fix. Simplify.
1628
1629 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
1630 (iimage-mode-buffer): Fix typos in docstring.
1631
1632 * misc.el (zap-up-to-char): Doc fix.
1633
1634 * time-stamp.el: Fix comment and obsolescence string for old
1635 functions. Use `dolist' instead of `while'.
1636
1637 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
1638
1639 * disp-table.el (standard-display-8bit, standard-display-default):
1640 * ebuff-menu.el (electric-buffer-list):
1641 * ehelp.el (electric-help-command-loop):
1642 * font-core.el (font-lock-mode):
1643 * help-macro.el (make-help-screen):
1644 * help.el (describe-minor-mode-completion-table-for-indicator)
1645 (lookup-minor-mode-from-indicator):
1646 * indent.el (tab-to-tab-stop, move-to-tab-stop):
1647 * info-look.el (info-lookup-guess-custom-symbol):
1648 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
1649 * longlines.el (longlines-wrap-line):
1650 * macros.el (insert-kbd-macro):
1651 * menu-bar.el (menu-bar-update-buffers):
1652 * misc.el (copy-from-above-command):
1653 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
1654 * newcomment.el (comment-indent):
1655 * novice.el (disabled-command-function):
1656 * sort.el (sort-fields-syntax-table):
1657 * subr.el (momentary-string-display):
1658 * tar-mode.el (tar-header-block-summarize)
1659 (tar-clear-modification-flags):
1660 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
1661 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
1662 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
1663 (te-delete-char, te-down-vertically-or-scroll):
1664 * time-stamp.el (time-stamp-string-preprocess):
1665 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
1666
1667 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1668
1669 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
1670 in GUD mode.
1671
1672 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
1673 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
1674
1675 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1676
1677 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
1678
1679 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
1680
1681 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
1682 (ada-compile-goto-error): Adapt to new argument profile of
1683 compilation-goto-locus in Emacs 22. Don't check if the various
1684 compile functions are defined; we already do "(require 'compile)".
1685
1686 2006-11-26 Kim F. Storm <storm@cua.dk>
1687
1688 * kmacro.el: Fix commentary.
1689
1690 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1691
1692 * progmodes/gud.el (gdb): Explain how to run in text command mode
1693 more clearly. Say in error message that multiple debugging
1694 requires restarting GDB.
1695
1696 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1697
1698 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1699
1700 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
1701
1702 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1703 (flymake-popup-menu): Use it instead of posn-at-point.
1704
1705 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1706
1707 * progmodes/cc-vars.el (c-backslash-column):
1708 Mention c-backslash-max-column in documentation for c-backslash-column.
1709
1710 2006-11-24 Lars Hansen <larsh@soem.dk>
1711
1712 * net/tramp.el (tramp-default-method): Under Windows, change from
1713 plink to pscp.
1714 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
1715 (tramp-actions-copy-out-of-band):
1716 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
1717 (tramp-action-out-of-band): Move "Permission denied" handling to
1718 tramp-action-copy-failed.
1719 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
1720 process buffer.
1721
1722 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1725 strings to a single string. Quote `errors-file-name'.
1726 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1727 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1728 Adjust calls. Use `shell-quote-argument'.
1729
1730 * international/mule.el (load-with-code-conversion)
1731 (with-category-table): Use with-current-buffer.
1732 (after-insert-file-set-coding): Use restore-buffer-modified-p.
1733
1734 2006-11-24 Eli Zaretskii <eliz@gnu.org>
1735
1736 * mail/smtpmail.el (smtpmail-send-it):
1737 Copy buffer-file-coding-system from the mail buffer. Possibly add a
1738 MIME header for the message encoding.
1739 Bind coding-system-for-write around the call to mail-do-fcc.
1740 Use smtpmail-code-conv-from to encode queued mail messages.
1741
1742 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
1743
1744 * tabify.el (tabify-regexp): Doc fix.
1745
1746 * net/rcirc.el (rcirc-buffer-maximum-lines):
1747 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
1748
1749 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
1750 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
1751 Fix typos in output messages.
1752 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
1753
1754 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
1757 the horse's mouth.
1758 (hexlify-buffer): Don't re-encode an arg that's already encoded.
1759
1760 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
1761
1762 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
1763 Remove condition-case.
1764
1765 2006-11-23 Glenn Morris <rgm@gnu.org>
1766
1767 * progmodes/f90.el (f90-comment-indent): Do not move point in
1768 default case.
1769
1770 2006-11-21 Romain Francoise <romain@orebokech.com>
1771
1772 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
1773 from library name (reverts change of 2005-10-25).
1774
1775 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
1776
1777 * tutorial.el (tutorial--default-keys): Add newline and
1778 delete-backward-char bindings.
1779 (tutorial--detailed-help): Save excursion when finding keys.
1780 Correct warning string for M-x FOO case.
1781 (tutorial--display-changes): Print special keys in tutorial style.
1782 Tweak search regexp for changed keys.
1783
1784 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1785
1786 * thingatpt.el (thing-at-point-url-at-point): Don't add a
1787 redundant scheme.
1788
1789 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
1790
1791 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
1792 are new to the list at IANA. Also added irc, mms, mmsh.
1793
1794 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
1795
1796 * progmodes/idlw-help.el (idlwave-html-help-location):
1797 Fail gracefully for missing help packages.
1798 (idlwave-help-assistant-open-link): Open full links.
1799 (idlwave-help-assistant-help-with-topic): Direct help link.
1800
1801 * progmodes/idlwave.el (idlwave-mode):
1802 Set add-log-current-defun-function.
1803 (idlwave-current-routine-fullname): Add, to support add-log.
1804 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
1805 to reflect improvements to xml-parse-file.
1806 (idlwave-mode-menu-def): New binding for help-with-topic.
1807
1808 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
1809 Handle extra newlines and spaces.
1810 (idlwave-shell-mode-map): Add help-with-topic.
1811
1812 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * tutorial.el (tutorial-warning-face): New face.
1815 (tutorial--detailed-help, tutorial--display-changes): Use it.
1816 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
1817 Improve search pattern for occurrences of changed keys.
1818
1819 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1820
1821 * term/x-win.el (x-last-cut-buffer-coding): New variable.
1822 (x-select-text): Set it.
1823 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
1824 when checking for newness.
1825
1826 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
1827
1828 * subr.el (posn-image):
1829 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
1830
1831 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
1832
1833 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1834
1835 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
1836 Exceptions to the rule "add a space between an identifier and an
1837 opening parenthesis". Defaulted to the `#define' problem of cpp.
1838 (glasses-parenthesis-exception-p): New. Check if the region is an
1839 exception regarding to that.
1840 (glasses-make-readable): Use it.
1841 (glasses-convert-to-unreadable): Ditto. Modify the file also if
1842 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
1843
1844 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
1845
1846 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
1847
1848 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
1849
1850 * progmodes/ada-mode.el (ada-make-body): Fix typo.
1851
1852 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
1853 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
1854
1855 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
1856
1857 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
1858 conditions for function or variable bindings.
1859
1860 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
1861
1862 * progmodes/compile.el (compilation-start): Ditto.
1863
1864 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
1865
1866 * net/tramp.el (top): cl and custom are always required.
1867
1868 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1869
1870 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
1871 cut-buffers with next-selection-coding-system if not nil.
1872
1873 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
1874
1875 * textmodes/org.el (org-fix-decoded-time): New function.
1876 (org-display-custom-time): Use `org-fix-decoded-time'.
1877
1878 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * menu-bar.el (menu-bar-games-menu): Remove yow.
1881
1882 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
1883
1884 * textmodes/org.el (org-scan-tags): Re-align code fixed.
1885 (org-detach-overlay): Rename from `org-detatch-overlay'.
1886 (org-table-convert-region): Insert space after column separator.
1887 (org-agenda-kill): New command.
1888 (org-metaleft): Call `org-outdent-item' on bullets.
1889 (org-metaright): Call `org-indent-item' on bullets.
1890 (org-timestamp-change): Set `org-last-changed-timestamp'.
1891 (org-current-line): Make sure (bolp) returns correct result.
1892 (org-agenda-change-all-lines): Make sure TODO are highlighted.
1893
1894 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
1897
1898 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
1899
1900 * mouse.el (global-map): Change 2006-08-16 fix to call
1901 mouse-yank-at-click explicitly, since mouse events are not carried
1902 over into keyboard macros.
1903
1904 2006-11-16 Kim F. Storm <storm@cua.dk>
1905
1906 * ido.el (ido-file-internal): Use current buffer's file name as default
1907 choice for ido-find-alternate-file. Suggested by Matt Hodges.
1908
1909 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
1910
1911 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
1912 (allout-inhibit-aberrance-doublecheck): Rename from
1913 allout-during-yank-processing. All callers changed.
1914 (allout-ascend): Provide for unusual case where some topic after
1915 the first in file is at lower depth than the first.
1916 (allout-shift-in): Ensure the offspring of the new containing
1917 topic are exposed.
1918 (allout-encrypt-string): Preserve the coding-system of the text,
1919 according to that of the containing buffer.
1920 (allout-toggle-subtree-encryption): When the text being encrypted
1921 requires a different coding system, offer to preserve the coding
1922 system using a file local var.
1923
1924 2006-11-15 Simon Marshall <simon@gnu.org>
1925
1926 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
1927 to recognise "T t()" as a function declaration, rather than a
1928 variable instantiation, iff at the top-level or inside a class
1929 declaration. Suggested by Feng Li <fengli@gmail.com>.
1930
1931 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
1932
1933 * progmodes/ada-xref.el (ada-parse-prj-file):
1934 Don't delete project buffer; user may want to edit it.
1935 (ada-xref-set-project-field, ada-xref-current-project-file)
1936 (ada-xref-current-project, ada-show-current-project)
1937 (ada-set-main-compile-application): New functions.
1938 (ada-xref-get-project-field, ada-require-project-file):
1939 Normalize use of ada-prj-default-project-file.
1940 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
1941 Normalize use of ada-require-project-file.
1942 (ada-prj-find-prj-file): Improve doc string, comments.
1943
1944 * progmodes/ada-mode.el (ada-mode-version): Bump version.
1945 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
1946 (ada-create-menu): Add ada-set-main-compile-application,
1947 ada-show-current-main, ada-show-current-project.
1948
1949 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1950
1951 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
1952 (inferior-python-mode): Use it.
1953
1954 2006-11-14 Andreas Schwab <schwab@suse.de>
1955
1956 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1957
1958 2006-11-13 Kim F. Storm <storm@cua.dk>
1959
1960 * ido.el (ido-copy-current-word): C-o copies region if active.
1961
1962 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1963
1964 * textmodes/org.el (org-emph-face): Fix typo in variable name.
1965
1966 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
1967
1968 * ediff.el (ediff-revision):
1969 * files.el (set-visited-file-name):
1970 * mail/rmailout.el (rmail-output-body-to-file):
1971 Use `format', not `message', in `y-or-n-p' call.
1972
1973 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1974
1975 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1976 (org-metaright): Call `org-indent-item' on bullets.
1977 (org-timestamp-change): Set `org-last-changed-timestamp'.
1978 (org-current-line): Make sure (bolp) returns correct result.
1979 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1980
1981 2006-11-12 Richard Stallman <rms@gnu.org>
1982
1983 * language/european.el (turkish-case-conversion-enable)
1984 (turkish-case-conversion-disable): New functions.
1985 ("Turkish" lang env): Use them.
1986
1987 * international/characters.el (case table):
1988 Do nothing special for i and I.
1989
1990 * subr.el (remove-overlays): Fix last change.
1991
1992 * cus-edit.el (custom-save-all): Use find-file-visit-truename
1993 for visiting the custom file.
1994
1995 2006-11-12 Markus Triska <triska@gmx.at>
1996
1997 * play/handwrite.el (handwrite): Also process lines not ending
1998 with newline. Replace some position-fiddling with different
1999 logic. Improve performance.
2000
2001 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
2002
2003 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
2004 replacing deleted variable `ada-check-switch'.
2005 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
2006 (ada-xref-project-files): Improve doc string.
2007 (ada-find-executable): New function.
2008 (ada-initialize-runtime-library): Use `ada-find-executable'.
2009 (ada-xref-set-default-prj-values): In compile commands, don't need
2010 `ada-cd-command'; `compile' does that more portably.
2011 Use ada-prj-default-check-cmd.
2012 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
2013 properties if not specified in project file.
2014 (ada-goto-declaration): Display useful message for new error
2015 'error-file-not-found.
2016 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
2017 'error-file-not-found.
2018 (ada-get-all-references): Match latest ali syntax. Signal new
2019 error 'error-file-not-found.
2020 (ada-find-in-ali): Match latest ali syntax.
2021 (ada-make-filename-from-adaname): Handle different semantics of
2022 gnatkr in GNAT 3.15p vs later.
2023
2024 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
2025 ada-procedure-start-regexp.
2026 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
2027
2028 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
2029 with defvar.
2030 (ada-language-version): Rename ada05 -> ada2005.
2031 (ada-align-region-separate): Add `eval-when-compile'.
2032 (ada-name-regexp): Remove unneeded escapes in regexp character
2033 alternative.
2034 (ada-compile-goto-error-file-linenr-re): New constant.
2035 (ada-matching-start-re): Handle additional cases `declare',
2036 `procedure', `function'.
2037 (ada-compile-goto-error): Handle "... at line nn".
2038 (ada-mode): Clearer syntax, comments for ff-special-constructs.
2039 Delete support for old versions of `align'.
2040 (ada-search-prev-end-stmt): Handle additional keyword `private'.
2041 (ada-check-defun-name): Simplify handling of `declare'.
2042 (ada-goto-matching-start): Handle nested `begin ... end'.
2043 Handle `declare', `protected', `procedure', `function'.
2044 (ada-create-menu): Presence of arm95 is not conditional on using
2045 GNAT compiler.
2046
2047 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
2048
2049 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
2050 nil in the *RE-Builder* buffer (it causes spurious error messages).
2051
2052 * server.el (server-visit-files): If `minibuffer-auto-raise' has
2053 been set to t, respect it.
2054
2055 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
2056
2057 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
2058 Delete commented out code for old Emacs versions. Autoloading of
2059 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
2060 (ada-mode-version): Bump version number.
2061 (ada-95-string-keywords, ada-2005-string-keywords)
2062 (ada-2005-keywords, ada-name-regexp): New constant.
2063 (ada-language-version, ada-procedure-start-regexp, ada-mode)
2064 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
2065 (ada-package-start-regexp): Support private packages, include package
2066 name (for ada-set-point-accordingly).
2067 (ada-next-procedure, ada-previous-procedure)
2068 (ada-which-function-are-we-in): Match changes to
2069 ada-procedure-start-regexp.
2070 (ada-make-body): Make non-interactive; not a user function.
2071 (ada-make-subprogram-body): Improve doc string.
2072
2073 2006-11-11 Romain Francoise <romain@orebokech.com>
2074
2075 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
2076 `compilation-error-regexp-alist' buffer-local, since we changed
2077 `compilation-error-regexp-alist-alist' locally.
2078
2079 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
2082 to the value of `server-raise-frame'.
2083
2084 2006-11-11 Glenn Morris <rgm@gnu.org>
2085
2086 * ido.el (ido-enable-prefix)
2087 * ses.el (ses-call-printer-return)
2088 * net/tramp.el (tramp-unified-filenames)
2089 * progmodes/cc-align.el (c-lineup-string-cont)
2090 * progmodes/compile.el (compilation-directory-matcher)
2091 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2092 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2093 (vhdl-clock-rising-edge)
2094 * textmodes/org.el (org-export-with-timestamps)
2095 (org-export-remove-timestamps-from-toc)
2096 (org-export-with-tags): Improve previous doc fixes.
2097
2098 2006-11-11 Richard Stallman <rms@gnu.org>
2099
2100 * textmodes/flyspell.el (flyspell-mode-map):
2101 Bind C-c $ instead of M-RET.
2102
2103 2006-11-10 Simon Marshall <simon@gnu.org>
2104
2105 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
2106 fontification for "case" and "default" keywords.
2107
2108 2006-11-10 Andreas Schwab <schwab@suse.de>
2109
2110 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
2111 Avoid starting sentence with "nil".
2112
2113 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
2114
2115 * server.el (server-raise-frame): New option.
2116 (server-switch-buffer): Use it.
2117
2118 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
2119
2120 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
2121 with a capital.
2122
2123 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
2124
2125 * textmodes/org.el (org-show-hierarchy-above)
2126 (org-show-following-heading): Fix typo in default value.
2127 (org-scan-tags): Make the search case-sensitive.
2128 (org-tags-sparse-tree): Don't overrule
2129 `org-show-following-heading' and `org-show-hierarchy-above'.
2130 (org-reveal): New command.
2131 (org-show-context): Rename from `org-show-hierarchy-above'.
2132 (org-fast-tag-selection-single-key): New option.
2133 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
2134 (org-tags-overlay): New variable.
2135 (org-agenda-todo-ignore-deadlines): New option.
2136 ("session"): Add circular data structure `org-mark-ring' to
2137 exceptions list in session.el.
2138 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
2139 New options.
2140 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
2141 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
2142 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
2143 (org-finalize-agenda): Activate bracket links in agenda.
2144 (org-at-timestamp-p, org-at-date-range-p): Additional argument
2145 INACTIVE-OK.
2146 (org-show-hierarchy-above, org-show-following-heading):
2147 List values allowed for fine-tuned configuration.
2148 (org-show-hierarchy-above): New argument CONTEXT, use the
2149 fine-tuned settings in `org-show-hierarchy-above' and
2150 `org-show-following-heading'.
2151 (org-display-custom-time): New function.
2152 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
2153 (org-display-custom-times, org-time-stamp-custom-formats):
2154 (org-maybe-intangible): New macro.
2155 (org-activate-bracket-links, org-hide-wide-columns):
2156 Use `org-maybe-intangible'.
2157 (org-open-file): Use `shell-quote-argument'.
2158 (org-display-internal-link-with-indirect-buffer): New option.
2159 (org-file-remote-p): Get regexp from list.
2160 (org-link-expand-abbrev): New function.
2161 (org-link-abbrev-alist): New option.
2162 (org-open-at-point, org-cleaned-string-for-export):
2163 Call `org-link-expand-abbrev'.
2164 (org-timeline, org-agenda-list, org-todo-list)
2165 (org-tags-view): Remove the KEEP-MODES argument.
2166 (org-finalize-agenda-hook): New hook.
2167 (org-get-alist-option): New function.
2168 (org-follow-timestamp-link): New function.
2169 (org-open-at-point): Call `org-follow-timestamp-link'.
2170 (org-log-note-marker, org-log-note-purpose)
2171 (org-log-note-window-configuration): New variables.
2172 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
2173 (org-log-note-headings): New option.
2174 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
2175 (org-store-link): Support for dired-mode.
2176 (org-open-file): Substitute environment variables into filename.
2177 (org-last): New defsubst.
2178 (org-agenda-re-align-tags): New function.
2179 (org-agenda-align-tags-to-column): New option.
2180 (org-agenda-timeline): Group removed.
2181 (org-prepare-agenda, org-prepare-agenda-buffers)
2182 (org-run-agenda-series, org-timeline, org-agenda-list)
2183 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
2184 the text property inticating the agenda type.
2185 (org-agenda-post-command-hook): Get agenda type from text property
2186 at point.
2187 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
2188 and obey `org-agenda-overriding-arguments'.
2189 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
2190 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2191 (org-agenda-week-view, org-agenda-day-view):
2192 Use `org-agenda-overriding-arguments' to make updating work with
2193 multi-block agendas.
2194 (org-agenda-prefix-format): Allow different formats for the
2195 different agenda entry types.
2196 (org-timeline-prefix-format): Option removed, use
2197 `org-agenda-prefix-format' instead.
2198 (org-prepare-agenda): New function.
2199 (org-select-timeline-window): Option removed, use
2200 `org-select-agenda-window' instead.
2201 (org-respect-restriction): Variable removed.
2202 (org-cmp-tag): New function.
2203 (org-agenda-sorting-strategy, org-entries-lessp):
2204 Implement sorting by last tag.
2205 (org-complete): Better completion in in-buffer option lines.
2206 (org-in-item-p): New function.
2207 (org-org-menu): Add entries for checkboxes.
2208 (org-cycle): Extra brouping in outline-regexp, because it is used
2209 in a search with "^" prepended.
2210 (org-provide-checkbox-statistics): New option.
2211 (org-set-font-lock-defaults): Highlight checkbox statistics.
2212 (org-update-checkbox-count-maybe)
2213 (org-get-checkbox-statistics-face): New functions.
2214 (org-update-checkbox-count): New command.
2215 (org-insert-item, org-toggle-checkbox):
2216 Call `org-update-checkbox-count-maybe'.
2217 (org-export-as-html): XEmacs compatibility for coding system.
2218 (org-force-cycle-archived): New command.
2219 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
2220 overrules cycling.
2221 (org-fix-position-after-promote): If the line contains only a todo
2222 keyword, add a final space.
2223 (org-promote-subtree, org-demote-subtree):
2224 Call `org-fix-position-after-promote'.
2225
2226 2006-11-10 Glenn Morris <rgm@gnu.org>
2227
2228 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
2229 date in every year.
2230 (calendar-dst-check-each-year-flag): New customizable variable.
2231 (calendar-dst-find-data): New function, extracted from
2232 calendar-current-time-zone.
2233 (calendar-current-time-zone): Use calendar-dst-find-data.
2234 (calendar-dst-transition-cache): New variable.
2235 (calendar-dst-find-startend, calendar-dst-starts)
2236 (calendar-dst-ends): New functions.
2237 (calendar-daylight-savings-starts)
2238 (calendar-daylight-savings-ends): Change value to use
2239 calendar-dst-starts, calendar-dst-ends; respectively.
2240
2241 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
2242
2243 * ido.el (ido-enable-prefix)
2244 * ses.el (ses-call-printer-return)
2245 * net/tramp.el (tramp-unified-filenames)
2246 * progmodes/cc-align.el (c-lineup-string-cont)
2247 * progmodes/compile.el (compilation-directory-matcher)
2248 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2249 * progmodes/gdb-ui.el (gdb-many-windows)
2250 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2251 (vhdl-clock-rising-edge)
2252 * textmodes/org.el (org-export-with-timestamps)
2253 (org-export-remove-timestamps-from-toc, org-export-with-tags)
2254 (org-read-date): Doc fix (Nil -> nil).
2255
2256 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2257
2258 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2259 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
2260
2261 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
2262
2263 * bs.el (bs--window-for-buffer): Remove.
2264 (bs--show-with-configuration): Use `get-window-with-predicate'
2265 instead of `bs--window-for-buffer'.
2266
2267 2006-11-10 Kenichi Handa <handa@m17n.org>
2268
2269 * files.el (revert-buffer): Fix previous change.
2270
2271 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
2272
2273 * bs.el (bs--redisplay): Fix typo in docstring.
2274 (bs--window-config-coming-from): Make frame-local.
2275 (bs--restore-window-config): New function.
2276 (bs-kill, bs-select, bs-select-other-window)
2277 (bs-select-other-frame): Use it.
2278 (bs--window-for-buffer): Return as soon as a matching buffer is found.
2279 (bs--show-with-configuration): Save the window configuration as a
2280 frame local var, and only if *buffer-selection* is not already
2281 visible on this frame.
2282
2283 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
2284
2285 * vc-svn.el (vc-svn-admin-directory): New var.
2286 (vc-svn-registered, vc-svn-responsible-p)
2287 (vc-svn-repository-hostname): Use it.
2288 Suggested by arit93@yahoo.com.
2289
2290 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2291
2292 * ldefs-boot.el: Regenerate.
2293
2294 2006-11-08 Alan Mackenzie <acm@muc.de>
2295
2296 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
2297 case (eq open-paren-in-column-0-is-defun-start nil) by searching
2298 for least nested open-paren.
2299
2300 2006-11-08 Romain Francoise <romain@orebokech.com>
2301
2302 * subr.el (remove-overlays): Fix typo in last change.
2303
2304 2006-11-08 Richard Stallman <rms@gnu.org>
2305
2306 * subr.el (remove-overlays): Call overlay-recenter.
2307
2308 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2309
2310 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2311 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
2312 behaviour.
2313 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
2314 directly.
2315
2316 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
2319 (ido-max-dir-file-cache, ido-decorations)
2320 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
2321 (ido-magic-backward-char, ido-enter-dired)
2322 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
2323 (ido-list-directory, ido-first-match, ido-only-match)
2324 (ido-subdir, ido-indicator): Fix typos in docstrings.
2325 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
2326 (ido-read-internal): Fix typo in error message.
2327
2328 2006-11-08 Kenichi Handa <handa@m17n.org>
2329
2330 * international/mule-cmds.el (set-default-coding-systems):
2331 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
2332
2333 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * makefile.w32-in (setwins): Remove.
2336 (WINS_ALMOST): New macro.
2337 (WINS): Use it.
2338 (autoloads): Don't extract autoloads from files in obsolete/.
2339
2340 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * whitespace.el (whitespace-buffer): Call remove-overlays after
2343 overlay-recenter for performance. Suggested by Martin Rudalics.
2344
2345 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
2346
2347 * net/tramp.el (tramp-default-method): scp is the default method.
2348
2349 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
2350
2351 * server.el (server-start): Save also the Emacs pid in the server file.
2352
2353 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
2354
2355 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
2356 point when displaying a bibtex cross reference in the echo area.
2357
2358 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * international/mule.el (make-char): Fix typo in docstring.
2361 (load-with-code-conversion, charsetp): Doc fixes.
2362
2363 * international/ja-dic-cnv.el (skkdic-convert):
2364 * cus-edit.el (hook): Fix typo in docstring.
2365
2366 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
2367
2368 * cus-edit.el (custom-mode-map): Move defvar above code using it.
2369 (custom-mode-link-map): New variable.
2370 (custom-group-link, custom-manual): Use follow-link.
2371
2372 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2373
2374 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
2375 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
2376
2377 2006-11-06 Richard Stallman <rms@gnu.org>
2378
2379 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2380 New function broken out of flyspell-correct-word.
2381 (flyspell-mode-map): Bind it to M-RET.
2382 (flyspell-correct-word): Call it.
2383
2384 * textmodes/fill.el (fill-minibuffer-function): New function.
2385 (fill-paragraph): Bind fill-paragraph-function to
2386 fill-minibuffer-function.
2387
2388 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
2389 so that they aren't undefined.
2390
2391 * dired.el (dired-readin): Locally bind file-name-coding-system.
2392
2393 * bindings.el: Shorten and clarify usual mode line mouse help string.
2394
2395 * Makefile.in (autoloads): Don't include `obsolete'.
2396
2397 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
2398
2399 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2400 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
2401 Printing menu if it's not initialized.
2402 (pr-menu-bind): Act on menu-bar-file-menu directly.
2403
2404 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2405
2406 * help.el (view-emacs-news): Fix typo in error message.
2407
2408 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
2409
2410 * shadowfile.el (shadow-define-regexp-group)
2411 (shadow-literal-groups, shadow-insert-var): Doc fixes.
2412 (shadow-read-files): Fix typo in message.
2413 (shadow-inhibit-overload, shadow-find, shadow-suffix)
2414 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
2415 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
2416 (shadow-file-match): Fix typos in docstrings.
2417
2418 * terminal.el (terminal-emulator): Fix typo in message.
2419
2420 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
2421
2422 * emacs-lisp/lselect.el (x-kill-primary-selection)
2423 (x-delete-primary-selection, x-copy-primary-selection):
2424 Fix typos in error messages.
2425
2426 * emulation/edt-mapper.el: Fix typo in interactive message.
2427
2428 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
2429
2430 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
2431 (ispell-help): Fix typos in docstrings.
2432 (ispell-help): Fix typo in output message.
2433
2434 * allout.el (allout-adjust-file-variable)
2435 (allout-passphrase-verifier-string)
2436 (allout-passphrase-hint-string)
2437 (allout-toggle-current-subtree-encryption):
2438 * apropos.el (apropos-synonyms):
2439 * cus-edit.el (hook):
2440 * emacs-lock.el (emacs-lock-from-exiting):
2441 * follow.el (follow-avoid-tail-recenter-p):
2442 * hexl.el (hexl-mode):
2443 * mouse-copy.el (mouse-copy-work-around-drag-bug):
2444 * mouse.el (mouse-set-font):
2445 * resume.el (resume-emacs-args-file):
2446 * rfn-eshadow.el (file-name-shadow-tty-properties):
2447 * t-mouse.el (t-mouse-process, t-mouse-mode):
2448 * emacs-lisp/cust-print.el (custom-print-install)
2449 (custom-print-uninstall, custom-format):
2450 * emacs-lisp/shadow.el (list-load-path-shadows):
2451 * emulation/tpu-edt.el (tpu-help-text)
2452 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
2453 (tpu-reset-control-keys):
2454 * emulation/vip.el (vip-emacs-local-map)
2455 (vip-change-mode-to-emacs):
2456 * emulation/viper.el (viper-mode, viper-set-hooks)
2457 (viper-major-mode-modifier-list):
2458 * emulation/viper-init.el (viper-emacs-state-cursor-color):
2459 * emulation/viper-keym.el (viper-emacs-kbd-map)
2460 (viper-toggle-key):
2461 * mail/feedmail.el (feedmail-queue-reminder)
2462 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
2463 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
2464 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
2465 (feedmail-sender-line, feedmail-force-binary-write)
2466 (feedmail-from-line, feedmail-deduce-envelope-from)
2467 (feedmail-x-mailer-line, feedmail-message-id-generator)
2468 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
2469 (feedmail-enable-spray, feedmail-spray-this-address)
2470 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
2471 (feedmail-queue-runner-confirm-global)
2472 (feedmail-ask-before-queue-prompt)
2473 (feedmail-ask-before-queue-reprompt)
2474 (feedmail-prompt-before-queue-standard-alist)
2475 (feedmail-prompt-before-queue-user-alist)
2476 (feedmail-prompt-before-queue-help-supplement)
2477 (feedmail-queue-use-send-time-for-message-id)
2478 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
2479 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
2480 (feedmail-mail-send-hook-queued)
2481 (feedmail-confirm-addresses-hook-example)
2482 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
2483 (feedmail-queue-runner-mode-setter)
2484 (feedmail-queue-alternative-mail-header-separator)
2485 (feedmail-queue-runner-message-sender)
2486 (feedmail-buffer-eating-function, feedmail-binmail-template)
2487 (feedmail-run-the-queue-no-prompts)
2488 (feedmail-run-the-queue-global-prompt)
2489 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
2490 (feedmail-envelope-deducer, feedmail-fiddle-date)
2491 (feedmail-default-message-id-generator)
2492 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
2493 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
2494 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
2495 (vms-pmail-setup):
2496 * play/dunnet.el (dun-help):
2497 * play/handwrite.el (handwrite):
2498 * play/hanoi.el (hanoi-unix-64):
2499 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2500 * textmodes/enriched.el (fixed):
2501 * textmodes/org.el (org-file-apps)
2502 (org-emphasis-regexp-components, org-emphasis-alist):
2503 * textmodes/texinfmt.el (batch-texinfo-format):
2504 Fix typos in docstrings.
2505
2506 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
2507
2508 * loadhist.el (read-feature): Don't complete features not loaded
2509 from a file (which make `unload-feature' to fail).
2510
2511 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2512
2513 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
2514
2515 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * startup.el (command-line-1): Kill emacs if the last frame is
2518 deleted while evaluating the command-line arguments.
2519
2520 2006-11-05 Richard Stallman <rms@gnu.org>
2521
2522 * startup.el (init-file-had-error): Add doc string.
2523 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
2524 Use fixed-width font for keyboard key descriptions.
2525
2526 * cus-edit.el (custom-save-all): Error if saving in .emacs
2527 and it had an error when loaded.
2528
2529 * dired-aux.el (dired-copy-file-recursive): Catch errors
2530 from recursive copies in the loop, around the recursive call.
2531
2532 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2533
2534 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
2535 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
2536 `/proc/acpi/thermal_zone/*'.
2537 (battery-search-for-one-match-in-files): New. Search a regexp in
2538 the content of some files.
2539
2540 2006-11-05 Martin Rudalics <rudalics@gmx.at>
2541
2542 * window.el (mouse-autoselect-window-now): Remove variable.
2543 (mouse-autoselect-window-state): New variable.
2544 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
2545 (mouse-autoselect-window-select, handle-select-window):
2546 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
2547 Suspend delayed autoselection during menu or popup dialog.
2548
2549 * info-look.el (info-lookup-guess-custom-symbol): New function
2550 for retrieving symbol at point in custom buffers.
2551 (top level) <info-lookup-maybe-add-help>: Add backquote and
2552 comma to ignored characters in regexps of help specifications
2553 for emacs-lisp-mode and lisp-interaction-mode. This permits
2554 looking up symbols in `...' and after a comma. Add help
2555 specifications for custom-mode and help-mode.
2556
2557 2006-11-04 Eli Zaretskii <eliz@gnu.org>
2558
2559 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
2560 Don't encode body if RAW is non-nil, or if the old encoding is
2561 identical to the new encoding, or if the body contains only
2562 eight-bit-* characters.
2563
2564 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2565
2566 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
2567 (faces-sample-overlay): Remove variable.
2568 (describe-face): Insert sample text in the face being described.
2569
2570 2006-11-04 Martin Rudalics <rudalics@gmx.at>
2571
2572 * whitespace.el (whitespace-indent-regexp): Make this match any
2573 multiples of eight spaces near the beginning of a line.
2574 (whitespace-buffer): Use `remove-overlays' instead of
2575 `whitespace-unhighlight-the-space' and `overlay-recenter' to
2576 speed up overlay handling.
2577 (whitespace-buffer-leading, whitespace-buffer-trailing):
2578 Make these functions highlight the text removed by
2579 `whitespace-buffer-leading-cleanup' and
2580 `whitespace-buffer-trailing-cleanup' respectively.
2581 (whitespace-buffer-search): Use `with-local-quit'.
2582 Move `format' out of loop to speed up scanning larger buffers.
2583 (whitespace-unhighlight-the-space): Remove `remove-hook' since
2584 that function is never added to a hook.
2585 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
2586 (whitespace-buffer-leading-cleanup)
2587 (whitespace-refresh-rescan-list): Fix docstrings.
2588
2589 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
2590
2591 * allout.el (allout-during-yank-processing): Cue for inhibiting
2592 aberrance processing during yanks.
2593 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
2594 the amount of yanked topics that can be aberrant.
2595 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
2596 a function, and supplement with inihibition of doublechecking
2597 during yanks.
2598 (allout-beginning-of-line, allout-next-heading)
2599 (allout-previous-heading, allout-goto-prefix-doublechecked)
2600 (allout-back-to-current-heading, allout-next-visible-heading)
2601 (allout-next-sibling): Use new allout-do-doublecheck function.
2602 (allout-next-sibling): Ensure we made progress when returning
2603 other than nil.
2604 (allout-rebullet-heading): Preserve text property annotations
2605 indicating the text was hidden, if it was.
2606 (allout-kill-line): Remove any added was-hidden annotations.
2607 (allout-kill-topic): Remove any added was-hidden annotations.
2608 (allout-annotate-hidden): Inhibit adding was-hidden text
2609 properties to the undo list.
2610 (allout-deannotate-hidden): New function to remove was-hidden
2611 annotation.
2612 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
2613 (allout-remove-exposure-annotation): Replace by
2614 allout-deannotate-hidden.
2615 (allout-yank-processing): Signal that yank processing is happening
2616 with allout-during-yank-processing. Also, wrap
2617 allout-unprotected's closer to the text changes, for easier
2618 debugging. We need to inhibit-field-text-motion explicitly, in
2619 lieu of the encompassing allout-unprotected.
2620 (outlineify-sticky): Adjust criteria for triggering new outline
2621 decorations to presence or absence of any topics, not just a topic
2622 at the beginning of the buffer.
2623
2624 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * bs.el (bs--show-all, bs--redisplay):
2627 * cus-edit.el (custom-unlispify-menu-entries)
2628 (custom-unlispify-tag-names, custom-prompt-variable):
2629 * expand.el (expand-pos):
2630 * speedbar.el (speedbar-generic-list-tag-p):
2631 * wid-edit.el (widget-image-enable):
2632 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
2633 * emacs-lisp/find-func.el (find-function-noselect)
2634 (find-function, find-variable-noselect, find-variable)
2635 (find-definition-noselect, find-face-definition):
2636 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
2637 * net/eudc-vars.el (eudc-expansion-overwrites-query):
2638 * progmodes/ada-xref.el (ada-find-in-ali):
2639 * textmodes/flyspell.el (flyspell-check-tex-math-command):
2640 * textmodes/org.el (org-copy-subtree):
2641 * textmodes/table.el (table--row-column-insertion-point-p):
2642 Use "non-nil" in docstrings.
2643
2644 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
2645
2646 * sort.el (sort-columns): Set the field separator to tab; on
2647 NetBSD, sort complains if "\n" is used as field separator.
2648
2649 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
2650
2651 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
2652
2653 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * server.el (server-auth-key): Remove. Replace by a process-property.
2656 (server-start): Don't remove the file of the previous process, but
2657 instead clear out the place for the new file.
2658 (server-start): Set the :auth-key property.
2659 (server-process-filter): Use the :auth-key property.
2660
2661 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
2662
2663 * textmodes/org.el (org-mode-map): No longer copy
2664 `outline-mode-map' explicitly - this is already done by
2665 `define-derived-mode'.
2666
2667 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
2668
2669 * server.el (server-visit-files): Use `when'.
2670 (server-process-filter): When authentication fails, send error
2671 message to client. Wrap `process-send-region' in `ignore-errors'
2672 instead of `condition-case', and remove misleading comment.
2673
2674 2006-11-01 Juri Linkov <juri@jurta.org>
2675
2676 * simple.el (yank): Doc fix.
2677
2678 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * server.el: Try and fit within 80 columns.
2681 (server-start): Make the auth file unreadable by other users.
2682
2683 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2684
2685 * battery.el (battery-linux-proc-acpi): Prevent range error when
2686 `full-capacity' is 0.
2687
2688 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2689
2690 * faces.el (faces-sample-overlay): New defvar.
2691 (faces-sample-overlay): New function to show face sample text.
2692 (describe-face): Use it.
2693
2694 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
2695
2696 * progmodes/ada-stmt.el: Change maintainer, apply
2697 whitespace-cleanup, checkdoc.
2698 (ada-func-or-proc-name): Add doc string.
2699
2700 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
2701 whitespace-cleanup, checkdoc. Minor improvements to many doc
2702 strings and comments.
2703 (ada-prj-display-page): Change buffer name to more accurately
2704 reflect function.
2705
2706 * progmodes/ada-xref.el: Change maintainer, apply
2707 whitespace-cleanup, checkdoc. Minor improvements to many doc
2708 strings and comments. Don't look for `gvd' or `ddd' debuggers.
2709 (ada-compile-current): Don't add newlines to commands.
2710
2711 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
2712
2713 * server.el: Add support for TCP sockets.
2714 (server-use-tcp, server-host, server-auth-dir): New options.
2715 (server-auth-key): New variable.
2716 (server-ensure-safe-dir): Create nonexistent parent dirs.
2717 Ignore Unix-style file modes on Windows.
2718 (server-start): Crete a TCP or Unix socket according to the value
2719 of `server-use-tcp'. For TCP sockets, create the id/auth file in
2720 `server-auth-dir' directory.
2721 (server-process-filter): Delete process if authentication
2722 fails (which never happens for Unix sockets).
2723
2724 2006-10-30 David Kastrup <dak@gnu.org>
2725
2726 * subr.el (add-to-list): Don't continue checking if a match has
2727 been found.
2728
2729 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * tutorial.el: Move defvars to avoid bytecomp warnings.
2732 (tutorial--find-changed-keys): Check if viper-current-state is
2733 bound before using it.
2734 (help-with-tutorial): Check if viper-tutorial is defined before
2735 using it.
2736
2737 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
2738
2739 * help-fns.el (help-with-tutorial): Move to tutorial.el.
2740
2741 * tutorial.el: New file.
2742 (help-with-tutorial): Move here from help-fns.el. Added help for
2743 rebound keys. Fixed resume of tutorial.
2744 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
2745 (tutorial--find-changed-keys, tutorial--display-changes)
2746 (tutorial--saved-dir, tutorial--saved-file)
2747 (tutorial--save-tutorial): New functions to support the changes in
2748 help-with-tutorial.
2749
2750 2006-10-30 Kenichi Handa <handa@m17n.org>
2751
2752 * files.el (revert-buffer): If a unibyte buffer is being reverted
2753 with a coding system for multibyte, set buffer multibyte before
2754 calling insert-file-contents.
2755
2756 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * server.el (server-select-display): Use a dummy buffer to detect when
2759 the frame is later used.
2760 (server-select-display): New function.
2761 (server-process-filter): Use it to detect unused temp frames.
2762
2763 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
2764
2765 * progmodes/ada-mode.el: Change maintainer, apply
2766 whitespace-clean, checkdoc. Minor improvements to many doc strings.
2767 (ada-mode-version): New function.
2768 (ada-create-menu): Menu operations are available for all supported
2769 compilers.
2770
2771 2006-10-29 Lars Hansen <larsh@soem.dk>
2772
2773 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
2774 Highlight as keyword.
2775 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
2776 Don't call tramp-method-out-of-band-p for local files.
2777 (tramp-touch): Quote file name.
2778
2779 2006-10-28 Glenn Morris <rgm@gnu.org>
2780
2781 * calendar/calendar.el (cal-html-cursor-month)
2782 (cal-html-cursor-year): Add autoloads for this new package.
2783 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
2784
2785 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
2786
2787 * calendar/cal-html.el: New file.
2788
2789 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * emacs-lisp/authors.el (authors-aliases): Update.
2792
2793 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * version.el (emacs-version): Bump version number to 22.0.90.
2796
2797 2006-10-26 John W. Eaton <jwe@octave.org>
2798
2799 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
2800 New defvar.
2801 (inferior-octave-resync-dirs): Check to see whether Octave has
2802 built-in variables and set inferior-octave-has-built-in-variables.
2803 Check inferior-octave-has-built-in-variables to decide whether to
2804 send commands that set built-in variables or call functions to
2805 change Octave's behavior.
2806 Send "disp (pwd ())" to Octave instead of just "pwd".
2807 (inferior-octave-startup): Send "more off" to Octave instead of
2808 "page_screen_output = 0".
2809
2810 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
2813 pattern normally.
2814
2815 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
2816
2817 * bindings.el (mode-line-mode-menu): Remove bindings for global
2818 minor modes (line/column number) as they are on the menubar.
2819
2820 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * term/w32-win.el (x-handle-name-switch): Doc fix.
2823 (w32-standard-fontset-spec): Fix typo in docstring.
2824
2825 * midnight.el (midnight-buffer-display-time): Doc fix.
2826 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
2827
2828 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
2829
2830 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
2831
2832 * viper-ex.el (ex-read): Quote file argument.
2833
2834 * ediff-diff.el (ediff-same-file-contents): Expand file names.
2835
2836 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
2837
2838 2006-10-22 Martin Rudalics <rudalics@gmx.at>
2839
2840 * textmodes/flyspell.el (flyspell-check-region-doublons):
2841 Fix last fix.
2842
2843 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
2844
2845 * bindings.el (mode-line-mode-menu): List global minor modes
2846 before local ones.
2847
2848 2006-10-23 Kim F. Storm <storm@cua.dk>
2849
2850 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
2851 (sit-for): If last command was a prefix arg, add the read-ahead
2852 event to unread-command-events as (t . EVENT) so it will be added
2853 to this-command-keys by read-key-sequence.
2854
2855 2006-10-22 Martin Rudalics <rudalics@gmx.at>
2856
2857 * textmodes/flyspell.el (flyspell-word): Skip past all previous
2858 whitespace when checking doublons.
2859 (flyspell-check-region-doublons): Fix doublon regexp.
2860 (flyspell-highlight-incorrect-region): Highlight doublons using
2861 flyspell-duplicate face.
2862
2863 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
2864
2865 2006-10-22 John Wiegley <johnw@newartisans.com>
2866
2867 * progmodes/python.el (python-use-skeletons): python-mode was
2868 auto-inserting templates (for those with abbrev-mode on), not only
2869 by default -- *but without a configuration variable to disable
2870 it*. This rendered python-mode completely useless for me, so I
2871 have added `python-use-skeletons', which is now off by default.
2872
2873 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
2874
2875 * progmodes/cperl-mode.el (cperl-mode): Don't assume
2876 font-lock-multiline is auto-local (it's not).
2877 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
2878 initialized before calling cperl-init-faces.
2879
2880 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
2881
2882 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
2883 gdb-stack-position a value when there is no fringe.
2884
2885 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
2886 indicator if not visiting a file.
2887
2888 2006-10-20 David Kastrup <dak@gnu.org>
2889
2890 * window.el (kill-buffer-and-window): Fix a bug where an aborted
2891 operation would still cause some window to collapse later.
2892
2893 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2894
2895 * vc.el (vc-switch-backend): Try to be more careful with unwanted
2896 side-effect due to mixing various backends's file properties.
2897
2898 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
2899 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
2900 Return `filename's status if applicable. Update callers.
2901
2902 2006-10-19 Kenichi Handa <handa@m17n.org>
2903
2904 * international/kkc.el (kkc-region): When a key sequence is not
2905 defined, append (this-single-command-raw-keys) to
2906 unread-input-method-events.
2907
2908 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
2909
2910 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
2911
2912 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2913
2914 * version.el (emacs-version): Use mac-carbon-version-string.
2915
2916 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
2917
2918 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2919
2920 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
2921 Kenichi Handa).
2922 (xselect-convert-to-string): Decline requests for UTF8_STRING if
2923 the selection is not UTF-8.
2924
2925 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * progmodes/ada-mode.el (ada-83-string-keywords)
2928 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
2929 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
2930 (ada-looking-at-semi-private, ada-get-body-name):
2931 Fix typos in docstrings.
2932 (ada-create-case-exception, ada-create-case-exception-substring):
2933 Fix typos in error messages.
2934 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
2935
2936 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2937
2938 * term/x-win.el (res-geometry): Don't set geometry from Xresources
2939 to default-frame-alist if default-frame-alist already contains
2940 width/height.
2941
2942 2006-10-18 Richard Stallman <rms@gnu.org>
2943
2944 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
2945 Non-interactive arg is the value, not the expression.
2946
2947 * simple.el (read-expression-map): Just set it, no defvar.
2948
2949 * subr.el (insert-for-yank-1): If last inserted char has
2950 properties, mark them as rear-nonsticky.
2951
2952 * recentf.el (recentf-mode): Doc fix.
2953
2954 * facemenu.el (facemenu-add-new-face): Defend against symbol
2955 that isn't a face name.
2956
2957 * dired-aux.el (dired-do-copy): Doc fix.
2958
2959 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * simple.el (line-move-1): Ignore fields when moving to the
2962 beginning of line to avoid getting point stuck.
2963
2964 2006-10-18 Martin Rudalics <rudalics@gmx.at>
2965
2966 * textmodes/flyspell.el (flyspell-word-search-backward):
2967 Set inhibit-point-motion-hooks to avoid looping due to intangibile
2968 text.
2969
2970 2006-10-16 Richard Stallman <rms@gnu.org>
2971
2972 * help-fns.el (describe-function-1): Special case optimization
2973 for self-insert-command.
2974
2975 2006-10-16 Kim F. Storm <storm@cua.dk>
2976
2977 * ido.el (ido-reread-directory): Work in `dir' mode too.
2978
2979 2006-10-15 Martin Rudalics <rudalics@gmx.at>
2980
2981 * textmodes/table.el: Require 'regexp-opt.
2982
2983 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
2984
2985 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
2986 Use shell-quote-argument.
2987
2988 * shell.el (explicit-bash-args): Likewise.
2989
2990 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
2991 Use grep -E rather than egrep.
2992
2993 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2994
2995 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
2996
2997 2006-10-15 Kim F. Storm <storm@cua.dk>
2998
2999 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
3000
3001 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3002
3003 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
3004 to protect whitespace and metacharacters from the shell.
3005
3006 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3007
3008 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
3009
3010 2006-10-13 Eli Zaretskii <eliz@gnu.org>
3011
3012 * subr.el (start-process-shell-command): Doc fix.
3013
3014 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
3015
3016 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
3017 the regexp for Maxima symbols.
3018
3019 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3020
3021 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
3022 (vc-find-root): Don't walk higher up than ~.
3023
3024 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
3025
3026 * international/utf-8.el (utf-translate-cjk-load-tables):
3027 Avoid clobbering last-coding-system-used during load.
3028
3029 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
3030
3031 * textmodes/reftex-global.el (reftex-create-tags-file):
3032 Quote file arguments.
3033
3034 2006-10-12 Richard Stallman <rms@gnu.org>
3035
3036 * files.el (file-name-history): Add defvar.
3037 (save-some-buffers-action-alist): Improve description strings.
3038
3039 2006-10-12 Andreas Schwab <schwab@suse.de>
3040
3041 * files.el (auto-mode-alist): Match change log file name also with
3042 a dash before a numeric extension.
3043
3044 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
3045
3046 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
3047 After 5.0:
3048 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
3049
3050 After 5.1: Major edit. Summary of most visible changes:
3051
3052 - Multiple <<HERE per line allowed.
3053 - Handles multiline subroutine declaration headers (with comments).
3054 (The exception is `cperl-etags' - but it is not used in the rest
3055 of the mode.)
3056 - Fontifies multiline my/our declarations (even with comments,
3057 and with legacy `font-lock').
3058 - Major speedup of syntaxification, both immediate and postponed
3059 (3.5x to 15x [for different CPUs and versions of Emacs] on the
3060 huge real-life document I tested).
3061 - New bindings, edits to imenu.
3062 - "_" is made into word-char during fontification/syntaxification;
3063 some attempts to recognize non-word "_" during other operations too.
3064 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
3065 - autoload some more perldoc-related stuff
3066 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
3067 - Attempt to incorporate XEmacs edits which reached me.
3068
3069 Fine-grained changelog:
3070 (cperl-hook-after-change): New configuration variable.
3071 (cperl-vc-sccs-header): Likewise.
3072 (cperl-vc-sccs-header): Likewise.
3073 (cperl-vc-header-alist): Default via two preceding variables.
3074 (cperl-invalid-face): Remove double quoting under XEmacs
3075 (still needed under 21.2).
3076 (cperl-tips): Update URLs for resources.
3077 (cperl-problems): Likewise.
3078 (cperl-praise): Mention new features.
3079 New C-c key bindings: for `cperl-find-bad-style',
3080 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
3081 `cperl-perdoc', and `cperl-perldoc-at-point'.
3082 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
3083 moved, new submenu of Tools with Ispell entries and narrowing.
3084 (cperl-after-sub-regexp): New defsubst.
3085 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
3086 Allows heads up to head4.
3087 Allow "package;".
3088 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
3089 (paren-backwards-message): ??? Something for XEmacs???
3090 (cperl-mode): Never auto-switch abbrev-mode off.
3091 Try to allow '_' be non-word char.
3092 Do not use `font-lock-unfontify-region-function' on XEmacs.
3093 Reset syntax cache on mode start.
3094 Support multiline facification (even on legacy `font-lock').
3095 (cperl-facemenu-add-face-function): ??? Some contributed code ???
3096 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
3097 refuse to inform us whether the fontification is due to lazy
3098 calling or due to edit to a buffer, install our own hook
3099 (controlled by `cperl-hook-after-change').
3100 (cperl-electric-pod): =cut may have been recognized as start.
3101 (cperl-block-p): Move, updatedfor attributes.
3102 (cperl-calculate-indent): Try to allow '_' be non-word char
3103 Support subs with attributes.
3104 (cperl-where-am-i): Queit (?) a warning.
3105 (cperl-cached-syntax-table) New function.
3106 (cperl-forward-re): Use `cperl-cached-syntax-table'.
3107 (cperl-unwind-to-safe): Recognize `syntax-type' property
3108 changing in a middle of line.
3109 (cperl-find-sub-attrs): New function.
3110 (cperl-find-pods-heres): Allow many <<EOP per line.
3111 Allow subs with attributes.
3112 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
3113 Recognize "extproc " (OS/2) case-folded and only at start.
3114 /x on s///x with empty replacement was not recognized.
3115 Better comments.
3116 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
3117 Allow subs with attributes, labels.
3118 Do not confuse "else::foo" with "else".
3119 Minor optimizations...
3120 (cperl-after-expr-p): Try to allow '_' be non-word char.
3121 (cperl-fill-paragraph): Try to detect a major bug in Emacs
3122 with `looking-at' inside `narrow' and bulk out if found.
3123 (cperl-imenu--create-perl-index): Updates for new
3124 `cperl-imenu--function-name-regexp-perl'.
3125 (cperl-outline-level): Likewise.
3126 (cperl-init-faces): Allow multiline subroutine headers
3127 and my/our declarations, and ones with comments.
3128 Allow subroutine attributes.
3129 (cperl-imenu-on-info): Better docstring.
3130 (cperl-etags): Rudimentary support for attributes.
3131 Support for packages and "package;".
3132 (cperl-add-tags-recurse-noxs): Better (?) docstring.
3133 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
3134 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
3135 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
3136 (cperl-perldoc): Add autoload.
3137 (cperl-perldoc-at-point): Likewise.
3138 (cperl-here-doc-spell): New function.
3139 (cperl-pod-spell): Likewise.
3140 (cperl-map-pods-heres): Likewise.
3141 (cperl-get-here-doc-region): Likewise.
3142 (cperl-font-lock-fontify-region-function): Likewise (backward
3143 compatibility for legacy `font-lock').
3144 (cperl-font-lock-unfontify-region-function): Fix style.
3145 (cperl-fontify-syntaxically): Recognize and optimize away deferred
3146 calls with no-change. Governed by `cperl-hook-after-change'.
3147 (cperl-fontify-update): Recognize that syntaxification region
3148 can be larger than fontification one.
3149 XXXX we leave `cperl-postpone' property, so this is quadratic...
3150 (cperl-fontify-update-bad): Temporary placeholder until
3151 it is clear how to implement `cperl-fontify-update'.
3152 (cperl-time-fontification): New function.
3153 (attrib-group): New text attribute.
3154 (multiline): New value: `syntax-type' text attribute.
3155
3156 After 5.2:
3157 (cperl-emulate-lazy-lock): New function.
3158 (cperl-fontify-syntaxically): Would skip large regions.
3159 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
3160 Some globals were declared, but uninitialized.
3161
3162 After 5.3, 5.4:
3163 (cperl-facemenu-add-face-function): Add docs, fix U<>.
3164 Copyright message updated.
3165 (cperl-init-faces): Work around a bug in `font-lock'. May slow
3166 facification down a bit.
3167 Misprint for my|our|local for old `font-lock'
3168 "our" was not fontified same as "my|local".
3169 Highlight variables after "my" etc even in
3170 a middle of an expression.
3171 Do not facify multiple variables after my etc
3172 unless parentheses are present.
3173
3174 After 5.5, 5.6
3175 (cperl-fontify-syntaxically): after-change hook could reset.
3176 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
3177
3178 After 5.7:
3179 (cperl-init-faces): Allow highlighting of local ($/).
3180 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
3181 (cperl-problems): Remove fixed problems.
3182 (cperl-find-pods-heres): Recognize #-comments in m##x too.
3183 Recognize charclasses (unless delimiter is \).
3184 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
3185 (cperl-regexp-scan): Update docs.
3186 (cperl-beautify-regexp-piece): Use information got from regexp scan.
3187
3188 After 5.8:
3189 Major user visible changes:
3190 Recognition and fontification of character classes in RExen.
3191 Variable indentation of RExen according to groups.
3192
3193 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
3194 Fontify REx charclasses in variable-name face.
3195 Fontify POSIX charclasses in "type" face.
3196 Fontify unmatched "]" in function-name face.
3197 Mark first-char of HERE-doc as `front-sticky'.
3198 Reset `front-sticky' property when needed.
3199 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
3200 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
3201 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
3202 constructs. Support `narrow'ed buffers.
3203 (cperl-praise): Remove a reservation.
3204 (cperl-make-indent): New function.
3205 (cperl-indent-for-comment): Use `cperl-make-indent'.
3206 (cperl-indent-line): Likewise.
3207 (cperl-lineup): Likewise.
3208 (cperl-beautify-regexp-piece): Likewise.
3209 (cperl-contract-level): Likewise.
3210 (cperl-toggle-set-debug-unwind): New function.
3211 New menu entry for this.
3212 (fill-paragraph-function): Use when `boundp'.
3213 (cperl-calculate-indent): Take into account groups when indenting RExen.
3214 (cperl-to-comment-or-eol): Recognize # which end a string.
3215 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
3216 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
3217 (cperl-fontify-syntaxically): More clear debugging message.
3218 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
3219 (cperl-init-faces): More complicated highlight even on XEmacs (new).
3220 Merge cosmetic changes from XEmacs.
3221
3222 After 5.9:
3223 (cperl-1+): Move to before the first use.
3224 (cperl-1-): Likewise.
3225
3226 After 5.10:
3227
3228 This code may lock Emacs hard!!! Use at your own risk!
3229
3230 (cperl-font-locking): New internal variable.
3231 (cperl-beginning-of-property): New function.
3232 (cperl-calculate-indent): Use `cperl-beginning-of-property'
3233 instead of `previous-single-property-change'.
3234 (cperl-unwind-to-safe): Likewise.
3235 (cperl-after-expr-p): Likewise.
3236 (cperl-get-here-doc-region): Likewise.
3237 (cperl-font-lock-fontify-region-function): Likewise.
3238 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
3239 recursively.
3240 Bound `next-single-property-change' via `point-max'.
3241 (cperl-unwind-to-safe): Bound likewise
3242 (cperl-font-lock-fontify-region-function): Likewise.
3243 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
3244 Initialization of `cperl-font-lock-multiline-start' could be
3245 missed if the "main" fontification did not run due to the
3246 keyword being already fontified.
3247 (cperl-pod-spell): Return t from do-one-chunk function.
3248 (cperl-map-pods-heres): Stop when the worker returns nil.
3249 Call `cperl-update-syntaxification'.
3250 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
3251 (cperl-get-here-doc-delim): Remove unused function.
3252
3253 After 5.11:
3254
3255 The possible lockup of Emacs (introduced in 5.10) fixed.
3256
3257 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
3258 (cperl-syntaxify-for-menu): New customization variable.
3259 (cperl-select-this-pod-or-here-doc): New function.
3260 (cperl-get-here-doc-region): Extra argument.
3261 Do not adjust pos by 1.
3262
3263 New menu entries
3264 (Perl/Tools): Selection of current POD or HERE-DOC section.
3265 (Debugging CPerl:) backtrace on fontification.
3266
3267 After 5.12:
3268 (cperl-cached-syntax-table): Use `car-safe'.
3269 (cperl-forward-re): Remove spurious argument SET-ST.
3270 Add documentation.
3271 (cperl-forward-group-in-re): New function.
3272 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
3273 (XXXX Temporary (?) hack is to syntax-mark them as comment).
3274
3275 After 5.13:
3276 (cperl-string-syntax-table): Make { and } not-grouping
3277 (Sometimes they ARE grouping in RExen, but matching them would only
3278 confuse in many situations when they are not)
3279 (beginning-of-buffer): Replace two occurences with goto-char...
3280 (cperl-calculate-indent): `char-after' could be nil...
3281 (cperl-find-pods-heres): REx can start after "[" too.
3282 Hightlight (??{}) in RExen too.
3283 (cperl-maybe-white-and-comment-rex): New constant
3284 (cperl-white-and-comment-rex): Likewise.
3285 XXXX Not very efficient, but hard to make
3286 better while keeping 1 group.
3287
3288 After 5.13:
3289 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
3290 Likewise for 1 << identifier.
3291
3292 After 5.14:
3293 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
3294 Error-less condition-case could fail.
3295 (cperl-font-lock-fontify-region-function): Likewise.
3296 (cperl-init-faces): Likewise.
3297
3298 After 5.15:
3299 (cperl-find-pods-heres): Support property REx-part2.
3300 (cperl-calculate-indent): Likewise.
3301 Don't special-case REx with non-empty 1st line.
3302 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
3303 Invert highlighting of charclasses:
3304 now the envelop is highlighted.
3305 Highlight many others 0-length builtins.
3306 (cperl-praise): Mention indenting and highlight in RExen.
3307
3308 After 5.15:
3309 (cperl-find-pods-heres): Highlight capturing parens in REx.
3310
3311 After 5.16:
3312 (cperl-find-pods-heres): Highlight '|' for alternation
3313 Initialize `font-lock-warning-face' if not present.
3314 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
3315 `font-lock-function-name-face'.
3316 (cperl-look-at-leading-count): Likewise.
3317 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
3318 `font-lock-keyword-face' (needed for
3319 batch processing), etc...
3320 Use `font-lock-builtin-face' for builtin in REx
3321 Now `font-lock-variable-name-face'
3322 is used for interpolated variables
3323 Use "talking aliases" for faces inside REx
3324 Highlight parts of REx (except in charclasses)
3325 according to the syntax and/or semantic
3326 Syntax-mark a {}-part of (?{}) as "comment"
3327 (it was the ()-part)
3328 Better logic to distinguish what is what in REx
3329 (cperl-tips-faces): Document REx highlighting
3330 (cperl-praise): Mention REx syntax highlight etc.
3331
3332 After 5.17:
3333 (cperl-find-sub-attrs): Would not always manage to print error message.
3334 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
3335
3336 After 5.18:
3337 (cperl-find-pods-heres): Misprint in REx for parsing REx.
3338 Very minor optimization.
3339 `my-cperl-REx-modifiers-face' got quoted.
3340 Recognize "print $foo <<END" as HERE-doc.
3341 Put `REx-interpolated' text attribute if needed.
3342 (cperl-invert-if-unless-modifiers): New function.
3343 (cperl-backward-to-start-of-expr): Likewise.
3344 (cperl-forward-to-end-of-expr): Likewise.
3345 (cperl-invert-if-unless): Works in "the opposite way" too.
3346 Cursor position on return is on the switch-word.
3347 Indents comments better.
3348 (REx-interpolated): New text attribute.
3349 (cperl-next-interpolated-REx): New function.
3350 (cperl-next-interpolated-REx-0): Likewise.
3351 (cperl-next-interpolated-REx-1): Likewise.
3352 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
3353 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
3354 (cperl-praise): Mention finded interpolated RExen.
3355
3356 After 5.19:
3357 (cperl-init-faces): Highlight %$foo, @$foo too.
3358 (cperl-short-docs): Better docs for system, exec.
3359 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
3360 Would not find HERE-doc ended by EOF without NL.
3361 (cperl-short-docs): Correct not-doubled \-escapes.
3362 start block: Put some `defvar' for stuff gone from XEmacs.
3363
3364 After 5.20:
3365 initial comment: Extend copyright, fix email address.
3366 (cperl-indent-comment-at-column-0): New customization variable.
3367 (cperl-comment-indent): Indentation after $#a would increasy by 1.
3368 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
3369 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
3370 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
3371 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
3372 highlight $ in $foo too (UNTESTED).
3373 (cperl-set-style): Docstring missed some available styles.
3374 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
3375 Change "Current" to "Memorize Current".
3376 (cperl-indent-wrt-brace): New customization variable; the default is
3377 as for pre-5.2 version.
3378 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
3379 (cperl-style-alist): Likewise.
3380 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
3381 and `cperl-extra-newline-before-brace' etc
3382 being t
3383 (cperl-indent-exp): Plans B and C to find continuation blocks even
3384 if `cperl-extra-newline-before-brace' is t.
3385
3386 After 5.21:
3387 Improve some docstrings concerning indentation.
3388 (cperl-indent-rules-alist): New variable.
3389 (cperl-sniff-for-indent): New function name
3390 (separated from `cperl-calculate-indent').
3391 (cperl-calculate-indent): Separate the sniffer and the indenter;
3392 uses `cperl-sniff-for-indent' now.
3393 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
3394 was inverted;
3395 Support `comment-column' = 0.
3396
3397 2006-10-11 Martin Rudalics <rudalics@gmx.at>
3398
3399 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
3400 * help-at-pt.el (scan-buf-move-to-region): Likewise.
3401 * longlines.el (longlines-window-change-function): Likewise.
3402 * simple.el (undo-ask-before-discard): Likewise.
3403 * wid-edit.el (widget-field-prompt-internal)
3404 (widget-documentation-link-p): Likewise.
3405
3406 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
3409 for a keyword.
3410
3411 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * newcomment.el (comment-valid-prefix-p): Make the check
3414 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
3415 (comment-indent-new-line): Adjust call.
3416
3417 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
3418
3419 * allout.el (allout-back-to-current-heading): Base on lower-level
3420 routines to get proper disqualification of aberrant topics.
3421
3422 2006-10-09 Richard Stallman <rms@gnu.org>
3423
3424 * textmodes/two-column.el (2C-two-columns): Doc fix.
3425
3426 2006-10-09 Kim F. Storm <storm@cua.dk>
3427
3428 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
3429 about implicit use.
3430
3431 2006-10-08 Richard Stallman <rms@gnu.org>
3432
3433 * textmodes/two-column.el (2C-two-columns): Doc fix.
3434
3435 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
3436
3437 * files.el: Mark `buffer-read-only' as safe-local-variable.
3438
3439 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
3440
3441 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
3442 Burp if GUD buffer has been killed.
3443
3444 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * completion.el (add-completions-from-c-buffer):
3447 Don't presume an error's second element is a string.
3448 Use looking-at rather than buffer-substring + member.
3449
3450 2006-10-07 Eli Zaretskii <eliz@gnu.org>
3451
3452 * mail/rmail.el (rmail-redecode-body): If the old encoding is
3453 `undecided', call find-coding-systems-region to find a proper
3454 non-trivial encoding.
3455 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
3456 and "text/plain".
3457
3458 2006-10-07 Kevin Ryde <user42@zip.com.au>
3459
3460 * textmodes/reftex-vars.el (defgroup reftex): Update home page
3461 url-link.
3462
3463 * strokes.el (defgroup strokes): Remove invalid url-link.
3464
3465 2006-10-07 Magnus Henoch <mange@freemail.hu>
3466
3467 * autoinsert.el (auto-insert-alist): Doc fix.
3468
3469 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3470
3471 * mouse-sel.el (mouse-insert-selection-internal):
3472 Use insert-for-yank, so that yank handlers are run.
3473
3474 2006-10-07 Kim F. Storm <storm@cua.dk>
3475
3476 * ido.el (ido-file-extension-aux): Fix comparison.
3477
3478 2006-10-06 Kim F. Storm <storm@cua.dk>
3479
3480 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
3481
3482 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
3483
3484 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
3485 (ad-make-mapped-call): Use `let', not `let*'.
3486
3487 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * international/mule-cmds.el (coding-system-change-eol-conversion):
3490 Ensure the coding system is initialized before calling
3491 coding-system-eol-type.
3492
3493 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
3494
3495 * textmodes/org.el (org-rm-props, org-activate-plain-links)
3496 (org-activate-angle-links, org-activate-dates)
3497 (org-activate-target-links, org-activate-camels)
3498 (org-activate-tags): Add `rear-nonsticky' text property to avoid
3499 textproperty keymaps from being active beyond the end of a line.
3500 (org-unfontify-region): Also remove `rear-nonsticky' property.
3501
3502 2006-10-04 Kenichi Handa <handa@m17n.org>
3503
3504 * international/code-pages.el (next): Table fixed.
3505
3506 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
3509 that it's been made unnecessary by removing narrowing.
3510
3511 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
3514 control flow a bit, simplify another bit, and add comments.
3515
3516 2006-10-03 David Kastrup <dak@gnu.org>
3517
3518 * help.el (describe-mode): For clicks on mode-line, use "@"
3519 interactive argument to get the major mode of the click instead of
3520 the current buffer.
3521
3522 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
3523 in order to better redirect mouse-2 clicks. Also allow default
3524 bindings to apply.
3525
3526 2006-10-03 Kim F. Storm <storm@cua.dk>
3527
3528 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
3529 (pushnew): Fix last change.
3530
3531 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
3532
3533 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
3534 Use the interactive spec of `eval-expression'.
3535
3536 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
3537
3538 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
3539
3540 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
3541
3542 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
3543 2006-09-28 commit.
3544
3545 2006-10-02 Kenichi Handa <handa@m17n.org>
3546
3547 * international/code-pages.el (iso-8859-6): Table fixed.
3548
3549 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3550
3551 * dired.el (dired-build-subdir-alist): Fix previous change.
3552
3553 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
3554
3555 * simple.el (undo-elt-crosses-region): Fix the inequalities.
3556
3557 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * emacs-lisp/find-func.el (find-function-regexp): Don't match
3560 "define-button-type".
3561
3562 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
3563 they don't keep accumulating.
3564
3565 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3566
3567 * ffap.el (ffap-rfc-path): Change the address of the RFC
3568 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
3569
3570 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
3571
3572 * allout.el (allout-expose-topic): Rectify implementation of "+"
3573 spec, so that bodies are not exposed with headlines.
3574
3575 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
3576
3577 * allout.el (allout-current-depth): Do aberrent check only at or
3578 below doublecheck depth.
3579 (allout-chart-subtree): Make it explicit that LEVELS being nil
3580 means unlimited depth. Drop undocumented support for LEVELS value
3581 t meaning unlimited depth. (This is consistent with
3582 allout-chart-to-reveal, but contrary to allout-show-children,
3583 which needs to use nil to default to depth of 1.)
3584 (allout-goto-prefix-doublechecked): Wrap long docstring line.
3585 (allout-chart-to-reveal): Be explicit in docstring about meaning
3586 of nil LEVELS, and drop support for LEVELS value t.
3587 (allout-show-children): Translate the level spec used by this
3588 routine to that used by allout-chart-subtree and
3589 allout-chart-to-reveal.
3590 (allout-show-to-offshoot): Retry once when stuck, after opening
3591 subtree - improvements in discontinuity handling likely will
3592 enable progress.
3593
3594 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
3595
3596 * wid-edit.el (widget-button-click-moves-point): New variable.
3597 (widget-button-click): If widget-button-click-moves-point is
3598 non-nil, set point after performing the button action
3599
3600 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
3601
3602 2006-09-30 Martin Rudalics <rudalics@gmx.at>
3603
3604 * files.el (find-file-existing): Modify to not allow wildcards.
3605
3606 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3607
3608 * simple.el (undo-more): When undo information for the region is
3609 exhausted, say "No further undo information FOR REGION".
3610
3611 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
3612
3613 * progmodes/sh-script.el (sh-prev-thing):
3614 Take `sh-leading-keywords' into account.
3615
3616 2006-09-29 Glenn Morris <rgm@gnu.org>
3617
3618 * custom.el (defcustom): Doc fix.
3619
3620 * calendar/calendar.el (european-calendar-style):
3621 Call european-calendar or american-calendar as needed when set.
3622 (diary-view-entries, list-calendar-holidays): Move autoloads
3623 before use.
3624
3625 2006-09-29 Juri Linkov <juri@jurta.org>
3626
3627 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
3628 to nil if there is no previous property change.
3629
3630 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3631
3632 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
3633 saving anything to be sure that `forward-sexp' behaves correctly.
3634
3635 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * simple.el (line-move-finish): Ignore field boundaries if the
3638 initial and final points have the same `field' property.
3639
3640 2006-09-29 Kim F. Storm <storm@cua.dk>
3641
3642 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
3643 to t while calling ido-read-internal.
3644
3645 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
3646
3647 * textmodes/org.el (org-file-remote-p): Get regexp from list.
3648 (org-archive-subtree): Remove erraneous `]' from character list.
3649
3650 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
3651
3652 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
3653 (ses-reconstruct-all): Make undo of "insert row" work by keeping
3654 markers for data-area and parameters-area.
3655
3656 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
3659
3660 * font-lock.el (font-lock-after-change-function): Refontify next line
3661 as well if end is at BOL.
3662 (font-lock-extend-jit-lock-region-after-change): Be more careful to
3663 only extend the region as much as needed.
3664
3665 2006-09-28 Richard Stallman <rms@gnu.org>
3666
3667 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
3668
3669 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
3670
3671 * international/mule.el (after-insert-file-set-coding):
3672 If VISIT, don't let set-buffer-multibyte make undo info.
3673
3674 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
3675
3676 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
3677 lines in base64-encoded authentication response.
3678
3679 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3680
3681 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
3682 (ebnf-version): New version 4.3.
3683 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
3684 (ebnf-prologue): Adjust PostScript programming.
3685 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
3686 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
3687
3688 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * jit-lock.el (jit-lock-force-redisplay): Rename from
3691 jit-lock-fontify-again, and undo the mistaken change I've just done.
3692
3693 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
3694 (jit-lock-fontify-again): Don't refontify text that's not displayed.
3695
3696 2006-09-26 Kenichi Handa <handa@m17n.org>
3697
3698 * startup.el (display-splash-screen): Allow a prefix argument.
3699
3700 2006-09-25 Jason Rumney <jasonr@gnu.org>
3701
3702 * subr.el (shell-quote-argument): Use DOS logic for Windows
3703 shells with DOS semantics.
3704
3705 2006-09-24 Richard Stallman <rms@gnu.org>
3706
3707 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
3708 (compilation-goto-locus): Use compilation-goto-locus-delete-o
3709 to delete the overlay. Put it on pre-command-hook.
3710
3711 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
3712
3713 * startup.el (fancy-splash-screens, normal-splash-screen):
3714 Call the splash buffer *About GNU Emacs*.
3715
3716 * simple.el (next-error-highlight, next-error-highlight-no-select):
3717 Default to 0.5.
3718 (yank-excluded-properties): Add `fontified'.
3719
3720 * font-lock.el (font-lock-compile-keywords): Allow value of
3721 syntax-begin-function to enable paren-column-0 highlighting.
3722
3723 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3724
3725 * dired.el (dired-build-subdir-alist): When file ends in colon,
3726 don't exit the loop, just disregard that file.
3727
3728 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
3729
3730 * simple.el (line-move-finish): Handle corner case for fields in
3731 continued lines.
3732 (line-move-1): Remove flawed test for that case.
3733
3734 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
3735
3736 * icomplete.el (icomplete-simple-completing-p): Use the correct
3737 name for the new variable, `icomplete-with-completion-tables'.
3738 (file local variables): Remove superfluous setting.
3739
3740 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
3741
3742 * calendar/appt.el (appt-check): Fix typo for appointments just
3743 after midnight.
3744
3745 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * help.el (describe-key-briefly, describe-key): Don't expect an
3748 extra up event if a down-event is generated by a popup menu.
3749
3750 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
3751
3752 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
3753 local dictionary when changing the global dictionary.
3754
3755 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
3756
3757 * icomplete.el (icomplete-with-completion-tables): List of
3758 specialized completion tables with which icomplete should
3759 operate. Include the new `internal-complete-buffer', so icomplete
3760 works with interactive buffer-selection.
3761 (icomplete-simple-completing-p): Add acceptance of specialized
3762 completion tables listed in icomplete-with-completion-tables.
3763
3764 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3765
3766 * frame.el (focus-follows-mouse): Set default to nil on Mac.
3767
3768 * startup.el (command-line): Use `custom-reevaluate-setting' for
3769 `focus-follows-mouse'.
3770
3771 2006-09-22 Richard Stallman <rms@gnu.org>
3772
3773 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
3774 explain why Save is not available.
3775
3776 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
3777
3778 * woman.el (woman0-so): Use `let*', not `let'.
3779 (woman-horizontal-line): Remove unbalanced parenthesis.
3780
3781 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * woman.el: Make sure all the end-of-region markers we use have
3784 a non-nil insertion-type.
3785 (woman0-so): Move things around so we can use copy-marker.
3786 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
3787 Adjust marker type.
3788 (woman2-process-escapes): Check marker type.
3789 (woman-horizontal-line): Dispense with the use of a marker.
3790
3791 2006-09-22 Jay Belanger <belanger@truman.edu>
3792
3793 * calc/calc-lang.el: Add Greek letters to math-variable-table
3794 property of tex.
3795
3796 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
3799
3800 2006-09-22 Masatake YAMATO <jet@gyve.org>
3801
3802 * add-log.el (add-log-current-defun): Use `forward-sexp'
3803 instead of `forward-word' to pick c++::symbol.
3804 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
3805
3806 2006-09-22 Kenichi Handa <handa@m17n.org>
3807
3808 * bindings.el: Fix setting self-insert-command for multibyte
3809 characters in global-map.
3810
3811 2006-09-21 David Kastrup <dak@gnu.org>
3812
3813 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
3814 doc string.
3815
3816 2006-09-21 Kenichi Handa <handa@m17n.org>
3817
3818 * language/european.el ("Latin-1"): Add windows-1252 to
3819 coding-priority.
3820 ("German"): Likewise.
3821
3822 2006-09-21 Kim F. Storm <storm@cua.dk>
3823
3824 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
3825 Suggested by Miles Bader.
3826
3827 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
3828 instead of add-to-list in the simple case.
3829
3830 2006-09-20 Kenichi Handa <handa@m17n.org>
3831
3832 * isearch.el (isearch-process-search-char): Cancel the previous change.
3833 (isearch-search-string): New function.
3834 (isearch-search): Use isearch-search-string.
3835 (isearch-lazy-highlight-search): Likewise.
3836
3837 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3838
3839 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
3840 string to become an option.
3841
3842 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
3845
3846 2006-09-20 Kim F. Storm <storm@cua.dk>
3847
3848 * simple.el (line-move-partial): Call pos-visible-in-window-p with
3849 position t instead of trying both window-end and window-end - 1.
3850
3851 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
3852
3853 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
3854 hidden trees.
3855
3856 2006-09-20 David Kastrup <dak@gnu.org>
3857
3858 * mouse.el (mouse-posn-property): Improve doc string.
3859 (mouse-on-link-p): Change buffers for function calls on links.
3860
3861 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
3862 buffer is read-only.
3863
3864 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
3865
3866 * allout.el (allout-unprotected): Let inhibit-read-only only when
3867 buffer-read-only isn't set.
3868 (allout-annotate-hidden): Enable topic annotation during copies even
3869 when the buffer is read-only, eg for topic copies. Ensure that the loop
3870 advances, even when the span extends beyond the deletion region.
3871 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
3872 rather than allout-exposure-changed-hook, as a stronger assertion.
3873 (allout-keybindings-list): Add bindings for
3874 allout-copy-line-as-kill and allout-copy-topic-as-kill.
3875 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
3876 Copy wrappers for allout-kill-line and allout-kill-topic.
3877 (allout-listify-exposed): Position correctly to accumulate lines.
3878
3879 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
3880
3881 * simple.el (line-move-1): Escape field boundaries occurring
3882 exactly at point. Update goal column if constrained to a field.
3883 (line-move-finish): Escape field boundaries occurring exactly at point.
3884
3885 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * mouse.el (mouse-on-link-p): Tentatively fix last change.
3888 (mouse-drag-vertical-line): Remove unused var `wconfig'.
3889
3890 2006-09-19 Kim F. Storm <storm@cua.dk>
3891
3892 * help.el (describe-key-briefly, describe-key): Simplify printing
3893 of descriptions by using format and %S. Fix "is undefined"
3894 messages to say "at that spot" for mouse events.
3895
3896 * simple.el (line-move-partial): Optimize. Try window-line-height
3897 before posn-at-point to get vpos of current line.
3898
3899 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
3900
3901 * viper.el: Bump up version/date of update to reflect the substantial
3902 changes done in August 2006.
3903
3904 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
3905 are defined.
3906
3907 * ediff-util.el (ediff-add-to-history): New function.
3908
3909 * ediff.el: Use ediff-add-to-history instead of add-to-history.
3910
3911 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3912
3913 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
3914 Delete duplicate make-local-variable form.
3915 (conf-space-keywords): Add autoload cookie.
3916 Fix typo (`keywords', not `keyword').
3917
3918 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3919
3920 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
3921 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
3922 to x-gtk-use-old-file-dialog
3923
3924 2006-09-18 Richard Stallman <rms@gnu.org>
3925
3926 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
3927 that might come in during mouse tracking.
3928
3929 2006-09-18 Kim F. Storm <storm@cua.dk>
3930
3931 * simple.el (line-move-partial): Rework 2006-09-15 change to use
3932 new window-line-height function. Further optimize by not calling
3933 pos-visible-in-window-p for window-end when window-line-height
3934 returns useful information.
3935
3936 2006-09-16 Richard Stallman <rms@gnu.org>
3937
3938 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
3939 (conf-space-mode): Don't handle prefix arg.
3940 Delete conf-space-keywords-override code.
3941 Use add-hook.
3942 (conf-space-keywords): New command.
3943 (conf-space-mode-internal): Be careful with imenu-generic-expression.
3944 Delete conf-space-keywords-override code.
3945 (conf-space-keywords-alist): Doc fix.
3946 (conf-space-font-lock-keywords): Doc fix.
3947 (conf-space-keywords-override): Var deleted.
3948
3949 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
3950
3951 * startup.el (fancy-splash-screens): Don't switch to the scratch
3952 buffer; it may not be the next buffer.
3953
3954 2006-09-16 Romain Francoise <romain@orebokech.com>
3955
3956 * saveplace.el (load-save-place-alist-from-file): Use expanded name
3957 in both messages.
3958
3959 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
3960
3961 * progmodes/python.el (python-preoutput-filter):
3962 Fix arg order to string-match.
3963
3964 2006-09-16 Richard Stallman <rms@gnu.org>
3965
3966 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
3967 font-lock-compile-keywords.
3968
3969 * font-lock.el (font-lock-compile-keywords): Rename optional arg
3970 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
3971
3972 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3973
3974 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
3975
3976 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
3977 and the data doesn't look like UTF8, send STRING instead.
3978
3979 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
3980
3981 * textmodes/flyspell.el (flyspell-check-region-doublons):
3982 New function to detect duplicated words.
3983 (flyspell-large-region): Use it.
3984
3985 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
3986
3987 * simple.el (line-move-to-column): Revert 2006-08-03 change.
3988
3989 2006-09-16 Eli Zaretskii <eliz@gnu.org>
3990
3991 * help.el (describe-prefix-bindings): Use let, not let*.
3992
3993 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
3994
3995 * allout.el (allout-regexp, allout-line-boundary-regexp)
3996 (allout-bob-regexp): Correct grouping and boundaries to fix
3997 backwards traversal.
3998 (allout-depth-specific-regexp, allout-depth-one-regexp):
3999 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
4000 worse time in allout-ascend.
4001 (allout-doublecheck-at-and-shallower): Identify depth threshold
4002 below which topics are checked for and disqualified by containment
4003 discontinuities.
4004 (allout-hotspot-key-handler): Correctly handle multiple-key
4005 strokes. Remove some unused variables.
4006 (allout-mode-leaders): Clarify that mode-specific comment-start
4007 will be used.
4008 (set-allout-regexp): Correctly regexp-quote allout regexps to
4009 properly accept alternative header-leads and primary bullets with
4010 regexp-specific characters (eg, C "/*", mathematica "(*").
4011 Include new regular expressions among those configured.
4012 (allout-infer-header-lead-and-primary-bullet):
4013 Rename allout-infer-header-lead.
4014 (allout-recent-depth): Manifest as a variable as well as a function.
4015 (allout-prefix-data): Simplify into an inline instead of a macro,
4016 assuming current match data rather than being explicitly passed
4017 it. Establish allout-recent-depth value as well as
4018 allout-recent-prefix-beginning and allout-recent-prefix-end.
4019 (allout-aberrant-container-p): True when an item's immediate
4020 offspring discontinuously contained. Useful for disqualifying
4021 unintended topic prefixes, likely at low depths.
4022 (allout-goto-prefix-doublechecked): Elaborate version of
4023 allout-goto-prefix which disqualifies aberrant pseudo-items.
4024 (allout-pre-next-prefix): Layer on top of lower-level routines, to
4025 get disqualification of aberrant containers.
4026 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
4027 containers.
4028 (allout-beginning-of-current-entry): Position at start of buffer
4029 when in container (depth 0) entry.
4030 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
4031 (allout-current-bullet): Strip text properties.
4032 (allout-get-prefix-bullet): Use right match groups.
4033 (allout-beginning-of-line, allout-next-heading):
4034 Disqualify aberrant containers.
4035 (allout-previous-heading): Disqualify aberrant containers, and
4036 change to regular (rather than inline) function, to allow
4037 self-recursion.
4038 (allout-get-invisibility-overlay): Increment so progress is made
4039 when the first overlay is not the sought one.
4040 (allout-end-of-prefix): Disqualify aberrant containers.
4041 (allout-end-of-line): Cycle something like allout-beginning-of-line.
4042 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
4043 outline.el outlines) functional again. Change the primary bullet
4044 along with the header-lead - level 1 new-style bullets now work.
4045 Engage allout-before-change-handler in mainline Emacs, not just
4046 XEmacs, to do undo handling.
4047 (allout-before-change-handler): Expose undo changes occurring in
4048 hidden regions. Use allout-get-invisibility-overlay instead of
4049 reimplementing it inline.
4050 (allout-chart-subtree): Use start rather than end of prefix in
4051 charts. Use allout-recent-depth variable.
4052 (allout-chart-siblings): Disqualify aberrant topics.
4053 (allout-beginning-of-current-entry): Position correctly.
4054 (allout-ascend): Use new allout-depth-specific-regexp and
4055 allout-depth-one-regexp for linear instead of O(N^2) or worse
4056 behavior.
4057 (allout-ascend-to-depth): Depend on allout-ascend, rather than
4058 reimplementing an algorithm.
4059 (allout-up-current-level): Depend on allout-ascend, rather than
4060 reimplementing an algorithm. Return to start-point if we fail.
4061 (allout-descend-to-depth): Use allout-recent-depth variable
4062 instead of function.
4063 (allout-next-sibling): On traversal of numerous intervening
4064 topics, resort to economical allout-next-sibling-leap.
4065 (allout-next-sibling-leap): Specialized version of
4066 allout-next-sibling that uses allout-ascend cleverly, to depend on
4067 a regexp search to leap large numbers of contained topics, rather
4068 than arbitrarily many one-by-one traversals.
4069 (allout-next-visible-heading): Disqualify aberrant topics.
4070 (allout-previous-visible-heading): Position consistently when
4071 interactive.
4072 (allout-forward-current-level): Base on allout-previous-sibling
4073 rather than (differently) reimplmenting the algorithm. Remove some
4074 unused variables.
4075 (allout-solicit-alternate-bullet): Present default choice stripped
4076 of text properties.
4077 (allout-rebullet-heading): Use bullet stripped of text properties.
4078 Register changes using allout-exposure-change-hook.
4079 Disregard aberrant topics.
4080 (allout-shift-in): With universal-argument, make topic a peer of
4081 it's former offspring. Simplify the code by separating out
4082 allout-shift-out functionality.
4083 (allout-shift-out): With universal-argument, make offspring peers
4084 of their former container, and its siblings. Implement the
4085 functionality here, rather than inappropriately muddling the
4086 implementation of allout-shift-in.
4087 (allout-rebullet-topic): Respect additional argument for new
4088 parent-child separation function.
4089 (allout-yank-processing): Use allout-ascend directly.
4090 (allout-show-entry): Disqualify aberrant topics.
4091 (allout-show-children): Handle discontinuous children gracefully,
4092 extending the depth being revealed to expose them and posting a
4093 message indicating the situation.
4094 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
4095 Leave cursor in correct position.
4096 (allout-hide-current-subtree): Use allout-ascend directly.
4097 Disqualify aberrant topics.
4098 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
4099 a way that the yanks can restore it, as used to happen.
4100 (allout-yank-processing): Restore exposure layout as recorded by
4101 allout-kill-*, as used to happen.
4102 (allout-annotate-hidden, allout-hide-by-annotation): New routines
4103 for preseving and restoring exposure layout across kills.
4104 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
4105 (allout-encrypt-string): Strip text properties.
4106 Rearranged order and outline-headings for some of the
4107 miscellaneous functions.
4108 (allout-resolve-xref): No need to quote the error name in the
4109 condition-case handler section.
4110 (allout-flatten): Classic recursive (and recursively intensive,
4111 without tail-recursion) list-flattener, needed by allout-shift-out
4112 when confronted with discontinuous children.
4113
4114 2006-09-16 Jason Rumney <jasonr@gnu.org>
4115
4116 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
4117 on ms-windows.
4118 (dnd-open-unc-file): Remove.
4119 (dnd-open-local-file): Mention in doc string that it also handles
4120 remote files if the system natively supports unc file-names.
4121
4122 2006-09-15 Kim F. Storm <storm@cua.dk>
4123
4124 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
4125 all necessary information about the event before erasing *Help*.
4126
4127 * simple.el (line-move-partial): Use window-line-visiblity to
4128 quickly check whether last line is partially visible, and only do
4129 the hard (and slow) part in that case.
4130
4131 2006-09-15 Jay Belanger <belanger@truman.edu>
4132
4133 * COPYING: Replace "Library Public License" by "Lesser Public
4134 License" throughout.
4135
4136 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4137
4138 * term/x-win.el (x-menu-bar-open): New function for F10.
4139
4140 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4143 Disallow filenames containing " -" to avoid confusion with libtool
4144 compilation messages. Suggested by Stefan Monnier.
4145
4146 2006-09-15 David Kastrup <dak@gnu.org>
4147
4148 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
4149 instead of buffer position for `mouse-on-link-p'.
4150
4151 * mouse.el (mouse-posn-property): New function looking up the
4152 properties at a click position in overlays and text properties in
4153 either buffer or strings.
4154 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
4155 of both `follow-link' as well as `mouse-face' properties.
4156 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
4157 buffer position.
4158
4159 * help.el (describe-key-briefly): When reading a down-event on
4160 mode lines or scroll bar, swallow the following up event, too.
4161 Use the new mouse sensitity of `key-binding' for lookup.
4162 (describe-key): The same here.
4163
4164 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
4165
4166 * play/life.el (life-patterns): Add a few more interesting patterns.
4167 (life-setup): Force `show-trailing-whitespace' to nil.
4168
4169 2006-09-14 Richard Stallman <rms@gnu.org>
4170
4171 * startup.el (fancy-splash-text): Change text to improve alignment.
4172 (fancy-splash-screens): Don't set non-standard tab width.
4173 Bind cursor-type temporarily, and make it easy to patch to
4174 preserve the splash buffer.
4175 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
4176 (fancy-splash-screens): Display echo-area message explicitly.
4177 Don't set fancy-splash-help-echo.
4178
4179 * simple.el (line-number-mode): Group mode-line instead of
4180 editing-basics.
4181 (column-number-mode, size-indication-mode): Likewise.
4182
4183 * faces.el (mode-line-faces): Group mode-line instead of modeline.
4184
4185 * time.el (display-time): Group mode-line instead of modeline.
4186
4187 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
4188
4189 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
4190
4191 * startup.el (fancy-splash-text): Move editing instructions to
4192 fancy-splash-head.
4193 (fancy-splash-head): Issue editing instructions.
4194 (fancy-splash-screens): Fixup whitespace.
4195
4196 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * bindings.el (mode-line-buffer-identification-keymap):
4199 Remove duplicate line.
4200
4201 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4202
4203 * ido.el (ido-ignore-item-p): Allow any kind of functions in
4204 ignore lists.
4205
4206 2006-09-14 Kim F. Storm <storm@cua.dk>
4207
4208 * jit-lock.el (jit-lock-fontify-again): New function.
4209 (jit-lock-fontify-now): Use it instead of lambda form.
4210
4211 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
4212
4213 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
4214 (flyspell-auto-correct-word): Make ispell-filter local to these
4215 functions. Check that ispell-filter has new stuff before calling
4216 ispell-parse-output.
4217
4218 2006-09-13 Kim F. Storm <storm@cua.dk>
4219
4220 * simple.el (line-move-partial): Optimize.
4221
4222 2006-09-13 Richard Stallman <rms@gnu.org>
4223
4224 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
4225 Delete spurious backquote.
4226
4227 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
4228
4229 * net/rcirc.el (rcirc-print): Fix last change.
4230
4231 2006-09-12 Jay Belanger <belanger@truman.edu>
4232
4233 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
4234
4235 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
4236
4237 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
4238 rcirc-show-maximum-output.
4239 (rcirc-mode): Remove window-scroll-function hook.
4240 (rcirc-scroll-to-bottom): Remove function.
4241 (rcirc-print): Recenter so point stays at the bottom of the window
4242 if point was already there.
4243
4244 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
4245
4246 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
4247 not to "t".
4248 * progmodes/compile.el (compilation-start): Likewise.
4249 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4250 Don't use expand-file-name on invocation-directory, since this
4251 might mishandle special characters in invocation-directory.
4252
4253 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * pcvs-defs.el: Remove * in defcustom's docstrings.
4256
4257 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
4258
4259 * progmodes/compile.el (compilation-directory-properties):
4260 Doc fix for help-echo.
4261
4262 2006-09-12 Lars Hansen <larsh@soem.dk>
4263
4264 * desktop.el (desktop-read): Add comment.
4265
4266 2006-09-12 Kim F. Storm <storm@cua.dk>
4267
4268 * simple.el (next-error-highlight, next-error-highlight-no-select):
4269 Fix spelling error.
4270
4271 * subr.el (sit-for): Rework to use input-pending-p and cond.
4272 Return nil input is pending on entry also for SECONDS <= 0.
4273 (while-no-input): Use input-pending-p instead of sit-for.
4274
4275 2006-09-11 Richard Stallman <rms@gnu.org>
4276
4277 * simple.el (next-error-highlight, next-error-highlight-no-select):
4278 Fix custom type and doc strings.
4279
4280 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4281
4282 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
4283 (diff-apply-hunk): Use it to ask for confirmation.
4284
4285 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
4286
4287 * emacs-lisp/cl.el (pushnew): Add missing `,'.
4288
4289 2006-09-11 David Kastrup <dak@gnu.org>
4290
4291 * help.el (string-key-binding, describe-key-briefly)
4292 (describe-key): Remove `string-key-binding' and its callers since
4293 `key-binding' already caters for the proper lookup now.
4294
4295 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
4298 (cfengine-mode): Use it. Fix \ syntax to be like /.
4299
4300 * bindings.el (mode-line-buffer-identification-keymap):
4301 Move initialization into declaration.
4302
4303 2006-09-10 Kim F. Storm <storm@cua.dk>
4304
4305 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
4306 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
4307 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
4308 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
4309
4310 2006-09-10 Richard Stallman <rms@gnu.org>
4311
4312 * dired-aux.el: Handle errors in recursive copy usefully.
4313 (dired-create-files-failures): New variable.
4314 (dired-copy-file): Remove condition-case.
4315 (dired-copy-file-recursive): Check for errors on all file
4316 operations, and add them to dired-create-files-failures.
4317 Check file file-date-erorr here too.
4318 (dired-create-files): Check dired-create-files-failures
4319 and report those errors too.
4320
4321 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
4322
4323 * subr.el (add-to-list): New argument COMPARE-FN.
4324
4325 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
4326
4327 * filecache.el (file-cache-add-directory)
4328 (file-cache-add-directory-list, file-cache-add-file)
4329 (file-cache-add-directory-using-find)
4330 (file-cache-add-directory-using-locate)
4331 (file-cache-add-directory-recursively): Add autoloads.
4332
4333 2006-09-09 Richard Stallman <rms@gnu.org>
4334
4335 * textmodes/conf-mode.el (conf-space-mode):
4336 Use hack-local-variables-hook instead of calling hack-local-variables.
4337 (conf-space-keywords-override): New variable.
4338 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
4339 (conf-space-mode): Always make conf-space-keywords and
4340 conf-space-keywords-override local.
4341 Call conf-space-mode-internal directly as well as via hook.
4342
4343 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4344
4345 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
4346 quasi-keywords.
4347
4348 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4349
4350 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
4351 (python-send-string): Be slightly more careful about adding \n.
4352
4353 * startup.el (normal-splash-screen): Don't display the buffer if we'll
4354 kill it right away anyway.
4355
4356 2006-09-09 Eli Zaretskii <eliz@gnu.org>
4357
4358 * international/codepage.el (cp850-decode-table): Fix a few codes.
4359 (cp858-decode-table): New variable.
4360
4361 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
4362
4363 * net/ldap.el (ldap-search-internal): Doc fix.
4364
4365 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4366
4367 * play/life.el (life-display-generation): Test for input manually if
4368 `sleeptime' is negative or null.
4369
4370 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
4371 (print-region-1): Substitute `%s' with the page title.
4372
4373 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
4374
4375 * locate.el (locate-current-search): New variable.
4376 (locate): Set buffer local value. Use current buffer if it is
4377 in Locate mode.
4378 (locate-mode): Disable undo here.
4379 (locate-do-setup): Use locate-current-filter from buffer to be killed.
4380 (locate-update): Use locate-current-search and locate-current-filter.
4381
4382 2006-09-08 David Kastrup <dak@gnu.org>
4383
4384 * desktop.el (desktop-read): When loading a desktop, disable
4385 saving it while the load progresses, and switch off a pending lazy
4386 load by calling `desktop-lazy-abort'.
4387
4388 2006-08-27 Martin Rudalics <rudalics@gmx.at>
4389
4390 * window.el (mouse-autoselect-window-timer)
4391 (mouse-autoselect-window-position)
4392 (mouse-autoselect-window-window)
4393 (mouse-autoselect-window-now): New vars.
4394 (mouse-autoselect-window-cancel)
4395 (mouse-autoselect-window-select)
4396 (mouse-autoselect-window-start): New functions.
4397 (handle-select-window): Call `mouse-autoselect-window-start' when
4398 delayed window autoselection is enabled.
4399
4400 * cus-start.el (mouse-autoselect-window): Handle delayed window
4401 autoselection.
4402
4403 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
4404 commands after which it is allowed to print in the echo area.
4405
4406 2006-09-08 Richard Stallman <rms@gnu.org>
4407
4408 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
4409
4410 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
4411 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
4412
4413 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
4414 (cancel-timer-internal): Add doc string.
4415 (cancel-function-timers): Doc fix.
4416 (with-timeout-handler, timer-event-last*): Add doc strings.
4417
4418 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
4419
4420 * files.el (risky-local-variable-p): Match ...-bindat-spec.
4421
4422 * dired.el (dired-log-summary): Add doc string.
4423
4424 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
4425 (custom-group-menu-create): Not here.
4426
4427 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
4428
4429 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4430
4431 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4432
4433 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
4434 (mac-apple-event-map): Define its handler.
4435
4436 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
4437
4438 * net/ldap.el (ldap-search-internal): Handle `auth' key.
4439
4440 2006-09-07 Magnus Henoch <mange@freemail.hu>
4441
4442 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
4443 clause.
4444
4445 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4446
4447 * info.el (Info-index): Bind completion-ignore-case.
4448
4449 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
4452 previous commit.
4453 (inferior-prolog-guess-flavor): New fun left out of previous commit.
4454 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
4455 burp in dedicated windows.
4456 (inferior-prolog-self-insert-command): New command.
4457 (inferior-prolog-mode-map): Use it.
4458
4459 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
4460
4461 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
4462
4463 * international/code-pages.el: Add cp858.
4464
4465 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4466
4467 * dnd.el: Fix bootstrapping.
4468
4469 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4470
4471 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
4472 (dnd-open-remote-url): New function.
4473 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
4474 not windows-nt.
4475
4476 2006-09-07 Jason Rumney <jasonr@gnu.org>
4477
4478 * dnd.el (dnd-open-remote-file-function): New variable.
4479 (dnd-open-unc-file): New function.
4480 (dnd-open-file): Call dnd-open-remote-file-function if set.
4481
4482 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4483
4484 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
4485 pgg-passphrase-coding-system rather than locale-coding-system.
4486 * pgg-def.el (pgg-passphrase-coding-system): New user option.
4487
4488 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * progmodes/prolog.el: Remove * in docstrings.
4491 (prolog-program-name): Add SWI prolog.
4492 (prolog-mode-menu): New menu.
4493 (prolog-mode): Set comment-add.
4494 (prolog-indent-line): Simplify. Use indent-line-to.
4495 (inferior-prolog-buffer): New var.
4496 (inferior-prolog-run, inferior-prolog-process): New funs.
4497 (run-prolog, switch-to-prolog): Rewrite, using them.
4498 (prolog-consult-region): Use inferior-prolog-buffer.
4499 (inferior-prolog-load-file): New function.
4500 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
4501
4502 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
4503 last word, if it's not the end of the paragraph.
4504
4505 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
4506 file name.
4507
4508 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
4509
4510 * frame.el (display-mm-dimensions-alist): New defcustom.
4511 (display-mm-height, display-mm-width): Use it.
4512
4513 2006-09-06 Simon Josefsson <jas@extundo.com>
4514
4515 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
4516
4517 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
4518
4519 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4520 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
4521 string values.
4522
4523 2006-09-06 Kim F. Storm <storm@cua.dk>
4524
4525 * simple.el (line-move-partial): New function to do vscrolling for
4526 partially visible images / tall lines. Rewrite based on code
4527 previously in line-move. Simplify backwards vscrolling.
4528 (line-move): Use it. Simplify.
4529
4530 2006-09-05 Kim F. Storm <storm@cua.dk>
4531
4532 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
4533
4534 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
4535
4536 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4537 Process the `gcc-include' after the `gnu' rule.
4538
4539 2006-09-05 Kim F. Storm <storm@cua.dk>
4540
4541 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
4542
4543 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4544
4545 * pgg.el (pgg-clear-string): Alias to clear-string for backward
4546 compatibility.
4547
4548 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
4549 inhibit-redisplay; encode passphrase with locale-coding-system.
4550
4551 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4552
4553 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
4554
4555 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
4556
4557 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4558 (gdb-var-list-children-regexp): Make type field optional.
4559
4560 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
4561 e.g public, protected in C++.
4562
4563 2006-09-04 John Paul Wallington <jpw@pobox.com>
4564
4565 * simple.el (completion-show-help): New defcustom.
4566 (completion-setup-function): Heed it.
4567
4568 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4569
4570 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
4571
4572 2006-09-04 Richard Stallman <rms@gnu.org>
4573
4574 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
4575 (rsf-min-region-to-spam-list): Doc fix.
4576 (rsf-add-content-type-field): Doc fix.
4577
4578 * simple.el (kill-region): Explicitly test there is a region.
4579
4580 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4581
4582 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
4583 sendmail in several common directories.
4584
4585 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
4586
4587 * paths.el (sendmail-program): Removed.
4588
4589 2006-09-04 Daiki Ueno <ueno@unixuser.org>
4590
4591 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
4592 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
4593 http://article.gmane.org/gmane.emacs.gnus.general/50457
4594
4595 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
4596
4597 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
4598 mark after running the menu filter.
4599
4600 2006-09-03 Juri Linkov <juri@jurta.org>
4601
4602 * international/quail.el (quail-defrule-internal): Add a check
4603 if a key is a vector.
4604
4605 2006-09-02 Juri Linkov <juri@jurta.org>
4606
4607 * man.el (Man-topic-history): New variable.
4608 (man): Use it.
4609
4610 * woman.el (woman-topic-history): Change defvar to defvaralias
4611 for symbol `Man-topic-history'.
4612
4613 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
4614 `comint-last-output-start' is a marker by using `markerp' and
4615 check if it has a position by using `marker-position', and use
4616 this position for `goto-char'.
4617
4618 * international/quail.el (quail-defrule-internal): Add missing
4619 `error' call for null key.
4620
4621 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
4622
4623 * rcirc.el (rcirc-keywords): New variable.
4624 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
4625 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
4626 variables.
4627 (rcirc-responses-no-activity): New function.
4628 (rcirc-handler-generic): Check for responses in above.
4629 (rcirc-process-command): Add ?: character to arguments of raw
4630 server commands.
4631 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
4632 `rcirc-dim-nicks'.
4633 (rcirc-gray-toggle): Remove unused variable.
4634 (rcirc-print): Remove some tracking logic, which is moved into
4635 markup functions.
4636 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
4637 types.
4638 (rcirc-activity-string): Look for 'keyword in activity-types.
4639 (rcirc-window-configuration-change): Don't erase overlay-arrow
4640 unnecessarily.
4641 (rcirc-add-or-remove): New function.
4642 (rcirc-cmd-ignore): Use it.
4643 (rcirc-message-leader): Remove unused function.
4644 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
4645 (rcirc-add-face): New function.
4646 (rcirc-facify): Use rcirc-add-face.
4647 (rcirc-url-regexp): Add parens.
4648 (rcirc-map-regexp): Remove function.
4649 (rcirc-mangle-regexp): Remove function.
4650 (rcirc-markup-text-functions): New variable.
4651 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
4652 (rcirc-markup-body-text, rcirc-markup-attributes)
4653 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
4654 (rcirc-markup-bright-nicks): New markup handler functions.
4655 (rcirc-nick-in-message-full-line): New face.
4656 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
4657 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
4658
4659 2006-09-02 Martin Rudalics <rudalics@gmx.at>
4660
4661 * cus-start.el (hscroll-margin, hscroll-step)
4662 (mode-line-in-non-selected-windows, mouse-autoselect-window)
4663 (x-use-underline-position-properties): Change version to "22.1"
4664 since they will appear there for the first time.
4665
4666 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
4669
4670 2006-08-31 Richard Stallman <rms@gnu.org>
4671
4672 * cus-edit.el (custom-save-variables): Slight cleanup.
4673 (Custom-no-edit): Renamed from custom-no-edit.
4674 (Custom-newline): Renamed from custom-newline.
4675 (custom-mode-map): Use new names.
4676
4677 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
4678 about customization, rather than M-x customize, in the doc string
4679 made for the defcustom.
4680
4681 * emacs-lisp/trace.el (trace-function-background): Doc fix.
4682
4683 2006-08-31 Romain Francoise <romain@orebokech.com>
4684
4685 * dired-x.el (dired-guess-shell-alist-default): Update.
4686
4687 2006-08-31 Michael Mauger <mmaug@yahoo.com>
4688
4689 * custom.el (custom-theme-set-variables): Autoload packages before
4690 sorting the variables.
4691
4692 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
4693
4694 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
4695 chars if XEmacs.
4696 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
4697
4698 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * progmodes/python.el (python-eldoc-function): Re-enable quit while
4701 waiting for process.
4702
4703 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4704
4705 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
4706 results in ASCII-only string, encode original one directly.
4707
4708 2006-08-29 Romain Francoise <romain@orebokech.com>
4709
4710 * startup.el (normal-splash-screen, fancy-splash-screens):
4711 Make buffer read-only and arrange to enter view mode if necessary.
4712
4713 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
4714
4715 * hl-line.el (hl-line): New face.
4716 (hl-line-face): Use it.
4717
4718 * image-mode.el (image-mode): Fix last fix.
4719 Suggested by Kim F. Storm.
4720
4721 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
4722
4723 Sync with Tramp 2.0.54.
4724
4725 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
4726 of `=', because `tramp-get-remote-gid' might not always return an
4727 integer when expected.
4728 (tramp-register-file-name-handlers): `partial-completion-mode' is
4729 unknown to XEmacs.
4730 (tramp-time-diff): Don't use `floor', it might fail for large
4731 differences.
4732 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
4733 `tramp-auto-save-directory' if unset in order to guarantee unique
4734 auto-save file names.
4735
4736 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * image-mode.el (image-mode): Display image as text on a terminal.
4739
4740 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * progmodes/python.el (python-send-command): Simplify.
4743 (run-python): Don't generate a new buffer unless `new' was specified.
4744 Make sure we send `import emacs' to the proper process.
4745
4746 * progmodes/python.el (python-send-command): Don't wait for the command
4747 to terminate. Don't fiddle with compilation-parsing-end.
4748
4749 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4752 Insert commentary after first line summary.
4753
4754 * woman.el (woman-follow): New function, based on `man-follow'.
4755 (woman-mode-map): Use it.
4756
4757 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
4758 since ibuffer-do-sort-by-recency does not define a sorter.
4759
4760 2006-08-28 Kim F. Storm <storm@cua.dk>
4761
4762 * find-dired.el (find-dired): Use shell-quote-argument to properly
4763 escape ( and ) args. Also use it on {} and ; args in default
4764 value of find-ls-option string.
4765 (find-grep-dired): Use shell-quote-argument on {} and ; args.
4766
4767 2006-08-27 Michael Olson <mwolson@gnu.org>
4768
4769 * emacs-lisp/tq.el: Small grammar fix in comments.
4770 (tq-enqueue): Check for existence of queue rather than the
4771 head queue item's question, which was a no-op.
4772 (tq-filter, tq-process-buffer): Make sure the process buffer
4773 exists before making it the current buffer.
4774
4775 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4776
4777 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
4778 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
4779 (special-event-map): Apply 2006-08-16 change for x-win.el.
4780
4781 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * progmodes/python.el (python-send-receive): Wait in the
4784 process's buffer so as to check the right buffer-local variables.
4785
4786 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
4789 (defgroup checkdoc): Move to beginning.
4790
4791 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
4792 (python-preoutput-continuation): Remove.
4793 (python-preoutput-filter): Simplify correspondingly.
4794 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
4795 Loop around to catch embedded _emacs_out output.
4796 (run-python): Send the import&print command on a single line.
4797 (python-send-command): Send command&print on a single line.
4798 (python-send-string): Only add double \n if needed.
4799 (python-send-receive): Loop until the result comes.
4800 (python-mode-running): Defvar it.
4801 (python-setup-brm): Remove unused var `menu'.
4802 Only bind py-mode-map and `features' around brm-init.
4803 (python-calculate-indentation): Remove unused var `point'.
4804 (python-beginning-of-defun): Remove unused var `def-line'.
4805
4806 2006-08-25 Richard Stallman <rms@gnu.org>
4807
4808 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
4809
4810 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
4811
4812 * viper.el (viper-set-hooks): Use frame bindings for
4813 viper-vi-state-cursor-color.
4814 (viper-non-hook-settings): Don't set default
4815 mode-line-buffer-identification.
4816
4817 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
4818 (viper-set-cursor-color-according-to-state)
4819 (viper-get-saved-cursor-color-in-replace-mode)
4820 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
4821 viper-emacs-state-cursor-color.
4822
4823 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
4824 (viper-undo): Use point if undo-beg-posn is nil.
4825 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
4826 (viper-after-change-undo-hook): Don't use
4827 viper-emacs-state-cursor-color by default.
4828 (viper-undo): More sensible positioning after undo.
4829
4830 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
4831 (viper-emacs-state-cursor-color): Default to nil, since this feature
4832 doesn't work well yet.
4833
4834 * ediff-mult.el (ediff-intersect-directories)
4835 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
4836 always expand filenames.
4837
4838 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * tumme.el: Remove * in defcustoms's docstrings.
4841
4842 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
4843
4844 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
4845 Accept internal time format for SECS arg.
4846 (timer-relative-time): Doc fix.
4847
4848 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
4849 adapted from Martin Rudalics.
4850 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
4851 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
4852 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
4853 using sit-for.
4854
4855 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
4856
4857 * cus-start.el (all): Add `overline-margin' and
4858 `x-underline-at-descent-line'.
4859
4860 2006-08-24 Kim F. Storm <storm@cua.dk>
4861
4862 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
4863 to mean "use find -exec"; nil now unambiguously means auto-detect.
4864 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
4865 Use shell-quote-argument to build grep-find-command and
4866 grep-find-template.
4867 (rgrep): Use shell-quote-argument to properly quote arguments to find.
4868 Reported by Tom Seddon.
4869
4870 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
4871
4872 * startup.el (fancy-splash-head): Give instructions for dismissing
4873 the splash screen for default startup too.
4874 (display-startup-echo-area-message, fancy-splash-screens)
4875 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
4876 all splash text at once and keep the splash buffer around.
4877 (command-line-1): Give display-startup-echo-area-message a t arg.
4878
4879 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
4880
4881 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
4882 gnus frame is selected.
4883
4884 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
4885
4886 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
4887
4888 2006-08-22 Kim F. Storm <storm@cua.dk>
4889
4890 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
4891 Add suffix matching for subdirs.
4892
4893 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
4894
4895 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
4896 mouse-yank-at-point is non-nil.
4897
4898 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
4899
4900 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
4901 a bit wider and remove fringes to fit initial output on line.
4902
4903 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4904
4905 * frame.el (blink-cursor-end): Only ignore the error we care about.
4906 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
4907
4908 2006-08-21 Richard Stallman <rms@gnu.org>
4909
4910 * whitespace.el (whitespace-cleanup): Doc fix.
4911
4912 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
4913
4914 * net/rcirc.el (rcirc-show-maximum-output): New var.
4915 (rcirc-buffer-process): If no buffer argument is supplied, use
4916 current-buffer.
4917 (rcirc-complete-nick): Complete to the last completed nick first.
4918 (rcirc-mode): Preserve the value of `rcirc-urls' across
4919 connections. Setup scroll function.
4920 (rcirc-scroll-to-bottom): New function.
4921 (rcirc-print): Use nick syntax around regexp work.
4922 Notice dim-nicks speaking only if they say our nick.
4923 (rcirc-update-activity-string): Do not show the modeline indicator
4924 if there are no live rcirc processes.
4925 (rcirc-cmd-ignore): Ignore case.
4926 (rcirc-browse-url-at-point): Fix off-by-one error.
4927
4928 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * progmodes/python.el: Remove * in defcustom docstrings.
4931 (run-python, python-proc, python-try-complete): Use derived-mode-p.
4932 (python-mode): Set tab-width and indent-tabs-mode.
4933
4934 2006-08-20 Dave Love <fx@gnu.org>
4935
4936 * progmodes/python.el: Update to Dave Love's latest version.
4937 (python-font-lock-keywords, python-mode): Don't use
4938 font-lock-syntax-table, but match symbol elements explicitly instead.
4939 (python-mode-map): Add help, and a few more key bindings.
4940 (python-skip-comments/blanks): Move out of comments as well.
4941 (python-continuation-line-p): Behave better with unbalanced parens.
4942 (python-blank-line-p): New fun.
4943 (python-open-block-statement-p): Don't use a heuristic.
4944 (python-outdent-p): Better handle blocks-in-the-same-line.
4945 (python-calculate-indentation): Misc improvements.
4946 (python-comment-indent): Remove.
4947 (python-block-pairs): New var.
4948 (python-first-word): New fun.
4949 (python-indentation-levels): Handle more common cases.
4950 (python-indent-line-1): Add `leave' argument.
4951 (python-indent-region): New fun.
4952 (python-skip-out): New fun.
4953 (python-beginning-of-statement, python-end-of-statement): Use it.
4954 (python-next-statement): Return correct count even at eob.
4955 (python-end-of-block): Fix paren-typo.
4956 (python-imenu-create-index): Add module variables.
4957 (run-python): Add `new' arg.
4958 Check we're at a prompt before returning.
4959 (python-send-command): Move to end of buffer.
4960 Wait for prompt to return.
4961 (python-set-proc): New fun.
4962 (python-imports): New var.
4963 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
4964 (python-eldoc-function): Try to move out of arg list.
4965 (python-outline-level): Offset by 1.
4966 (python-find-imports): New fun.
4967 (python-symbol-completions): Use python-imports.
4968 (python-module-path, ffap-alist): Add support for ffap.
4969 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
4970 (python-insert-*, python-default-template, python-expand-template):
4971 Add templates/skeletons.
4972 (python-setup-brm): Support for Bicycle Repair Man.
4973 (python-abbrev-syntax-table): New var.
4974 (python-abbrev-pc-hook, python-pea-hook): New funs.
4975
4976 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
4977
4978 * frame.el (blink-cursor-start): Set timer first.
4979 (blink-cursor-end): Ignore timer cancelling errors.
4980 Suggested by Ken Manheimer.
4981
4982 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
4983
4984 * newcomment.el (comment-box): Call `comment-normalize-vars'.
4985 Add autoload cookie.
4986
4987 2006-08-20 Richard Stallman <rms@gnu.org>
4988
4989 * simple.el (line-number-at-pos): Doc fix.
4990
4991 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
4992 timer-activate-when-idle, so timer can run before Emacs becomes
4993 non-idle again.
4994
4995 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4996
4997 * whitespace.el (whitespace-cleanup-internal): New optional arg
4998 REGION-ONLY. If it's non-nil, modify the message to the user
4999 accordingly.
5000 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
5001 a non-nil argument.
5002
5003 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
5004
5005 * rect.el (spaces-string): Simplify and add doc string.
5006
5007 2006-08-17 Romain Francoise <romain@orebokech.com>
5008
5009 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
5010
5011 2006-08-17 Richard Stallman <rms@gnu.org>
5012
5013 * compare-w.el (compare-windows): lambda's take an arg and pass
5014 it to compare-windows-skip-whitespace.
5015
5016 2006-08-17 Martin Rudalics <rudalics@gmx.at>
5017
5018 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
5019 the right buffer.
5020
5021 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
5024 removed files.
5025
5026 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
5027
5028 * progmodes/gdb-ui.el (gdb-locals-watch-map)
5029 (gdb-locals-watch-map-1): Suppress keymap first.
5030 (gdb-edit-locals-map-1): New variable.
5031 (gdb-edit-locals-value): New function.
5032 (gdb-stack-list-locals-handler): Use them.
5033
5034 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
5037 cursor would normally be drawn in the fringe.
5038
5039 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
5040 Reported by Martin Rudalics <rudalics@gmx.at>.
5041
5042 2006-08-16 Richard Stallman <rms@gnu.org>
5043
5044 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
5045 (special-event-map): Process drag-n-drop events this way.
5046
5047 * simple.el (move-beginning-of-line): Test whether fields
5048 would prevent motion back to line's first visible character.
5049 If so, stop where the fields would stop the motion.
5050
5051 * newcomment.el (comment-indent): Fully update INDENT
5052 before checking to see if it will change the text.
5053
5054 * cus-edit.el (custom-newline): New function.
5055 (custom-mode-map): Bind newline to custom-newline.
5056
5057 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
5058 into ignore-whitespace.
5059 Check each buffer for its skip-function.
5060 Handle compare-windows-skip-whitespace special-case test
5061 by returning t from default skip function.
5062
5063 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
5064
5065 * textmodes/org.el (org-clock-special-range)
5066 (org-clock-update-time-maybe): New functions.
5067 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
5068 not only a-z.
5069 (org-agenda-get-blocks): Allow multiple blocks per headline.
5070 (org-timestamp-change): Call `org-clock-update-time-maybe'.
5071 (org-export-html-title-format)
5072 (org-export-html-toplevel-hlevel): New options.
5073 (org-export-language-setup): Add support for Czech.
5074 (org-mode, org-insert-todo-heading, org-find-visible)
5075 (org-find-invisible, org-invisible-p, org-invisible-p2)
5076 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
5077 (org-show-subtree, org-show-entry, org-make-options-regexp):
5078 Remove compatibility support for old outline-mode.
5079 (org-check-occur-regexp): Funtion removed.
5080 (org-on-heading-p, org-back-to-heading): Made defalias.
5081 (org-set-local): New defsubst.
5082 (org-set-regexps-and-options, org-mode)
5083 (org-set-font-lock-defaults, org-edit-agenda-file-list)
5084 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
5085 (org-remember-apply-template, org-table-edit-field)
5086 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
5087 (org-set-autofill-regexps): Use `org-set-local'.
5088 (org-table-eval-formula): Fix bug with parsing of display flags.
5089
5090 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
5091
5092 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
5093 frame with fringe arrow. Suggested by Simon Marshall
5094 <simon.marshall@misys.com>.
5095 (gdb-stack-position): New variable.
5096 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
5097 (gdb-frames-mode): Set gdb-stack-position to nil.
5098 Add to overlay-arrow-variable-list
5099 (gdb-reset): Delete gdb-stack-position from above list.
5100
5101 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5102
5103 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
5104 read only.
5105
5106 2006-08-13 Romain Francoise <romain@orebokech.com>
5107
5108 * cus-theme.el (customize-create-theme)
5109 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
5110
5111 * filesets.el (filesets-add-buffer): Ditto.
5112
5113 * pcvs.el (cvs-change-cvsroot): Ditto.
5114
5115 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
5116
5117 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
5118 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
5119 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
5120 expressions.
5121 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
5122 Only search till end of line.
5123 Add face to function names in case of no filename.
5124 Add face to variable names of watchpoints.
5125
5126 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5127
5128 * cus-start.el <indent-tabs-mode>: Move to the `indent'
5129 customization group.
5130
5131 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
5132
5133 * allout.el (allout-prior-bindings, allout-added-bindings):
5134 Remove, after long deprecation.
5135 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
5136 Add customization vars controlling allout-beginning-of-line and
5137 allout-end-of-line conveniences.
5138 (allout-header-prefix, allout-use-mode-specific-leader)
5139 (allout-use-mode-specific-leader, allout-mode-leaders):
5140 Revise docstrings.
5141 (allout-infer-header-lead): Change to be an alias for
5142 allout-infer-header-lead-and-primary-bullet.
5143 (allout-infer-header-lead-and-primary-bullet): New version of
5144 allout-infer-header-lead which assigns the primary bullet to the
5145 same as the header lead, when its being changed.
5146 (allout-infer-body-reindent): Apply regexp-quote instead of
5147 unconditionally prepending "\\", so that all literal
5148 allout-header-prefix and allout-primary-bullet strings are
5149 properly handled.
5150 (allout-add-resumptions): Add optional qualifier for extending or
5151 appending to existing values, rather than replacing them.
5152 (allout-view-change-hook): Clarify docstring.
5153 (allout-exposure-change-hook): Take explicit arguments, via
5154 run-hook-with-args.
5155 (allout-structure-added-hook)
5156 (allout-structure-deleted-hook)
5157 (allout-structure-shifted-hook): New hooks analogous to
5158 allout-exposure-change-hook for other kinds of structural outline
5159 edits.
5160 (allout-encryption-plaintext-sanitization-regexps): New encryption
5161 customization variable, by which cooperating modes can provde
5162 massage of the plaintext without actually being passed it.
5163 (allout-encryption-ciphertext-rejection-regexps)
5164 (allout-encryption-ciphertext-rejection-ceiling): New encryption
5165 customization variables, by which cooperating modes can prohibit
5166 rare but possible ciphertext patterns from fouling their
5167 operation, with actually being passed the ciphertext.
5168 (allout-mode): Run activation and deactivation hooks after the
5169 minor-mode variable has been toggled, to clarify the mode
5170 disposition. The new encryption ciphertext rejection variable is
5171 used to ensure that the ciphertext does not contain text that
5172 would be recognized as outline structural elements by allout.
5173 Substite allout-beginning-of-line and allout-end-of-line for
5174 conventionall beginning-of-line and end-of-line bindings.
5175 If allout-old-style-prefixes is non-nil, don't nullify it on mode
5176 activation!
5177 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
5178 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
5179 (allout-chart-subtree): Implement new mode, charting only the
5180 visible items in the subtree, when new 'visible' parameter is non-nil.
5181 (allout-end-of-subtree): Properly handle the last item in the buffer.
5182 (allout-pre-command-business, allout-command-counter):
5183 Increment an advertised counter so that cooperating enhancements can
5184 track revisions of items.
5185 (allout-open-topic): Run allout-structure-added-hook with suitable
5186 arguments.
5187 (allout-shift-in): Run allout-structure-shifted-hook with suitable
5188 arguments.
5189 (allout-shift-out): Fix doubling for negative args and ensure call
5190 of allout-structure-shifted-hook by solely using allout-shift-in.
5191 (allout-kill-line, allout-kill-topic):
5192 Run allout-structure-deleted-hook with suitable arguments.
5193 (allout-yank-processing): Run allout-structure-added-hook with
5194 proper arguments.
5195 (allout-yank): Enclose activity in allout-unprotected.
5196 (allout-flag-region): Run allout-exposure-change-hook with
5197 suitable arguments, instead of making the callee infer the arguments.
5198 (allout-encrypt-string):
5199 Support allout-encryption-plaintext-sanitization-regexps,
5200 allout-encryption-ciphertext-rejection-regexps, and
5201 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
5202 en/de cryption mode in symmetric encryption failure message.
5203 (allout-obtain-passphrase): Use copy-sequence to get a distinct
5204 copy of the passphrase, and don't zero it or we'll corrupt the
5205 stashed copy.
5206 (allout-create-encryption-passphrase-verifier)
5207 (allout-verify-passphrase): Respect the new signature for
5208 allout-encrypt-string.
5209 (allout-get-configvar-values): Convenience for getting a
5210 configuration variable value and handling its absence gracefully.
5211
5212 2006-08-11 Romain Francoise <romain@orebokech.com>
5213
5214 * obsolete/zone-mode.el: Delete.
5215
5216 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
5219
5220 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
5221
5222 * emacs-lisp/bindat.el (bindat-ip-to-string):
5223 Use `format-network-address' if possible.
5224
5225 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5226
5227 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
5228
5229 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
5232 restore unread-command-events here.
5233 (edebug-display): Do it here, to detect sit-for interruptions.
5234
5235 2006-08-10 Romain Francoise <romain@orebokech.com>
5236
5237 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
5238 (dns-mode-soa-auto-increment-serial): New user option.
5239 (dns-mode-soa-maybe-increment-serial): New function.
5240 (dns-mode): Add the latter to `write-contents-functions'.
5241
5242 * obsolete/zone-mode.el: Move to obsolete/ from net/.
5243 Delete autoload cookies.
5244
5245 2006-08-10 John Wiegley <johnw@newartisans.com>
5246
5247 * eshell/em-glob.el (eshell-glob-chars-list)
5248 (eshell-glob-translate-alist): Add support for [^g] in character globs.
5249
5250 2006-08-10 Richard Stallman <rms@gnu.org>
5251
5252 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
5253 (facemenu-set-face): Doc fix.
5254 (facemenu-listed-faces): Doc fix.
5255
5256 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
5257
5258 * avoid.el (mouse-avoidance-animating-pointer): New var.
5259 (mouse-avoidance-nudge-mouse): Use it.
5260 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
5261 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
5262 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
5263 Don't activate if currently animating. All callers changed.
5264
5265 2006-08-09 John Wiegley <johnw@newartisans.com>
5266
5267 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
5268 variable, which causes timeclock to report elapsed time worked,
5269 instead of just work remaining.
5270
5271 2006-08-09 Kenichi Handa <handa@m17n.org>
5272
5273 * international/latexenc.el (latexenc-find-file-coding-system):
5274 Fix for the case that the 2nd element of arg-list is a cons.
5275
5276 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * info.el (Info-fontify-node): Handle preceding `in' for note
5279 reference hiding rules.
5280
5281 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
5284 mistake a closing " for an opening one.
5285
5286 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5287
5288 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5289
5290 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * complete.el (PC-do-completion): Filter out completions matching
5293 completion-ignored-extensions before checking whether there are
5294 multiple completions.
5295 Don't use `list' unnecessarily when building completion tables.
5296
5297 2006-08-06 Richard Stallman <rms@gnu.org>
5298
5299 * help.el (describe-mode): Make minor mode list more concise.
5300
5301 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
5302
5303 * bindings.el: Give mode-line-format, mode-line-modes, and
5304 mode-line-position `standard-value' properties.
5305
5306 2006-08-05 Eli Zaretskii <eliz@gnu.org>
5307
5308 * buff-menu.el (list-buffers-noselect): For Info buffers, use
5309 "(file)node" instead of the file name.
5310
5311 2006-08-05 Richard Stallman <rms@gnu.org>
5312
5313 * faces.el (escape-glyph): Doc fix.
5314
5315 2006-08-04 Kenichi Handa <handa@m17n.org>
5316
5317 * international/mule-diag.el (describe-font): Improve docstring
5318 and error message. Use frame-parameter (not frame-parameters).
5319
5320 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
5323 Correctly mark the end-of-docstring char.
5324
5325 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * simple.el (line-move-to-column): Constrain move-to-column to
5328 current field.
5329
5330 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * font-lock.el (font-lock-beg, font-lock-end)
5333 (font-lock-extend-region-functions): New vars.
5334 (font-lock-extend-region-multiline)
5335 (font-lock-extend-region-wholelines): New functions.
5336 (font-lock-default-fontify-region): Use them.
5337 (font-lock-extend-jit-lock-region-after-change): Only round up
5338 if font-lock-default-fontify-region will do it as well.
5339
5340 * font-lock.el (font-lock-extend-after-change-region-function):
5341 Rename from font-lock-extend-region-function.
5342 (font-lock-extend-region): Remove by inlining at call sites.
5343 (font-lock-after-change-function): Don't needlessly round up to a whole
5344 number of lines.
5345 (font-lock-extend-jit-lock-region-after-change): Be more careful about
5346 the boundary conditions and the interactions between the various ways
5347 to extend the region.
5348
5349 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
5352 modification status when forcing the second redisplay.
5353
5354 2006-08-03 Kim F. Storm <storm@cua.dk>
5355
5356 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
5357
5358 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
5361 doesn't look like a file name.
5362
5363 * complete.el (PC-expand-many-files): Avoid signalling an error when
5364 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
5365
5366 2006-08-02 Andreas Schwab <schwab@suse.de>
5367
5368 * bindings.el (mode-line-format): Simplify reference to vc-mode.
5369
5370 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
5371
5372 * bindings.el (map): Make mode-line-buffer-identification-keymap
5373 before defining propertized-buffer-identification.
5374
5375 2006-08-01 Richard Stallman <rms@gnu.org>
5376
5377 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
5378
5379 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
5380
5381 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
5382 default value.
5383 (gdb-find-source-frame): New function.
5384 (menu): Add to menu bar.
5385
5386 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * font-core.el (font-lock-extend-region-function)
5389 (font-lock-extend-region): Move to font-lock.el.
5390
5391 * font-lock.el (font-lock-extend-region-function)
5392 (font-lock-extend-region): Move from font-core.el. Simplify.
5393
5394 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
5395 if needed.
5396 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
5397 (jit-lock-after-change-extend-region-functions): New hook.
5398 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
5399
5400 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
5401 (font-lock-turn-on-thing-lock): Use it.
5402
5403 * longlines.el (longlines-show-region): Make it work on read-only
5404 buffers as well.
5405
5406 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
5407
5408 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
5409
5410 2006-07-31 Richard Stallman <rms@gnu.org>
5411
5412 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
5413 (vhdl-speedbar-display-projects): Update old obsolete
5414 speedbar variable names.
5415
5416 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
5417
5418 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
5419 (gdb-stopped): Use it.
5420
5421 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
5422
5423 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
5424
5425 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
5426 for load-history elements.
5427
5428 2006-07-29 Eli Zaretskii <eliz@gnu.org>
5429
5430 * files.el (convert-standard-filename): For Cygwin, replace
5431 characters not allowed in Windows file names.
5432 (make-auto-save-file-name): Add Cygwin to the list of systems
5433 where the auto-save file name needs to be run through
5434 convert-standard-filename.
5435
5436 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
5437
5438 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
5439
5440 2006-07-28 Richard Stallman <rms@gnu.org>
5441
5442 * bindings.el (mode-line-frame-identification)
5443 (propertized-buffer-identification): Centralize the code
5444 to initialize the variable.
5445
5446 * progmodes/grep.el (grep-default-command): Catch errors from
5447 wildcard-to-regexp.
5448
5449 2006-07-29 Kim F. Storm <storm@cua.dk>
5450
5451 * progmodes/grep.el (grep-tag-default): New function.
5452 (grep-default-command, grep-read-regexp): Use it.
5453 (grep-read-files): Use car of grep-files-history or grep-files-aliases
5454 as default if nothing else applies.
5455
5456 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
5457
5458 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5459 Throw error if buffer is not in Dired and Wdired mode, respectively.
5460
5461 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
5462
5463 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
5464 self-insert-command keys don't activate buttons.
5465 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
5466
5467 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
5468
5469 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
5470 faces for enable character.
5471
5472 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
5473
5474 * Makefile.in (recompile): Update comment to reflect change
5475 on 2004-04-21.
5476
5477 2006-07-27 Richard Stallman <rms@gnu.org>
5478
5479 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
5480 (customize-package-emacs-version): Change msg when pkg has no entry.
5481 (custom-no-edit): On a button, do like widget-button-press.
5482
5483 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5484
5485 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
5486 S-tab and C-S-tab.
5487
5488 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
5489
5490 * progmodes/which-func.el (which-function): Fix documentation/
5491 comment typo.
5492
5493 2006-07-26 Richard Stallman <rms@gnu.org>
5494
5495 * textmodes/ispell.el (ispell-word): If we replace the word,
5496 move point to the end. Insert before deleting.
5497
5498 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
5501 a timer.
5502
5503 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
5504
5505 * tumme.el (tumme-backward-image): Add prefix argument. Add error
5506 when at first image.
5507 (tumme-forward-image): Add prefix argument. Add error when at last
5508 image.
5509
5510 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * tabify.el (tabify-regexp): Use more specific regexps.
5513 (tabify): Avoid modifying the buffer unnecessarily.
5514
5515 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
5516
5517 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
5518 (tumme-format-properties-string): Handle empty `buf'.
5519 (tumme-get-comment): Change variable names inside `let'.
5520 Add missing `let' variable that cause font-lock problems.
5521 (tumme-write-comments): Change variable names inside `let'.
5522 Add missing `let' variable that cause font-lock problems.
5523 (tumme-forward-image): Rename from `tumme-forward-char'.
5524 (tumme-backward-image): Rename from `tumme-backward-char'.
5525
5526 2006-07-25 Masatake YAMATO <jet@gyve.org>
5527
5528 * progmodes/ld-script.el (ld-script-keywords)
5529 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
5530 and add comments.
5531
5532 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
5533
5534 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5535 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
5536 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
5537 for status indicator.
5538
5539 2006-07-24 Richard Stallman <rms@gnu.org>
5540
5541 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
5542
5543 * subr.el (dolist, dotimes): Use interned symbols for locals.
5544 (--dotimes-limit--, --dolist-tail--): New defvars.
5545 (looking-back): Doc fix.
5546
5547 * replace.el (replace-match-string-symbols): Handle dotted lists.
5548
5549 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
5550
5551 * tumme.el (tumme-write-tags): Add.
5552 (tumme-write-comments): Add.
5553 (tumme-tag-files): Change to use `tumme-write-tags'.
5554 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
5555 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
5556 (tumme-save-information-from-widgets): Change to use
5557 `tumme-write-comments' and `tumme-write-tags'.
5558 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
5559 (tumme-write-tag): Remove.
5560 (tumme-write-comment): Remove.
5561 (tumme-display-previous-thumbnail-original): Remove empty line.
5562 (tumme-widget-list): Add punctuation.
5563
5564 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
5565
5566 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
5567
5568 2006-07-24 Daiki Ueno <ueno@unixuser.org>
5569
5570 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5571 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
5572 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
5573
5574 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5575
5576 * mouse.el (mouse-on-link-p): Doc fix.
5577
5578 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
5579
5580 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5581 Handle "C-h f `".
5582
5583 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5584
5585 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
5586 column.
5587
5588 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
5589
5590 * textmodes/table.el: Add move-beginning-of-line and
5591 move-end-of-line to Point Motion Only Group.
5592
5593 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
5594
5595 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
5596
5597 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5598
5599 * startup.el (user-mail-address): Initialize from the `EMAIL'
5600 environment variable first. Document this.
5601 (command-line): Ditto.
5602
5603 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
5604
5605 * help-mode.el (help-function-def, help-variable-def)
5606 (help-face-def): Print a message in the minibuffer.
5607
5608 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5609
5610 * term/xterm.el (terminal-init-xterm): Fix key bindings
5611 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
5612
5613 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5614
5615 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
5616 where `(nth 1 command)' is a cons cell. Doc fix.
5617
5618 * textmodes/po.el (po-find-charset): Doc fix.
5619
5620 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
5621
5622 * allout.el (allout-unprotected, allout-e-o-prefix-p)
5623 (allout-beginning-of-current-line, allout-end-of-current-line)
5624 (allout-next-visible-heading, allout-open-topic)
5625 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
5626 (allout-flag-current-subtree, allout-show-to-offshoot)
5627 (allout-hide-current-entry, allout-show-current-branches)
5628 (allout-hide-region-body, allout-old-expose-topic)
5629 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
5630 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
5631 containing `beginning-of-line' and `end-of-line' with
5632 `inhibit-field-text-motion' t.
5633
5634 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5635
5636 * frame.el (focus-follows-mouse): Document that it doesn't have
5637 any effect on MS-Windows.
5638
5639 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
5642
5643 2006-07-20 Jay Belanger <belanger@truman.edu>
5644
5645 * calc.el (calc-previous-alg-entry): Remove variable.
5646
5647 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
5648 New variables.
5649 (calc-alg-entry): Use `calc-alg-entry-history'.
5650 (calc-do-quick-calc): Use `calc-quick-calc-history'.
5651 Remove reference to `calc-previous-alg-entry'.
5652 (calcAlg-edit, calcAlg-enter): Remove reference to
5653 `calc-previous-alg-entry'.
5654 (calcAlg-previous): Use `previous-history-element' instead of
5655 `calc-previous-alg-entry'.
5656 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
5657 Change keybinding for `calcAlg-plus-minus', add keybindings for
5658 `previous-history-element' and `next-history-element'.
5659
5660 * calc-rewr.el (calc-match): Remove reference to
5661 `calc-previous-alg-entry'.
5662
5663 * calc-sel.el (calc-selection-history): New variable.
5664 (calc-enter-selection, calc-sel-mult-both-sides)
5665 (calc-sel-add-both-sides): Use `calc-selection-history'.
5666
5667 * calc-map.el (calc-get-operator-history): New variable.
5668 (calc-get-operator): Use `calc-get-operator-history'.
5669
5670 * calcalg3.el (calc-curve-fit-history): New variable.
5671 (calc-curve-fit): Use `calc-curve-fit-history'.
5672
5673 2006-07-20 Kenichi Handa <handa@m17n.org>
5674
5675 * international/mule-cmds.el (select-safe-coding-system): Fix the
5676 way of deciding eol-type of the coding system.
5677
5678 2006-07-20 Alan Mackenzie <acm@muc.de>
5679
5680 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
5681 (c-lang-setvar): New macro.
5682 (c-make-init-lang-vars-fun): Use the initialization forms in
5683 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
5684 (comment-start, comment-end, comment-start-skip): Change these from
5685 c-lang-defvar's to c-lang-setvar's.
5686
5687 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
5688 which calls make-local-variable on the elements of
5689 c-emacs-variable-inits.
5690 (c-init-language-vars-for): Call this new macro.
5691
5692 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5695 Try to rule out false positives due to time stamps.
5696 (compilation-mode-font-lock-keywords): Remove rules made redundant
5697 because of the above change. Add `segmentation fault' to the known and
5698 highlighted compilation termination messages.
5699
5700 2006-07-19 Kim F. Storm <storm@cua.dk>
5701
5702 * progmodes/grep.el (grep-find-ignored-directories):
5703 Add .svn and _darcs to list.
5704
5705 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
5706
5707 * dired.el (dired-mode-map): Add key binding `C-te' for
5708 `tumme-dired-edit-comment-and-tags'.
5709
5710 * tumme.el (tumme-display-thumbnail-original-image): Make sure
5711 image display buffer is displayed before call to
5712 `tumme-display-image.
5713 (tumme-dired-display-image): Make sure image display buffer is
5714 displayed before call to `tumme-display-image.
5715 (tumme-mouse-display-image): Make sure image display buffer is
5716 displayed before call to `tumme-display-image.
5717 (tumme-widget-list): Add.
5718 (tumme-dired-edit-comment-and-tags): Add.
5719 (tumme-save-information-from-widgets): Add.
5720
5721 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
5724
5725 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * progmodes/sh-script.el (sh-font-lock-keywords-1):
5728 Revert inadvertently installed patch hunk.
5729
5730 * progmodes/compile.el (compilation-find-file): Handle the
5731 cases where the user selects a non-existent file.
5732
5733 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
5736
5737 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
5738
5739 * subr.el (sit-for): Just sleep-for if noninteractive.
5740
5741 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * emacs-lisp/autoload.el (make-autoload): Use new arg.
5744
5745 * custom.el (custom-autoload): Add `noset' argument.
5746 (custom-push-theme): Don't autoload the variable, let callers do it.
5747 (custom-theme-set-variables): Autoload the variable if necessary.
5748
5749 * cus-edit.el (custom-variable-state-set): If the variable was
5750 originally set outside custom, but to the same value as the default,
5751 consider it to be standard.
5752
5753 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
5754 file *before* telling Emacs to add the autoloads, in case it fails.
5755
5756 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
5757 Use `cond', push', and `dolist'.
5758
5759 2006-07-17 Richard Stallman <rms@gnu.org>
5760
5761 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
5762 Add defvars to silence warnings.
5763
5764 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5767 Don't highlight "Compiling file" messages as error.
5768
5769 * dired-aux.el (dired-compress-file): Confirm again if gzipped
5770 file already exists.
5771
5772 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
5773
5774 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
5775 entry, don't assign to free var; simply return the extracted filename.
5776 (ff-treat-as-special): Incorporate common preamble from callers.
5777 (ff-other-file-name, ff-find-the-other-file):
5778 Update call to ff-treat-as-special.
5779
5780 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
5781
5782 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
5783
5784 * tumme.el (tumme-get-comment): Fix bug.
5785
5786 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * files.el: Remove spurious * in docstrings.
5789
5790 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
5791
5792 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
5793 grammar.
5794 (allout-beginning-of-current-line): Beware beginning of buffer.
5795 Also, a comment is simplified.
5796 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
5797 when appropriate. (This fix enables use for other than
5798 bullet-hotspot operation.)
5799 (allout-hide-current-subtree): While escalating to sibling-close,
5800 make sure to situate on a topic.
5801
5802 2006-07-14 Kim F. Storm <storm@cua.dk>
5803
5804 * emulation/cua-base.el (cua-delete-selection)
5805 (cua-toggle-set-mark): New defcustoms.
5806 (cua-rectangle-modifier-key): Add `alt' modifier.
5807 (cua-replace-region): Don't delete if cua-delete-selection is nil.
5808 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
5809 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
5810
5811 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
5812
5813 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
5814
5815 * allout.el: Require 'cl during byte-compilation/interactive load,
5816 for the `assert' macro.
5817 (allout-mode-deactivate-hook): New hook, run when allout mode
5818 deactivates.
5819 (allout-developer): New allout customization subgroup.
5820 (allout-run-unit-tests-on-load): New allout-developer
5821 customization variable, when true allout unit tests are run towards
5822 end of file load/eval.
5823 (allout-inhibit-auto-fill): Disable auto-fill activity even during
5824 auto-fill-mode.
5825 (allout-resumptions): Remove, to be replaced by...
5826 (allout-add-resumptions): Register variable settings to be
5827 reinstated by `allout-do-resumptions'. The settings are made
5828 buffer-local, but the locality/globality of the suspended setting
5829 is restored on resumption.
5830 (allout-do-resumptions): Reinstate all settings suspended using
5831 `allout-add-resumptions'.
5832 (allout-test-resumptions): Unit tests (and intermediate variables)
5833 for resumptions.
5834 (allout-tests-globally-unbound, allout-tests-globally-true)
5835 (allout-tests-locally-true): Intermediate variables for
5836 resumptions unit tests.
5837 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
5838 (allout-exposure-category): Replaces 'allout-overlay-category variable.
5839 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
5840 instead of retired `allout-resumptions'. For hook functions, use
5841 `local' parameter so hook settings are created and removed as
5842 buffer-local settings. Revise (resumptions) setting
5843 auto-fill-function so it is set only if already active. (The
5844 related fill-function settings are all made in either case, so
5845 that activating auto-fill-mode activity will have the custom
5846 allout-mode behaviors (hanging indent on topics, if configured for it).
5847 Remove all allout-exposure-category overlays on mode deactivation.
5848 (allout-hotspot-key-handler): New function extracted from
5849 `allout-pre-command-business', so the functionality can be used
5850 for other purposes, eg as a binding in an overlay.
5851 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
5852 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
5853 customization variable.
5854 (allout-run-unit-tests): Run the (currently quite small)
5855 repertoire of unit tests. Called just before the provide iff user
5856 has customized `allout-run-unit-tests-on-load' non-nil.
5857
5858 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
5859
5860 * emacs-lisp/authors.el (authors-aliases): Update.
5861
5862 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
5863
5864 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
5865 gdb-source-window. Add dedicated argument.
5866 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
5867 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
5868 (gdb-display-threads-buffer, gdb-display-memory-buffer)
5869 (gdb-display-locals-buffer): Use it.
5870
5871 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
5872 Set gdb-source-window.
5873
5874 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
5877 minor modes, redundant with the custom-autoload line above.
5878
5879 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
5880
5881 * longlines.el (longlines-post-command-function): Handle open-line too.
5882
5883 2006-07-12 Richard Stallman <rms@gnu.org>
5884
5885 * progmodes/grep.el (grep-last-buffer): Doc fix.
5886
5887 * info.el (Info-try-follow-nearest-node): Doc fix.
5888
5889 * emacs-lisp/edebug.el (edebug-instrument-function):
5890 Err if find-function-noselect gives no position.
5891
5892 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5893 If can't find definition, return nil for position.
5894 (find-function-do-it): Handle new return value
5895 of find-definition-noselect.
5896 (find-definition-noselect, find-variable-noselect): Doc fix.
5897 (find-function-noselect): Doc fix.
5898
5899 * help-mode.el (help-variable-def): Handle find-variable-noselect
5900 returning no position.
5901 (help-function-def): Likewise for find-function-search-for-symbol.
5902 (help-face-def): Likewise.
5903
5904 * help-fns.el (describe-variable): Handle find-variable-noselect
5905 returning no position.
5906
5907 * files.el (locate-file-completion): Avoid duplicates in result.
5908
5909 * cus-edit.el (custom-no-edit): New command.
5910 (custom-mode-map): Remap to custom-no-edit instead of
5911 using suppress-keymap.
5912
5913 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
5914
5915 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5916 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5917 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
5918
5919 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
5920
5921 2006-07-11 Kim F. Storm <storm@cua.dk>
5922
5923 * ido.el (ido-copy-current-file-name): Use buffer-name if
5924 buffer-file-name is nil.
5925
5926 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
5927
5928 * simple.el (undo-ask-before-discard): Set to nil.
5929
5930 * vc.el (vc-exec-after): Don't delete process manually.
5931 (vc-print-log): Run log-view-mode in process sentinel inside
5932 inhibit-read-only. Don't shrink window due to timing issues.
5933
5934 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
5935 Avoid using with-output-to-temp-buffer, which clobbers local vars.
5936
5937 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5940 Fix ambiguity introduced by last change.
5941 (compilation-find-file): Move save-excursion to where it may
5942 make sense. Fix a left over `find-file'.
5943
5944 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
5945
5946 * textmodes/texinfmt.el (texinfo-format-separate-node):
5947 Insert a string before point, which fits documentation, not after.
5948 (texinfo-multitable-item): In a multitable row, insert any
5949 additional needed @tabs and spaces.
5950
5951 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
5952
5953 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5954 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5955 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
5956 instead of shell-command.
5957 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
5958 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
5959 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
5960 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
5961 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
5962 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
5963
5964 2006-07-11 Kim F. Storm <storm@cua.dk>
5965
5966 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
5967 Remove special case for seconds < 0. Use (redisplay t) instead.
5968
5969 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
5972 avoid compilation error.
5973
5974 * subr.el (sit-for): New function.
5975
5976 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
5977
5978 2006-07-10 Richard Stallman <rms@gnu.org>
5979
5980 * ldefs-boot.el (edebug): Update page.
5981
5982 2006-07-10 Kim F. Storm <storm@cua.dk>
5983
5984 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
5985 to FOR-RELEASE and TODO.
5986
5987 2006-07-10 Romain Francoise <romain@orebokech.com>
5988
5989 * emacs-lisp/authors.el (authors-aliases): Update.
5990
5991 2006-07-10 Alan Mackenzie <acm@muc.de>
5992
5993 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
5994 * cc-mode.el: Changes to eradicate eval-after-load.
5995
5996 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
5997
5998 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
5999 on non-char events.
6000
6001 2006-07-09 Romain Francoise <romain@orebokech.com>
6002
6003 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6004 Don't highlight start/end markers as compilation messages.
6005
6006 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
6007 to t.
6008
6009 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
6012
6013 2006-07-08 Richard Stallman <rms@gnu.org>
6014
6015 * term/x-win.el (x-handle-display): Add doc string.
6016
6017 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6018
6019 * subr.el (def-edebug-spec): Move here.
6020 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
6021
6022 * imenu.el (imenu-choose-buffer-index): Doc fix.
6023
6024 2006-07-08 Romain Francoise <romain@orebokech.com>
6025
6026 * term/x-win.el (x-display-name): Fix typo.
6027
6028 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6029
6030 * hexl.el (hexl-find-file): Doc fix.
6031
6032 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6033
6034 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
6035
6036 * term/x-win.el (x-display-name): Doc fix.
6037
6038 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
6041 long prefixes.
6042 (fill-region-as-paragraph): Don't round up to a whole line.
6043 (fill-comment-paragraph): Don't include the code-before-the-comment
6044 when calling fill-region-as-paragraph.
6045
6046 * international/mule.el (make-char): Remove redundancy.
6047
6048 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
6049 property may contain an anonymous function rather than a symbol.
6050
6051 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
6052
6053 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6054 Use shy regexp. Fix incorrect backref to potentially unmatched group.
6055
6056 * dirtrack.el (dirtrack-default-directory-function): Remove.
6057 (dirtrack-directory-function): Use file-name-as-directory.
6058 (dirtrack-windows-directory-function): Simplify.
6059 (dirtrack-forward-slash, dirtrack-backward-slash)
6060 (dirtrack-replace-slash): Remove.
6061 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
6062 (dirtrack): Fix wrong parenthesizing; use match-string.
6063
6064 * progmodes/octave-inf.el: Remove spurious * in docstrings.
6065 (inferior-octave-mode): Only change the buffer-local value of
6066 comint-dynamic-complete-functions.
6067 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
6068 Move the initialization to the declaration.
6069 (inferior-octave-complete): Remove unused var `filter'.
6070
6071 * shell.el (shell-mode): Only change the buffer-local value of
6072 comint-dynamic-complete-functions.
6073
6074 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
6075
6076 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
6077 entry is skipped because it has been scheduled.
6078 (org-prepare-agenda-buffers): Don't mark buffers as modified when
6079 changing `:org-archived' and `:org-comment' properties.
6080
6081 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
6082
6083 * server.el (server-select-display): Don't make the temp frame
6084 minibuffer-only, in case it's not a temp frame.
6085 (server-process-filter): Don't delete the temp frame if it's the
6086 only one we have on that display.
6087
6088 * files.el (find-alternate-file): Doc fix.
6089
6090 2006-07-05 Richard Stallman <rms@gnu.org>
6091
6092 * files.el (abbreviate-file-name): Add save-match-data.
6093
6094 2006-07-03 Richard Stallman <rms@gnu.org>
6095
6096 * faces.el (read-face-name): Doc fix.
6097
6098 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * net/goto-addr.el (goto-address): Mark as safe for local evals.
6101
6102 2006-07-05 Andre Spiegel <spiegel@gnu.org>
6103
6104 * vc.el (vc-diff-internal): Fix prev change.
6105
6106 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6107
6108 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
6109 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
6110
6111 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6113 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
6114 fails if the symbol contains chars like ( or '.
6115 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
6116 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
6117 `short'.
6118
6119 2006-07-04 Kenichi Handa <handa@m17n.org>
6120
6121 * international/mule-cmds.el (set-language-info): If LANG-ENV is
6122 the current one, don't call set-language-environment, but call one
6123 of set-language-environment-XXX to make INFO effective now.
6124 (set-language-environment): Call set-language-environment-XXX
6125 functions instead of doing the various setups directly.
6126 (set-language-environment-coding-systems): Delete argument eol-type.
6127 (set-language-environment-input-method)
6128 (set-language-environment-nonascii-translation)
6129 (set-language-environment-charset)
6130 (set-language-environment-fontset)
6131 (set-language-environment-unibyte): New functions.
6132
6133 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
6134
6135 * locate.el (locate-update-when-revert): New option.
6136 (locate-update-path): New option (suggested by Michael Albinus).
6137 (locate-prompt-for-command): Whitespace change.
6138 (locate-update): No longer offer to update the locate database by
6139 default. Implement the two new options.
6140
6141 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
6142
6143 * tooltip.el: Move comment about track-mouse...
6144
6145 * progmodes/gud.el: ...to here.
6146
6147 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
6148
6149 * facemenu.el (facemenu-listed-faces): New var.
6150 (facemenu-unlisted-faces): Variable deleted.
6151 (facemenu-add-new-face): Use facemenu-listed-faces.
6152
6153 * emulation/viper-init.el, calendar/calendar.el:
6154 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
6155
6156 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
6157
6158 * textmodes/org.el (org-mode): Remove no invalid settings for
6159 calc embedded mode.
6160 (org-mode-p): New defsubst.
6161 (org-save-all-org-buffers): New function.
6162 (org-first-headline-recenter): Enclose outline-regexp in group
6163 delimiters.
6164 (org-set-tags): Keep single space after stars.
6165
6166 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6167
6168 * window.el (set-window-text-height): Only set window-min-height to
6169 1 if that's the requested size.
6170
6171 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
6172 (diff-unified->context, diff-context->unified)
6173 (diff-reverse-direction): Make sure the end marker stays at the end.
6174 (diff-mode): Add the keymap table at the end of docstring.
6175 Use lexical-let rather than constructing a closure manually.
6176
6177 * files.el (find-file-noselect-1): Remove unused var assignment.
6178 (hack-local-variables-confirm): Print lists of strings as lists of
6179 strings rather than lists of symbols.
6180 (abbreviate-file-name, hack-local-variables-prop-line):
6181 Use match-string.
6182 (hack-one-local-variable): Move `make-local-variable' nearer its use.
6183 (recover-session-finish): Use line-end-position.
6184
6185 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
6186
6187 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
6188
6189 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
6190
6191 * progmodes/make-mode.el (makefile-macroassign-regex):
6192 Accept preceding keyword.
6193 (makefile-gmake-statements): Reorganize, now that makepp has
6194 "override" and also handle forgotten "override define".
6195 (makefile-makepp-statements): Add new "global", "override export"
6196 and "override global".
6197
6198 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
6199
6200 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
6201 (ada-compile-mouse-goto-error, ada-deactivate-properties)
6202 (ada-no-auto-case): Fix typos in docstrings.
6203
6204 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
6205
6206 * info.el (Info-find-node-2): Search for makeinfo version more
6207 carefully.
6208
6209 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
6210
6211 * textmodes/org.el (org-prepare-agenda-buffers):
6212 Use `invisible-OK' argument for `org-end-of-subtree'.
6213 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
6214 (org-beginning-of-item): Fix bug in regular expression for white line.
6215 (org-export-as-html): Enforce space after bullet in plain list items.
6216 (org-set-autofill-regexps): Require space after plain list bullet
6217 for paragraph-start.
6218 (org-ts-regexp3): New constant.
6219 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
6220 (org-timestamp-up-day, org-timestamp-down-day)
6221 (org-timestamp-change): Work with inactive timestamps.
6222 (org-ts-regexp1): Don't allow brackets in time stamps.
6223
6224 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
6225
6226 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
6227 for ignoring links.
6228
6229 * faces.el (read-face-name): Use it.
6230
6231 2006-06-28 Juri Linkov <juri@jurta.org>
6232
6233 * buff-menu.el (list-buffers-noselect): Compare Info file
6234 with the string "dir" to detect Info directory.
6235
6236 * complete.el (partial-completion-mode): In lambda for
6237 `choose-completion-string-functions' use full function signature
6238 with 4 args, and move point to the end of the minibuffer only if arg
6239 `mini-p' is non-nil.
6240
6241 2006-06-28 John Paul Wallington <jpw@pobox.com>
6242
6243 * ibuffer.el (ibuffer-mode): Doc fix.
6244
6245 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
6246
6247 * textmodes/org.el (org-context): New contexts :item-bullet,
6248 :latex-fragment, :latex-preview.
6249 (org-overlays-at, org-overlay-start, org-overlay-end):
6250 New compatibility functions.
6251 (org-inside-LaTeX-fragment-p): More accurate matching, using the
6252 exact regexp that will be used during export.
6253 (org-latex-regexps): New variable.
6254 (org-cdlatex-mode): Improve advice for `texmathp'.
6255 (turn-on-org-cdlatex): New function.
6256
6257 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6258
6259 * term/mac-win.el (mac-handle-font-selection): Change keys of
6260 mac-atsu-font-table from strings to numbers.
6261 (mac-ts-caret-position): Use also when cursor-type is nil.
6262 (mac-ts-update-active-input-area): Add Mac OS Classic support.
6263 Relax condition for using overlay strings.
6264 Use mac-ts-caret-position face when cursor-type is nil.
6265
6266 2006-06-26 Kim F. Storm <storm@cua.dk>
6267
6268 * help.el (view-emacs-news): Declare `res' in the right let* form.
6269
6270 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
6271
6272 * net/rcompile.el (remote-compile): Replace ange-ftp based
6273 implementation by Tramp functions.
6274 Suggested by Marc Abramowitz <msabramo@gmail.com>.
6275
6276 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
6277
6278 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
6279
6280 * international/fontset.el (setup-default-fontset): Fix a typo in
6281 the "Oriya-Akruti" registry name.
6282
6283 2006-06-23 Lars Hansen <larsh@soem.dk>
6284
6285 * desktop.el (desktop-full-file-name): New function.
6286 (desktop-kill, desktop-save, desktop-remove, desktop-read)
6287 (desktop-revert): Use it.
6288 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
6289 (desktop-after-read-hook): Add option list-buffers.
6290 (desktop-locals-to-save): Add tab-width.
6291 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
6292 Fix docstring.
6293
6294 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
6295
6296 * textmodes/org.el (org-cdlatex-mode-map)
6297 (org-cdlatex-texmathp-advice-is-done): New variables.
6298 (org-cdlatex-mode): New minor mode.
6299 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
6300 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
6301 (org-export-with-archived-trees): New option.
6302 (org-open-file): Remove the call to `convert-standard-filename'.
6303 (org-archive-tag, org-agenda-skip-archived-trees)
6304 (org-cycle-open-archived-trees)
6305 (org-sparse-tree-open-archived-trees): New options.
6306 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
6307 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
6308 New functions.
6309 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
6310 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
6311 (org-mode-map): Add binding for `org-toggle-archive-tag'.
6312 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6313 Call `org-prepare-agenda-buffers'.
6314 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
6315 (org-file-apps, org-file-apps-defaults-gnu)
6316 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
6317 Handle remote files by forcing them to be opened in Emacs.
6318
6319 2006-06-23 Andre Spiegel <spiegel@gnu.org>
6320
6321 * vc.el (vc-diff-knows-L): New variable.
6322 (vc-diff-internal): Use it to handle "diff" programs that don't
6323 understand -L. This works automatically, no user action is necessary.
6324
6325 2006-06-23 Daniel Brockman <daniel@brockman.se>
6326
6327 * net/rcirc.el (rcirc-default-user-full-name): Default to
6328 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
6329 longer exists).
6330 (rcirc-process-list): Check `buffer-live-p' before attempting to
6331 switch to a buffer.
6332
6333 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
6334
6335 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
6336 based on rcirc-coding-system-alist.
6337
6338 2006-06-23 Martin Rudalics <rudalics@gmx.at>
6339
6340 * cus-edit.el (customize-apropos): A better error message.
6341 (top level) <debug-ignored-errors>: Extend and update the list of
6342 ignored error messages.
6343
6344 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
6345
6346 * complete.el (PC-do-completion): Retain capitalization of user
6347 input, when possible, even if completion-ignore-case is set.
6348
6349 2006-06-23 Eli Zaretskii <eliz@gnu.org>
6350
6351 * generic-x.el (bat-generic-mode): Support .cmd files.
6352
6353 * dos-w32.el (top level): Use find-file-not-found-functions
6354 instead of the obsolete find-file-not-found-hooks.
6355
6356 2006-06-22 Kim F. Storm <storm@cua.dk>
6357
6358 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
6359 to recognize mode name containing submodes, such as Grep/lw.
6360
6361 2006-06-21 Kim F. Storm <storm@cua.dk>
6362
6363 * simple.el (line-move-1): Check for move-end-of-line instead of
6364 end-of-line when setting temporary-goal-column.
6365
6366 2006-06-21 Miles Bader <miles@gnu.org>
6367
6368 * play/cookie1.el (cookie): Work properly when there's only one entry.
6369
6370 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
6371
6372 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
6373 (gdb-frame-handler): Generalize frame regexp for templates.
6374
6375 2006-06-20 Glenn Morris <rgm@gnu.org>
6376
6377 * calendar/appt.el (appt-display-format): Default value must be
6378 one of the customize options.
6379
6380 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6381
6382 * term/xterm.el (terminal-init-xterm): Update key availability info.
6383 Bind C-return.
6384
6385 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
6386
6387 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
6388
6389 * files.el (hack-local-variables): Run `hack-local-variables-hook'
6390 whether or not a local variables list is defined.
6391
6392 * msb.el (msb): Move `sit-for' hack here to handle both
6393 "mouse-down and drag" and "mouse-up and select" situations.
6394 (mouse-select-buffer): Move `sit-for' hack to `msb'.
6395
6396 2006-06-20 Kenichi Handa <handa@m17n.org>
6397
6398 * international/characters.el (word-combining-categories):
6399 Add entries for 2-byte Han characters.
6400
6401 2006-06-19 Richard Stallman <rms@gnu.org>
6402
6403 * bindings.el (mode-line-format): Save some mode line space.
6404
6405 * files.el (find-file-noselect): Improve the question wording.
6406 (basic-save-buffer-2): Mask UMASK against 666.
6407
6408 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
6409 (mouse-drag-vertical-line): Call it.
6410
6411 * cus-edit.el (customize-option, customize-option-other-window):
6412 Error if SYMBOL is nil.
6413
6414 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
6415
6416 * textmodes/org.el: Require noutline, also on XEmacs.
6417 (org-end-of-subtree): Return point.
6418 (org-dblock-start-re, org-dblock-end-re): New constants.
6419 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
6420 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
6421 (org-update-all-dblocks, org-find-dblock): New functions.
6422 (org-collect-clock-time-entries): New function.
6423 (org-html-handle-time-stamps): Never export CLOCK timeranges.
6424 (org-fixup-indentation): Modify to deal correctly with lines
6425 starting with TAB. Only one argument DIFF now.
6426 (org-demote, org-promote): Call `org-fixup-indentation' with just
6427 one argument, DIFF.
6428 (org-mode): Don't mark buffer as modified when aligning tables.
6429 (org-clock-sum): Don't mark buffer modified when adding time sum
6430 properties.
6431 (org-export-as-html): Add support for a link validation function.
6432 (org-archive-all-done): New function.
6433 (org-archive-subtree): New prefix argument. When set, archive all
6434 done subtrees in this buffer.
6435 (org-remove-clock-overlays)
6436 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
6437 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
6438 (org-put-clock-overlay): Don't swallow last headline character
6439 when displaying overlay.
6440 (org-store-link): Link to `image-mode' with just the file name.
6441
6442 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
6443
6444 * viper-cmd.el (viper-special-read-and-insert-char):
6445 Use read-key-sequence.
6446 (viper-after-change-undo-hook): Misc enhancements.
6447 (viper-after-change-undo-hook): New hook.
6448 (viper-undo): Use viper-after-change-undo-hook.
6449 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
6450 (viper-next-line-at-bol): If point is on a widget or a button, simulate
6451 clicking on that widget/button.
6452
6453 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
6454
6455 * ediff-diff (ediff-test-patch-utility): Catch errors.
6456 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
6457 (ediff-set-actual-diff-options): New function.
6458 (ediff-reset-diff-options, ediff-toggle-ignore-case):
6459 Use ediff-set-actual-diff-options.
6460 (ediff-extract-diffs): Catch errors.
6461 (ediff-whitespace): Add non-breakable space.
6462 (ediff-same-file-contents): Catch errors.
6463
6464 * ediff-mult.el (ediff-collect-custom-diffs):
6465 Save coding-system-for-read.
6466
6467 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
6468 (ediff-vc-internal, ediff-vc-merge-internal):
6469 Use ediff-delete-version-file.
6470 (ediff-delete-version-file): New function.
6471
6472 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
6473
6474 * ediff.el (ediff-directories, ediff-directory-revisions)
6475 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
6476 (ediff-directories-internal, ediff-merge-directory-revisions)
6477 (ediff-merge-directory-revisions-with-ancestor)
6478 (ediff-directories3): Use read-directory-name.
6479
6480 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
6481
6482 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
6483 Remove superfluous part of regexp for brace matching which is handled
6484 by `scan-lists' call.
6485
6486 2006-06-16 Richard Stallman <rms@gnu.org>
6487
6488 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
6489
6490 * files.el (basic-save-buffer-2): For a new precious file,
6491 use the default modes in the return value.
6492
6493 * facemenu.el (facemenu-color-alist): Doc fix.
6494
6495 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
6496
6497 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6498
6499 * cus-start.el (all): Add mac-ts-script-language-on-focus.
6500
6501 * term/mac-win.el (mac-text-encoding-ascii): New constant.
6502 (mac-utxt-to-string): Use it.
6503 (mac-ts-update-active-input-area): Use mac-ae-number.
6504
6505 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6506
6507 * term.el (term-handle-scroll, term-delete-lines)
6508 (term-insert-lines): Fix off by one errors.
6509
6510 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
6511
6512 * net/tramp.el (tramp-touch): Use UTC to express time.
6513
6514 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
6515
6516 * mail/sendmail.el (mail-send): Search explicitly for
6517 mail-header-separator when checking for corrupted header lines.
6518
6519 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
6520
6521 * progmodes/gdb-ui.el (gdb-same-frame): New option.
6522 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
6523 (gdb-init-1): Initialise them.
6524 (gdb-starting): Reset gdb-printing
6525 (gdb-starting): Save value of gud-overlay-arrow-position.
6526 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
6527 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
6528 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
6529 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
6530
6531 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
6534
6535 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
6536
6537 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
6538 (ldap-search-internal): Keep error messages, and a regexp fix.
6539
6540 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
6541
6542 * files.el (hack-local-variables-confirm):
6543 Display string value using its printed representation.
6544
6545 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
6546
6547 * server.el (server-edit): No-op if no server buffers exist.
6548
6549 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
6550
6551 * textmodes/page-ext.el (pages-directory-for-addresses):
6552 Including `pages-directory-address-mode' in the function results
6553 in the message "Buffer in which pages were found is deleted".
6554
6555 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
6556
6557 * textmodes/org.el (org-agenda-mode-map): Add bindings for
6558 clocking functions.
6559
6560 (org-agenda-clock-in, org-check-running-clock)
6561 (org-clock-out-if-current, org-remove-clock-overlays)
6562 (org-put-clock-overlay): New functions.
6563 (org-clock-marker, org-clock-file-total-minutes)
6564 (org-clock-overlays): New variables.
6565 (org-clock-display, org-clock-sum, org-clock-cancel)
6566 (org-clock-out, org-clock-in): New commands.
6567 (org-export): New function.
6568 (org-emph-re): New constant.
6569 (org-set-emph-re, org-do-emphasis-faces): New functions.
6570 (org-emphasis-regexp-components, org-emphasis-alist): New options.
6571 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
6572 (org-export-html-convert-emphasize): Use the configurable emphasis.
6573 (org-cleaned-string-for-export): Make multiline emphasis visible
6574 to the exporter. New optional argument PARAMETERS.
6575 (org-export-as-html): Specify :emph-multiline parameter to
6576 `org-cleaned-string-for-export'.
6577
6578 2006-06-10 Richard Stallman <rms@gnu.org>
6579
6580 * help.el (help-for-help-internal): Clean up help text.
6581
6582 2006-06-10 Andreas Schwab <schwab@suse.de>
6583
6584 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
6585 in doc string.
6586
6587 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
6588
6589 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
6590
6591 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
6592 spaces after the comment start.
6593
6594 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6595
6596 * play/pong.el (pong-init-buffer):
6597 Fill buffer with spaces instead of ^A.
6598
6599 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
6600 launched asynchronously, delete its process instead of being cool.
6601 (ispell-async-processp): Check for `delete-process' existence
6602 instead of `kill-process' one for consistency.
6603
6604 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
6605
6606 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
6607 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
6608 in mode line at startup.
6609
6610 2006-06-08 Kim F. Storm <storm@cua.dk>
6611
6612 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
6613 (ido-init-completion-maps): Bind them to M-SPC and M-v.
6614 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
6615 (ido-file-internal): Pass full file name to write-file.
6616 (ido-read-internal): Only pop stack elements automatically if they
6617 actually match an existing directory or file name.
6618
6619 2006-06-07 Kenichi Handa <handa@m17n.org>
6620
6621 * international/mule.el (find-auto-coding): Don't handle the short
6622 name `char-trans'.
6623
6624 * files.el (hack-local-variables-prop-line)
6625 (hack-local-variables): Cancel the previous change.
6626
6627 2006-06-06 Jesper Harder <harder@phys.au.dk>
6628
6629 * ediff-diff.el (ediff-test-utility): Protect against file-error.
6630
6631 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * diff-mode.el (diff-mode): Set buffer-read-only to t when
6634 diff-default-read-only is non-nil.
6635 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
6636 (diff-refine-hunk): Set inhibit-read-only to t.
6637
6638 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
6639 modifying the *Diff* buffer.
6640 (diff-process-filter): New filter function for diff process that
6641 sets inhibit-read-only to t when modifying the *Diff* buffer.
6642
6643 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
6644
6645 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
6646 insertion point and control the number of empty lines.
6647 (org-paste-subtree): Limit the number of empty lines at the end of
6648 the inserted tree.
6649 (org-agenda): Use buffer name of current file for narrowing.
6650 (org-export-as-xml): Command removed.
6651 (org-export-xml-type): Option removed.
6652 (org-mode-map): Call `org-export-as-xoxo' directly.
6653 (org-get-indentation): New optional argument LINE.
6654 (org-fix-indentation, org-remove-tabs): New functions.
6655 (org-export-as-ascii, org-ascii-level-start): Determine and apply
6656 correct indentation for headlines that are converted it items.
6657 (org-skip-comments): Remove table lines that contain narrowing
6658 cookies but no other non-empty fields.
6659 (org-set-tags): Allow groups of mutually exclusive tags.
6660 (org-cmp-time): Sort 24:21 before items without time.
6661 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
6662 (org-open-at-point): Require double colon also for numbers.
6663
6664 2006-06-06 Kim F. Storm <storm@cua.dk>
6665
6666 * ido.el (ido-default-file-method, ido-default-buffer-method):
6667 Make choice values consistent with corresponding command names.
6668 (ido-visit-buffer): Update accordingly. Default to selected-window.
6669
6670 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
6671
6672 * progmodes/gud.el (gud-running): Fix doc string.
6673 (gud-menu-map): Use :visible instead fo :enable for debugger test.
6674 (gud-tooltip-modes): Add python-mode.
6675 (gud-tooltip-print-command): Add pdb. Remove perldb.
6676
6677 2006-06-05 Eli Zaretskii <eliz@gnu.org>
6678
6679 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
6680 Quote $(EMACS).
6681
6682 2006-06-05 Richard Stallman <rms@gnu.org>
6683
6684 * faces.el (defined-colors): Doc fix.
6685
6686 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
6687
6688 * vc.el (vc-process-filter): Inhibit undo info collection around
6689 call to insert.
6690 (vc-setup-buffer): Likewise for call to erase-buffer.
6691 (vc-do-command): Likewise for call to process-file.
6692
6693 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
6694
6695 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
6696 for gud-go.
6697 (gud-common-init): Other debuggers may trigger error.
6698
6699 2006-06-05 Kenichi Handa <handa@m17n.org>
6700
6701 * international/mule.el (find-auto-coding):
6702 Handle enable-character-translation in file header.
6703
6704 2006-06-04 Kim F. Storm <storm@cua.dk>
6705
6706 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
6707 (authors-fixed-entries): Fix spelling.
6708 (authors-canonical-file-name): Don't report error for wildcards.
6709
6710 * help.el (view-emacs-news): Rewrite to support new NEWS,
6711 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
6712 e.g. version 10 matches 1.10, and don't be confused by version 1.1
6713 being a prefix of 1.12 (etc). A numeric prefix arg also works.
6714
6715 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
6716
6717 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
6718 exec constructs like `foo bar`.
6719 (sh-quoted-subshell): New helper function to search for a possibly
6720 nested subshell (like `` or $()) within a "" quoted string.
6721 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
6722 (sh-apply-quoted-subshell): Flag quote characters inside a
6723 subshell, which is itself already in a quoted region, as
6724 punctuation, since this is the closest to what they actually are.
6725 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
6726 sh-apply-quoted-subshell.
6727 (sh-font-lock-syntactic-face-function): Apply the new face for
6728 text inside `` instead of the old font-lock-string-face.
6729
6730 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6731
6732 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
6733 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
6734 (mac-bytes-to-text-range, mac-ae-text-range-array)
6735 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
6736 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
6737 (mac-ts-unicode-for-key-event): New functions.
6738 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
6739 (mac-handle-font-selection): Use mac-ae-number.
6740 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
6741 New variables.
6742 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
6743 (mac-ts-converted-text, mac-ts-selected-converted-text)
6744 (mac-ts-block-fill-text, mac-ts-outline-text)
6745 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
6746 (mac-ts-hilite-style-faces): New constant.
6747 (mac-apple-event-map): Bind text input events.
6748 (mac-dispatch-apple-event): Use command-execute instead of
6749 call-interactively.
6750 (global-map): Don't bind mac-apple-event.
6751 (special-event-map): Bind mac-apple-event.
6752
6753 2006-06-02 Eli Zaretskii <eliz@gnu.org>
6754
6755 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
6756 file name.
6757 (emacs): Enclose the value of $(EMACS) in quotes.
6758
6759 2006-06-02 Juri Linkov <juri@jurta.org>
6760
6761 * international/mule.el (sgml-html-meta-auto-coding-function):
6762 Remove the condition `(search-forward "<html" size t)'.
6763 Replace `\"' with `[\"']?' in `re-search-forward'.
6764
6765 2006-06-02 Kenichi Handa <handa@m17n.org>
6766
6767 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
6768 as well as `coding'.
6769 (hack-local-variables): Likewise.
6770
6771 * international/mule.el (enable-character-translation):
6772 Put permanent-local and safe-local-variable properties.
6773 (find-auto-coding): Handle char-trans: tag.
6774
6775 2006-06-02 Juri Linkov <juri@jurta.org>
6776
6777 * international/mule.el (sgml-html-meta-auto-coding-function):
6778 Limit the search by the end of the HTML header (if any).
6779
6780 2006-06-01 Richard Stallman <rms@gnu.org>
6781
6782 * subr.el (with-current-buffer): Doc fix.
6783
6784 2006-06-02 Masatake YAMATO <jet@gyve.org>
6785
6786 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
6787 Almost rewrite. Underlines over all lines of gcov output are too
6788 uncomfortable to read. Suggested by Dan Nicolaescu.
6789
6790 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
6791
6792 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
6793
6794 * shell.el (shell-mode): Use shell-mode-map in docstring.
6795
6796 * comint.el (comint-send-input): Do not add help-echo and
6797 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
6798
6799 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6800
6801 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
6802
6803 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6804
6805 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
6806 (gdb-stopped, gdb-info-stack-custom): If there is no source info
6807 look up the stack and pop up GUD buffer if necessary.
6808 (gdb-frames-select): Remove redundant call to gud-display-frame.
6809 (gdb-info-threads-custom): Keep point at start of buffer.
6810 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
6811
6812 2006-05-31 Juri Linkov <juri@jurta.org>
6813
6814 * replace.el (query-replace-read-from, query-replace-read-to):
6815 Bind `history-add-new-input' to nil. Call `add-to-history'.
6816
6817 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
6818
6819 * textmodes/table.el: Convert all HTML tags to lower case for
6820 XHTML compatibility.
6821
6822 2006-05-31 Masatake YAMATO <jet@gyve.org>
6823
6824 * progmodes/compile.el:
6825 (compilation-error-regexp-alist-alist::gcov-called-line):
6826 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
6827
6828 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
6829
6830 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
6831 Revert inadvertent changes made with last commit.
6832
6833 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
6834
6835 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
6836 New functions.
6837
6838 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
6839
6840 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
6841
6842 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
6843 only matches in the right place.
6844 (org-upcoming-deadline): New face.
6845 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
6846 (org-export-ascii-underline): Rename constant `org-ascii-underline'
6847 and make it an option.
6848 (org-export-ascii-bullets): New option.
6849 (org-export-as-html): Many changes to emit valid XHTML.
6850 (org-par-open): New variable.
6851 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
6852 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
6853 (org-timeline): Pass `org-timeline-show-empty-dates' to
6854 `org-get-all-dates'. Interpret empty dates returned by
6855 `org-get-all-dates'.
6856 (org-get-all-dates): New argument EMPTY. Add dates without
6857 entries to the list, mark large ranges of empty dates.
6858 (org-point-in-group, org-context): New functions.
6859
6860 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
6861
6862 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
6863
6864 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
6865 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
6866 to C-mouse-3 (for 2 button mice).
6867 (gdb-send): Do the right thing for C-d.
6868
6869 * speedbar.el (speedbar-detach): Delete.
6870 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
6871 it breaks things.
6872 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
6873
6874 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
6875
6876 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
6877 Makeppfile.
6878
6879 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6880 Add makepp diagnostic.
6881
6882 2006-05-29 Richard Stallman <rms@gnu.org>
6883
6884 * window.el (fit-window-to-buffer): Doc fix.
6885
6886 * help.el (temp-buffer-max-height): Doc fix.
6887
6888 * subr.el (with-current-buffer): Doc fix.
6889
6890 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6891
6892 * term/x-win.el: Bind F10 to menu-bar-start if available.
6893
6894 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
6895
6896 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
6897 uses with a simple test.
6898 (term-set-escape-char, term-mode, term-check-kill-echo-list)
6899 (term-send-raw-string, term-send-raw, term-mouse-paste)
6900 (term-char-mode, term-line-mode, term-exec, term-sentinel)
6901 (term-handle-exit, term-read-input-ring)
6902 (term-previous-matching-input-string)
6903 (term-previous-matching-input-string-position)
6904 (term-previous-matching-input-from-input)
6905 (term-replace-by-expanded-history, term-send-input)
6906 (term-skip-prompt, term-bol, term-send-invisible)
6907 (term-kill-input, term-delchar-or-maybe-eof)
6908 (term-backward-matching-input, term-check-source)
6909 (term-proc-query, term-emulate-terminal)
6910 (term-handle-colors-array, term-process-pager, term-pager-line)
6911 (term-pager-bob, term-unwrap-line, term-word)
6912 (term-dynamic-complete-filename)
6913 (term-dynamic-complete-as-filename)
6914 (term-dynamic-simple-complete): Replace one arm ifs with whens or
6915 unlesses.
6916
6917 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
6920 during bootstrapping.
6921
6922 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
6923 Basically undo the change of 2006-05-26: use extra arguments instead of
6924 dynamic scoping.
6925 (ewoc-locate): Remove unused var `footer'.
6926
6927 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
6930
6931 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
6932 (generate-file-autoloads): Obey it. Return whether autoloads were
6933 added at point or not.
6934 (update-file-autoloads): Use this new return value.
6935 Remove redundant test for the presence of an autoload cookie.
6936
6937 * emacs-lisp/autoload.el (autoload-find-file): New fun.
6938 This one calls hack-local-variables.
6939 (generate-file-autoloads, update-file-autoloads): Use it.
6940
6941 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
6942 (bibtex-sort-entry-class): Add safe-local-variable predicate.
6943 (bibtex-sort-entry-class-alist): Don't set the global value.
6944 (bibtex-init-sort-entry-class-alist): New fun.
6945 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
6946 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
6947 of bibtex-init-sort-entry-class.
6948
6949 2006-05-28 Richard Stallman <rms@gnu.org>
6950
6951 * subr.el (load-history-regexp): If FILE is relative, insist
6952 entire last name component must match it.
6953 (load-history-filename-element, load-history-regexp): Doc fixes.
6954
6955 2006-05-29 Kim F. Storm <storm@cua.dk>
6956
6957 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6958 `pos' and `raw-data' for clarity, as eval forms may access these.
6959
6960 2006-05-28 Kim F. Storm <storm@cua.dk>
6961
6962 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
6963
6964 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * progmodes/make-mode.el (makefile-browser-map)
6967 (makefile-mode-syntax-table): Move initialization inside declaration.
6968 (makefile-fill-paragraph): Use the default comment-filling code.
6969
6970 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
6971
6972 * replace.el (query-replace-defaults): New variable.
6973 (query-replace-read-from): Use `query-replace-defaults' for
6974 default value, instead of history list.
6975 (query-replace-read-to): Update `query-replace-defaults'.
6976
6977 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
6978
6979 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
6980 with no X toolkit.
6981
6982 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
6983
6984 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
6985 (tumme-show-all-from-dir): Add autoload.
6986
6987 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6988
6989 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
6990 (tumme-remove-tag): Fix bug.
6991
6992 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6993
6994 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
6995 FOOTER args. Update unique caller.
6996 (ewoc-delete): Compute last node once before looping.
6997 (ewoc--node-branch): Merge into unique caller.
6998 (ewoc--node): Don't define constructor make-ewoc--node for this
6999 structure.
7000 (ewoc): Add member `hf-pp' to this structure.
7001 (ewoc--wrap): New func.
7002 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
7003 header/footer pretty-printers. Save header/footer pretty-printer.
7004 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
7005
7006 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
7007
7008 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
7009
7010 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
7011 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
7012 Tag'. Change "Compare directories..." to "Change Directories...".
7013 Move tumme commands to Operate, Regexp and Immediate menus.
7014 Change "Add Comment" to "Add Image Comment". Change "Add Image
7015 Tag" to "Add Image Tags".
7016
7017 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
7018 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
7019 `tumme-delete-tag'.
7020
7021 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * shell.el (shell-mode): Call shell-dirtrack-mode after
7024 list-buffers-directory is made a local variable, to avoid setting
7025 the default value.
7026
7027 2006-05-26 Kevin Ryde <user42@zip.com.au>
7028
7029 * info.el (Info-index-next): Use where-is-internal to report
7030 actual binding of Info-index-next, rather than hard-coded `,'.
7031
7032 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7033
7034 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
7035 and "Find Command in Manual" to here.
7036
7037 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7038 Info-current-file as the file name.
7039
7040 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
7041
7042 * ses.el (defadvice undo-more): Delete this defadvice. The undo
7043 overrides will now be done a different way.
7044 (ses-set-parameter): Reapply this function for undo.
7045 (ses-set-header-row): Reconstruct header row during undo.
7046 (ses-widen): New function.
7047 (ses-goto-data, ses-reconstruct-all): Use new function.
7048 (ses-command-hook): Widen buffer during undo, before unupdating
7049 the cells.
7050 (ses-insert-row, ses-delete-row): Widen buffer during undo.
7051 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
7052 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
7053 formula hasn't been executed yet.
7054
7055 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
7056
7057 * comint.el (comint-kill-whole-line): Rename arg to count.
7058 Fix doc string.
7059
7060 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
7061
7062 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
7063 to copy-file.
7064
7065 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
7066
7067 * simple.el (toggle-truncate-lines): Make arg optional for
7068 backward compatibility.
7069
7070 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
7071
7072 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
7073 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
7074 DLL arg. Instead, use ewoc--current-dll. Update all callers.
7075 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
7076 (ewoc--adjust): Use ewoc--current-dll.
7077 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
7078
7079 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
7080
7081 * textmodes/org.el (org-next-item, org-previous-item): Emit more
7082 compact error message.
7083 (org-tags-view): Refresh category table in each file.
7084 (org-table-justify-field-maybe): Remove superfluous arguments to
7085 `format'.
7086 (org-export-as-html): Insert "<p>" before postamble.
7087 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
7088
7089 2006-05-26 Kenichi Handa <handa@m17n.org>
7090
7091 * textmodes/po.el (po-find-charset): Pay attention to the case
7092 FILENAME is a cons (NAME . BUFFER).
7093 (po-find-file-coding-system-guts): Likewise.
7094
7095 * arc-mode.el (archive-set-buffer-as-visiting-file):
7096 Call find-operation-coding-system with (FILENAME . BUFFER).
7097
7098 * tar-mode.el (tar-extract): Call find-operation-coding-system
7099 with (FILENAME . BUFFER).
7100
7101 * international/mule.el (decode-coding-inserted-region):
7102 Call find-operation-coding-system with (FILENAME . BUFFER).
7103
7104 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7105
7106 * image-mode.el (image-toggle-display): Use buffer contents to
7107 generate image for a remote file.
7108
7109 2006-05-25 Juri Linkov <juri@jurta.org>
7110
7111 * replace.el (query-replace-read-from, query-replace-read-to):
7112 Remove 8th arg KEEP-ALL in read-from-minibuffer.
7113
7114 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
7115
7116 * whitespace.el (whitespace-cleanup): Change to cleanup
7117 region if one is active.
7118 * whitespace.el (whitespace-cleanup-internal): New internal method.
7119
7120 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
7121
7122 * dired.el (dired-mode-map): Add help-echo strings to tumme
7123 commands. Bind `tumme-dired-display-image' to C-t i.
7124
7125 * tumme.el (tumme-display-image): Change documentation string slightly.
7126 (tumme-dired-display-image): Add call to `display-buffer'.
7127
7128 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7129
7130 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
7131 Signal error if RAW-DATA is a multibyte string.
7132
7133 2006-05-24 Richard Stallman <rms@gnu.org>
7134
7135 * subr.el (with-local-quit): When handling `quit' signal,
7136 make a chance for quit-flag to cause a quit.
7137
7138 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
7139 (ad-disable-advice): Add autoloads.
7140
7141 * subr.el (read-passwd): Copy PROMPT before changing its properties.
7142
7143 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
7144
7145 * dired.el (dired-mode-map): Change menu items for tumme as per
7146 suggestions in emacs-devel.
7147
7148 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
7149
7150 * dired.el (dired-mode-map): Fix breakage.
7151
7152 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
7153
7154 * tumme.el (tumme-display-dired-image): Rename to...
7155 (tumme-dired-display-image): ...this.
7156 (tumme-track-movement): Change default value to t.
7157 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
7158 used from `tumme-next-line-and-display' and similar commands.
7159
7160 * dired.el (dired-mode-map): Add Thumbnail submenu under the
7161 Immediate menu. Add some tumme commands there.
7162
7163 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
7164
7165 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
7166
7167 2006-05-24 Chong Yidong <cyd@mit.edu>
7168
7169 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
7170 menu entries that open submenus.
7171
7172 2006-05-24 Alan Mackenzie <acm@muc.de>
7173
7174 * startup.el (command-line): For names of preloaded files, don't
7175 append ".elc" (now done in Fload), and call file-truename on the
7176 lisp directory.
7177
7178 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
7179 match ANY loaded file with the right name, not just those in
7180 load-path. Put a regexp matching the file name into
7181 after-load-alist, rather than the name itself.
7182
7183 * subr.el (load-history-regexp, load-history-filename-element)
7184 (do-after-load-evaluation): New functions.
7185
7186 * international/mule.el (load-with-code-conversion): Do the
7187 eval-after-load stuff by calling do-after-load-evaluation.
7188
7189 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
7190
7191 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
7192 has not been killed.
7193
7194 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7195
7196 * term/mac-win.el: Set idle timer to clean up expired Apple events.
7197 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
7198 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
7199 Optionally set error message in reply.
7200
7201 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
7202
7203 * textmodes/org.el (org-open-at-point): Use renamed variable
7204 `org-confirm-shell-link-function'.
7205 (org-confirm-shell-link-function): Rename from
7206 `org-confirm-shell-links'.
7207 (org-export-directory): New function.
7208 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
7209 (org-export-icalendar): Use `org-export-directory'.
7210 (org-indent-item): Keep cursor position.
7211 (org-link-file-path-type): New option.
7212 (org-export-as-html): Fix bug with plain lists starting in
7213 column 0.
7214 (org-export-as-html): Remove deadline formatting, this happens
7215 now already in `org-html-handle-time-stamps'.
7216 (org-export-html-style): Deadline class removed.
7217 (org-insert-labeled-timestamps-at-point): New option.
7218 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
7219 of `hide-sublevels 1', in case the first headline is not level 1.
7220 (org-overview, org-content): New fuction.
7221 (org-cycle-global-status, org-cycle-subtree-status): Make these
7222 variables buffer-local.
7223 (org-global-cycle): New command.
7224 (org-shifttab): Use `org-global-cycle'.
7225 (org-insert-heading, org-insert-item): Go to end of new
7226 headline/item after creating it.
7227 (org-export-visible): Rename from `org-export-copy-visible'.
7228 Now creates a temporary org-file and applies an exporting command
7229 to it.
7230 (org-table-eval-formula): Support for lisp forms.
7231 (org-agenda-todo-ignore-scheduled): New option.
7232 (org-agenda-get-todos): Use new option
7233 `org-agenda-todo-ignore-scheduled'.
7234 (org-export-html-inline-images): New value `maybe'.
7235 (org-export-as-html): Inlining of images dependent on link description.
7236 (org-archive-subtree): Check for end-of-buffer before trying
7237 `kill-line'.
7238 (org-agenda-follow-mode): New option.
7239 (org-export-with-tags, org-export-with-timestamps): New options.
7240 (org-html-handle-time-stamps): New function.
7241 (org-keyword-time-regexp): New variable.
7242 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
7243 (org-agenda-todo-list-sublevels): New option.
7244 (org-html-level-start): When TITLE is nil, just close all levels.
7245 (org-parse-key-lines, org-parse-export-options): Remove functions,
7246 replaced by `org-infile-export-plist'.
7247 (org-combine-plists, org-infile-export-plist)
7248 (org-default-export-plist): New functions.
7249 (org-export-html-preamble, org-export-html-postamble)
7250 (org-export-html-auto-preamble, org-export-html-auto-postamble):
7251 New variables.
7252 (org-export-publishing-directory): New option.
7253 (org-export-as-html, org-export-as-ascii): Use the new property
7254 lists for settings.
7255 (org-export-copy-visible, org-export-as-xoxo):
7256 Respect `org-export-publishing-directory'.
7257 (org-link-search, org-store-link, org-file-apps): Support for
7258 links to BibTeX database entries..
7259 (org-get-current-options, org-set-regexps-and-options):
7260 Implement logging as a startup option.
7261 (org-store-link): Make sure context string is never empty
7262 (org-insert-link): Use relative path when possible.
7263 (org-at-item-checklet-p): New function.
7264 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
7265 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
7266 (org-metaright, org-metaup, org-metadown, org-shiftup)
7267 (org-shiftdown, org-shiftright, org-shiftleft)
7268 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
7269 Dispatch using `call-interactively'.
7270 (org-call-with-arg): New defsubst.
7271 (org-tag-alist, org-use-fast-tag-selection): New options.
7272 (org-complete): Use `org-tag-alist'.
7273 (org-fast-tag-insert, org-fast-tag-selection): New functions.
7274 (org-next-item, org-previous-item): New commands.
7275 (org-beginning-of-item, org-end-of-item): Add (interactive) to
7276 make command.
7277 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
7278
7279 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
7280
7281 * emacs-lisp/ewoc.el (ewoc-delete): New function.
7282 (ewoc-filter): Use `ewoc-delete'.
7283
7284 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
7285
7286 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7287
7288 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
7289 Signal more user-friendly error messages.
7290
7291 * complete.el (PC-do-completion): Undo the addition of implicit
7292 wildcards if they did not lead to finding any match.
7293 (read-file-name-internal): Don't add the final > if the completion is
7294 not finished.
7295
7296 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
7297
7298 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
7299 Quote safe-local-variable predicate.
7300
7301 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
7302
7303 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
7304
7305 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7306
7307 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
7308
7309 * progmodes/make-mode.el (makefile-special-targets-list)
7310 (makefile-macro-table, makefile-target-table): Mark as risky.
7311 (makefile-query-one-target-method): Make this the alias for the
7312 following variable.
7313 (makefile-query-one-target-method-function): Make this the real name.
7314
7315 * textmodes/artist.el (artist-text-renderer): Make this the alias
7316 for the following variable.
7317 (artist-text-renderer-function): Make this the real name.
7318
7319 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
7320 the alias for the following variable.
7321 (flyspell-generic-check-word-predicate): Make this the real name.
7322
7323 * textmodes/ispell.el (ispell-format-word): Make this the alias
7324 for the following variable.
7325 (ispell-format-word-function): Make this the real name.
7326 (ispell-message-text-end): Mark as risky.
7327
7328 * skeleton.el (skeleton-transformation, skeleton-filter)
7329 (skeleton-pair-filter): Make these the aliases for the following
7330 variables.
7331 (skeleton-transformation-function, skeleton-filter-function)
7332 (skeleton-pair-filter-function): Make these the real names.
7333
7334 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
7335 and skeleton-pair-filter-function.
7336
7337 * textmodes/sgml-mode.el (sgml-transformation): Make this the
7338 alias for the following variable.
7339 (sgml-transformation-function): Make this the real name.
7340 (sgml-tag-alist): Mark as risky.
7341
7342 2006-05-21 Richard Stallman <rms@gnu.org>
7343
7344 * simple.el (kill-region): Interactively, pass point, then mark.
7345
7346 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
7347
7348 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
7349
7350 2006-05-21 Romain Francoise <romain@orebokech.com>
7351
7352 * dired-x.el (dired-mode-map): Don't bind M-g.
7353
7354 2006-05-20 Richard Stallman <rms@gnu.org>
7355
7356 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
7357 (dired-goto-file): Doc fix.
7358
7359 2006-05-21 Kim F. Storm <storm@cua.dk>
7360
7361 * emulation/cua-base.el: Mention customizing cua-mode as alternative
7362 way to enable built-in cua-mode if user loads older CUA-mode package.
7363
7364 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
7365 if default-filename is specified.
7366
7367 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7368
7369 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
7370
7371 * info.el (info-apropos): Make sure current-file and current-node
7372 have non-nil values. Speed up by using add-to-list instead of
7373 manual consing.
7374
7375 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7376
7377 * progmodes/make-mode.el (makefile-mode): Doc fix.
7378
7379 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7380
7381 * dired-aux.el (dired-do-shell-command): Doc fix.
7382
7383 2006-05-20 Kevin Ryde <user42@zip.com.au>
7384
7385 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
7386 ``(custom-manual :tag "Foo" "(foo)Node")''.
7387
7388 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
7389
7390 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
7391 value is an integer.
7392
7393 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7394
7395 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
7396 "format".
7397 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
7398
7399 2006-05-20 Martin Rudalics <rudalics@gmx.at>
7400
7401 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
7402 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
7403
7404 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
7407 regexp for keywords.
7408
7409 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
7410
7411 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
7412 replace-regexp-in-string.
7413
7414 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
7415 encode, and escape file name on conversion to URL.
7416
7417 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7418
7419 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
7420 Don't unescape URL.
7421 (dnd-get-local-file-name): Unescape URL on conversion to file name.
7422
7423 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
7424 on conversion to URLs.
7425
7426 * net/browse-url.el (browse-url-file-url): Encode file name on
7427 conversion to URL.
7428
7429 * term/mac-win.el (mac-ae-open-documents): Escape file name on
7430 conversion to URL.
7431
7432 2006-05-19 Eli Zaretskii <eliz@gnu.org>
7433
7434 * progmodes/cc-styles.el (c-style-alist): Doc fix.
7435
7436 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7437
7438 * term/mac-win.el (mac-bytes-to-digits): Remove function.
7439 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
7440
7441 2006-05-19 Glenn Morris <rgm@gnu.org>
7442
7443 * calendar/diary-lib.el (diary-bahai-date)
7444 (list-bahai-diary-entries, mark-bahai-diary-entries)
7445 (mark-bahai-calendar-date-pattern): Not interactive.
7446 (add-to-diary-list): New optional arg LITERAL. Doc fix.
7447 (diary-entries-list): Change format of 4th element in each entry.
7448 (diary-list-entries): Use add-to-diary-list.
7449 (diary-goto-entry): Handle the case where the buffer visiting the
7450 diary has been killed.
7451 (fancy-diary-display): Add 'locator to button rather than 'marker.
7452 Only generate temp-face when there are marks to apply.
7453 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
7454 (diary-fancy-date-pattern): New variable.
7455 (diary-time-regexp): Doc fix.
7456 (diary-anniversary, diary-time): New faces.
7457 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
7458 diary-time-regexp. Add font-lock-multiline property where needed.
7459 Use new faces diary-anniversary and diary-time.
7460 (diary-fancy-font-lock-fontify-region-function): New function, to
7461 handle multiline font-lock pattern in fancy diary.
7462 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
7463 (diary-font-lock-keywords): Tweak time regexp. Use new face
7464 diary-time.
7465
7466 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
7467
7468 * international/code-pages.el (mik): Table corrected.
7469
7470 2006-05-18 Kim F. Storm <storm@cua.dk>
7471
7472 * progmodes/grep.el (grep-find): Don't check grep-find-command
7473 before running command (breaks non-interactive usage).
7474
7475 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
7476
7477 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
7478 (ewoc--insert-new-node): Don't insert trailing newline.
7479 Instead, adjust successor nodes's start markers.
7480 (ewoc--refresh-node): Delete all text from current node's start
7481 marker to the next one's; adjust successor nodes's start markers.
7482 (ewoc--create): Doc fixes.
7483 (ewoc--refresh): Don't insert newline.
7484 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
7485 * pcvs.el (cvs-make-cvs-buffer):
7486 Specify extra newline for ewoc's header and footer.
7487 (cvs-update-header): Update initial header recognition.
7488 Append newline to final header and footer values.
7489 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
7490
7491 2006-05-17 Richard Stallman <rms@gnu.org>
7492
7493 * files.el (file-name-extension): Doc fix.
7494
7495 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
7498 we can explicitly enable/disable rather than toggle.
7499 (shell-mode): Use it.
7500 (shell-cd): Don't try to reproduce what `cd' does.
7501
7502 2006-05-17 Kim F. Storm <storm@cua.dk>
7503
7504 * ido.el (ido-read-internal): Use only nondirectory part of
7505 default item.
7506
7507 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
7508
7509 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
7510 (ewoc-nth): Doc fix.
7511
7512 (ewoc-map, ewoc-invalidate): Compute PP before looping.
7513
7514 2006-05-16 Eli Zaretskii <eliz@gnu.org>
7515
7516 * international/mule.el (auto-coding-alist): Add .lha to files
7517 read with no-conversion.
7518
7519 * files.el (auto-mode-alist): Add .lha files to archive file
7520 extensions.
7521
7522 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
7523 Convert csize to integer when computing offsets within the
7524 compressed archive file.
7525
7526 2006-05-16 Kim F. Storm <storm@cua.dk>
7527
7528 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
7529 with read-from-minibuffer.
7530
7531 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7532
7533 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
7534 (byte-compile-warnings): Fix safe-local-variable property.
7535
7536 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
7537
7538 * allout.el (allout-show-bodies, allout-old-style-prefixes)
7539 (allout-stylish-prefixes, allout-numbered-bullet)
7540 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
7541 predicates to qualify `safe-local-variable' property, when
7542 available, else use equivalent lambda.
7543 (allout-current-topic-collapsed-p): Do the right thing regarding
7544 trailing blank lines.
7545
7546 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * server.el (server-start): Only create a directory if needed.
7549 (server-edit, server-unload-hook): server-start => server-mode.
7550 (kill-emacs-hook): Cleanup upon exit.
7551
7552 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * hexl.el (hexlify-buffer): Encode process arguments manually.
7555
7556 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
7557
7558 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
7559 call to gdb-tooltip-print.
7560
7561 2006-05-15 Romain Francoise <romain@orebokech.com>
7562
7563 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
7564 systems, default to "tar" since those systems probably have GNU tar.
7565
7566 2006-05-14 Lars Hansen <larsh@soem.dk>
7567
7568 * desktop.el (desktop-missing-file-warning): Fix docstring.
7569 (desktop-restore-file-buffer): Correct question asked on missing file.
7570
7571 2006-05-14 Kim F. Storm <storm@cua.dk>
7572
7573 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
7574 Add CUA move property.
7575
7576 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
7577
7578 * custom.el (custom-push-theme): Load the variable before checking
7579 its `standard-value'.
7580
7581 2006-05-13 Lars Hansen <larsh@soem.dk>
7582
7583 * desktop.el (desktop-save): Use with-temp-buffer.
7584
7585 2006-05-12 Glenn Morris <rgm@gnu.org>
7586
7587 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
7588 * calendar/calendar.el (calendar-mode-map):
7589 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
7590 * calendar/appt.el (appt-check, appt-make-list): Refer to
7591 diary-view-entries, diary-list-entries, diary-show-all-entries
7592 rather than obsolete aliases.
7593
7594 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
7595
7596 * simple.el (line-move-finish): Avoid calling point motion hooks
7597 while processing intangibility.
7598
7599 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
7600
7601 * term/xterm.el (terminal-init-xterm): Fix typo.
7602
7603 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
7604
7605 * allout.el (allout-view-change-hook): Mark as being deprecated,
7606 to be replaced by `allout-exposure-change-hook'.
7607 (allout-exposure-change-hook): New, replacing
7608 `allout-view-change-hook'.
7609 (allout-flag-region): Run new hook `allout-exposure-change-hook',
7610 in addition to `allout-view-change-hook'.
7611 (allout-show-bodies, allout-old-style-prefixes)
7612 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
7613 lambda forms to prevent their showing up in variable help
7614 presentations as inscrutable byte-compiled code.
7615 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
7616 Use string-or-null-p to qualify safe-local-variable values.
7617 (allout-reindent-bodies): Use memq to qualify matches against
7618 valid safe-local-variable values. Also, quote the lambda as above.
7619 (allout-use-mode-specific-leader): Add missing candidate-value
7620 symbols, use memq, and quote the lambda.
7621 (allout-overlay-interior-modification-handler): Remove unused
7622 variables `msg' and 'opened'.
7623 (allout-hidden-p): Constrain invisibility consideration to allout's
7624 invisibility spec, disregarding invisibility for other reasons.
7625
7626 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7627
7628 * files.el (version-control): Correct safe values.
7629
7630 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
7631
7632 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
7633
7634 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
7635 (ewoc--insert-new-node): New func.
7636 Update callers of deleted funcs to use it, instead.
7637
7638 2006-05-11 Glenn Morris <rgm@gnu.org>
7639
7640 * calendar/calendar.el (diary-show-all-entries): Do not refer to
7641 obsolete alias `show-all-diary-entries'.
7642 (make-diary-entry): Not interactive.
7643 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
7644 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
7645 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7646 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7647 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7648 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
7649
7650 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7651
7652 * calendar/calendar.el (calendar-french-date-string)
7653 (calendar-mayan-date-string, calendar-chinese-date-string)
7654 (calendar-astro-date-string, calendar-iso-date-string)
7655 (calendar-islamic-date-string, calendar-bahai-date-string)
7656 (calendar-hebrew-date-string, calendar-coptic-date-string)
7657 (calendar-ethiopic-date-string, calendar-persian-date-string):
7658 These functions are not interactive.
7659
7660 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
7661
7662 * files.el: Balance parentheses.
7663
7664 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7665
7666 * files.el, newcomment.el, outline.el, simple.el,
7667 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
7668 * progmodes/cc-vars.el, progmodes/compile.el:
7669 Move `safe-local-variable' declarations to the respective files.
7670
7671 * help-fns.el (describe-variable): Don't print safe-var if it is
7672 byte-code. Improve wording as suggested by Luc Teirlinck.
7673
7674 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
7675
7676 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
7677 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
7678 Use a token for pending-triggers to ensure gdb-var-update
7679 gets called once per user input again for pre-GDB 6.4.
7680 (gdb-var-delete): Match on more complex expressions.
7681 (gdb-var-list-children-handler, gdb-var-create-handler):
7682 Use a token for consistency.
7683
7684 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
7685
7686 * textmodes/org.el (org-read-date, org-goto-calendar)
7687 (org-agenda-goto-calendar):
7688 Bind `view-calendar-holidays-initially' to nil.
7689
7690 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7691
7692 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
7693 Update all callers to do it there, instead.
7694
7695 2006-05-10 Glenn Morris <rgm@gnu.org>
7696
7697 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
7698 prefix arg case, to avoid view-diary-entries-initially error.
7699 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7700 (calendar-date-is-legal-p): Handle dates with no day part.
7701
7702 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
7703
7704 * comint.el (comint-insert-input): Just make it when
7705 comint-use-prompt regexp is nil (default) and with the mouse.
7706 (comint-copy-old-input): Reinstate from 2004-06-23.
7707 (comint-mode-map): Bind C-c C-m to it.
7708
7709 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
7710
7711 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
7712 Remove spurious move to point-max (new comint behavior fixes).
7713
7714 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
7715 compatibility function (Emacs 18/19).
7716 (idlwave-is-continuation-line): Always return point at start of
7717 previous non-blank continuation line.
7718 (keyword-parameters): Fix continued comment font-lock matcher.
7719 (idlwave-font-lock-fontify-region): Written, use as
7720 font-lock-fontify-region-function, to fix continued keyword
7721 fontification issues.
7722
7723 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7724
7725 * term/mac-win.el (mac-font-panel-mode): Doc fix.
7726 (mac-service-selection, mac-service-open-file)
7727 (mac-service-open-selection, mac-service-mail-selection)
7728 (mac-service-mail-to, mac-service-insert-text): Rename from
7729 mac-services-*. All uses changed.
7730 (mac-apple-event-map): Rename event symbol `services' to `service'.
7731
7732 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
7733
7734 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
7735 (ewoc--node-enter-first, ewoc--node-enter-last)
7736 (ewoc--delete-node-internal): Merge funcs into unique callers.
7737
7738 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
7739
7740 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
7741 return value of read-from-minibuffer for empty input.
7742
7743 2006-05-09 Miles Bader <miles@gnu.org>
7744
7745 * comint.el (comint-insert-input): Remove redundant calls to setq
7746 and goto-char.
7747
7748 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
7749
7750 * comint.el (comint-insert-input): Make it work when
7751 comint-use-prompt-regexp is t.
7752
7753 2006-05-10 Miles Bader <miles@gnu.org>
7754
7755 * subr.el (field-at-pos): New function.
7756
7757 * comint.el (comint-insert-input): Use it.
7758
7759 2006-05-09 Juri Linkov <juri@jurta.org>
7760
7761 * battery.el (battery-linux-proc-acpi): Also try
7762 `/proc/acpi/thermal_zone/THR2/temperature'.
7763
7764 * files.el <safe-local-variable>: Remove `eval' and `let' binding
7765 for now unused lambda `string-or-null'.
7766
7767 * add-log.el (change-log-default-name): Put `string-or-null-p'
7768 instead of lambda on `safe-local-variable' property.
7769
7770 * diff-mode.el (diff-context->unified): Use `region-beginning' and
7771 `region-end' instead of `mark' and `point'.
7772 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
7773 Operate on region in Transient Mark mode when the mark is active.
7774 Use `region-beginning' and `region-end' instead of `mark' and
7775 `point'.
7776 (diff-hunk-text, diff-goto-source): Doc fix.
7777
7778 * startup.el (fancy-splash-screens, normal-splash-screen): Use
7779 face `mode-line-buffer-id' for mode-line buffer face instead of
7780 hard-coded `(:weight bold)'.
7781
7782 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
7783 buffer-undo-list to t (undo-ask is reproducible by visiting
7784 nested archives).
7785
7786 2006-05-09 Kim F. Storm <storm@cua.dk>
7787
7788 * progmodes/grep.el (rgrep): Set default directory of *grep*
7789 buffer if we start M-x rgrep in the *grep* buffer and choose
7790 a different base directory.
7791
7792 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
7793
7794 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
7795 completion also when ido is loaded.
7796
7797 2006-05-09 Masatake YAMATO <jet@gyve.org>
7798
7799 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
7800 "warning" and "import".
7801 (cpp-font-lock-keywords): Added "warning".
7802
7803 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
7804
7805 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7806
7807 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
7810 pages at a time, if we signal the end, we should indeed reach that end.
7811
7812 2006-05-08 David Reitter <david.reitter@gmail.com>
7813
7814 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
7815 output during execution of the body.
7816
7817 2006-05-08 Kim F. Storm <storm@cua.dk>
7818
7819 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
7820
7821 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
7822
7823 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
7824 Use with-current-buffer.
7825
7826 2006-05-07 Kim F. Storm <storm@cua.dk>
7827
7828 * subr.el (add-to-history): Remove keep-dups arg.
7829
7830 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
7831 to nil around call to add-to-history.
7832
7833 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
7836 than after a buffer modification.
7837
7838 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
7839
7840 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
7841 call to...
7842 (gud-watch): ...here so speedbar is raised for already watched
7843 expressions.
7844 (gdb-speedbar-refresh): Delete function.
7845 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
7846 Use speedbar-timer-fn instead of speedbar-refresh (reverting
7847 earlier change).
7848 (gdb-var-evaluate-expression-handler)
7849 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
7850
7851 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
7852 Update localized contents for all buffers except ignored modes.
7853
7854 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7855
7856 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
7857 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
7858 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
7859 (mac-handle-font-panel-closed, mac-handle-font-selection):
7860 New functions.
7861 (mac-font-panel-mode): New minor mode.
7862 (mac-apple-event-map): Add bindings for toolbar toggle button and
7863 font panel.
7864 (menu-bar-showhide-menu): Add mac-font-panel-mode.
7865
7866 2006-05-07 John Paul Wallington <jpw@pobox.com>
7867
7868 * ibuffer.el (ibuffer-compressed-file-name-regexp):
7869 Avoid `regexp-opt'; simplify regexp for readability.
7870
7871 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7872
7873 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
7874 * files.el (buffer-stale-function):
7875 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7876 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
7877 links to the main manual, not to emacs-xtra.
7878
7879 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7880
7881 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
7882 MacJapanese if text is ASCII-only.
7883
7884 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
7885
7886 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
7887 unless so nil isn't returned.
7888 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
7889
7890 2006-05-06 Kim F. Storm <storm@cua.dk>
7891
7892 * subr.el (add-to-history): New function.
7893
7894 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
7895 (ediff-merge-files-with-ancestor):
7896 * env.el (setenv):
7897 * isearch.el (isearch-update-ring):
7898 * server.el (server-visit-files):
7899 * progmodes/grep.el (lgrep, rgrep):
7900 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
7901 * progmodes/xscheme.el (xscheme-insert-expression):
7902 Use add-to-history.
7903
7904 * kmacro.el (kmacro-push-ring): Use add-to-history.
7905 (kmacro-ring-length): Remove unused defun.
7906 (kmacro-start-macro): Use kmacro-push-ring.
7907
7908 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
7909
7910 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
7911 directly instead of a lambda expression that calls it.
7912
7913 2006-05-06 Kim F. Storm <storm@cua.dk>
7914
7915 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
7916 instead of compute-motion.
7917
7918 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
7919
7920 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
7921 change.
7922
7923 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
7924
7925 * startup.el (command-line-1): Refer to "Pure Storage" on
7926 pure-space-overflow.
7927
7928 2006-05-05 Martin Rudalics <rudalics@gmx.at>
7929
7930 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
7931 provided faces once they all have been used up.
7932
7933 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7934
7935 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
7936 reference to the Lisp manual to the warning about pure space
7937 overflow.
7938
7939 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7940
7941 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
7942 argument to avoid the call to `ispell-internal-change-dictionary'
7943 when not needed.
7944 (ispell-change-dictionary): Use this argument and call
7945 `ispell-internal-change-dictionary' after the possible change
7946 to `ispell-local-dictionary'.
7947 (ispell-internal-change-dictionary): Check for a change in
7948 personal dictionary use too.
7949
7950 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7951
7952 * startup.el (command-line): On MS-Windows, probe "~", not
7953 "~USER", for warning about non-existent home directory
7954
7955 * arc-mode.el (archive-l-e): New optional argument `float' means
7956 generate a float value.
7957 (archive-arc-summarize, archive-lzh-summarize)
7958 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
7959 with 3rd argument non-nil when file's size is being computed.
7960 Format the file sizes with %8.0f instead of %8d.
7961
7962 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7963
7964 * cus-start.el (all): Add mac-dnd-known-types.
7965
7966 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
7967 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
7968 (mac-TIFF-to-string): New functions.
7969 (x-get-selection, x-selection-value)
7970 (mac-select-convert-to-string): Use them.
7971 (mac-text-encoding-mac-japanese-basic-variant): New constant.
7972 (mac-dnd-types-alist): New customization variable.
7973 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
7974 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
7975 (mac-dnd-handle-drag-n-drop-event): New functions.
7976 (mac-drag-n-drop): Remove function.
7977 (global-map): Bind drag-n-drop and M-drag-n-drop to
7978 mac-dnd-handle-drag-n-drop-event.
7979
7980 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
7981
7982 * progmodes/perl-mode.el (perl-beginning-of-function):
7983 Skip anonymous subs.
7984
7985 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
7986
7987 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
7988 regexp-opt at run time.
7989
7990 * term.el (term-handle-ansi-escape): Fix off by one error.
7991
7992 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
7993
7994 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
7995 (gdb-init-1, gdb-post-prompt): ...and references to it.
7996 (gdb-frame-handler): Strip directory name from filename if present.
7997
7998 * progmodes/gud.el (gdb-force-update): Delete defvar
7999 (gud-speedbar-buttons): ...and references to it. Use window-start
8000 to try to keep positon in watch expression.
8001
8002 2006-05-03 Richard Stallman <rms@gnu.org>
8003
8004 * simple.el (next-history-element, previous-history-element): Doc fix.
8005
8006 * isearch.el (isearch-update-ring): Doc fix.
8007
8008 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
8009
8010 * isearch.el (isearch-update-ring): Take history-delete-duplicates
8011 into consideration. Replace one arm ifs with whens.
8012
8013 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
8014
8015 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
8016 (menu): Fix typo.
8017
8018 2006-05-02 Miles Bader <miles@gnu.org>
8019
8020 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
8021
8022 2006-05-02 Jay Belanger <belanger@truman.edu>
8023
8024 * calc/calc-embed.el (calc-override-minor-modes-map)
8025 (calc-override-minor-modes): New variables.
8026 (calc-do-embedded): Make sure that Calc keystrokes aren't
8027 overwritten by minor modes.
8028
8029 2006-05-02 Chong Yidong <cyd@mit.edu>
8030
8031 * msb.el (msb): If EVENT is a down event, read and discard the up event.
8032
8033 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8034
8035 * startup.el (command-line-1): Refer to Lisp manual when
8036 pure-space-overflow occurs.
8037
8038 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
8039 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
8040 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
8041 (version-control): Don't use `t' for safe-local-variable declarations.
8042
8043 2006-05-01 Richard Stallman <rms@gnu.org>
8044
8045 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
8046 M-r, M-R, M-A, M-SPC or M-DEL.
8047 (diff-mode-map): diff-refine-hunk now on C-c C-w
8048 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
8049
8050 * help-mode.el (help-mode): view-exit-action calls delete-window
8051 only when it is safe and possible.
8052
8053 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
8054 in messages.
8055
8056 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
8057
8058 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
8059 in the default tool-bar-map.
8060
8061 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
8062
8063 * net/tramp.el (tramp-completion-file-name-handler-alist)
8064 (tramp-run-real-handler, tramp-completion-run-real-handler)
8065 (tramp-completion-handle-file-name-all-completions)
8066 (tramp-completion-handle-file-name-completion): Autoload them.
8067 (tramp-completion-handle-file-exists-p)
8068 (tramp-completion-handle-file-name-directory)
8069 (tramp-completion-handle-file-name-nondirectory)
8070 (tramp-completion-handle-expand-file-name): Remove them.
8071 (tramp-handle-file-name-directory): Return the real directory name.
8072 Returning "/" only doesn't need to be necessary any longer.
8073 (tramp-file-name-handler): Make special attention when in hostname
8074 completion mode.
8075 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
8076 (tramp-register-file-name-handlers):
8077 Register `tramp-completion-file-name-handler' only when
8078 `partial-completion-mode' is enabled.
8079 (tramp-completion-handle-file-name-all-completions):
8080 Delete directory part from results.
8081 (tramp-get-completion-methods, tramp-get-completion-user-host):
8082 Discard deleting "/", it doesn't work after the change of
8083 `tramp-handle-file-name-directory' above.
8084
8085 2006-05-01 Kim F. Storm <storm@cua.dk>
8086
8087 * progmodes/grep.el (grep-expand-template): Use save-match-data
8088 and symbol-value.
8089
8090 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8091
8092 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
8093 Use select-frame-set-input-focus instead of raise-frame.
8094 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
8095
8096 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
8097
8098 * progmodes/gud.el (gud-def): Add %c case.
8099 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
8100 (gud-format-command): Make match case sensitive. Match on %F.
8101
8102 2006-04-30 Glenn Morris <rgm@gnu.org>
8103
8104 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
8105 (cal-tex-preamble): Use cal-tex-preamble-extra.
8106 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
8107 than alias `list-diary-entries'.
8108
8109 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
8110
8111 * help-fns.el (describe-variable): Add info about safe local variables.
8112
8113 2006-04-29 Richard Stallman <rms@gnu.org>
8114
8115 * bindings.el (mode-line-format): help-echo doc fixes.
8116
8117 * net/tramp.el (tramp-file-name-handler-alist): Delete
8118 expand-file-name and other operations that can cause spurious loading.
8119
8120 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * files.el (safe-local-variable-p): Remove support for the special
8123 value t.
8124
8125 * textmodes/paragraphs.el (sentence-end-without-space):
8126 Fix safety predicate.
8127 (sentence-end-double-space, sentence-end-without-period)
8128 (paragraph-ignore-fill-prefix):
8129 * textmodes/fill.el (colon-double-space):
8130 * abbrev.el (abbrev-mode): Tighten the safety predicate.
8131
8132 * subr.el (booleanp): New fun.
8133
8134 * textmodes/reftex-vars.el (reftex-guess-label-type):
8135 Tighten the safety predicate.
8136
8137 2006-04-28 Kim F. Storm <storm@cua.dk>
8138
8139 * progmodes/grep.el (defgroup grep): Doc fix.
8140 (grep-auto-highlight): Remove.
8141 (grep-template): New defcustom.
8142 (grep-find-template): Rename from grep-tree-template.
8143 (grep-files-aliases): Rename from grep-tree-files-aliases.
8144 Remove "all" alias, add "l" alias.
8145 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
8146 (grep-find-ignored-directories): New defcustom to replace
8147 grep-tree-ignore-CVS-directories, to facilitate ignoring
8148 subdirectories for multiple version control systems.
8149 (grep-mode-map): Add Recursive grep item to GREP menu.
8150 (grep-regexp-history, grep-files-history): New defvars.
8151 (grep-probe): New helper function.
8152 (grep-compute-defaults): Use it to simplify code.
8153 Adapt to name changes.
8154 Use `.' as base in grep-find-template rather than <D>.
8155 (grep): Remove superfluous highlight-regexp arg. Fix doc.
8156 Call grep-compute-defaults unconditionally.
8157 (grep-expand-keywords): New defconst.
8158 (grep-expand-template): Rename from grep-expand-command-macros.
8159 Simplify via grep-expand-keywords. Look at case-fold-search instead
8160 of grep-tree-ignore-case to add -i option.
8161 Bind case-fold-search to nil while matching keywords.
8162 (grep-tree-last-regexp, grep-tree-last-files): Remove.
8163 (grep-read-regexp, grep-read-files): New helper functions.
8164 (rgrep): Rename from grep-tree. Rework to use proper histories.
8165 Adapt to changes in defcustoms and functions above.
8166 (lgrep): New command, as grep, but using same interactive UI as rgrep.
8167
8168 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
8169
8170 * net/tramp.el (tramp-completion-file-name-handler):
8171 Disable Tramp's functionality while loading Tramp itself.
8172 (tramp-register-file-name-handlers): That's a defsubst now.
8173 Code from `tramp-repair-jka-compr' moved here. Apply it via
8174 `after-init-hook'.
8175 (tramp-repair-jka-compr): Remove.
8176
8177 2006-04-27 Jay Belanger <belanger@truman.edu>
8178
8179 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
8180 read expression when `math-read-big-expr' doesn't work.
8181
8182 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
8183
8184 * startup.el (command-line-1): Display warning when
8185 pure-space-overflow is non-nil.
8186
8187 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8188
8189 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
8190 risky.
8191
8192 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8193
8194 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
8195 Return the URL or nil if none can be generated.
8196
8197 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
8198
8199 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
8200 byte compiler warnings.
8201 (gud-basic-call, gud-find-expr): Let user select an expression
8202 for printing. Print expression as well as value in GUD buffer.
8203
8204 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
8205
8206 * allout.el: Remove local autoload declaration for
8207 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
8208 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
8209 (allout-plain-bullets-string, allout-distinctive-bullets-string)
8210 (allout-use-mode-specific-leader, allout-old-style-prefixes)
8211 (allout-stylish-prefixes, allout-numbered-bullet)
8212 (allout-file-xref-bullet, allout-presentation-padding)
8213 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
8214 safe-local-variable with suitable value spec, and add autoload
8215 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
8216 (move-beginning-of-line, move-end-of-line): Repair so these compat
8217 functions now actually resituate the point, when appropriate.
8218
8219 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
8222
8223 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
8224 (add-log-iso8601-time-string): Fix call to format-time-string.
8225
8226 2006-04-26 Kim F. Storm <storm@cua.dk>
8227
8228 * subr.el (posn-string, posn-image, posn-object): Doc fix.
8229
8230 2006-04-26 Masatake YAMATO <jet@gyve.org>
8231
8232 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
8233 Add support for "//" style comments. Remove `b' flag
8234 from ?* in `asm-mode-syntax-table'.
8235
8236 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * follow.el: Use (featurep 'xemacs) everywhere.
8239 (follow-mode): Use define-minor-mode.
8240 (follow-mode-map): Move initialization into the declaration.
8241 Use command remapping.
8242 (follow-emacs-version-xemacs-p): Remove.
8243 (follow-submit-feedback): Remove.
8244
8245 * allout.el (allout-layout, allout-passphrase-verifier-string)
8246 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
8247
8248 * textmodes/reftex-vars.el (reftex-vref-is-default)
8249 (reftex-fref-is-default, reftex-guess-label-type):
8250 Tighten up a bit the safety predicate.
8251
8252 * textmodes/paragraphs.el (sentence-end-double-space)
8253 (sentence-end-without-period, sentence-end-without-space)
8254 (page-delimiter, paragraph-ignore-fill-prefix):
8255 Tighten up a bit the safety predicate.
8256
8257 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
8258
8259 * progmodes/python.el (python-continuation-line-p)
8260 (python-beginning-of-statement): syntax-ppss may return
8261 a negative depth.
8262 (python-mode): Don't forcefully enable font-lock.
8263
8264 * time-stamp.el (time-stamp-start, time-stamp-end)
8265 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
8266
8267 * add-log.el: Remove spurious * in docstrings.
8268 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
8269 (add-change-log-entry): Use it here, since it's not specific
8270 to iso8601.
8271 (add-log-iso8601-time-string): Don't use it here any more.
8272 (change-log-indent-text, change-log-indent): Rename from add-log-*.
8273
8274 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
8275
8276 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
8277
8278 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
8279 (rcirc-toggle-low-priority): Doc fix.
8280 (rcirc-handler-NOTICE): Remove beginning of line anchor in
8281 ChanServ regexp.
8282 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
8283 #emacs.
8284 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
8285 (rcirc-decode-coding-system): Use utf-8 as the default.
8286 (rcirc-multiline-minor-mode): Set the fill-column.
8287 (rcirc-format-response-string): Display bright and dim nicks.
8288 (rcirc-browse-url): Update interactive spec to fill ARG.
8289 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
8290 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
8291
8292 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
8293
8294 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
8295 case for @Article, etc.
8296
8297 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
8298
8299 * net/tramp.el (tramp-register-file-name-handlers): New defun.
8300 Added with autoload cookie.
8301 (tramp-unload-file-name-handlers): Rename from
8302 `tramp-unload-file-name-handler-alist'.
8303
8304 2006-04-23 Romain Francoise <romain@orebokech.com>
8305
8306 * comint.el (comint-match-partial-filename): Doc fix.
8307
8308 2006-04-21 Glenn Morris <rgm@gnu.org>
8309
8310 * calendar/cal-menu.el (calendar-mode-map): Refer to
8311 `diary-view-entries' rather than alias `view-diary-entries'.
8312 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
8313
8314 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
8315
8316 * progmodes/antlr-mode.el (antlr-default):
8317 * cus-edit.el (custom-documentation):
8318 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
8319 in defface.
8320
8321 2006-04-21 Kim F. Storm <storm@cua.dk>
8322
8323 * image.el (image-type): New defun split out of create-image.
8324 (create-image): Use it.
8325
8326 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8327
8328 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
8329 (org-open-at-point): Remove the "...done" message to keep output
8330 in the echo area visible.
8331 (org-export-as-xoxo): Fix call to `indent-region'.
8332
8333 2006-04-21 Kevin Ryde <user42@zip.com.au>
8334
8335 * international/mule.el (keyboard-coding-system): defcustom
8336 info-link fixes: "Specify Coding" has been split, keyboard now in
8337 "Terminal Coding", and "Single-Byte Character Support" is now
8338 "Unibyte Mode".
8339
8340 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
8341
8342 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
8343 Use font-lock-warning-face for any errors e.g. no stack.
8344 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
8345
8346 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8347
8348 * progmodes/sh-script.el (sh-shell): Mark as safe.
8349
8350 * newcomment.el (comment-start, comment-start-skip)
8351 (comment-end-skip, comment-end): Mark as safe.
8352
8353 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8354
8355 * textmodes/org.el (org-deadline-announce): Face removed.
8356 (org-level-faces, org-n-levels): Convert to constant.
8357 (org-compatible-face): New function.
8358 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
8359 (org-level-5, org-level-6, org-level-7, org-level-8)
8360 (org-special-keyword, org-warning, org-headline-done, org-link)
8361 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
8362 (org-scheduled-today, org-scheduled-previously, org-time-grid):
8363 Face definition revised for better color tty support.
8364 (org-bold-re, org-italic-re, org-underline-re): New constants.
8365 (org-set-font-lock-defaults): Use the new constants.
8366 (org-agenda-highlight-todo): New function.
8367 (org-agenda-todo): Fix bug with point at end of line.
8368 (org-agenda-change-all-lines, org-finalize-agenda-entries):
8369 Fontify TODO keywords.
8370 (org-insert-link): Preserve relative path in ../ links.
8371 (org-export-as-html): Convert links pointing to .org files into
8372 links that will work beteen the exported HTML files.
8373 (org-todo-list): Fix bug when arg=0.
8374 (org-insert-heading): More fine-tuning.
8375
8376 2006-04-19 Romain Francoise <romain@orebokech.com>
8377
8378 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
8379 from `rmail-mime-charset-pattern'.
8380
8381 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
8382
8383 * progmodes/python.el (python-mode): Fix typo.
8384
8385 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
8386
8387 * comint.el (comint-previous-input): Don't clobber input line
8388 when moving off either end of the input history ring.
8389 (comint-delete-input): New function, used by
8390 `comint-previous-input' and others.
8391 (comint-previous-matching-input):
8392 Use `coming-delete-input'. Save the partial input if leaving the
8393 edit line. Goto point-max before deleting input to avoid
8394 partial input fragments hanging around.
8395 (comint-restore-input): New function, used by `comint-previous-input'.
8396
8397 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
8398
8399 * imenu.el (imenu--index-alist): Balance parentheses.
8400
8401 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
8402
8403 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
8404
8405 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
8406
8407 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
8408 file is nil.
8409
8410 2006-04-18 Richard Stallman <rms@gnu.org>
8411
8412 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
8413
8414 * imenu.el (imenu-create-index-function, imenu--index-alist)
8415 (imenu--last-menubar-index-alist, imenu--make-index-alist)
8416 (imenu-default-create-index-function, imenu--generic-function):
8417 Doc fixes.
8418
8419 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
8420
8421 * help-mode.el (help-mode): Set view-exit-action to delete window.
8422
8423 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
8424 now works by passing nil as arg.
8425
8426 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
8427
8428 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
8429 (read-abbrev-file): Provide default when reading filename.
8430
8431 * files.el (enable-local-variables): Allow :all as value.
8432 (hack-local-variables): Implement that value.
8433 (safe-local-variable-values, safe-local-eval-forms)
8434 (enable-local-variables): Mark as risky.
8435 (find-file-visit-truename, kept-old-versions): Mark safe.
8436
8437 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
8438 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
8439 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
8440
8441 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
8444 Use forward-line so as to get to BOL even in the presence of fields.
8445 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
8446 in return.
8447 (inferior-tcl): Tell tclsh to work in interactive mode.
8448
8449 * complete.el (partial-completion-mode):
8450 Use 'choose-completion-string-functions to make sure that
8451 choose-completion fills the minibuffer properly.
8452
8453 * complete.el (PC-old-read-file-name-internal): Remove.
8454 (PC-read-include-file-name-internal): Remove. Turn it into an advice
8455 of read-file-name-internal.
8456 (partial-completion-mode): Enable/disable this advice.
8457
8458 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
8459
8460 * net/tramp.el (tramp-completion-file-name-handler): Revert change
8461 of 2006-04-17.
8462
8463 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8464
8465 * textmodes/org.el (org-insert-heading): Insert heading before
8466 current if at beginning of line.
8467 (org-todo, org-date): New faces.
8468 (org-table-align): Make sure tooltip window contains full text.
8469 (org-no-properties): New defsubst.
8470 (org-set-font-lock-defaults): Use new faces.
8471
8472 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
8473
8474 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
8475 for root variables.
8476
8477 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
8478 (gdb-frame-address): Re-use to identify frame for watch expression.
8479 (gdb-var-list, gdb-var-create-handler): Add frame address for root
8480 variables.
8481 (gdb-init-1, gdb-source, gdb-post-prompt)
8482 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
8483 (gdb-frame-handler): Get gdb-frame-address.
8484
8485 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8486
8487 Sync with Tramp 2.0.53.
8488
8489 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
8490 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
8491 (tramp-completion-file-name-handler): Add autoload cookie for
8492 adding to `file-name-handler-alist'.
8493
8494 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
8495 the prompt. If it returns earlier (when detecting an error
8496 message), the rest of the output will merge accidently with the
8497 output of the next command. Reported by M Jared Finder
8498 <jared@hpalace.com>.
8499
8500 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
8501 for `process-file', in order to let it work for older Emacsen too.
8502
8503 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
8504
8505 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
8506 (tex-font-lock-keywords-3): Use it.
8507
8508 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * newcomment.el (comment-add): New function.
8511 (comment-region-default, comment-dwim): Use it.
8512
8513 2006-04-15 Michael Olson <mwolson@gnu.org>
8514
8515 * emacs-lisp/tq.el: Improve comments.
8516 (tq-queue-head-question): New accessor function.
8517 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
8518 Update for modified queue structure.
8519 (tq-queue-add): Accept `question' argument.
8520 (tq-queue-pop): If a question is pending, send it.
8521 (tq-enqueue): Accept new optional argument `delay-question'.
8522 If this is non-nil, and at least one other question is pending a
8523 response, queue the question rather than sending it immediately.
8524
8525 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8526
8527 * calendar/appt.el (appt-add): Check whether an appointment is
8528 already present in appt-time-msg-list. Simplify code.
8529
8530 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * progmodes/cc-langs.el (c-mode-menu):
8533 Don't presume c-subword-mode is bound.
8534
8535 2006-04-13 Bill Wohler <wohler@newt.com>
8536
8537 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
8538 (customize-package-emacs-version): Use cdr instead of cadr now
8539 that alists use dotted pairs.
8540
8541 * custom.el (defcustom): Fix docstring for :package-version.
8542
8543 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
8544
8545 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
8546 (tramp-handle-shell-command): Display output buffer only when
8547 `tramp-display-shell-command-buffer' is true.
8548 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
8549
8550 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8551
8552 * textmodes/org.el (org-set-autofill-regexps): Set only the local
8553 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
8554
8555 2006-04-13 Romain Francoise <romain@orebokech.com>
8556
8557 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
8558 leaving temporary .cvsignore buffers behind.
8559
8560 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8561
8562 * textmodes/org.el (org-set-regexps-and-options)
8563 (org-get-current-options): Better names for the startup folding
8564 options.
8565
8566 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
8567
8568 * vc.el (vc-annotate): Arrange for point to end up at the same
8569 line number as in the original, but only when using a new buffer.
8570
8571 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
8572
8573 * files.el (hack-one-local-variable-eval-safep):
8574 Recognize `edebug-form-spec' for `put', but only if it passes
8575 `edebug-basic-spec'. Generalize `put' handling.
8576
8577 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
8578 vetting file-local form specs.
8579
8580 * allout.el (allout-layout): Autoload its `safe-local-variable'
8581 property.
8582
8583 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8584
8585 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8586 (org-agenda-mouse-1-follows-link)
8587 (org-mouse-1-follows-link): New options.
8588 (org-format-agenda-item): Fix bug if TAGS is nil.
8589 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
8590
8591 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
8592
8593 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
8594 GDB 6.1+ gives full filename for "info sources" so use
8595 file-name-nondirectory.
8596
8597 2006-04-12 Romain Francoise <romain@orebokech.com>
8598
8599 * subr.el (read-passwd): Bind `message-log-max' to nil.
8600
8601 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8602
8603 * progmodes/perl-mode.el (perl-indent-new-calculate):
8604 Recompute parse-start after jumping backward by a whole sexp.
8605
8606 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
8609 window configuration.
8610 (vc-annotate-display-select): Select the buffer so that current-buffer
8611 (and selected-window) is the output buffer at the end of vc-annotate.
8612
8613 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
8614
8615 * vc.el (vc-annotate-color-map): Add custom TTY color map for
8616 8-color terminals, to use all of the colors in a sensible order.
8617 256-color terminals work well with the standard map.
8618 (vc-annotate-lines): Only strip the first color character if it
8619 is "#", to allow for terminal-style named colors.
8620 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
8621 the correct buffer is scrolled.
8622
8623 2006-04-11 Richard Stallman <rms@gnu.org>
8624
8625 * emacs-lisp/bytecomp.el (byte-compile-file):
8626 Bind enable-local-variables to :safe, and make normal-mode obey it.
8627
8628 * files.el (enable-local-variables): Allow value :safe.
8629 (normal-mode): Doc fix.
8630 (hack-local-variables): Implement enable-local-variables = :safe.
8631 (hack-local-variables-confirm): Don't prevent quitting.
8632
8633 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 * loadhist.el (unload-feature): A bit of sanity check of
8636 load-history entries. Cancel timer-vars before unbinding them.
8637
8638 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
8639 quote special chars, and make the trick work on the hex part of the
8640 buffer as well.
8641 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
8642 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
8643
8644 * startup.el (normal-splash-screen): Fix last change so we don't wait
8645 2 minutes if we don't show the splash screen.
8646
8647 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8648
8649 * textmodes/org.el (org-export-plain-list-max-depth)
8650 (org-table-spaces-around-separators)
8651 (org-radio-targets, org-activate-camels)
8652 (org-table-spaces-around-invisible-separators): Options removed.
8653 (org-time-stamp-rounding-minutes, org-remember-templates)
8654 (org-ellipsis, org-activate-links, org-descriptive-links):
8655 New options.
8656 (org-remember-apply-template, org-current-time)
8657 (org-finish-edit-table-field)
8658 (org-link-unescape, org-link-escape)
8659 (org-string-width, org-table-clean-line, org-html-do-expand)
8660 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
8661 (org-read-agenda-file-list): New functions.
8662 (org-table-edit-field)
8663 (org-table-create-or-convert-from-region): New commands
8664 (org-table-toggle-vline-visibility): Command removed.
8665 (org-table-convert-region): Made a command.
8666 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
8667 Replace with the normal org- functions.
8668 (org-self-insert-command): Don't trigger realign unnecessarily
8669 when blanking a field that is not full.
8670 (org-mode): `Set buffer-invisibility-spec' for links.
8671 (org-activate-links2): Hide link part and only show descriptive
8672 part of the link.
8673 (org-insert-link): Modify for new linking system.
8674 (org-store-link): Store description separately, for use by
8675 `org-insert-link'.
8676 (org-table-align): Use `org-string-width'.
8677 (defgroup): Completely new group structure for custom variables.
8678 (org-agenda-files): Option: Single file name allowed. Function:
8679 Optional argument unrestrited means ignore any restricitons.
8680 (org-install-agenda-files-menu): Find a buffer in Org-mode before
8681 trying to modify the menu. Use generalized access to
8682 `org-agenda-files.'
8683 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
8684 (org-agenda-file-to-front, org-remove-file, org-diary)
8685 (org-tags-view, org-export-icalendar-all-agenda-files)
8686 (org-export-icalendar-combine-agenda-files): Use generalized
8687 access to `org-agenda-files'.
8688 (org-remember-handler): Correctly preserve heading if present.
8689 (org-table-insert-row, org-table-insert-hline): Deal with
8690 invisible characters.
8691
8692 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
8693
8694 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
8695 (vc-annotate-color-map): New 18 element constant
8696 value/saturation, rotating hue colormap, from red->blue.
8697 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
8698 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
8699 (vc-annotate): To avoid killing the required local variables,
8700 set them before the end of `with-output-to-temp-buffer', and
8701 after first switching to annotate-mode.
8702 (vc-annotate-warp-version): Add buffer argument in goto-line to
8703 ensure annotation, not source, is scrolled.
8704
8705 2006-04-10 Bill Wohler <wohler@newt.com>
8706
8707 * custom.el (defcustom, custom-handle-keyword):
8708 Add :package-version keyword.
8709 (custom-add-package-version): New function. Sets value of new
8710 property 'custom-package-version from :package-version keyword.
8711 (defcustom): Create Common Keywords section in docstring.
8712 (defface, defgroup): Replace definitions of a select few keywords
8713 with a reference to the Common Keywords in defcustom.
8714 (defcustom, defface, defgroup): Replace reference to Customization
8715 chapter in manual with hyperlink.
8716
8717 * cus-edit.el (customize-package-emacs-version-alist): New variable.
8718 (customize-changed-options): Add check for custom-package-version.
8719 (customize-package-emacs-version): New function to look up Emacs
8720 version corresponding to the given package version.
8721
8722 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
8723 defun name, in similar fashion to find-variable-regexp.
8724
8725 2006-04-10 Eli Zaretskii <eliz@gnu.org>
8726
8727 * international/mule-cmds.el (set-locale-environment): Fix last
8728 change for when the locale's preferences don't specify any encoding.
8729
8730 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
8733 so the defined var/fun doesn't need to be quoted.
8734
8735 2006-04-10 Richard Stallman <rms@gnu.org>
8736
8737 * finder.el (finder-mode-map): Add n and p bindings.
8738
8739 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
8740
8741 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
8742 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
8743 (gdb-setup-windows): Put something in source window if we can't find
8744 the source file.
8745 (gdb-frame-handler): Make it work again with just assembly.
8746 (gdb-data-list-register-values-handler): Make it work when there is
8747 no stack.
8748
8749 2006-04-09 Richard Stallman <rms@gnu.org>
8750
8751 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
8752 specs while looking for charset.
8753
8754 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
8755
8756 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8757 Make them faces.
8758 (lm-font-lock-keywords): Update appropriately.
8759
8760 2006-04-10 Kim F. Storm <storm@cua.dk>
8761
8762 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
8763 it can also replace buffer-substring-no-properties.
8764
8765 * emulation/cua-base.el (cua-delete-region, cua-paste)
8766 (cua-repeat-replace-region): Use filter-buffer-substring.
8767
8768 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8769 (cua-cut-region-to-global-mark): Likewise.
8770
8771 * emulation/cua-rect.el (cua--extract-rectangle)
8772 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
8773
8774 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8775
8776 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
8777 entry-type. Add field delimiters to numerical fields if they are
8778 not present.
8779
8780 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8781
8782 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
8783 string-const to return value.
8784 (bibtex-remove-delimiters): Use it.
8785
8786 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
8789 cl-byte-compile-compiler-macro unless it exists.
8790
8791 2006-04-08 Eli Zaretskii <eliz@gnu.org>
8792
8793 * files.el (hack-local-variables-confirm) <offer-save>:
8794 Clarify message text. Suggested by Ralf Angeli.
8795
8796 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8797
8798 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
8799 (delete-extract-rectangle-line): Use `filter-buffer-substring'
8800 instead of `buffer-substring' and `delete-region'. (Most of the
8801 code actually copied from `kill-region'.)
8802
8803 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
8804
8805 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
8806 (rcirc-default-port): Rename from rcirc-port.
8807 (rcirc-default-nick): Rename from rcirc-nick.
8808 (rcirc-default-user-name): Rename from rcirc-user-name.
8809 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
8810 (rcirc-low-priority-flag): New variable.
8811 (rcirc-decode-coding-system): New defcustom.
8812 (rcirc-encode-coding-system): New defcustom.
8813 (rcirc-coding-system-alist): New defcustom.
8814 (rcirc-multiline-major-mode): New defcustom.
8815 (rcirc-nick): New internal variable.
8816 (rcirc-process): Remove variable.
8817 (rcirc-server-buffer): New variable.
8818 (rcirc): Update to use rcirc-default-* variables above.
8819 (rcirc-connect): Do not add window-configuration-hook-here.
8820 (rcirc-server): New internal variable.
8821 (rcirc-connect): Do not send keepalive pings if
8822 rcirc-keepalive-seconds is nil.
8823 (with-rcirc-server-buffer): New macro.
8824 (rcirc-send-string): Encode with rcirc-encode-coding-system.
8825 (rcirc-server-name): Rename from rcirc-server.
8826 (rcirc-buffer-process): New function.
8827 (rcirc-buffer-nick): New function.
8828 (rcirc-buffer-target): Remove function.
8829 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8830 New commands.
8831 (rcirc-mode-map): Change binding of C-c C-l to
8832 rcirc-toggle-low-priority.
8833 (rcirc-mode): Initialize coding system based on
8834 rcirc-coding-system-alist. New change-major-mode-hook to part the
8835 channel on a mode change. Make kill-buffer-hook buffer-local.
8836 (rcirc-change-major-mode-hook): New function.
8837 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
8838 (rcirc-last-post-time): New variable.
8839 (rcirc-process-message): Store the last time user posted a message
8840 to this target.
8841 (rcirc-multiline-minor-mode): New mode.
8842 (rcirc-multiline-minor-mode-map): New mode map.
8843 (rcirc-edit-multiline): Put multiline-edit buffer in
8844 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
8845 (rcirc-print): Ignore any line starting with an ignored nick.
8846 (rcirc-print): Decode using rcirc-decode-coding-system.
8847 (rcirc-track-minor-mode): Update global-mode-string when disabling
8848 this mode.
8849 (minor-mode-alist): Add LowPri indicator.
8850 (rcirc-toggle-low-priority): New function.
8851 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
8852 next lowpriority buffer with activity.
8853 (rcirc-record-activity): Sort buffers in rcirc-activity by the
8854 last time the user posted a message in to the target.
8855 (rcirc-update-activity-string): New formatting for low priority
8856 buffers.
8857 (rcirc-split-activity): New function.
8858 (rcirc-handler-PART, rcirc-handler-KICK)
8859 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
8860 (rcirc-nick-away-alist): New variable.
8861 (rcirc-handler-301): New handler. Away messages are printed once
8862 per change.
8863
8864 2006-04-08 Eli Zaretskii <eliz@gnu.org>
8865
8866 * info.el (Info-follow-nearest-node): Doc fix.
8867
8868 * international/mule-cmds.el (set-locale-environment): Make sure
8869 the coding-system preferred by the locale's language has the same
8870 EOL conversion type as the original buffer-file-coding-system.
8871 (locale-language-names): Add a few MS Windows language codes.
8872
8873 2006-04-07 Richard Stallman <rms@gnu.org>
8874
8875 * simple.el (eval-expression): Doc fix.
8876
8877 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
8878 (eval-defun): Doc fixes.
8879
8880 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8881
8882 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
8883
8884 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
8887 GDB list command without argument for greater generality.
8888
8889 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8890
8891 * subr.el (string-or-null-p): New function.
8892
8893 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
8894
8895 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
8896
8897 * files.el: Update comment about safe-local-variable declarations.
8898
8899 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8900
8901 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
8902 See idlwave.org.
8903
8904 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
8905 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
8906
8907 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
8908 See idlwave.org.
8909
8910 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
8911 version 6.0 (minimal changes). See idlwave.org.
8912
8913 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
8914 6.0 (minimal changes). See idlwave.org.
8915
8916 * progmodes/idlw-rinfo.el: File obsoleted and removed.
8917
8918 2006-04-06 Romain Francoise <romain@orebokech.com>
8919
8920 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
8921 symmetric encryption features and a new asynchronous interface to
8922 GnuPG. This new version is version 1.4, plus whitespace changes.
8923
8924 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8925
8926 * files.el: Move some `safe-local-variable' declarations to the
8927 respective files.
8928
8929 * textmodes/ispell.el (ispell-check-comments)
8930 (ispell-local-dictionary): Mark as safe.
8931
8932 * abbrev.el (abbrev-mode): Mark as safe.
8933
8934 * add-log.el (change-log-default-name): Mark as safe.
8935
8936 * textmodes/reftex-vars.el (reftex-vref-is-default)
8937 (reftex-fref-is-default, reftex-level-indent)
8938 (reftex-guess-label-type): Mark as safe.
8939
8940 * textmodes/fill.el (colon-double-space): Mark as safe.
8941
8942 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
8943 (sentence-end-double-space, sentence-end-without-period)
8944 (sentence-end-without-space, sentence-end, sentence-end-base)
8945 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
8946
8947 2006-04-06 Kim F. Storm <storm@cua.dk>
8948
8949 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
8950 the :set-after list.
8951 (ido-downcase-unc-hosts): New user option. Default on.
8952 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
8953 when it is set, as regexps are now applied on the fly.
8954 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
8955 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
8956 on the fly, but only when ido-process-ignore-lists is set.
8957 Do case insensitive filtering if ido-downcase-unc-hosts is set.
8958 Only downcase names if ido-downcase-unc-hosts is set.
8959
8960 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
8961
8962 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
8963
8964 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
8965
8966 2006-04-05 Kim F. Storm <storm@cua.dk>
8967
8968 * ido.el (ido-mode): Set after ido-unc-hosts and
8969 ido-ignore-unc-host-regexps.
8970 (ido-save-history): Save ido-unc-hosts-cache.
8971 (ido-load-history): Load ido-unc-hosts-cache.
8972 (ido-reread-directory): Refresh unc hosts cache in // dir.
8973
8974 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
8975 to nil while displaying slash screen.
8976
8977 2006-04-05 Daiki Ueno <ueno@unixuser.org>
8978
8979 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
8980 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8981
8982 2006-04-05 Kenichi Handa <handa@m17n.org>
8983
8984 * international/characters.el: Setup cases of Latin, Greek, and
8985 Cyrillic characters in CJK charsets.
8986
8987 2006-03-29 Daiki Ueno <ueno@unixuser.org>
8988
8989 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8990 default-enable-multibyte-characters. This reverts the change from
8991 revision 6.17 which is no longer necessary because the passphrase
8992 is sent separately now. GnuPG messages are unreadable under
8993 multibyte locales with default-enable-multibyte-characters set to nil.
8994
8995 2006-04-04 Andreas Schwab <schwab@suse.de>
8996
8997 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
8998 and `byte-compile-warnings' as `safe-local-variable'.
8999
9000 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
9001
9002 * man.el (Man-mode-map): Restore the \r binding.
9003 (Man-abstract-xref-man-page): If Man-target-string is a function,
9004 call it.
9005 (Man-highlight-references): Use Man-default-man-entry to get the
9006 target. Deal with xrefs too.
9007 (Man-highlight-references0): Don't call the target function.
9008
9009 * woman.el (WoMan-xref-man-page): Strip the section number, woman
9010 cannot deal with it.
9011
9012 2006-04-04 Daiki Ueno <ueno@unixuser.org>
9013
9014 * pgg-gpg.el: Clean up process buffers every time gpg processes
9015 complete.
9016
9017 2006-04-04 Kenichi Handa <handa@m17n.org>
9018
9019 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
9020 here.
9021 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
9022 Temporarily bind inhibit-field-text-motion to t.
9023
9024 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
9025
9026 * startup.el (normal-splash-screen): Only set mode-line-format in the
9027 splash buffer, so as not to interfere when debugging the code.
9028 Ignore errors when switching buffer.
9029
9030 2006-04-03 Romain Francoise <romain@orebokech.com>
9031
9032 * dired.el (dired-dnd-protocol-alist): Fix typo.
9033
9034 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
9035
9036 * savehist.el (savehist): Add :version.
9037 (savehist-ignored-variables): New variable.
9038 (savehist-minibuffer-hook): Don't save variables listed in
9039 `savehist-ignored-variables'.
9040
9041 * dired.el (dired-dnd-protocol-alist): Mention that change does
9042 only apply to new buffers in doc string.
9043
9044 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
9045
9046 * recentf.el (recentf-open-files-item): Include newline in button
9047 field, so opening a file will work, when the point is at the end
9048 of the file name. Allow, for example, to [i]search a file by
9049 extension and just push RET to open it.
9050
9051 2006-04-03 Daiki Ueno <ueno@unixuser.org>
9052
9053 * pgg-gpg.el (pgg-gpg-process-filter)
9054 (pgg-gpg-wait-for-completion): Check if buffer is alive.
9055
9056 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9057 lines, temporary fix.
9058
9059 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
9060
9061 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
9062
9063 2006-04-02 Richard Stallman <rms@gnu.org>
9064
9065 * progmodes/compile.el (compilation-message-face): Make it defcustom.
9066
9067 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
9068
9069 * ibuf-macs.el (define-ibuffer-column): Add a new key:
9070 header-mouse-map.
9071
9072 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
9073 (ibuffer-mode-header-map): New keymaps.
9074 (ibuffer-update-title-and-summary): Enable mouse face highlighting
9075 and keybindings for column headers.
9076 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
9077 property.
9078
9079 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
9080
9081 * speedbar.el (speedbar-after-create-hook): Doc fix.
9082
9083 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
9084
9085 * shell.el (shell-directory-tracker)
9086 (shell-dynamic-complete-command): Doc fixes.
9087
9088 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
9089
9090 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
9091 terminals.
9092
9093 2006-04-01 Kim F. Storm <storm@cua.dk>
9094
9095 * ido.el (ido-unc-hosts-cache): New defvar.
9096 (ido-unc-hosts): If value of defcustom is a function, call it to
9097 get list of UNC hosts. Add function-item choices to specify
9098 ido-unc-hosts-net-view or user function.
9099 (ido-ignore-unc-host-regexps): New defcustom.
9100 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
9101 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
9102 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
9103
9104 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
9107 wwidth.
9108
9109 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
9110
9111 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
9112 (ido-max-work-file-list, ido-switch-buffer)
9113 (ido-read-file-name-as-directory-commands):
9114 Fix typos in docstrings.
9115
9116 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9117
9118 * term/mac-win.el (mac-system-coding-system): Define and use after
9119 Mac-specific coding systems are ready.
9120
9121 2006-03-27 Romain Francoise <romain@orebokech.com>
9122
9123 * net/rcirc.el (rcirc-connect): Add autoload cookie.
9124
9125 * ldefs-boot.el: Update.
9126
9127 2006-03-27 Daiki Ueno <ueno@unixuser.org>
9128
9129 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9130 passphrases when it is not needed.
9131 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9132 passphrase stuff from gpg, should only be necessary when you use
9133 gpg with a smartcard.
9134
9135 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
9136
9137 * comint.el (comint-dynamic-list-completions): Allow user to
9138 select *Completions* buffer.
9139
9140 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
9141
9142 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
9143
9144 2006-03-26 Andreas Schwab <schwab@suse.de>
9145
9146 * progmodes/gud.el (gdb): Only complain about multiple debugging
9147 when the gdb process is still running.
9148
9149 2006-03-25 Eli Zaretskii <eliz@gnu.org>
9150
9151 * mail/rmail.el (tool-bar-map): Defvar it.
9152 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
9153 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
9154
9155 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
9156
9157 * help.el (print-help-return-message): Suggest to use
9158 display-buffer instead of switch-to-buffer-other-window to restore
9159 the previous window without selecting it.
9160
9161 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9162
9163 * frame.el (select-frame-by-name): Call x-focus-frame also when
9164 window-system is mac.
9165
9166 * term/mac-win.el: Adjust Courier font specifications in
9167 x-fixed-font-alist.
9168 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
9169 when directly encoding to UTF-16 in native byte order, no BOM.
9170
9171 2006-03-25 Kim F. Storm <storm@cua.dk>
9172
9173 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
9174 (cua--init-keymaps): Use it instead of fixed C-return.
9175 (cua-mode): Set after it.
9176
9177 * emulation/cua-rect.el (cua--init-rectangles):
9178 Use cua-rectangle-mark-key instead of fixed C-return.
9179
9180 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
9181
9182 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
9183 "run" in .gdbinit.
9184 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
9185
9186 2006-03-24 Romain Francoise <romain@orebokech.com>
9187
9188 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
9189 `display-buffer-other-frame'.
9190
9191 2006-03-24 Kim F. Storm <storm@cua.dk>
9192
9193 * apropos.el (apropos-synonyms): Add selection => region.
9194
9195 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
9196
9197 * progmodes/gdb-ui.el (gdb-var-create-regexp)
9198 (gdb-var-list-children-regexp, gdb-var-update-regexp)
9199 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9200 (gdb-data-list-register-values-regexp)
9201 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
9202 Future proof against new fields being added to MI output.
9203 (gdb-send): Don't treat backslashes for program input as
9204 continuations.
9205 (gdb-assembler-handler): Don't use window-start for this handler.
9206 (gdb-frame-handler): Don't change to hollow arrow if overlay
9207 arrow doesn't move to new frame.
9208
9209 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
9210
9211 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
9212 prevent compiler warnings.
9213 (gdb-stopped): Check for gud-last-last-frame (case: signal).
9214 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
9215 (gdb-assembler-custom): Use hollow-right-triangle for assembler
9216 buffer too.
9217
9218 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
9219
9220 * pgg-gpg.el (pgg-gpg-update-agent): Check for
9221 make-network-process, so we can use the same code in Gnus v5-10
9222 too and have this file fully synchronized with that release.
9223
9224 2006-03-23 Romain Francoise <romain@orebokech.com>
9225
9226 * ibuf-ext.el (ibuffer-read-filter-group-name):
9227 Use `ibuffer-generate-filter-groups' to make completion list match
9228 the filter groups that are really displayed in the Ibuffer buffer.
9229 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
9230
9231 2006-03-23 Kenichi Handa <handa@m17n.org>
9232
9233 * international/mule-cmds.el (sort-coding-systems): Describe that
9234 the argument is modified in docstring.
9235
9236 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
9237
9238 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9239 (pgg-gpg-update-agent): New function.
9240 (pgg-gpg-use-agent-p): New function.
9241 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9242 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9243 (pgg-gpg-sign-region): Use it.
9244
9245 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
9246
9247 * cus-edit.el (custom-face-set): Call custom-push-theme before
9248 face-spec set so that `changed' theme is correctly saved.
9249 (custom-face-reset-standard): Reset to recalculated face rather
9250 than defface spec.
9251
9252 * custom.el (custom-push-theme): Only save `changed' theme if the
9253 current face does not match the defface specs.
9254
9255 2006-03-21 Simon Josefsson <jas@extundo.com>
9256
9257 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9258 <wilde@sha-bang.de>.
9259 (pgg-gpg-use-agent): New variable.
9260 (pgg-gpg-process-region): Use it.
9261 (pgg-gpg-encrypt-region): Likewise.
9262 (pgg-gpg-encrypt-symmetric-region): Likewise.
9263 (pgg-gpg-decrypt-region): Likewise.
9264 (pgg-gpg-sign-region): Likewise.
9265 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9266
9267 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
9268
9269 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9270 bracket links.
9271
9272 2006-03-21 Kim F. Storm <storm@cua.dk>
9273
9274 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
9275 fringe-indicator-alist instead of modifying global value.
9276 (gdb-frame-handler): Likewise.
9277
9278 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9279
9280 * diff-mode.el (diff-function): Make it inherit from diff-header
9281 instead of diff-context.
9282
9283 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
9284 bitmap.
9285 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
9286 change names in macro above for consistency.
9287 (gdb-frame-handler): Use hollow-right-triangle for all selected
9288 frames which except the innermost (where execution has stopped).
9289 (gdb-reset): Reset buffer-local values of overlay-arrow.
9290
9291 2006-03-20 Richard Stallman <rms@gnu.org>
9292
9293 * simple.el (set-mark-command): Doc fix.
9294
9295 * files.el (display-buffer-other-frame): New command.
9296 (ctl-x-4-map): Bind C-x 5 C-o to it.
9297
9298 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
9301 rather than just defer-time, in case defer-time has been changed but
9302 the timer isn't running yet.
9303 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
9304
9305 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9306
9307 * help-mode.el (help-follow-symbol): New function.
9308 Essentially identical to the old `help-follow', but do not let
9309 `push-button' do the work when on an xref.
9310 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
9311
9312 2006-03-19 Richard Stallman <rms@gnu.org>
9313
9314 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
9315 preceded by the word `program'.
9316 (help-follow-mouse, help-follow): Throw error if not on xref.
9317 Delete no longer used args.
9318
9319 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
9320
9321 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
9322 annotation ensure gud-overlay-arrow-position is redisplayed.
9323
9324 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9325
9326 * textmodes/bibtex.el (bibtex-include-OPTkey)
9327 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
9328 (bibtex-autokey-name-case-convert)
9329 (bibtex-autokey-titleword-case-convert): Make these the aliases
9330 for the following two variables.
9331 (bibtex-autokey-name-case-convert-function)
9332 (bibtex-autokey-titleword-case-convert-function): Make these the
9333 real names.
9334 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
9335 bibtex-font-lock-crossref sublists.
9336 (bibtex-mode): Revert 2005-12-30 change (which made
9337 completion-ignore-case buffer-local).
9338 (bibtex-url): Simplify.
9339
9340 2006-03-19 Kim F. Storm <storm@cua.dk>
9341
9342 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
9343 cursor property value to 2 (to align with C level change).
9344
9345 2006-03-19 Bill Wohler <wohler@newt.com>
9346
9347 * image.el (image-load-path-for-library): Shorten first line in
9348 docstring.
9349
9350 2006-03-18 Richard Stallman <rms@gnu.org>
9351
9352 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
9353
9354 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
9355
9356 * isearch.el (isearch-other-meta-char): Handle user bindings for
9357 shifted control characters.
9358
9359 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
9360
9361 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
9362 part that matches email addresses, file names, etc.
9363
9364 2006-03-18 Eli Zaretskii <eliz@gnu.org>
9365
9366 * term/w32-win.el (mouse-set-font):
9367 Mention w32-list-proportional-fonts in the doc string.
9368
9369 2006-03-18 Kim F. Storm <storm@cua.dk>
9370
9371 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
9372 (ido-unc-hosts): New user option to explicitly define list of know
9373 UNC-style hosts for completion.
9374 (ido-cache-unc-host-shares-time): New user option.
9375 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
9376 New helper functions for UNC file-name support.
9377 (ido-may-cache-directory): Check for UNC host. Simplify.
9378 (ido-wash-history): Clean out old UNC hosts.
9379 (ido-nonreadable-directory-p): UNC hosts are always readable.
9380 (ido-directory-too-big-p): UNC hosts are never too big.
9381 (ido-set-current-directory): Handle UNC root path.
9382 (ido-file-name-all-completions): Complete UNC host names from
9383 ido-unc-hosts list. Cache UNC host shares.
9384 (ido-make-file-list-1): Don't filter UNC root.
9385 (ido-exhibit): Check for // in root directory, and switch to UNC
9386 mode by setting ido-current-directory to //.
9387
9388 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
9389
9390 * cus-edit.el (customize-changed-options): Mention explicit
9391 version number as default in prompt.
9392
9393 2006-03-17 Bill Wohler <wohler@newt.com>
9394
9395 * image.el (image-load-path-for-library): Minor docstring fix.
9396
9397 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
9398
9399 * textmodes/org.el (org-read-date): Include subgroup 5 into
9400 replacement text.
9401 (org-popup-calendar-for-date-prompt): Fix customization type.
9402
9403 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
9404
9405 * progmodes/gdb-ui.el (gud-watch): Provide completion.
9406 (gdb-continuation): New variable.
9407 (gdb-send): Deal with continuation lines.
9408
9409 * progmodes/gud.el (gud-gdb-complete-command)
9410 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
9411 expressions.
9412 (gud-tooltip-mode): Use buffer-local value.
9413
9414 2006-03-16 Kim F. Storm <storm@cua.dk>
9415
9416 * ido.el (ido-edit-input): Use selected match, if any.
9417
9418 2006-03-16 Bill Wohler <wohler@newt.com>
9419
9420 * image.el (image-load-path-for-library): Prefer user's images in
9421 image-load-path.
9422
9423 2006-03-16 Martin Rudalics <rudalics@gmx.at>
9424
9425 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
9426 when checking for attempt to drag leftmost or rightmost scrollbar.
9427
9428 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
9429
9430 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
9431 (gdb-force-mode-line-update): New function.
9432 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
9433 (gdb-exited): Use them.
9434 (gdb-signal): New function.
9435 (gdb-annotation-rules): Provide a rule for it.
9436
9437 2006-03-16 Kenichi Handa <handa@m17n.org>
9438
9439 * international/mule.el (auto-coding-regexp-alist): Add entries
9440 for Unicode BOM.
9441
9442 * sort.el (sort-build-lists): Temporarily bind
9443 inhibit-field-text-motion to t.
9444
9445 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
9446
9447 * locate.el (locate-command, locate-make-command-line)
9448 (locate-fcodes-file, locate-update-command)
9449 (locate-prompt-for-command, locate, locate-with-filter)
9450 (locate-get-file-positions): Doc fixes.
9451 (locate-buffer-name, locate-header-face): Remove leading `*' in
9452 defcustom.
9453 (locate-filter-output): Use `keep-lines' instead of its alias
9454 `delete-non-matching-lines'.
9455 (locate-get-filename, locate-get-dirname): Add introductory comment.
9456 (locate-find-directory-other-window): Give appropriate error
9457 message if used outside main listing.
9458
9459 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
9462 the new extend-region feature.
9463 (font-lock-after-change-function): Update correspondingly.
9464 * jit-lock.el (jit-lock-after-change): Update correspondingly.
9465 * progmodes/grep.el (font-lock-lines-before): Don't disable.
9466
9467 2006-03-15 Bill Wohler <wohler@newt.com>
9468
9469 * image.el (image-load-path-for-library): Fix example by not
9470 recommending that one binds image-load-path. Just defvar it to
9471 placate compiler and only use it if previously defined.
9472
9473 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
9474
9475 * textmodes/org.el (org-insert-centered): Use `string-width' to
9476 make underlining work for wide characters.
9477 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
9478 TAB to `org-cycle', to make sure that no binding in
9479 `outline-mode-map' can supercede it.
9480
9481 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
9482
9483 * allout.el: Increment version to 2.2.1 in file commentary.
9484
9485 (allout-version): Increment to 2.2.1.
9486
9487 (allout-default-layout): New customization variable, used when the
9488 file lacks a specific allout-layout. Uses allout-layout-type for
9489 recursively nested definition.
9490
9491 (allout-layout-type): Widget defining allout layouts, necessary for
9492 self-recursive definition.
9493
9494 (allout-mode): Incorporate allout-default-layout as fallback for
9495 allout-layout.
9496
9497 (allout-layout): Mark as 'safe-local-variable', and refer mention
9498 fallback to `allout-default-layout' in absence of a specified value.
9499 (allout-passphrase-verifier-string)
9500 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
9501
9502 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
9503
9504 (allout-get-encryption-passphrase-verifier): Use correct name of
9505 passphrase verifier in docstring.
9506
9507 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
9508
9509 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
9510 elements.
9511 (gdb-find-watch-expression): Make it work for arrays too.
9512 Follow change to gdb-var-list.
9513 (gud-watch): Allow the user to enter variable name with a prexix
9514 arg. Create keybindings.
9515 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9516 (gdb-var-list-children-handler, gdb-var-update-handler)
9517 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
9518 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
9519 Follow change to gdb-var-list.
9520 (gdb-starting): Don't show the overlay arrows when program is running.
9521
9522 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
9523 gdb-var-list.
9524
9525 2006-03-14 Bill Wohler <wohler@newt.com>
9526
9527 * image.el (image-load-path-for-library): Pass value of path
9528 rather than symbol. Always return list of directories.
9529 Guarantee that image directory comes first.
9530
9531 2006-03-14 Alan Mackenzie <acm@muc.de>
9532
9533 * font-core.el (font-lock-extend-region\(-function\)?.):
9534 New function/variable.
9535
9536 * font-lock.el (font-lock-after-change-function):
9537 Call font-lock-extend-region. Obey font-lock-lines-before.
9538 (font-lock-default-fontify-region): Remove reference to
9539 font-lock-lines-before.
9540
9541 * jit-lock.el (jit-lock-after-change):
9542 Call font-lock-extend-region. Obey font-lock-lines-before.
9543
9544 2006-03-14 David Ponce <david@dponce.com>
9545
9546 * tree-widget.el (tree-widget-themes-load-path)
9547 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9548
9549 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
9550
9551 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
9552 (rcirc-print): Mark the start of text at the end of the prompt.
9553 (rcirc-track-minor-mode): Add autoload cookie.
9554 (rcirc-update-activity-string): Add space to front of mode-line
9555 indicator.
9556
9557 2006-03-13 Miles Bader <miles@gnu.org>
9558
9559 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
9560 (rcirc-abbrev-nick): Remove function.
9561 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
9562
9563 2006-03-13 David Ponce <david@dponce.com>
9564
9565 * tree-widget.el: Handle themes across all occurrences of the main
9566 themes sub-directory found in tree-widget-themes-load-path.
9567 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9568 (tree-widget--locate-sub-directory): Return all occurrences.
9569 (tree-widget-themes-path): New function.
9570 Replace tree-widget-themes-directory, and return a list of directories.
9571 (tree-widget-set-parent-theme)
9572 (tree-widget-lookup-image): Use it.
9573
9574 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
9575
9576 * textmodes/org.el (org-link-search): Avoid self-matching of
9577 links, allow target text to be distributed over several lines.
9578 (org-search-not-link): New function.
9579 (org-set-regexps-and-options, org-get-current-options):
9580 New startup options.
9581 (org-export-as-html): Take odd-level setting from local variable.
9582 (org-fontify-emphasized-text): New option.
9583 (org-set-font-lock-defaults): Include emphasized text.
9584 (org-follow-mhe-link): Allow folder-only links, fix folder name.
9585 (org-font-lock): Customize group renamed from `org-faces'.
9586
9587 2006-03-13 John Paul Wallington <jpw@pobox.com>
9588
9589 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
9590 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
9591
9592 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
9593
9594 * cus-start.el (all): Delete :version keyword for members of the
9595 fringe group, since the entire group is new in 22.1.
9596
9597 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
9598
9599 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
9600 map if value is hexadecimal (an address).
9601 (gud-watch): Only search roots for existing watch expressions.
9602 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
9603 prevent caching problems with speedbar-update-directory-contents.
9604
9605 2006-03-12 Juri Linkov <juri@jurta.org>
9606
9607 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
9608 before comparing with `low' and `warn'.
9609
9610 * info.el (Info-dir-remove-duplicates): Move point to the
9611 beginning of the current line after deleting the entries from
9612 redundant heading. Use marker for `limit' and compare it with
9613 point before calling `re-search-forward'.
9614
9615 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9616
9617 * simple.el (yank): Fix typo in docstring.
9618
9619 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
9620
9621 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
9622 messages, where "D" is the 6th character.
9623
9624 2006-03-11 Eli Zaretskii <eliz@gnu.org>
9625
9626 * simple.el (yank): Fix last change.
9627
9628 2006-03-11 David Ponce <david@dponce.com>
9629
9630 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
9631 merging elements from the standard ispell-dictionary-alist.
9632 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
9633 alist, and return the new alist.
9634
9635 2006-03-11 Richard Stallman <rms@gnu.org>
9636
9637 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
9638
9639 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
9640 the way it is implemented is too unclean.
9641
9642 * simple.el (kill-region, yank): Doc fix.
9643
9644 * battery.el (battery-echo-area-format): Doc fix.
9645 (battery-mode-line-format): Likewise.
9646 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
9647 (battery-linux-proc-acpi): Ignore batteries that say "charged".
9648
9649 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9650
9651 * progmodes/octave-mod.el (octave-indent-for-comment):
9652 Behave according to do string.
9653
9654 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
9655
9656 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
9657 Be visible only if major mode is Mail Mode.
9658
9659 * textmodes/flyspell.el (flyspell-external-point-words)
9660 (flyspell-process-localwords): Fix last changes.
9661
9662 2006-03-11 Eli Zaretskii <eliz@gnu.org>
9663
9664 * calendar/holidays.el (list-holidays): Doc fix.
9665
9666 * international/mule.el (auto-coding-alist): Add .odt
9667 (OpenOffice's open document) files.
9668
9669 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
9670 document) files. Mention in the doc string the need to sync with
9671 auto-coding-alist.
9672
9673 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
9674
9675 * files.el (hack-local-variables-confirm): Don't prompt for ! if
9676 enable-local-variables is set to always query, or there is no
9677 savable variable.
9678
9679 2006-03-10 Bill Wohler <wohler@newt.com>
9680
9681 * image.el (image-load-path-for-library): Merge at least three
9682 functions from Gnus and MH-E into this one function that can now
9683 be shared.
9684
9685 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
9686
9687 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
9688 gdb-remove-mouse-face and remove help-echo too.
9689 (gdb-enqueue-input): Correct conditional clause.
9690
9691 2006-03-10 Glenn Morris <rgm@gnu.org>
9692
9693 * calendar/calendar.el (calendar-holidays): Doc fix.
9694 * calendar/holidays.el (list-holidays): Doc fix.
9695
9696 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
9697
9698 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
9699 it gets called in gdb-prompt anyway.
9700 (gdb-use-separate-io-buffer): Only restore window arrangement for
9701 gdb-many-windows.
9702 (gdb-enqueue-input): Make it harder to send GDB input when program
9703 is running.
9704 (gdb-buffer-list): New variable.
9705 (gdb-remove-mouse-face): New function.
9706 (gdb-starting): Use it when GDB input won't get sent.
9707
9708 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
9709
9710 * help.el (view-lossage): Remove trailing whitespace before
9711 inserting "\n".
9712
9713 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
9714
9715 * files.el (hack-local-variables-confirm):
9716 Set coding-system-for-read to nil before writing to .emacs.
9717
9718 * arc-mode.el (archive-extract): Check if an existing buffer name
9719 comes from a different archive.
9720
9721 * help.el (describe-key-briefly): If KEY is a down event, read and
9722 discard the up event.
9723
9724 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
9725
9726 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
9727 be edited and use font-lock-warning-face for any changes.
9728
9729 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
9730 (gdb-edit-value): Use it to report any errors.
9731
9732 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
9733
9734 * help.el (describe-key): Remove leftover test code.
9735
9736 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9737
9738 * textmodes/org.el: Move defvars out of eval-when-compile.
9739 Use buffer-file-name variable.
9740 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
9741 arg `file'.
9742 (org-level-faces): Remove startup dependency.
9743 (org-cycle, org-map-tree, org-scan-tags)
9744 (org-remember-handler): Don't call `outline-level' directly.
9745 (org-mhe-search-all-folders): New option.
9746 (org-mhe-get-message-folder-from-index)
9747 (org-mhe-get-message-folder): Fix indexing search.
9748 (org-format-agenda-item): Handle nil TAGS argument.
9749 (org-cleaned-string-for-export, org-activate-target-links)
9750 (org-make-target-link-regexp): Deal with empty radio target list.
9751 (org-tag): New face.
9752 (org-get-level-face): New function.
9753 (org-set-font-lock-defaults): Simplify setup for headlines.
9754 (org-complete): Pass common substring to `display-completion-list'.
9755
9756 2006-03-06 David Ponce <david@dponce.com>
9757
9758 * tree-widget.el: Update Commentary header.
9759 (tree-widget-theme-name): Ignore parent themes.
9760 (tree-widget-set-parent-theme): New function.
9761 (tree-widget-set-theme): Use it.
9762 (tree-widget-set-image-properties): Move definition. Does nothing
9763 if image properties have already been set.
9764 (tree-widget-image-properties): Move definition. Receive an image
9765 name. Set the :pointer property.
9766 (tree-widget-lookup-image): Doc fix. Search in parent themes.
9767 Don't set the :pointer image property.
9768 (tree-widget-convert-widget): New function. Handle :dynargs
9769 compatibility here.
9770 (tree-widget): Use it to :convert-widget. Add the :expander-p
9771 predicate to control when the :expander function is entered.
9772 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
9773 (tree-widget-value-create): Handle :expander-p. widget-apply
9774 :expander.
9775 (tree-widget-expander-p): New function. Default value of the
9776 :expander-p property.
9777
9778 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
9779
9780 * help.el (describe-key): Properly handle the return value of
9781 read-key-sequence when grabbing an up-event. Cleanup mouse-1
9782 remaps. Handle string and vector `follow-link' values.
9783
9784 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * complete.el (PC-expand-many-files): Try be more careful when parsing
9787 the shell's output.
9788
9789 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * outline.el (hide-sublevels): Provide better interactive default.
9792
9793 2006-03-06 Kenichi Handa <handa@m17n.org>
9794
9795 * international/fontset.el (create-fontset-from-fontset-spec):
9796 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
9797
9798 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
9799
9800 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
9801 backslashes instead of one in regexp.
9802 (gud-tooltip-dereference): Add missing optional argument.
9803
9804 2006-03-04 John Paul Wallington <jpw@pobox.com>
9805
9806 * wdired.el (toplevel): Require `cl' at compile-time.
9807
9808 2006-03-04 Andreas Schwab <schwab@suse.de>
9809
9810 * server.el (server-process-filter): Handle errors during
9811 evaluation of the argument.
9812
9813 2006-03-03 John Paul Wallington <jpw@pobox.com>
9814
9815 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
9816 escape parentheses at beginning of line.
9817 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
9818 (t-mouse-mode): Remove period from end of error message.
9819
9820 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
9821
9822 * textmodes/flyspell.el (flyspell-process-localwords):
9823 Be case-sensitive.
9824
9825 2006-03-03 Martin Rudalics <rudalics@gmx.at>
9826
9827 * cus-edit.el (custom-quote): Remove function, since it has been
9828 moved to custom.el.
9829
9830 * font-lock.el (lisp-font-lock-keywords-2)
9831 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
9832 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
9833 they have no special meaning.
9834
9835 * midnight.el (clean-buffer-list): Handle case where base-buffer of
9836 indirect buffer gets killed before indirect buffer. Use dolist.
9837
9838 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
9839
9840 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
9841 value instead of a literal constant (1) on more pauses.
9842
9843 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9844
9845 * textmodes/flyspell.el (flyspell-external-point-words):
9846 Be case-sensitive.
9847
9848 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
9849
9850 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
9851 with "www".
9852
9853 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
9854
9855 * allout.el: Restablish intermediate missing comment header to
9856 preserve outline structure.
9857 (allout-beginning-of-current-entry): Skip invisible text.
9858 (allout-open-topic): Fix opening a topic at end-of-buffer.
9859 (allout-minor-mode): Move nearer to allout-mode function.
9860
9861 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
9862
9863 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
9864
9865 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
9866
9867 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
9868 is nil.
9869
9870 * progmodes/gud.el (gud-speedbar-menu-items):
9871 Use buffer-local-value and add missing :visible keyword.
9872
9873 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
9874
9875 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9876
9877 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
9878 must be `follow-link'.
9879
9880 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
9881
9882 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
9883 formatting: No nested anchors.
9884 (org-all-targets): Fix bug with XEmacs compatibility.
9885 (org-read-date): Add (require 'parse-time).
9886 (org-set-tags): Fix bug with extra inserted space.
9887 (org-export-html-style): Define a style class for targets.
9888 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
9889 (org-hide-leading-stars): New option.
9890 (org-hide): New face.
9891 (org-set-font-lock-defaults): Allow to hide leading stars.
9892 (org-get-legal-level, org-tr-level): New functions.
9893 (org-odd-levels-only): New option.
9894 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
9895 (org-demote, org-promote): Deal with double-star levels.
9896 (org-convert-to-odd-levels): New command.
9897
9898 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
9899
9900 * speedbar.el (speedbar-update-localized-contents): Try to
9901 preserve window-start.
9902 (speedbar-update-directory-contents): Try to preserve window-start
9903 and window-point.
9904 (speedbar-update-special-contents): Don't move back to start of window.
9905
9906 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
9907 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
9908 speedbar-timer-fn.
9909 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
9910 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
9911 instead of gdb-speedbar-timer-fn.
9912
9913 2006-02-28 Jay Belanger <belanger@truman.edu>
9914
9915 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
9916 (math-compose-expr): Use latex option when calling
9917 `math-compose-tex-matrix' for latex mode.
9918
9919 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
9920
9921 * speedbar.el: Re-instate comments about developing for speedbar
9922 [this is what info and gdb-ui use even if better methods exist now].
9923
9924 * t-mouse.el: New file.
9925 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
9926 (t-mouse-lispy-buffer-posn-from-coords): Remove.
9927 (t-mouse-make-event-element): Use posn-at-x-y instead.
9928 (t-mouse-make-event): Deal with Fedora Core 3.
9929 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
9930 (t-mouse-mouse-position-function): New function. Use it instead
9931 of advising mouse-position.
9932 (t-mouse-mode): New minor mode.
9933 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
9934
9935 2006-02-27 Glenn Morris <rgm@gnu.org>
9936
9937 * calendar/calendar.el (calendar-holidays): Doc fix.
9938
9939 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
9940
9941 * progmodes/gdb-ui.el (gdb-source-window): New variable.
9942 Re-introduce the concept of a source window.
9943 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
9944 consistency with get-buffer-create.
9945 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9946 (gdb-data-list-register-values-handler)
9947 (gdb-stack-list-locals-handler): Try to preserve window-start as
9948 well as window-point.
9949 (gdb-display-source-buffer): New function (old concept).
9950 (gdb-goto-breakpoint): Use it.
9951
9952 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
9953 for gdb-ui/gdb-mi (old concept).
9954
9955 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
9956
9957 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
9958 binding.
9959
9960 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
9961
9962 * textmodes/reftex-sel.el (reftex-select-label-map)
9963 (reftex-select-bib-map): Add `follow-mouse' binding.
9964
9965 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
9966
9967 * jka-cmpr-hook.el (jka-compr-compression-info-list)
9968 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
9969 Give :set functions to provide automatic updating.
9970 Update docstring. Give compiler defvars early in the file
9971 and move the defcustoms to a later spot where all called functions
9972 are defined.
9973 (jka-compr-file-name-handler-entry): Doc fix.
9974 (jka-compr-compression-info-list--internal)
9975 (jka-compr-mode-alist-additions--internal)
9976 (jka-compr-load-suffixes--internal): New variables.
9977 (jka-compr-install): Set the three above variables.
9978 Update `load-file-rep-suffixes' instead of `load-suffixes'.
9979 (jka-compr-update, jka-compr-set): New functions.
9980 (auto-compression-mode): Doc fix.
9981
9982 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
9983 Update `load-file-rep-suffixes' instead of `load-suffixes'.
9984 Use jka-compr-compression-info-list--internal,
9985 jka-compr-mode-alist-additions--internal and
9986 jka-compr-load-suffixes--internal.
9987
9988 * files.el (load-library):
9989 * loadhist.el (file-loadhist-lookup):
9990 * startup.el (command-line):
9991 * subr.el (locate-library):
9992 * emacs-lisp/autoload.el (update-directory-autoloads):
9993 * emacs-lisp/find-func.el (find-library-suffixes):
9994 Use `get-load-suffixes' instead of `load-suffixes'.
9995
9996 * subr.el (locate-library):
9997 * emacs-lisp/find-func.el (find-library-name):
9998 Use `load-file-rep-suffixes' instead of '("").
9999
10000 2006-02-26 Kim F. Storm <storm@cua.dk>
10001
10002 * ido.el (ido-save-history, ido-load-history): Simplify.
10003 Don't use find-file-noselect to avoid interference from other modes.
10004
10005 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
10006
10007 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
10008 to use the default shell if filename is not available.
10009 Reported by Giorgos Keramidas.
10010
10011 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
10012
10013 * progmodes/etags.el (tags-completion-table): Do completion from
10014 all the tables in the current list, as documented in the manual.
10015
10016 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10017
10018 * CC Mode Update to 5.31.3.
10019
10020 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10021
10022 * progmodes/cc-mode.el (c-postprocess-file-styles):
10023 Bind inhibit-read-only to t, around the call to
10024 c-remove-any-local-eval-or-mode-variables, so that it works on a
10025 RO file.
10026
10027 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10028
10029 * progmodes/cc-awk.el: Correct a typo.
10030
10031 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10032
10033 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
10034 c-hungry-delete-backwards, at the request of RMS. Leave the old
10035 name as an alias.
10036
10037 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10038
10039 * progmodes/cc-mode.el: Correct a typo.
10040
10041 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10042
10043 * progmodes/cc-defs.el: Update the version number to 5.31.3.
10044
10045 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10046
10047 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
10048 brace-else-brace (error due to mbeg, mend being undefined).
10049
10050 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10051
10052 * progmodes/cc-mode.el: File Local variables: Solve the problem
10053 where both `mode' and c-file-offsets are specified: `mode' will
10054 overwrite c-f-o's settings:
10055 (c-remove-any-local-eval-or-mode-variables): New function.
10056 (c-postprocess-file-styles): Call the above new function, within
10057 c-tentative-buffer-change, to splat `mode' and `eval' before the
10058 second hack-local-variables.
10059
10060 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10061
10062 * progmodes/cc-mode.el:
10063 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
10064 (c-after-change): Protect the match data with save-match-data.
10065 It was getting corrupted by c-after-change-check-<>-operators.
10066
10067 * cc-defs.el: [Supersedes patch V1.38]:
10068 (top level): Check for a buggy font-lock-compile-keywords ONLY in
10069 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
10070
10071 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
10072 with save-match-data. It was being corrupted when Font Lock was
10073 not enabled.
10074
10075 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
10076
10077 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
10078 Mode and Subword Mode.
10079
10080 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
10081 real labels ("case 1:" or "foo:") from non-labels ("public:").
10082 (c-forward-objc-directive): Replace c-forward-token-2 with crude
10083 coding; c-f-t-2 doesn't move over a token at EOB.
10084
10085 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
10086
10087 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
10088 (c-update-modeline): Concatenate the minor mode indicators
10089 directly onto mode-name, removing c-submode-indicators.
10090 Sometimes, c-s-i got separated from the mode name on the mode line.
10091
10092 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
10093 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
10094
10095 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10096
10097 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
10098 error message when there's an evaluation error to show whether
10099 it's loaded from source or not.
10100 (c-filter-ops): Make it available at runtime too to work when
10101 `c-make-init-lang-vars-fun' needs to evaluate from source.
10102
10103 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
10104
10105 * help.el (help): Revert last part of 2006-02-23 change (deletion
10106 of the `provide' call).
10107
10108 2006-02-23 Juri Linkov <juri@jurta.org>
10109
10110 * compare-w.el (compare-windows-highlight): Add new value
10111 `persistent' and change :type from `boolean' to `choice'.
10112 (compare-windows-overlays1, compare-windows-overlays2):
10113 New internal variables.
10114 (compare-windows-highlight): If compare-windows-highlight is
10115 `persistent', add current overlays to compare-windows-overlays[12]
10116 instead of adding compare-windows-dehighlight to pre-command-hook.
10117 (compare-windows-dehighlight): Delete all overlays from
10118 compare-windows-overlays[12].
10119
10120 * info.el (Info-search): Don't bind search-spaces-regexp to
10121 Info-search-whitespace-regexp in non-regexp isearch mode.
10122
10123 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
10126
10127 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
10128
10129 * textmodes/org.el (org-xemacs-p)
10130 (org-export-html-show-new-buffer, org-table-may-need-update)
10131 (org-insert-item, org-mhe-get-message-real-folder)
10132 (org-mhe-get-message-folder-from-index)
10133 (org-mhe-get-message-folder, org-mhe-get-message-num)
10134 (org-mhe-get-header, org-make-org-heading-search-string)
10135 (org-make-org-heading-camel, org-table-sort-lines)
10136 (org-format-org-table-html, org-format-table-table-html):
10137 Fix typos in docstrings.
10138
10139 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
10140
10141 * textmodes/org.el (org-cleaned-string-for-export)
10142 (org-solidify-link-text): New function.
10143 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
10144 XEmacs, just to silence the compiler.
10145 (org-export-as-ascii, org-export-as-html-and-open):
10146 Use `org-cleaned-string-for-export' and create internal links.
10147 (org-follow-mhe-link): Require mh-e, use folder.
10148
10149 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
10150
10151 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
10152
10153 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
10154 gdb-debug-log-length.
10155 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
10156 it a real ring but...
10157 (gud-gdba-marker-filter): ...make it work like mark-ring.
10158 (gdb-enable-debug): Rename from gdb-enable-debug-log.
10159 (gdb-mouse-jump): New function. Add bindings.
10160
10161 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
10162
10163 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
10164 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
10165 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
10166 (gdb-debug-log-length): Customize it's length.
10167 (gud-watch, gdb-var-create-handler): Display function::var format
10168 but don't use to create variable object.
10169 (gdb-var-create-handler): Use message-box in place of message.
10170 (gdb-stopped): Call gdb-exited if signalled.
10171
10172 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
10173
10174 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
10175
10176 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
10177
10178 * textmodes/reftex.el (reftex-locate-file): Search all extensions
10179 if `reftex-try-all-extensions' is set.
10180
10181 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
10182 fail silently when there is no valid argument at point.
10183 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
10184 `fail-silently' argument. From a patch by David Reiter.
10185
10186 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
10187 New commands.
10188 (org-mark-ring): New variable.
10189 (org-mark-ring-length): New option.
10190 (org-open-at-point, org-goto, org-open-file): Push old position
10191 onto the mark ring.
10192 (org-add-hook): New function.
10193 (org-export-table-remove-special-lines): New option.
10194 (org-skip-comments, org-format-org-table-html): Respect new
10195 option `org-export-table-remove-special-lines'.
10196 (org-open-file): Allow special command configuration for
10197 directory link.
10198 (org-file-apps): Fix bugs in customize type, added setting
10199 for directories.
10200 (org-activate-tags, org-format-agenda-item, org-complete)
10201 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
10202 (org-get-tags, org-get-buffer-tags, org-open-at-point)
10203 (org-link-search, org-make-org-heading-search-string)
10204 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
10205 (org-radio-targets, org-file-link-context-use-camel-case)
10206 (org-activate-camels): New options.
10207 (org-update-radio-target-regexp, org-all-targets)
10208 (org-make-target-link-regexp, org-activate-target-links):
10209 New functions.
10210 (org-make-org-heading-search-string): New function.
10211 (org-store-link, org-insert-link): Use new option
10212 `org-file-link-context-use-camel-case'.
10213 (org-activate-camels): Use new option `org-activate-camels'.
10214 (org-link-regexp): Add mhe prefix.
10215 (org-open-at-point, org-store-link): Support for mhe links.
10216 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
10217 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
10218 (org-mhe-get-header, org-follow-mhe-link): New functions.
10219 (org-remove-angle-brackets, org-add-angle-brackets):
10220 New functions.
10221 (org-bracket-link-regexp): New constant.
10222 (org-read-date): Fix bug that was rejecting all typed dates.
10223 (org-link-search): Make hierarchy above visible after a match.
10224 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
10225 (org-store-link): Fix bug with link creation when cursor is in
10226 an empty line.
10227 (org-open-at-point): Fix bug with matching a link.
10228 Fixed buggy argument sequence in call to `org-view-tags'.
10229 (org-compile-prefix-format): Set `org-prefix-has-tag'.
10230 (org-prefix-has-tag): New variable.
10231 (org-format-agenda-item): Remove tags from headline
10232 if appropriate.
10233 (org-agenda-remove-tags-when-in-prefix): New option.
10234
10235 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
10236
10237 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
10238 Fix the regular expressions.
10239
10240 2006-02-21 Richard M. Stallman <rms@gnu.org>
10241
10242 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
10243 if there's no other specific basis.
10244
10245 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
10246 as variables at all.
10247 (unsafep-variable): Rename arg; doc fix.
10248
10249 * abbrevlist.el (list-one-abbrev-table): Add autoload.
10250
10251 * calendar/appt.el (diary-selective-display): Add defvar.
10252
10253 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
10254
10255 * isearch.el (search-whitespace-regexp): Fix custom type.
10256
10257 * help.el (describe-key-briefly): Compute interactive args
10258 in same was as before previous change.
10259
10260 * files.el (enable-local-variables): Doc fix.
10261
10262 2006-02-21 Kim F. Storm <storm@cua.dk>
10263
10264 * fringe.el: Cleanup as file is now pre-loaded.
10265 (fringe-bitmaps): Initialize unconditionally.
10266 (fringe-mode, set-fringe-style): Remove autoload cookies.
10267
10268 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10269
10270 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
10271 `horizontal-bar'.
10272 (fringe-cursor-alist): Use `horizontal-bar'.
10273
10274 2006-02-20 Kim F. Storm <storm@cua.dk>
10275
10276 * fringe.el (fringe-bitmaps): Update to new bitmap names.
10277 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
10278
10279 * loadup.el: Load "fringe" on window systems.
10280
10281 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
10282
10283 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
10284 out of scope components.
10285
10286 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
10287 default.
10288
10289 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
10290
10291 * custom.el (customize-mark-to-save, customize-mark-as-set):
10292 Load the symbol first.
10293
10294 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
10295
10296 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
10297 strech spec so it doesn't display as "^J" on the header line
10298 when `Buffer-menu-use-header-line' is t.
10299
10300 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
10301
10302 * speedbar.el (speedbar-make-button): Keep text properties
10303 of string arguments if desired.
10304
10305 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
10306 expessions.
10307
10308 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
10309 of speedbar.
10310
10311 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
10312
10313 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
10314 to value of `read-file-name-completion-ignore-case'.
10315
10316 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
10317
10318 * custom.el (customize-mark-as-set): Push to `user' theme.
10319
10320 * cus-edit.el (custom-save-variables): Allow unthemed values.
10321 (customize-set-variable): Push setting to `user' theme.
10322
10323 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
10324
10325 * progmodes/gud.el: Don't require font-lock as it's now
10326 automatically loaded.
10327 (gud-speedbar-buttons): Replace gdb-var-changed with
10328 gdb-force-update.
10329
10330 * progmodes/gdb-ui.el (gdb-force-update): Rename from
10331 gdb-var-changed.
10332 (gdb-post-prompt): Use it.
10333 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10334 (gdb-var-update-handler, gdb-var-delete)
10335 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
10336 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
10337 gdb-force-update in gdb-post-prompt.
10338 (gdb-reset): Clear watch expressions from speedbar when quitting.
10339
10340 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10341
10342 * viper-cmd.el (viper-insert-state-post-command-sentinel)
10343 (viper-change-state-to-vi, viper-change-state-to-emacs):
10344 Make aware of cursor coloring in the Emacs state.
10345 (viper-special-read-and-insert-char): Use read-char-exclusive.
10346 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
10347
10348 * viper-init.el (viper-emacs-state-cursor-color): New variable.
10349
10350 * viper-util.el (viper-save-cursor-color)
10351 (viper-get-saved-cursor-color-in-replace-mode)
10352 (viper-get-saved-cursor-color-in-insert-mode)
10353 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
10354 state.
10355 (viper-get-saved-cursor-color-in-emacs-mode): New function.
10356
10357 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
10358 (ediff-ignore-case-option3, ediff-actual-diff-options)
10359 (ediff-actual-diff3-options): New variables to control case sensitivity.
10360 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
10361 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
10362 (ediff-toggle-ignore-case): New function.
10363 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
10364
10365 * ediff-help.el (ediff-long-help-message-narrow2)
10366 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
10367 (ediff-long-help-message-word-mode): Add ignore-case command.
10368 (ediff-help-for-quick-help): Add ignore-case command.
10369
10370 * ediff-merg.el: Move provide to the end.
10371
10372 * ediff-ptch.el: Move provide to the end.
10373
10374 * ediff-wind.el: Move provide to the end.
10375
10376 * ediff-mult.el: Move provide to the end.
10377 (ediff-set-meta-overlay): Enable follow-link.
10378
10379 * ediff.el: Move provide to the end.
10380 Break recursive load cycle in eval-when-compile.
10381 (ediff-patch-buffer): Better heuristics.
10382
10383 * ediff-util.el: Move provide to the end.
10384 Break recursive load cycle in eval-when-compile.
10385 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
10386 defuns.
10387 (ediff-submit-report): Pass the values of ediff-diff3-program,
10388 ediff-diff3-options.
10389
10390 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
10391
10392 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
10393 the opening bracket of the following bracketing pairs: {}, [], (), <>,
10394 `' (for example, in the docstring of `windmove-default-keybindings').
10395
10396 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
10397
10398 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
10399 shadow face. Don't provide binding to edit variable when it is
10400 out of scope.
10401
10402 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10403 (gdb-var-update-handler): Detect out of scope variables with pre
10404 GDB 6.4 too.
10405 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
10406 Reset status of variable objects to nil in update handlers.
10407 (gdb-var-update-handler-1): Detect when a variable object comes
10408 in scope. setcar on var changes gdb-var-list directly.
10409
10410 2006-02-17 Juri Linkov <juri@jurta.org>
10411
10412 * ffap.el (ffap) <defface>: Add explicit face declaration.
10413 (ffap-highlight): Use face `ffap' directly instead of checking
10414 for its existence.
10415
10416 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
10417 `visible-ok' of `other-buffer' to find the right original buffer.
10418
10419 * info.el (Info-search): Skip `Local Variables' node.
10420
10421 2006-02-17 Juri Linkov <juri@jurta.org>
10422
10423 * info.el (Info-find-file): Check for symbols `apropos', `history',
10424 `toc' in the input filename, and return these symbols as is.
10425 (Info-find-node-2): Set Info-current-file to symbols `apropos',
10426 `history', `toc' instead of strings.
10427 (Info-set-mode-line): For non-string Info-current-file use the
10428 symbol's name inside **.
10429 (Info-isearch-push-state): Add quote before Info-current-file and
10430 Info-current-node.
10431 (Info-isearch-pop-state): Use `equal' instead of `string='.
10432 (Info-extract-pointer, Info-following-node-name): Use
10433 `match-string-no-properties' instead of `match-string'.
10434 (Info-up): Check `old-file' for `stringp'.
10435 (Info-history): Use `equal' instead of `string-equal'.
10436 Check `file' for `stringp'.
10437 (Info-history): Use symbol `history' instead of string as first arg
10438 of `Info-find-node'.
10439 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
10440 `toc' instead of string.
10441 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
10442 instead of `buffer-substring', and `match-string-no-properties'
10443 instead of `match-string'.
10444 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
10445 instead of strings.
10446 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
10447 Use symbol `apropos' instead of string.
10448 (Info-copy-current-node-name): Check `Info-current-file' for
10449 `stringp' and construct a command with `Info-find-node' from it.
10450 (Info-fontify-node): Use `match-string-no-properties' instead of
10451 `match-string' and check file names for `stringp'.
10452 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
10453 `history', `toc' instead of strings.
10454
10455 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
10456
10457 * files.el: Rearrange functions and variables in the file local
10458 variables section.
10459
10460 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
10461
10462 * files.el: Add truncate-lines, ispell-check-comments and
10463 ispell-local-dictionary as safe local variables.
10464
10465 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
10466
10467 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
10468 out of scope variables.
10469 (gud-speedbar-buttons): Use unless.
10470
10471 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
10472 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
10473 (gdb-show-changed-values): Also use for out of scope variables.
10474 (gdb-var-update-handler-1): Note if variable goes out of scope.
10475
10476 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
10477
10478 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
10479 default to global variable values for unsupplied args.
10480 (rcirc-get-buffer-create): Fix bug with setting the target.
10481 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
10482 test for rcirc-always-use-server-buffer-flag here.
10483 (rcirc-response-formats): Add %N, which is a facified nick. %n
10484 uses the default face. Change the ACTION format string. If the
10485 "nick" is the server, don't print anything for that field.
10486 Comment fixes.
10487 (rcirc-target-buffer): Don't test
10488 rcirc-always-use-server-buffer-flag here.
10489 (rcirc-print): Squeeze extra spaces out of the text before message.
10490 (rcirc-put-nick-channel): Strip potential "@" char from nick
10491 before adding them to nick table.
10492 (rcirc-url-regexp): Improve to match address like "foo.com".
10493
10494 2006-02-17 Eli Zaretskii <eliz@gnu.org>
10495
10496 * allout.el (allout-hidden-p): Move this defsubst before
10497 allout-overlay-interior-modification-handler, where it is first
10498 used.
10499
10500 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
10501
10502 * allout.el: Use allout invisible-text overlays instead of
10503 selective display for concealed text. Also, lots of general
10504 cleanup, and improved compatibility code.
10505
10506 (allout-version) Incremented, corrected, revised, and refined
10507 module commentary.
10508
10509 (provide 'allout): Moved to the bottom, added a require of overlay.
10510
10511 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
10512 `except-current'.
10513 (allout-write-file-hook-handler): Minimize delay.
10514 (count-trailing-whitespace-region): New function so
10515 auto-encryption of current topic can resituate cursor exactly.
10516 PGP/GPG encryption trims trailing whitespace from lines, which
10517 must be accounted for across encryption then decryption.
10518
10519 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
10520 just plain "\C-c", to avoid intruding on user's keybinding space.
10521
10522 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
10523 parameter, so user request to provide a new password is done.
10524
10525 (allout-outside-normal-auto-fill-function, allout-auto-fill):
10526 Refined mechanism for auto-filling behavior while in allout mode.
10527
10528 (allout-mode): Explicitly specify the mode map in the docstring.
10529 Clarify provision for various write-file hook var names.
10530 Adjusted for invisible-text overlays instead of selective-display.
10531
10532 (allout-depth): Really return 0 if not within any topic. This
10533 rectifies `allout-beginning-of-level' and sequence numbering
10534 errors that occur when cutting and pasting numbered topics.
10535 Changed from a in-line subst to a regular function, as well.
10536
10537 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
10538
10539 (allout-end-of-subtree, allout-end-of-subtree)
10540 (allout-end-of-entry, allout-end-of-current-heading)
10541 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
10542 (allout-show-children, allout-show-to-offshoot)
10543 (allout-hide-current-entry, allout-show-current-entry): Rectified
10544 handling of trailing blank lines between items.
10545
10546 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
10547 (allout-current-depth, allout-unprotected, allout-hidden-p)
10548 (allout-on-current-heading-p, allout-listify-exposed)
10549 (allout-chart-subtree, allout-goto-prefix)
10550 (allout-back-to-current-heading, allout-get-body-text)
10551 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
10552 (allout-hide-region-body, allout-toggle-subtree-encryption)
10553 (allout-encrypt-string, allout-encrypted-key-info)
10554 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
10555 (allout-file-vars-section-data): Adjusted for use with
10556 invisible-text overlays instead of selective-display.
10557
10558 (allout-kill-line, allout-kill-topic, allout-yank-processing):
10559 Reworked for use with invisible text overlays.
10560
10561 (allout-current-topic-collapsed-p): New function.
10562
10563 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
10564 to know when to close the containing topic.
10565
10566 (allout-pre-command-business, allout-post-command-business):
10567 Simplify undo-batching and dynamic isearch exposure.
10568
10569 (allout-set-overlay-category): New for invisible-text overlays.
10570 Sets properties of allout-overlay-category, used by
10571 allout-flag-region to set invisible-text overlay properties.
10572 (allout-get-invisibility-overlay): Get the first qualifying
10573 invisibility overlay, so we can find the extent of it.
10574 (allout-back-to-visible-text): Get to just before the beginnining
10575 of the current invisibility overlay, if any.
10576
10577 (allout-overlay-insert-in-front-handler)
10578 (allout-overlay-interior-modification-handler)
10579 (allout-before-change-handler, allout-isearch-end-handler): New
10580 functions to handle extraordinary actions affecting concealed
10581 text.
10582
10583 (allout-flag-region): Use overlays instead of selective-display
10584 for invisible text - by inheritence from the properties of
10585 allout-overlay-category in mainline Emacs, and applied
10586 property-by-property in XEmacs, some recent versions of which
10587 don't inherit the properties from the category. Provisions to
10588 respond to concealed-text edits simplified drastically.
10589
10590 (allout-isearch-rectification, allout-isearch-was-font-lock)
10591 (allout-isearch-expose, allout-enwrap-isearch)
10592 (allout-isearch-abort, allout-pre-was-isearching)
10593 (allout-isearch-prior-pos, allout-isearch-did-quit)
10594 (allout-isearch-dynamic-expose)
10595 (allout-hide-current-entry-completely): Functions deleted.
10596
10597 (allout-undo-aggregation): Explicit undo aggregation no longer
10598 necessary due to transition away from selective-display.
10599
10600 (set-allout-regexp, allout-up-current-level)
10601 (allout-next-visible-heading, allout-forward-current-level)
10602 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
10603 (allout-kill-line, allout-yank-processing, allout-show-children)
10604 (allout-expose-topic, allout-old-expose-topic)
10605 (allout-listify-exposed, allout-insert-latex-header)
10606 (allout-toggle-subtree-encryption, allout-encrypt-string)
10607 (remove-from-invisibility-spec, allout-hide-current-subtree):
10608 Ditched unused variables.
10609
10610 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
10611
10612 * textmodes/ispell.el (ispell-change-dictionary): Call
10613 ispell-buffer-local-dict instead of
10614 ispell-accept-buffer-local-defs.
10615 (ispell-local-dictionary-alist): Accept as valid any coding-system
10616 supported by Emacs.
10617 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
10618 changed to iso-8859-3.
10619
10620 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
10621
10622 * speedbar.el (speedbar-frame-width): Make an inline function
10623 instead of a macro. Use frame-width.
10624 (speedbar-try-completion, speedbar-update-contents)
10625 (speedbar-timer-fn): Use consp.
10626 (speedbar-update-localized-contents): Try to preserve point.
10627
10628 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
10629 (menu): Re-order menu items.
10630 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
10631 field.
10632 (gdb-var-update-handler-1): Use it for GDB 6.4+.
10633 (gdb-post-prompt): Speed things by not forcing update.
10634
10635 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
10636
10637 * wid-edit.el (widget-button-click): For mouse-1, cancel button
10638 press and perform default action if we get a mouse movement event.
10639
10640 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
10641
10642 * calendar/icalendar.el (icalendar--get-event-property)
10643 (icalendar--get-event-property-attributes): Fix typos in
10644 docstrings.
10645
10646 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
10647 docstring.
10648
10649 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
10650
10651 * bs.el (bs-mode): Use `buffer-disable-undo'.
10652 (bs--get-file-name): Simplify.
10653 (bs-show-in-buffer): Mark the buffer as not modified.
10654
10655 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10656
10657 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
10658 widget-button-click.
10659
10660 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
10661 (custom-mode): Update docstring.
10662
10663 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
10664 binding.
10665
10666 * files.el (hack-local-variables-confirm): Allow scrolling if the
10667 file variable list is too long. Kill temp buffer after use.
10668
10669 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
10670
10671 * progmodes/gud.el (gdb): Improve doc string.
10672 (gdb-script-font-lock-keywords): Expand allowed character set.
10673
10674 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
10675 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
10676 (gdb-separate-io-interrupt, gdb-separate-io-quit)
10677 (gdb-separate-io-stop, gdb-separate-io-eof):
10678 Rename from gdb-inferior-* to gdb-separate-*.
10679 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
10680
10681 2006-02-14 Jay Belanger <belanger@truman.edu>
10682
10683 * calc/calc-arith.el (math-check-known-scalarp): Make sure
10684 expression is a symbol before checking that it is bound.
10685
10686 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
10687 test to see if equation can be solved.
10688
10689 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10690
10691 * wid-edit.el (widget-button-click): Use :pressed-face property
10692 for overlay face, if it exists.
10693
10694 * cus-edit.el (custom-manual, custom-add-see-also)
10695 (custom-add-parent-links, custom-group-link): Add :pressed-face
10696 property to links.
10697
10698 * files.el (hack-local-variables): Remove ignored variables before
10699 checking if any variables need setting.
10700
10701 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10702
10703 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
10704
10705 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
10706
10707 * help.el (where-is): Fix message for remapped commands.
10708
10709 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
10710 Fix typos in docstrings.
10711
10712 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
10713
10714 * files.el (safe-local-variable-values): New option.
10715 (hack-local-variables-prop-line): Return a list of variable-value
10716 pairs if MODE-ONLY is non-nil.
10717 (hack-local-variables): Construct list of variable-value pairs,
10718 and apply or reject them in one go. Ask for confirmation if
10719 variables are not known safe.
10720 (hack-local-variables-confirm): Complete rewrite. Support
10721 `safe-local-variable-values'.
10722 (enable-local-variables): Update docstring to reflect new
10723 behavior.
10724 (ignored-local-variables): Ignore ignored-local-variables and
10725 safe-local-variable-values.
10726 (safe-local-variable-p): New function.
10727 (risky-local-variable-p): `safe-local-variable' property check
10728 moved to safe-local-variable-p.
10729 (hack-one-local-variable): Checks moved to hack-local-variables.
10730
10731 (byte-compile-dynamic, c-basic-offset, c-file-style)
10732 (c-indent-level, comment-column, fill-column, fill-prefix)
10733 (indent-tabs-mode, kept-new-versions, no-byte-compile)
10734 (no-update-autoloads, outline-regexp, page-delimiter)
10735 (paragraph-start, paragraph-separate, sentence-end)
10736 (sentence-end-double-space tab-width, version-control):
10737 Add `safe-local-variable' property.
10738
10739 * find-lisp.el: Delete nonexistent `autocompile' file variable.
10740
10741 * icomplete.el, play/landmark.el: Change nonexistent
10742 `outline-layout' file variable to `allout-layout'.
10743
10744 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
10745
10746 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
10747 (gdb-get-changed-registers): Test value of gud-minor-mode relative
10748 to gud-comint-buffer.
10749 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
10750 gdb-ui.el for gdb-mi.el.
10751 (gdb-post-prompt, gdb-get-changed-registers): Move test for
10752 registers buffer to gdb-get-changed-registers.
10753 (gdb-breakpoint-regexp): New regexp. Allow toggling and
10754 deletion of catchpoints (throw and catch).
10755 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10756 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
10757 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
10758 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
10759 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
10760
10761 2006-02-13 Jay Belanger <belanger@truman.edu>
10762
10763 * calc/calc-arith.el (math-check-known-matrixp): Make sure
10764 expression is a symbol before checking that it is bound.
10765
10766 2006-02-13 Richard M. Stallman <rms@gnu.org>
10767
10768 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
10769 for the minibuffer too, but not if resize-mini-windows will interfere.
10770
10771 * help.el (describe-key-briefly, describe-key): Do all arg-reading
10772 inside `interactive' spec.
10773 (describe-key-briefly-internal, describe-key-internal):
10774 Functions merged back into their callers.
10775
10776 2006-02-13 Martin Rudalics <rudalics@gmx.at>
10777
10778 * info.el (info-xref-visited): Inherit from info-xref too.
10779 (Info-set-mode-line): Replace occurrences of `%' by `%%'
10780 when propertizing Info-current-file and Info-current-node.
10781
10782 2006-02-13 Juri Linkov <juri@jurta.org>
10783
10784 * tumme.el (tumme-thumbnail-storage): Fix docstring.
10785 (tumme-thumb-name): Fix per-directory format.
10786
10787 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
10788
10789 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
10790
10791 2006-02-12 Miles Bader <miles@gnu.org>
10792
10793 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
10794
10795 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
10796
10797 * tumme.el: Remove history section. If someone needs the it, it
10798 can always be found in CVS.
10799
10800 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
10801
10802 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
10803 about the Thumbnail Managing Standard option.
10804
10805 2006-02-12 Richard M. Stallman <rms@gnu.org>
10806
10807 * subr.el (substitute-key-definition): Doc fix.
10808
10809 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
10810
10811 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
10812
10813 * info.el (Info-mode): Doc fix.
10814
10815 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
10816
10817 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
10818
10819 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
10820 because on Solaris a POSIX compatible "id" is needed. Reported by
10821 Magnus Henoch <mange@freemail.hu>.
10822
10823 2006-02-12 Juri Linkov <juri@jurta.org>
10824
10825 * tumme.el: Remove todo item about Thumbnail Managing Standard.
10826 (tumme) <defgroup>: Change :group to `multimedia'.
10827 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
10828 Managing Standard.
10829 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
10830 Fix dostring.
10831 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
10832 and %y. Fix docstring.
10833 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
10834 (tumme-cmd-create-standard-thumbnail-command): New user options.
10835 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
10836 is `standard'. Fix docstring.
10837 (tumme-thumb-width, tumme-thumb-height): New user options.
10838 (tumme-external-viewer): Try to find various viewers.
10839 (tumme-get-thumbnail-image): Use `create-image' instead of
10840 constructing the `image' structure.
10841 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
10842 `standard'.
10843 (tumme-thumb-name): Add file name generation for standard storage.
10844 Simplify code for other storages.
10845 (tumme-thumb-name): Use width %w and height %h instead of size %s.
10846 Add modification time %m and thumbnail-nq8 %q.
10847 Use `tumme-cmd-create-standard-thumbnail-command' if
10848 tumme-thumbnail-storage is `standard'.
10849 (tumme-dired-insert-marked-thumbs): New autoload command.
10850 (tumme-dired-after-readin-hook): New function.
10851 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
10852 `tumme-thumb-size'.
10853 (tumme-display-image): Replace size-x %x and size-y %y with
10854 width %w and height %h.
10855
10856 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
10857 `tumme-dired-insert-marked-thumbs'.
10858
10859 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
10860
10861 * tumme.el (tumme-write-tag): Fix small bug (file name did not
10862 include path).
10863 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
10864 matching tag.
10865
10866 2006-02-12 Miles Bader <miles@gnu.org>
10867
10868 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
10869 New variables.
10870 (rcirc-abbrev-nick): New function.
10871 (rcirc-format-response-string): Rewrite to use the formats in
10872 `rcirc-response-formats' and expand escape sequences therein.
10873 A text-property `rcirc-text' is added over the actual response
10874 text to make easy to find inside the returned string.
10875 (rcirc-print): When filling, just look for the `rcirc-text'
10876 text-property to find the appropriate fill prefix, instead of
10877 using hardwired patterns.
10878
10879 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
10880
10881 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
10882 Managing Standard.
10883
10884 2006-02-11 Kim F. Storm <storm@cua.dk>
10885
10886 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
10887 Don't use insert-buffer; do insert-buffer-substring directly.
10888 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
10889
10890 2006-02-11 Martin Rudalics <rudalics@gmx.at>
10891
10892 * files.el (revert-buffer, recover-file): Replace buffer-read-only
10893 with inhibit-read-only. Suggested by Stefan Monnier.
10894 (revert-buffer): Let insert-file-contents discard
10895 buffer-undo-list. Simplify code.
10896 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
10897
10898 2006-02-11 Eli Zaretskii <eliz@gnu.org>
10899
10900 * menu-bar.el (menu-bar-select-yank): Add a doc string.
10901
10902 * help.el (describe-key-briefly): Now a wrapper for
10903 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
10904 to t. Populate yank-menu if empty.
10905 (describe-key-briefly-internal): Renamed from describe-key-briefly.
10906 (describe-key): Now a wrapper for describe-key-internal. Bind
10907 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
10908 (describe-key-internal): Renamed from describe-key.
10909
10910 2006-02-11 Milan Zamazal <pdm@zamazal.org>
10911
10912 * progmodes/glasses.el (glasses-separator): Doc fix.
10913 (glasses-original-separator): New defcustom.
10914 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
10915
10916 2006-02-11 Martin Rudalics <rudalics@gmx.at>
10917
10918 * mwheel.el (mouse-wheel-up-event): Doc fix.
10919
10920 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
10921
10922 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
10923 (tumme-dir): New function. Copied from thumbs.el.
10924
10925 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
10926
10927 * desktop.el (desktop-outvar): Fix typo.
10928 (desktop-save-buffer-p): Doc fix.
10929
10930 * subr.el (substitute-key-definition): Fix typo.
10931
10932 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10933
10934 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
10935 when window-system is mac.
10936
10937 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
10938
10939 2006-02-10 Kim F. Storm <storm@cua.dk>
10940
10941 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
10942 indirect-function instead of using condition-case.
10943
10944 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
10945
10946 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
10947 less `colloquial'...
10948
10949 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
10950
10951 * tumme.el: Add a couple of todo items.
10952
10953 2006-02-09 Lars Hansen <larsh@soem.dk>
10954
10955 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
10956 (highlight-changes-mode): Don't change desktop-locals-to-save.
10957
10958 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
10959
10960 * image-mode.el (image-toggle-display): Clear image cache if using
10961 filename.
10962
10963 2006-02-09 Masatake YAMATO <jet@gyve.org>
10964
10965 * dired-x.el (dired-guess-shell-alist-default): Add .man as
10966 a `dired-man' target.
10967
10968 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
10969 boundary of symbols.
10970
10971 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
10972
10973 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
10974
10975 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
10976
10977 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
10978 `mapcar'; return nil.
10979
10980 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
10981
10982 * mouse.el (mouse-drag-track): Don't change window if we rebind to
10983 some other event.
10984
10985 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
10986
10987 * net/rcirc.el (rcirc-startup-channels-alist):
10988 Add irc.freenode.net and #emacs as defaults.
10989 (rcirc-ignore-all-activity-flag): Remove variable.
10990 (rcirc-authinfo): New variable.
10991 (rcirc-authinfo-filename): Remove variable.
10992 (rcirc-always-use-server-buffer-flag): New flag.
10993 (rcirc): M-x rcirc will automatically connect without prompting.
10994 C-u M-x rcirc will prompt. Use rcirc-connect to create a
10995 connection in lisp.
10996 (rcirc-process-server-response-1): Remove everything but the nick
10997 portion of the sender so it doesn't need to be done everywhere
10998 else. Update related code.
10999 (global-map): Remove global keybindings.
11000 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
11001 (rcirc-send-input): Split into several functions.
11002 (rcirc-process-input-line, rcirc-process-message)
11003 (rcirc-process-command): New functions.
11004 (rcirc-target-buffer): New function to determine where to route
11005 messages.
11006 (rcirc-user-nick): Save match data.
11007 (rcirc-toggle-ignore-buffer-activity)
11008 (rcirc-update-activity-string): Remove global ignore functionality,
11009 which can be done now by toggling rcirc-track-minor-mode.
11010 (rcirc-track-minor-mode-map): New keymap.
11011 (rcirc-track-minor-mode): New minor-mode.
11012 (ignore): Make the ignore output nicer. Always print it when
11013 adding or removing nicks.
11014 (rcirc-url-regexp): Improve.
11015 (rcirc-mangle-text): Remove properties before using text in the
11016 modeline.
11017 (rcirc-authenticate): Authentication data comes from
11018 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
11019 (rcirc-server-prefix): Inherit from rcirc-server.
11020
11021 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
11022
11023 * Makefile.in (compile): Append "|| true" to the end of the `find'
11024 command, like compile-always does.
11025
11026 2006-02-08 Sam Steingold <sds@gnu.org>
11027
11028 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
11029 output from a dead connection.
11030
11031 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
11032
11033 * dired.el (dired-mode-map): Add more bindings for tumme.
11034
11035 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
11036
11037 * wdired.el (wdired-mode-map): Use remap.
11038 (wdired-get-filename): Massage.
11039 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
11040 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
11041 `keymap' property rather than `local-map'.
11042
11043 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
11044
11045 * tumme.el (tumme-get-thumbnail-image): New utility function.
11046 Suggested by from Chong Yidong.
11047 (tumme-dired-with-window-configuration): Rename from
11048 `tumme-dired'. Add code to save window configuration.
11049 (tumme-restore-window-configuration): New command to restore the
11050 window configuration that `tumme-dired-with-window-configuration'
11051 saves before it changes the window configuration.
11052 (tumme-show-all-from-dir): New command to display thumbnails for
11053 all files in a directory entered by the user, like M-x thumbs.
11054 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
11055 have been created.
11056 (tumme-display-thumbnail-original-image): Call `display-buffer'.
11057 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
11058 Remove obsolete test function.
11059
11060 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
11061
11062 * vc.el (small-temporary-file-directory): Remove defvar; there's
11063 a defcustom for it in files.el.
11064
11065 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
11066 Fix typo in message.
11067 (tumme-gallery-generate): Fix typo in `error' message.
11068 (tumme-display-window-height-correction)
11069 (tumme-display-window-width-correction, tumme-line-up-dynamic)
11070 (tumme-line-up-interactive): Dox fixes.
11071 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
11072 (tumme-restore-window-configuration, tumme-format-properties-string)
11073 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
11074 Fix typos in docstrings.
11075
11076 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
11077
11078 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
11079
11080 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
11081
11082 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
11083 User should use hook if desired.
11084
11085 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
11086 buffer if necessary.
11087 (gdb-delete-frame-or-window): New function.
11088 (gdb-breakpoints-mode-map): Bind "q" to it.
11089
11090 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11091
11092 * textmodes/nroff-mode.el: Clean up name space.
11093 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
11094 (nroff-mode): Obey the global setting of nroff-electric-mode.
11095 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
11096
11097 * calendar/calendar.el (calendar-increment-month): Typo in last change.
11098
11099 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
11100
11101 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
11102
11103 2006-02-06 Lars Hansen <larsh@soem.dk>
11104
11105 * generic-x.el (etc-fstab-generic-mode): Add file system types
11106 cifs and usbdevfs. Allow special chars in file names.
11107
11108 2006-02-05 Jay Belanger <belanger@truman.edu>
11109
11110 Update copyright notices of the files in lisp/calc.
11111
11112 2006-02-05 Romain Francoise <romain@orebokech.com>
11113
11114 Update copyright notices of all files in the lisp/play directory.
11115
11116 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
11117
11118 * ldefs-boot.el: Regenerate.
11119
11120 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
11121
11122 2006-02-05 Kim F. Storm <storm@cua.dk>
11123
11124 * files.el (magic-mode-regexp-match-limit): New defvar.
11125 (set-auto-mode): Use it to limit magic-mode-alist matching.
11126
11127 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
11128
11129 * simple.el (display-message-or-buffer): Compare the number of
11130 characters to the frame width when determining whether a 1-line
11131 message string will fit in the echo area. Count screen lines
11132 instead of buffer lines when determining whether a multi-line
11133 message will fit in the echo area/minibuffer window.
11134
11135 2006-02-04 Eli Zaretskii <eliz@gnu.org>
11136
11137 * info.el (Info-index, Info-mode): Improve the description of the
11138 `i' command.
11139
11140 * ldefs-boot.el: Regenerate.
11141
11142 2006-02-03 Werner Lemberg <wl@gnu.org>
11143
11144 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
11145 greedy to find the closing bracket in \*[...] and similar
11146 expressions. This is a first rough fix -- many additional
11147 refinements are necessary to make nroff mode really usable with groff.
11148
11149 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
11150
11151 * international/mule-cmds.el (set-locale-environment):
11152 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
11153 libX11.
11154
11155 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
11156
11157 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
11158 archive are created in archive-tmpdir.
11159
11160 2006-02-02 John Paul Wallington <jpw@pobox.com>
11161
11162 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
11163 (ibuffer-fontification-alist): Use it.
11164 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
11165 to "* z" and the Ibuffer Mark menu.
11166
11167 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
11168
11169 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * textmodes/table.el (*table--cell-describe-mode)
11172 (*table--cell-describe-bindings): Undo last change since
11173 print-help-return-message is not obsoleted by anything at all.
11174
11175 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
11176
11177 * emulation/cua-base.el (cua-mode): Doc fix.
11178
11179 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
11180
11181 * dframe.el (dframe-handle-make-frame-visible)
11182 (dframe-handle-iconify-frame, dframe-get-focus)
11183 (dframe-select-attached-frame, dframe-power-click)
11184 (dframe-frame-mode): Fix typos in docstrings.
11185
11186 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
11187 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
11188 Fix typos in docstrings.
11189
11190 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
11191 (hi-lock-face-buffer, hi-lock-font-lock-hook)
11192 (hi-lock-archaic-interface-message-used)
11193 (hi-lock-file-patterns-range): Fix typos in docstrings.
11194
11195 * savehist.el (savehist-loaded, savehist-load, savehist-install)
11196 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
11197
11198 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
11199 Fix typo in docstring.
11200
11201 * net/newsticker.el (newsticker--decode-iso8601-date)
11202 (newsticker--set-customvar, newsticker--buffer-insert-item)
11203 (newsticker--do-run-auto-mark-filter)
11204 (newsticker--parse-generic-feed): Doc fixes.
11205 (newsticker--retrieval-timer-list, newsticker-url-list)
11206 (newsticker-hide-immortal-items-in-echo-area)
11207 (newsticker-hide-obsolete-items-in-echo-area)
11208 (newsticker-new-item-face, newsticker--enclosure)
11209 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
11210 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
11211 (newsticker--parse-generic-feed, newsticker--cache-contains)
11212 (newsticker--stat-num-items, newsticker-download-enclosures):
11213 Fix typos in docstrings.
11214
11215 * net/rcirc.el (rcirc-debug): Doc fix.
11216 (rcirc-fill-column, rcirc-receive-message-hooks)
11217 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
11218 (rcirc-mode, rcirc-generate-new-buffer-name)
11219 (rcirc-startup-channels, rcirc-ignore-update-automatic)
11220 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
11221 Fix typos in docstrings.
11222 (rcirc-print): "?\ " -> "?\s".
11223 (rcirc-cmd-join): Improve argument/docstring consistency.
11224
11225 2006-02-01 Mark A. Hershberger <mah@everybody.org>
11226
11227 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
11228 before narrow-to-region.
11229
11230 2006-02-01 Richard M. Stallman <rms@gnu.org>
11231
11232 * simple.el (move-beginning-of-line): Scan properly for invis change.
11233
11234 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
11235
11236 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
11237
11238 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
11239 change bit only when id-format is 'integer. Reported by Matt
11240 Hodges <M.P.Hodges@rl.ac.uk>.
11241
11242 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
11243
11244 * hilit-chg.el (highlight-changes-initial-state)
11245 (highlight-changes-global-initial-state): Doc fixes.
11246 (highlight-changes-global-modes, global-highlight-changes):
11247 Fix typos in docstrings.
11248
11249 2006-02-01 Kim F. Storm <storm@cua.dk>
11250
11251 * emulation/cua-base.el (cua-mode): Mention that CUA enables
11252 transient-mark-mode in doc string.
11253
11254 2006-01-31 Richard M. Stallman <rms@gnu.org>
11255
11256 * replace.el (multi-occur): Doc fix.
11257 (multi-occur-in-matching-buffers): Rename from
11258 multi-occur-by-filename-regexp. Prefix arg says match
11259 buffer names instead of file names.
11260
11261 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
11262
11263 * bs.el: Allow non-default values of `bs-header-lines-length'.
11264 (bs--running-in-xemacs): Remove (not needed anymore).
11265 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
11266 instead of `shrink-window', thus avoiding having to compute the
11267 height of the window.
11268 (bs--up): Wrap around even when there's no header.
11269 (bs--down): Use `forward-line' instead of `next-line'.
11270
11271 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
11272
11273 * image-mode.el (image-toggle-display): Use file name if possible,
11274 instead of unnecessarily allocating a (possibly huge) lisp string.
11275
11276 2006-01-30 John Paul Wallington <jpw@pobox.com>
11277
11278 * subr.el (toplevel): Define `cl-assertion-failed' condition here
11279 because the `assert' macro signals it at runtime.
11280
11281 * emacs-lisp/cl.el (toplevel): Remove definition of
11282 `cl-assertion-failed' condition.
11283
11284 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
11285
11286 * thumbs.el (thumbs-marked-list): Make buffer-local and
11287 permanent-local.
11288 (thumbs-insert-thumb): Make help-echo non-sticky.
11289 (thumbs-file-alist): Use eolp as check for (non)-image.
11290
11291 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
11292
11293 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
11294 (ediff-before-session-group-setup-hooks)
11295 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
11296 Fix typos in docstrings.
11297
11298 * window.el (bw-dir, bw-eqdir, balance-windows)
11299 (split-window-keep-point): Fix typos in docstrings.
11300
11301 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
11302 (org-quote-string, org-calendar-to-agenda-key)
11303 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
11304 (org-show-following-heading, org-tags-column)
11305 (org-use-tag-inheritance, org, org-allow-space-in-links)
11306 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
11307 (org-enable-table-editor, org-calc-default-modes)
11308 (org-table-allow-automatic-line-recalculation)
11309 (org-export-html-style, org-export-with-fixed-width)
11310 (org-export-with-sub-superscripts, org-special-keyword)
11311 (org-formula, org-time-grid, org-table-may-need-update)
11312 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
11313 (org-goto-quit, org-get-indentation, org-end-of-item)
11314 (org-move-item-down, org-move-item-up)
11315 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
11316 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
11317 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
11318 (org-agenda-log-mode, org-agenda-toggle-diary)
11319 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
11320 (org-agenda-file-to-end, org-agenda-no-heading-message)
11321 (org-agenda-get-closed, org-format-agenda-item)
11322 (org-cmp-priority, org-cmp-category, org-cmp-time)
11323 (org-agenda-change-all-lines, org-agenda-diary-entry)
11324 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
11325 (org-link-search, org-camel-to-words, org-open-file)
11326 (org-remember-handler, org-table-convert-region)
11327 (org-table-move-row-down, org-table-move-row-up)
11328 (org-table-copy-region, org-table-wrap-region)
11329 (org-table-toggle-vline-visibility)
11330 (org-table-get-vertical-vector, org-table-modify-formulas)
11331 (org-table-get-specials, org-recalc-commands)
11332 (org-table-rotate-recalc-marks, org-table-eval-formula)
11333 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
11334 (org-level-color-stars-only, org-insert-heading):
11335 Fix typos in docstrings.
11336 (last-arg): Add defvar.
11337
11338 * makefile.w32-in (WINS): Add erc.
11339 (MH_E_SRC): Update (copied from lisp/Makefile.in).
11340
11341 2006-01-29 Bill Wohler <wohler@newt.com>
11342
11343 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
11344 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
11345 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
11346 (mh-autoloads): Don't use comments on otherwise empty lines.
11347
11348 2006-01-29 Edward O'Connor <ted@oconnor.cx>
11349
11350 * emulation/viper.el (viper-major-mode-modifier-list): Add
11351 insert-state and vi-state entries for erc-mode.
11352 (viper-go-away, viper-set-hooks): Add and remove
11353 viper-comint-mode-hook from erc-mode-hook as appropriate.
11354
11355 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
11356
11357 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
11358
11359 * bs.el (bs--format-aux): Implement `middle' alignment as
11360 described in the docstring for `bs-attributes-list'.
11361 (bs--get-name): Simplify. Don't pad the buffer name.
11362
11363 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
11364
11365 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
11366 English aspell dictionary is installed, use the first entry of
11367 ispell-dictionary-alist-1.
11368
11369 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
11370
11371 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11372 Doc fix.
11373
11374 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
11375
11376 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11377 for `process-file', in order to let it work for older Emacsen too.
11378
11379 2006-01-27 Eli Zaretskii <eliz@gnu.org>
11380
11381 * international/latexenc.el: Add a suitable `coding:' tag.
11382 (latexenc-find-file-coding-system): Undo last change.
11383
11384 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11385
11386 * international/latexenc.el (latexenc-find-file-coding-system):
11387 Make sure latexenc-main-file is a regular file and is readable.
11388
11389 2006-01-27 Andre Spiegel <spiegel@gnu.org>
11390
11391 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
11392 Pass FILE to vc-user-login-name.
11393
11394 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
11395
11396 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
11397
11398 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
11399 there are no more images to display.
11400 (thumbs-mark, thumbs-unmark): Revert change so that they move to
11401 the next image.
11402
11403 2006-01-26 Richard M. Stallman <rms@gnu.org>
11404
11405 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
11406
11407 * wid-edit.el (advertised-widget-backward): New alias.
11408 (widget-keymap): Use advertised-widget-backward for S-TAB.
11409
11410 * tumme.el: Correct the keywords.
11411 (tumme-dir-max-size): Use defvar.
11412 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
11413
11414 * simple.el (move-beginning-of-line): Take account of fields.
11415 (clone-indirect-buffer-other-window): Take args like
11416 clone-indirect-buffer, and work like it.
11417
11418 * help-fns.el (describe-function): Don't pass `nil' as default.
11419
11420 * files.el (risky-local-variable-p): Follow var aliases.
11421
11422 * subr.el (lazy-completion-table): Doc fix.
11423
11424 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
11425 global binding of `line'.
11426
11427 2006-01-25 Andre Spiegel <spiegel@gnu.org>
11428
11429 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
11430 Tramp.
11431
11432 * vc.el (vc-default-dired-state-info): Pass FILE to
11433 vc-user-login-name.
11434 (vc-default-update-changelog): Don't use vc-user-login-name, we
11435 don't need it here.
11436
11437 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
11438 no longer necessary.
11439
11440 2006-01-25 Kenichi Handa <handa@m17n.org>
11441
11442 * international/mule.el (decode-char): Avoid the overhead of
11443 calling utf-lookup-subst-table-for-decode if
11444 utf-translate-cjk-mode is nil.
11445 (encode-char): Avoid the overhead of calling
11446 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
11447 nil.
11448
11449 2006-01-22 Kenichi Handa <handa@m17n.org>
11450
11451 * international/mule.el (make-subsidiary-coding-system): Reset
11452 `coding-system-define-form' property of subsidiaries to nil.
11453 Avoid duplicated entry in coding-system-alist.
11454 (make-coding-system): Avoid duplicated entry in
11455 coding-system-alist.
11456 (define-coding-system-alias): Likewise.
11457
11458 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
11459
11460 * completion.el: Minor fixes in introductory comment.
11461 (completion-def-wrapper): Fix alist.
11462
11463 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
11464
11465 * thumbs.el (thumbs-new-image-size): New function.
11466 (thumbs-increment-image-size-element)
11467 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
11468 (thumbs-decrement-image-size): Delete.
11469 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
11470 temp files and use to resize.
11471 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
11472 Use increment argument to enlarge/shrink. Preserve point.
11473 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
11474 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
11475 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
11476 (thumbs-mark, thumbs-unmark): Preserve point.
11477 (thumbs-modify-image): Keep old temp files and use to modify.
11478 Cleanup old temp files at load time. Preserve point.
11479 (thumbs-view-image-mode-map): Use new command names.
11480
11481 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * log-view.el (log-view-minor-wrap): First rev is the one at point.
11484
11485 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
11486 the nastiest part of the cyclic dependency.
11487 (cal-menu-update): Use dotimes and calendar-increment-month.
11488
11489 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
11490 (calendar-week-start-day): Add an :initializer.
11491 (calendar-mode-map): Use suppress-keymap, and command remapping.
11492 (describe-calendar-mode): Setup xref-stack info for the back button.
11493 (calendar-star-date): Insert before delete.
11494 (calendar-set-mode-line): Add file-modified info if applicable.
11495 (calendar-increment-month): New function.
11496
11497 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
11498
11499 * font-lock.el (lisp-font-lock-keywords-2):
11500 Recognize "& keywords" only at word boundaries.
11501
11502 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
11503
11504 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
11505 and permanent-local.
11506 (thumbs-max-image-number): New variable.
11507 (thumbs-do-thumbs-insertion): Use them.
11508 (thumbs-per-line): Change default to 4.
11509 (thumbs-marked-list): Rename from thumbs-markedL.
11510 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
11511 (thumbs-rename-images): Use -list instead of L for internal variables.
11512 (thumbs-call-convert): Use call-process instead of shell-command.
11513 (thumbs-insert-thumb): Add filename as help-echo to each image.
11514 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
11515 Give dir to thumbs-show-thumbs-list.
11516 (thumbs-show-thumbs-list): Set default-directory to that of images.
11517 (thumbs-dired-show): Rename from thumbs-dired-show-all.
11518 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
11519 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
11520 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
11521
11522 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * ses.el (ses-read-cell): Provide a default value.
11525
11526 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
11527
11528 * term/w32-win.el (image-library-alist): Add additional names for
11529 GIF library.
11530
11531 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11532
11533 * international/latexenc.el (latexenc-find-file-coding-system):
11534 Add file-regular-p check.
11535
11536 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * simple.el (clone-buffer): Don't show the new buffer in the same
11539 window.
11540
11541 2006-01-23 Juri Linkov <juri@jurta.org>
11542
11543 * faces.el (link, link-visited): New faces based on default values
11544 of `info-xref' and `info-xref-visited'.
11545
11546 * info.el (info-xref): Inherit from `link'.
11547 (info-xref-visited): Inherit from `link-visited'.
11548
11549 * cus-edit.el (custom-buffer-create-internal): Use widget type
11550 `custom-manual' instead of `info-link' and don't set properties
11551 `button-face' and `mouse-face' explicitly.
11552 (custom-browse-group-tag, custom-browse-variable-tag)
11553 (custom-browse-face-tag): Inherit from widget class
11554 `custom-group-link' instead of `push-button'.
11555 (custom-button-unraised): Inherit from `underline' face.
11556 (custom-link): Inherit from `link' face. Fix doc and group.
11557 (custom-add-parent-links, custom-group-value-create): Don't set
11558 properties `button-face' and `mouse-face' explicitly for
11559 `custom-group-link' widget.
11560 (custom-group-link): Add properties `button-face' and `mouse-face'
11561 to widget definition.
11562 (custom-field-keymap): New variable. Put `custom-field-keymap' to
11563 editable-field's :keymap property.
11564 (custom-mode): Fix docstring: substitute keybindings for
11565 `widget-forward' and `widget-backward' from `widget-keymap',
11566 `widget-complete' from `custom-field-keymap', replace old
11567 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
11568
11569 * desktop.el (desktop-load-file): Check for `fboundp' before
11570 calling `symbol-function'.
11571
11572 * simple.el (clone-buffer, clone-indirect-buffer)
11573 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
11574 `read-string'. Fix prompts.
11575
11576 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
11577
11578 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
11579
11580 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
11581
11582 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
11583
11584 * startup.el (inhibit-splash-screen, initial-scratch-message):
11585 Doc fixes.
11586
11587 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
11588
11589 Sync with Tramp 2.0.52.
11590
11591 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
11592 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
11593 `tramp-unload-tramp' for checklist.
11594
11595 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
11596 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
11597 (tramp-unload-file-name-handler-alist)
11598 (tramp-unload-tramp): New defuns.
11599 (tramp-advice-PC-expand-many-files): New defadvice.
11600 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
11601 removed.
11602 (tramp-handle-expand-file-name): Remove double slash.
11603 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
11604 It doesn't matter, because it will be converted later on.
11605 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
11606 implementation was just heuristic.
11607 (tramp-post-connection): Set uid and gid properties.
11608 (tramp-convert-file-attributes): Set file's gid change bit.
11609 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
11610 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
11611 in case of su(do)? methods. The home directory of the local user
11612 will be taken else.
11613 (tramp-open-connection-telnet)
11614 (tramp-open-connection-rsh, tramp-open-connection-su)
11615 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
11616 local shell prompt could hurt. Reported by Romain Francoise
11617 <romain@orebokech.com>.
11618 (tramp-let-maybe): Add `edebug-form-spec' property.
11619 (tramp-handle-expand-file-name): Bind `default-directory' locally
11620 to "/" in order to avoid problems with UNC shares or Cygwin
11621 mounts.
11622 (tramp-md5-function): Fix typo in error message.
11623
11624 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
11625
11626 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
11627 for byte-compiler pacification.
11628
11629 2006-01-22 Andre Spiegel <spiegel@gnu.org>
11630
11631 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
11632 ID-FORMAT `string'. This allows us to get rid of
11633 `vc-user-login-name UID'.
11634
11635 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
11636
11637 2006-01-22 John Paul Wallington <jpw@pobox.com>
11638
11639 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
11640
11641 2006-01-21 Martin Rudalics <rudalics@gmx.at>
11642
11643 * emacs-lisp/find-func.el (find-definition-noselect)
11644 (find-variable-noselect): Search variables in C source code too.
11645 (find-function-C-source, find-function-noselect, find-function)
11646 (find-function-other-frame, find-variable-noselect, find-variable)
11647 (find-variable-other-frame, find-variable-at-point):
11648 Fix docstrings.
11649
11650 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
11651
11652 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
11653
11654 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
11655
11656 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
11657 Default to disabling the "Save affix" question.
11658
11659 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
11660
11661 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
11662 the first arg to run-python.
11663
11664 2006-01-21 Eli Zaretskii <eliz@gnu.org>
11665
11666 * startup.el (command-line-1): Handle --no-desktop if desktop.el
11667 is not loaded.
11668
11669 2006-01-20 Jay Belanger <belanger@truman.edu>
11670
11671 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
11672 limit is 0.
11673
11674 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
11675 the correct variable.
11676
11677 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
11678
11679 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
11680 link. Fixed buggy argument sequence in call to `org-view-tags'.
11681 (org-compile-prefix-format): Set `org-prefix-has-tag'.
11682 (org-prefix-has-tag): New variable.
11683 (org-format-agenda-item): Remove tags from headline if
11684 appropriate.
11685 (org-agenda-remove-tags-when-in-prefix): New option.
11686 (org-get-tags-at): New function.
11687
11688 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
11689
11690 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
11691 (thumbs-find-image): Move image name and number from buffer name
11692 to mode name. Set thumbs-buffer. Preserve point so that large
11693 images remain visible.
11694 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
11695 order.
11696 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
11697 mode name.
11698 (thumbs-next-image, thumbs-previous-image): Make them work.
11699
11700 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
11701
11702 * cus-edit.el (custom-buffer-create-internal): State in the text above
11703 the whole buffer buttons that they do not operate on hidden items.
11704 (custom-face-menu): Use `custom-face-save' instead of
11705 `custom-face-save-command'.
11706 (custom-face-save-command): Make it an alias for `custom-face-save'
11707 and declare it obsolete.
11708 (custom-face-save): Doc fix.
11709
11710 * dired.el (dired-no-confirm): Add quote.
11711 (dired-subdir-alist-pre-R): Add quote in
11712 `make-variable-buffer-local' form and remove unbalanced parenthesis.
11713
11714 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11715
11716 * textmodes/table.el (table-mode-indicator): Typo in last change.
11717
11718 2006-01-19 Richard M. Stallman <rms@gnu.org>
11719
11720 * outline.el (hide-leaves): Don't call outline-end-of-heading.
11721 Fixes bug reported in Nov 2005.
11722
11723 * isearch.el (isearch-forward): Doc fix.
11724
11725 * dired.el (dired-move-to-filename-regexp): Define as alias.
11726 (dired-no-confirm): Use defcustom.
11727 (dired-subdir-alist-pre-R): Put defvar at top level.
11728
11729 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
11730
11731 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11732 Mark as risky.
11733
11734 * simple.el (set-mark-command): Doc fix.
11735 (clone-indirect-buffer-other-window):
11736 Read arg like clone-indirect-buffer.
11737 (move-beginning-of-line): Skip invisible newlines.
11738
11739 2006-01-19 Masatake YAMATO <jet@gyve.org>
11740
11741 * progmodes/cpp.el (cpp-edit-load): Make the order of
11742 listed conditions in a base C code buffer and its associate
11743 CPP Edit buffer the same.
11744
11745 2006-01-19 Kenichi Handa <handa@m17n.org>
11746
11747 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
11748 (rmail-mime-feature): Likewise.
11749 (rmail-require-mime-maybe): Use display-warning to show a warning
11750 message.
11751
11752 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
11753 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
11754
11755 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
11756
11757 * array.el: Move defvars out of eval-when-compile.
11758 (array-make-template): Replace undeclared global var with a local one.
11759 (array-mode): Inline initialization functions.
11760 (array-init-local-variables, array-init-max-row)
11761 (array-init-max-column, array-init-columns-per-line)
11762 (array-init-field-width, array-init-rows-numbered)
11763 (array-init-line-length, array-init-lines-per-row): Remove.
11764
11765 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
11766 (doc-mode-map): Define explicitly.
11767 (doctor-txtype): Use mapc.
11768
11769 * textmodes/table.el: Move defvars out of eval-when-compile.
11770 Remove harmful code meant to avoid byte-compiler warnings.
11771 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
11772 specification that checks table-fixed-width-mode directly.
11773 (table-recognize-region, table-recognize-cell):
11774 Use restore-buffer-modified-p.
11775 (table-fixed-width-mode): Remove code that refreshes
11776 table-fixed-mode-indicator.
11777 (*table--cell-describe-bindings, *table--cell-describe-mode):
11778 Avoid obsolete name print-help-return-message.
11779 (table--test-cell-list): Don't use replace-regexp from elisp.
11780 (table--point-entered-cell-function, table--point-left-cell-function):
11781 Don't set table-fixed-mode-indicator, use force-mode-line-update.
11782
11783 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
11784 that was after the end of file. Use buffer-file-name variable.
11785 (org-timestamp-change): Use with-current-buffer.
11786 (org-todo-list): Don't unnecessarily define a new buffer-local var.
11787 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
11788 `file'.
11789
11790 * progmodes/fortran.el: Move defvars out of eval-when-compile.
11791 (fortran-break-line): Remove unused var `opoint'.
11792 (fortran-abbrev-start): Obey help-event-list.
11793
11794 2006-01-18 Jesper Harder <harder@phys.au.dk>
11795
11796 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
11797
11798 2006-01-18 Masatake YAMATO <jet@gyve.org>
11799
11800 * progmodes/make-mode.el (makefile-imake-mode): New mode
11801 derived from makefile-mode.
11802 (makefile-imake-mode-syntax-table): New syntax table
11803 derived from makefile-mode-syntax-table.
11804 (makefile-mode): Write about makefile-imake-mode in doc string.
11805 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
11806 (makefile-imake-font-lock-keywords): New font lock keywords.
11807
11808 * files.el (auto-mode-alist): Add Imakefile.
11809
11810 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
11811
11812 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
11813 loading the file rather than when turning on flyspell-mode.
11814
11815 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
11816
11817 * cus-edit.el (customize-rogue): Minor doc fix.
11818
11819 2006-01-17 Juri Linkov <juri@jurta.org>
11820
11821 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
11822 instead of the file at the mark as default if the file at the mark
11823 is the same as the file at point or if dired-dwim-target-directory
11824 is not the same as the current directory and the mark is not active.
11825
11826 * log-view.el (log-view-minor-wrap): Use the same logic to get
11827 revisions as `log-view-diff'.
11828
11829 * info.el (Info-revert-find-node): Check for Info-current-file
11830 before preserving new-history.
11831
11832 * man.el (Man-heading-regexp): Add `/'.
11833
11834 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
11835 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
11836
11837 2006-01-16 Juri Linkov <juri@jurta.org>
11838
11839 * faces.el (mode-line-faces): New defgroup.
11840 (mode-line-highlight): Move definition after new defgroup.
11841 (mode-line, mode-line-inactive, mode-line-highlight):
11842 Replace :group `modeline' with `mode-line-faces'.
11843 (mode-line-buffer-id): New face.
11844 (modeline-buffer-id): New face alias.
11845 (vertical-border): Remove :group `modeline'.
11846
11847 * bindings.el (propertized-buffer-identification): Use face
11848 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
11849 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
11850 (mode-line-buffer-identification-keymap): For mouse-1 replace
11851 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
11852 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
11853 mouse-3.
11854
11855 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
11856 Buffer-menu-buffer. Doc fix.
11857 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
11858 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
11859 `Buffer-menu-buffer'.
11860
11861 * info.el (Info-mode-line-node-keymap): New defvar.
11862 (Info-set-mode-line): Use `stringp' to check Info-current-file.
11863 Propertize Info-current-node with `mode-line-buffer-id' and
11864 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
11865
11866 * time.el (display-time-mail-face): Replace :group `faces' with
11867 `mode-line-faces'.
11868
11869 2006-01-16 Kenichi Handa <handa@m17n.org>
11870
11871 * international/code-pages.el: Add autoload cookies for cp125[0345678].
11872
11873 * language/european.el (cp1252): New alias for windows-1252.
11874
11875 * international/mule.el (autoload-coding-system): Prepare for EOL
11876 variants.
11877
11878 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
11879
11880 * term.el (term-raw-map): Add mapping for insert.
11881 (term-send-insert): New.
11882 (term-mode): Make variables local here instead of doing it in
11883 `term-emulate-terminal'.
11884 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
11885 Scroll reverse needs to take into account the scroll region.
11886 Saving and restoring the cursor should save the color attributes too.
11887 (term-reset-terminal): Reset the scroll region.
11888 (term-handle-ansi-escape): Cursor up and down should take into
11889 account the scroll region.
11890 (term-set-scroll-region): Rename from `term-scroll-region'.
11891 Move to 0,0 after setting the region.
11892 (term-handle-scroll): Handle scroll up.
11893 (term-down): Fix off by one error.
11894 (term-delete-lines): Do not delete outside the scroll region.
11895 (term-insert-lines): Take into account the scroll region.
11896
11897 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * textmodes/ispell.el (ispell-internal-change-dictionary)
11900 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
11901 (start, end): Move declaration outside of eval-when-compile.
11902
11903 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
11904 (flyspell-mode-on): Use it.
11905
11906 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
11907 ispell-kill-ispell-hook.
11908
11909 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
11910
11911 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11912 (Custom-reset-saved): Do not ask for confirmation in single option
11913 buffers.
11914
11915 2006-01-13 Richard M. Stallman <rms@gnu.org>
11916
11917 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
11918
11919 2006-01-13 Romain Francoise <romain@orebokech.com>
11920
11921 * add-log.el (add-change-log-entry, change-log-merge):
11922 Conditionally use `hard-newline'.
11923
11924 2006-01-13 Martin Rudalics <rudalics@gmx.at>
11925
11926 * wid-edit.el (widget-field-end): If the overlay is no longer
11927 associated with a buffer, behave as if the overlay didn't exist.
11928
11929 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
11930 Make sure the links use the `custom-link' face.
11931
11932 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
11933
11934 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
11935 (ld-script-mode): Don't set indent-line-function since we don't
11936 have one.
11937
11938 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
11939
11940 * textmodes/org.el (org-open-file): Use mailcap for selecting an
11941 application.
11942 (org-file-apps-defaults-gnu): Use mailcap as the default for
11943 selecting an application on a UNIX system.
11944 (org-agenda-show-tags): New command.
11945 (org-table-insert-hline): Keep cursor in current table line.
11946 (org-table-convert): Offset effect of modifying
11947 `org-table-insert-hline'.
11948 (org-format-agenda-item): New optional argument TAG.
11949 (org-compile-prefix-format): Handle %T format for the tag.
11950 (org-expand-wide-chars): New function.
11951 (org-table-insert-row, org-table-insert-hline):
11952 Use `org-expand-wide-chars'.
11953 (org-open-file): Fix bug in program launch.
11954 (org-get-time-of-day): Fix bug with times before 1am.
11955 (org-agenda-menu): Add tags commands.
11956
11957 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
11958
11959 * textmodes/ispell.el (ispell-init-process): Include the used
11960 dictionary in ispell process start message.
11961 (ispell-internal-change-dictionary): When flyspell-mode is active
11962 and dictionary is changed, make sure ispell process is restarted
11963 and flyspell word cache cleared out for the current buffer.
11964 (ispell-change-dictionary): Make sure flyspell word cache is
11965 cleared out in all buffers with active flyspell mode when
11966 dictionary is globally changed.
11967 Call ispell-internal-change-dictionary after dictionary change.
11968
11969 2006-01-13 Eli Zaretskii <eliz@gnu.org>
11970
11971 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
11972
11973 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
11974 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
11975 years. Fix small differences wrt Makefile.in.
11976 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
11977 Makefile.in does.
11978
11979 2006-01-12 Bill Wohler <wohler@newt.com>
11980
11981 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
11982 mh-search.el.
11983
11984 2006-01-12 Masatake YAMATO <jet@gyve.org>
11985
11986 * progmodes/ld-script.el: Update copyright year.
11987
11988 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
11989
11990 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
11991 Don't add widget if setting undefined.
11992
11993 2006-01-12 John Paul Wallington <jpw@pobox.com>
11994
11995 * help-fns.el (describe-variable): Remove newlines from void
11996 variable output.
11997
11998 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
11999
12000 * wdired.el (wdired-mode-map): Add help echo for
12001 wdired-abort-changes.
12002
12003 * man.el (Man-file-name-regexp): Adjust for a list of files.
12004
12005 2006-01-12 Masatake YAMATO <jet@gyve.org>
12006
12007 * progmodes/ld-script.el (auto-mode-alist): Support
12008 suffix conventions used in netbsd and eCos.
12009
12010 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
12011
12012 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
12013 (custom-variable-menu, custom-face-menu, custom-group-menu)
12014 (Custom-mode-menu): Change names of menu items. (As discussed on
12015 emacs-devel.)
12016 (custom-face-menu): Add "Undo Edits" item.
12017
12018 * startup.el (init-file-user): defcustom -> defvar.
12019
12020 * tooltip.el (tooltip-mode): Doc fix.
12021
12022 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
12023
12024 * reveal.el (reveal-post-command): window-buffer signals an error on
12025 dead windows rather than returning nil.
12026 (reveal-open-new-overlays): An overlay might die while we open others.
12027
12028 2006-01-11 Bill Wohler <wohler@newt.com>
12029
12030 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
12031 phrasing in docstring.
12032
12033 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
12034 can give some systems gas. Add new file mh-buffers.el.
12035
12036 2006-01-06 Masatake YAMATO <jet@gyve.org>
12037
12038 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
12039 C preprocessor forward ported from GNU Emacs 21.2.
12040
12041 * progmodes/asm-mode.el (asm-font-lock-keywords):
12042 Use `cpp-font-lock-keywords'.
12043
12044 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
12045
12046 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
12047 of $ for "\\.ld[s]?".
12048
12049 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
12052 (tcl-indent-line): Return `noindent' if inside a string.
12053
12054 * progmodes/flymake.el (flymake-split-string): Remove more than one
12055 empty string at beg/end of the result.
12056 (flymake-find-buildfile, flymake-find-possible-master-files):
12057 Use expand-file-name.
12058 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
12059 since expand-file-name does it for us. Use directory-file-name.
12060 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
12061 (flymake-ler-get-type, flymake-ler-get-text)
12062 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
12063 (flymake-current-line-no): Remove spurious interactive spec.
12064 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
12065 (flymake-check-include): Remove arg inc-path merged into inc-name.
12066 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
12067 Arg regexp-list replaced by a simple regexp.
12068 (flymake-master-make-header-init, flymake-master-tex-init):
12069 Correspondingly replace regexp-list with a regexp. Fix regexp.
12070
12071 2006-01-10 Simon Josefsson <jas@extundo.com>
12072
12073 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
12074 describing AUTH PLAIN fix.
12075
12076 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
12077
12078 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
12079 (report-emacs-bug): Don't record initial prompt text.
12080 Instead, add text properties to prompting text.
12081 (report-emacs-bug-hook): Delete prompting text.
12082
12083 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
12084
12085 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
12086 `dirs'. Adjust callers.
12087
12088 2006-01-09 John Paul Wallington <jpw@gnu.org>
12089
12090 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
12091
12092 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * reveal.el (reveal-open-new-overlays): New extracted fun.
12095 (reveal-close-old-overlays): Idem. Check overlays's liveness before
12096 using them. Simplify the code.
12097 (reveal-post-command): Use them. Fix up obsolete windows in
12098 reveal-open-spots.
12099
12100 * progmodes/flymake.el: Use `require' rather than autoload for
12101 XEmacs's overlays.
12102 (flymake-get-common-file-prefix, flymake-build-relative-filename):
12103 Delete. Use file-relative-name instead.
12104 (flymake-get-syntax-check-program-args, flymake-perl-init):
12105 Simplify the resulting code.
12106
12107 * log-view.el (log-view-file-re, log-view-message-re): Add support
12108 for DaRCS output.
12109
12110 2006-01-09 Alex Schroeder <alex@gnu.org>
12111
12112 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
12113 identifiers sometimes added in square brackets at the beginning of
12114 subject lines.
12115
12116 2006-01-07 Richard M. Stallman <rms@gnu.org>
12117
12118 * cus-edit.el (Custom-set, Custom-save): Doc fix.
12119 (Custom-reset-current, Custom-reset-saved): Change question text.
12120 (Custom-reset-standard): Likewise.
12121 (custom-variable-reset-saved): Doc fix.
12122
12123 2006-01-07 Eli Zaretskii <eliz@gnu.org>
12124
12125 * startup.el (init-file-user): Doc fix.
12126
12127 2006-01-07 Alex Schroeder <alex@gnu.org>
12128
12129 * mail/rmail.el (rmail-current-subject): New function.
12130 (rmail-current-subject-regexp): New function.
12131 (rmail-next-same-subject): Use it.
12132
12133 * mail/rmailsum.el (rmail-summary-by-topic):
12134 Use rmail-current-subject and rmail-current-subject-regexp.
12135 (rmail-summary-next-same-subject): Ditto.
12136
12137 * net/rcirc.el (rcirc-send-input): No longer check whether the
12138 process is open, since not all commands need an open process.
12139 (rcirc-send-string): Check whether the process is open before
12140 sending anything.
12141 (rcirc-ignore-list): New option.
12142 (rcirc-ignore-list-automatic): New variable.
12143 (rcirc-print): Take rcirc-ignore-list into account.
12144 (rcirc-cmd-ignore): New command.
12145 (rcirc-ignore-update-automatic): New function.
12146 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
12147 list if ignored nicks.
12148 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
12149
12150 2006-01-06 David Reitter <david.reitter@gmail.com>
12151
12152 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
12153 reflect the address to which the report will be sent.
12154
12155 2006-01-06 Eli Zaretskii <eliz@gnu.org>
12156
12157 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
12158 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
12159
12160 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
12161
12162 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
12163
12164 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
12165 the doc string: "functoin" => "function".
12166 * ldefs-boot.el: Likewise.
12167
12168 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
12169 message text: "Duplicat" => "Duplicate".
12170
12171 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
12172
12173 * files.el (basic-save-buffer-2): If backing-up failed, reset
12174 buffer-backed-up to nil.
12175
12176 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
12177
12178 * progmodes/gud.el (gdb-script-skip-to-head)
12179 (gdb-script-calculate-indentation): Indent for breakpoint command
12180 lists also.
12181
12182 2006-01-05 Bill Wohler <wohler@newt.com>
12183
12184 * Makefile.in (compile-always): Add mh-autoloads dependency.
12185 (bootstrap): Remove mh-autoloads dependency, as compile dependency
12186 provides it.
12187 (updates): Remove mh-autoloads dependency, since it probably has
12188 already run recently (via recompile).
12189
12190 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
12193 argument `force' to disable the flyspell-last-buffer optimization.
12194 (flyspell-mode-on): Use it.
12195
12196 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
12197 flymake-simple-cleanup.
12198 (flymake-allowed-file-name-masks): Use this new default.
12199 All the functions are now called in the right buffer rather than
12200 passing the buffer as argument.
12201 (flymake-process-sentinel): Switch to buffer before calling cleanup.
12202 (flymake-parse-err-lines): Remove redundant buffer arg.
12203 (flymake-get-program-dir): Comment out unused function.
12204 (flymake-start-syntax-check, flymake-start-syntax-check-process):
12205 Remove redundant buffer argument.
12206 (flymake-get-real-file-name, flymake-simple-java-cleanup)
12207 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
12208
12209 2006-01-05 Richard M. Stallman <rms@gnu.org>
12210
12211 * info.el (Info-find-node): Don't record previous node if have none.
12212 (info): Go to directory only if history is empty.
12213
12214 * simple.el (mark): Doc fix.
12215
12216 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12217
12218 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
12219 already of desired type.
12220 (mac-ae-list): Coerce parameter to "list" type.
12221 (mac-dispatch-apple-event): Replace cadr part of event with a
12222 dummy position so that event-start returns it.
12223
12224 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
12225
12226 * textmodes/org.el (org-end-of-subtree): New function.
12227 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
12228 Use `org-end-of-subtree'.
12229 (org-agenda, org-agenda-convert-date): Protect calls to
12230 `fit-window-to-buffer'.
12231 (org-tags-view): Force matching of sublevels when doing a
12232 todo-only search. Define the correct redo command, including the
12233 arguments.
12234 (org-agenda-redo): Display message.
12235 (org-check-for-org-mode): New function.
12236 (org-agenda-type): New variable.
12237 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12238 Set `org-agenda-type'.
12239 (org-agenda-check-type): New function.
12240 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
12241 (org-agenda-week-view, org-agenda-day-view)
12242 (org-agenda-next-date-line, org-agenda-previous-date-line)
12243 (org-agenda-log-mode, org-agenda-toggle-diary)
12244 (org-agenda-toggle-time-grid, org-agenda-date-later)
12245 (org-agenda-date-prompt, org-agenda-diary-entry)
12246 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
12247 (org-agenda-convert-date, org-agenda-menu):
12248 Use `org-agenda-check-type'.
12249 (org-make-overlay, org-delete-overlay)
12250 (org-detatch-overlay, org-move-overlay, org-overlay-put):
12251 New compatibility functions.
12252 (org-calendar-select-mouse): New command.
12253
12254 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
12255
12256 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
12257 (Custom-reset-standard): Fix y-or-n-p messages.
12258 (custom-link): New face for links.
12259 (custom-buffer-create-internal, custom-manual): Use it.
12260 (custom-face-save): Push to theme-face before setting face spec.
12261
12262 * wid-edit.el (widget-default-mouse-face-get): New function.
12263 (widget-specify-button): Handle mouse-face like button-face.
12264
12265 * custom.el (load-theme): Clear old theme settings if reloading.
12266
12267 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
12268
12269 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
12270 "Erase Customization" button back to same position it occupies in
12271 the individual State menus.
12272
12273 2006-01-04 Kim F. Storm <storm@cua.dk>
12274
12275 * wid-edit.el (key-sequence): Rework widget to read key binding
12276 using `kbd' syntax. Use C-q to insert literal key, event, or code.
12277 (widget-key-sequence-default-value): Default value for empty sequence.
12278 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
12279 (widget-key-sequence-read-event): New command for C-q.
12280 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
12281 (widget-key-sequence-value-to-external): New functions.
12282
12283 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12284
12285 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
12286 Use expand-file-name.
12287 (flymake-delete-temp-directory): Use expand-file-name,
12288 file-name-directory, and directory-file-name.
12289 (flymake-strrchr): Delete.
12290 (flymake-start-syntax-check): Don't pass the redundant buffer argument
12291 to the init-f function.
12292 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
12293 (flymake-init-find-buildfile-dir)
12294 (flymake-init-create-temp-source-and-master-buffer-copy)
12295 (flymake-simple-make-init-impl, flymake-simple-make-init)
12296 (flymake-master-make-init, flymake-master-make-header-init)
12297 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
12298 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
12299 (flymake-xml-init): Remove corresponding redundant buffer argument.
12300 (flymake-allowed-file-name-masks): Remove last elems that are equal to
12301 the default anyway. Clean up regexps.
12302
12303 * progmodes/flymake.el (flymake-temp-source-file-name)
12304 (flymake-master-file-name, flymake-temp-master-file-name)
12305 (flymake-base-dir): New buffer-local vars.
12306 (flymake-buffer-data, flymake-get-buffer-value)
12307 (flymake-set-buffer-value): Replace those hash-tables by the new
12308 buffer-local vars. Update callers.
12309
12310 * progmodes/flymake.el (flymake-check-start-time)
12311 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
12312 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
12313 Move definition, so we can remove redundant earlier declaration.
12314 (flymake-replace-regexp-in-string, flymake-split-string)
12315 (flymake-get-temp-dir): Use defalias.
12316 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
12317 (flymake-xemacs-window-edges): Remove unused function.
12318 (flymake-get-point-pixel-pos): Move.
12319 (flymake-pid-to-names, flymake-reg-names)
12320 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
12321 Replace by a simple list flymake-processes and by process-buffer.
12322 Update callers. Other than simplify the code, it uses buffers rather
12323 than buffer-names so it doesn't get confused by uniquify.
12324 (flymake-buffer-data): The global value should just be nil.
12325
12326 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
12327 Optimize the body of a defalias like any other code.
12328
12329 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
12330 Make sure we've setup font-lock's vars. It may influence which
12331 function we then call.
12332 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
12333 here since it's too late anyway.
12334
12335 2006-01-03 Romain Francoise <romain@orebokech.com>
12336
12337 * startup.el (fancy-splash-tail, normal-splash-screen):
12338 Update copyright year.
12339
12340 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
12341
12342 * mouse.el (mouse-drag-track): Rename, from
12343 `mouse-drag-region-1'. Includes optional argument required to
12344 enable post-drag event processing (e.g. delete region keys).
12345 Can be used without this argument to track a mouse region and operate
12346 on it as soon as the drag completes.
12347 (mouse-drag-region): Use `mouse-drag-track'.
12348
12349 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
12350
12351 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
12352 Move to `custom-buffer' group.
12353
12354 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
12355 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
12356 (custom-theme-insert-face-marker, custom-theme-variable-menu)
12357 (custom-theme-face-menu): New variables.
12358 (custom-theme-add-variable, custom-theme-variable-action)
12359 (custom-variable-reset-theme, custom-theme-delete-variable)
12360 (custom-face-reset-theme, custom-theme-face-action)
12361 (custom-theme-delete-face, custom-theme-merge-theme)
12362 (custom-theme-add-face, custom-theme-visit-theme): New functions.
12363
12364 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
12365
12366 * custom.el: Move Custom Themes commentary to start of theme code.
12367 (custom-known-themes): Rename `standard' theme to `changed'.
12368 (custom-push-theme): Caller no longer specifies what theme to use
12369 when doing `reset'---the setting is simply removed from the theme.
12370 Delete MODE from `theme-value' and `theme-settings' properties.
12371 (custom-declare-theme): Ignore &rest args since we don't use them.
12372
12373 (custom-loaded-themes): Delete variable.
12374 (custom-theme-load-themes, custom-theme-loaded-p)
12375 (custom-theme-value): Delete functions.
12376
12377 (custom-declare-theme): Signal error on invalid theme names.
12378 (provide-theme): custom-loaded-themes was deleted.
12379 (load-theme): Load the file unconditionally.
12380 (enable-theme): Call `load-theme' if theme is undefined.
12381 (custom-enabled-themes): Only update value for successful loads.
12382 (disable-theme): Complete from enabled themes when interactive.
12383 (custom-variable-theme-value): Calculate theme value directly.
12384
12385 (custom-theme-reset-variables, custom-reset-variables): Mark as
12386 XEmacs compatibility functions. We don't actually use these.
12387
12388 * cus-edit.el (custom-variable-state-set):
12389 Use custom-variable-theme-value instead of custom-theme-value.
12390 (custom-face-state-set): Rename `standard' theme to `changed'.
12391 (custom-save-variables, custom-save-faces): Delete unneeded
12392 references to custom-reset-variables.
12393 (custom-save-resets): Delete function.
12394 (custom-save-variables, custom-save-faces): MODE argument deleted.
12395 (custom-save-variables, custom-save-faces): Ignore theme values.
12396
12397 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
12398 compatibility function.
12399
12400 2006-01-01 Richard M. Stallman <rms@gnu.org>
12401
12402 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
12403 (Custom-reset-current, Custom-reset-saved): Likewise.
12404 (Custom-reset-standard): Show message if aborted.
12405 (custom-mode): Doc fix, describing those commands.
12406
12407 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
12408 put on event-kind property.
12409
12410 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
12411
12412 * custom.el (provide-theme): Ban `user' theme name.
12413 (custom-enabling-themes): New variable.
12414 (enable-theme): Don't enable user if custom-enabling-themes is t.
12415 (custom-enabled-themes): Make it a defcustom.
12416 (custom-theme-recalc-face): No-op if face is undefined.
12417
12418 * cus-edit.el (custom-button-mouse): New variable.
12419 (custom-button-mouse): New face.
12420 (custom-raised-buttons, custom-mode): Use it.
12421
12422 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
12423
12424 2005-12-31 Eli Zaretskii <eliz@gnu.org>
12425
12426 * progmodes/gud.el (gud-display-line): Support hl-line in the
12427 source buffer.
12428
12429 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12430
12431 * mouse.el (mouse-drag-window-above): Verify that the found window
12432 overlaps with the given window in the horizontal dimension.
12433
12434 2005-12-31 Eli Zaretskii <eliz@gnu.org>
12435
12436 * Makefile.in (cvs-update): New target.
12437
12438 * makefile.w32-in (cvs-update): Ditto.
12439
12440 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
12441
12442 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
12443 (custom-new-theme-mode-map): New variable.
12444
12445 2005-12-30 Richard M. Stallman <rms@gnu.org>
12446
12447 * custom.el (custom-load-themes): Function deleted.
12448
12449 * cus-edit.el (custom-save-loaded-themes): Function deleted.
12450 (custom-save-variables): Don't delete or add custom-load-themes call.
12451
12452 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * cus-start.el: Add `visible-cursor'.
12455
12456 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
12457 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
12458 (flymake-process-filter): Switch to buffer before calling it instead.
12459 (flymake-post-syntax-check, flymake-highlight-err-lines)
12460 (flymake-delete-own-overlays, flymake-parse-err-lines)
12461 (flymake-start-syntax-check, flymake-start-syntax-check-process)
12462 (flymake-count-lines, flymake-parse-residual):
12463 Remove constant buffer argument.
12464 (flymake-start-syntax-check-for-current-buffer): Remove.
12465 Update callers to use flymake-start-syntax-check instead.
12466 (flymake-display-err-menu-for-current-line):
12467 Remove unused var `mouse-pos'.
12468 (flymake-restore-formatting): Comment out unused function.
12469 (flymake-report-status, flymake-report-fatal-status): Remove buffer
12470 argument, use current-buffer instead. Update callers.
12471
12472 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12473
12474 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
12475 buffer-local because choose-completion-delete-max-match requires
12476 that we set completion-ignore-case (i.e., binding via let is not
12477 sufficient).
12478 (bibtex-complete): Always set completion-ignore-case and
12479 choose-completion-string-functions. The latter is needed because
12480 choose-completion-string-functions keeps its value if we quit the
12481 *Completions* buffer without requesting a completion.
12482
12483 2005-12-30 Andreas Schwab <schwab@suse.de>
12484
12485 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
12486
12487 2005-12-30 Eli Zaretskii <eliz@gnu.org>
12488
12489 * jit-lock.el (jit-lock-chunk-size): Doc fix.
12490
12491 2005-12-30 Juri Linkov <juri@jurta.org>
12492
12493 * locate.el (locate-fcodes-file, locate-header-face)
12494 * progmodes/delphi.el (delphi-other-face)
12495 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
12496
12497 * paren.el (show-paren-match, show-paren-mismatch): Use existing
12498 group `paren-showing-faces'.
12499
12500 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
12501 (goto-address): Fix docstring.
12502
12503 * net/webjump.el (webjump-sample-sites): Update URLs.
12504
12505 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
12506
12507 * subr.el (cancel-change-group): Add listp around pending-undo-list.
12508
12509 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * font-lock.el (font-lock-compile-keywords): Signal an error when
12512 font-lock-set-defaults hasn't been called.
12513
12514 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
12515
12516 * subr.el (noreturn, 1value): Doc fixes.
12517
12518 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12519
12520 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
12521 that assoc-string returns nil.
12522
12523 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12524
12525 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
12526 (bibtex-entry-type-str, bibtex-empty-field-re)
12527 (bibtex-search-backward-string, bibtex-preamble-prefix)
12528 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
12529 (bibtex-any-valid-entry-type): New variable.
12530 (bibtex-parse-field-name): Simplify.
12531 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
12532 (bibtex-preamble-prefix): Include left delimiter.
12533 (bibtex-search-forward-field, bibtex-search-backward-field):
12534 Allow unbounded search past entry boundaries (required by bibtex-pop).
12535 (bibtex-text-in-field-bounds): Use push.
12536 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
12537 (bibtex-parse-preamble, bibtex-valid-entry)
12538 (bibtex-beginning-first-field): New functions.
12539 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
12540 (bibtex-map-entries): Fix docstring.
12541 (bibtex-flash-head): New arg prompt. Simplify.
12542 (bibtex-enclosing-field): Include code of bibtex-inside-field.
12543 (bibtex-insert-kill): Simplify. Always insert text past the
12544 current field or entry.
12545 (bibtex-format-entry): Use bibtex-parse-field.
12546 (bibtex-pop): Use bibtex-beginning-of-entry and
12547 bibtex-end-of-entry to initiate the search. Insert empty field if
12548 we found ourselves.
12549 (bibtex-print-help-message): New args field and comma.
12550 Handle entry keys.
12551 (bibtex-make-field): Use bibtex-beginning-of-entry.
12552 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
12553 invalid entry.
12554 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
12555 Handle preambles. Simplify code for thorough test.
12556 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
12557 New arg comma. Handle entry heads.
12558 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
12559 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
12560 New arg comma.
12561 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
12562 (bibtex-fill-field): Simplify.
12563 (bibtex-fill-entry): Use bibtex-beginning-first-field and
12564 bibtex-parse-field.
12565 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
12566 (bibtex-complete): Use bibtex-parse-preamble.
12567
12568 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
12569
12570 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
12571 Display name of expression instead of convenience variable.
12572 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
12573
12574 * progmodes/gud.el (gud-tooltip-dereference): Rename from
12575 toggle-gud-tooltip-dereference.
12576 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
12577 (gud-tooltip-tips): ...here when dereferencing.
12578
12579 2005-12-28 Bill Wohler <wohler@newt.com>
12580
12581 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
12582
12583 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
12584
12585 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
12586 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
12587 (vc-annotate-display-autoscale): Adjust call.
12588 (vc-annotate-display-default): Adjust call. Make arg compulsory.
12589 Fix interactive spec.
12590 (vc-annotate-time-span): Remove.
12591 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
12592 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
12593 (vc-annotate-display-select): Use new name.
12594
12595 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
12596 (vc-annotate-mode-menu): Remove left-over redundant declaration.
12597 Correct the construction of span entries. Simplify.
12598 (vc-annotate-display-select): Fix the nil case.
12599 (vc-annotate): Remove obsolete (and now broken) code.
12600 (vc-annotate-extract-revision-at-line): Remove obsolete code.
12601 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
12602
12603 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
12604
12605 * subr.el (lazy-completion-table): Correct typo in docstring.
12606
12607 * startup.el (command-line): Use `custom-reevaluate-setting' for
12608 `send-mail-function'.
12609
12610 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
12611
12612 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
12613
12614 * mail/smtpmail.el (smtpmail-try-auth-methods):
12615 Send credentials together with "AUTH PLAIN" command.
12616
12617 2005-12-27 Richard M. Stallman <rms@gnu.org>
12618
12619 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
12620 mouse-2, go back to previously selected window, so it's selected
12621 when mouse-2 command runs.
12622
12623 2005-12-27 Juri Linkov <juri@jurta.org>
12624
12625 * descr-text.el (describe-text-sexp): Use square brackets for
12626 button [Show] to distinguish it from the property value `show'.
12627 (describe-property-list): Use `insert-text-button' with
12628 `help-face' type instead of putting face in quotes, because button
12629 is not created automatically for a list of faces.
12630 (describe-text-properties-1): Put button-type value in quotes to
12631 distinguish from plain text "button".
12632 (describe-char): Display code point values in hex. Don't use
12633 `symbol-name' for `current-input-method' because it is a string.
12634 Use `insert-text-button' with `help-face' type instead of putting
12635 hardcoded face in quotes, because button is not created automatically.
12636
12637 2005-12-27 Richard M. Stallman <rms@gnu.org>
12638
12639 * progmodes/glasses.el (glasses-face): More specific custom type.
12640
12641 * files.el (set-visited-file-name): Doc fix.
12642
12643 * textmodes/flyspell.el (flyspell-external-point-words):
12644 Use local var buffer-scan-pos to advance scan for next misspelling.
12645 Advance it only after we find the misspelling.
12646
12647 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
12648
12649 * textmodes/flyspell.el (flyspell-external-point-words):
12650 New criteria for finding the misspelling in the buffer.
12651
12652 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
12653
12654 * help-mode.el (help-insert-string): Set help-xref-stack-item
12655 rather than call help-setup-xref.
12656
12657 * descr-text.el (describe-char): Revert previous changes for
12658 optional buffer argument.
12659
12660 2005-12-27 Juri Linkov <juri@jurta.org>
12661
12662 * help-mode.el (help-insert-string): New function. Save buffer
12663 contents in cases where it is impossible to recompute the old contents.
12664
12665 * descr-text.el (describe-char): Set help-xref-stack-item
12666 explicitly after buffer has been generated.
12667
12668 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12669
12670 * cus-start.el (all): Add x-gtk-show-hidden-files.
12671
12672 2005-12-26 Richard M. Stallman <rms@gnu.org>
12673
12674 * replace.el (perform-replace): Calculate match-again
12675 before skipping read-only matches.
12676
12677 * paren.el (paren-showing-faces): New group.
12678 (show-paren-match, show-paren-mismatch): Move to that group.
12679
12680 * button.el (button): Put into group `basic-faces'.
12681
12682 * progmodes/make-mode.el: Remove faces from group `faces'.
12683
12684 * apropos.el (apropos, apropos-value): Doc fix.
12685 (apropos-documentation): Doc fix.
12686
12687 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * subr.el (lazy-completion-table): Remove argument `args'.
12690
12691 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12692 Don't use the `args' argument of lazy-completion-table.
12693
12694 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
12695
12696 * descr-text.el (describe-char): Add optional argument for buffer.
12697 Set buffer appropriately. Call help-setup-xref.
12698 Suggested by Stefan Monnier.
12699
12700 2005-12-26 Juri Linkov <juri@jurta.org>
12701
12702 * descr-text.el: Require `help-fns' at runtime. Don't require
12703 `button' for byte compilation.
12704 (describe-text-widget): Add `help-echo' for first button.
12705 Use `help-info' for second.
12706 (describe-property-list): Use `help-argument-name' instead of `italic'.
12707 (describe-text-category): Add prompt to interactive spec.
12708 Call `help-setup-xref'.
12709 (describe-char): Use `help-character-set'. Add `help-echo' for
12710 code point. Use `help-input-method'. Remove superfluous insert.
12711
12712 2005-12-25 Richard M. Stallman <rms@gnu.org>
12713
12714 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
12715 at point, in case of narrowing.
12716
12717 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
12718
12719 * locate.el (locate-header-face): Allow nil in type.
12720
12721 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
12722
12723 2005-12-25 Romain Francoise <romain@orebokech.com>
12724
12725 * battery.el (battery-linux-proc-acpi): Also try
12726 `/proc/acpi/thermal_zone/THM0/temperature'.
12727
12728 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
12729
12730 * custom.el (custom-push-theme): Fix docstring.
12731
12732 * cus-edit.el (custom-variable-set, custom-variable-save)
12733 (custom-variable-save): Custom-quote widget values.
12734 (customize-save-variable): Fix custom-push-theme call.
12735
12736 2005-12-24 Eli Zaretskii <eliz@gnu.org>
12737
12738 * w32-fns.el (w32-batch-update-autoloads): New function.
12739
12740 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
12741 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
12742 from the command line.
12743
12744 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
12745
12746 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
12747 reset means to remove setting from theme entirely. Don't keep
12748 expanding theme-settings list; delete old entries if necessary.
12749
12750 * cus-edit.el (custom-buffer-create-internal): Move "Erase
12751 customization" button one line up.
12752 (custom-themed): New face.
12753 (custom-magic-alist): New value, THEMED, for theme settings.
12754 (custom-variable-state-set, custom-face-state-set):
12755 Check theme-value instead of saved-value.
12756 (custom-variable-reset-standard, custom-face-reset-standard):
12757 Remove theme setting entirely. Recalculate new values.
12758 (custom-variable-set, custom-variable-set)
12759 (custom-variable-reset-saved, custom-variable-reset-backup)
12760 (custom-face-set, custom-face-reset-saved): Update `user' theme.
12761 (custom-variable-save): Fix typos.
12762
12763 2005-12-23 Juri Linkov <juri@jurta.org>
12764
12765 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
12766 Add autoload cookies.
12767 (edebug-outside-d-c-i-n-s-w): New variable.
12768 (edebug-display, edebug-outside-excursion): Use it to save the
12769 original value of default-cursor-in-non-selected-windows.
12770 Set default-cursor-in-non-selected-windows to t while Edebug
12771 is active.
12772 (edebug-mode, edebug-eval-mode): Doc fix.
12773
12774 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
12775 with `buffer-substring-no-properties' to remove common substring
12776 highlighting.
12777
12778 * info.el (info-other-window, info): Rename function argument
12779 `file' to `file-or-node'.
12780 (Info-complete-menu-item): Use local variable `complete-nodes' to
12781 keep the global value of `Info-complete-nodes' unchanged for
12782 subsequent completions.
12783 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
12784
12785 * simple.el (get-next-valid-buffer, last-buffer)
12786 (next-error-buffer-p, next-error-find-buffer)
12787 (minibuffer-history-sexp-flag): Doc fix.
12788
12789 * savehist.el (savehist-mode-hook): Add `:group'.
12790
12791 * log-view.el: Call autoload for vc-find-version.
12792 (log-view-current-file): Adjust subgroup numbers.
12793 (log-view-current-tag): Add `length'.
12794
12795 2005-12-23 Richard M. Stallman <rms@gnu.org>
12796
12797 * vc.el (vc-annotate-car-last-cons): Defn moved up.
12798
12799 2005-12-23 Juri Linkov <juri@jurta.org>
12800
12801 * hi-lock.el (hi-lock-archaic-interface-message-used)
12802 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
12803 (hi-lock-mode): Display "Hi" in the mode line only when
12804 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
12805 (hi-lock-write-interactive-patterns):
12806 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
12807 (hi-lock-set-pattern, hi-lock-set-file-patterns)
12808 (hi-lock-font-lock-hook): Set 3rd arg `how' of
12809 font-lock-add-keywords to t.
12810
12811 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
12812
12813 * hi-lock.el (hi-lock-highlight-range): New variable.
12814 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
12815 only if font-lock-fontified is non-nil. Remove overlays.
12816 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
12817 font-lock-fontified is non-nil, otherwise use overlays (instead of
12818 text properties).
12819 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
12820 New variables.
12821 (hi-lock-string-serialize) New function.
12822
12823 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12824
12825 * menu-bar.el (menu-find-file-existing): New function.
12826 (menu-bar-file-menu): Use menu-find-file-existing for Open.
12827
12828 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
12829
12830 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * vc.el: Remove unnecessary leading * in docstrings.
12833 (vc-annotate-mode-map): Move initialization into declaration.
12834 (vc-static-header-alist): Nitpick on the regexp.
12835 (vc-default-init-version): New fun.
12836 (vc-register): Use it.
12837 (vc-insert-headers): Use dolist.
12838 (vc-annotate-get-backend): Remove unused function.
12839 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
12840 (vc-annotate-mode): Remove corresponding call.
12841 (vc-annotate-car-last-cons): Simplify.
12842 (vc-annotate-buffers): Remove var.
12843 (vc-annotate-backend): Make it buffer-local.
12844 (vc-annotate): Move the interaction to the interactive spec.
12845 Add a `buf' argument.
12846 (vc-annotate-warp-version): Use this new `buf' argument to avoid
12847 killing&creating a vc-annotate buffer, which is very disruptive when
12848 the buffers are shown in dedicated frames.
12849
12850 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
12851
12852 * descr-text.el: Add FSF as maintainer.
12853 (describe-text-mode, describe-text-mode-map)
12854 (describe-text-mode-hook, describe-text-done): Delete. Use normal
12855 help-mode.
12856 (describe-text-widget, describe-text-sexp)
12857 (describe-property-list, describe-text-category)
12858 (describe-text-properties, describe-text-properties-1)
12859 (describe-char): Use help buttons instead of widgets.
12860 (describe-char-unicodedata-file): Make URL link in doc string.
12861
12862 2005-12-22 Richard M. Stallman <rms@gnu.org>
12863
12864 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
12865 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
12866 Don't include buttons that write a file when there's no file.
12867 (custom-variable-menu, custom-face-menu, custom-group-menu):
12868 Don't include commands that write a file when there's no file.
12869 (customize-browse): Reword the top-of-buffer help intro.
12870 (custom-buffer-create-internal): Fix previous change.
12871 (customize-changed-options-previous-release): Prev release is 21.1.
12872 (customize-changed-options): Doc fix.
12873 (customize-changed): New alias.
12874 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
12875 Say "standard values".
12876 (Custom-reset-standard): Doc fix.
12877 (custom-face-reset-standard): Doc fix.
12878
12879 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
12882 even if font-lock-mode is non-nil since it may be t without having
12883 turned on font-lock-mode-internal.
12884 (font-lock-choose-keywords): Minor optimization.
12885 (font-lock-add-keywords, font-lock-remove-keywords)
12886 (font-lock-set-defaults): Don't call make-local-variable on a variable
12887 that we know to already be local.
12888
12889 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12890
12891 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
12892 messages if in the minibuffer.
12893
12894 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
12897 (tex-mode-flyspell-verify, flyspell-get-word)
12898 (flyspell-external-point-words): Don't use point-min/max uselessly.
12899
12900 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
12901 by Kevin Rodgers. Instead, just hide the completions buffer if we
12902 don't need to show it.
12903
12904 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
12905
12906 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
12907
12908 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
12911 delete-windows-on with an inexistent buffer.
12912
12913 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
12914
12915 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12916 Delete defcustom variable :tag names.
12917
12918 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
12921 (log-view-font-lock-keywords): Ajust subgroup numbers.
12922 (log-view-current-tag): Don't hard code the number of subgroups.
12923
12924 2005-12-20 Juri Linkov <juri@jurta.org>
12925
12926 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
12927 (tooltip-x-offset, tooltip-y-offset): Doc fix.
12928
12929 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12930 (menu-bar-non-minibuffer-window-p): Instead of checking
12931 display-multi-frame-p, use selected-frame when menu-updating-frame
12932 is nil.
12933
12934 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
12935
12936 * align.el (align-rules-list): Use [ \t] instead of \s-
12937 for column separators in text mode.
12938
12939 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
12940
12941 * help-mode.el (help-customize-variable, help-customize-face):
12942 Don't pop help-xref-stack as help-follow no longer pushes
12943 anything on to it.
12944
12945 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
12946
12947 * textmodes/org.el (org-agenda-custom-commands): New option.
12948 (org-agenda): Offer custom commands on splash screen.
12949 (org-make-tags-matcher): Parser for Boolean logic added.
12950 (org-agenda-set-tags): New command.
12951 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
12952 (org-set-tags): Efficiency improvements.
12953 (org-auto-align-tags): New option.
12954 (org-todo, org-demote, org-promote): Realign tags.
12955 (org-tags-completion-function): Use also "&" and "|" as separators.
12956 (org-org-menu): Agenda commands simplified.
12957
12958 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
12959
12960 * cus-edit.el (customize-apropos, customize-apropos-options):
12961 Docstring changes.
12962
12963 * font-lock.el (font-lock): Add tags to the links in the defgroup.
12964
12965 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
12966
12967 * longlines.el (longlines-mode): Wrap while widened.
12968 (longlines-decode-region, longlines-encode-region): Compute max
12969 just once.
12970
12971 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12972
12973 * cus-edit.el (mac): New group.
12974
12975 * cus-start.el (all): Add user options in macterm.c. Add test for
12976 Mac-related built-ins. Fix test for GTK-related built-ins.
12977
12978 * term/mac-win.el (mac-handle-language-change)
12979 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
12980 (mac-services-open-selection, mac-services-mail-selection)
12981 (mac-services-mail-to, mac-services-insert-text)
12982 (mac-dispatch-apple-event): Add docstrings.
12983 (x-get-selection, mac-select-convert-to-string): Select coding
12984 system from `utf-16be' and `utf-16le' using `byteorder'.
12985
12986 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
12987
12988 * subr.el (lazy-completion-table): Don't be fooled if the var holds
12989 a "list" (lambda ...) rather than a real completion list.
12990
12991 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
12992 lexical-let when encountering ((lambda (...) ...) ...).
12993
12994 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12995
12996 * progmodes/sh-script.el (sh-mode):
12997 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
12998 * textmodes/picture.el (picture-mode): Update docstrings.
12999
13000 2005-12-17 Eli Zaretskii <eliz@gnu.org>
13001
13002 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
13003 commands enclosed in $(ARGQUOTE)s should not be split between two
13004 lines, as that will break with GNU Make >3.80, when sh.exe is used
13005 and arg quoting is with '..'.
13006 (autoloads): Don't break the quoted --eval expression between
13007 several lines.
13008
13009 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
13010
13011 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
13012 Capture error from printing circular structures.
13013
13014 2005-12-17 Martin Rudalics <rudalics@gmx.at>
13015
13016 * wid-edit.el (widget-checkbox-action): Clear undo info.
13017
13018 2005-12-16 Bill Wohler <wohler@newt.com>
13019
13020 * menu-bar.el (kill-this-buffer): Set a good example by using menu
13021 bar, not menubar in comment.
13022
13023 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
13024
13025 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
13026 After-change-functions should not clobber the match data.
13027
13028 2005-12-16 Juri Linkov <juri@jurta.org>
13029
13030 * simple.el (choose-completion): Use `buffer-substring-no-properties'
13031 instead of `buffer-substring'.
13032 (completion-common-substring): Doc fix.
13033 (completion-setup-function): Use minibuffer-completion-contents
13034 instead of minibuffer-contents. Don't set common-string-length
13035 initially. Remove special handling of partial-completion-mode.
13036 Move computation of completion-base-size into one cond.
13037 Call completion-base-size-function in mainbuf. In computation of
13038 completion-base-size for file name completion don't move point to
13039 the end of the minibuffer. Move computation of common-string-length
13040 into one cond. Start putting faces only when common-string-length>=0.
13041 Add condition to put completions-common-part when
13042 common-string-length>0.
13043
13044 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
13045 place point at the first different character in the minibuffer
13046 even if this position is at the beginning of the minibuffer.
13047
13048 * info.el (Info-read-node-name-1): In completion-base-size-function's
13049 lambda return 1 if common-substring or minibuffer-completion-contents
13050 starts with (, and 0 otherwise.
13051
13052 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
13053 Use `crm-current-element' for second arg of `display-completion-list'.
13054
13055 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
13056
13057 * files.el (set-auto-mode): Look for an interpreter specified on
13058 the first line also if search for mode specification succeeded,
13059 but the mode is not known.
13060
13061 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
13062
13063 * textmodes/org.el (org-tags-match-list-sublevels): New option.
13064 (org-open-at-point): Implement tag searches as links.
13065 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
13066 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
13067 (org-tags-sparse-tree, org-tags-view, org-set-tags)
13068 (org-agenda-dispatch): New commands.
13069 (org-use-tag-inheritance, org-tags-column): New options.
13070 (org-tab-follows-link, org-return-follows-link): New options.
13071 (org-tags): New customize group.
13072 (org-start-icalendar-file): Get local time zone.
13073 (org-tags-completion-function): New function.
13074 (org-set-font-lock-defaults): Make sure links will also be
13075 highlighted inside headlines.
13076
13077 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
13078
13079 * term.el (term-emulate-terminal):
13080 Let term-handle-ansi-terminal-messages override what Bash says about
13081 its current directory.
13082
13083 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13084
13085 * bindings.el (last-buffer): Move to simple.el.
13086 * simple.el (last-buffer): Move here.
13087 (get-next-valid-buffer): New function.
13088 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
13089 (prev-buffer): Ditto. Rename to `previous-buffer'.
13090
13091 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
13092 * bindings.el (global-map): Ditto.
13093
13094 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
13095
13096 * cus-edit.el: Introductory comment change.
13097 (custom-magic-alist): Change message string for the `rogue' state.
13098
13099 2005-12-15 Richard M. Stallman <rms@gnu.org>
13100
13101 * tooltip.el: Delete defcustom variable :tag names.
13102
13103 * complete.el (partial-completion-mode): Doc fix.
13104
13105 * textmodes/flyspell.el (flyspell-external-point-words):
13106 Use save-excursion to ensure we don't move backward in the
13107 search loop, not even one character.
13108 (flyspell-delete-all-overlays): Use remove-overlays directly.
13109
13110 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
13111 (ispell-start-process): Set that variable.
13112 Clear ispell-buffer-local-name.
13113 (ispell-internal-change-dictionary):
13114 Set ispell-current-dictionary after killing process.
13115 (ispell-buffer-local-dict):
13116 Don't set spell-personal-dictionary after killing process.
13117 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
13118 (ispell-tex-skip-alists, ispell-html-skip-alists)
13119 (ispell-skip-region-alist): Mark as risky.
13120
13121 * net/newsticker.el (newsticker--retrieval-timer-list)
13122 (newsticker--display-timer, newsticker-running-p)
13123 (newsticker-ticker-running-p): Definitions moved up.
13124
13125 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
13126
13127 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
13128
13129 2005-12-15 David Ponce <david@dponce.com>
13130
13131 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
13132 (recentf-edit-list, recentf-open-files): Signal an error when
13133 there is no recent file.
13134
13135 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
13136
13137 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
13138 read-only except for texinfo-format-region evaluation.
13139
13140 2005-12-14 Richard M. Stallman <rms@gnu.org>
13141
13142 * vc.el (vc-default-previous-version, vc-default-next-version)
13143 (vc-do-command): Doc fixes.
13144
13145 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13146
13147 * textmodes/bibtex.el (bibtex-expand-strings)
13148 (bibtex-autokey-expand-string, bibtex-name-part)
13149 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
13150 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
13151 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
13152 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
13153 (bibtex-entry-postfix, bibtex-known-entry-type-re)
13154 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
13155 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
13156 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
13157 (bibtex-beginning-of-last-entry): Remove.
13158 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
13159 message if comma is missing but buffer is read-only.
13160 (bibtex-parse-field-text): Handle whitespaces at the end of field
13161 text. Return 3-element list with beginning and end of field text
13162 and end of field.
13163 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
13164 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
13165 (bibtex-search-forward-field, bibtex-search-backward-field):
13166 Search always delimited by limits of entry. Use more efficient
13167 search algorithms.
13168 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
13169 bibtex-end-of-name-in-field.
13170 (bibtex-text-in-field-bounds): Handle BibTeX strings when
13171 extracting the content of a field.
13172 (bibtex-text-in-field): Use search limits.
13173 (bibtex-parse-string-prefix): Handle empty string keys based on
13174 bibtex-string-empty-key.
13175 (bibtex-parse-string): Fix docstring.
13176 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
13177 (bibtex-preamble-prefix, bibtex-strings): New functions.
13178 (bibtex-skip-to-valid-entry): Include preceding whitespace in
13179 BibTeX entries (consistent with other BibTeX functions).
13180 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
13181 (bibtex-search-entry): Fix docstring. Simplify.
13182 (bibtex-flash-head, bibtex-complete-string-cleanup)
13183 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
13184 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
13185 (bibtex-parse-entry): New optional arg content.
13186 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
13187 Use bibtex-text-in-field-bounds.
13188 (bibtex-print-help-message): Handle BibTeX strings and preambles.
13189 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
13190 bibtex-parse-string-postfix.
13191 (bibtex-find-text-internal): New function.
13192 (bibtex-remove-delimiters): Use it.
13193 (bibtex-find-text): Use it. New optional arg help.
13194 (bibtex-complete): Handle BibTeX string and preamble entries.
13195 (bibtex-Preamble): Fix order of closing delimiters.
13196
13197 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * vc.el (vc-default-revert): New fun.
13200
13201 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
13202
13203 2005-12-14 Romain Francoise <romain@orebokech.com>
13204
13205 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
13206 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
13207 (font-lock-remove-keywords): Likewise.
13208
13209 2005-12-14 Juri Linkov <juri@jurta.org>
13210
13211 * log-view.el (log-view-diff): Doc fix.
13212
13213 * isearch.el (isearch-query-replace): Use (mark) instead of
13214 isearch-opoint if mark is active in transient-mark-mode.
13215
13216 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
13217
13218 * isearch.el (isearch-query-replace): Check for isearch-other-end.
13219
13220 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
13221
13222 * progmodes/cpp.el (cpp-face): New widget.
13223 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
13224
13225 2005-12-14 Juri Linkov <juri@jurta.org>
13226
13227 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
13228 around `erase-buffer' and `insert'.
13229
13230 * descr-text.el (describe-text-properties): Replace buffer name
13231 "*Help-2*" with "*Help*<2>".
13232 (describe-char): Add functions print-help-return-message,
13233 toggle-read-only. Use help-setup-xref with nil to not store
13234 describe-char in help-xref-stack. Use help-make-xrefs to
13235 make [back] button.
13236
13237 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
13238
13239 * wdired.el (wdired-old-point): New internal variable.
13240 (wdired-change-to-wdired-mode): Set it buffer-locally.
13241 (wdired-abort-changes): Restore point after aborting changes.
13242
13243 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * vc.el (vc-do-command): Add a new value t for okstatus.
13246
13247 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
13248 frame in case of errors.
13249
13250 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13251
13252 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
13253 so it comes after "On the Left" in the menu.
13254
13255 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
13256
13257 * cus-edit.el (customize-apropos, customize-apropos-options)
13258 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
13259
13260 2005-12-12 Bill Wohler <wohler@newt.com>
13261
13262 * vc-svn.el (vc-svn-registered): Fix problem of visiting
13263 non-writable Subversion-controlled files by saving window
13264 configuration before calling vc-do-command. vc-do-command calls
13265 pop-to-buffer on error which is unexpected during registration.
13266
13267 2005-12-12 Jay Belanger <belanger@truman.edu>
13268
13269 * calc/README: Update the summary of changes.
13270
13271 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13272
13273 * descr-text.el (describe-char): Rework last fix to solve the problem
13274 is the same way it's solved for everything else in that function
13275 (i.e. by extracting the info before setting up the *Help* buffer).
13276
13277 2005-12-12 Kim F. Storm <storm@cua.dk>
13278
13279 * subr.el (version-regexp-alist): Allow space as separator before
13280 non-numeric part, e.g. "1.0 alpha".
13281 (version-to-list): Interpret .X.Y version as 0.X.Y version.
13282
13283 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
13284
13285 * textmodes/org.el (org-agenda, org-timeline, org-todo):
13286 Implement Logging and the keep-modes setting.
13287 (org-get-category): Make sure a string is returned.
13288 (org-log-done): New function.
13289 (org-log-done, org-closed-string): New options.
13290
13291 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13292
13293 * tooltip.el (tooltip-y-offset): Change default to 20.
13294
13295 2005-12-12 Richard M. Stallman <rms@gnu.org>
13296
13297 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
13298
13299 * frame.el (display-hourglass): Doc fix.
13300
13301 * help.el (help-for-help-internal): Simplify entry for `a'.
13302
13303 * info.el (Info-on-current-buffer): Doc fix.
13304 (info-insert-file-contents): Don't test (featurep 'jka-compr).
13305
13306 * startup.el (inhibit-splash-screen): Make this the real name.
13307 (inhibit-startup-message): Make this the alias.
13308 (command-line): Find only simple.el, and use its directory
13309 to fill in other preloaded files' names.
13310 (command-line): Deactivate the mark if deactivate-mark is set.
13311
13312 * international/mule.el (load-with-code-conversion):
13313 Bind deactivate-mark.
13314
13315 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13316
13317 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
13318
13319 * cus-edit.el (customize-apropos): Avoid listing an option more
13320 than once under different aliases. No longer list user options
13321 that are not defined with defcustom (unless a prefix arg is given).
13322 Doc fix.
13323 (customize-apropos-options): Doc fix.
13324
13325 2005-12-11 Juri Linkov <juri@jurta.org>
13326
13327 * frame.el (set-background-color, set-foreground-color)
13328 (set-cursor-color, set-mouse-color, set-border-color):
13329 Add explicit prompts to read colors by `facemenu-read-color'.
13330 (show-trailing-whitespace, blink-cursor-delay)
13331 (blink-cursor-interval, display-hourglass, hourglass-delay):
13332 Remove tags.
13333 (display-hourglass, hourglass-delay): Doc fix.
13334 (cursor-in-non-selected-windows): Capitalize words in tag.
13335
13336 * faces.el (frame-background-mode): Replace `choice-item' keywords
13337 with `const' to not make [default] button. Change default value tag
13338 from `default' to `automatic'. Doc fix.
13339 (trailing-whitespace) <defface>: Change group `whitespace' to
13340 `whitespace-faces'.
13341
13342 2005-12-11 Richard M. Stallman <rms@gnu.org>
13343
13344 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
13345
13346 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13347
13348 * term/mac-win.el: Create keymap for mac-apple-event-map.
13349
13350 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
13351
13352 * tooltip.el (tooltip-mode): Move to start of file so that it
13353 appears at top of customize buffer.
13354
13355 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13356 Add the gud groupname.
13357 (gud-tooltip-mode): Add the tooltip groupname.
13358 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
13359 avoid conflict with tooltip-use-echo-area.
13360
13361 2005-12-10 Romain Francoise <romain@orebokech.com>
13362
13363 * help.el (help-for-help-internal): Add `r' in doc string.
13364
13365 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13366
13367 * align.el (align-regexp, align-highlight-rule):
13368 Use region-beginning and region-end instead of point and mark, so that
13369 repetition (with `repeat-complex-command') recomputes the region
13370 bounds.
13371
13372 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
13373
13374 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13375 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13376 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
13377 (balance-windows): Rewrite using the above new functions.
13378
13379 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
13380
13381 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
13382 react if global-hi-lock-mode seems intended.
13383 (global-hi-lock-mode) Renamed from hi-lock-mode.
13384 (hi-lock-archaic-interface-message-used)
13385 (hi-lock-archaic-interface-deduce): New variables.
13386 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
13387 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
13388 (hi-lock-find-patterns, hi-lock-font-lock-hook):
13389 Replace hi-lock-buffer-mode with hi-lock-mode.
13390
13391 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
13392
13393 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
13394 completion list, even after a partial completion has been
13395 inserted in the current buffer. If there are more than 1
13396 completion, redisplay the *Completions* buffer; if the
13397 completion is unique, delete the *Completions* window.
13398
13399 2005-12-10 Eli Zaretskii <eliz@gnu.org>
13400
13401 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
13402 strings and long subject lines that were broken into multiple
13403 lines at arbitrary places. Handle subjects that have "Re: " in
13404 the middle.
13405
13406 2005-12-10 John W. Eaton <jwe@octave.org>
13407
13408 * emacs/octave-mod.el (octave-electric-space): Don't indent
13409 comments or strings if octave-auto-indent is nil.
13410
13411 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13412
13413 * term/mac-win.el: Require url when compiling.
13414 Call mac-process-deferred-apple-events after loading init files.
13415 (mac-apple-event-map): New defvar. Define event handlers in it.
13416 (core-event, internet-event): New Apple event class symbols.
13417 (open-application, reopen-application, open-documents)
13418 (print-documents, open-contents, quit-application)
13419 (application-died, show-preferences, autosave-now, get-url):
13420 New Apple event ID symbols.
13421 (about): New HICommand ID symbol.
13422 (mac-event-spec, mac-event-ae): New macros.
13423 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
13424 (mac-ae-selection-range, mac-ae-text-for-search)
13425 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
13426 (mac-application-menu-map): Remove keymap. Handlers for HICommand
13427 and Services menu events are now defined in mac-apple-event-map.
13428 (mac-drag-n-drop): Remove selection range handling.
13429
13430 2005-12-10 Kenichi Handa <handa@m17n.org>
13431
13432 * simple.el (zap-to-char):
13433 * isearch.el (isearch-process-search-char): Translate CHAR by
13434 translation-table-for-input.
13435
13436 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
13437
13438 * foldout.el (foldout-exit-fold): Properly hide subtree.
13439
13440 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13441
13442 * files.el (save-buffer):
13443 * international/ucs-tables.el (ucs-set-table-for-input):
13444 * mail/mail-extr.el (mail-extract-address-components):
13445 * mail/sendmail.el (mail-mode): Reformat doc string.
13446
13447 2005-12-09 Juri Linkov <juri@jurta.org>
13448
13449 * isearch.el (isearch-highlight): Change main overlay priority
13450 from 1 to 1001. Simplify.
13451 (isearch-lazy-highlight-update): Change lazy overlay priority
13452 from 0 to 1000.
13453
13454 * replace.el (replace-highlight): Change overlay priority from
13455 1 to 1001.
13456
13457 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
13458 Change overlay priority from 1 to 1001. Reuse existing overlay.
13459
13460 * compare-w.el (compare-windows-highlight): Change overlay
13461 priority from 1 to 1000.
13462
13463 * menu-bar.el (menu-bar-edit-menu): Add listp around
13464 pending-undo-list to disable menu item "undo" when pending
13465 undo list is empty.
13466
13467 * locate.el (locate): Disable undo in *Locate* buffer.
13468
13469 2005-12-09 Kim F. Storm <storm@cua.dk>
13470
13471 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
13472
13473 2005-12-09 David Ponce <david@dponce.com>
13474
13475 * recentf.el: Improvement of the menu code.
13476 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
13477 instead of menu hook.
13478 (recentf-show-menu, recentf-hide-menu): New functions.
13479 (recentf-menu-customization-changed, recentf-mode): Use them.
13480 (recentf-menu-action, recentf-max-menu-items)
13481 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
13482 (recentf-arrange-by-rule-others)
13483 (recentf-arrange-by-rules-min-items)
13484 (recentf-arrange-by-rule-subfilter) : Don't use
13485 `recentf-menu-customization-changed'.
13486 (recentf-arrange-rules): Likewise. Accept functions to compute
13487 sub-menu titles.
13488 (recentf-menu-filter): Likewise. Doc fix.
13489 (recentf-menu-value-shortcut): Doc fix.
13490 (recentf-dump-variable): Quote atom value.
13491 (recentf-make-menu-items): Update to use it as a menu filter.
13492 (recentf-match-rule): New function.
13493 (recentf-arrange-by-rule): Use it.
13494 (recentf-indirect-mode-rule): New function.
13495 (recentf-build-mode-rules): Use it.
13496 (recentf-dir-rule): New function.
13497 (recentf-arrange-by-dir): Use it.
13498 (recentf-filter-changer-current): Rename from
13499 `recentf-filter-changer-state'. All references updated.
13500 (recentf-filter-changer-alist): Update filter names.
13501 (recentf-filter-changer-select): New function.
13502 (recentf-filter-changer): Use it. Make a sub-menu from filters
13503 available in `recentf-filter-changer-alist'.
13504 (recentf-data-cache, recentf-clear-data)
13505 (recentf-update-menu): Remove. All references updated.
13506 (recentf-match-rule-p, recentf-build-dir-rules)
13507 (recentf-filter-changer-goto-next)
13508 (recentf-filter-changer-get-current)
13509 (recentf-filter-changer-get-next): Remove.
13510
13511 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
13512
13513 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
13514 buffer "Reset" button to "Reset to Current" for consistency with
13515 the State buttons.
13516
13517 2005-12-08 John Paul Wallington <jpw@pobox.com>
13518
13519 * ibuf-ext.el (define-ibuffer-filter filename):
13520 If `dired-directory' is a list then really use its car.
13521
13522 2005-12-08 Kim F. Storm <storm@cua.dk>
13523
13524 * emulation/cua-rect.el (cua--rectangle-aux-replace):
13525 Fix indention of text on right side of replaced rectangle.
13526
13527 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
13528
13529 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
13530 No need to check gud-comint-buffer is bound.
13531 (gdb): Prevent multiple debugging when first session uses gdba.
13532
13533 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13534
13535 CC Mode update to 5.31.
13536
13537 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
13538 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
13539 We might do this function properly in the future).
13540
13541 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
13542 New macros c-sentence-end and c-default-value-sentence end, to cope
13543 with Emacs 22's new function `sentence-end'.
13544
13545 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13546
13547 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
13548 compat issue using `c-put-overlay' and `c-delete-overlay'.
13549
13550 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
13551 New compat macros to handle overlays/extents.
13552
13553 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13554
13555 * progmodes/cc-fix.el: Add definitions of the macros push and pop
13556 (for GNU Emacs 20.4)
13557
13558 * progmodes/cc-defs.el:
13559 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
13560
13561 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
13562 highlighting mechanism so it will work in XEmacs too.
13563
13564 * progmodes/cc-defs.el: Insert c-int-to-char.
13565
13566 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
13567 call to the new macro c-int-to-char. This solves XEmacs's
13568 regarding characters as different from integers.
13569
13570 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13571
13572 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
13573 New internal helper.
13574
13575 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
13576 construct to make the indirect face lookup work in XEmacs.
13577
13578 (c-cpp-matchers): Append the negation char face to the existing
13579 fontification, so that the cpp face doesn't disappear.
13580 Use `c-make-syntactic-matcher' to avoid negation chars in comments
13581 and strings.
13582
13583 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
13584 to map to `font-lock-negation-char-face' in emacsen where it exists.
13585
13586 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13587
13588 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
13589
13590 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
13591 Rename "c-subword-move-mode" as "c-subword-mode".
13592
13593 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
13594 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
13595
13596 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13597
13598 * progmodes/cc-mode.el: Added autoload directive for
13599 `c-subword-move-mode' for use in older emacsen.
13600
13601 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13602
13603 * progmodes/cc-mode.el:
13604 (i) Insert a binding for C-c C-backspace into
13605 c-bind-special-erase-keys which works in TTYs.
13606 (ii) Make sure that when file styles are used, any explicitly
13607 given style variables take priority over those in the style.
13608 Do this by calling `hack-local-variables' a second time.
13609
13610 * progmodes/cc-vars.el: Add language specific customization
13611 widgets for AWK to c-doc-comment-style, c-require-final-newline
13612 and c-default-style. Add a defcustom for awk-mode-hook.
13613 Give c-syntactic-element and c-syntactic-context doc-strings by
13614 directly setting their `variable-documentation' propery.
13615 This allows Emacs 22.1 to read these with C-h v.
13616
13617 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
13618
13619 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13620
13621 * progmodes/cc-fonts.el, cc-vars.el
13622 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
13623 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
13624 Masatake YAMATO.
13625
13626 (c-doc-comment-style): Made GtkDoc default in C mode.
13627
13628 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
13629 and C-c C-<delete>.
13630
13631 (c-bind-special-erase-keys): New function for use on
13632 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
13633
13634 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
13635 <delete> key behavior in XEmacs according to `delete-forward-p'.
13636 C.f. `c-electric-delete'.
13637
13638 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13639
13640 * progmodes/cc-mode.el: Give c-hungry-backspace and
13641 c-hungry-delete-forward permanent key bindings.
13642
13643 * progmodes/cc-cmds.el (c-electric-semi&comma):
13644 Bind c-syntactic-context for calls to "criteria functions", for
13645 consistency with other calls to user functions.
13646
13647 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
13648 `current-prefix-arg', since this might be the prefix arg to a
13649 command which calls c-indent-command as a function. Change the
13650 interactive spec from "p" to "P".
13651
13652 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
13653 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
13654 was difficult to understand.
13655
13656 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13657
13658 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
13659 first char of an identifier.
13660
13661 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
13662 +" syntax in C++.
13663
13664 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13665
13666 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
13667 auto-fill doesn't split a c-comment's last word from a hanging
13668 "*/" when a space is typed between them after fill-column.
13669
13670 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
13671
13672 * progmodes/cc-styles.el (c-set-style)
13673 (c-setup-paragraph-variables): Abort the command if we're not in a
13674 CC Mode buffer.
13675
13676 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
13677 with blank comment-prefix, and a blank line as the comment's
13678 second line.
13679
13680 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13681
13682 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
13683 Incorporate the patterns added in the Emacs development branch
13684 for the new Emacs 22 face `font-lock-negation-char-face'.
13685
13686 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
13687 of "red" since it stands out better in xterms and DOS terminals.
13688
13689 * progmodes/cc-engine.el (c-literal-faces):
13690 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
13691
13692 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13693
13694 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
13695 forcibly enable c-electric-flag.
13696
13697 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
13698 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
13699 after the comment-prefix of a C-style comment will close that comment.
13700
13701 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13702
13703 * progmodes/cc-fonts.el (c-basic-matchers-before)
13704 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
13705 in Pike.
13706
13707 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
13708 digraphs.
13709
13710 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
13711 (c-cpp-message-directives, c-cpp-include-directives)
13712 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
13713 (c-cpp-expr-directives): Introduce new language constants to
13714 control cpp syntax in a cleaner way.
13715
13716 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
13717
13718 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
13719
13720 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
13721 (c-multiline-string-start-char): New language constants and
13722 variables to specify how newlines in string literals work.
13723
13724 (c-font-lock-invalid-string): Use them.
13725
13726 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
13727 unbalanced close brace is entered. Optimization by avoiding going
13728 back over arbitrarily large blocks. Removed hints that this
13729 function only would be relevant/useful in AWK.
13730
13731 (c-electric-brace): Indent syntactically after the cleanups since
13732 lineup functions might do it differently then.
13733
13734 * progmodes/cc-engine.el, cc-langs.el
13735 (c-opt-op-identifier-prefix): New language constant and variable.
13736
13737 (c-just-after-func-arglist-p, c-after-special-operator-id)
13738 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
13739
13740 * progmodes/cc-align.el, cc-engine.el
13741 (c-after-special-operator-id): New helper to handle C++ operator
13742 identifiers.
13743
13744 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
13745 (c-guess-basic-syntax): Handle C++ operator identifiers in
13746 declarations.
13747
13748 * progmodes/cc-langs.el (c-assignment-operators): Add the
13749 trigraph version of ^= too.
13750
13751 * progmodes/cc-langs.el (c-assignment-operators): Add the
13752 trigraph version of |= in C++.
13753
13754 * progmodes/cc-fonts.el (c-font-lock-declarators):
13755 Handle `c-decl-hangon-kwds' after the identifier name.
13756
13757 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
13758 whether an arglist is "nonempty", ignore a comment after the open
13759 paren if it isn't followed by a non-comment token on the same line.
13760
13761 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
13762 Enable heuristics below the point to cope with classes inside special
13763 brace lists in Pike.
13764
13765 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13766
13767 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
13768
13769 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13770
13771 * progmodes/cc-guess.el (cc-guess-install): New function to
13772 install an already guessed style in another buffer.
13773
13774 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
13775 sets `inhibit-read-only' - `c-save-buffer-state' should be used
13776 anyway if the change always is undone.
13777
13778 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13779
13780 Implement togglable electricity:
13781
13782 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
13783 saying when it should be used.
13784
13785 * progmodes/cc-engine.el: Add the new buffer-local variable,
13786 c-electric-flag.
13787
13788 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
13789 c-toggle-auto-newline.
13790
13791 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
13792 c-toggle-auto-newline. Remove the binding for
13793 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
13794 c-toggle-electric-state.
13795
13796 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
13797
13798 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
13799 c-\(forward\|backward\)-subword.
13800 (c-update-modeline): Add the new modeline flag `l' for
13801 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
13802 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
13803 Make the old name an alias of the new name.
13804 (c-toggle-electric-state): New function.
13805 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
13806 Adapt these functions to do electric things only when
13807 c-electric-flag is non-nil.
13808 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
13809 new functions from c-electric-brace.
13810 (c-point-syntax): Add a check for "virtual semicolons" in AWK
13811 mode, so that the tentative extra newline doesn't change the
13812 syntax of the following brace.
13813 (c-electric-brace): Restructure by extracting the above functions.
13814 Tidy up the coding somewhat.
13815 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13816 restructure a bit.
13817
13818 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13819
13820 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
13821 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
13822
13823 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
13824 (c-submode-indicators): Change name from `c-auto-hungry-string'
13825 since it's now used to track another submode.
13826
13827 (c-update-modeline): Convert to function and extended to check
13828 `c-subword-move-mode'.
13829
13830 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13831 Convert to compat aliases for `c-forward-subword' and
13832 `c-backward-subword'.
13833
13834 * progmodes/cc-subword.el: New functions and minor mode to handle
13835 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
13836
13837 (c-forward-subword, c-backward-subword, c-mark-subword)
13838 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
13839 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
13840 Functions corresponding to the standard word handling functions.
13841
13842 (c-subword-move-mode): Minor mode that replaces all the standard
13843 word handling functions with their subword equivalences.
13844
13845 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13846
13847 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
13848 entry for one-liner-defun.
13849
13850 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
13851 name in its def-edebug-spec.
13852
13853 * progmodes/cc-cmds.el (c-electric-brace): Make the
13854 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
13855 compacts space before a comment, if this will make things fit on
13856 one line.
13857
13858 Introduce an "awk" style, mainly for auto-newline and clean-ups.
13859
13860 * progmodes/cc-align.el: New function c-snug-1line-defun-close
13861
13862 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
13863 clean-up one-liner-defun.
13864
13865 * progmodes/cc-styles.el: Add the new "awk" style.
13866
13867 * progmodes/cc-vars.el: Add description of one-liner-defun to
13868 c-cleanup-list's doc-string. New user options,
13869 c-max-one-liner-length. In c-default-style, set the default style
13870 for AWK to "awk".
13871
13872 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13873
13874 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
13875 macros inside labels.
13876
13877 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
13878 `c-at-statement-start-p' and `c-at-expression-start-p'.
13879
13880 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
13881 error if the mark isn't set.
13882
13883 * progmodes/cc-engine.el (c-guess-continued-construct)
13884 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
13885 accurately detect functions inside functions.
13886
13887 * progmodes/cc-engine.el (c-at-expression-start-p): New function
13888 like `c-at-statement-start-p' that additionally recognizes commas
13889 and expression parentheses as delimiters.
13890
13891 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
13892 to avoid heuristics that doesn't work for unclosed blocks.
13893 (c-at-statement-start-p): New function.
13894
13895 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
13896 Objective-C directives, e.g. directives spanning lines should work
13897 reasonably well now.
13898
13899 (c-put-c-type-property, c-clear-c-type-property): New helpers.
13900
13901 (c-forward-objc-directive): New function to move over any ObjC
13902 directive.
13903
13904 (c-just-after-func-arglist-p, c-guess-basic-syntax)
13905 (c-basic-matchers-before): Use it.
13906
13907 (c-font-lock-objc-iip-decl): Remove.
13908
13909 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
13910 in the template arglist recognition.
13911
13912 * progmodes/cc-styles.el (c-style-alist): Fix several
13913 inconsistencies in the Whitesmith style.
13914
13915 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
13916 New lineup function to get lines after Whitesmith style blocks
13917 correctly indented.
13918
13919 (c-lineup-whitesmith-in-block): Back out the compensation for
13920 opening parens since it's done using `add' lists in the style
13921 definition instead. Don't use the anchor position since it varies
13922 too much between the syntactic symbols. :P
13923
13924 * progmodes/cc-vars.el (c-valid-offset): Update.
13925
13926 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
13927 lists where the offsets are combined according to several
13928 different methods: `first', `min', `max', and `add'.
13929 Report offset evaluation errors with `c-benign-error' so that some kind
13930 of reindentation still is done.
13931
13932 * progmodes/cc-engine.el (c-guess-basic-syntax):
13933 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
13934 `arglist-close'.
13935
13936 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
13937 situations for `arglist-cont-nonempty' and `arglist-close'.
13938
13939 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
13940
13941 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
13942 cc-bytecomp-boundp' in a number of places.
13943
13944 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
13945 macro related issue.
13946
13947 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13948
13949 * progmodes/cc-awk.el: Change the terminology of regexps: A char
13950 list is now [asdf], a char class [:alpha:].
13951 Include code for char classes.
13952 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
13953 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
13954
13955 Remove (nearly all of) the cruft associated with AWK Mode's former
13956 concept of "virtual semicolons":
13957
13958 Adapt c-beginning-of-statement, c-end-of-statement (together with
13959 subfunctions) to use the new notion of "virtual semicolon" in
13960 place of the old awkward special handling for AWK. There remains
13961 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
13962 * progmodes/cc-cmds.el:
13963 (c-ascertain-adjacent-literal): In the backwards direction, now
13964 recognises AWK regexp delimiters as string delimiters.
13965 (c-after-statement-terminator-p): Adapt for virtual semicolons;
13966 check more rigorously for "end of macro".
13967 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
13968 virtual semicolons;
13969 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
13970 out the code for forward movement into ...
13971 (c-end-of-statement): Now contains the code for forward movement,
13972 adapted for virtual semicolons.
13973
13974 * progmodes/cc-engine.el:
13975 (c-ws*-string-limit-regexp): New regexp.
13976 (c-forward-single-comment, c-backward-single-comment): Comment out
13977 the (now redundant) "special" AWK stuff.
13978
13979 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
13980 c-string-par-start, c-string-par-separate to be more like Text
13981 Mode than Fundamental Mode.
13982
13983 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13984
13985 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
13986 to the fontified region so that fontification doesn't occur
13987 outside it (could happen e.g. when fontifying a line with an
13988 unfinished declaration).
13989
13990 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13991
13992 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
13993 start of the file. ^L now separate sections of the file.
13994 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
13995 (c-awk-one-line-possibly-open-string-re)
13996 (c-awk-regexp-one-line-possibly-open-char-class-re)
13997 (c-awk-one-line-possibly-open-regexp-re)
13998 (c-awk-one-line-non-syn-ws*-re): New defonsts.
13999 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
14000
14001 Amend the concept of "virtual semicolons" (in the indentation
14002 engine) for languages like AWK, such that they are now
14003 conceptually attached to end of the last token of a statement, not
14004 the end of the line. (In AWK Mode, however, the pertinent text
14005 property is still physically set on the EOL.) Remove the specific
14006 tests for awk-mode, thus facilitating the introduction of other
14007 language modes where EOLs can end statements.
14008 (Note: The funtionality in cc-cmds.el, specifically
14009 c-beginning/end-of-statement has yet to be amended.)
14010
14011 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
14012 New macros.
14013
14014 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
14015 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
14016 c-vsemi-status-unknown-p-fn (in a new page).
14017
14018 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
14019 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
14020 numerous awkward forms like
14021 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
14022 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
14023 variable before-ws-ip, the place just after char-before-ip appears.
14024
14025 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
14026 a comment.
14027
14028 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14029
14030 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
14031 `c-tentative-buffer-changes'.
14032
14033 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
14034 convert to macro to choose between Emacs and XEmacs at compile time.
14035
14036 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
14037
14038 (c-tentative-buffer-changes): New macro to handle temporary buffer
14039 changes in a convenient way.
14040
14041 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
14042 for `c-tentative-buffer-changes'.
14043
14044 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
14045 the checks for paren sexps between the point and the keyword, to
14046 avoid some false alarms.
14047
14048 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
14049 Fixed a situation where an error could be thrown for unbalanced
14050 parens. Changed to make use of c-keyword-member' to avoid some
14051 repeated regexp matches.
14052
14053 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
14054 These language variable are no longer necessary.
14055
14056 (c-block-stmt-kwds): New language constant used by
14057 c-looking-at-inexpr-block'.
14058
14059 (c-guess-basic-syntax): Remove an optional check that looked at
14060 the existence of the now removed language variables.
14061
14062 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
14063 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
14064 object instantiation expressions as declarations in some contexts.
14065 This bug only affected languages where the declarator can't be
14066 enclosed in parentheses.
14067
14068 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
14069 insert newlines before and after substatement braces.
14070
14071 * progmodes/cc-engine.el: Improved the heuristics for recognizing
14072 function declaration headers and the handling of C++ style member
14073 init lists.
14074
14075 (c-just-after-func-arglist-p): Rewritten to use
14076 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
14077
14078 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
14079
14080 (c-guess-basic-syntax): Adapt case 5B for the new
14081 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
14082 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
14083 covers all cases now).
14084
14085 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
14086
14087 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14088
14089 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
14090 c-string-par-start/separate c-sentence-end-with-esc-eol,
14091 initialised in c-setup-paragraph-variables, used in string
14092 scanning subroutines of c-beginning-of-statement.
14093
14094 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14095 which precedes the newly inserted `{'.
14096
14097 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14098
14099 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
14100 function for declaration level blocks. It should now cope with
14101 templates better and also be a lot more comprehensible.
14102
14103 (c-looking-at-decl-block): The new function.
14104
14105 (c-search-uplist-for-classkey): The old one. It's now a wrapper
14106 for compatibility.
14107
14108 (c-add-class-syntax, c-guess-continued-construct)
14109 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
14110
14111 (c-decl-block-key): Change to tell apart ambiguous and
14112 unambiguous keywords. Pike specials are now handled directly in
14113 the code instead.
14114
14115 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
14116 New language constants and variables to make the backward skip in
14117 `c-looking-at-decl-block' as tight as possible.
14118
14119 (c-nonsymbol-token-char-list): New language constant.
14120
14121 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
14122 find balanced template arglists backwards.
14123
14124 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
14125 making char classes for `c-syntactic-skip-backward'.
14126
14127 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
14128 16D - can't be a class-close at that point.
14129
14130 * progmodes/cc-engine.el (c-guess-basic-syntax)
14131 (c-add-class-syntax): Don't narrow out the enclosing declaration
14132 level. This makes everything a lot easier, and it was actually
14133 only four small places that needed it to work. Some places that
14134 previously did `widen' are removed now, which has the effect that
14135 `c-guess-basic-syntax' never will look at things outside the
14136 current narrowment now. The anchor position for `topmost-intro'
14137 is affected by this, but it was so bogus it was basically useless
14138 before, and now it's equally bogus but in a slightly different way.
14139
14140 (c-narrow-out-enclosing-class): Gone.
14141
14142 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
14143 the narrowed region.
14144
14145 (c-least-enclosing-brace): Remove silly optional argument.
14146
14147 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14148 the point could be left directly after an open paren when finding
14149 the beginning of the first decl in the block.
14150
14151 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
14152 Specify which submatch to use.
14153
14154 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
14155
14156 (c-decl-start-re): No longer any need for special treatment of
14157 ObjC due to the above.
14158
14159 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
14160 presumably follows C in that regard.
14161
14162 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
14163 New language constants to specify operator tokens inside
14164 identifiers in a more high level way.
14165
14166 (c-opt-identifier-prefix-key): New internal language constant.
14167
14168 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
14169 (c-identifier-start, c-identifier-key): Now completely calculated
14170 from other constants.
14171
14172 (c-identifier-last-sym-match): Decommission since it's no longer used.
14173
14174 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
14175
14176 * progmodes/cc-engine.el (c-forward-name): Remove the
14177 optimization when c-identifier-key is equal to c-symbol-key since
14178 it doesn't work in byte compiled files. Don't record empty
14179 regions as identifiers.
14180
14181 * progmodes/cc-langs.el (c-filter-ops): New helper function to
14182 simplify access to `c-operators' and its likes.
14183
14184 (c-operator-list, c-all-op-syntax-tokens)
14185 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
14186 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
14187 (c-primary-expr-regexp, c-cast-parens): Use it.
14188
14189 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
14190 an explicit language in functions.
14191
14192 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
14193 variant of adornment.
14194
14195 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
14196 variable.
14197
14198 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
14199 the Pike value.
14200
14201 * progmodes/cc-engine.el (c-on-identifier)
14202 (c-simple-skip-symbol-backward): Small fix for handling "-"
14203 correctly in `skip-chars-backward'. Affected the operator lfun
14204 syntax in Pike.
14205
14206 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
14207 diagnostic message about precompiled language vars not being used.
14208
14209 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
14210 "__attribute__" is followed by a parenthesis.
14211
14212 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
14213 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
14214 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
14215
14216 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
14217 Internal cleanups to properly detect the declared identifiers in
14218 various declarations.
14219
14220 (c-decl-start-kwds): New language constant to recognize
14221 declarations that can start anywhere. Used for class declarations
14222 in Pike.
14223
14224 (c-specifier-key, c-not-decl-init-keywords)
14225 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
14226 (c-find-decl-spots): Implement `c-decl-start-kwds'.
14227
14228 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
14229 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
14230 handling of the compiler specific extension keywords into a new
14231 language constant `c-decl-hangon-kwds' that defines keyword
14232 clauses to be ignored in declarations.
14233
14234 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
14235 past unrecognized tokens when handling `c-colon-type-list-kwds'.
14236 Necessary to stop at the declared identifier in e.g. IDL valuetype
14237 declarations.
14238
14239 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
14240 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
14241 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
14242 (c-forward-decl-or-cast-1): Recognize the declared identifier in
14243 class and enum declarations as such and not as part of the type.
14244
14245 (c-forward-decl-or-cast-1, c-forward-label): Relax the
14246 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
14247
14248 (c-forward-decl-or-cast-1): Don't disregard sure signs of
14249 declarations when there's some syntax error later on.
14250
14251 (c-complex-decl-matchers): Did away with a reference to
14252 `c-specifier-key'.
14253
14254 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
14255 value - this variable is always dynamically bound.
14256
14257 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
14258 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
14259 * cc-cmds.el, cc-defs.el: Change the policy for marking up
14260 functions that might do hidden buffer changes: All such internal
14261 functions are now marked instead of those that don't.
14262
14263 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
14264 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
14265 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
14266 (c-literal-type): Allow these functions to make hidden buffer changes,
14267 so that they are free to use text property caching later on.
14268
14269 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
14270 (c-electric-brace, c-electric-slash, c-electric-star)
14271 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
14272 (c-electric-paren, c-electric-continued-statement, c-indent-command)
14273 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
14274 (c-context-line-break): Add `c-save-buffer-state' calls to comply
14275 with the changed semantics of the functions above.
14276
14277 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
14278 when macros occur in obscure places. Optimized the sexp movement
14279 a bit.
14280
14281 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14282
14283 Enhancements for c-beginning-of-statement to work in AWK Mode:
14284
14285 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
14286 (completed statement) with `}' (statement completed by closing
14287 brace or semicolon) and `$' (statement completed by EOL).
14288
14289 (c-awk-virtual-semicolon-ends-prev-line-p)
14290 (c-awk-virtual-semicolon-ends-line-p)
14291 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
14292 (c-awk-at-statement-end-p): New functions.
14293
14294 * progmodes/cc-cmds.el: Simplify the structure of functions
14295 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
14296 two functions and c-beginning-of-statement to handle AWK Mode.
14297
14298 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
14299 c-backward-single-comment for AWK mode. Attempt to clarify their
14300 doc-strings.
14301
14302 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
14303
14304 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14305
14306 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
14307 label handling. Labels are now recognized in a uniform and more
14308 robust way, regardless of context. Text properties are put on all
14309 labels to recognize the following declarations better.
14310 Multiword labels are handled both in indentation and fontification for
14311 the benefit of language extensions like Qt. For consistency, keywords
14312 in labels are now fontified with the label face instead.
14313 That also applies to "case" and "default".
14314
14315 (c-beginning-of-statement-1): Fix some bugs in the label
14316 handling. Disregard `c-nonlabel-token-key' in labels that begin
14317 with `c-label-kwds'.
14318
14319 (c-find-decl-spots): Support that the callback adds more
14320 `c-decl-end' spots to find.
14321
14322 (c-forward-decl-or-cast-1): Don't treat a list of plain
14323 identifiers followed by a colon as a declaration.
14324
14325 (c-forward-label): New function to recognize labels.
14326
14327 (c-guess-basic-syntax): Replace uses of `c-label-key' with
14328 `c-forward-label'. Moved the label recognition cases (14 and 15)
14329 earlier since they aren't so context sensitive now. Handle labels
14330 on the top level gracefully. Moved access label recognition to
14331 the generic label case (CASE 15) - removed CASE 5E.
14332
14333 (c-font-lock-declarations): Add recognition of labels in the
14334 same round since we need to handle labels in parallell with other
14335 declarations to recognize both accurately. It should also improve
14336 speed.
14337
14338 (c-simple-decl-matchers, c-basic-matchers-after):
14339 Move `c-font-lock-labels' so that it only is used on decoration level 2
14340 since `c-font-lock-declarations' handles it otherwise.
14341
14342 (c-complex-decl-matchers): Remove the simplistic recognition of
14343 access labels.
14344
14345 (c-decl-prefix-re): Remove the kludges that was necessary to cope
14346 with labels earlier.
14347
14348 (c-decl-start-re): New language variable to make
14349 `c-font-lock-declarations' stop for the special protection labels
14350 in Objective-C that start with `@'.
14351
14352 (c-label-key): Remove since it's no longer used.
14353
14354 (c-recognize-colon-labels, c-label-prefix-re): New language
14355 constants to support recognition of generic colon-terminated labels.
14356
14357 (c-type-decl-end-used): `c-decl-end' is now used whenever there
14358 are colon terminated labels.
14359
14360 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14361 first argument starts with a special brace list.
14362
14363 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
14364 (c-font-lock-declarations): Break out the declaration and cast
14365 recognition from `c-font-lock-declarations' to a new function, so
14366 that it can be used in the indentation engine.
14367
14368 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
14369 up to the start of the literal. Fixed bug with the point on the
14370 wrong side of the search limit that could happen when the start
14371 position is inside a literal.
14372
14373 * progmodes/cc-engine.el (c-parse-state)
14374 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
14375 so that it's kept a little bit back to increase the hit rate.
14376
14377 (c-parse-state): Change the macro handling and fixed some
14378 glitches. Macro context is checked more often than necessary now,
14379 but otoh less garbage conses are generated.
14380
14381 * progmodes/cc-engine.el (c-parse-state)
14382 (c-invalidate-state-cache): Cache the last position where
14383 `c-state-cache' applies. This can speed up refontification quite
14384 a bit in blocks where there are many non-brace parens before the point.
14385
14386 (c-state-cache-end): New variable for this.
14387
14388 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
14389 cache variable.
14390
14391 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
14392 get close initial continue positions when the start position is
14393 inside a literal or macro. Do not call the callback for spots
14394 before the start position (which can happen e.g. for `c-decl-end'
14395 spots inside comments). Optimize better in special cases when the
14396 region is a single line inside a literal or macro (typically when
14397 the current line is refontified).
14398
14399 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
14400 to `c-add-stmt-syntax' - there's no need to explicitly whack off
14401 entries from the paren state.
14402
14403 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
14404 special case for "else if" clauses.
14405
14406 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
14407 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
14408
14409 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
14410 New language variable to recognize the gcc extension with statement
14411 blocks inside expressions.
14412
14413 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
14414 it somewhat more comprehensible. The argument AT-BLOCK-START is
14415 no longer used and hence removed.
14416
14417 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
14418 to `c-add-stmt-syntax'.
14419
14420 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14421 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
14422 This fixes bogus label recognition.
14423
14424 * progmodes/cc-engine.el (c-add-type, c-check-type)
14425 (c-forward-name, c-forward-type): Improve storage of template
14426 types in `c-found-types' so that they can be recognized better.
14427
14428 (c-syntactic-content): Add option to skip past nested parens.
14429
14430 * progmodes/cc-engine.el (c-forward-name):
14431 Set `c-last-identifier-range' all the time. It's less work that way.
14432 Handle that there might not be an identifier to store in
14433 `c-last-identifier-range'.
14434
14435 (c-forward-type): Handle that `c-last-identifier-range' might be
14436 nil from `c-forward-name'.
14437
14438 * progmodes/cc-defs.el (c-safe-scan-lists)
14439 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
14440
14441 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
14442 to work even if the form fails.
14443
14444 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
14445 down in a large file in one go.
14446
14447 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
14448
14449 * progmodes/cc-align.el (c-lineup-assignments): New lineup
14450 function which is like `c-lineup-math' but returns nil instead of
14451 `c-basic-offset' when it doesn't match.
14452
14453 (c-lineup-math): Change to use `c-lineup-assignments'.
14454
14455 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14456
14457 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
14458 c-beginning-of-statement. New subfunctions
14459 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
14460
14461 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14462
14463 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
14464 hardcoded char classes whereever possible. Changed a couple of
14465 places to use skip by syntax instead of skip by char class.
14466
14467 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
14468 Fix a bug in the regexp that caused extreme backtracking.
14469
14470 * progmodes/cc-langs.el (c-block-comment-starter)
14471 (c-block-comment-ender): New language constants to specify in a
14472 single place how block comments look.
14473
14474 (c-comment-start-regexp, c-block-comment-start-regexp)
14475 (comment-start, comment-end, comment-start-skip)
14476 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
14477 (c-syntactic-ws, c-nonempty-syntactic-ws)
14478 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
14479 `c-line-comment-starter', `c-block-comment-starter' and
14480 `c-block-comment-ender'.
14481
14482 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
14483 New language constants to break up things a bit.
14484
14485 (c-simple-ws): New language constant for simple whitespace.
14486
14487 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
14488
14489 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
14490 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
14491 newlines. Allow and ignore nil elements in the list.
14492
14493 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14494
14495 * progmodes/cc-cmds.el: Comment out a (n almost certainly
14496 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
14497
14498 * progmodes/cc-cmds.el: Tidy up the comments in
14499 c-beginning-of-statement and subfunctions.
14500
14501 * progmodes/cc-awk.el: Replace calls to put-text-property to the
14502 more flexible c-put-char-property and c-clear-char-properties.
14503 Add the author's email address.
14504
14505 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
14506
14507 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
14508 closing "*/" of a block comment.
14509
14510 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
14511 subfunctions) so that it works at BOB and EOB.
14512
14513 * progmodes/cc-cmds.el, cc-vars.el: More updating of
14514 c-beginning-of-statement, including new variable
14515 c-block-comment-start-regexp.
14516
14517 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14518
14519 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
14520 symbols from `*-font-lock-extra-types' so that there's no need to
14521 use `regexp-opt' on those lists.
14522
14523 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
14524 `c-type-modifier-kwds' is empty.
14525
14526 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
14527 there are several strings on the same line.
14528
14529 * progmodes/cc-engine.el (c-literal-limits): Remove the
14530 compatibility function for older emacsen. `c-literal-limits-fast'
14531 has now taken the place of this function.
14532
14533 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
14534 with older emacsen: We now require `pps-extended-state'.
14535
14536 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14537
14538 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
14539 which obviates the need to hack sentence-end. This now handles
14540 escaped newlines in strings correctly. Correct minor bugs in
14541 c-move-over-sentence and in c-beginning-of-statement.
14542
14543 * progmodes/cc-cmds.el (c-beginning-of-statement (and
14544 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
14545 that movement over macros and code are rigorously separated from
14546 eachother. Correct a few incidental bugs.
14547
14548 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
14549 Improve its doc-string. Improve the handling of certain specific cases.
14550
14551 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14552
14553 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
14554 (c-guess-basic-syntax): Change the way class-level labels are
14555 recognized; they can now contain essentially any symbols.
14556
14557 (c-opt-extra-label-key): New language variable to cope with the
14558 special protection label syntax in Objective-C.
14559
14560 (c-opt-access-key): Remove; this is now handled better by
14561 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
14562
14563 (c-complex-decl-matchers): Update to handle that
14564 `c-opt-access-key' no longer exists.
14565
14566 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
14567 improved label recognition in `c-beginning-of-statement-1'.
14568
14569 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14570 Recognize bitfields better.
14571
14572 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
14573 Remove some cruft and fixed a bug that could cause it to go to a
14574 position further down.
14575
14576 * progmodes/cc-langs.el, cc-engine.el
14577 (c-beginning-of-statement-1): Improve detection of labels in
14578 declaration contexts.
14579
14580 (c-beginning-of-decl-1): Use it.
14581
14582 (c-nonlabel-token-key): New language constant and variable needed
14583 by `c-beginning-of-statement-1'.
14584
14585 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
14586 manifested itself due to the correction in `c-forward-sexp'.
14587
14588 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
14589 Make these behave as documented when used at the buffer limits.
14590
14591 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
14592 (c-type-decl-end-used): Made this a language variable.
14593
14594 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
14595 correctly when `combine-after-change-calls' is used together with
14596 temporary narrowings.
14597
14598 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14599 Report labels correctly when the start point is immediately after the
14600 colon.
14601
14602 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
14603 Remove since it isn't used anymore.
14604
14605 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
14606 bracket arglists such as template parens in C++.
14607
14608 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
14609 in the last check-in. Some optimization.
14610
14611 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
14612 where it could stop at the same level in a preceding sexp when
14613 PAREN-LEVEL is set.
14614
14615 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
14616 text property lookup only when it's needed.
14617
14618 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
14619 Change the policy for paren marked angle brackets to be more
14620 persistent; once marked they remain marked even when they're found
14621 to be unbalanced in the searched region. This should keep the
14622 paren syntax around even when individual lines are refontified in
14623 multiline template arglists.
14624
14625 (c-parse-and-markup-<>-arglists): New dynamically bound variable
14626 to control markup so that incorrect angle bracket arglists aren't
14627 marked in contexts where the correct value for
14628 `c-disallow-comma-in-<>-arglists' isn't known.
14629
14630 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
14631 argument has become `c-parse-and-markup-<>-arglists'.
14632
14633 (c-remove-<>-arglist-properties): Remove - no longer used.
14634
14635 (c-after-change-check-<>-operators): New function used on
14636 `after-change-functions' to avoid that "<" and ">" characters that
14637 are part of longer operators have paren syntax.
14638
14639 (c-<>-multichar-token-regexp): New language variable used by
14640 `c-after-change-check-<>-operators'.
14641
14642 (c-after-change): Call `c-after-change-check-<>-operators'.
14643
14644 (c-font-lock-<>-arglists): Use the context properties set by
14645 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
14646 correctly to avoid doing invalid markup.
14647
14648 (c-font-lock-declarations): Remove code that undoes the invalid
14649 markup done by `c-font-lock-<>-arglists'.
14650
14651 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
14652 after `c-font-lock-declarations'.
14653
14654 * progmodes/cc-engine.el (c-syntactic-skip-backward):
14655 Add paren-level feature.
14656
14657 (c-guess-basic-syntax): Improve the anchor position for
14658 `template-args-cont' in nested template arglists. There's still
14659 much to be desired in this area, though.
14660
14661 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14662
14663 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
14664 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
14665
14666 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14667
14668 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
14669 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
14670
14671 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
14672 it doesn't work no longer are supported.
14673
14674 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
14675 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
14676 requires support for the syntax-table' text property, which rules
14677 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
14678 cruft associated with those versions.
14679
14680 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
14681 for the `syntax-table' text property, which rules out Emacs 19 and
14682 XEmacs < 21.4. Removed various compatibility cruft associated
14683 with those versions.
14684
14685 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
14686 support for the `syntax-table' text property.
14687
14688 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
14689 variable and use an extra quoted face name instead. All the
14690 emacsen flavors handle that correctly.
14691
14692 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
14693 (c-font-lock-declarators, c-font-lock-declarations)
14694 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
14695 property to mark the items in in declarator lists to handle
14696 refontification inside multiline declarations better.
14697
14698 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
14699 construct like "a * b = c;" as a declaration.
14700
14701 2005-12-08 Kim F. Storm <storm@cua.dk>
14702
14703 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
14704 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
14705 select either meta, hyper, or super modifier for rectangle commands.
14706 (cua--rectangle-modifier-key): New defvar.
14707 (cua--M/H-key): Use it. Remove special case for `space'.
14708 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
14709 on X, to meta otherwise. Always bind C-return to toggle
14710 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
14711
14712 * emulation/cua-rect.el (cua-help-for-rectangle):
14713 Use cua--rectangle-modifier-key. Handle super modifier too.
14714 (cua--init-rectangles): Always bind C-return to toggle rectangle.
14715 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
14716
14717 * ido.el: Move Acknowledgements and History after Commentary.
14718 Minor changes to Commentary.
14719
14720 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
14721 keymap if cua--prefix-override-timer is `shift'.
14722 (cua--shift-control-prefix): New function; emulate "type prefix
14723 key twice" functionality to handle shifted prefix key override.
14724 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
14725 New commands.
14726 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
14727
14728 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
14729
14730 * textmodes/org.el (org-insert-heading): Try to do items before
14731 headings.
14732 (org-agenda-mode): Quote `org-agenda-mode-hook'.
14733 (org-insert-item): New function.
14734 (org-renumber-ordered-list): Don't skip to higher level lists.
14735
14736 2005-12-08 Juri Linkov <juri@jurta.org>
14737
14738 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
14739
14740 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
14741
14742 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
14743
14744 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
14745 the constructed function name fun-1.
14746
14747 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
14748 because such links don't lead to parent documentation.
14749
14750 2005-12-08 Kenichi Handa <handa@m17n.org>
14751
14752 * descr-text.el (describe-char): Use *Help-2* buffer if the
14753 current buffer is *Help*. Call describe-text-properties while
14754 setting the original buffer.
14755
14756 2005-12-07 Bill Wohler <wohler@newt.com>
14757
14758 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
14759 and causes problems with non-MH users (such as Gnus users).
14760
14761 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
14762
14763 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
14764 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
14765 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
14766 command "info sources". Move calls to GDB command "list".
14767 (gdb-find-file-hook): Just use gdb-source-file-list.
14768 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
14769 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
14770 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
14771 (gdb-data-list-register-values-handler): Use correct trigger name.
14772
14773 2005-12-07 Kim F. Storm <storm@cua.dk>
14774
14775 * ido.el (ido-completion-map): Rename from ido-mode-map.
14776 (ido-common-completion-map, ido-file-completion-map)
14777 (ido-file-dir-completion-map, ido-buffer-completion-map):
14778 Rename from ido-mode-....-map.
14779 (ido-init-completion-maps): Rename from ido-init-mode-maps.
14780 (ido-setup-completion-map): Rename from ido-define-mode-map.
14781 (ido-read-internal): Bind minibuffer-local-filename-completion-map
14782 to ido-completion-map.
14783
14784 2005-12-07 Kenichi Handa <handa@m17n.org>
14785
14786 * international/mule-cmds.el
14787 (set-display-table-and-terminal-coding-system): If the coding
14788 system specified in `unibyte-display' property is different from
14789 the arg coding-system, don't setup standard-display-table.
14790
14791 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14792
14793 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
14794 that comments end at \n, regardless of selective-display.
14795
14796 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
14797
14798 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
14799 (gdb-version): New variables.
14800 (gdb-source-file-list, gdb-register-names)
14801 (gdb-changed-registers): New variables for use with GDB 6.4+.
14802 (gdb-ann3): Replace with...
14803 (gdb-init-1, gdb-init-2): ...two new functions.
14804 (gdba, gdb-prompt): Call gdb-init-1.
14805 (gdb-get-version): New function. Call gdb-init-2 from here.
14806 (gud-watch): Make it work with mouse events too.
14807 (gdb-post-prompt): Don't add to queue until GDB version is known.
14808 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
14809 (gdb-locals-mode): Use gdb-version.
14810 (gdb-memory-format-map, gdb-memory-unit-map)
14811 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
14812 (gdb-locals-font-lock-keywords-1)
14813 (gdb-locals-font-lock-keywords-2): New variables.
14814 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
14815 (gdb-set-gud-minor-mode-existing-buffers-1)
14816 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
14817 (gdb-var-update-1, gdb-var-update-handler-1)
14818 (gdb-data-list-register-values-handler)
14819 (gdb-data-list-register-values-custom)
14820 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
14821 (gdb-stack-list-locals-handler, gdb-get-register-names):
14822 New functions for use with GDB 6.4+.
14823 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
14824 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
14825 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
14826 (gdb-stack-list-locals-regexp)
14827 (gdb-data-list-register-names-regexp): New regexps for use with
14828 GDB 6.4+.
14829
14830 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14831
14832 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
14833
14834 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
14835
14836 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
14837 prompts work for AUTH PLAIN. Also reported by Steve Allan
14838 <seallan@verizon.net>.
14839
14840 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14841
14842 * frame.el (set-frame-parameter): Add doc string.
14843
14844 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
14845
14846 * textmodes/org.el (org-occur-highlights): New variable.
14847 (org-highlight-new-match, org-remove-occur-highlights): New functions.
14848 (org-highlight-sparse-tree-matches): New option.
14849 (org-do-occur): New function.
14850 (org-get-heading): Make it work also at beginning of line.
14851 (org-category-table): New variable.
14852 (org-get-category-table, org-get-category)
14853 (org-camel-to-words, org-link-search): New functions.
14854 (org-select-this-todo-keyword): New variable.
14855 (org-todo-list): New command.
14856 (org-shiftright, org-shiftleft): New commands.
14857 (org-agenda-todo): Add prefix argument.
14858 (org-show-hierarchy-above): New option.
14859 (org-show-todo-tree): Numerical prefix creates tree for specific
14860 TODO keyword.
14861 (org-outline-level): New function, to assign a level to plain
14862 lists items.
14863 (org-cycle-include-plain-lists): New option.
14864 (org-mode): Use `org-outline-level' as value of `outline-level'.
14865 (org-cycle): Temporarily switch `outline-regexp' if
14866 `org-cycle-include-plain-lists' is non-nil.
14867 (org-start-icalendar-file): Fix format bug.
14868 (org-agenda-get-day-entries): Create category table.
14869 (org-agenda-get-todos, org-agenda-get-timestamps)
14870 (org-agenda-get-deadlines, org-agenda-get-scheduled)
14871 (org-agenda-get-blocks): Use `org-get-category'.
14872 (org-context-in-file-links): Rename from
14873 `org-line-numbers-in-file-links'.
14874
14875 2005-12-06 Romain Francoise <romain@orebokech.com>
14876
14877 * window.el (balance-windows): Delete extraneous third arg in call
14878 to `enlarge-window'.
14879
14880 2005-12-06 Kenichi Handa <handa@m17n.org>
14881
14882 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
14883
14884 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
14885
14886 * progmodes/gdb-ui.el (gdb-var-create-handler)
14887 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
14888 (gdb-var-list-children-handler, gdb-var-update-handler):
14889 Current buffer is already gdb-partial-output-buffer, don't
14890 make it current again.
14891
14892 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
14893
14894 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
14895 (list-buffers-noselect): Use it.
14896
14897 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14898
14899 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
14900 (mail-yank-ignored-headers): Use regexp-opt.
14901 (mail-mode-map): Move initialization into declaration.
14902 (mail-sent-via): Remove unused shadowed var `to-line'.
14903 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
14904 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
14905 (mail-do-fcc): Use dolist and push.
14906 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
14907 (mail-yank-ignored-headers): Don't autoload.
14908
14909 2005-12-05 Kenichi Handa <handa@m17n.org>
14910
14911 * international/mule-cmds.el (set-language-info-internal): New fun.
14912 (set-language-info): Call set-language-info-internal to update
14913 language-info-alist. If LANG-ENV is the current one, call
14914 set-language-environment to make INFO effective now.
14915 (set-language-info-alist): Likewise.
14916 (locale-language-names): With locale "en", use English
14917 lang. env. but set the default codings to iso-8859-1.
14918
14919 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
14920
14921 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
14922 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
14923 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
14924 for plain strings.
14925 (gdb-frames-mode): Remove redundant call to font-lock-mode.
14926 (gdb-all-registers): Rename from toggle-gdb-all-registers.
14927 Create registers buffer if necessary. Echo new state in minibuffer.
14928 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
14929
14930 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
14931
14932 * info.el (Info-fontify-node): Match external links using
14933 non-directory part of filename.
14934
14935 2005-12-04 Juri Linkov <juri@jurta.org>
14936
14937 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
14938 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
14939 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
14940 because there is no customization option for it.
14941
14942 * font-lock.el (lisp-font-lock-keywords-1):
14943 Add define-global-minor-mode.
14944
14945 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
14946
14947 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
14948 properties on the constructed variable names.
14949
14950 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14951 Put `definition-name' properties on the constructed function names
14952 next-sym and prev-sym.
14953
14954 * emacs-lisp/find-func.el (find-function-regexp):
14955 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
14956 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
14957 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
14958 and easy-menu-define.
14959
14960 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
14961 easy-mmode-define-global-mode and define-global-minor-mode.
14962 (lisp-imenu-generic-expression): Add define-global-minor-mode.
14963
14964 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
14965 instead of easy-mmode-define-global-mode.
14966
14967 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14968 Use define-minor-mode instead of easy-mmode-define-minor-mode.
14969
14970 * cus-edit.el (customize-group, customize-group-other-window):
14971 Filter out autoloaded options from the group completion list by
14972 using heuristics that autoloaded groups don't have `custom-autoload'
14973 property on their symbols (they have only `custom-loads').
14974
14975 * simple.el (completion-setup-function): Put completions-common-part
14976 face on complete completion string too (i.e. completion string
14977 without completions-first-difference face).
14978
14979 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
14980
14981 2005-12-03 Eli Zaretskii <eliz@gnu.org>
14982
14983 * view.el (view-mode): Doc fix.
14984
14985 * disp-table.el (standard-display-european): Add to the warning
14986 message a reference to the doc string.
14987
14988 * play/yow.el (apropos-zippy): Call print-help-return-message,
14989 similar to other Help and Apropos commands.
14990
14991 * help.el (print-help-return-message): If pop-up-frames is
14992 non-nil, set up help-return-method to delete the help window and,
14993 possibly, its frame as well, and don't display message about
14994 scrolling the help window. Doc fix.
14995 (help-return-method): Doc fix.
14996
14997 2005-12-03 Martin Rudalics <rudalics@gmx.at>
14998
14999 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
15000 whereby names of length one or names starting with a
15001 symbol-constituent character would not be returned.
15002
15003 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15004
15005 * subr.el (atomic-change-group): Add edebug and indentation spec.
15006
15007 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * completion.el (save-completions-file-name): Fix typo in last change.
15010
15011 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15012
15013 * info.el: Move back/forward history to the beginning of the tool bar.
15014
15015 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
15016
15017 * allout.el (eval-when-compile): Remove unnecessary load of cl.
15018 Add fset of allout-real-isearch-abort during compile to fix
15019 byte-compilation warnings.
15020 (allout-mode-p): Move definition of this macro above all uses, or
15021 byte compilation in barren Emacs (eg, during Emacs build) will
15022 lack the definition.
15023 (allout-mode): Move this variable above any uses, or byte
15024 compilation will fail.
15025 (allout-resolve-xref): Remove use of personal file-reference function.
15026 (allout-toggle-current-subtree-encryption): Do the current (ie,
15027 visible containing) topic, rather than nearest around point. Doc fix.
15028 (allout-toggle-subtree-encryption): New function, workhorse that
15029 works on nearest topic containing point.
15030 (allout-encrypt-string): Signal requirement for newer version of pgg.
15031 (allout-resumptions): Doc fix.
15032
15033 2005-12-02 Eli Zaretskii <eliz@gnu.org>
15034
15035 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
15036
15037 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
15038
15039 * textmodes/flyspell.el (flyspell-external-point-words):
15040 Consider a misspelling as found in the string search if: (a) misspelling
15041 and found string lengths match, or (b) misspelling is found as
15042 element in a boundary-chars separated longer string, or (c)
15043 ispell-program-name is really ispell and misspelling is found as
15044 part of a TeX string. After successful match move beginning of
15045 search region to end of match. Warn about not found misspellings
15046 once the process is done.
15047 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
15048
15049 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
15050
15051 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
15052 tool bar (removed inadvertently).
15053
15054 2005-12-02 Juri Linkov <juri@jurta.org>
15055
15056 * log-view.el (log-view-diff): Clarify doc string.
15057
15058 2005-12-01 Bill Wohler <wohler@newt.com>
15059
15060 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
15061 triggers lm-verify errors.
15062
15063 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
15064
15065 * simple.el (transient-mark-mode, line-number-mode)
15066 (column-number-mode, size-indication-mode): Remove `:require nil'.
15067
15068 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
15069
15070 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
15071 in the margin also.
15072 (gdb-breakpoints-mode-map): Use D instead of d for
15073 gdb-delete-breakpoint.
15074 (gdb-get-frame-number): Require a number to match on.
15075 (gdb-threads-mode-map): Add follow-link binding.
15076
15077 2005-11-30 Jason Rumney <jasonr@gnu.org>
15078
15079 * isearch.el (isearch-mode-map): Avoid exiting search on
15080 language-change event.
15081
15082 2005-11-30 Romain Francoise <romain@orebokech.com>
15083
15084 * speedbar.el (speedbar-default-position): New defcustom.
15085 (speedbar-frame-reposition-smartly): Use it.
15086
15087 * dframe.el (dframe-reposition-frame-emacs): Fix position
15088 computation for `left' location.
15089 Update copyright year.
15090
15091 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15092
15093 * help.el (help-map): Move initialization into declaration.
15094
15095 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
15096
15097 * help-fns.el (help-argument-name): Don't autoload.
15098 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
15099 to be re-loaded when customizing the `help' group.
15100
15101 2005-11-30 John Paul Wallington <jpw@gnu.org>
15102
15103 * help-fns.el (describe-function-1): Fill arglist output.
15104
15105 2005-11-30 Kim F. Storm <storm@cua.dk>
15106
15107 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
15108 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
15109 after revert-buffer (or anything else which kills all local variables).
15110
15111 * apropos.el (apropos-parse-pattern): Doc fix.
15112 Set apropos-regexp directly, rather than expecting callers to do so.
15113 (apropos-command, apropos, apropos-value, apropos-documentation):
15114 Simplify calls to apropos-parse-pattern.
15115
15116 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
15117
15118 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
15119 (hi-lock-face-phrase-buffer): Use hi-yellow face.
15120 (hi-lock-write-interactive-patterns): Use comment-region.
15121
15122 * longlines.el (longlines-mode): Add mail-setup-hook.
15123
15124 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
15125
15126 * simple.el (sendmail-user-agent-compose, next-line):
15127 Conditionally use hard-newline.
15128
15129 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
15130
15131 * international/latexenc.el (latex-inputenc-coding-alist):
15132 Reword doc string.
15133
15134 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
15135
15136 * help.el (describe-key-briefly, describe-key): Recognize default
15137 bindings.
15138
15139 2005-11-29 Romain Francoise <romain@orebokech.com>
15140
15141 * view.el (view-inhibit-help-message): New defcustom.
15142 (view-mode-enter): Use it.
15143
15144 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
15145
15146 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
15147 Preserve user position.
15148
15149 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
15150
15151 * font-lock.el: Throw error if facemenu is not loaded to prevent
15152 accidental change of loading order in loadup.el. (Suggested by RMS.)
15153
15154 * loadup.el: Add comment explaining why facemenu must be loaded
15155 before font-lock.
15156
15157 2005-11-28 Jay Belanger <belanger@truman.edu>
15158
15159 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
15160 (calc-dispatch-map): Add more keys for `calc-same-interface'.
15161
15162 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
15163
15164 * calc/calc-embed.el (calc-do-embedded): Update help message.
15165
15166 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
15167
15168 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15169
15170 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
15171
15172 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
15173 called-interactively-p.
15174 (elp-profilable-p): Rename from elp-not-profilable-p.
15175 Invert result and take into account macros and autoloaded functions.
15176 (elp-instrument-function): Update call.
15177 (elp-instrument-package): Update call. Add completion.
15178 (elp-pack-number): Use match-string.
15179 (elp-results-jump-to-definition-by-mouse): Merge into
15180 elp-results-jump-to-definition and then remove.
15181 (elp-output-insert-symname): Make help echo text single-line.
15182
15183 * replace.el (query-replace-map): Move initialization into declaration.
15184 (occur-engine): Use with-current-buffer.
15185 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
15186 (occur-mode-mouse-goto): Replace with an alias.
15187
15188 2005-11-28 Juri Linkov <juri@jurta.org>
15189
15190 * simple.el (quoted-insert): Let-bind input-method-function to nil.
15191
15192 * term/w32-win.el: Bind [S-tab] to [backtab].
15193
15194 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
15195 `Info-find-file' to t.
15196
15197 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
15198 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
15199 and same-window-regexps.
15200 (occur-next-error): Don't move point for arg 0.
15201
15202 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
15203
15204 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
15205
15206 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15207
15208 * log-edit.el (log-edit-changelog-use-first): New var.
15209 (log-edit-changelog-ours-p): Use it.
15210 (log-edit-insert-changelog): Set it with new arg `use-first'.
15211 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
15212 (log-edit-hook): Add them to the list of suggested options.
15213
15214 * textmodes/flyspell.el (flyspell-last-buffer): New var.
15215 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
15216 redundant work.
15217 (flyspell-mode-on): Use add-hook for after-change-functions.
15218 (flyspell-mode-off): Use remove-hook for after-change-functions.
15219 (flyspell-changes): Make it buffer-local.
15220 (flyspell-after-change-function): Make it non-interactive. Use push.
15221 (flyspell-post-command-hook): Check input-pending-p while processing
15222 the potentially long list of buffer changes.
15223
15224 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15225
15226 * buff-menu.el (list-buffers-noselect): Display the selected
15227 frame's buffer list, not the global one.
15228
15229 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
15230
15231 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
15232 that (list last-input-event) works as in interactive spec.
15233
15234 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
15235
15236 * loadup.el ("facemenu"): Load facemenu before font-lock, because
15237 `facemenu-keymap' needs to be defined when font-lock is loaded.
15238 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
15239
15240 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15241
15242 * completion.el: Remove useless leading * in defcustom docstrings.
15243 (save-completions-file-name): Use ~/.emacs.d if available.
15244 (completion-standard-syntax-table): Rename from
15245 cmpl-standard-syntax-table and fold initialization into declaration,
15246 thus removing cmpl-make-standard-completion-syntax-table.
15247 (completion-lisp-syntax-table, completion-c-syntax-table)
15248 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
15249 (cmpl-saved-syntax, cmpl-saved-point): Remove.
15250 (symbol-under-point, symbol-before-point)
15251 (symbol-under-or-before-point, symbol-before-point-for-complete)
15252 (add-completions-from-c-buffer): Use with-syntax-table.
15253 (make-completion): Don't return a list of completion entries.
15254 Update callers.
15255 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
15256 (completion-initialize): Rename from initialize-completions.
15257 (completion-find-file-hook): Rename from cmpl-find-file-hook.
15258 (kill-emacs-save-completions): Collect stats here.
15259 (save-completions-to-file, load-completions-from-file):
15260 Use with-current-buffer.
15261 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
15262 into a function. Move all calls to toplevel.
15263 (completion-lisp-mode-hook): New fun.
15264 (completion-c-mode-hook, completion-setup-fortran-mode):
15265 Set the syntax-table here. Use local-set-key.
15266 (completion-saved-bindings): New var.
15267 (dynamic-completion-mode): Make it into a proper minor mode.
15268 (load-completions-from-file): Remove unused var `num-uses'.
15269
15270 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
15271 constructor if it is explicitly overridden.
15272
15273 * complete.el (PC-completion-as-file-name-predicate):
15274 Use minibuffer-completing-file-name.
15275 (partial-completion-mode): Use find-file-not-found-functions.
15276 (PC-lisp-complete-symbol): Use with-syntax-table.
15277 (PC-look-for-include-file): Remove dead setq.
15278 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
15279 (PC-complete): Use with-current-buffer.
15280
15281 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
15282 escape single quotes.
15283
15284 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
15285
15286 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
15287 of `if' whose condition always returned nil. Doc fix.
15288
15289 * buff-menu.el (Buffer-menu-revert-function): Make the selected
15290 window's buffer the current buffer around the call to
15291 `list-buffers-noselect'. This is necessary to mark that buffer
15292 with a `.' in the Buffer Menu when called from Lisp, for instance
15293 by Auto Revert Mode.
15294
15295 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
15296
15297 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
15298 attaching to it.
15299 (gdb-pre-prompt): Make sure gdb-error is reset.
15300
15301 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
15302 with a child process, detect it.
15303 (gud-speedbar-buttons): Match regexp more carefully.
15304
15305 2005-11-27 Richard M. Stallman <rms@gnu.org>
15306
15307 * mouse.el (mouse-drag-move-window-bottom):
15308 Use adjust-window-trailing-edge.
15309
15310 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
15311
15312 * simple.el (blink-matching-open): Ignore
15313 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
15314 (blink-matching-paren-on-screen): Update docstring.
15315
15316 * paren.el (show-paren-mode): No longer change
15317 `blink-matching-paren-on-screen'.
15318
15319 2005-11-27 John Paul Wallington <jpw@pobox.com>
15320
15321 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15322 (gdb-threads-select, gdb-edit-register-value):
15323 Use `posn-set-point' instead of `mouse-set-point' because the
15324 latter is not fbound when configured without X.
15325
15326 2005-11-27 Kim F. Storm <storm@cua.dk>
15327
15328 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
15329 existing face when partially highlighting a TAB in a rectangle.
15330
15331 2005-11-26 Kim F. Storm <storm@cua.dk>
15332
15333 * ido.el (ido-mode-map): Doc fix.
15334 (ido-mode-common-map, ido-mode-file-map)
15335 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
15336 (ido-define-mode-map): Rewrite. Select one of the new maps as
15337 parent for ido-mode-map instead of building from scratch.
15338 (ido-init-mode-maps): New defun to initialize new maps.
15339 (ido-mode): Call it.
15340 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
15341 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
15342
15343 2005-11-26 John Paul Wallington <jpw@pobox.com>
15344
15345 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
15346 `mouse-set-point' because the latter is not fbound when configured
15347 without X.
15348
15349 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
15350
15351 * files.el (file-relative-name): Doc fix.
15352
15353 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15354
15355 * progmodes/octave-inf.el (inferior-octave-startup): Force a
15356 non-empty string for secondary prompt PS2.
15357
15358 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
15359
15360 * progmodes/compile.el (compilation-setup): Fix last change.
15361
15362 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
15363
15364 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15365 (gdb-mouse-toggle-breakpoint-margin)
15366 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
15367 Add gdb-server-prefix to keep out of command history.
15368 (gdb-edit-register-value): New function.
15369 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
15370 (gdb-info-registers-custom): Use above map.
15371
15372 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
15373
15374 * custom.el (enable-theme): Signal error if argument is not a
15375 theme. Don't recalculate a face if it's not loaded yet.
15376
15377 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
15378 the `user' theme is in effect.
15379
15380 * info.el (Info-on-current-buffer): Record actual filename in
15381 Info-current-file, instead of t, or a fake filename if a non-file
15382 buffer. Make autoload.
15383 (Info-find-node, Info-revert-find-node): No need to check for
15384 Info-current-file nil.
15385 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
15386 Info-current-file is now never `t'.
15387 (Info-fontify-node): Many simplifications due to Info-current-file
15388 always being valid. Use Info-find-file to find node filename.
15389
15390 2005-11-25 David Kastrup <dak@gnu.org>
15391
15392 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
15393 new character, then delete" in order to preserve markers.
15394
15395 2005-11-25 David Ponce <david@dponce.com>
15396
15397 * recentf.el (recentf-arrange-by-rule): Handle a special
15398 `auto-mode-alist'-like "strip suffix" rule.
15399 (recentf-build-mode-rules): Handle second level auto-mode entries.
15400
15401 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
15402
15403 * viper-keym.el (viper-ESC-key): Use different values in terminal and
15404 window modes.
15405
15406 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
15407 jde-javadoc-checker-report-mode.
15408
15409 * ediff-wind (ediff-make-wide-display): Slight simplification.
15410
15411 * ediff.el (ediff-date): Change the date of last update.
15412
15413 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
15414
15415 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
15416 Use define-minor-mode, and make it a local mode. Turn on font-lock.
15417 (hi-lock-mode): New global minor mode.
15418 (turn-on-hi-lock-if-enabled): New function.
15419 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
15420 Change arguments to regexp and face instead of a font-lock pattern.
15421 Directly set face property, instead of refontifying.
15422 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
15423 (hi-lock-find-patterns): Use line-number-at-pos.
15424
15425 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
15426 arguments for hi-lock-set-pattern.
15427 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
15428 Call font-lock-fontify-buffer.
15429 (hi-lock-find-file-hook, hi-lock-current-line)
15430 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
15431
15432 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
15433 turned off.
15434
15435 * progmodes/compile.el (compilation-setup): Don't fiddle with
15436 font-lock-defaults.
15437
15438 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
15439
15440 * progmodes/gdb-ui.el (gdb-var-create-handler)
15441 (gdb-var-list-children-handler): Find values for all variable
15442 objects. gud-speedbar-buttons decides whether to display them.
15443
15444 2005-11-24 Romain Francoise <romain@orebokech.com>
15445
15446 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
15447 buffer name with a space.
15448
15449 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
15450
15451 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
15452 `org-export-local-list-max-depth'. Change default value to 3.
15453 (org-auto-renumber-ordered-lists)
15454 (org-plain-list-ordered-item-terminator): New options.
15455 (org-at-item-p, org-beginning-of-item, org-end-of-item)
15456 (org-get-indentation, org-get-string-indentation)
15457 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
15458 New functions.
15459 (org-move-item-down, org-move-item-up): New commands.
15460 (org-export-as-html): New classes for CSS support. Bug fix in
15461 regular expression detecting fixed-width regions. Respect
15462 `org-local-list-ordered-item-terminator'.
15463 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
15464 also a list item.
15465 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
15466 New item moving functions.
15467
15468 2005-11-24 Juri Linkov <juri@jurta.org>
15469
15470 * isearch.el (isearch-repeat): With empty search ring set
15471 `isearch-error' to the error string instead of signaling error
15472 with the function `error'.
15473
15474 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15475
15476 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
15477
15478 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
15479
15480 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
15481 and variable.
15482 (gdb-var-create-handler, gdb-var-list-children-handler):
15483 Don't match on "char **...".
15484 (gdb-var-update-handler): Find values for all variable objects.
15485 (gdb-info-frames-custom): Identify frames by leading "#".
15486
15487 * progmodes/gud.el (gud-speedbar-menu-items): Add
15488 gdb-speedbar-auto-raise as radio button.
15489 (gud-speedbar-buttons): Raise speedbar if requested.
15490 Don't match on "char **...".
15491 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
15492 Make it editable.
15493
15494 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
15495
15496 * info.el (Info-fontify-node): Handle the case where
15497 Info-current-file is t.
15498
15499 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15500
15501 * simple.el (blink-matching-open): Fix off-by-one in last change.
15502
15503 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15504
15505 * term/mac-win.el: Don't change default directory.
15506
15507 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
15508
15509 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
15510 buffers correctly. (It used to throw an error in such buffers.)
15511 Make it ask for confirmation in group buffers and other Custom
15512 buffers containing more than one customization item.
15513
15514 2005-11-22 John Paul Wallington <jpw@gnu.org>
15515
15516 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
15517 property on mail and url overlays.
15518 (goto-address-at-point): Use `posn-set-point' instead of
15519 `mouse-set-point' because the latter is not fbound when configured
15520 without X.
15521
15522 2005-11-22 Lars Hansen <larsh@soem.dk>
15523
15524 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
15525 (ls-lisp-classify, ls-lisp-format): Delete call to
15526 ls-lisp-parse-symlink.
15527 (ls-lisp-handle-switches): Handle symlinks to directories as
15528 directories when ls-lisp-dirs-first in non-nil.
15529
15530 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
15531
15532 * startup.el (command-line): Make sure that loaddefs.el is handled
15533 correctly in load-history.
15534
15535 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
15536
15537 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
15538 (gdb-struct-string, gdb-array-string): New constants.
15539 (gdb-info-locals-handler): Use them.
15540 (gdb-reset): Reset gdb-var-list to nil.
15541
15542 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15543
15544 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
15545 in patterns.
15546
15547 2005-11-21 Juri Linkov <juri@jurta.org>
15548
15549 * custom.el (defcustom): Update link types in docstring.
15550
15551 2005-11-20 Martin Rudalics <rudalics@gmx.at>
15552
15553 * custom.el (defgroup): Add doc-string-elt info.
15554
15555 * widget.el (define-widget): Don't use declare for the doc-string-elt.
15556
15557 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15558
15559 * newcomment.el (comment-enter-backward): Fix last fix.
15560
15561 * simple.el (blink-matching-open):
15562 * paren.el (show-paren-function): Allow new paren-class info.
15563
15564 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
15565
15566 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
15567 handled automagically.
15568
15569 2005-11-20 Andreas Schwab <schwab@suse.de>
15570
15571 * descr-text.el (describe-char): When copying overlays put them
15572 over the full char description instead of just the first character
15573 of it.
15574
15575 2005-11-20 Juri Linkov <juri@jurta.org>
15576
15577 * simple.el (what-cursor-position):
15578 * descr-text.el (describe-char): Use Lisp-readable syntax
15579 for octal and hex. Reorder decimal, octal and hex values.
15580 Remove excess whitespace in the output. Use `=' in `column='
15581 like in `point=' and `Hscroll='.
15582
15583 * international/mule-cmds.el (encoded-string-description):
15584 Use Lisp-readable syntax for hex.
15585
15586 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15587
15588 * newcomment.el (comment-enter-backward): Handle the case where the
15589 comment is closed by EOB.
15590
15591 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
15592
15593 * longlines.el (longlines-before-revert-hook)
15594 (longlines-after-revert-hook): New functions.
15595 (longlines-mode): Turn off longlines temporarily when reverting.
15596 Add a message-setup-hook.
15597 (longlines-decode-buffer): New function.
15598 (longlines-wrap-line): Preserve marker positions.
15599
15600 2005-11-19 Andreas Schwab <schwab@suse.de>
15601
15602 * emacs-lisp/shadow.el: Handle compressed files.
15603
15604 2005-11-19 Romain Francoise <romain@orebokech.com>
15605
15606 * net/browse-url.el (browse-url-default-browser): Signal an error
15607 if no usable browser can be found, rather than try to load w3.
15608
15609 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
15610
15611 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
15612 replacing existing properties.
15613 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15614 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
15615 tty specs.
15616 (rcirc-server-prefix, rcirc-server): New faces.
15617 (rcirc-url-regexp): Generate with rx macro.
15618 (rcirc-last-server-message-time): New variable.
15619 (rcirc-filter): Record time of last message.
15620 (rcirc-keepalive): Kill processes that did not send a message
15621 since the last ping.
15622 (rcirc-mode): Give rcirc-topic a local binding here.
15623
15624 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
15625
15626 * subr.el (read-passwd): Fontify the prompt as we do with other
15627 prompts.
15628
15629 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
15630
15631 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
15632 binding buffer-read-only to nil.
15633
15634 2005-11-19 Eli Zaretskii <eliz@gnu.org>
15635
15636 * complete.el (partial-completion-mode):
15637 Mention completion-auto-help in the doc string.
15638
15639 * man.el (Man-highlight-references): Doc fix. Reformat code in a
15640 more Lisp-ish way.
15641
15642 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15643
15644 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
15645 digits, not 8, to avoid misalignment for files larger than 100MB.
15646
15647 2005-11-19 Eli Zaretskii <eliz@gnu.org>
15648
15649 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
15650 Mention "keyboard shortcuts" in the help text.
15651
15652 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15653
15654 * startup.el (fancy-splash-default-action): Discard only
15655 mouse-down and succeeding mouse-up events in the splash screen
15656 window so that drag-n-drop event can be processed.
15657
15658 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
15659
15660 * longlines.el (longlines-mode): Add hacks for mail-mode and
15661 message-mode.
15662
15663 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
15664
15665 * textmodes/org.el (org-table-sort-lines): New command.
15666 (org-tbl-menu): Add entry for `org-table-sort-lines'.
15667 (org-add-file): Command removed, use `org-agenda-file-to-front'
15668 instead.
15669 (org-export-icalendar): Use `org-icalendar-combined-name'.
15670 (org-cycle-agenda-files, org-agenda-file-to-end)
15671 (org-agenda-file-to-front): New commands.
15672 (org-table-tab-jumps-over-hlines, org-export-html-style):
15673 New options.
15674 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
15675 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
15676 New functions.
15677 (org-fill-paragraph): Call `org-table-align' in tables.
15678 (org-mode): Call `org-set-autofill-regexps'.
15679 (org-export-as-html): Support for local handformatted lists.
15680 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
15681 (org-export-local-list-max-depth): New option.
15682 (org-html-expand): Use `org-html-protect'.
15683
15684 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
15685
15686 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
15687 to "p".
15688 (gdb): Move definition of gud-pp to...
15689
15690 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
15691 speedbar.
15692 (gdb-find-watch-expression): New function.
15693
15694 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15695
15696 * faces.el (face-attribute, set-face-attribute): Mention existence
15697 of `:ignore-defface' setting in docstring.
15698
15699 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15700
15701 * simple.el (completion-setup-function): Fix last change.
15702
15703 2005-11-17 John Paul Wallington <jpw@pobox.com>
15704
15705 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
15706 Use `posn-set-point' instead of `mouse-set-point' because the
15707 latter is not fbound when configured without X.
15708
15709 * comint.el (comint-insert-input): Likewise.
15710
15711 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15712
15713 * simple.el (hard-newline): New variable.
15714 (sendmail-user-agent-compose, next-line): Use it.
15715
15716 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
15717 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
15718 (mail-mail-reply-to, mail-mail-followup-to)
15719 (mail-position-on-field, mail-signature, mail-yank-original)
15720 (mail-attach-file): Likewise.
15721
15722 * mail/mailheader.el (mail-header-format)
15723 (mail-header-format-function): Likewise.
15724
15725 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
15726
15727 2005-11-17 Juri Linkov <juri@jurta.org>
15728
15729 * font-lock.el (font-lock-faces): Rename this defgroup from
15730 `font-lock-highlighting-faces'.
15731 (font-lock-comment-face, font-lock-comment-delimiter-face)
15732 (font-lock-string-face, font-lock-doc-face)
15733 (font-lock-keyword-face, font-lock-builtin-face)
15734 (font-lock-function-name-face, font-lock-variable-name-face)
15735 (font-lock-type-face, font-lock-constant-face)
15736 (font-lock-warning-face, font-lock-negation-char-face)
15737 (font-lock-preprocessor-face)
15738 (font-lock-regexp-grouping-backslash)
15739 (font-lock-regexp-grouping-construct): Rename :group from
15740 `font-lock-highlighting-faces' to `font-lock-faces'.
15741
15742 * cus-edit.el (lisp, c, tex):
15743 * progmodes/ada-mode.el (ada):
15744 * progmodes/asm-mode.el (asm):
15745 * progmodes/cperl-mode.el (cperl-faces):
15746 * progmodes/cpp.el (cpp):
15747 * progmodes/dcl-mode.el (dcl):
15748 * progmodes/f90.el (f90):
15749 * progmodes/fortran.el (fortran):
15750 * progmodes/icon.el (icon):
15751 * progmodes/idlwave.el (idlwave-misc):
15752 * progmodes/m4-mode.el (m4):
15753 * progmodes/make-mode.el (makefile):
15754 * progmodes/meta-mode.el (meta-font):
15755 * progmodes/modula2.el (modula2):
15756 * progmodes/octave-mod.el (octave):
15757 * progmodes/pascal.el (pascal):
15758 * progmodes/perl-mode.el (perl):
15759 * progmodes/prolog.el (prolog):
15760 * progmodes/ps-mode.el (PostScript-edit):
15761 * progmodes/scheme.el (scheme):
15762 * progmodes/sh-script.el (sh-script):
15763 * progmodes/simula.el (simula):
15764 * progmodes/tcl.el (tcl):
15765 * textmodes/nroff-mode.el (nroff):
15766 * textmodes/reftex-vars.el (reftex-fontification-configurations):
15767 * textmodes/sgml-mode.el (sgml):
15768 * textmodes/texinfo.el (texinfo):
15769 Add :link (custom-group-link font-lock-faces) to defgroup.
15770
15771 * hi-lock.el (hi-lock): Rename this defgroup from
15772 `hi-lock-interactive-text-highlighting'. Change parent group from
15773 `faces' to `font-lock'. Add link to the manual.
15774 (hi-lock-mode, hi-lock-file-patterns-range)
15775 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
15776 `hi-lock-interactive-text-highlighting' to `hi-lock'.
15777 (hi-lock-faces): Add :group `faces'.
15778
15779 * cus-edit.el (custom-variable-prompt): Clarify the code.
15780
15781 * faces.el (face-read-string): Set the default value arg of
15782 completing-read.
15783
15784 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
15785
15786 * rfn-eshadow.el (file-name-shadow-properties)
15787 (file-name-shadow-tty-properties, file-name-shadow-mode):
15788 Remove autoloads, because the file is now preloaded.
15789
15790 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15791
15792 * printing.el (easy-menu-intern): Don't define.
15793 (pr-get-symbol): Use easy-menu-intern only if defined.
15794
15795 * simple.el (blink-matching-open): Simplify a bit.
15796 (completion-setup-function): Fix the case of partial-completion-mode
15797 when the minibuffer's contents start with "-".
15798 Obey completion-base-size-function even when
15799 minibuffer-completing-file-name is non-nil.
15800
15801 2005-11-16 Richard M. Stallman <rms@gnu.org>
15802
15803 * net/eudcb-ph.el (eudc-ph-open-session):
15804 Use set-process-query-on-exit-flag.
15805
15806 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
15807
15808 * international/ucs-tables.el (ucs-set-table-for-input):
15809 Use make-local-variable, not make-variable-buffer-local.
15810
15811 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15812 Improve warning message text.
15813
15814 * savehist.el (savehist-save-hook): Add :group.
15815
15816 * menu-bar.el (menu-bar-help-menu):
15817 Rename Find Extra Packages to External Packages.
15818
15819 * cus-edit.el (Custom-reset-standard): Verify that
15820 :custom-standard-value prop exists before calling it.
15821
15822 * apropos.el (apropos-calc-scores): Use apropos-pattern.
15823
15824 2005-11-16 Martin Rudalics <rudalics@gmx.at>
15825
15826 * wid-edit.el (color): Enclose %t in %{...%}.
15827
15828 * cus-edit.el (face): Enclose %t in %{...%}.
15829
15830 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
15831
15832 * savehist.el (savehist-mode-hook): Re-add the var.
15833 (savehist-mode): Use it.
15834
15835 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15836
15837 * textmodes/flyspell.el: Fix commenting convention.
15838 Remove unnecessary leading * in custom docstrings.
15839 (flyspell-emacs): Remove unused var.
15840 (flyspell-delete-region-overlays): Use remove-overlays.
15841 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
15842 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
15843 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
15844 (flyspell-debug-signal-word-checked): Use with-current-buffer.
15845 (make-flyspell-overlay): Don't locally reuse a global name.
15846 (flyspell-highlight-incorrect-region)
15847 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
15848 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
15849 (flyspell-notify-misspell): Remove unused args `start' and `end'.
15850 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
15851 Wrap calls to accept-process-output inside with-local-quit since it's
15852 often called from a post-command-hook.
15853 (flyspell-correct-word, flyspell-auto-correct-word):
15854 Use ispell-send-string.
15855 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
15856
15857 * calendar/diary-lib.el (diary-list-entries): Also hide the
15858 terminating newline.
15859
15860 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
15861
15862 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
15863 window-system, to allow fonts on tty.
15864
15865 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
15866
15867 * progmodes/gud.el (gud-speedbar-item-info): New function.
15868 (gud-install-speedbar-variables): Use it to display data type
15869 of watch expression as a tooltip in speedbar.
15870
15871 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
15872
15873 * font-core.el (global-font-lock-mode): Add :version keyword,
15874 because default was changed.
15875
15876 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
15877
15878 * startup.el (command-line): Use `custom-reevaluate-setting' for
15879 `file-name-shadow-mode'.
15880
15881 * loadup.el: Preload rfn-eshadow.
15882
15883 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
15884 Add :version keyword.
15885 (file-name-shadow-properties, file-name-shadow-tty-properties)
15886 (file-name-shadow): Add :version keyword.
15887
15888 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
15889 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
15890 in the custom-group property of the symbol frames and the fringe
15891 group got no link to its parent group frames.
15892 Doc fix.
15893
15894 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15895
15896 * progmodes/gud.el (gud-stop-subjob): New function.
15897 (gud-menu-map, gud-tool-bar-map): Use it.
15898
15899 2005-11-16 Kim F. Storm <storm@cua.dk>
15900
15901 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
15902 than kill it.
15903 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
15904 to a more useful/logical place.
15905
15906 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15907
15908 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
15909 go buttons complementary.
15910
15911 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15912
15913 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
15914 (rfn-eshadow-sifn-equal): New function.
15915 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
15916
15917 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
15918
15919 * viper-utils.el (viper-non-word-characters-reformed-vi):
15920 Quote `-' in string.
15921
15922 * viper.el (viper-emacs-state-mode-list): Ensure that
15923 rcirc-mode buffers come up in Emacs state.
15924
15925 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
15926 operation.
15927
15928 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15929
15930 * term.el (term-termcap-format): Fix typos.
15931 (term-down): Fix the negative argument case.
15932
15933 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15934
15935 * progmodes/gdb-ui.el: Remove face-alias left over from change on
15936 2005-08-15.
15937 (gdb-ann3): New command gud-go.
15938 (menu): Accomodate gdb-mi.el.
15939 (gdb-assembler-custom): Make buffer of selected window current
15940 so that set-window-point works.
15941
15942 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
15943 buttons and include new ones.
15944
15945 2005-11-16 Kim F. Storm <storm@cua.dk>
15946
15947 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
15948 (gud-menu-map): Use it.
15949
15950 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
15951
15952 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
15953 that works correctly for Custom and that does not override a user
15954 who disables it.
15955
15956 * help-mode.el (help-make-xrefs, help-xref-on-pp)
15957 (help-xref-interned, help-follow): Make hyperlinks for variables
15958 that are unbound, but have a non-nil variable-documentation property.
15959
15960 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
15961 mode hook. (It conflicted with defcustoms for some mode hooks.)
15962 Use the `variable-documentation' property to give the mode hook a
15963 docstring and expand that docstring.
15964
15965 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
15966
15967 * savehist.el (savehist-mode): Don't bother with
15968 `custom-set-minor-mode'.
15969 (savehist-coding-system): Check XEmacs version.
15970 (history-length): Declare also at run time.
15971 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
15972 Don't set the customize state.
15973 (savehist-minibuffer-hook): Special case for when
15974 minibuffer-history-variable is equal to t.
15975
15976 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15977
15978 * files.el (write-file): Refresh VC status.
15979
15980 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
15981 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
15982 than fundamental-mode to see if the mode was set.
15983
15984 2005-11-14 Romain Francoise <romain@orebokech.com>
15985
15986 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
15987 dummy function in `eval-when-compile' to avoid compiler warning.
15988 Require `man' at compile time.
15989
15990 2005-11-14 Jay Belanger <belanger@truman.edu>
15991
15992 * calc-alg.el (calcFunc-write-out-power): Rename it to
15993 calcFunc-powerexpand.
15994 (math-write-out-power): Rename it to math-powerexpand; have it
15995 handle negative exponents.
15996 (calc-writeoutpower): Rename it to calc-powerexpand.
15997
15998 * calc-ext.el: Change calcFunc-writeoutpower and
15999 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
16000 autoloads.
16001 Add calcFunc-ldiv to autoloads.
16002
16003 * calc-arith.el (calcFunc-ldiv): New function.
16004
16005 * calc.el (calc-left-divide): New function.
16006
16007 2005-11-14 Juri Linkov <juri@jurta.org>
16008
16009 * cus-edit.el (custom-variable-prompt): Set the default value arg
16010 of completing-read.
16011
16012 * cus-dep.el (custom-make-dependencies): Reverse the list of
16013 found dependencies.
16014
16015 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16016
16017 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
16018 Highlighting" entry, it is on by default now.
16019 (menu-bar-options-save): Do not save global-font-lock-mode.
16020
16021 2005-11-13 Richard M. Stallman <rms@gnu.org>
16022
16023 * textmodes/flyspell.el (flyspell-large-region):
16024 Call flyspell-accept-buffer-local-defs.
16025
16026 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
16027
16028 * textmodes/flyspell.el (flyspell-notify-misspell):
16029 Fix misspelling of "Misspelling".
16030 (flyspell-process-localwords): New function.
16031 (flyspell-large-region): Call flyspell-process-localwords and
16032 flyspell-delete-region-overlays.
16033 (flyspell-delete-region-overlays): New function.
16034 (flyspell-delete-all-overlays): Call that.
16035
16036 2005-11-13 Richard M. Stallman <rms@gnu.org>
16037
16038 * help.el (help-for-help-internal): Improve doc of C-h a.
16039 (describe-key): Improve prompt; doc fix.
16040
16041 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16042
16043 * vc-svn.el (vc-svn-registered): Catch all errors.
16044
16045 * cus-dep.el (custom-make-dependencies): Typo.
16046
16047 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
16048
16049 * net/tramp-util.el (top): Fix compilation warning.
16050
16051 2005-11-13 Kim F. Storm <storm@cua.dk>
16052
16053 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
16054
16055 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
16056
16057 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
16058 (gud-speedbar-buttons): Match on "const char *" too.
16059
16060 * progmodes/gdb-ui.el (gdb-var-create-handler)
16061 (gdb-var-list-children-handler): Match on "const char *" too.
16062 (gdb-var-evaluate-expression-handler): Match on empty string.
16063 (gdb-var-update-handler): Only call
16064 gdb-var-evaluate-expression-handler when required.
16065
16066 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
16067
16068 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
16069 selected window. This still doesn't work for speedbar.
16070 (gud-speedbar-buttons): Handle string expressions properly.
16071
16072 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16073 (gdb-var-create-handler): Handle string expressions properly.
16074 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
16075 Handle string expressions properly. Move "type" field into regexp.
16076
16077 2005-11-12 Karl Fogel <kfogel@red-bean.com>
16078
16079 * bookmark.el (bookmark-maybe-message): New function to reduce
16080 code duplication: invokes `message' iff baud-rate is high enough.
16081 (bookmark-write-file): Use above instead of an inline conditional.
16082 (bookmark-load): Same.
16083
16084 2005-11-12 Karl Fogel <kfogel@red-bean.com>
16085
16086 * bookmark.el (bookmark-write-file): Don't visit the destination
16087 file, just write the data to it using write-region. This is
16088 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
16089 change to avoid visiting the file in the first place.
16090
16091 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
16092
16093 * hi-lock.el (hi-lock-mode): Set the default value of
16094 font-lock-defaults.
16095
16096 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
16097
16098 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
16099 arg to `file-attributes'.
16100 (find-lisp-format): The UID and GID can now be strings.
16101
16102 2005-11-12 Kim F. Storm <storm@cua.dk>
16103
16104 * help.el (help-map): Bind C-h d to apropos-documentation.
16105
16106 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
16107 when point is at end-of-buffer.
16108
16109 * apropos.el (apropos-match-face): Doc fix.
16110 (apropos-sort-by-scores): Add new choice `verbose'.
16111 (apropos-documentation-sort-by-scores): New defcustom.
16112 (apropos-pattern): Now contains the pattern entered by the user.
16113 (apropos-pattern-quoted): New defvar.
16114 (apropos-regexp): New defvar, containing the regexp corresponding
16115 to apropos-pattern.
16116 (apropos-all-words-regexp): Rename from apropos-all-regexp.
16117 (apropos-read-pattern): New defun. Use it to read pattern arg in
16118 interactive calls; returns list of words for a word list, and
16119 string for a regexp.
16120 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
16121 parses a list of words or regexp as returned by apropos-read-pattern.
16122 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
16123 (apropos-score-doc): Return a very high score if the string
16124 entered by the user matches literally.
16125 (apropos-variable): Doc fix. Use apropos-read-pattern.
16126 (apropos-command): Doc fix. Use apropos-read-pattern and
16127 apropos-parse-pattern. Call apropos-print with nosubst=t.
16128 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
16129 apropos-parse-pattern.
16130 (apropos-documentation): Doc fix. Use apropos-read-pattern and
16131 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
16132 apropos-documentation-sort-by-scores. Call apropos-print with
16133 nosubst=t.
16134 (apropos-documentation-internal): Pass doc string through
16135 substitute-key-definition before adding text properties.
16136 Highlight substring matching literal user input if possible.
16137 (apropos-documentation-check-doc-file): Remove locals beg and end.
16138 Fix calculation of score (as added twice). Pass doc string through
16139 substitute-key-definition before adding text properties.
16140 (apropos-documentation-check-elc-file): Pass doc string through
16141 substitute-key-definition before adding text properties.
16142 Highlight substring matching literal user input if possible.
16143 (apropos-print): Add new arg NOSUBST; if set, command and variable
16144 doc strings have already been passed through substitute-key-definition.
16145 Add code to handle apropos-accumulator items without score element
16146 for backwards compatibility (e.g. with woman package).
16147 Only show scores if apropos-sort-by-scores is `verbose'.
16148
16149 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
16150
16151 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
16152 Add jka-compr-load-suffixes to load-suffixes.
16153
16154 * jka-compr.el: Require jka-cmpr-hook.
16155 (jka-compr-info-compress-message, jka-compr-info-compress-program)
16156 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
16157 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
16158 (jka-compr-info-can-append, jka-compr-info-strip-extension)
16159 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
16160 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
16161 (jka-compr-uninstall): Remove entries from
16162 jka-compr-added-to-file-coding-system-alist after they are used.
16163 (jka-compr-error): Remove unused var `curbuf'.
16164 (jka-compr-file-local-copy): Remove unused var `notfound'.
16165
16166 2005-11-10 Romain Francoise <romain@orebokech.com>
16167
16168 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
16169
16170 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
16171
16172 * progmodes/gud.el (gud-menu-map): Move parentheses.
16173 (gdb): New command gud-pv.
16174
16175 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
16176
16177 * tar-mode.el: Remove spurious or unnecessary leading stars
16178 in docstrings.
16179 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
16180 (tar-parse-octal-integer-safe): Use mapc.
16181 (tar-header-block-summarize): Remove unused var `ck'.
16182 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
16183 cleared before. Obey default-enable-multibyte-characters.
16184 Use mapconcat. Simplify setting of tar-header-offset.
16185 (tar-mode-map): Move initialization inside delcaration.
16186 (tar-flag-deleted): Use `abs'.
16187 (tar-expunge-internal): Remove unused var `line'.
16188 (tar-expunge-internal): Don't hardcode point-min==1.
16189 (tar-expunge): Widen while doing set-buffer-multibyte.
16190 (tar-rename-entry): Use file-name-coding-system.
16191 (tar-alter-one-field): Don't hardcode point-min==1.
16192 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
16193 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
16194
16195 2005-11-10 Masatake YAMATO <jet@gyve.org>
16196
16197 * add-log.el (add-log-current-defun): Handle class::method
16198 notation of c++. Fix incorrect comment.
16199
16200 2005-11-10 Alan Mackenzie <acm@muc.de>
16201
16202 * help-fns.el (describe-variable): Make C-h v work when a variable
16203 has variable documentation yet is unbound.
16204
16205 2005-11-10 Masatake YAMATO <jet@gyve.org>
16206
16207 * man.el (Man-highlight-references): Set an empty
16208 string to `Man-arguments' if it is nil.
16209 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
16210
16211 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
16212
16213 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
16214 commenting conventions.
16215
16216 * cus-dep.el (custom-make-dependencies): Simplify.
16217 Better follow the commenting conventions.
16218
16219 2005-11-09 Richard M. Stallman <rms@gnu.org>
16220
16221 * apropos.el (apropos-pattern): Rename from apropos-regexp.
16222 (apropos-orig-pattern): Rename from apropos-orig-regexp.
16223 All uses changed.
16224 (apropos-rewrite-regexp): Doc fix.
16225 (apropos-variable, apropos-command, apropos, apropos-value):
16226 Change prompt; carry through the argument renaming.
16227
16228 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
16229
16230 * find-lisp.el: Require dired.
16231 (find-lisp-find-dired-internal): Do not call
16232 `abbreviate-file-name' on DIR.
16233
16234 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
16235
16236 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
16237
16238 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
16239
16240 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
16241 when using the speedbar.
16242 (gdb): New command gud-pp.
16243 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
16244
16245 2005-11-09 Juri Linkov <juri@jurta.org>
16246
16247 * replace.el (occur-excluded-properties): New defcustom.
16248 (occur-1, occur-engine, occur-accumulate-lines): Use it.
16249
16250 2005-11-08 Jay Belanger <belanger@truman.edu>
16251
16252 * calc/calc-units.el (math-convert-units): Replace any composite
16253 unit by its definition.
16254
16255 2005-11-08 Lars Hansen <larsh@soem.dk>
16256
16257 * emacs-lisp/autoload.el (update-directory-autoloads):
16258 Add obsolete function alias.
16259
16260 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
16261
16262 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16263 comment-indent-function.
16264 (lisp-comment-indent): Replace by an alias for comment-indent-default.
16265
16266 * reveal.el (reveal-post-command): Rework the handling of
16267 reveal-open-spots, so as to be more reliable. There were several
16268 tricky corner cases where an open spot might be lost, or where
16269 a closed spot might end up on the list of open spots.
16270 Only reveal text that's ellipsised.
16271
16272 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
16273
16274 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
16275
16276 2005-11-07 John Paul Wallington <jpw@gnu.org>
16277
16278 * ibuffer.el (ibuffer): Search iconified frames too when
16279 getting Ibuffer buffer's window.
16280
16281 2005-11-06 Richard M. Stallman <rms@gnu.org>
16282
16283 * progmodes/compile.el (compilation-internal-error-properties):
16284 save-excursion around the computation of MARKER.
16285
16286 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
16287
16288 * textmodes/flyspell.el (flyspell-external-point-words):
16289 flyspell-get-word returns a list, not just a string.
16290
16291 2005-11-06 John Paul Wallington <jpw@pobox.com>
16292
16293 * ibuffer.el (ibuffer): Search all visible frames when getting
16294 Ibuffer buffer's window.
16295
16296 2005-11-07 Masatake YAMATO <jet@gyve.org>
16297
16298 * man.el (Man-reference-regexp): Accept spaces between
16299 `Man-name-regexp' and `Man-section-regexp'.
16300 (Man-apropos-regexp): New variable.
16301 (Man-abstract-xref-man-page): Use value for `Man-target-string'
16302 if available.
16303 (Man-highlight-references, Man-highlight-references0):
16304 Handle the case when `Man-arguments' includes "-k".
16305 (Man-highlight-references0): Rename the argument `TARGET-POS' to
16306 `TARGET'. `TARGET' can be a number, function or nil.
16307
16308 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
16309
16310 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
16311 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
16312 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
16313 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
16314 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
16315 (gdb-send-item): Use buffer-local-value and simplify.
16316
16317 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
16318
16319 * startup.el (command-line): Use `custom-reevaluate-setting' for
16320 `global-font-lock-mode'.
16321
16322 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
16323 by default, except in batch mode or when the -D option is given.
16324
16325 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
16326 specified keyword args on to `define-minor-mode'. Update docstring.
16327
16328 2005-11-05 Romain Francoise <romain@orebokech.com>
16329
16330 * replace.el (occur-engine): Add marker at end of line, too.
16331
16332 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
16333
16334 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16335 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16336 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16337 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16338 argument to all these routines, so the passphrase can be managed
16339 externally and passed in to the system.
16340 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16341 pgg-add-passphrase-to-cache function.
16342
16343 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16344 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16345 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16346 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16347 argument to all these routines, so the passphrase can be managed
16348 externally and passed in to the system.
16349 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16350 function.
16351
16352 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16353
16354 * font-lock.el: Don't deal with font-lock-face-attributes here,
16355 move the code ...
16356
16357 * startup.el (command-line): ... here. Use face-spec-set instead
16358 of custom-declare-face.
16359
16360 * faces.el (face-spec-set): Reset the face if spec is not nil.
16361
16362 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16363
16364 * newcomment.el (comment-region-internal): Box more tightly in the
16365 common case where there's no TAB in the boxed text.
16366
16367 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16368
16369 * info.el (info-tool-bar-map): Use images prev-node, next-node and
16370 up-node.
16371
16372 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
16373
16374 * newsticker.el: Commentary updated. Code formatting changed.
16375 (newsticker-version): Change to "1.9".
16376 (newsticker, newsticker-feed): Doc fix.
16377 (newsticker-url-list): Doc fix. Add option "Weekly".
16378 (newsticker-retrieval-interval): Add option "Weekly".
16379 (newsticker-headline-processing): Doc fix.
16380 (newsticker-auto-mark-filter): Remove.
16381 (newsticker-auto-mark-filter-list): New.
16382 (newsticker-layout, newsticker-sort-method): Doc fix.
16383 (newsticker-hide-old-items-in-newsticker-buffer)
16384 (newsticker-heading-format, newsticker-item-format)
16385 (newsticker-desc-format): Doc fix.
16386 (newsticker-show-all-rss-elements): Remove.
16387 (newsticker-show-all-news-elements): New.
16388 (newsticker-faces, newsticker-ticker): Doc fix.
16389 (remove-from-invisibility-spec): Code formatting.
16390 (newsticker--process-ids): New.
16391 (newsticker-mode): Doc fix.
16392 (newsticker-mode): Change mode-line-format.
16393 (newsticker-start): Remove debug output.
16394 (newsticker-start-ticker): Doc fix. Add autoload cookie.
16395 (newsticker-w3m-show-inline-images): Code formatting.
16396 (newsticker-next-item): Call `force-mode-line-update'.
16397 (newsticker-previous-item): Call `force-mode-line-update'.
16398 (newsticker-next-feed): Call `force-mode-line-update'.
16399 (newsticker-previous-feed): Call `force-mode-line-update'.
16400 (newsticker-mark-all-items-at-point-as-read): Code formatting.
16401 (newsticker-show-old-items): Do not show descs.
16402 (newsticker-hide-entry): Hide too much.
16403 (newsticker-hide-entry, newsticker-show-entry)
16404 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
16405 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
16406 (newsticker-toggle-auto-narrow-to-item): Code formatting.
16407 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
16408 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
16409 (newsticker-get-news): Call `force-mode-line-update'.
16410 Collect process ids.
16411 (newsticker--sentinel): Change coding system handling.
16412 Move image retrieval to new functions newsticker--get-logo-url-*.
16413 Move feed parsing to new functions newsticker--parse-*.
16414 Update list of process ids.
16415 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
16416 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
16417 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
16418 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
16419 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16420 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
16421 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
16422 (newsticker--decode-coding-string): Remove.
16423 (newsticker--decode-numeric-entities): Check input. Format code.
16424 (newsticker--remove-whitespace): Check input.
16425 (newsticker--do-forget-preformatted): Doc fix.
16426 (newsticker--decode-rfc822-date): Allow for missing time.
16427 (newsticker--update-process-ids): New.
16428 (newsticker--image-sentinel): Change comment.
16429 (newsticker--image-read): Change error message.
16430 (newsticker--imenu-goto): Doc fix. Show headline title.
16431 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
16432 (newsticker--buffer-do-insert-text): Clean whitespace in
16433 html-rendered headline title. Code formatting.
16434 Call `newsticker--buffer-print-extra-elements'.
16435 (newsticker--buffer-print-extra-element): Remove.
16436 (newsticker--buffer-print-extra-elements): New.
16437 (newsticker--buffer-do-print-extra-element): New.
16438 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
16439 large sizes.
16440 (newsticker--run-auto-mark-filter)
16441 (newsticker--do-run-auto-mark-filter):
16442 Use `newsticker-auto-mark-filter-list'.
16443
16444 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
16445
16446 * net/rcirc.el: Use split-string OMIT-NULLS argument.
16447 (rcirc-print): Force redisplay before running hooks. Do long
16448 buffer truncation after making new text read-only. Deal with nil
16449 text when decoding strings. If TARGET is nil, use either the
16450 currently selected buffer, if it is an rcirc buffer and of the
16451 same process or the process buffer.
16452 (rcirc-mode): Remove header-line. Recompute short buffer names.
16453 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
16454 (rcirc-short-buffer-name): Add variable.
16455 (rcirc-kill-buffer-hook): Recompute short buffer names.
16456 Remove nick from private channel.
16457 (rcirc-send-input): Send command text to current-buffer.
16458 Don't clear overlay arrow here.
16459 (rcirc-short-buffer-name): Return a short buffer name.
16460 (rcirc-update-short-buffer-names, rcirc-abbreviate)
16461 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
16462 buffer-name abbreviations.
16463 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
16464 Do not touch nick-table when killing a parted channel.
16465 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
16466 Clear arrow from current buffer if it is now hidden.
16467 (rcirc-current-buffer): Add variable.
16468 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16469 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
16470 Remove -face from names.
16471 (rcirc-update-activity-string): Print "DND" when globally ignoring
16472 activity.
16473 (rcirc-ignore-buffer-activity-flag): Rename from
16474 rcirc-ignore-channel-activity.
16475 (rcirc-ignore-all-activity-flag): Doc fix.
16476 (rcirc-channels): Remove variable.
16477 (rcirc-kill-buffer-hook):
16478 (rcirc-get-buffer-create): Add nick to private channel.
16479 (rcirc-multiline-edit-submit): Remove tabs.
16480 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
16481 folded.
16482 (rcirc-remove-nick-channel): Bug fix.
16483 (rcirc-toggle-ignore-buffer-activity): Rename from
16484 rcirc-toggle-ignore-channel-activity.
16485 (rcirc-record-activity): Add buffers to the front of the list.
16486 (rcirc-update-activity): Remove killed buffers from list.
16487 (rcirc-process-server-response-1): Remove last argument if it is
16488 null before calling handler.
16489 (rcirc): Add "rcirc" defcustom prefix.
16490 (rcirc-prompt): Simplify default prompt.
16491 Use custom-initialize-default.
16492 (rcirc-private-chats): Remove variable.
16493 (rcirc-prompt): Change initialization.
16494 (rcirc-version): Remove function.
16495 (rcirc-id-string): Add constant.
16496 (rcirc-last-buffer): Remove variable.
16497 (rcirc-buffer-alist): Add variable.
16498 (rcirc-connect): Update variable setup.
16499 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
16500 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
16501 default.
16502 (rcirc-handler-generic): Trigger activity.
16503 (rcirc-send-message): Create the buffor of the target.
16504 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
16505 (rcirc-get-buffer): Just return nil if there is no matching buffer.
16506 (rcirc-multiline-edit-cancel): Remove function.
16507 (rcirc-set-last-buffer): Remove function.
16508 (rcirc-get-any-buffer): Add function.
16509 (rcirc-join-channels): Don't print /join text.
16510 (rcirc-toggle-ignore-channel-activity): Add and update echo area
16511 messages.
16512 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
16513 (rcirc-handler-NOTICE): Recognize CTCP responses.
16514 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
16515 constructing TOPIC string for buffers we are not JOINed.
16516 (rcirc-handler-CTCP-response): Add handler.
16517 (rcirc-multiline-edit-submit): Restore the window-configuration
16518 before adjusting point.
16519 (rcirc): Add customization group.
16520 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
16521 (rcirc-user-full-name, rcirc-startup-channels-alist)
16522 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
16523 (rcirc-ignore-all-activity-flag, rcirc-time-format)
16524 (rcirc-input-ring-size, rcirc-read-only-flag)
16525 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
16526 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
16527 Change defvar to defcustom.
16528 (rcirc-update-prompt): Add optional ALL arg, which will update
16529 prompts in all rcirc buffers. Regexp quote replacement text.
16530 (rcirc-fill-column): Accept frame-width as a value.
16531 (rcirc-set-changed): Add function.
16532 (rcirc-next-active-buffer): Write more meaningful messages.
16533 (rcirc-faces): Add customization group.
16534 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
16535 (rcirc-nick-in-message-face, rcirc-prompt-face)
16536 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
16537 (with-rcirc-process-buffer): Move before first usage.
16538 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
16539 (rcirc-debug-flag): Rename from `rcirc-log-p'.
16540 (rcirc-debug): Rename from `rcirc-log'.
16541 (rcirc-format-response-string): Do not print `-' chars for a
16542 NOTICE with no sender. Simplify output of server responses.
16543
16544 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
16545
16546 (rcirc-browse-url-map, rcirc-browse-url-at-point)
16547 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
16548 Make urls mouse and RET clickable.
16549
16550 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
16551
16552 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
16553
16554 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
16555
16556 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16557 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16558 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16559 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16560 argument to all these routines, so the passphrase can be managed
16561 externally and passed in to the system.
16562 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16563 pgg-add-passphrase-to-cache function.
16564
16565 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16566 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16567 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16568 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16569 argument to all these routines, so the passphrase can be managed
16570 externally and passed in to the system.
16571 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16572 function.
16573
16574 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
16575
16576 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
16577 from goto-address-url-regexp.
16578
16579 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
16580
16581 * textmodes/org.el (org-read-date, org-goto-calendar)
16582 (org-recenter-calendar, org-agenda-goto-calendar):
16583 Temporarily clear `calendar-move-hook'.
16584
16585 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
16586
16587 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
16588 merging.
16589
16590 * ediff-util.el (ediff-previous-difference): Don't skip regions that
16591 have merge clashes.
16592
16593 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16594
16595 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16596 Undo previous change.
16597
16598 * startup.el (command-line): Use `custom-reevaluate-setting' for
16599 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
16600 tty-register-default-colors on Mac.
16601
16602 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
16603
16604 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
16605 (gdb-buffer-type): Make it automatically buffer local...
16606 (gdb-get-create-buffer): ...and set it accordingly.
16607 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
16608 actually work.
16609
16610 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
16611
16612 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
16613 not red.
16614
16615 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
16616
16617 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
16618 case GUD buffer is not visible.
16619 (gdb-goto-breakpoint): Try to force display in source buffer.
16620 (gdb-frame-gdb-buffer): Copy other similar functions.
16621 (gdb-restore-windows): Don't display source if not asked for.
16622 (gdb-assembler-buffer-name): Don't capitalise.
16623
16624 2005-11-03 Richard M. Stallman <rms@gnu.org>
16625
16626 * wid-edit.el (key-sequence): New widget type.
16627
16628 * simple.el (set-mark-command-repeat-pop): New variable.
16629 (set-mark-command): Only interpret plan C-@ after a pop as a pop
16630 if set-mark-command-repeat-pop is true.
16631
16632 * info.el (Info-fontify-node): Don't display extra "see" if there
16633 already is one here.
16634
16635 * mouse.el: Fix special handling of DEL after dragging a region:
16636 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
16637 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
16638
16639 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
16640
16641 * textmodes/ispell.el (ispell-command-loop): Change `i' description
16642 not to assume it pertains to an affix.
16643
16644 * textmodes/flyspell.el (flyspell-post-command-hook):
16645 Bind deactivate-mark to prevent deactivation.
16646
16647 2005-11-03 Lars Hansen <larsh@soem.dk>
16648
16649 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
16650 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
16651 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
16652
16653 2005-11-03 Romain Francoise <romain@orebokech.com>
16654
16655 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
16656 Update copyright years.
16657
16658 2005-11-03 Sam Steingold <sds@gnu.org>
16659
16660 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16661 Use system-type instead of window-system because window-system is not
16662 correctly defined during loadup.
16663
16664 2005-11-02 Mark A. Hershberger <mah@everybody.org>
16665
16666 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
16667 (xml-parse-tag): Join strings separated by a comment properly.
16668
16669 2005-11-02 Andreas Schwab <schwab@suse.de>
16670
16671 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
16672
16673 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16674
16675 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
16676 (byte-optimize-pure-func): Quote the eval'd value.
16677
16678 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
16679 Rename from perl-font-lock-syntactic-face-function.
16680 Change the calling convention so it can be used as a font-lock MATCHER.
16681 Do the parse-partial-sexp loop outselves.
16682 (perl-font-lock-syntactic-keywords): Use it.
16683 (perl-mode): Don't set font-lock-syntactic-face-function any more.
16684
16685 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
16686
16687 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
16688 disassembly buffer too.
16689 (gdb-exited): Remove overlay arrows when execution has finished.
16690 (gdb-info-frames-custom, gdb-info-threads-custom)
16691 (gdb-info-registers-custom): Don't add inappropriate text
16692 properties if inferior is not active.
16693
16694 2005-11-02 Glenn Morris <rgm@gnu.org>
16695
16696 * progmodes/fortran.el (fortran-blink-match):
16697 Use `blink-matching-delay'.
16698
16699 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
16700
16701 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
16702
16703 2005-11-02 Lars Hansen <larsh@soem.dk>
16704
16705 * net/tramp.el (tramp-action-out-of-band): Handle scp message
16706 "Permission denied".
16707
16708 2005-11-01 Richard M. Stallman <rms@gnu.org>
16709
16710 * textmodes/flyspell.el (flyspell-external-point-words):
16711 Pass nil to flyspell-get-word.
16712
16713 2005-11-02 Kim F. Storm <storm@cua.dk>
16714
16715 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
16716 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
16717
16718 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
16719
16720 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
16721 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
16722 (calendar-mouse-print-dates): Add optional `event' argument.
16723 Update interactive-spec.
16724 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
16725 Use `calendar-event-to-date' instead of `event'.
16726
16727 2005-11-02 Masatake YAMATO <jet@gyve.org>
16728
16729 * progmodes/ld-script.el (ld-script-builtins):
16730 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
16731 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
16732 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
16733
16734 2005-11-01 Romain Francoise <romain@orebokech.com>
16735
16736 * vc-sccs.el: Update copyright year.
16737 * ezimage.el: Likewise.
16738
16739 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
16740
16741 * info.el (Info-fontify-node): Use `string-width' for fontifying
16742 underlined titles.
16743
16744 2005-11-01 Juri Linkov <juri@jurta.org>
16745
16746 * info.el (Info-fontify-node): Downcase node header keywords Node,
16747 Prev, Next, Up before comparison.
16748 (Info-history): Insert absolute directory name, and put invisible
16749 property on it.
16750
16751 2005-11-01 Juri Linkov <juri@jurta.org>
16752
16753 * info.el (Info-file-supports-index-cookies): New variable.
16754 (Info-find-node-2): Check makeinfo version for index cookie support.
16755 (Info-index-nodes): Search for nodes with index cookies only when
16756 Info-file-supports-index-cookies is t. Otherwise, search nodes
16757 with "Index" in the node name.
16758 (Info-index-node): Search index cookie in the current node only when
16759 Info-file-supports-index-cookies is t. Otherwise, check the word
16760 "Index" in the node name.
16761 (Info-find-emacs-command-nodes): Remove code that searches nodes
16762 with "Index" node name in the top menu.
16763
16764 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
16765
16766 * progmodes/scheme.el (scheme-mode-variables): Use the default
16767 comment-indent-function.
16768
16769 * faces.el (face-attribute): Handle the case where a face inherits from
16770 a non-existent face.
16771
16772 * simple.el (eval-expression-print-format): Use lisp-readable syntax
16773 for octal and hexa output, and merge the char into the paren.
16774 (kill-new): Use push.
16775 (copy-to-buffer): Use with-current-buffer.
16776 (completion-setup-function): Move code in loop to remove redundancy.
16777 (minibuffer-local-must-match-map): Don't add bindings that duplicate
16778 those inherited from minibuffer-local-completion-map.
16779
16780 * savehist.el (savehist-mode) <defcustom>:
16781 Use custom-set-minor-mode if available.
16782 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
16783 and emit a message if applicable.
16784
16785 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
16786
16787 * savehist.el: Sync up to version 19.
16788 (savehist-mode): New minor mode.
16789 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
16790 (savehist-length): Remove (use history-length instead).
16791 (savehist-file-modes): Rename from savehist-modes.
16792 (savehist-save-hook, savehist-loaded): New vars.
16793 (savehist-load): Use savehist-mode. Try to smooth up transition from
16794 old format to new format.
16795 (savehist-install): Allow savehist-autosave-interval to be nil.
16796 (savehist-save): Run the new hook. Be more careful to only trim the
16797 history variables.
16798 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
16799 (savehist-printable): Print into a buffer rather than char-by-char.
16800
16801 2005-11-01 John Wiegley <johnw@newartisans.com>
16802
16803 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
16804 toggle-ignore keybinding (C-a). The author said it had been
16805 disabled much earlier due to a possible incompatibility, but after
16806 many months of usage I have encountered no problems (and it is a
16807 rather useful option, especially for switching to " *temp*").
16808
16809 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
16810 support for OS/X's AddressBook, by calling out to the open source
16811 program "contacts" (installable through Fink).
16812
16813 * net/eudc.el (eudc-expand-inline): If the
16814 `eudc-multiple-match-handling-method' is set to `all', delete the
16815 query string before inserting the query result.
16816
16817 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
16818 flag, to prevent Eshell from using the system ls when
16819 `eshell-ls-insert-directory' is in used.
16820 (eshell-ls-insert-directory): Disable font-lock in directory
16821 buffer so that Eshell's own fontification is seen. This broke
16822 recently due to changes in font-lock, so this goes back to version
16823 21 behavior.
16824
16825 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
16826
16827 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
16828 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
16829 (gdb-many-windows): Doc fix.
16830
16831 2005-10-31 Romain Francoise <romain@orebokech.com>
16832
16833 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
16834
16835 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
16836
16837 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
16838 that global-font-lock-mode can be enabled by default.
16839
16840 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
16841 (font-lock-add-keywords, font-lock-remove-keywords)
16842 (font-lock-fontify-buffer): Remove autoload cookies.
16843
16844 * jit-lock.el (jit-lock-register): Likewise.
16845
16846 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
16847
16848 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
16849
16850 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
16851 intact if there is no gud-comint-buffer.
16852
16853 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
16854
16855 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
16856 old prompt comint-prompt-read-only is t and GDB commands are
16857 issued from tool bar etc.
16858
16859 2005-10-31 Masatake YAMATO <jet@gyve.org>
16860
16861 * vc.el (vc-directory-exclusion-list): Add "{arch}".
16862
16863 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
16864
16865 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
16866 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
16867
16868 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
16869
16870 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
16871 starting at beginning of line. Fontification is messed up when
16872 `open-paren-in-column-0-is-defun-start' set to t.
16873 Reported by John Paul Wallington <jpw@pobox.com>.
16874
16875 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
16876
16877 * comint.el (comint-send-input): Call `comint-update-fence' when
16878 `comint-process-echoes' and `comint-prompt-read-only' are both
16879 non-nil, to avoid leftover read-only newline.
16880
16881 2005-10-30 Richard M. Stallman <rms@gnu.org>
16882
16883 * textmodes/flyspell.el (flyspell-external-point-words):
16884 Detect when WORD can't be checked properly because
16885 flyspell-get-word finds just part of it, and move on.
16886
16887 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
16888 boundarychar for Polish.
16889 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
16890 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
16891
16892 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
16893
16894 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
16895 (gdb-registers-font-lock-keywords): Delete.
16896 (gdb-registers-mode): Don't fontify.
16897 (gdb-info-registers-custom): Use text properties instead as, in
16898 future, changed register values will use font-lock-warning-face.
16899 (gdb-local-font-lock-keywords): Rename to...
16900 (gdb-locals-font-lock-keywords): ...for consistency.
16901
16902 2005-10-30 Andre Spiegel <spiegel@gnu.org>
16903
16904 * vc.el (vc-switch-backend): Better error message if the buffer is
16905 not visiting a file under version control.
16906
16907 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
16908
16909 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
16910
16911 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
16912 ~/.emacs.d/.emacs.
16913
16914 2005-10-29 Richard M. Stallman <rms@gnu.org>
16915
16916 * replace.el (occur-mode-mouse-goto): Always go to other window.
16917 (occur-mode-goto-occurrence): Always switch in same window.
16918
16919 * simple.el (undo): Display message at end, not at start.
16920
16921 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
16922 New arg REUSE-CELL.
16923 (cancel-timer-internal): New function.
16924 (timer-event-handler): Use cancel-timer-internal,
16925 and pass the cell it returns to timer-activate...
16926
16927 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
16928 (jit-lock-deferred-fontify, jit-lock-context-fontify)
16929 (jit-lock-after-change): Test memory-full.
16930
16931 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
16932
16933 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16934 part of the decoded armor to find the key-identifier.
16935 (pgg-gpg-lookup-key-owner): New function to return the
16936 human-readable identifier of a key owner.
16937 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16938 key itself.
16939 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16940 the key value) if we have a key and can match it against a secret
16941 key. Also, added a note pointing out fact that the prompt only
16942 indicates the first matching key.
16943
16944 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16945 pgg-decrypt-region.
16946 (pgg-pending-timers): A new hash for tracking the passphrase cache
16947 timers, so that new ones supercede old ones.
16948 (pgg-add-passphrase-to-cache): Rename from
16949 `pgg-add-passphrase-cache' to reduce confusion (all callers
16950 changed). Modified to cancel old timers when new ones are added.
16951 (pgg-remove-passphrase-from-cache): Rename from
16952 `pgg-remove-passphrase-cache' to reduce confusion (all callers
16953 changed). Modified to cancel old timers when their keys are
16954 removed from the cache.
16955 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16956 XEmacs, an indirection to delete-itimer.
16957 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16958 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16959 users can only check cache without risk of prompting. Correct bug in
16960 notruncate behavior.
16961 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16962 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16963 Add informative docstrings.
16964 (pgg-decrypt): Convey provided passphrase in subordinate call to
16965 pgg-decrypt-region.
16966
16967 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16968 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16969 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16970 `passphrase' argument, so the passphrase can be managed externally
16971 and then passed in to the system.
16972
16973 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16974 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16975 so the passphrase cache can be used reliably with identifiers
16976 besides a pgp packet's key id.
16977
16978 * pgg-gpg.el (pgg-pgp-encrypt-region)
16979 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16980 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16981 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16982 argument to all these routines, so the passphrase can be managed
16983 externally and passed in to the system.
16984
16985 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16986 `notruncate' argument, so the passphrase cache can be used
16987 reliably with identifiers besides a pgp packet's key id.
16988
16989 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16990
16991 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16992 symmetric encryption.
16993 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16994 encrypted session key.
16995 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16996 message ask for the passphrase in a proper way.
16997
16998 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16999 New user commands for symmetric encryption.
17000
17001 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
17002
17003 * textmodes/conf-mode.el (conf-assignment-sign)
17004 (conf-assignment-regexp): Fix docstrings.
17005 (conf-mode-initialize): New function.
17006 (conf-mode): Remove optional args. Use delay-mode-hooks to
17007 recognize recursive calls.
17008 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
17009 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
17010 (conf-xdefaults-mode): Use define-derived-mode and
17011 conf-mode-initialize.
17012
17013 2005-10-29 Romain Francoise <romain@orebokech.com>
17014
17015 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
17016
17017 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
17018
17019 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17020 part of the decoded armor to find the key-identifier.
17021 (pgg-gpg-lookup-key-owner): New function to return the
17022 human-readable identifier of a key owner.
17023 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17024 key itself.
17025 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17026 the key value) if we have a key and can match it against a secret
17027 key. Also, added a note pointing out fact that the prompt only
17028 indicates the first matching key.
17029
17030 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17031 pgg-decrypt-region.
17032 (pgg-pending-timers): A new hash for tracking the passphrase cache
17033 timers, so that new ones supercede old ones.
17034 (pgg-add-passphrase-to-cache): Rename from
17035 `pgg-add-passphrase-cache' to reduce confusion (all callers
17036 changed). Modified to cancel old timers when new ones are added.
17037 (pgg-remove-passphrase-from-cache): Rename from
17038 `pgg-remove-passphrase-cache' to reduce confusion (all callers
17039 changed). Modified to cancel old timers when their keys are
17040 removed from the cache.
17041 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17042 XEmacs, an indirection to delete-itimer.
17043 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17044 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17045 users can only check cache without risk of prompting. Correct bug in
17046 notruncate behavior.
17047 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17048 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17049 Add informative docstrings.
17050 (pgg-decrypt): Convey provided passphrase in subordinate call to
17051 pgg-decrypt-region.
17052
17053 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
17054
17055 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17056 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17057 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17058 `passphrase' argument, so the passphrase can be managed externally
17059 and then passed in to the system.
17060
17061 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17062 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
17063 so the passphrase cache can be used reliably with identifiers
17064 besides a pgp packet's key id.
17065
17066 * pgg-gpg.el (pgg-pgp-encrypt-region)
17067 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17068 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17069 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17070 argument to all these routines, so the passphrase can be managed
17071 externally and passed in to the system.
17072
17073 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17074 `notruncate' argument, so the passphrase cache can be used
17075 reliably with identifiers besides a pgp packet's key id.
17076
17077 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
17078
17079 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17080 symmetric encryption.
17081 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17082 encrypted session key.
17083 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17084 message ask for the passphrase in a proper way.
17085
17086 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17087 New user commands for symmetric encryption.
17088
17089 2005-10-28 Bill Wohler <wohler@newt.com>
17090
17091 * help-mode.el (help-url): New button type. Calls browse-url.
17092 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
17093 Similar to Info nodes: URL `url'.
17094 (help-make-xrefs): Create help-url buttons for
17095 help-xref-url-regexp matches.
17096
17097 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
17098
17099 * tool-bar.el (tool-bar-add-item-from-menu)
17100 (tool-bar-local-item-from-menu): Fix doc strings.
17101
17102 2005-10-28 Romain Francoise <romain@orebokech.com>
17103
17104 * ldefs-boot.el: Update.
17105
17106 * subr.el (locate-library): Move from help-fns.el.
17107 * help-fns.el (locate-library): Move to subr.el.
17108
17109 2005-10-28 Richard M. Stallman <rms@gnu.org>
17110
17111 * net/tramp.el (tramp-completion-mode): defvar moved up.
17112
17113 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
17114
17115 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
17116
17117 * files.el (find-file-noselect): Use %d to format large file size.
17118
17119 * bindings.el (mode-line-format): Add %e.
17120
17121 * loadup.el ("facemenu"): Load unconditionally.
17122 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
17123 ("x-dnd"): Load, when appropriate.
17124
17125 * startup.el (command-line): Call before-init-hook earlier.
17126 Warn about some bad characters in -u user name.
17127
17128 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
17129 (flyspell-external-point-words): Error if misspelled word is not found.
17130 Set flyspell-large-region-beg at end of word.
17131
17132 2005-10-28 Andreas Schwab <schwab@suse.de>
17133
17134 * view.el (View-revert-buffer-scroll-page-forward):
17135 Use view-page-size-default.
17136
17137 2005-10-28 Juri Linkov <juri@jurta.org>
17138
17139 * international/quail.el (quail-get-current-str): Translate last
17140 raw character for deterministic input methods.
17141
17142 2005-10-27 Jay Belanger <belanger@truman.edu>
17143
17144 * calc/calc-ext.el: Add functions to autoloads.
17145 (math-identity-matrix-p, math-ident-row-p): New functions.
17146
17147 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
17148 multiplication by an identity matrix; don't turn multiplication by
17149 an inverse matrix into division.
17150 (math-div-symbol-fancy): Replace division by matrices with
17151 multiplication by inverse.
17152
17153 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
17154
17155 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
17156 (calc-writeoutpower): New functions.
17157
17158 2005-10-27 Romain Francoise <romain@orebokech.com>
17159
17160 * replace.el (occur-engine): Include colon in mouse-face highlight.
17161
17162 * dired-x.el: Change Maintainer field.
17163
17164 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
17165
17166 * longlines.el (longlines-mode): Bind after-change-functions to
17167 nil during initial decoding and final encoding.
17168
17169 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17170
17171 * term.el (term-emulate-terminal, term-handle-colors-array)
17172 (term-handle-ansi-escape): Specify the terminfo capabilities
17173 implemented.
17174
17175 2005-10-26 Richard M. Stallman <rms@gnu.org>
17176
17177 * info.el (Info-fontify-node): Fix detection of sentence-break
17178 before *Note.
17179
17180 2005-10-26 Romain Francoise <romain@orebokech.com>
17181
17182 * smerge-mode.el: Add `tools' to file keywords.
17183
17184 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
17185
17186 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
17187 when the fringe is not available.
17188
17189 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
17190 (def-gdb-auto-update-trigger): Simplify construction.
17191 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
17192 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
17193 defined explicitly.
17194 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
17195 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
17196 defined explicitly.
17197 (gdb-info-locals-custom): Remove as it's a no-op.
17198
17199 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
17200
17201 * longlines.el (longlines-mode): Remove narrowing before
17202 performing the initial decoding or final encoding.
17203
17204 2005-10-25 Romain Francoise <romain@orebokech.com>
17205
17206 * emacs-lisp/find-func.el (find-library-name): Also strip
17207 extension if library name ends in .el, to take advantage of
17208 `find-library-suffixes'.
17209
17210 2005-10-25 Richard M. Stallman <rms@gnu.org>
17211
17212 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
17213
17214 2005-10-25 Juri Linkov <juri@jurta.org>
17215
17216 * textmodes/texinfo.el (texinfo-mode): Change charset of one
17217 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
17218
17219 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17220
17221 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
17222 (blackbox-redefine-key): Add argument `map'.
17223
17224 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
17225 regions when moving the jit-lock-context-unfontify-pos boundary.
17226
17227 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17228
17229 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
17230
17231 2005-10-25 Masatake YAMATO <jet@gyve.org>
17232
17233 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
17234
17235 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
17236
17237 * play/blackbox.el (blackbox-redefine-key): New function.
17238 (blackbox-mode-map): Use it to remap existing bindings for cursor
17239 motion instead of binding literal keys.
17240
17241 2005-10-25 Glenn Morris <rgm@gnu.org>
17242
17243 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
17244 diary does not end in a newline. Do not assume a blank line at
17245 the start of the diary file.
17246
17247 2005-10-25 Kenichi Handa <handa@m17n.org>
17248
17249 * international/quail.el (quail-translate-key): If the input
17250 method is deterministic and failed to handle the last key, restart
17251 the key handling loop from an appropriate key.
17252
17253 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
17254
17255 * vc.el (vc-dired-mode): Extend comment for binding of
17256 `directory-listing-before-filename-regexp'.
17257
17258 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17259
17260 * textmodes/texinfo.el (texinfo-mode):
17261 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
17262 not to unnecessarily expose emacs-mule's internal char codes.
17263
17264 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
17265
17266 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
17267 Display hand pointer and help-echo on disabled icon too.
17268 (gdb-mouse-until): New function.
17269 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
17270
17271 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
17272
17273 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
17274 with 2005-10-23 change to doctor.el.
17275
17276 * finder.el (finder-mode-map): Add follow-link binding.
17277
17278 2005-10-25 Kim F. Storm <storm@cua.dk>
17279
17280 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
17281 to gdb-mouse-toggle-breakpoint-fringe.
17282 (gdb-mouse-toggle-breakpoint-margin): Rename from
17283 gdb-mouse-toggle-breakpoint. Fix doc.
17284 (gdb-mouse-toggle-breakpoint-fringe): New defun.
17285 (gdb-put-string): Add optional SPROPS arg. Add props to string.
17286 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
17287 string properties also for fringe breakpoint bitmaps.
17288
17289 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
17290
17291 * textmodes/org.el (org-start-icalendar-file): Fix format form.
17292
17293 2005-10-25 Masatake YAMATO <jet@gyve.org>
17294
17295 * simple.el (completion-common-substring):
17296 Use `completion-common-substring' prior to `completion-base-size'.
17297
17298 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
17299
17300 * savehist.el: Require CL while compiling.
17301 (savehist-history-variables): Remove.
17302 (savehist-save-minibuffer-history, savehist-additional-variables)
17303 (savehist-minibuffer-history-variables): New vars.
17304 (savehist-save): Use them.
17305 (savehist-uninstall, savehist-minibuffer-hook): New funs.
17306 (savehist-install): New fun, extracted from savehist-load.
17307 (savehist-load): Use them.
17308
17309 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17310
17311 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
17312 a dummy doc-string-elt property.
17313 (defalias, defvaralias, define-category): Add a docstring property.
17314
17315 * image.el (defimage):
17316 * widget.el (define-widget):
17317 * custom.el (defface, defcustom): Add `doc-string' declaration.
17318
17319 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
17320 (defadvice): Add `doc-string' declaration.
17321
17322 * emacs-lisp/byte-run.el (macro-declaration-function):
17323 Handle `doc-string' declarations.
17324 (define-obsolete-function-alias, define-obsolete-variable-alias):
17325 Add `doc-string' declaration.
17326
17327 2005-10-24 Kenichi Handa <handa@m17n.org>
17328
17329 * international/utf-7.el (utf-7): Add autoload cookie.
17330
17331 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
17332
17333 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17334
17335 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
17336 list of directories passed to batch-update-autoloads. Add "." to
17337 the list of the echoed directories.
17338
17339 * pgg-def.el:
17340 * pgg-gpg.el:
17341 * pgg-parse.el:
17342 * pgg-pgp.el:
17343 * pgg-pgp5.el:
17344 * pgg.el: Moved here from the gnus subdirectory.
17345
17346 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
17347
17348 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
17349 in case comint-prompt-read-only is set to t.
17350
17351 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
17352 in case comint-prompt-read-only is set to t.
17353
17354 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
17355
17356 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
17357 Now a string.
17358 (icalendar-import-format): Handle CLASS, STATUS, URL.
17359 Rename `subject' to `summary'.
17360 (icalendar-import-format-summary): Rename from
17361 `icalendar-import-format-subject'.
17362 (icalendar-import-format-url, icalendar-import-format-status)
17363 (icalendar-import-format-class): New variables.
17364 (icalendar--rris): Take variable argument list.
17365 (icalendar--datestring-to-isodate): Remove unnecessary
17366 calendar-style check when converting dates with explicit month names.
17367 (icalendar-export-region): Change return type of conversion
17368 subroutines. Bury current buffer unless error occurred.
17369 (icalendar--convert-to-ical)
17370 (icalendar--parse-summary-and-rest): New functions.
17371 (icalendar--convert-ordinary-to-ical)
17372 (icalendar--convert-weekly-to-ical)
17373 (icalendar--convert-yearly-to-ical)
17374 (icalendar--convert-block-to-ical)
17375 (icalendar--convert-cyclic-to-ical)
17376 (icalendar--convert-anniversary-to-ical): Change return type.
17377 Strip trailing blanks from subject.
17378 (icalendar--convert-sexp-to-ical): Change return type.
17379 Strip trailing blanks from subject. Handle simple sexp
17380 entries as generated by icalendar.el.
17381 (icalendar--convert-float-to-ical)
17382 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
17383 (icalendar-import-file): Doc fix.
17384 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
17385 Correct call to icalendar--rris.
17386 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
17387 `summary'.
17388 (icalendar--add-diary-entry): Rename `subject' to `summary'.
17389
17390 2005-10-24 Romain Francoise <romain@orebokech.com>
17391
17392 * server.el (server-sentinel): Set query-on-exit flag to nil on
17393 new client processes (it isn't inherited from the server process).
17394
17395 * replace.el (occur-engine): Rearrange text properties.
17396
17397 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17398
17399 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
17400 case-fold-search is nil.
17401 (debug-help-follow): Use help-xref-interned directly.
17402
17403 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17404
17405 * thumbs.el (thumbs-image-type): Add .pbm.
17406
17407 2005-10-23 Richard M. Stallman <rms@gnu.org>
17408
17409 * faces.el (inhibit-face-set-after-frame-default): New variable.
17410 (set-face-attribute): Bind it.
17411 (face-set-after-frame-default): Test it.
17412
17413 * help-fns.el (describe-simplify-lib-file-name): New function.
17414 (describe-function-1, describe-variable): Use it.
17415
17416 * faces.el (describe-face): Use describe-simplify-lib-file-name.
17417
17418 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
17419 Eliminate nil as possible value.
17420 (tooltip-hide-delay): Reduce internal-border-width.
17421
17422 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
17423 (menu-bar-file-menu) <new-file>: Likewise.
17424
17425 * simple.el (line-move-finish): Ignore fields computing LINE-END.
17426
17427 * international/mule.el (load-with-code-conversion):
17428 Pass full file name to `eval-buffer' unless preloading.
17429
17430 * textmodes/flyspell.el (flyspell-large-region):
17431 Call ispell-check-version.
17432
17433 * textmodes/ispell.el (ispell-local-dictionary-overridden):
17434 Fix the make-variable-buffer-local call that was supposed
17435 to be for this variable.
17436 (ispell-aspell-supports-utf8): Doc fix.
17437 (ispell-find-aspell-dictionaries): Preserve elements of
17438 ispell-dictionary-alist for dictionaries that aspell doesn't report.
17439 (ispell-aspell-find-dictionary): Return nil on error.
17440
17441 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
17442 (doctor-symptoms): Likewise.
17443
17444 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
17445
17446 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17447
17448 * cus-edit.el (custom-button, custom-button-pressed): New vars.
17449 (custom-raised-buttons): Add :set spec.
17450 (custom-button-unraised, custom-button-pressed-unraised):
17451 New faces, so that custom-raised-buttons actually does something.
17452 (custom-mode): Use custom-button and custom-button-pressed.
17453
17454 * wid-edit.el (widget-specify-button): Don't ignore
17455 widget-mouse-face on graphic terminals.
17456 (widget-move-and-invoke): Cleanup.
17457
17458 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
17459
17460 * whitespace.el (whitespace-cleanup): Doc fix.
17461
17462 2005-10-23 Romain Francoise <romain@orebokech.com>
17463
17464 * emulation/viper.el (viper-set-hooks): Quote forms passed to
17465 `eval-after-load' to avoid evaluating their result.
17466
17467 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
17468
17469 * files.el (directory-listing-before-filename-regexp):
17470 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
17471
17472 * dired.el (dired-move-to-filename-regexp): Remove.
17473 All occurences replaced by `directory-listing-before-filename-regexp'.
17474
17475 * dired-x.el, locate.el, vc.el:
17476 Replace `dired-move-to-filename-regexp' by
17477 `directory-listing-before-filename-regexp'. In vc.el it is
17478 overwritten locally; maybe this can be handled in files.el too.
17479
17480 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
17481 replaced by `directory-listing-before-filename-regexp'.
17482
17483 2005-10-23 Andreas Schwab <schwab@suse.de>
17484
17485 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
17486 and eval-next-after-load.
17487
17488 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
17489
17490 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
17491 exist, create it.
17492
17493 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
17494
17495 * allout.el: Remove autoloads for mailcrypt and crypt++.
17496 Require pgg, pgg-gpg during compilation.
17497 (allout-version): Increment version number to 2.1, and use a literal
17498 rather than RCS Id.
17499 (allout-default-encryption-scheme): Remove.
17500 (allout-passphrase-verifier-handling)
17501 (allout-passphrase-verifier-string)
17502 (allout-file-passphrase-verifier-string)
17503 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
17504 (allout-passphrase-hint-handling): Rename and simplify.
17505 (allout-init): Use `find-file-hook' if available, otherwise
17506 `find-file-hooks'.
17507 (allout-mode): Use `write-file-functions' if available, otherwise
17508 `local-write-file-hooks' and, instead of making auto-save-hook
17509 buffer local, make the write-file-hook activity contingent to
17510 allout-mode.
17511 (allout-mode): Use key-binding substitution in the docstring.
17512 (allout-kill-line): Spell-out kill ring data structure mutation
17513 instead of using byte-compiler-complaint-provoking `pop'.
17514 (allout-insert-listified): Use `insert' rather than `insert-string'
17515 (allout-toggle-current-subtree-encryption): Update docstring, adjust
17516 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
17517 (allout-encrypt-string): Totally revamped vis new underlying
17518 encryption facilities.
17519 (allout-mc-activate-passwd): Remove.
17520 (allout-obtain-passphrase): New, more or less replaces
17521 allout-mc-activate-passwd.
17522 (allout-encrypted-key-info): More or less replaces
17523 allout-encrypted-text-type.
17524 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
17525 (my-mark-marker): Use `(featurep 'xemacs)'.
17526
17527 2005-10-23 Lars Hansen <larsh@soem.dk>
17528
17529 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
17530 (byte-compile-file-form-defmumble, byte-compile-defun)
17531 (byte-compile-defmacro): Use it.
17532 (byte-compile-form): Don't call byte-compile-set-symbol-position
17533 when a byte-compile handler is called.
17534
17535 2005-10-22 Romain Francoise <romain@orebokech.com>
17536
17537 * savehist.el (savehist-history-variables): Add `grep-find-history'.
17538
17539 * subr.el (eval-after-load): Convert library name to an absolute
17540 file name using locate-library, since load-history no longer has
17541 library names in it.
17542
17543 2005-10-22 Richard M. Stallman <rms@gnu.org>
17544
17545 * files.el (make-temp-file): Move from subr.el.
17546 * subr.el (make-temp-file): Move to files.el.
17547
17548 * window.el (get-buffer-window-list): Move from subr.el.
17549 * subr.el (get-buffer-window-list): Move to window.el.
17550
17551 * image.el (image-load-path): Use eval-at-startup to initialize.
17552
17553 * subr.el (eval-at-startup): New macro.
17554
17555 * subr.el: Much rearrangement of functions and division
17556 into pages. No code changes.
17557
17558 2005-10-22 Kenichi Handa <handa@m17n.org>
17559
17560 * tar-mode.el (tar-extract): Be sure to call
17561 find-operation-coding-system if set-auto-coding doesn't find a
17562 coding system.
17563
17564 2005-10-22 Kim F. Storm <storm@cua.dk>
17565
17566 * image.el (image-type-header-regexps): Rename from image-type-regexps.
17567 Change users.
17568 (image-type-file-name-regexps): New defconst.
17569 (image-type-from-data): Simplify loop.
17570 (image-type-from-buffer): New defun.
17571 (image-type-from-file-header): Use it instead of image-type-from-data.
17572 Use image-search-load-path instead of only looking in data-directory.
17573 (image-type-from-file-name): New defun.
17574 (image-search-load-path): Change `pathname' to `filename'.
17575 Make PATH arg optional, default to image-load-path.
17576
17577 2005-10-21 Richard M. Stallman <rms@gnu.org>
17578
17579 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
17580
17581 * textmodes/paragraphs.el (sentence-end-base): New variable.
17582 (sentence-end): Use sentence-end-base.
17583
17584 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17585
17586 * font-lock.el (font-lock-default-fontify-region): Check the multiline
17587 property independently from the font-lock-multiline variable.
17588
17589 2005-10-21 Richard M. Stallman <rms@gnu.org>
17590
17591 * emacs-lisp/find-func.el (find-library-name): Doc fix.
17592
17593 * startup.el (command-line): Convert library names
17594 in `load-history' to absolute file names.
17595
17596 * subr.el (symbol-file): Doc fix.
17597
17598 * loadhist.el (file-loadhist-lookup): Call locate-library
17599 instead of find-library-name. Don't try converting
17600 abs file names to library names, since load-history no longer
17601 has library names in it.
17602 (file-dependents, file-provides, file-requires): Doc fixes.
17603
17604 2005-10-21 Juri Linkov <juri@jurta.org>
17605
17606 * progmodes/etags.el (tags-table-mode): New function.
17607 (tags-verify-table): Replace initialize-new-tags-table with
17608 tags-table-mode.
17609
17610 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
17611 default value.
17612 (desktop-modes-not-to-save): Add tags-table-mode to the
17613 default value.
17614
17615 * info.el (Info-index-next): Add total number of index
17616 alternatives to the message.
17617
17618 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
17619 backward only space (instead of space and period) before looking
17620 at sentence end.
17621
17622 * simple.el (set-variable): Use user-variable-p instead of symbolp.
17623 Add the old variable value as 4th default-value arg of read-string.
17624
17625 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17626
17627 * cus-face.el (custom-declare-face): Make face from X resources
17628 also on Mac.
17629
17630 * disp-table.el (standard-display-g1, standard-display-graphic):
17631 Refuse to use string glyphs also on Mac.
17632 (standard-display-european): Don't set terminal coding system also
17633 on Mac.
17634
17635 * frame.el (display-screens): Use x-display-screens also on Mac.
17636
17637 2005-10-21 Romain Francoise <romain@orebokech.com>
17638
17639 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
17640
17641 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17642
17643 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
17644 and $? into sexps.
17645
17646 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
17647 warning face on open-paren-in-column-0.
17648
17649 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
17650 boundary case. Fix typo.
17651 Suggested by Martin Rudalics <rudalics@gmx.at>.
17652
17653 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
17654
17655 * textmodes/org.el (org-combined-agenda-icalendar-file)
17656 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
17657 (org-export-icalendar-this-file)
17658 (org-export-icalendar-all-agenda-files)
17659 (org-export-icalendar-combine-agenda-files): New commands.
17660 (org-export-icalendar, org-print-icalendar-entries)
17661 (org-start-icalendar-file, org-finish-icalendar-file)
17662 (org-ical-ts-to-string): New functions.
17663 (org-read-date, org-goto-calendar)
17664 (org-agenda-goto-calendar): Inhibit displaying diary entries by
17665 call to `calendar'.
17666 (orgtbl-setup): Remove the :keys arguments from the menu description.
17667 (org-after-save-iCalendar-file-hook): New variable.
17668
17669 2005-10-21 Kenichi Handa <handa@m17n.org>
17670
17671 * language/vietnamese.el (tcvn-5712): Make it an alias of
17672 vietnamese-tcvn coding-system.
17673
17674 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
17675
17676 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
17677 group id is given.
17678
17679 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17680
17681 * progmodes/sh-script.el (sh-escaped-line-re): New var.
17682 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
17683 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
17684 whose line is either continued or ends with a comment.
17685
17686 2005-10-20 Romain Francoise <romain@orebokech.com>
17687
17688 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
17689
17690 * replace.el (occur-engine): Add follow-link property.
17691
17692 * font-core.el (font-lock-mode): Doc fix.
17693
17694 2005-10-20 Richard M. Stallman <rms@gnu.org>
17695
17696 * net/rcirc.el: New file.
17697
17698 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
17699
17700 * term.el (term-term-name): Initialize to "eterm-color".
17701
17702 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
17703
17704 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
17705 for encryption functionality.
17706 Move allout customization subgroup from `editing' to `outlines' group.
17707 Fix commentary keywords to legitimate ones.
17708 Update author info (using my current email address, obscurified).
17709 (allout-encrypt-string, allout-encryption-produce-work-buffer)
17710 (allout-encrypted-topic-p, allout-encrypted-text-type)
17711 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
17712 (allout-situate-encryption-key-verifier)
17713 (allout-get-encryption-key-verifier, allout-verify-key)
17714 (allout-next-topic-pending-encryption)
17715 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
17716 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
17717 (outline-key-verifier-handling, outline-key-hint-handling)
17718 (outline-encrypt-unencrypted-on-saves): New defcustoms.
17719 (allout-file-key-verifier-string, allout-encryption-scheme)
17720 (allout-key-verifier-string, allout-key-hint-string)
17721 (allout-after-save-decrypt): New variables.
17722 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
17723 (allout-after-saves-handler): New hook functions.
17724 (allout-post-command-business): Do allout-after-save-decrypt.
17725 (allout-enable-file-variable-adjustment): Custom var to enable
17726 mechanism for adding and adjusting settings of Emacs file variables.
17727 (allout-adjust-file-variable, allout-file-vars-section-data):
17728 New functions, implement the mechanism.
17729 (outlineify-sticky): Use the file vars mechanism.
17730 (allout-inhibit-protection, allout-during-write-cue)
17731 (allout-override-protect, allout-before-change-protect): Remove.
17732 (allout-flag-region, allout-open-topic): Adjust read-only text.
17733 (allout-open-line-not-read-only): Add to facilitate read-only
17734 text based protection.
17735 (allout-kill-line): Revise to adjust read-only text, clue the
17736 user about the inhibition.
17737 (allout-unprotected): Use unwind-protect.
17738 (allout-shift-in, allout-shift-out): Disallow manually shifting a
17739 topic deeper than the offspring depth of the previous topic -
17740 avoiding confusing "containment discontinuities".
17741 (allout-reindent-bodies): Fix retention of body relative hanging
17742 indent during promotion of collapsed bodies.
17743 (allout-open-topic): Make it easy to open new topic with same
17744 bullet as current topic - topic creation functions provided with
17745 any universal argument provokes now prompt for bullet, defaulting
17746 to the bullet of the previous topic.
17747 (allout-plain-bullets-string, allout-distinctive-bullets-string):
17748 Plain bullet alternates `.' period and `,' comma only. All other
17749 bullets are relegated to special status (but customizable).
17750 (allout-end-of-entry): Rename from allout-end-of-current-entry
17751 since it actually operates w.r.t. most immediately containing
17752 entry, visible or not.
17753 (allout-hide-current-entry, allout-show-current-entry): Use the
17754 revised version.
17755 (allout-old-expose-topic): Solidify deprecation.
17756 (allout-end-of-subtree): Add so we can span concealed as well
17757 as visible topics.
17758 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
17759 (allout-end-of-current-heading): Tweak to just respect the first line.
17760 (allout-get-body-text): Add.
17761 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
17762 when invoked interactively.
17763 (allout-up-current-level): Use `interactive-p'.
17764 (allout-mode, allout-init): Miscellaneous docstring and
17765 operational refinements, as well as hookups of new encryption stuff.
17766 (allout-beginning-of-current-entry): Now works as advertised.
17767 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
17768 (allout-isearch-rectification): Refine condition for isearching.
17769 (allout-isearch-abort, allout-enwrap-isearch)
17770 (allout-flag-region, my-region-active-p): Relocate some macros.
17771 (allout-title): Fallback title is (buffer-name), not
17772 non-existing (current-buffer-name).
17773 (subst-char-in-string): Define if absent (for some XEmacs versions).
17774
17775 2005-10-20 Jari Aalto <jari.aalto@cante.net>
17776
17777 * mail/sendmail.el (mail-setup-hook, mail-aliases)
17778 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
17779 (mail-citation-prefix-regexp, mail-signature-file)
17780 (mail-default-headers, mail-bury-selects-summary)
17781 (mail-send-nonascii): Add autoload cookies.
17782
17783 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17784
17785 * frame.el (blink-cursor-mode): Add `mac' to the list of
17786 window-system's that support blinking cursor.
17787
17788 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
17789
17790 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
17791
17792 2005-10-20 Eli Zaretskii <eliz@gnu.org>
17793
17794 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
17795 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
17796 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
17797
17798 2005-10-20 Kim F. Storm <storm@cua.dk>
17799
17800 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
17801 (ido-set-current-directory): Don't add / after final @.
17802 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
17803 Explicitly handle ange-ftp completion oddities.
17804 (ido-make-file-list): Don't rotate list at tramp root to avoid
17805 triggering tramp file handler for expand-file-name via get-file-buffer.
17806
17807 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17808
17809 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
17810
17811 2005-10-19 Jay Belanger <belanger@truman.edu>
17812
17813 * calc/calc-units.el (math-standard-units): Add units, adjust
17814 symbols and update values.
17815 (math-unit-prefixes): Add more prefixes.
17816
17817 2005-10-19 Romain Francoise <romain@orebokech.com>
17818
17819 * bookmark.el (bookmark-menu-heading): New face.
17820 (bookmark-bmenu-list): Use it.
17821 Don't fiddle with `baud-rate' at top-level.
17822
17823 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
17824
17825 * image.el (create-image, find-image): Mention max-image-size in
17826 docstring.
17827
17828 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17829
17830 * savehist.el (savehist-load): Revert to checking XEmacs.
17831
17832 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
17833 Various docstring and line-width fixups.
17834 (conf-mode): Use cond.
17835 Set font-lock-defaults. Don't set comment-use-syntax.
17836
17837 2005-10-18 David Ponce <david@dponce.com>
17838
17839 * tree-widget.el (tree-widget-button-click): New function.
17840 (tree-widget-button-keymap): Use it.
17841
17842 2005-10-18 Romain Francoise <romain@orebokech.com>
17843
17844 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17845 (bookmark-bmenu-hide-filenames): Add follow-link property.
17846 Improve help-echo text.
17847
17848 * ffap.el (find-file-at-point): Doc fix.
17849
17850 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17851
17852 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
17853
17854 2005-10-18 Masatake YAMATO <jet@gyve.org>
17855
17856 Install to the CVS repository what I forgot to install in my
17857 2005-10-16 changes.
17858
17859 * progmodes/python.el (python-complete-symbol): Pass the common
17860 prefix substring of completion to `display-completion-list'.
17861
17862 * textmodes/org.el (org-complete): Ditto.
17863
17864 2005-10-18 Masatake YAMATO <jet@gyve.org>
17865
17866 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
17867
17868 * woman.el (WoMan-xref-man-page): New button type derived
17869 from `Man-abstract-xref-man-page'.
17870 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
17871
17872 * man.el (Man-abstract-xref-man-page): New button type.
17873 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
17874 (Man-highlight-references): Add new optional argument `xref-man-type'.
17875
17876 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
17877
17878 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
17879
17880 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
17881
17882 * cus-edit.el (Custom-move-and-invoke): Delete.
17883 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
17884
17885 * wid-edit.el (widget-move-and-invoke): New function, from
17886 Custom-move-and-invoke.
17887
17888 2005-10-17 Bill Wohler <wohler@newt.com>
17889
17890 Move all remaining images from lisp/toolbar to etc/images, move
17891 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
17892 the low resolution images in their own directory (low-color).
17893
17894 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
17895 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
17896 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
17897 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
17898 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
17899 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
17900 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
17901
17902 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
17903 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
17904 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
17905 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
17906 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
17907 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
17908 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
17909 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
17910 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
17911 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
17912 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
17913 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
17914 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
17915 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
17916 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
17917
17918 To conform with convention, replace the underscore (_) in the
17919 following image names with dash (-) or (/) as appropriate.
17920
17921 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
17922 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
17923 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
17924 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
17925 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
17926 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
17927 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
17928 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
17929 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
17930 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
17931 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
17932 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
17933 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
17934 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
17935 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
17936
17937 * info.el (info-tool-bar-map): Replace underscores in image names
17938 with dashes.
17939
17940 * makefile.w32-in (WINS): Remove toolbar.
17941
17942 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
17943
17944 * tool-bar.el: Move to lisp from toolbar. Now that
17945 toolbar is empty, it should be deleted when folks run "cvs up -P".
17946
17947 2005-10-18 Jay Belanger <belanger@truman.edu>
17948
17949 * calc/calc-store.el (calc-store-into): Get the proper variable name
17950 to display in message.
17951
17952 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
17953
17954 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
17955 expressions display in speedbar for all buffers when debugging.
17956 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
17957
17958 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
17959 (speedbar-insert-button, speedbar-make-button):
17960 Use add-text-properties.
17961 (speedbar-update-localized-contents)
17962 (speedbar-update-directory-contents)
17963 (speedbar-update-special-contents): Use dolist.
17964 (speedbar-buffer-easymenu-definition): Add a menu separator.
17965
17966 2005-10-17 Jason Rumney <jasonr@gnu.org>
17967
17968 * makefile.w32-in: Use $(lisp) consistently.
17969 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
17970 for shell specific generation of mh-autoloads.
17971
17972 2005-10-17 Richard M. Stallman <rms@gnu.org>
17973
17974 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
17975
17976 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17977
17978 * jit-lock.el (jit-lock-fontify-now):
17979 Move jit-lock-context-unfontify-pos to avoid wasted work.
17980
17981 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
17982
17983 * net/tramp.el (tramp-completion-mode): New defvar. Used in
17984 `tramp-completion-mode' for checking if we are in completion mode.
17985 (tramp-completion-handle-file-name-all-completions): Reorder code
17986 in order to complete for file names only in case there are no
17987 method/user/host completions. This is necessary for cooperation
17988 with ido. Reported by Kim F. Storm <storm@cua.dk>.
17989
17990 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
17991
17992 * longlines.el (longlines-search-forward)
17993 (longlines-search-backward): Match any number of spaces.
17994
17995 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
17996
17997 * diff-mode.el (diff-mode): Doc fix.
17998
17999 2005-10-16 David Reitter <david.reitter@gmail.com>
18000
18001 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
18002 as default on darwin and windows systems.
18003
18004 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
18005
18006 * arc-mode.el (archive-zip-extract): Doc fix.
18007
18008 2005-10-16 Romain Francoise <romain@orebokech.com>
18009
18010 * mouse.el (mouse-1-click-follows-link): Doc fix.
18011
18012 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18013
18014 * savehist.el: Don't require CL at runtime.
18015 (savehist-xemacs): Remove.
18016 (savehist-coding-system): Use utf-8 if present, regardless of religion.
18017 (savehist-no-conversion): Use (featurep 'xemacs).
18018 (savehist-load): Check existence of start-itimer rather than XEmacs.
18019 Use an idle timer.
18020 (savehist-process-for-saving): Replace use of CL funs `subseq' and
18021 `delete-if-not'.
18022
18023 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
18024
18025 * savehist.el: Newer version.
18026 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
18027 (savehist-last-checksum, savehist-no-conversion): New vars.
18028 (savehist-autosave, savehist-process-for-saving, savehist-printable):
18029 New functions.
18030 (savehist-load, savehist-save): Use them.
18031 (savehist-delimit): Remove.
18032
18033 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
18034
18035 * progmodes/compile.el (compilation-goto-locus): Display the
18036 compilation buffer first and the source buffer second, in case they're
18037 in overlapping frames. Don't raise the compilation frame if it was the
18038 selected window upon entry. Pass the `other-window' arg to
18039 pop-to-buffer.
18040
18041 * info.el (Info-fontify-node): Use dolist.
18042 Change add-text-properties to put-text-property.
18043
18044 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18045
18046 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
18047 bound of search.
18048
18049 2005-10-16 Masatake YAMATO <jet@gyve.org>
18050
18051 * dabbrev.el (dabbrev-completion): Pass the common
18052 prefix substring of completion to `display-completion-list'.
18053
18054 * filecache.el (file-cache-minibuffer-complete)
18055 (file-cache-complete): Ditto.
18056
18057 * tempo.el (tempo-display-completions): Ditto.
18058
18059 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
18060
18061 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
18062
18063 * eshell/em-hist.el (eshell-list-history): Ditto.
18064
18065 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
18066
18067 * mail/mailalias.el (mail-complete): Ditto.
18068
18069 * progmodes/etags.el (complete-tag): Ditto.
18070
18071 * progmodes/make-mode.el (makefile-complete): Ditto.
18072
18073 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
18074
18075 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
18076
18077 * progmodes/pascal.el (pascal-complete-word)
18078 (pascal-show-completions): Ditto.
18079
18080 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
18081
18082 * simple.el (completion-common-substring): New variable.
18083 (completion-setup-function): Use `completion-common-substring'
18084 to put faces.
18085
18086 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18087
18088 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
18089 (x-get-selection, mac-select-convert-to-string): Convert from/to
18090 UTF-16 clipboard data as in native byte order, no BOM.
18091
18092 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
18093
18094 * progmodes/gud.el (gud-tool-bar-map): Rename the images
18095 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
18096 (gud-sentinel): Use speedbar-frame to check for speedbar.
18097
18098 2005-10-15 Richard M. Stallman <rms@gnu.org>
18099
18100 * savehist.el: New file.
18101
18102 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
18103
18104 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
18105 Fix bug in \bf fontification.
18106
18107 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
18108
18109 * pcvs.el (cvs-edit-log-files): New var.
18110 (cvs-mode-edit-log): New arg `file'.
18111 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
18112 Instead force the use of the original file and nothing else.
18113 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
18114 the cvs-minor-wrap-function is set.
18115 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
18116
18117 2005-10-14 Bill Wohler <wohler@newt.com>
18118
18119 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
18120 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
18121 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
18122 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
18123 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
18124 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
18125 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
18126 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
18127 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
18128 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
18129 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
18130 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
18131 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
18132 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
18133 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
18134
18135 * progmodes/gud.el (gud-tool-bar-map): Rename the images
18136 appropriately (for example, gud-break to gud/break).
18137
18138 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
18139
18140 * longlines.el (longlinges-search-function)
18141 (longlines-search-forward, longlines-search-backward): New functions.
18142 (longlines-mode): Set isearch-search-fun-function to
18143 longlinges-search-function.
18144
18145 * mouse.el (mouse-drag-region-1): Handle the case where a
18146 double-click event is bound to an arbitrary function.
18147
18148 2005-10-14 David Ponce <david@dponce.com>
18149
18150 * recentf.el (recentf-track-opened-file)
18151 (recentf-track-closed-file, recentf-update-menu)
18152 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
18153 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
18154 mouse-1-click-follows-link.
18155
18156 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18157
18158 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
18159 Gnome file-manager.png. Suggested by
18160 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
18161
18162 * toolbar/README: Add diropen.xpm.
18163
18164 2005-10-13 Bill Wohler <wohler@newt.com>
18165
18166 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
18167 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
18168
18169 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18170
18171 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
18172 Don't waste the byte-compiler's time on constant data.
18173
18174 2005-10-13 Kenichi Handa <handa@m17n.org>
18175
18176 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
18177 byte with `escape-glyph' face.
18178
18179 * international/fontset.el (ccl-encode-unicode-font):
18180 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
18181 Handle the case that ucs-mule-to-mule-unicode translates a character to
18182 ASCII (usually for IPA characters).
18183
18184 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18185
18186 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
18187 Don't hide the underline of titles if font-lock-mode is disabled.
18188
18189 2005-10-12 Bill Wohler <wohler@newt.com>
18190
18191 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
18192 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
18193 files in MH-E-SRC have been updated.
18194 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
18195
18196 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18197
18198 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
18199 (mixal-mode-syntax-table): Add \n as end-comment.
18200 (mixal-operation-codes-alist): Immediately initialize to full value.
18201 (mixal-add-operation-code): Remove.
18202 (mixal-describe-operation-code): Make the arg non-optional.
18203 Use the interactive spec instead.
18204 Use mixal-operation-codes-alist rather than mixal-operation-codes.
18205 (mixal-font-lock-keywords): Don't highlight comments here any more.
18206 (mixal-font-lock-syntactic-keywords): New var.
18207 (mixal-mode): Use it. Fix comment-start-skip.
18208
18209 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18210
18211 * startup.el (command-line-x-option-alist): -nb => -nbi
18212
18213 2005-10-12 Kim F. Storm <storm@cua.dk>
18214
18215 * startup.el (fancy-splash-default-action): Discard mouse click in
18216 the splash screen window, as it has no sensible meaning in the
18217 next window to be selected. Fixes error reported by Jan D.
18218
18219 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18220
18221 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
18222
18223 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
18226 Try to fix up minor layout issues like indentation, line break, etc...
18227 (mixal-mode-syntax-table): Don't try to specify comment syntax,
18228 because it doesn't work.
18229 (mixal-operation-codes): Add some more codes.
18230 (mixal-font-lock-keywords): Process comments here.
18231 (mixal-mode): mixasm no longer needs -g option.
18232
18233 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
18234
18235 * progmodes/sh-script.el (sh-tmp-file):
18236 Use mktemp -t. Finish support for es and rc shells.
18237
18238 2005-10-11 Jay Belanger <belanger@truman.edu>
18239
18240 * calc/calcalg2.el (calc-integral): With an argument, compute the
18241 definite integral.
18242
18243 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
18244
18245 * mouse.el (mouse-drag-region-1): Don't try to catch a
18246 double-click when doing follow-link (it's overridden anyway).
18247
18248 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
18249
18250 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
18251 (autoload-print-form-outbuf): Add docstring.
18252
18253 2005-10-11 Juri Linkov <juri@jurta.org>
18254
18255 * info.el (Info-mode-menu): Delete menu item "Edit".
18256 (Info-mode): Delete description of Info-edit from docstring,
18257 and rearrange descriptions of Info commands in the order
18258 they are documented in the Info manual.
18259
18260 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18261
18262 * calendar/appt.el (appt-check): Use diary-selective-display var.
18263
18264 2005-10-10 Richard M. Stallman <rms@gnu.org>
18265
18266 * net/newsticker.el (newsticker-start, newsticker-show-news):
18267 Add autoload cookies.
18268
18269 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
18270
18271 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
18272
18273 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
18274
18275 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
18276
18277 2005-10-10 Jay Belanger <belanger@truman.edu>
18278
18279 * calc/calc-arith.el (math-check-known-scalarp)
18280 (math-check-known-matrixp): Check the values of arguments that are
18281 variables.
18282 (math-check-known-square-matrixp): New function.
18283 (math-known-square-matrixp): Use math-check-known-square-matrixp.
18284 (math-super-types): Add sqmatrix type.
18285
18286 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
18287 mode name `square' to `sqmatrix'.
18288
18289 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
18290 mode name `square' to `sqmatrix'.
18291
18292 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18293
18294 * progmodes/etags.el (select-tags-table-mode): Don't use
18295 selective-display.
18296 (tags-select-tags-table): Pass `button' to the action function.
18297 (select-tags-table): Place the side-info on button properties rather
18298 than in hidden text. Abbreviate file names.
18299 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
18300 (select-tags-table-select): Add `button' argument.
18301 Get side-info from the button property rather than from hidden text.
18302
18303 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
18304
18305 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
18306 (gud-speedbar-buttons): Preserve point if possible.
18307 (gud-sentinel): Restore previous speedbar display type.
18308
18309 * progmodes/gdb-ui.el (gdba): Improve diagram.
18310 (def-gdb-auto-update-handler, gdb-info-locals-handler)
18311 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
18312 Call get-buffer-window once.
18313
18314 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18315
18316 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
18317 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
18318 (pascal-indent-command): Remove unused var `ind'.
18319 (pascal-indent-case): Remove unused var `oldpos'.
18320 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
18321 since it's now used as a proper minor mode map.
18322 (pascal-outline): Rename to pascal-outline-mode.
18323 (pascal-outline-mode): Use define-minor-mode.
18324 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
18325 selective-display.
18326
18327 2005-10-10 Andreas Schwab <schwab@suse.de>
18328
18329 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
18330 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
18331
18332 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
18333 outside source directory.
18334
18335 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
18336
18337 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
18338 C-x' as a prefix.
18339 (orgtbl-mode-map): Full keymap instead of sparse, because all
18340 `self-insert-command' keys are redefined in this map.
18341 (org-export-as-html): Specify charset for HTML file, by taking it
18342 from the coding system.
18343
18344 2005-10-10 Kenichi Handa <handa@m17n.org>
18345
18346 * textmodes/flyspell.el (flyspell-check-word-p):
18347 If unread-command-events is non-empty, don't call sit-for.
18348
18349 2005-10-09 Richard M. Stallman <rms@gnu.org>
18350
18351 * font-lock.el (font-lock-syntactic-keywords)
18352 (font-lock-keywords): Doc fixes.
18353
18354 * textmodes/flyspell.el (flyspell-external-point-words):
18355 Simplify logic, and don't try to check for consecutive appearances
18356 of one incorrect word.
18357
18358 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
18359
18360 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
18361 separator.
18362
18363 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
18364 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
18365 (gud-expansion-speedbar-buttons): New function.
18366 (gud-speedbar-buttons): Check for gud-comint-buffer.
18367
18368 2005-10-09 Bill Wohler <wohler@newt.com>
18369
18370 * Makefile.in (updates): Add mh-loaddefs dependency.
18371
18372 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
18373
18374 * speedbar.el (speedbar-file-key-map): Fix typo.
18375
18376 2005-10-09 Daniel Brockman <daniel@brockman.se>
18377
18378 * cus-start.el (line-spacing): Add custom spec.
18379
18380 2005-10-09 Romain Francoise <romain@orebokech.com>
18381
18382 * textmodes/ispell.el (ispell-check-version): Fix last change.
18383
18384 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18385
18386 * term/x-win.el: Remove -i, --icon-type from comment.
18387
18388 * startup.el (command-line-x-option-alist): Remove options -i,
18389 -itype, --icon-type, added -nb, --no-bitmap-icon
18390
18391 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
18392
18393 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
18394 instead of :active.
18395
18396 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
18397
18398 * textmodes/ispell.el (ispell-check-version):
18399 Ignore hyphen, and all that follows, in aspell's version text.
18400
18401 2005-10-08 Jay Belanger <belanger@truman.edu>
18402
18403 * calc/calc-arith.el (math-known-square-matrixp): New function.
18404 (math-pow-fancy): Check for matrices before distributing exponent
18405 across products.
18406
18407 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
18408 fullscreen keypad. Suggested by Luc Teirlinck.
18409 (calc-keypad-show-input): Add space for formatting.
18410
18411 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
18412 Add square matrix option.
18413
18414 * calc/calc-poly.el (math-expand-term): Check for matrices instead
18415 of checking calc-matrix-mode when deciding how to expand.
18416
18417 * calc/calc.el (calc-set-mode-line): Add square matrix option.
18418
18419 2005-10-08 Lars Hansen <larsh@soem.dk>
18420
18421 * net/tramp.el (tramp-perl-directory-files-and-attributes):
18422 Add error handling.
18423 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
18424
18425 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
18426
18427 Sync with Tramp 2.0.51.
18428
18429 * net/tramp.el (tramp-handle-set-visited-file-modtime)
18430 (tramp-handle-insert-file-contents, tramp-handle-write-region):
18431 Insert special handling for `last-coding-system-used', again
18432 it still seems to be necessary (unlike stated before).
18433 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
18434 (tramp-password-prompt-regexp): There might be other words before
18435 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
18436 (tramp-chunksize): Improve docstring.
18437 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
18438 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
18439 Christian Joergensen <bugs@razor.dk>.
18440
18441 2005-10-07 Glenn Morris <rgm@gnu.org>
18442
18443 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
18444 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
18445 precision'.
18446
18447 2005-10-07 Romain Francoise <romain@orebokech.com>
18448
18449 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
18450 (ibuffer-do-shell-command-pipe-replace)
18451 (ibuffer-do-shell-command-file, ibuffer-do-eval)
18452 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
18453 (ibuffer-do-revert, ibuffer-do-replace-regexp)
18454 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
18455 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
18456 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
18457 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
18458 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
18459 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
18460 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
18461 Autoload file sans suffix.
18462
18463 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
18464
18465 2005-10-07 David Ponce <david@dponce.com>
18466
18467 * recentf.el (recentf-menu-open-all-flag): New option.
18468 (recentf-digit-shortcut-command-name): New function.
18469 (recentf--shortcuts-keymap): New variable.
18470 (recentf-menu-shortcuts): New variable.
18471 (recentf-make-menu-items): Initialize it. Replace the "More..."
18472 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
18473 (recentf-menu-value-shortcut): New function.
18474 (recentf-make-menu-item): Use it. No more in-lined.
18475 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
18476 (recentf-open-most-recent-file): Rename from
18477 `recentf-open-file-with-key'. Don't depend on key binding.
18478 (recentf-mode-map): New variable.
18479 (recentf-mode): Use it.
18480
18481 2005-10-06 Bill Wohler <wohler@newt.com>
18482
18483 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
18484
18485 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
18486 (MH-E-SRC): New. Used by mh-autoloads.
18487 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
18488 files in MH-E-SRC have been updated.
18489 (compile, recompile, bootstrap): Depend on mh-autoloads.
18490
18491 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
18492
18493 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
18494 gud-break and gud-remove icons when the fringe is not available.
18495
18496 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
18497 Typo.
18498
18499 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
18500
18501 * play/zone.el (zone): Wrap body with save-window-excursion.
18502
18503 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
18504
18505 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
18506 Use the new `list-only' arg to diary-list-entries.
18507
18508 * calendar/diary-lib.el: Use overlays rather than selective-display.
18509 (diary-selective-display): New var.
18510 (diary-header-line-format): Use it.
18511 (diary-list-entries): Add argument `list-only'.
18512 Put the buffer in diary-mode. Don't add \^M at beg and end.
18513 Replace \^M by invisible overlays.
18514 (diary-unhide-everything): Replace \^M by invisible overlays.
18515 (print-diary-entries): Look for overlays rather than \^M.
18516 Add a space to the temp buffer name.
18517 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
18518 Put the buffer in diary-mode.
18519 (list-sexp-diary-entries): Replace \^M by invisible overlays.
18520 (diary-anniversary): Make the year arg optional.
18521 (diary-time-regexp): New const.
18522 (diary-font-lock-keywords): Use it to accept a few more time formats.
18523
18524 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
18525
18526 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
18527
18528 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
18529 Fix bug introduced 2005-07-03: Use (car (last ...))
18530 to faithfully reproduce replaced artist-last.
18531 (artist-set-arrow-points-for-poly): Likewise.
18532 Suggested by Johan Bockg\e,Ae\e(Brd.
18533
18534 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
18535
18536 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
18537 * wid-edit.el (widget):
18538 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
18539 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
18540
18541 2005-10-06 Kenichi Handa <handa@m17n.org>
18542
18543 * international/mule-cmds.el (set-language-environment):
18544 Fix setting up of case-table for unibyte mode.
18545
18546 * simple.el (what-cursor-position): If the character is displayed
18547 by some `display' text property, show that. Don't use
18548 single-key-description for eight-bit characters in multibyte mode.
18549
18550 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
18551
18552 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
18553 (gdb-ann3): Set it.
18554 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
18555 (gdb-info-frames-custom): Use inverse-video for first five
18556 characters of selected frame only.
18557 (gdb-get-frame-number): Select frame even when point is on frame
18558 number.
18559
18560 2005-10-06 Masatake YAMATO <jet@gyve.org>
18561
18562 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
18563 Put `font-lock-function-name-face'.
18564 (gdb-info-frames-custom): Put `font-lock-function-name-face'
18565 and `font-lock-variable-name-face'
18566 (gdb-registers-font-lock-keywords): New font lock keywords definition.
18567 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
18568 (gdb-memory-font-lock-keywords): New font lock keywords definition.
18569 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
18570 (gdb-local-font-lock-keywords): New font lock keywords definition.
18571 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
18572 (gdb-threads-font-lock-keywords): New font lock keywords definition.
18573 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
18574
18575 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
18576
18577 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
18578 (ediff-merge-region-is-non-clash-to-skip): Previously called
18579 ediff-merge-region-is-non-clash.
18580
18581 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
18582 Use insert-buffer-substring.
18583
18584 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
18585 selecting files to patch. Also bug fixes.
18586
18587 * ediff-util.el (ediff-setup): Bug fix.
18588 (ediff-next-difference): Never skip clashes that differ in white
18589 space only.
18590
18591 * ediff-wind.el (ediff-setup-control-frame)
18592 (ediff-destroy-control-frame): Check the menubar feature.
18593
18594 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
18595 (viper-refresh-mode-line): Use make-local-variable to localize
18596 some vars instead of make-variable-buffer-local. Suggested by
18597 Stefan Monnier.
18598
18599 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
18600 (viper-restore-cursor-type, viper-set-insert-cursor-type):
18601 Use make-local-variable instead of make-variable-buffer-local.
18602 Suggested by Stefan Monnier.
18603
18604 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
18605 (viper-comint-mode-hook): Use make-local-variable on
18606 require-final-newline.
18607 (viper-non-hook-settings): Don't use make-variable-buffer-local.
18608
18609 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18610
18611 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
18612 also the second char of a comment-start sequence.
18613 (scheme-sexp-comment-syntax-table): New var.
18614 (lambda, define): Set their scheme-doc-string-elt property.
18615 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
18616 Use lisp-font-lock-syntactic-face-function now that it properly
18617 handles |...| symbols.
18618 (scheme-mode-variables): Set lisp-doc-string-elt-property,
18619 parse-sexp-lookup-properties and font-lock-extra-managed-props.
18620
18621 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
18622 bit from # to |.
18623 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
18624
18625 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
18626 (lisp-doc-string-elt-property): New var.
18627 (lisp-font-lock-syntactic-face-function): Use it.
18628 Rewrite to recognize docstrings even for forms not at toplevel.
18629
18630 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
18631 annotation on the | part of #| rather than on the # part.
18632 (scheme-font-lock-syntactic-face-function): New function, to
18633 distinguish strings from |...| symbols.
18634 (scheme-mode-variables): Use it. Also fix up the font-lock-time
18635 syntax-table so that #|...|# is properly highlighted.
18636
18637 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
18638 Don't mark as docstring the 3rd elem of an unknown toplevel form.
18639
18640 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
18641
18642 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
18643 and C-e.
18644
18645 * emacs-lisp/eldoc.el: Move comments into docstrings.
18646 (eldoc-message-commands): Initialize in its declaration.
18647 Add move-beginning-of-line and move-end-of-line.
18648 (eldoc-add-command, eldoc-add-command-completions)
18649 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
18650
18651 * outline.el (outline-mark-subtree): Activate the mark.
18652
18653 * calendar/appt.el (appt-time-regexp): New var.
18654 (appt-add, appt-make-list): Use it.
18655 (appt-convert-time): Clean up.
18656
18657 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
18658 Don't set any syntax-table property here.
18659 (tex-font-lock-verb): New function. Do it here.
18660 (tex-font-lock-syntactic-keywords): Use it.
18661
18662 2005-10-04 Richard M. Stallman <rms@gnu.org>
18663
18664 * wid-edit.el (widget-file-complete): Get the widget start point
18665 the right way. Default directory to `/' if file has none.
18666
18667 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
18668
18669 * textmodes/flyspell.el (flyspell-mode-on):
18670 Call ispell-maybe-find-aspell-dictionaries.
18671
18672 * textmodes/ispell.el (ispell-word, ispell-region):
18673 Call ispell-maybe-find-aspell-dictionaries.
18674 (ispell-accept-buffer-local-defs):
18675 Don't call ispell-maybe-find-aspell-dictionaries
18676
18677 2005-10-04 Richard M. Stallman <rms@gnu.org>
18678
18679 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
18680
18681 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
18682
18683 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
18684 instead of `fboundp' in order to allow for anonymous functions.
18685
18686 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
18687
18688 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
18689 case the user clicks on the link while another window is selected.
18690 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
18691
18692 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
18693 functionality.
18694 (dframe-help-echo): Save point in case mouse tracking is off.
18695
18696 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
18697
18698 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
18699
18700 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18701
18702 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
18703 not change the global value of those vars.
18704
18705 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
18706 make-local-variable which we do not need any more.
18707
18708 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
18709
18710 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
18711 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
18712 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
18713 (speedbar-path-line): Define obsolete aliases.
18714 (speedbar-line-directory): Doc fix.
18715
18716 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
18717 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
18718 instead of speedbar-line-path.
18719
18720 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18721
18722 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
18723 to nil if dropping on a window. Handle dropping on a minibuffer window
18724 like dropping on a non-window part of Emacs.
18725
18726 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18727
18728 * net/ange-ftp.el: Use with-current-buffer.
18729 (ange-ftp-insert-directory): Do not follow symlinks any more.
18730
18731 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18732 Remove interactive spec.
18733
18734 2005-10-03 Kim F. Storm <storm@cua.dk>
18735
18736 * ido.el (ido-mode): Use custom-initialize-set.
18737
18738 2005-10-02 Richard M. Stallman <rms@gnu.org>
18739
18740 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
18741 Use insert-buffer-substring.
18742
18743 * net/tramp.el: Pacify byte compiler warnings in pacification code.
18744 (tramp-handle-file-local-copy): Use insert-buffer-substring.
18745
18746 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18747
18748 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
18749 in last change.
18750 (ange-ftp-insert-directory): Fix up the search for the case where
18751 `file' is absolute.
18752
18753 2005-10-02 Romain Francoise <romain@orebokech.com>
18754
18755 * progmodes/compile.el (compile-goto-error): Delete extra paren.
18756
18757 2005-10-02 Andreas Schwab <schwab@suse.de>
18758
18759 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
18760 directory component in the session info.
18761
18762 2005-10-01 Richard M. Stallman <rms@gnu.org>
18763
18764 * comint.el (comint-redirect-subvert-readonly): Doc fix.
18765
18766 * simple.el (next-error-internal): New function.
18767
18768 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
18769 (compilation-start): Pass new arg to compilation-buffer-name.
18770 (compile-goto-error): Use next-error-internal.
18771
18772 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
18773
18774 * speedbar.el: Remove RCS tag.
18775 (speedbar-check-read-only): Handle non-existent files.
18776
18777 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
18778
18779 * info.el (Info-speedbar-hierarchy-buttons)
18780 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
18781
18782 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18783
18784 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
18785 Do not match newline.
18786 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
18787 (bibtex-summary): Remove unnecessary save-excursion.
18788 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
18789
18790 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18791
18792 * term/mac-win.el: Add charset info for "iso10646-1".
18793 Modify default fontset to use ATSUI-compatible fonts for some charsets
18794 if available.
18795
18796 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
18797
18798 * speedbar.el: Re-apply arch tag.
18799 (speedbar-version): Rename to version 1.0. Suggested by Eric
18800 M. Ludlam.
18801 Reapply two changes from Emacs CVS' version of speedbar lost
18802 during the merge:
18803 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
18804 (speedbar-frame-parameters): Improve customize type.
18805
18806 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18807
18808 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
18809 (ange-ftp-file-directory-p): Fix the symlink case.
18810 (ange-ftp-insert-directory): When listing a single file, get a list of
18811 the parent buffer and extract the relevant line. Inspired from a patch
18812 by Katsumi Yamaoka <yamaoka@jpl.org>.
18813 (ange-ftp-file-name-sans-versions): Simplify.
18814
18815 2005-09-30 Bill Wohler <wohler@newt.com>
18816
18817 Move MH-E image files from toolbar and mail directories into
18818 etc/images.
18819
18820 * mail/reply2.*: Move to etc/images/mail/reply*.
18821
18822 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
18823 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
18824 etc/images.
18825
18826 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
18827 * toolbar/reply*: Move to etc/images/mail.
18828
18829 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
18830
18831 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
18832
18833 * speedbar.el: New version 1.0pre3.
18834
18835 Frame management code (including timer, and mouse click specifics)
18836 moved to dframe.el:
18837 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
18838 (speedbar-timer): Removed. Use dframe-timer.
18839 (speedbar-close-frame): Removed. Use dframe-close-frame.
18840 (speedbar-activity-change-focus-flag): Removed. Use
18841 dframe-activity-change-focus-flag.
18842 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
18843 dframe-update-speed.
18844
18845 (speedbar-current-frame): New macro. Use this instead of the
18846 variable speedbar-frame.
18847
18848 (speedbar-use-images, speedbar-expand-image-button-alist)
18849 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
18850
18851 (speedbar-find-image-on-load-path): Removed. Replaced by
18852 defezimage in ezimage.el.
18853 (speedbar-expand-image-button-alist): Removed. Replaced by
18854 ezimage-expand-image-button-alist in ezimage.el.
18855
18856 (speedbar-ignored-directory-regexp)
18857 (speedbar-add-ignored-directory-regexp)
18858 (speedbar-ignored-directory-expressions)
18859 (speedbar-line-directory, speedbar-buffers-line-directory)
18860 (speedbar-directory-line, speedbar-buffers-line-directory):
18861 Renamed, replacing `path' with `directory'.
18862
18863 (speedbar-create-directory, speedbar-expand-line-descendants)
18864 (speedbar-toggle-line-expansion)
18865 (speedbar-contract-line-descendants): New commands.
18866
18867 (speedbar-query-confirmation-method, speedbar-select-frame-method)
18868 (speedbar-use-tool-tips-flag): New options.
18869
18870 (speedbar-check-read-only, speedbar-require-version)
18871 (speedbar-insert-separator, speedbar-buffers-tail-notes)
18872 (speedbar-handle-delete-frame, speedbar-try-completion)
18873 (speedbar-update-localized-contents): New functions.
18874
18875 (speedbar-incompatible-version, speedbar-ro-to-do-point)
18876 (speedbar-object-read-only-indicator): New variables.
18877
18878 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
18879 New hooks.
18880
18881 (speedbar-separator-face): New face.
18882
18883 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
18884 (speedbar-ignored-modes): Add fundamental-mode.
18885 (speedbar-directory-unshown-regexp): Add . directories.
18886
18887 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
18888 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
18889 `]' for full expand/close.
18890 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
18891
18892 (speedbar-check-vc): Support hidden files.
18893 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
18894 (speedbar-this-file-in-vc): Use vc-state if available. If VC
18895 state is nil, it is not checked out.
18896
18897 (speedbar-line-text, speedbar-line-token): Support expand buttons
18898 with no text.
18899 (speedbar-refresh): Universal argument acts as power-click.
18900 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
18901 that buffer to get variable values.
18902
18903 And many other bugfixes.
18904
18905 * dframe.el, ezimage.el, sb-image.el: New files.
18906
18907 * sb-*.xpm: Remove files. New image files installed into
18908 etc/images/ezimage.
18909
18910 2005-09-30 Kenichi Handa <handa@m17n.org>
18911
18912 * ps-mule.el (ps-mule-show-warning): If a character is in
18913 ps-print-translation-table, don't treat it as non-printable.
18914
18915 2005-09-30 David Ponce <david@dponce.com>
18916
18917 * tree-widget.el (tree-widget-themes-load-path): New variable.
18918 (tree-widget-themes-directory): Doc fix.
18919 (tree-widget-image-formats) [Emacs]: Doc fix.
18920 (tree-widget--locate-sub-directory): New function.
18921 (tree-widget-themes-directory): Use it.
18922
18923 * recentf.el (recentf-filename-handlers): Rename from
18924 `recentf-filename-handler'. Allow a list of functions.
18925 (recentf-menu-items-for-commands): Fix :help strings.
18926 (recentf-apply-filename-handlers): New function.
18927 (recentf-expand-file-name): Use it.
18928 (recentf-cleanup): Remove duplicates too.
18929
18930 2005-09-29 Juri Linkov <juri@jurta.org>
18931
18932 * faces.el: Rearrange face definitions to be in the same order as
18933 their face descriptions in "(emacs)Standard Faces".
18934
18935 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
18936
18937 * tooltip.el (tooltip): Add group `basic-faces'.
18938
18939 * buff-menu.el (Buffer-menu-buffer): Remove group
18940 `font-lock-highlighting-faces'.
18941
18942 * progmodes/compile.el (compilation-error, compilation-warning)
18943 (compilation-info, compilation-line-number, compilation-column-number):
18944 Change group from `font-lock-highlighting-faces' to `compilation'.
18945
18946 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18947 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
18948 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
18949 (vhdl-font-lock-reserved-words-face)
18950 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
18951 `font-lock-highlighting-faces'.
18952
18953 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
18954
18955 2005-09-28 Kim F. Storm <storm@cua.dk>
18956
18957 * emulation/cua-base.el: Set CUA move property on additional commands:
18958 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
18959 forward-sexp, backward-sexp, forward-list, backward-list.
18960
18961 2005-09-28 Romain Francoise <romain@orebokech.com>
18962
18963 * comint.el (comint-show-output): Really set point at the
18964 beginning of the output when not using `comint-use-prompt-regexp'.
18965
18966 2005-09-27 Jay Belanger <belanger@truman.edu>
18967
18968 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
18969 in TeX mode.
18970
18971 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
18972
18973 * textmodes/org.el (org-table-sum): Fix format string.
18974
18975 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
18976 Quote face names.
18977
18978 2005-09-26 Romain Francoise <romain@orebokech.com>
18979
18980 * isearch.el (isearch-forward-regexp): Close doc string.
18981
18982 2005-09-25 Richard M. Stallman <rms@gnu.org>
18983
18984 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
18985
18986 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
18987
18988 * progmodes/compile.el (compilation-error-properties):
18989 When getting the file from the previous error message,
18990 correctly decode the new data format.
18991
18992 * progmodes/cc-cmds.el (c-electric-paren):
18993 Call old-blink-paren only for close-paren.
18994
18995 2005-09-24 Andreas Schwab <schwab@suse.de>
18996
18997 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
18998 condition.
18999
19000 2005-09-25 Romain Francoise <romain@orebokech.com>
19001
19002 * dired-aux.el (dired-copy-file-recursive):
19003 * dired.el (dired-delete-file):
19004 * ediff-mult.el (ediff-dir-diff-copy-file):
19005 * ediff-util.el (ediff-test-save-region):
19006 * forms.el (forms-mode):
19007 * ido.el (ido-file-internal, ido-delete-file-at-head):
19008 * log-edit.el (log-edit-done):
19009 * ses.el (ses-yank-resize):
19010 * play/gomoku.el (gomoku-human-plays, gomoku)
19011 (gomoku-human-resigns, gomoku-prompt-for-other-game)
19012 (gomoku-offer-a-draw):
19013 * play/landmark.el (lm-human-resigns, lm):
19014 * net/eudcb-ldap.el (eudc-ldap-check-base):
19015 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
19016 * progmodes/ebrowse.el (ebrowse-find-pattern):
19017 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
19018 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
19019 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
19020
19021 * vc.el (vc-delete-file):
19022 * play/gomoku.el (gomoku-terminate-game, gomoku)
19023 (gomoku-prompt-for-move, gomoku-human-takes-back):
19024 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
19025 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
19026
19027 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
19028
19029 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
19030 color rxvt terminals by using the code xterm.el used to use before
19031 2005-04-09 in order to match the colors used by rxvt.
19032
19033 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19034
19035 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
19036 colors rxvt-unicode terminals by using the same code as xterm.el.
19037
19038 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
19039
19040 * textmodes/tex-mode.el (tex-font-lock-append-prop)
19041 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
19042 new symbol used for the tex-verbatim face.
19043
19044 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19045
19046 * woman.el (woman-file-name):
19047 * wid-edit.el (widget-file-prompt-value)
19048 (widget-coding-system-prompt-value):
19049 * w32-fns.el (set-w32-system-coding-system):
19050 * vc.el (vc-version-diff, vc-annotate):
19051 * textmodes/reftex-auc.el (reftex-arg-cite)
19052 (reftex-arg-index-tag):
19053 * textmodes/refer.el (refer-get-bib-files):
19054 * textmodes/artist.el (artist-figlet-choose-font):
19055 * terminal.el (terminal-emulator):
19056 * replace.el (occur-read-primary-args):
19057 * rect.el (string-rectangle, string-insert-rectangle):
19058 * ps-print.el (ps-print-preprint):
19059 * progmodes/pascal.el (pascal-goto-defun):
19060 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
19061 * progmodes/compile.el (compilation-find-file):
19062 * printing.el (pr-interactive-n-up):
19063 * play/animate.el (animate-birthday-present):
19064 * net/rcompile.el (remote-compile):
19065 * man.el (man, Man-goto-section, Man-follow-manual-reference):
19066 * mail/rmailsum.el (rmail-summary-search-backward)
19067 (rmail-summary-search):
19068 * mail/rmailout.el (rmail-output-read-rmail-file-name)
19069 (rmail-output-read-file-name):
19070 * mail/rmail.el (rmail-search, rmail-search-backwards):
19071 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
19072 * locate.el (locate):
19073 * international/quail.el (quail-show-keyboard-layout):
19074 * international/mule.el (set-buffer-file-coding-system)
19075 (revert-buffer-with-coding-system, set-file-name-coding-system)
19076 (set-terminal-coding-system, set-keyboard-coding-system)
19077 (set-next-selection-coding-system):
19078 * international/mule-diag.el (describe-coding-system)
19079 (describe-font, describe-fontset):
19080 * international/mule-cmds.el (universal-coding-system-argument)
19081 (search-unencodable-char, describe-input-method)
19082 (set-language-environment, describe-language-environment):
19083 * international/codepage.el (codepage-setup):
19084 * international/code-pages.el (codepage-setup):
19085 * info.el (Info-search, Info-follow-reference)
19086 (Info-search-backward):
19087 * emacs-lisp/advice.el (ad-read-advised-function)
19088 (ad-read-advice-class, ad-clear-cache, ad-activate)
19089 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
19090 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
19091 (ad-read-regexp):
19092 * ediff-util.el (ediff-toggle-regexp-match):
19093 * ediff-ptch.el (ediff-prompt-for-patch-file):
19094 * dired-aux.el (dired-diff):
19095 * diff.el (diff):
19096 * cus-edit.el (custom-variable-prompt):
19097 * calendar/timeclock.el (timeclock-ask-for-project):
19098 * calc/calcalg3.el (calc-get-fit-variables):
19099 * calc/calc-store.el (calc-edit-variable)
19100 (calc-permanent-variable):
19101 * vc-mcvs.el (vc-mcvs-register):
19102 * shadowfile.el (shadow-define-literal-group):
19103 * woman.el (woman-file-name):
19104 * vc.el (vc-version-diff, vc-merge):
19105 * textmodes/reftex-index.el (reftex-index-complete-tag):
19106 * format.el (format-decode-buffer, format-decode-region):
19107 * emulation/viper-cmd.el (viper-read-string-with-history):
19108 * emacs-lisp/debug.el (cancel-debug-on-entry):
19109 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
19110 * ediff.el (ediff-merge-revisions)
19111 (ediff-merge-revisions-with-ancestor, ediff-revision):
19112 * completion.el (interactive-completion-string-reader):
19113 * calc/calc-prog.el (calc-user-define-formula):
19114 Follow convention for reading with the minibuffer.
19115
19116 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
19117
19118 * progmodes/python.el (python-describe-symbol): Add globals() and
19119 locals() to the arguments of emacs.ehelp.
19120
19121 2005-09-24 Magnus Henoch <mange@freemail.hu>
19122
19123 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
19124 New function, code extracted from ispell-valid-dictionary-list.
19125 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
19126 Call it.
19127
19128 2005-09-24 Eli Zaretskii <eliz@gnu.org>
19129
19130 * subr.el (version-regexp-alist): Extend valid syntax for version
19131 strings: allow any of the characters -,_,+ to separate the
19132 alpha/beta/rc part from the version part. Doc fix.
19133 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
19134
19135 2005-09-23 David Reitter <david.reitter@gmail.com>
19136
19137 * mail/mailclient.el: New file.
19138
19139 2005-09-23 Richard M. Stallman <rms@gnu.org>
19140
19141 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
19142 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
19143 Doc fixes.
19144
19145 * progmodes/cc-mode.el (c-font-lock-init):
19146 Specify font-lock-lines-before.
19147
19148 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19149
19150 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
19151 whole conflict.
19152
19153 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
19154
19155 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
19156 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
19157 of `remap' feature when available. Additional key bindings for
19158 better tty support.
19159 (org-mode-restart, org-force-self-insert): New commands.
19160 (org-time-stamp-inactive): New command.
19161 (org-remap): New function.
19162 (org-table-auto-blank-field, org-level-color-stars-only): New options.
19163 (org-enable-fixed-width-editor): Move to `org-structure'
19164 customization group.
19165 (org-self-insert-command, orgtbl-self-insert-command): Modify to
19166 blank field after field motion commands.
19167
19168 2005-09-23 Kenichi Handa <handa@m17n.org>
19169
19170 * international/mule-cmds.el (set-language-environment):
19171 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
19172 have to call utf-translate-cjk-load-tables.
19173
19174 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19175
19176 * mouse.el (mouse-move-drag-overlay): Fix last change.
19177
19178 2005-09-22 David Ponce <david@dponce.com>
19179
19180 * tree-widget.el (tree-widget-value-create): Fix previous change.
19181
19182 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19183
19184 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
19185
19186 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19187
19188 * mouse.el (mouse-move-drag-overlay): New function.
19189 (mouse-drag-region-1): Use it.
19190 Try to simplify a bit the state handling. Handle clicks on links
19191 inside intangible areas.
19192 (mouse-save-then-kill): Minor simplification.
19193 (mouse-secondary-overlay): Make it always non-nil instead of
19194 recreating it each time.
19195 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
19196 (mouse-kill-secondary, mouse-secondary-save-then-kill):
19197 Simplify accordingly.
19198
19199 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
19200
19201 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
19202
19203 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
19204
19205 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
19206 (ediff-file-name-sans-prefix): Treat nil as an empty string.
19207 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
19208 to patch.
19209
19210 * ediff-util.el: Use insert-buffer-substring.
19211
19212 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
19213
19214 * emulation/viper-cmd.el (viper-change-state): Don't move over the
19215 field boundaries in the minibuffer.
19216 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
19217 (viper-minibuffer-post-command-hook): New hook.
19218 (viper-line): Don't move cursor at bolp.
19219
19220 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
19221
19222 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
19223 avoid compiler warnings.
19224
19225 * emulation/viper-macs.el (ex-map): Better messages.
19226
19227 * emulation/viper-utils.el (viper-beginning-of-field): New function.
19228
19229 * emulation/viper.el: Replace make-variable-buffer-local with
19230 viper-make-variable-buffer-local everywhere, to avoid warnings.
19231
19232 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19233
19234 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
19235 Delete unused var `old-selected-window'.
19236 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
19237 (mouse-drag-secondary): Delete unused var `start-frame'.
19238
19239 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19240
19241 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
19242
19243 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19244
19245 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
19246 Re-indent within 80 columns. Use inhibit-read-only.
19247
19248 2005-09-19 Romain Francoise <romain@orebokech.com>
19249
19250 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
19251
19252 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19253
19254 * font-lock.el (font-lock-default-fontify-region): Don't add a line
19255 unconditionally, since the after-change-function already did it.
19256
19257 2005-09-19 Miles Bader <miles@gnu.org>
19258
19259 * net/newsticker.el: Get rid of CVS keyword.
19260
19261 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
19262
19263 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
19264 The prompt is formatted later.
19265
19266 2005-09-19 David Ponce <david@dponce.com>
19267
19268 * tree-widget.el (tree-widget-value-create): Save the converted
19269 tree :node widget.
19270
19271 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
19272
19273 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
19274 variable `message'.
19275
19276 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
19277
19278 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
19279 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
19280 <slawomir.nowaczyk.847@student.lu.se>.
19281
19282 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
19283
19284 * image.el (image-load-path): Use symbol `data-directory' instead
19285 of its value, for backward compatibility with packages that bind
19286 it during `find-image'. Suggested by Katsumi Yamaoka.
19287 (image-search-load-path): Handle symbols whose values are strings.
19288
19289 2005-09-18 Romain Francoise <romain@orebokech.com>
19290
19291 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
19292 with-current-buffer form in save-excursion.
19293
19294 2005-09-18 Deepak Goel <deego@gnufans.org>
19295
19296 * apropos.el (apropos-command): Fix `message' call: first arg
19297 should be a format spec. In this and all other cases that appear
19298 below and elsewhere in the source code, I made a change only when
19299 two conditions were satisfied: [1] I can think of a possibility
19300 that the arguments would cause an error, for example, the code in
19301 question relies on external variables such as filenames. [2] I
19302 was sure that the arg to `message' could not have been nil in the code.
19303
19304 * textmodes/tildify.el (tildify-region): Ditto.
19305
19306 * textmodes/reftex-index.el (reftex-index-change-entry)
19307 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
19308 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
19309 * textmodes/org.el (org-complete, org-deadline, org-schedule)
19310 (org-priority, org-table-sum):
19311 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
19312 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
19313 (flyspell-word, flyspell-display-next-corrections):
19314 * textmodes/bibtex.el (bibtex-print-help-message):
19315 * textmodes/artist.el (artist-key-set-point-poly):
19316 * term/mac-win.el (mac-services-insert-text):
19317 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
19318 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
19319 (vhdl-port-paste-testbench, vhdl-compose-new-component)
19320 (vhdl-compose-configuration):
19321 * progmodes/sh-script.el (sh-blink, sh-show-indent)
19322 (sh-set-indent, sh-learn-line-indent):
19323 * progmodes/ps-mode.el (ps-mode-target-column):
19324 * progmodes/idlwave.el (idlwave-make-tags)
19325 (idlwave-scan-library-catalogs):
19326 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
19327 * progmodes/gud.el (gud-jdb-analyze-source):
19328 * progmodes/flymake.el (flymake-log):
19329 * progmodes/ebnf2ps.el (ebnf-generate-region):
19330 * progmodes/cmacexp.el (c-macro-expansion):
19331 * progmodes/ada-xref.el (ada-treat-cmd-string):
19332 * progmodes/ada-mode.el (ada-create-case-exception-substring)
19333 (ada-justified-indent-current, ada-batch-reformat):
19334 * play/zone.el (zone):
19335 * play/landmark.el (lm-move):
19336 * play/decipher.el (decipher-show-alphabet):
19337 * net/newsticker.el (newsticker--display-jump)
19338 (newsticker--display-scroll):
19339 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
19340 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
19341 * mail/feedmail.el (feedmail-dump-message-to-queue):
19342 * eshell/esh-proc.el (eshell-remove-process-entry):
19343 * emulation/ws-mode.el (ws-last-error):
19344 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
19345 (viper-record-kbd-macro):
19346 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
19347 * emacs-lisp/lisp-mnt.el (lm-report-bug):
19348 * emacs-lisp/find-func.el (find-function-noselect):
19349 * calendar/timeclock.el (timeclock-status-string)
19350 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
19351 (timeclock-when-to-leave-string):
19352 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
19353 * calc/calc-units.el (calc-enter-units-table):
19354 * calc/calc-mode.el (calc-mode-record-mode):
19355 * woman.el (woman-mini-help):
19356 * wdired.el (wdired-change-to-wdired-mode):
19357 * vc.el (vc-retrieve-snapshot):
19358 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
19359 * startup.el (display-startup-echo-area-message):
19360 * simple.el (set-goal-column):
19361 * ses.el (ses-command-hook, ses-recalculate-cell):
19362 * server.el (server-process-filter):
19363 * printing.el (pr-interface-txt-print, pr-interface-printify)
19364 (pr-interface-ps):
19365 * pcvs.el (cvs-help):
19366 * log-edit.el (log-edit, log-edit-mode-help):
19367 * iswitchb.el (iswitchb-possible-new-buffer):
19368 * isearch.el (isearch-edit-string):
19369 * image-mode.el (image-mode, image-minor-mode):
19370 * ibuf-macs.el (define-ibuffer-filter):
19371 * hi-lock.el (hi-lock-find-patterns):
19372 * files.el (toggle-read-only):
19373 * ediff-util.el (ediff-copy-diff)
19374 (ediff-write-merge-buffer-and-maybe-kill):
19375 * echistory.el (Electric-history-undefined):
19376 * dnd.el (dnd-insert-text):
19377 * dired-aux.el (dired-query):
19378 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
19379 * bookmark.el (bookmark-bmenu-locate):
19380 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
19381 Fix `message' calls to ensure first arg is a format string.
19382 The change was made only when these two conditions were satisfied:
19383 [1] when there is a possibility that the arguments would cause an error
19384 for example, if the code in question relies on external variables
19385 such as filenames, and
19386 [2] if the arg to `message' could not have been nil in the code.
19387
19388 * pcomplete.el (pcomplete--help): Fix `message' format spec.
19389 Not having a %s would be weird, though not technically wrong.
19390
19391 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19392
19393 * term/mac-win.el (mac-add-charset-info): Doc fix.
19394
19395 2005-09-17 Romain Francoise <romain@orebokech.com>
19396
19397 * shell.el (shell-resync-dirs): Handle echoing processes more
19398 reliably. Don't insert resync command if `comint-process-echoes'
19399 is non-nil.
19400
19401 2005-09-17 Magnus Henoch <mange@freemail.hu>
19402
19403 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
19404 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
19405 aspell versions >= 0.60.
19406 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
19407 only if ispell-aspell-supports-utf8 is non-nil.
19408
19409 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19410
19411 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
19412 buffer-local value to lisp-indent-function.
19413
19414 2005-09-17 Milan Zamazal <pdm@zamazal.org>
19415
19416 * progmodes/glasses.el (glasses-make-readable): If
19417 glasses-separator differs from underscore, put appropriate
19418 overlays over underscore characters.
19419 (glasses-convert-to-unreadable): If glasses-separator differs from
19420 underscore, try to convert glasses-separator characters to
19421 underscores.
19422
19423 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19424
19425 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
19426 Use with-syntax-table and dolist.
19427
19428 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
19429
19430 * textmodes/reftex-auc.el:
19431 * textmodes/reftex-cite.el:
19432 * textmodes/reftex-dcr.el:
19433 * textmodes/reftex-global.el:
19434 * textmodes/reftex-parse.el:
19435 * textmodes/reftex-ref.el:
19436 * textmodes/reftex-sel.el:
19437 * textmodes/reftex-toc.el:
19438 * textmodes/reftex-vars.el:
19439 * textmodes/reftex.el: Small changes to remove compiler warnings.
19440
19441 * textmodes/reftex-index.el: Likewise.
19442 (reftex-query-index-phrase): More efficient use of markers.
19443
19444 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
19445
19446 * image.el (image-load-path): New variable.
19447 (image-search-load-path): New function.
19448 (find-image): Search for images in `image-load-path'.
19449
19450 2005-09-15 Richard M. Stallman <rms@gnu.org>
19451
19452 * follow.el: Change Maintainer field.
19453
19454 2005-09-15 David Ponce <david@dponce.com>
19455
19456 * recentf.el (recentf-save-file-modes): New option.
19457 (recentf-save-list): Use it.
19458
19459 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
19460
19461 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
19462 (mode-line-mule-info, mode-line-modified): Move bindings from
19463 mouse-3 to mouse-1.
19464
19465 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
19466
19467 * simple.el (sendmail-user-agent-compose): Revert last change.
19468
19469 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19470
19471 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
19472 Use with-current-buffer.
19473 (ange-ftp-gwp-start): Remove unused var `gw-user'.
19474 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
19475 (ange-ftp-insert-directory): Remove unused var `short'.
19476 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
19477
19478 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
19479 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
19480
19481 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
19482 (check-calendar-holidays, diary-list-entries): Autoload.
19483 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
19484 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
19485
19486 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
19487 which mistakenly removed a call to display-buffer.
19488
19489 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
19490
19491 * obsolete/iso-insert.el: Move to obsolete/ from international/.
19492
19493 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
19494
19495 * progmodes/hideshow.el
19496 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
19497 (hs-allow-nesting): New user var.
19498 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
19499 (hs-hide-block-at-point): When nesting allowed,
19500 if there is already an overlay in place, delete it.
19501 (hs-safety-is-job-n): Delete func; remove call sites.
19502 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
19503 (hs-overlay-at): New func.
19504 (hs-already-hidden-p, hs-show-block): Use it.
19505 (hs-hide-all): Don't pre-clean if nesting allowed.
19506 (hs-show-all): Temporarily disallow
19507 nesting around call to `hs-discard-overlays'.
19508
19509 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
19510
19511 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
19512 Delete unused local var.
19513
19514 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
19515
19516 * help-fns.el (describe-categories): "?\ " -> "?\s".
19517 (help-do-arg-highlight): Recognize also ARG-n, as in
19518 `move-to-left-margin' (ARG+n is already recognized). Simplify.
19519
19520 * international/codepage.el (dos-unsupported-char-glyph):
19521 * net/newsticker.el (tool-bar-map, w3-mode-map)
19522 (w3m-minor-mode-map):
19523 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
19524 (ent-alist):
19525 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
19526
19527 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
19528
19529 * custom.el (custom-push-theme): Handle the case where a symbol is
19530 bound but face properties have not yet been assigned.
19531
19532 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
19533 Fix behavior if noerase is `t' and there is no mail buffer.
19534
19535 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
19536 if `continue' is nil, rather than signal an error.
19537
19538 2005-09-12 Richard M. Stallman <rms@gnu.org>
19539
19540 * font-lock.el (font-lock-keywords): Add autoload.
19541
19542 * help-fns.el (describe-variable): Rearrange to put source link
19543 in a predictable place.
19544
19545 * net/newsticker.el: New file.
19546
19547 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19548
19549 * calendar/calendar.el (calendar-for-loop): Add edebug info.
19550 (calendar-basic-setup): Use the new nil arg.
19551 (number-of-diary-entries): Move to diary-lib.el.
19552
19553 * calendar/diary-lib.el: Use with-current-buffer, match-string.
19554 (diary-list-entries): Use with-syntax-table and dolist.
19555 Rename from list-diary-entries.
19556 Use number-of-diary-entries if `number' is nil.
19557 (diary, diary-view-entries): Use this new name and new nil arg value.
19558 (number-of-diary-entries): Move from calendar.el.
19559 (diary-unhide-everything): New function.
19560 (include-other-diary-files, fancy-diary-display)
19561 (diary-show-all-entries, make-diary-entry): Use it.
19562 (diary-mail-entries): Use buffer-string.
19563 (mark-diary-entries): Fix long standing paren typo.
19564 (diary-sexp-entry): Use count-lines.
19565 (make-diary-entry): Avoid `previous-line'.
19566 (diary-mode-map): New var.
19567 (diary-mode): Redraw cal after saving. Setup header-line.
19568 (fancy-diary-display-mode): Use local-set-key.
19569
19570 * startup.el (command-line): Try calling various terminal-init-foo-bar
19571 functions by stripping hyphenated suffixes from $TERM.
19572
19573 * files.el (normal-mode): Check boundness of font-lock-keywords.
19574
19575 2005-09-12 Richard M. Stallman <rms@gnu.org>
19576
19577 * progmodes/compile.el: Don't decide a file's directory
19578 until the user actually tries to go there.
19579 (compilation-next-error-function):
19580 Pass compilation-find-file the directory from the file-struct.
19581 (compilation-internal-error-properties): Separate local FILE-STRUCT
19582 from FILE. Doc the args better. Rename arg FMT to FMTS.
19583 (compilation-find-file): Arg DIR renamed to DIRECTORY.
19584 Expand it, and if nil, use default-directory.
19585 (compilation-get-file-structure): Don't mix specified directory
19586 with default directory. Put specified directory into
19587 file-struct. Don't make the file name absolute.
19588
19589 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19590 (compile-command): Add autoload.
19591 (compilation-disable-input): Add autoload.
19592
19593 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
19594
19595 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
19596 strings of the variables it can override.
19597 (time-stamp): New (as yet undocumented) time-stamp-format escapes
19598 %Q and %q, for fully-qualified domain name and unqualified host name.
19599
19600 2005-09-11 Kim F. Storm <storm@cua.dk>
19601
19602 * emacs-lisp/authors.el (authors-aliases): Update list.
19603 (authors-fixed-entries): Update mldrag.el entry.
19604
19605 2005-09-10 Alan Mackenzie <acm@muc.de>
19606
19607 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
19608 from the region narrowed to.
19609
19610 2005-09-10 Magnus Henoch <mange@freemail.hu>
19611
19612 * textmodes/ispell.el (ispell-check-version): Signal an error if
19613 aspell version is less than 0.60.
19614
19615 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
19616
19617 * progmodes/octave-inf.el (inferior-octave-startup):
19618 Resync current dir at the end.
19619
19620 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
19621
19622 * woman.el (woman-topic-at-point-default):
19623 Rename to woman-use-topic-at-point-default.
19624 (woman-topic-at-point): Rename to woman-use-topic-at-point.
19625 (woman-file-name): Reflect renames above. Automatically use the
19626 word at point as topic if woman-use-topic-at-point is non-nil.
19627 Otherwise offer it as default but don't insert it in the
19628 minibuffer. Also use `test-completion' instead of `assoc' as
19629 suggested by Stefan Monnier.
19630
19631 2005-09-10 Andre Spiegel <spiegel@gnu.org>
19632
19633 * vc.el (vc-directory, vc-update-change-log): Throw an error on
19634 the attempt to do it over Tramp. This is not yet supported.
19635
19636 2005-09-10 Eli Zaretskii <eliz@gnu.org>
19637
19638 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19639 (menu-bar-non-minibuffer-window-p): New functions.
19640 ("Split Window", "Save As..."): Use them.
19641 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
19642 ("Print Buffer", "Truncate Long Lines in this Buffer"):
19643 Use menu-bar-menu-frame-live-and-visible-p.
19644 ("Save Buffer", "Insert File", "Open Directory...")
19645 ("Open File...", "Visit New File..."):
19646 Use menu-bar-non-minibuffer-window-p.
19647 (kill-this-buffer-enabled-p, dired <menu-enable>):
19648 Use menu-bar-non-minibuffer-window-p.
19649
19650 2005-09-09 Eli Zaretskii <eliz@gnu.org>
19651
19652 * cus-start.el (all): Don't complain about fringe-related
19653 built-ins if fringes are not supported. Ditto about
19654 selection-related built-ins. Fix the test for GTK-related built-ins.
19655
19656 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
19657 ("Postscript Print Buffer", "Print Region", "Save As...")
19658 ("Save", "Insert File...", "Open Directory...")
19659 ("Open File...", "Visit New File..."")
19660 ("Truncate Long Lines in this Buffer"): Don't look at
19661 menu-updating-frame if this display does not support multiple frames.
19662
19663 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19664
19665 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
19666
19667 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
19668
19669 * woman.el: Format- and whitespace-related changes.
19670
19671 2005-09-09 Eli Zaretskii <eliz@gnu.org>
19672
19673 * woman.el: Fix my email address.
19674
19675 2005-09-08 Richard M. Stallman <rms@gnu.org>
19676
19677 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
19678 (sh-mode): Locally set skeleton-pair-default-alist.
19679
19680 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
19681
19682 * progmodes/flymake.el: Require `compile' unconditionally.
19683
19684 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
19685
19686 * woman.el (woman-file-name): Provide a default, not initial input.
19687
19688 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
19689
19690 * font-lock.el (font-lock-support-mode): Doc fix.
19691
19692 * descr-text.el (describe-property-list): Handle non-symbol prop names.
19693
19694 2005-09-08 Richard M. Stallman <rms@gnu.org>
19695
19696 * simple.el (blink-matching-open): Get rid of text props from
19697 the string shown in echo area. Don't permanently set point.
19698 Some rearrangements.
19699
19700 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
19701
19702 * recentf.el (recentf-filename-handler): Add custom choice
19703 `abbreviate-file-name'.
19704
19705 * msb.el (msb--very-many-menus): Fix typo.
19706
19707 * disp-table.el (standard-display-european): Don't set
19708 enable-multibyte-characters to nil.
19709
19710 2005-09-08 David Ponce <david@dponce.com>
19711
19712 * recentf.el (recentf-show-file-shortcuts-flag): New option.
19713 (recentf-expand-file-name): Doc fix.
19714 (recentf-dialog-mode-map): Define digit shortcuts.
19715 (recentf--files-with-key): New variable.
19716 (recentf-show-digit-shortcut-filter): New function.
19717 (recentf-open-files-items): New function.
19718 (recentf-open-files): Use it.
19719 (recentf-open-file-with-key): New command.
19720
19721 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
19722
19723 * buff-menu.el (Buffer-menu-sort-by-column): New function.
19724 Suggested by Kim F. Storm.
19725 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
19726 (Buffer-menu-make-sort-button): Use global keymap.
19727
19728 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
19729
19730 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
19731 (Man-getpage-in-background-advice): Remove defadvice; it isn't
19732 necessary any longer with the remapped command.
19733 (Man-bgproc-sentinel-advice): Remove defadvice which counts
19734 formatting time only.
19735
19736 * net/tramp.el (tramp-action-password)
19737 (tramp-multi-action-password): Compile the password prompt from
19738 `method', `user' and `host'. Sometimes it isn't obvious which
19739 password to enter, for example with remote files offered by
19740 recentf.el, or with multiple steps. Suggested by Robert Marshall
19741 <robert@chezmarshall.freeserve.co.uk>.
19742
19743 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19746 Fix regexp for when "s///" is at the beginning of line.
19747
19748 2005-09-07 Jay Belanger <belanger@truman.edu>
19749
19750 * calc/calc-poly.el (math-expand-term): Multiply out any powers
19751 when in matrix mode.
19752
19753 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19754
19755 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
19756 non-anonymous functions.
19757
19758 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
19759
19760 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
19761 when using a header line. Otherwise, use mouse-1-click-follows-link.
19762
19763 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
19764 can't be moved; don't signal an error.
19765
19766 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
19767
19768 * cus-theme.el (custom-theme-write-faces): Save the current face
19769 spec, not the defface spec.
19770
19771 * custom.el (custom-known-themes): Clarify meaning of "standard".
19772 (custom-push-theme): Save old values in the standard theme.
19773 (disable-theme): Correct typo.
19774 (custom-face-theme-value) Deleted unused function.
19775 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
19776
19777 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
19778
19779 * progmodes/compile.el (compilation-goto-locus): Take into account
19780 iconified frames when determining whether the buffer is
19781 already visible.
19782 Don't reset window height if the window already existed.
19783
19784 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
19785
19786 * custom.el (load-theme): Rename from require-theme.
19787 Add interactive spec.
19788 (enable-theme): Rename from custom-enable-theme.
19789 Add interactive spec.
19790 (disable-theme): Rename from custom-disable-theme.
19791 Add interactive spec.
19792 (custom-make-theme-feature): Doc fix.
19793 (custom-theme-directory): Doc fix.
19794 (provide-theme): Call enable-theme.
19795
19796 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19797
19798 * obsolete/lazy-lock.el (lazy-lock-mode):
19799 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
19800 font-lock-mode if it's off. Print a warning instead.
19801
19802 * progmodes/compile.el (compilation-start): Ignore errors if the
19803 process died before we get to send-eof.
19804
19805 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
19806 Undo last change. Enclosing the result in quotes broke things on Unix
19807 since tex-send-command passes it through shell-quote-argument.
19808 (tex-send-command): Pass `file' through convert-standard-filename
19809 when possible.
19810 (tex-uptodate-p): Handle the case where TeX hasn't put additional
19811 info in a transcript.
19812
19813 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
19814
19815 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
19816 fix compilation warning. Reorder the key definitions to group
19817 together keys emitted by the current version of xterm.
19818
19819 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
19820 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
19821 Reorder predicates to correct min-color usage.
19822
19823 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
19824
19825 * longlines.el (longlines-mode): Inhibit read-only when encoding.
19826 Kill local variables when longlines-mode is turned off.
19827
19828 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
19831
19832 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
19833
19834 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
19835
19836 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
19837 (font-lock-lines-before): Change default to being inactive.
19838 (font-lock-default-fontify-region): Obey font-lock-lines-before.
19839 (font-lock-after-change-function): Don't handle f-l-lines-before here.
19840
19841 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
19842
19843 * net/tramp.el (tramp-handle-make-auto-save-file-name):
19844 Deactivate temporarily advice if active (not needed for Emacs 22,
19845 but for backwards compatibility).
19846 (tramp-exists-file-name-handler): Rewrite. First implementation
19847 was too simple.
19848 (tramp-advice-make-auto-save-file-name):
19849 Call `tramp-handle-make-auto-save-file-name' (again, just for
19850 backwards compatibility).
19851
19852 2005-08-31 Reto Zimmermann <reto@gnu.org>
19853
19854 * progmodes/vhdl-mode.el
19855 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
19856 (vhdl-end-p): Fix indentation bug "else" after "-- when".
19857 (vhdl-set-default-project): New function (easier setting of default).
19858 (vhdl-port-copy): Handle extended identifiers for generics.
19859 (vhdl-compiler-alist): Better description for error message regexp.
19860 (vhdl-make): Query for target, use previous as default.
19861 (vhdl-port-copy): Fix port copy for port names starting with "signal".
19862 (vhdl-font-lock-keywords-2): Fix fontification for record
19863 el. assign.
19864 (vhdl-speedbar-make-subpack-line): Add package body link.
19865 (vhdl-generate-makefile-1): Not include itself as dependency.
19866 (vhdl-font-lock-init): Highlight c-preprocessor directives.
19867 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
19868 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
19869 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
19870 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
19871 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
19872 (vhdl-import-project): Add string argument for `error'.
19873 (vhdl-compose-configuration)
19874 (vhdl-compose-configuration-architecture): Add configuration
19875 declaration generation.
19876 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
19877 (vhdl-trailer-re): Add "record" keyword (better indentation).
19878 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
19879 "[^ \t-\"]+".
19880 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
19881 (vhdl-testbench-entity-file-name)
19882 (vhdl-testbench-architecture-file-name): Allow separate
19883 customization of testbench file names.
19884 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
19885 (vhdl-get-visible-signals): Allow newline within alias declaration.
19886 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
19887 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
19888 (member-ignore-case): Alias for missing function in XEmacs.
19889 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
19890 (vhdl-update-sensitivity-list): Ignore case on read signals.
19891 (vhdl-replace-string): Adjust case only for file names.
19892 (vhdl-update-sensitivity-list): Fix search for read signals.
19893 (vhdl-update-sensitivity-list): Exclude formal parameters.
19894 (vhdl-get-visible-signals): Include aliases of signals.
19895 (vhdl-get-visible-signals): Fix signal name searching.
19896 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
19897 (vhdl-fixup-whitespace-region): Fix for character
19898 literals (e.g. `:').
19899
19900 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19901
19902 * ansi-color.el (comint-last-output-start):
19903 * bs.el (font-lock-verbose):
19904 * diff-mode.el (add-log-buffer-file-name-function):
19905 * dired-x.el (vm-folder-directory):
19906 * faces.el (help-xref-stack-item):
19907 * files.el (font-lock-keywords):
19908 * find-lisp.el (dired-buffers, dired-subdir-alist):
19909 * ido.el (cua-inhibit-cua-keys):
19910 * log-view.el (cvs-minor-wrap-function):
19911 * outline.el (font-lock-warning-face):
19912 * simple.el (compilation-current-error):
19913 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
19914 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
19915 * tooltip.el (comint-prompt-regexp):
19916 * w32-fns.el (explicit-shell-file-name):
19917 * term/mac-win.el (mac-charset-info-alist)
19918 (mac-services-selection, mac-system-script-code):
19919 * term/tty-colors.el (msdos-color-values):
19920 * term/w32-win.el (xlfd-regexp-registry-subnum):
19921 * term/x-win.el (x-keysym-table, x-selection-timeout)
19922 (x-session-id, x-session-previous-id):
19923 * textmodes/ispell.el (mail-yank-prefix):
19924 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
19925 * textmodes/org.el (calc-embedded-close-formula)
19926 (calc-embedded-open-formula)
19927 (font-lock-unfontify-region-function):
19928 * textmodes/reftex-global.el (isearch-next-buffer-function)
19929 (TeX-master):
19930 * textmodes/reftex.el (font-lock-keywords):
19931 * textmodes/tex-mode.el (font-lock-comment-face)
19932 (font-lock-doc-face):
19933 * textmodes/texinfo.el (outline-heading-alist):
19934 Add defvars.
19935
19936 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
19937 (artist-spray-chars, artist-mode-init, artist-replace-string)
19938 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
19939 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
19940 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
19941
19942 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
19943 (conf-align-assignments): "?\ " -> "?\s".
19944
19945 * textmodes/reftex-index.el (TeX-master): Add defvar.
19946 (reftex-index-phrases-marker): Move up defvar.
19947
19948 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
19949 (reftex-toc-include-labels-indicator)
19950 (reftex-toc-include-index-indicator)
19951 (reftex-toc-max-level-indicator): Move up declarations.
19952
19953 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
19954 of args to `tramp-run-real-handler', even if it's empty in this case.
19955
19956 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19957
19958 * dired.el (dired-move-to-filename-regexp): Add date format for
19959 Mac OS X 10.3 in East Asian locales.
19960
19961 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
19962
19963 * files.el (make-auto-save-file-name): Add file name handler call
19964 if applicable.
19965
19966 * net/tramp.el (tramp-file-name-handler-alist)
19967 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
19968 (tramp-handle-make-auto-save-file-name): Rename from
19969 `tramp-make-auto-save-file-name'.
19970 (tramp-exists-file-name-handler): New defun.
19971 (tramp-advice-make-auto-save-file-name): Make defadvice only when
19972 `make-auto-save-file-name' is not a magic file name operation.
19973
19974 2005-08-30 Richard M. Stallman <rms@gnu.org>
19975
19976 * files.el (risky-local-variable-p):
19977 Match `-predicates' and `-commands.
19978
19979 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
19980 (custom-save-all): Visit the file if necessary;
19981 kill the buffer if we created it.
19982 (custom-save-delete): Don't visit file or kill buffer here.
19983
19984 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
19985
19986 * textmodes/org.el (org-special-keyword): New face.
19987 (org-table-copy-down, org-table-eval-formula)
19988 (org-table-recalculate, org-init-section-numbers):
19989 Use `string-to-number' instead of `string-to-int'.
19990 (org-get-location): Use `insert-buffer-substring' instead of
19991 `insert-buffer'.
19992 (org-modify-diary-entry-string): New function.
19993 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
19994 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
19995 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
19996 active region.
19997 (org-export-as-html): Handle QUOTE keyword.
19998 (org-quote-string): New option.
19999 (org-bookmark-jump-unhide): New function, used for
20000 `bookmark-after-jump-hook'.
20001 (org-diary-default-entry): Apply only when not called through
20002 `org-agenda'.
20003
20004 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
20005
20006 * net/eudc.el (mode-popup-menu):
20007 * play/handwrite.el (ps-printer-name, ps-lpr-command):
20008 * progmodes/ada-mode.el (compile-auto-highlight)
20009 (skeleton-further-elements):
20010 * progmodes/autoconf.el (font-lock-syntactic-keywords):
20011 * progmodes/cmacexp.el (msdos-shells):
20012 * progmodes/compile.el (font-lock-extra-managed-props)
20013 (font-lock-keywords, font-lock-maximum-size)
20014 (font-lock-support-mode):
20015 * progmodes/grep.el (font-lock-lines-before):
20016 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
20017 * progmodes/mixal-mode.el (compile-command):
20018 * progmodes/perl-mode.el (font-lock-comment-face)
20019 (font-lock-doc-face, font-lock-string-face):
20020 * progmodes/prolog.el (comint-prompt-regexp):
20021 * progmodes/sh-script.el (font-lock-comment-face)
20022 (font-lock-set-defaults, font-lock-string-face):
20023 * progmodes/sql.el (font-lock-keyword-face)
20024 (font-lock-set-defaults, font-lock-string-face):
20025 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
20026 (itimer-version, lazy-lock-defer-contextually)
20027 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
20028 Add defvars.
20029
20030 * progmodes/cperl-mode.el (cperl-electric-lbrace)
20031 (cperl-electric-keyword, cperl-electric-pod)
20032 (cperl-electric-backspace, cperl-forward-re)
20033 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
20034 (vc-rcs-header, vc-sccs-header): Add defvars.
20035
20036 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
20037 (font-lock-syntactic-keywords, gud-find-expr-function):
20038 Add defvars.
20039
20040 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
20041 (gdb-frame-parameters): Declare before use.
20042
20043 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
20044 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
20045 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
20046 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
20047
20048 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
20049 (idlwave-help-with-source): Use `insert-buffer-substring', not
20050 `insert-buffer'.
20051
20052 2005-08-29 Juri Linkov <juri@jurta.org>
20053
20054 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
20055 Put outline-back-to-heading function call inside save-excursion.
20056
20057 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
20058
20059 * man.el (Man-init-defvars, Man-translate-references)
20060 (Man-support-local-filenames, Man-highlight-references):
20061 * progmodes/sql.el (sql-interactive-mode):
20062 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
20063
20064 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
20065 (compilation-mode-font-lock-keywords): Add defvars.
20066 (checkdoc-interactive-loop): "?\ " -> "?\s".
20067
20068 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
20069 (font-lock-doc-face, font-lock-string-face)
20070 (font-lock-keywords-case-fold-search): Add defvars.
20071 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
20072
20073 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
20074 Don't pass X and Y (they are ignored anyway).
20075 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
20076 (mouse-delete-window): Make arguments optional.
20077
20078 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
20079 (caesar-translate-table, minor-modes, news-buffer-save)
20080 (news-group-name, news-minor-modes): Add defvars.
20081
20082 * emacs-lisp/lselect.el (mouse-highlight-priority)
20083 (x-lost-selection-functions, zmacs-regions):
20084 * emacs-lisp/pp.el (font-lock-verbose):
20085 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
20086 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
20087 (ses-mode-map):
20088 * emacs-lisp/tcover-unsafep.el (safe-functions):
20089 * international/mule-cmds.el (mac-system-coding-system)
20090 (mac-system-locale):
20091 * language/ethio-util.el (rmail-current-message)
20092 (rmail-message-vector):
20093 * language/thai-util.el (thai-auto-composition-mode):
20094 * mail/metamail.el (rmail-current-message, rmail-message-vector):
20095 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
20096 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
20097 (vm-primary-inbox, vm-spool-files):
20098 * mail/rmail.el (deleted-head, font-lock-fontified)
20099 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
20100 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
20101 (total-messages):
20102 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
20103 (rmail-summary-mode-map):
20104 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
20105 (rmail-last-label, rmail-last-multi-labels)
20106 (rmail-summary-vector, rmail-total-messages):
20107 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
20108 * mail/rmailsum.el (msgnum):
20109 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
20110 (rmail-current-message):
20111 * obsolete/fast-lock.el (font-lock-face-list):
20112 * obsolete/rnewspost.el (mail-reply-buffer):
20113 * obsolete/scribe.el (compile-command):
20114 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
20115
20116 2005-08-28 John Paul Wallington <jpw@gnu.org>
20117
20118 * ibuf-ext.el (ibuffer-auto-update-changed):
20119 Use `frame-or-buffer-changed-p' to check whether we need to update.
20120 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
20121 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
20122 as a `frame-or-buffer-changed-p' state vector instead.
20123
20124 2005-08-27 Romain Francoise <romain@orebokech.com>
20125
20126 * textmodes/makeinfo.el (makeinfo-compile):
20127 Use `compilation-start'. Set `next-error-function' according to
20128 `disable-errors'.
20129 (makeinfo-next-error): New function.
20130 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
20131 (makeinfo-buffer): Likewise.
20132
20133 * progmodes/compile.el (compilation-start): Add autoload cookie.
20134
20135 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
20136 * textmodes/sgml-mode.el: Likewise.
20137 * progmodes/python.el: Likewise.
20138
20139 2005-08-27 Eli Zaretskii <eliz@gnu.org>
20140
20141 * simple.el (blink-matching-paren-distance): Document the meaning
20142 of nil value, and allow to customize to nil.
20143
20144 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
20145 command.com, not command.exe.
20146
20147 2005-08-26 John Wiegley <johnw@newartisans.com>
20148
20149 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
20150 code around a bit so that an extraneous nil argument is not added
20151 to a command when no args are given.
20152
20153 * eshell/esh-arg.el (eshell-parse-double-quote): If a
20154 double-quoted argument resolves to nil, return it as an empty
20155 string rather than as nil. This made it impossible to pass "" to
20156 a shell script as a null string argument.
20157
20158 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20159
20160 * outline.el (outline-invent-heading): New fun.
20161 (outline-promote, outline-demote): Use it.
20162 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
20163 (outline-end-of-subtree): Remove unused var `opoint'.
20164
20165 2005-08-26 David Reitter <david.reitter@gmail.com>
20166
20167 * menu-bar.el (truncate-lines, write-file, print-buffer)
20168 (ps-print-buffer-faces, ps-print-buffer, split-window):
20169 Disable menu items when the frame they refer to is invisible, or when
20170 they refer to a buffer and the minibuffer is selected.
20171
20172 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
20173
20174 * progmodes/flymake.el (flymake-highlight-err-lines):
20175 Use save-excursion around flymake-highlight-line to preserve point.
20176
20177 2005-08-26 Eli Zaretskii <eliz@gnu.org>
20178
20179 * progmodes/octave-mod.el: Change Author and Maintainer address.
20180 (octave-maintainer-address): Change Kurt's email address.
20181 * progmodes/octave-inf.el: Change Author and Maintainer address.
20182 * progmodes/octave-hlp.el: Change Author and Maintainer address.
20183
20184 2005-08-26 Kim F. Storm <storm@cua.dk>
20185
20186 * subr.el (version-list-<, version-list-<=, version-list-=):
20187 Rename from integer-list-*.
20188 (version-list-not-zero): Likewise. Fix while loop.
20189 (version=): Use version-list-= instead of string-equal.
20190
20191 2005-08-26 Richard M. Stallman <rms@gnu.org>
20192
20193 * outline.el (outline-promote): Try shortening the heading.
20194 As last resort, read the heading to use.
20195 (outline-demote): As last resort, read the heading to use.
20196
20197 2005-08-26 Romain Francoise <romain@orebokech.com>
20198
20199 * progmodes/compile.el (compilation-start): Doc fix.
20200
20201 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
20202 (antlr-font-lock-additional-keywords): Fix reference to
20203 `antlr-font-lock-literal-regexp' erroneously changed during the
20204 mass face rename.
20205 (antlr-run-tool): Use `compilation-start'.
20206
20207 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
20208 instead of the obsolete `compile-internal'.
20209
20210 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
20211
20212 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
20213 (number, original-date):
20214 * calendar/cal-china.el (date):
20215 * calendar/cal-coptic.el (date):
20216 * calendar/cal-french.el (date):
20217 * calendar/cal-hebrew.el (date, entry, number, original-date):
20218 * calendar/cal-islam.el (date, number, original-date):
20219 * calendar/cal-iso.el (date):
20220 * calendar/cal-julian.el (date):
20221 * calendar/cal-mayan.el (date):
20222 * calendar/cal-menu.el (date, event):
20223 * calendar/cal-persia.el (date):
20224 * calendar/lunar.el (date):
20225 * calendar/solar.el (date): Add defvars.
20226
20227 * emerge.el:
20228 * ibuffer.el:
20229 * info-xref.el:
20230 * obsolete/bg-mouse.el:
20231 * obsolete/sun-curs.el:
20232 * obsolete/swedish.el: Move the `defvar's to the top level.
20233
20234 * smerge-mode.el (smerge-refined-change): Add :group.
20235
20236 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
20237
20238 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
20239 (smerge-keep-n): Remove props.
20240 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20241 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
20242 now that it's done in smerge-keep-n.
20243 (smerge-refined-change): New face.
20244 (smerge-refine-chopup-region, smerge-refine-highlight-change)
20245 (smerge-refine): New funs.
20246 (smerge-basic-map): Bind smerge-refine.
20247
20248 2005-08-25 Juri Linkov <juri@jurta.org>
20249
20250 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
20251 compilation-process-setup-function and compilation-disable-input
20252 in grep-mode instead of let-bindings in grep.
20253
20254 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
20255 Delete "Automatic File De/compression" (auto-compression-mode).
20256
20257 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
20258
20259 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
20260 Silence warning about non-existent variable.
20261
20262 2005-08-25 Richard M. Stallman <rms@gnu.org>
20263
20264 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
20265 Rename "Describe Key" to "Describe Key or Mouse Operation".
20266
20267 * mail/mailalias.el (build-mail-aliases): Delete comments
20268 from the contents before processing them.
20269
20270 * isearch.el (isearch-edit-string): Erase the Search prompt
20271 if user enters an empty string and there is no default.
20272
20273 * comint.el (comint-file-name-prefix): Add autoload.
20274
20275 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
20276
20277 * subr.el (play-sound): Rearrange to avoid warning.
20278
20279 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
20280
20281 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
20282 New hook.
20283 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
20284
20285 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20286
20287 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
20288
20289 * custom.el (custom-theme-set-variables): Sort minor modes last.
20290
20291 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20292
20293 * subr.el (version-separator, version-regexp-alist): New vars used by
20294 version comparison funs.
20295 (integer-list-<, integer-list-=, integer-list-<=)
20296 (integer-list-not-zero): New funs for integer list comparison.
20297 (version-to-list, version=, version<, version<=): New funs for version
20298 comparison.
20299
20300 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
20301
20302 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
20303 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
20304 time to silence the byte-compiler.
20305
20306 * ibuffer.el (ibuffer-compile-make-eliding-form)
20307 (ibuffer-check-formats): Use `with-no-warnings' to hide references
20308 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
20309 so it's silly to get warnings for it).
20310 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
20311 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
20312 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
20313 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
20314 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
20315 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
20316 Defvar at compile time.
20317 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
20318 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
20319 Declare them before use.
20320
20321 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
20322 (info-xref-good, info-xref-bad): Defvar at compile time.
20323
20324 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
20325 Use `let*' instead of `let'.
20326
20327 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
20328 (*mouse-y*, menu, char): Defvar at compile time.
20329 (sc::menu): Declare it before use.
20330 (sc::pack-one-line): Use `let', not `let*'.
20331
20332 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
20333 (mail-send-hook): Defvar at compile time.
20334
20335 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
20336 Defvar at compile time.
20337
20338 * term/sun-mouse.el (current-global-mousemap)
20339 (current-local-mousemap): Declare them before use.
20340
20341 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
20342
20343 * bookmark.el (bookmark-after-jump-hook): New hook.
20344 (bookmark-jump): Run `bookmark-after-jump-hook'.
20345
20346 2005-08-23 Juri Linkov <juri@jurta.org>
20347
20348 * faces.el (minibuffer-prompt): Doc fix.
20349
20350 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
20351
20352 * progmodes/xscheme.el: Trivial changes to silence warnings.
20353 (xscheme-previous-mode, xscheme-previous-process-state):
20354 Add defvars.
20355 (xscheme-last-input-end, xscheme-process-command-line)
20356 (xscheme-process-name, xscheme-buffer-name)
20357 (xscheme-expressions-ring-max, xscheme-expressions-ring)
20358 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
20359 (xscheme-control-g-synchronization-p)
20360 (xscheme-control-g-disabled-p, xscheme-string-receiver)
20361 (default-xscheme-runlight, xscheme-runlight)
20362 (xscheme-runlight-string, xscheme-process-filter-state)
20363 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
20364 Move to beginning of file.
20365 (scheme-interaction-mode-commands-alist)
20366 (scheme-interaction-mode-map, scheme-debugger-mode-map):
20367 Declare them before use. Note: the initialization code for the
20368 variables has not been moved because it uses functions that reference
20369 the variables.
20370 (xscheme-control-g-message-string, xscheme-process-filter-alist)
20371 (xscheme-prompt-for-expression-map): Declare them before use.
20372 (scheme-debugger-mode-commands): "?\ " -> "?\s".
20373
20374 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
20375
20376 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
20377
20378 2005-08-22 Juri Linkov <juri@jurta.org>
20379
20380 * faces.el (set-face-underline): Delete this duplicate function
20381 and make an obsolete alias to set-face-underline-p.
20382 (set-face-underline-p): Use docstring of set-face-underline.
20383 (describe-face): Create hyperlink to parent face.
20384
20385 * info.el (Info-insert-dir): Use save-excursion around
20386 insert-buffer-substring.
20387 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
20388 (Info-escape-percent): Delete function.
20389 (Info-fontify-node): Replace Info-escape-percent by
20390 replace-regexp-in-string with REP arg set to lambda that
20391 duplicates `%' and preserves text properties.
20392
20393 * progmodes/compile.el (compilation-disable-input): Doc fix.
20394 (define-compilation-mode): Doc fix and refill.
20395 (kill-compilation): Use `mode-name' in the error message.
20396 (compilation-find-file): Use `compilation-error' in the
20397 read-file-name's prompt.
20398
20399 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20400
20401 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
20402 (smerge-auto-leave): Make undo re-enable the mode.
20403 (debug-ignored-errors): Add the user-error of impossible resolution.
20404 (smerge-resolve): Move things around a bit, in preparation for later.
20405 (smerge-diff): Don't fail if the buffer has no associated file.
20406 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
20407 (smerge-conflict-overlay): New function.
20408 (smerge-match-conflict): Don't add text properties here.
20409 (smerge-find-conflict): Instead, add an overlay here.
20410 Also check for the case where we're inside a conflict already, so as to
20411 obviate the need for font-lock-multiline, which is unbearably slow with
20412 large conflicts and ciomplex font-lock patterns.
20413 (smerge-remove-props): Remove overlay rather than text-properties.
20414 (smerge-mode): Don't set font-lock-multiline.
20415 Remove overlays when turned off.
20416
20417 2005-08-21 Kim F. Storm <storm@cua.dk>
20418
20419 * ido.el (ido-ignore-item-p): Use save-match-data.
20420 Bind case-fold-search to ido-case-fold locally.
20421
20422 2005-08-20 Richard M. Stallman <rms@gnu.org>
20423
20424 * files.el (normal-mode): If font lock is on, turn it off and on.
20425
20426 * subr.el (replace-regexp-in-string): Doc fix.
20427
20428 * startup.el (command-line-1): Don't suppress startup screen
20429 due to existing processes.
20430
20431 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
20432
20433 * progmodes/compile.el (compilation-disable-input): Default to nil.
20434
20435 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20436
20437 * progmodes/compile.el (compilation-disable-input): New defcustom.
20438 (compilation-start): If compilation-disable-input is non-nil, send
20439 EOF to the compilation process.
20440
20441 2005-08-20 Eli Zaretskii <eliz@gnu.org>
20442
20443 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
20444 Run the argument of tex-shell-cd-command through
20445 convert-standard-filename, to get the correct style of slashes on
20446 Windows, and enclose the result in quotes, in case the file name
20447 includes whitespace or other special characters.
20448
20449 2005-08-19 Andreas Schwab <schwab@suse.de>
20450
20451 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
20452 process.
20453
20454 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
20455
20456 * cus-start.el (minibuffer-prompt-properties): Correct typo.
20457
20458 2005-08-18 Kim F. Storm <storm@cua.dk>
20459
20460 * scroll-lock.el: Fix errors due to incorrect line wrapping.
20461
20462 2005-08-18 Richard M. Stallman <rms@gnu.org>
20463
20464 * scroll-lock.el: New file.
20465
20466 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
20467
20468 * dired.el (dired-move-to-end-of-filename):
20469 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
20470
20471 2005-08-18 Kim F. Storm <storm@cua.dk>
20472
20473 * ido.el (ido-everywhere): Fix defcustom :set function to disable
20474 rather than toggle mode when custom value is nil.
20475 (ido-everywhere): Fix defun doc string.
20476
20477 2005-08-17 Richard M. Stallman <rms@gnu.org>
20478
20479 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
20480 as tag instead of "Inviolable".
20481
20482 2005-08-17 Kim F. Storm <storm@cua.dk>
20483
20484 * windmove.el (windmove-coordinates-of-position): Remove.
20485 (windmove-coordinates-of-window-position): Remove.
20486 (windmove-reference-loc): Use posn-at-point instead.
20487
20488 * subr.el (insert-for-yank-1): Doc fix.
20489
20490 * ido.el (ido-enter-matching-directory): Rename from
20491 ido-enter-single-matching-directory. Change `slash' choice to
20492 `only'. Add `first' choice.
20493 (ido-exhibit): Adapt to above changes.
20494
20495 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
20496
20497 * Makefile.in: Expand comment about building loaddefs.el.
20498
20499 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
20500
20501 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
20502 Comment use of defadvice.
20503
20504 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
20505
20506 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
20507
20508 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
20509 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
20510 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
20511 * progmodes/idlw-shell.el, progmodes/ld-script.el,
20512 * progmodes/which-func.el, ruler-mode.el, strokes.el,
20513 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
20514 for backward compatibility for faces that did not appear in the
20515 previous Emacs release.
20516
20517 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
20518
20519 2005-08-15 Kim F. Storm <storm@cua.dk>
20520
20521 * emulation/cua-base.el (cua-delete-region): Return t if
20522 deleted region was non-empty.
20523 (cua-replace-region): Inhibit overwrite-mode for
20524 self-insert-command if replaced region was non-empty.
20525 (cua--explicit-region-start, cua--status-string): Make them
20526 buffer-local at top-level...
20527 (cua-mode): ...rather than when mode is enabled.
20528
20529 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
20530
20531 * progmodes/vhdl-mode.el (vhdl-emacs-21):
20532 Set t for Emacs 21, 22, and so on.
20533
20534 2005-08-15 David Ponce <david@dponce.com>
20535
20536 * tree-widget.el: Update Commentary header.
20537 (tree-widget-theme): Doc fix.
20538 (tree-widget-space-width): New option.
20539 (tree-widget-image-properties): Look up in the default theme too.
20540 (tree-widget--cursors): Only for images with arrow pointer shape.
20541 (tree-widget-lookup-image): Pointer shape is hand by default.
20542 (tree-widget-icon): Rename generic icon widget from
20543 `tree-widget-control'.
20544 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
20545 derive from `tree-widget-icon'.
20546 (tree-widget-handle): Improve default look and feel of the text
20547 representation.
20548 (tree-widget): Rename :*-control properties to :*-icon properties.
20549 Add :action and :help-echo properties.
20550 (tree-widget-after-toggle-functions): Move.
20551 (tree-widget-close-node, tree-widget-open-node): Remove.
20552 (tree-widget-before-create-icon-functions): New hook.
20553 (tree-widget-value-create): Update to allow customization of icons
20554 and nodes at run-time via that new hook.
20555 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
20556 (tree-widget-icon-action, tree-widget-icon-help-echo)
20557 (tree-widget-action, tree-widget-help-echo): New functions.
20558
20559 2005-08-15 Kim F. Storm <storm@cua.dk>
20560
20561 * ido.el (ido-buffer-internal): Use with-no-warnings.
20562 (ido-make-merged-file-list): Use while-no-input.
20563
20564 2005-08-15 Richard M. Stallman <rms@gnu.org>
20565
20566 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
20567 (flyspell-large-region): Fix doc and custom type.
20568
20569 2005-08-14 Richard M. Stallman <rms@gnu.org>
20570
20571 * files.el (interpreter-mode-alist): Doc fix.
20572
20573 * mail/rmail.el (rmail-nonignored-headers): New variable.
20574 (rmail-clear-headers): Use it.
20575 (rmail-reply): Better handling of mail-followup-to header.
20576
20577 * progmodes/sh-script.el (sh-font-lock-keywords-var):
20578 Rename variable from sh-font-lock-keywords. In the `shell' entry,
20579 don't try to refer to executable-font-lock-keywords.
20580 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
20581 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
20582 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
20583 (sh-mode): Set comment-start-skip, local-abbrev-table,
20584 imenu-case-fold-search.
20585 (sh-set-shell): Don't set them here.
20586 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
20587 Don't cache the results in the original alist; don't ever modify
20588 that alist.
20589
20590 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
20591
20592 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
20593 empty.
20594
20595 2005-08-15 Andreas Schwab <schwab@suse.de>
20596
20597 * desktop.el: Put autoload cookie at risky-local-variable declarations.
20598
20599 * dired.el, info.el, mail/rmail.el: Revert last change.
20600
20601 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
20602
20603 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
20604 modification in `eval-after-load' form.
20605 * info.el: Likewise.
20606 * mail/rmail.el: Likewise.
20607
20608 2005-08-14 Juri Linkov <juri@jurta.org>
20609
20610 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20611 Remove highlighting of "Compilation started". Highlight only
20612 the word "finished" in "Compilation finished". Add highlighting
20613 of "interrupt", "killed", "terminated" and the exit code.
20614 (compilation-start): Add newline after header. Use exactly the
20615 same time stamp format as the finishing message.
20616 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
20617
20618 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
20619 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
20620 Add highlighting of "interrupt", "killed", "terminated".
20621
20622 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
20623 enabled and the current command is self-insert-command, call it
20624 explicitly with overwrite-mode bound to nil, to not allow it
20625 to delete the character after the selected region.
20626
20627 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
20628
20629 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
20630 move-end-of-line, end-of-line, and beginning-of-line to the list
20631 of commands after which the echo area is updated.
20632
20633 2005-08-12 Eli Zaretskii <eliz@gnu.org>
20634
20635 * cus-edit.el (custom-save-all, custom-save-delete):
20636 Bind recentf-exclude to exclude custom-file.
20637
20638 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
20639
20640 * mail/rmailsum.el (rmail-summary-end-of-message): New command
20641 to go to the bottom of the mail message. Added to
20642 `rmail-summary-mode-map' with key "/".
20643 (rmail-summary-show-message): New (internal) function for use by
20644 both `rmail-summary-beginning/end-of-message'.
20645 (rmail-summary-beginning-of-message): Change to use
20646 rmail-summary-show-message.
20647
20648 * mail/rmail.el (rmail-end-of-message): New command to go to the
20649 end of the current message. Added to `rmail-mode-map' with key "/".
20650 (rmail-beginning-of-message): Fix to work as documented.
20651 (rmail-mode): Change documentation.
20652
20653 * progmodes/compile.el (compilation-start): Add the line
20654 "Compilation started" with compilation start time.
20655 (compilation-mode-font-lock-keywords): Add `started' to keywords.
20656
20657 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
20658
20659 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
20660 of menu items.
20661
20662 2005-08-11 Richard M. Stallman <rms@gnu.org>
20663
20664 * simple.el (pop-global-mark): Reverse test of widen-automatically.
20665
20666 * battery.el (battery-status-function): Don't use ignore-errors.
20667
20668 2005-08-11 Lute Kamstra <lute@gnu.org>
20669
20670 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
20671 define-obsolete-variable-alias.
20672
20673 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
20674
20675 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
20676 (ange-ftp-send-cmd): Revert last change, and expand
20677 the comment explaining the problem.
20678
20679 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
20680
20681 * ldefs-boot.el: Update.
20682
20683 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
20684 item to "Time, Load and Mail". Change help echo text.
20685
20686 * time.el (display-time-use-mail-icon, display-time-format)
20687 (display-time-string-forms): Shorten first line of docstrings.
20688
20689 2005-08-10 Lars Hansen <larsh@soem.dk>
20690
20691 * desktop.el (desktop-buffer-mode-handlers):
20692 Make non-customizable. Add autoload cookie. Change initial value to
20693 nil; add elements in respective modules instead. Fix doc string.
20694 (desktop-load-file): New function.
20695 (desktop-minor-mode-handlers): New autoloaded variable.
20696 (desktop-create-buffer): Call minor mode handlers.
20697 Use desktop-load-file to load major and minor mode modules prior to
20698 checking for a handler.
20699 (desktop-save): Don't add nil to desktop-minor-modes for minor
20700 modes with nil function in desktop-minor-mode-table. Don't delete
20701 desktop file before rewriting it.
20702 (desktop-locals-to-save): Add autoload cookie. Don't make
20703 automatically buffer-local. Add variables column-number-mode,
20704 size-indication-mode, indent-tabs-mode,
20705 indicate-buffer-boundaries, indicate-empty-lines and
20706 show-trailing-whitespace.
20707 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
20708 regexps. Don't use desktop-clear-preserve-buffers-regexp.
20709 (desktop-clear-preserve-buffers-regexp): Delete.
20710 (desktop-clear-preserve-buffers): Update initial value and docstring.
20711 (desktop-save-buffer): Fix doc string.
20712
20713 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
20714 (hilit-chg-desktop-restore): New function.
20715 (highlight-changes-mode): Add highlight-changes-mode to
20716 desktop-locals-to-save.
20717
20718 * dired.el: Add handler to desktop-buffer-mode-handlers.
20719 (dired-restore-desktop-buffer): Remove autoload cookie.
20720 (dired-mode): Add autoload cookie.
20721
20722 * info.el: Add handler to desktop-buffer-mode-handlers.
20723 (Info-restore-desktop-buffer): Remove autoload cookie.
20724 (Info-mode): Add autoload cookie.
20725
20726 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
20727 (mh-restore-desktop-buffer): Remove autoload cookie.
20728 (mh-folder-mode): Add autoload cookie.
20729
20730 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
20731 (rmail-restore-desktop-buffer): Remove autoload cookie.
20732
20733 2005-08-11 Masatake YAMATO <jet@gyve.org>
20734
20735 * hexl.el (hexl-address-region):
20736 (hexl-ascii-region, hexl-font-lock-keywords):
20737 (hexl-highlight-line-range): Use the term "region"
20738 instead of "area" for consistency with the other symbols
20739 defined in hexl.el.
20740
20741 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
20742
20743 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
20744 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
20745 out by Juri Linkov). Add `display-battery-mode'.
20746
20747 2005-08-09 Juri Linkov <juri@jurta.org>
20748
20749 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20750 Remove `-text' from face variable names.
20751 (compilation-error-file-name, compilation-warning-file-name)
20752 (compilation-info-file-name): Delete faces.
20753 (compilation-line-number, compilation-column-number):
20754 Remove face underlining.
20755 (compilation-message-face): Set to `underline' value by default.
20756 (compilation-error-face, compilation-warning-face)
20757 (compilation-info-face): Remove `-file-name' from face names.
20758 (compilation-error-text-face, compilation-warning-text-face)
20759 (compilation-info-text-face): Delete face variables.
20760 (compilation-text-face): Delete function.
20761
20762 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
20763 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
20764 (grep-error-face): Set to `compilation-error' instead of
20765 `compilation-error-face' (which is redefined to `grep-hit-face' in
20766 grep buffers).
20767 (grep-mode-font-lock-keywords): Remove `-text' from face variable
20768 names. Use `grep-error-face' instead of `compilation-error-text-face'.
20769
20770 * dired-aux.el (dired-do-query-replace-regexp):
20771 Use `query-replace-read-args'.
20772
20773 * replace.el (query-replace-read-from, query-replace-read-to)
20774 (query-replace-read-args): Rename arg `string' to `prompt'.
20775
20776 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
20777
20778 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
20779
20780 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
20781 uploading files.
20782 (ange-ftp-canonize-filename): Handle file names beginning with ~
20783 correctly.
20784
20785 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
20786
20787 * textmodes/fill.el (canonically-space-region)
20788 (fill-context-prefix, fill-french-nobreak-p)
20789 (fill-delete-newlines, fill-comment-paragraph)
20790 (justify-current-line): "?\ " -> "?\s".
20791
20792 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
20793
20794 * textmodes/fill.el (fill-nonuniform-paragraphs):
20795 Improve argument/docstring consistency.
20796
20797 2005-08-09 Richard M. Stallman <rms@gnu.org>
20798
20799 * textmodes/ispell.el (ispell-word): More fboundp checks.
20800
20801 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
20802 (find-file-noselect-1): Call it here, only if RAWFILE.
20803 (normal-mode): Always set some major mode.
20804 (save-some-buffers-action-alist): Change some explanation strings.
20805 (file-name-non-special): In the `quote' method, use unwind-protect.
20806
20807 2005-08-09 Magnus Henoch <mange@freemail.hu>
20808
20809 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
20810 (ispell-have-aspell-dictionaries): New variable.
20811 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
20812 (ispell-get-aspell-config-value): New function.
20813 (ispell-aspell-find-dictionary): New function.
20814 (ispell-aspell-add-aliases): New function.
20815 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
20816 appropriate. Don't look for ispell dictionaries if we use aspell.
20817 (ispell-menu-map): Don't build a submenu of dictionaries.
20818
20819 2005-08-09 Richard M. Stallman <rms@gnu.org>
20820
20821 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
20822 (sql-read-passwd): Use read-passwd.
20823
20824 * progmodes/idlw-toolbar.el (idlwave-toolbar)
20825 (idlwave-toolbar-is-possible): Add defvars.
20826
20827 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
20828 Avoid warnings.
20829
20830 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
20831 (idlwave-system-class-info, idlwave-executive-commands-alist):
20832 Use defvar.
20833
20834 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
20835
20836 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
20837 Avoid warnings.
20838
20839 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
20840 and content-type: headers.
20841
20842 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
20843
20844 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
20845 and rename some of them to be more self-explanatory.
20846
20847 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
20848
20849 * startup.el (command-line-1): Implement -scriptload.
20850
20851 * replace.el (occur-engine): Initial *Occur* output not undoable.
20852
20853 * menu-bar.el (menu-bar-file-menu): Rename some menu items
20854 and improve help strings.
20855
20856 * isearch.el (isearch-repeat): When changing direction,
20857 mark search successful.
20858
20859 * ediff-init.el: Use (featurep 'xemacs).
20860
20861 * comint.el (send-invisible): Identify buffer, if not selected.
20862
20863 * align.el: Delete autoload for c-guess-basic-syntax.
20864
20865 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
20866
20867 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
20868 Improve argument/docstring consistency. Doc fixes.
20869 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
20870 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
20871 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
20872 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
20873 (r2bv-organization, r2bv-pages, r2bv-primary-author)
20874 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
20875 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
20876 Defvar at compile time.
20877
20878 2005-08-09 Juri Linkov <juri@jurta.org>
20879
20880 * info.el: Replace `info' with upper-case `Info' where appropriate.
20881 (info-title-1, info-title-2, info-title-3, info-title-4)
20882 (info-menu-header): Move up face definitions.
20883 (info-menu-star): Rename from `info-menu-5'.
20884 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
20885 (Info-fontify-visited-nodes): Fix docstring.
20886 (Info-hide-note-references): Fix docstring.
20887 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
20888 menu items in the same way as on cross-references.
20889 (info-apropos): Fix sorting order and formatting to be like in the
20890 stand-alone Info browser. Display error messages for 1 sec.
20891 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
20892 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
20893 from the menu bar.
20894 (Info-insert-dir): Restore point after calling
20895 `insert-buffer-substring'.
20896
20897 2005-08-08 Richard M. Stallman <rms@gnu.org>
20898
20899 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
20900 (recompute-lucid-menubar): Add defvars.
20901
20902 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
20903
20904 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
20905
20906 * net/net-utils.el (run-dig): Rename from `dig'.
20907
20908 * play/gametree.el (gametree-mode): Use make-local-variable,
20909 not make-variable-buffer-local.
20910
20911 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
20912
20913 * ansi-color.el (ansi-color-make-extent)
20914 (ansi-color-set-extent-face): Use fboundp, not functionp.
20915
20916 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
20917 not make-variable-buffer-local.
20918
20919 * bookmark.el (Info-current-file): Add defvar.
20920 (bookmark-jump-noselect): Use with-no-warnings.
20921
20922 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
20923
20924 * ebuff-menu.el (Helper-return-blurb): Add defvar.
20925
20926 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
20927
20928 * find-file.el (ada-procedure-start-regexp)
20929 (ada-package-start-regexp): Add defvars.
20930
20931 * info.el (Info-insert-dir): Use insert-buffer-substring.
20932
20933 * xml.el (xml-att-def-re): Add defvar.
20934
20935 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
20936 calling convention.
20937
20938 * subr.el (while-no-input): Return t if there is input.
20939
20940 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
20941
20942 * cus-start.el (all): Add `overflow-newline-into-fringe'.
20943
20944 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
20945
20946 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
20947 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
20948
20949 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
20950
20951 * cmuscheme.el (scheme-start-file): Replace reference to
20952 `user-emacs-directory' by "~/.emacs.d/".
20953
20954 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
20955
20956 * info.el (Info-dir-remove-duplicates): Avoid case folding
20957 in loop; instead, keep downcased strings for comparison.
20958 Suggested by Helmut Eller.
20959
20960 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
20961
20962 Sync with Tramp 2.0.50.
20963
20964 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
20965 XEmacs case; not necessary anymore.
20966 (tramp-user-regexp): Allow "@" as part of user name.
20967 (tramp-handle-set-visited-file-modtime)
20968 (tramp-handle-insert-file-contents)
20969 (tramp-handle-write-region): No special handling for
20970 `last-coding-system-used, because this is done in
20971 `tramp-accept-process-output' now.
20972 (tramp-accept-process-output): New defun.
20973 (tramp-process-one-action, tramp-process-one-multi-action)
20974 (tramp-wait-for-regexp, tramp-wait-for-output)
20975 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
20976 Howells <dhowells@redhat.com>.
20977 (clear-visited-file-modtime): Defadvice removed. The check for
20978 unset buffer's modtime does not need to be based on
20979 `tramp-buffer-file-attributes'. Suggested by RMS.
20980 (tramp-message): Insert "\n" if not being at beginning of line.
20981 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
20982 sequence with same logic.
20983 (tramp-completion-handle-expand-file-name): Discard call of
20984 `tramp-drop-volume-letter'. It is not necessary, and there have
20985 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
20986 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20987 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
20988 should always be visible.
20989 (tramp-handle-insert-directory, tramp-setup-complete)
20990 (tramp-set-process-query-on-exit-flag)
20991 (tramp-append-tramp-buffers): Pacify byte-compiler.
20992 (tramp-bug): Delete non-existing variables from list.
20993 Apply `tramp-load-report-modules' as pre-hook.
20994 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
20995 `shell-prompt-pattern' because of non-7bit characters.
20996 Reported by Sebastian Luque <sluque@mun.ca>.
20997 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
20998 (tramp-match-string-list): Remove function.
20999 (tramp-wait-for-regexp): Remove call of that function.
21000 Suggested by Kim F. Storm <storm@cua.dk>.
21001 (tramp-set-auto-save-file-modes): Use octal integer code #o600
21002 instead of octal character code ?\600. The latter resulted in a
21003 syntax error with XEmacs.
21004
21005 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
21006 XEmacs case; not necessary anymore.
21007 (tramp-smb-handle-write-region): No special handling for
21008 `last-coding-system-used, because this is done in
21009 `tramp-accept-process-output' now.
21010 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
21011
21012 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
21013
21014 * wid-edit.el (widget-choice-value-create):
21015 Unconditionally respect user choice. Set :explicit-choice back to nil
21016 when no longer needed.
21017 (widget-choice-action): Unconditionally respect user choice.
21018 Eliminate :explicit-choice-value.
21019
21020 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
21021
21022 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
21023 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
21024 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
21025 running new function `toggle-indicate-empty-lines'.
21026 Rename "Customize" item to "Customize fringe".
21027 Rename "Indicators" item to "Buffer boundaries" and change help echo.
21028 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
21029 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
21030 Delete "Empty lines only" item.
21031 (menu-bar-showhide-fringe-ind-customize): New function.
21032 (menu-bar-showhide-fringe-ind-mixed)
21033 (menu-bar-showhide-fringe-ind-box)
21034 (menu-bar-showhide-fringe-ind-right)
21035 (menu-bar-showhide-fringe-ind-left)
21036 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
21037 instead of `fringe-indicators'.
21038
21039 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
21040
21041 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
21042 Change the date of last update.
21043
21044 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
21045
21046 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
21047 (viper-exec-yank, viper-put-back): Don't display modification msg
21048 if in the minibuffer.
21049
21050 * viper-init.el (viper-replace-overlay-cursor-color)
21051 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
21052 Make variables frame local.
21053
21054 * viper-util.el (viper-append-filter-alist): Use append instead of
21055 nconc.
21056
21057 * viper.el (viper-vi-state-mode-list)
21058 (viper-emacs-state-mode-list): Move help-mode and
21059 completion-list-mode from the first list to the second.
21060 (viper-mode): Docstring.
21061 (viper-go-away, viper-non-hook-settings): Don't localize
21062 minor-mode-alist in newer Emacsen. Add advice to
21063 set-cursor-color. Don't bind "\C-c\\".
21064
21065 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
21066
21067 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
21068 (scheme-macro-expand-command): New user options.
21069 (scheme-trace-procedure, scheme-expand-current-form): New commands.
21070 (scheme-form-at-point, scheme-start-file)
21071 (scheme-interactively-start-process): New functions.
21072 (scheme-get-process): New function, extracted from `scheme-proc'.
21073 (run-scheme): Call `scheme-start-file' to get start file, and pass
21074 it to `make-comint'.
21075 (switch-to-scheme, scheme-proc):
21076 Call `scheme-interactively-start-process' if no Scheme buffer/process
21077 is available.
21078
21079 2005-08-06 Juri Linkov <juri@jurta.org>
21080
21081 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21082 Use `compilation-text-face', `compilation-info-text-face' and
21083 `compilation-error-text-face' instead of `font-lock-keyword-face'.
21084 (compilation-error): New face.
21085 (compilation-error-file-name): Inherit from
21086 `compilation-error' instead of `font-lock-warning-face'.
21087 (compilation-warning-file-name): Inherit from
21088 `compilation-warning' instead of `font-lock-warning-face'.
21089 (compilation-info, compilation-error-file-name)
21090 (compilation-warning-file-name, compilation-info-file-name)
21091 (compilation-line-number, compilation-column-number): Doc fix.
21092 (compilation-error-text-face, compilation-warning-text-face)
21093 (compilation-info-text-face): New face variables.
21094 (compilation-line-face, compilation-column-face)
21095 (compilation-enter-directory-face)
21096 (compilation-leave-directory-face): Doc fix.
21097 (compilation-text-face): New function.
21098
21099 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
21100 instead of 1 to display binary file names as info file links.
21101 (grep-error-face): Use `compilation-error-face' instead of
21102 `font-lock-keyword-face'.
21103 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
21104 and `compilation-warning-text-face' instead of
21105 `font-lock-keyword-face'. Use `compilation-error-text-face'
21106 instead of `grep-error-face'.
21107
21108 2005-08-05 Kenichi Handa <handa@m17n.org>
21109
21110 * international/code-pages.el: Add autoload cookies for all coding
21111 systems.
21112
21113 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
21114
21115 * cus-start.el (all): Put undo.c where it alphabetically belongs.
21116
21117 2005-08-04 Juri Linkov <juri@jurta.org>
21118
21119 * progmodes/compile.el (compilation-mode-map):
21120 * progmodes/grep.el (grep-mode-map):
21121 Bind TAB to `compilation-next-error' and [backtab] to
21122 `compilation-previous-error'.
21123
21124 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
21125 matching line numbers, column numbers and their ranges with regexp
21126 matching only line numbers.
21127 (grep-context-face): New face variable.
21128 (grep-mode-font-lock-keywords): Use it.
21129
21130 * faces.el (read-face-name): Delete duplicate faces.
21131
21132 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
21133
21134 * thumbs.el (thumbs-find-image): Don't make variables
21135 automatically buffer local.
21136 (thumbs-current-tmp-filename, thumbs-current-image-filename)
21137 (thumbs-image-num): Make automatically buffer local.
21138 (thumbs-show-thumbs-list): Use `make-local-variable', not
21139 `make-variable-buffer-local'.
21140 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
21141
21142 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
21143 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
21144 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
21145 (bother, bye, canyou, chatlst, continue, deathlst, describe)
21146 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
21147 (feelings-about, foullst, found, hello, history, howareyoulst)
21148 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
21149 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
21150 (neglst, obj, object, owner, please, problems, qlist)
21151 (random-adjective, relation, remlst, repetitive-shortness)
21152 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
21153 (shortlst, something, sportslst, stallmanlst, states, subj)
21154 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
21155 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
21156 Defvar at compile time.
21157
21158 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
21159 not `make-variable-buffer-local'.
21160
21161 2005-08-02 Kim F. Storm <storm@cua.dk>
21162
21163 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
21164 rectangle overlay in selected window.
21165
21166 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
21167
21168 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
21169 instead of display group. Make `indicate-buffer-boundaries'
21170 customizable through Custom.
21171
21172 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
21173
21174 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
21175 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
21176 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
21177 (gdb-put-string): Fix typos in docstrings.
21178
21179 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
21180
21181 Update copyright notices of files in progmodes directory for
21182 release of Emacs 22.1.
21183
21184 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
21185
21186 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
21187 Don't barf if the GUD buffer has been killed.
21188
21189 2005-08-01 Kim F. Storm <storm@cua.dk>
21190
21191 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
21192
21193 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
21194
21195 * simple.el (next-error-follow-minor-mode):
21196 make-variable-buffer-local -> make-local-variable.
21197
21198 * emacs-lisp/cl-extra.el: Require CL also when compiling.
21199
21200 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
21201 (byte-compile-form-make-variable-buffer-local): New functions to warn
21202 about misuses of make-variable-buffer-local where make-local-variable
21203 was meant.
21204
21205 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
21206
21207 * bs.el (bs-attributes-list): Doc fix.
21208 (bs): Update url-link.
21209
21210 * desktop.el (desktop-save-buffer): Fix typos in docstring.
21211 (desktop-load-default): Simplify.
21212
21213 * ibuffer.el (ibuffer-columnize-and-insert-list)
21214 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
21215 (ibuffer-unmark-all, ibuffer-toggle-marks)
21216 (ibuffer-unmark-forward, ibuffer-unmark-backward)
21217 (ibuffer-compile-make-format-form, ibuffer-format-column)
21218 (ibuffer-current-buffers-with-marks)
21219 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
21220 (ibuffer): Doc fix.
21221 (ibuffer-mode): Fix typo in docstring.
21222 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
21223 with `define-obsolete-variable-alias'.
21224 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
21225
21226 2005-07-29 Kenichi Handa <handa@m17n.org>
21227
21228 * international/mule-cmds.el (select-message-coding-system):
21229 Be sure to use LF for end-of-line. If no coding system is decided,
21230 return iso-8859-1-unix.
21231
21232 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
21233
21234 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
21235 (ange-ftp-pending-error-line): New vars.
21236 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
21237 to handle the non-fatal no-route-to-host messages.
21238 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
21239
21240 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
21241
21242 * isearch.el (isearch-mode-map, isearch-other-meta-char)
21243 (isearch-quote-char, isearch-printing-char)
21244 (isearch-text-char-description): "?\ " -> "?\s".
21245 (isearch-lazy-highlight-cleanup)
21246 (isearch-lazy-highlight-initial-delay)
21247 (isearch-lazy-highlight-interval)
21248 (isearch-lazy-highlight-max-at-a-time)
21249 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
21250 Declare with define-obsolete-*-alias macros.
21251 (isearch-forward): Fix typo in docstring.
21252 (search-invisible, search-ring-yank-pointer)
21253 (regexp-search-ring-yank-pointer): Doc fixes.
21254
21255 * recentf.el (recentf-menu-append-commands-p): Declare with
21256 `define-obsolete-variable-alias'.
21257 (recentf-max-saved-items, recentf-menu-filter)
21258 (recentf-arrange-by-rule-subfilter): Doc fixes.
21259 (recentf-menu-append-commands-flag)
21260 (recentf-initialize-file-name-history, recentf-expand-file-name)
21261 (recentf-clear-data): Fix typos in docstrings.
21262
21263 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
21264
21265 * progmodes/gdb-ui.el: Smarten comments.
21266 (gdb-info-breakpoints-custom): Use nowarn when finding file.
21267
21268 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21269
21270 * term/apollo.el (terminal-init-apollo): New function containing
21271 all former top level forms in the file.
21272 * term/bobcat.el (terminal-init-bobcat):
21273 * term/cygwin.el (terminal-init-cygwin):
21274 * term/iris-ansi.el (terminal-init-iris-ansi):
21275 * term/linux.el (terminal-init-linux):
21276 * term/news.el (terminal-init-news):
21277 * term/rxvt.el (terminal-init-rxvt):
21278 * term/sun.el (terminal-init-sun):
21279 * term/tvi970.el (terminal-init-tvi970):
21280 * term/vt100.el (terminal-init-vt100):
21281 * term/vt102.el (terminal-init-vt102):
21282 * term/vt125.el (terminal-init-vt125):
21283 * term/vt200.el (terminal-init-vt200):
21284 * term/vt201.el (terminal-init-vt201):
21285 * term/vt220.el (terminal-init-vt220):
21286 * term/vt240.el (terminal-init-vt240):
21287 * term/vt300.el (terminal-init-vt300):
21288 * term/vt320.el (terminal-init-vt320):
21289 * term/vt400.el (terminal-init-vt400):
21290 * term/vt420.el (terminal-init-vt420):
21291 * term/wyse50.el (terminal-init-wyse50):
21292 * term/xterm.el (terminal-init-xterm): Likewise.
21293
21294 * term/README: Describe the terminal-init-* functionality.
21295
21296 * startup.el (command-line): After loading the terminal initialization
21297 file call the corresponding terminal initialization function.
21298
21299 2005-07-27 Kenichi Handa <handa@m17n.org>
21300
21301 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
21302 negative.
21303
21304 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
21305 (ps-mule-composition-prologue): Fix for the case that
21306 RelativeCompose is false.
21307
21308 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
21309
21310 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
21311
21312 * descr-text.el (describe-char): Handle the case where the list of
21313 chars is displayed in a separate frame.
21314 Be a bit more discriminating when looking for the char.
21315
21316 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
21317
21318 * bookmark.el (bookmark-automatically-show-annotations)
21319 (bookmark-read-annotation-text-func): Doc fixes.
21320 (bookmark-save): Improve argument/docstring consistency.
21321 (bookmark-get-bookmark, bookmark-get-bookmark-record)
21322 (bookmark-alist-from-buffer)
21323 (bookmark-upgrade-file-format-from-0)
21324 (bookmark-grok-file-format-version)
21325 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
21326 (bookmark-read-annotation-mode)
21327 (bookmark-insert-current-bookmark, bookmark-jump)
21328 (bookmark-exit-hook): Fix typos in docstrings.
21329 (bookmark-exit-hooks): Define as obsolete alias.
21330 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
21331 not `bookmark-exit-hooks'. Fix docstring.
21332 (bookmark-bmenu-select): "?\ " -> "?\s".
21333
21334 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
21335
21336 * startup.el (command-line): Fix typo.
21337
21338 2005-07-24 Richard M. Stallman <rms@gnu.org>
21339
21340 * tooltip.el (tooltip-mode): Test emacs-basic-display,
21341 not emacs-quick-startup.
21342
21343 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
21344
21345 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
21346 (reb-next-match, reb-show-subexp): Use `with-selected-window'
21347 instead of `reb-with-current-window'.
21348 (reb-prev-match): Likewise. Also, don't move left if the search
21349 was unsuccessful.
21350 (reb-initialize-buffer): New function.
21351 (re-builder, reb-change-syntax): Use it.
21352
21353 * man.el (Man-goto-page): Make second argument NOERROR optional.
21354
21355 2005-07-23 Richard M. Stallman <rms@gnu.org>
21356
21357 * man.el (Man-bgproc-sentinel): Check here for failure to find
21358 any man page in the output, and report the error here.
21359 (Man-arguments): Make it permanent local.
21360 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
21361 (Man-mode): Pass t for NOERROR.
21362
21363 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
21364 (grep-mode-font-lock-keywords):
21365 Don't use compilation-...-face for messages that are not file names.
21366
21367 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21368 Don't use compilation-...-face for messages that are not file names.
21369
21370 2005-07-22 Juri Linkov <juri@jurta.org>
21371
21372 * startup.el (normal-splash-screen): Update menu name.
21373
21374 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
21375
21376 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21377
21378 * term/xterm.el: Load term/rxvt if the terminal is actually an
21379 rxvt terminal.
21380 (xterm-rxvt-set-background-mode): Remove, not used anymore.
21381
21382 * term/rxvt.el (function-key-map): Use substitute-key-definition
21383 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
21384
21385 * term/cygwin.el: New file.
21386
21387 2005-07-22 Kim F. Storm <storm@cua.dk>
21388
21389 * image-file.el (insert-image-file, image-file-yank-handler):
21390 Fix last change to maintain a (unique) yank-handler on yanked images.
21391
21392 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
21393
21394 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
21395 of the file size (as in "177B" for 177 bytes). This happens with
21396 "ls -lh" on FreeBSD.
21397
21398 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
21399
21400 * hilit-chg.el (highlight-changes-global-initial-state)
21401 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
21402 (hilit-chg-fixup, highlight-changes-mode):
21403 Fix typos in docstrings.
21404 (highlight-changes-global-modes, highlight-changes-rotate-faces):
21405 Doc fixes.
21406
21407 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
21408
21409 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
21410 mode function using `eval-after-load'.
21411
21412 2005-07-21 Kim F. Storm <storm@cua.dk>
21413
21414 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
21415 included when reporting an Emacs crash, and tell about the DEBUG file.
21416
21417 * image-file.el (insert-image-file): Add yank-handler.
21418 (image-file-yank-handler): Yank handler to make unique copies of
21419 images when they are yanked into a buffer next to each other.
21420
21421 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
21422
21423 * comint.el (comint-use-prompt-regexp, comint-send-input)
21424 (comint-source-default, comint-extract-string)
21425 (comint-get-source, comint-word, comint-completion)
21426 (comint-source, comint-prompt-read-only, comint-update-fence):
21427 Fix typos in docstrings.
21428 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
21429 Declare with define-obsolete-*-alias macros.
21430 (comint-previous-matching-input-from-input)
21431 (comint-next-matching-input-from-input)
21432 (comint-previous-matching-input, comint-next-matching-input)
21433 (comint-forward-matching-input):
21434 Improve argument/docstring consistency.
21435
21436 * desktop.el (desktop-clear-preserve-buffers-regexp):
21437 Also preserve the *server* buffer.
21438
21439 * simple.el (clone-indirect-buffer): Doc fix.
21440 (fixup-whitespace, just-one-space)
21441 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
21442 (next-error, next-error-highlight)
21443 (next-error-highlight-no-select, next-error-last-buffer)
21444 (next-error-buffer-p, next-error-find-buffer, next-error)
21445 (previous-error, next-error-no-select, previous-error-no-select)
21446 (open-line, split-line, minibuffer-prompt-width, kill-new)
21447 (binary-overwrite-mode): Fix typos in docstrings.
21448 (set-fill-column): Fix typo in message.
21449
21450 * skeleton.el (skeleton-proxy-new): Doc fix.
21451
21452 * strokes.el (strokes-load-hook): Doc fix.
21453 (strokes-grid-resolution, strokes-get-grid-position)
21454 (strokes-renormalize-to-grid, strokes-read-stroke)
21455 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
21456 (strokes-global-map): Fix typos in docstrings.
21457 (strokes-help): Doc fix. Fix help message and pass it through
21458 `substitute-command-keys'.
21459
21460 * tempo.el (tempo-insert-prompt, tempo-interactive)
21461 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
21462 (tempo-insert-string-functions, tempo-local-tags)
21463 (tempo-define-template, tempo-insert-template)
21464 (tempo-insert-prompt-compat, tempo-is-user-element)
21465 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
21466 Fix typos in docstrings.
21467
21468 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
21469 (vcursor-key-bindings, vcursor-use-vcursor-map)
21470 (vcursor-find-window, vcursor-scroll-down)
21471 (vcursor-disable, vcursor-beginning-of-buffer)
21472 (vcursor-end-of-buffer): Fix typos in docstrings.
21473 (vcursor-relative-move, vcursor-get-char-count):
21474 Improve argument/docstring consistency.
21475
21476 * version.el: "?\ " -> "?\s".
21477
21478 * wid-edit.el (widget-default-create, widget-after-change)
21479 (widget-default-format-handler, widget-checklist-add-item)
21480 (widget-radio-add-item, widget-choose, widget-specify-secret)
21481 (widget-field-value-create, widget-field-value-get)
21482 (widget-editable-list-format-handler)
21483 (widget-editable-list-entry-create, widget-group-value-create)
21484 (widget-documentation-link-add)
21485 (widget-documentation-string-value-create): "?\ " -> "?\s".
21486 (widget-convert-text): Doc fix.
21487 (widget-narrow-to-field, widget-field-find)
21488 (widget-url-link-action, widget-emacs-library-link-action)
21489 (widget-color-notify): Fix typos in docstrings.
21490
21491 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
21492 (x-select-text, set-w32-system-coding-system)
21493 (w32-add-charset-info): Fix typos in docstrings.
21494
21495 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
21496 (cua-enable-cua-keys, cua-use-hyper-key)
21497 (cua-virtual-rectangle-edges): Fix typos in docstrings.
21498 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
21499
21500 * net/tramp.el (tramp-handle-load): Fix typo in error message.
21501
21502 * emacs-lisp/re-builder.el (regexp-builder): Declare with
21503 `defalias' instead of faking it.
21504
21505 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
21506 (eshell-ls-missing, eshell-ls-dired-initial-args)
21507 (eshell-ls-use-in-dired): Fix typos in docstrings.
21508
21509 2005-07-20 Kim F. Storm <storm@cua.dk>
21510
21511 * emulation/cua-base.el (cua-mode): Improve doc string.
21512
21513 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
21514
21515 * abbrev.el (expand-region-abbrevs): Doc fix.
21516 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
21517 Improve argument/docstring consistency.
21518
21519 * arc-mode.el (archive-get-descr, archive-alternate-display):
21520 Doc fixes.
21521 (archive-l-e): Improve argument/docstring consistency.
21522 (archive-tmpdir, archive-unixdate, archive-unixtime)
21523 (archive-chmod-entry): Fix typos in docstrings.
21524 (archive-unflag, archive-unflag-backwards)
21525 (archive-unmark-all-files): "?\ " -> "?\s".
21526
21527 * buff-menu.el (Buffer-menu-unmark): Doc fix.
21528 (Buffer-menu-not-modified, Buffer-menu-execute)
21529 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
21530 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
21531
21532 * composite.el (compose-string, encode-composition-rule)
21533 (compose-last-chars): Fix typos in docstrings.
21534
21535 * desktop.el (desktop-enable, desktop-basefilename):
21536 Declare with `define-obsolete-variable-alias'.
21537 (desktop-internal-v2s): Don't quote keywords.
21538 (desktop-clear): "?\ " -> "?\s".
21539
21540 * dired.el (dired-align-file, dired-flag-backup-files)
21541 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
21542 (dired-listing-switches, dired-ls-F-marks-symlinks)
21543 (dired-dwim-target, dired-load-hook, dired-mode-hook)
21544 (dired-directory, dired-faces, dired, dired-revert)
21545 (dired-mode, dired-summary, dired-view-file)
21546 (dired-copy-filename-as-kill, dired-delete-file)
21547 (dired-no-confirm, dired-unmark-all-marks)
21548 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
21549 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
21550 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
21551 Fix typos in message strings.
21552
21553 * dired-x.el (virtual-dired): Declare with `defalias'.
21554 (dired-mark-unmarked-files, dired-local-variables-file)
21555 (dired-omit-here-always): Doc fix.
21556 (dired-omit-mode, dired-find-subdir)
21557 (dired-enable-local-variables, dired-clean-up-buffers-too)
21558 (dired-extra-startup, dired-mark-extension, dired-jump)
21559 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
21560 (dired-smart-shell-command, dired-guess-shell-alist-user)
21561 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
21562 (dired-x-bind-find-file, dired-x-submit-report):
21563 Fix typos in docstrings.
21564 (dired-mark-unmarked-files): "?\ " -> "?\s".
21565
21566 * dirtrack.el (dirtrack-list): Fix typos in docstring.
21567
21568 * faces.el (describe-face): "?\ " -> "?\s".
21569 (read-all-face-attributes, read-face-font, modify-face)
21570 (face-attr-construct, italic): Fix typos in docstrings.
21571 (frame-update-face-colors): Declare with
21572 `define-obsolete-function-alias'.
21573
21574 * files.el (find-file-noselect, recode-file-name): Doc fixes.
21575 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
21576 (magic-mode-alist, buffer-file-numbers-unique)
21577 (write-file-functions, get-free-disk-space):
21578 Fix typos in docstrings.
21579 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
21580 (write-contents-hooks, write-file-hooks):
21581 Declare with `define-obsolete-variable-alias'.
21582
21583 * forms-d2.el (arch-rj): Fix typo in docstrings.
21584 (arch-tocol): Likewise. "?\ " -> "?\s".
21585
21586 * frame.el (set-frame-font, cursor-in-non-selected-windows):
21587 Fix typo in docstring.
21588 (set-screen-width, set-screen-height): Delete redundant info in
21589 doctrings.
21590 (new-frame, screen-height, screen-width): Declare with
21591 `define-obsolete-function-alias'.
21592 (delete-frame-hook, blink-cursor): Declare with
21593 `define-obsolete-variable-alias'.
21594
21595 * paths.el (prune-directory-list): Fix typos in docstring.
21596
21597 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
21598 (cvs-prefix-get): Fix typos in docstrings.
21599
21600 * ps-print.el (ps-extend-face-list, ps-extend-face)
21601 (ps-print-background-image): Fix typos in docstrings.
21602 (ps-default-fg, ps-default-bg): Doc fixes.
21603
21604 * s-region.el (s-region-bind): Doc fix.
21605 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
21606
21607 * textmodes/org.el (org-table-formula-substitute-names)
21608 (org-table-get-vertical-vector): Doc fixes.
21609 (org-table-recalculate): Remove unused argument to `message'.
21610
21611 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
21612
21613 * textmodes/org.el (org-table-column-names)
21614 (org-table-column-name-regexp)
21615 (org-table-named-field-locations): New variables.
21616 (org-archive-subtree): Protect `this-command' when calling
21617 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
21618 the kill buffer.
21619 (org-complete): Remove fixed-formula completion.
21620 (org-edit-formulas-map): New variable.
21621 (org-table-edit-formulas): New command.
21622 (org-finish-edit-formulas, org-abort-edit-formulas)
21623 (org-show-variable, org-table-get-vertical-vector): New functions.
21624 (org-table-maybe-eval-formula): Handle `:=' fields.
21625 (org-table-get-stored-formulas, org-table-store-formulas)
21626 (org-table-get-formula, org-table-modify-formulas)
21627 (org-table-replace-in-formulas): Handle named field formulas.
21628 (org-table-get-specials): Store locations of named fields.
21629
21630 2005-07-19 Juri Linkov <juri@jurta.org>
21631
21632 * progmodes/grep.el (grep-regexp-alist)
21633 (grep-mode-font-lock-keywords, grep-process-setup):
21634 Use default GNU grep match color "01;31m" instead of "01;41m".
21635 (grep-regexp-alist, grep-mode-font-lock-keywords):
21636 Use `\\[[0-9]*m' instead of `\\[00m'.
21637 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
21638 sgr_start where its handling is more important. Use the real
21639 length of sgr_start instead of constant 8.
21640 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
21641 specially. Delete all remaining escape sequences.
21642 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
21643 (grep-regexp-alist): Make hyperlink only for binary file name
21644 instead of the whole line.
21645 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
21646 (grep-mode): Add autoload.
21647
21648 * emacs-lisp/find-func.el (find-function-regexp):
21649 Add `define-compilation-mode'.
21650
21651 2005-07-19 Juri Linkov <juri@jurta.org>
21652
21653 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
21654 (compare-windows-sync-string-size, compare-windows-recenter)
21655 (compare-windows-highlight, compare-windows): Add version 22.1.
21656 (compare-windows) <defface>: Inherit from lazy-highlight instead
21657 of duplicating its default value.
21658
21659 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
21660 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
21661
21662 * descr-text.el (describe-char): Create link buttons for `charset'
21663 and `code point'. Add the current input method name with a link
21664 button to `to input' field. Print face names of display table
21665 characters in `The display table entry is displayed by' section
21666 instead of printing face-id in the `display' field.
21667 Guess hardcoded faces and create a link button for them.
21668 Skip empty fields when calculating max-width.
21669 Treat `widget-create' specially while inserting strings from the
21670 collected field list.
21671 (describe-char-after): Made obsolete in version 22.1, not 21.5.
21672
21673 * diff-mode.el (diff-file-header): Change foreground color from
21674 yellow to green on light backgrounds.
21675 (diff-context): Inherit from `shadow' only for color/grayscale
21676 with more than 88 colors.
21677 (diff-indicator-removed, diff-indicator-added)
21678 (diff-indicator-changed): New faces.
21679 (diff-font-lock-keywords): Use new faces. Regroup rules.
21680 Add "^---$" for `normal' diff format. Fontify `#' lines with
21681 font-lock-comment-delimiter-face and font-lock-comment-face.
21682 Add `#' to ^[^...] in the rule for `diff-context-face'.
21683
21684 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
21685 a button-like box. Inherit from `highlight' on low colors.
21686 (shadow): Use shades of gray only for color/grayscale with
21687 more than 88 colors. Use green for light backgrounds with
21688 8 colors, and yellow for dark backgrounds with 8 colors.
21689
21690 * font-lock.el (font-lock-regexp-grouping-backslash):
21691 Don't inherit from escape-glyph (use bold for all cases).
21692
21693 * info.el (info-xref-visited): Use light foreground color `violet'
21694 for dark backgrounds instead of dark color `magenta3'.
21695 (info-title-1): Use `yellow' color for dark backgrounds.
21696
21697 * isearch.el (isearch): Use not-too-dark magenta3 instead of
21698 too-light magenta2.
21699
21700 * replace.el (match): Use slightly more light RoyalBlue3 instead
21701 of dark RoyalBlue4.
21702
21703 * wid-edit.el (widget-inactive): Inherit from `shadow'.
21704
21705 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
21706
21707 * novice.el (disabled-command-hook): Declare it with
21708 `define-obsolete-variable-alias'.
21709
21710 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
21711 (desktop-buffer-misc-functions, desktop-buffer-handlers)
21712 (desktop-load-default): Add release to obsolescence info.
21713 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
21714 (desktop-append-buffer-args, desktop-read):
21715 Fix typos in docstrings.
21716 (desktop-kill): Fix typo in message.
21717 (desktop-save): Doc fix.
21718
21719 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
21720
21721 * viper-cmd.el (viper-escape-to-state): Bug fix.
21722 (viper-envelop-ESC-key): Change the definition of fast
21723 keysequence so it'll work with keyboard macros.
21724
21725 * ediff.el (ediff-patch-buffer): Change the docstring.
21726
21727 2005-07-19 Kenichi Handa <handa@m17n.org>
21728
21729 * international/mule-cmds.el (select-safe-coding-system): Try to
21730 use an auto-coding (if any) before anything else. If the found
21731 auto-coding is invalid, show a warning message.
21732
21733 * international/mule.el (find-auto-coding): New function created
21734 by modifying the body of set-auto-coding.
21735 (set-auto-coding): Use find-auto-coding to find a coding.
21736
21737 2005-07-18 Richard M. Stallman <rms@gnu.org>
21738
21739 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
21740 not isearch-mode-end-hook-error.
21741 (allout-before-change-protect): Fix error message.
21742
21743 2005-07-18 Juri Linkov <juri@jurta.org>
21744
21745 * allout.el (allout-mode):
21746 * calculator.el (calculator-copy):
21747 * custom.el (custom-known-themes):
21748 * dired.el (dired-desktop-buffer-misc-data)
21749 (dired-restore-desktop-buffer):
21750 * dired-x.el (dired-omit-marker-char):
21751 * files.el (basic-save-buffer):
21752 * font-core.el (font-lock-mode):
21753 * calendar/calendar.el (calendar-goto-hebrew-date)
21754 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
21755 (calendar-goto-persian-date):
21756 * language/ethio-util.el (ethio-sera-to-fidel-region):
21757 * textmodes/picture.el (picture-mode):
21758 Delete duplicate duplicate words.
21759
21760 2005-07-18 Juri Linkov <juri@jurta.org>
21761
21762 * isearch.el (isearch-mode-map): Remove key bindings for regexp
21763 chars * ? } |.
21764 (isearch-fallback): Don't call `isearch-process-search-char'.
21765 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
21766 (isearch-process-search-char): Call `isearch-fallback' for regexp
21767 chars * ? } |.
21768 (isearch-return-char): Make obsolete with `make-obsolete' instead
21769 of simply documenting it as obsolete in the docstring.
21770 (isearch-fallback): Refill docstring.
21771
21772 * international/isearch-x.el
21773 (isearch-process-search-multibyte-characters): Remove unneeded
21774 `concat'. Add intermediate values to `junk-hist' instead of
21775 `minibuffer-history'. Test the length of `str'.
21776
21777 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
21778
21779 * allout.el (allout-resolve-xref): Fix typos in error strings.
21780 (allout-before-change-protect): Remove unneeded `concat'.
21781
21782 * array.el (array-mode, array-reconfigure-rows)
21783 (untabify-backward): Fix typos in docstrings.
21784 (array-reconfigure-rows): Use `insert-buffer-substring', not
21785 `insert-buffer'.
21786
21787 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
21788 * progmodes/ada-mode.el (ada-make-body):
21789 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
21790
21791 * dired.el (dired-log):
21792 * tar-mode.el (tar-subfile-save-buffer):
21793 * play/zone.el (zone-pgm-stress-destress):
21794 Use `insert-buffer-substring', not `insert-buffer'.
21795
21796 2005-07-17 Simon Josefsson <jas@extundo.com>
21797
21798 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
21799
21800 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
21801
21802 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
21803 Add plain auth method.
21804 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
21805
21806 2005-07-17 Kim F. Storm <storm@cua.dk>
21807
21808 * ido.el (dired-other-window): Add ido property.
21809
21810 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
21811
21812 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21813 Fix typo in docstring.
21814 (byte-compile-interactive-only-functions): Add `insert-buffer' and
21815 `insert-file-literally'.
21816
21817 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
21818 info and delete redundant message. Doc fix.
21819 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
21820 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
21821
21822 2005-07-16 Richard M. Stallman <rms@gnu.org>
21823
21824 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
21825 (byte-compile-and): Use byte-compile-and-recursion.
21826 (byte-compile-or-recursion): New function.
21827 (byte-compile-or): Use that.
21828 (byte-compile-if): Guard the else-clause too.
21829 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
21830
21831 * isearch.el (isearch-mode-end-hook-quit): New variable.
21832 (isearch-done): Bind it.
21833 (isearch-mode-end-hook): Doc fix.
21834
21835 * allout.el (allout-isearch-did-quit): Variable deleted.
21836 (allout-real-isearch-abort): Function name no longer used.
21837 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
21838 (allout-isearch-rectification): isearch-mode always exists.
21839 Don't set allout-isearch-did-quit.
21840 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
21841 allout-isearch-did-quit.
21842 (allout-enwrap-isearch): Just add the hook.
21843 (allout-isearch-abort): Function deleted.
21844 (allout-pre-command-business): Avoid warning.
21845
21846 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
21847 Correctly avoid warnings.
21848 (pascal-outline): Likewise.
21849
21850 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
21851
21852 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
21853
21854 * play/tetris.el (tetris-mode): Avoid warning.
21855
21856 * play/snake.el (snake-mode): Avoid warning.
21857
21858 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
21859 (gamegrid-set-display-table): Avoid warning.
21860 (gamegrid-set-timer): Likewise.
21861 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
21862 (gamegrid-add-score-with-update-game-score-1): Take FILE
21863 as argument.
21864 (gamegrid-add-score-with-update-game-score): Pass that argument.
21865 Rename have-shared-game-dir to gamegrid-shared-game-dir.
21866
21867 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
21868
21869 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
21870 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
21871
21872 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
21873 and insert-file.
21874
21875 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
21876 (sc-ask): Avoid warnings.
21877
21878 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
21879 (eshell-hist-initialize): Use that var the natural way.
21880
21881 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
21882
21883 * emacs-lisp/re-builder.el (reb-cook-regexp):
21884 Avoid warning calling lre-compile-string.
21885 (reb-color-display-p): Avoid warning.
21886
21887 * calculator.el (calculator-last-input): Guard uses
21888 of event-key and key-press-event-p.
21889 (event-key, key-press-event-p): Delete definitions.
21890
21891 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
21892 (find-gc-source-directory, find-gc-subrs-callers)
21893 (find-gc-noreturn-list, find-gc-source-files)
21894 (find-gc-subrs-called): Vars renamed and defvar'd.
21895
21896 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
21897 (checkdoc-overlay-put, checkdoc-delete-overlay)
21898 (checkdoc-overlay-start, checkdoc-overlay-end)
21899 (checkdoc-mode-line-update, checkdoc-char=):
21900 Define such that compiler knows they are defined.
21901 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
21902 (checkdoc-read-event): Delete. Use read-event directly.
21903
21904 * whitespace.el (whitespace-make-overlay)
21905 (whitespace-overlay-put, whitespace-delete-overlay)
21906 (whitespace-overlay-start, whitespace-overlay-end):
21907 Define such that compiler knows they are defined.
21908 (whitespace): Move conditional inside.
21909
21910 * tempo.el (tempo-insert-template): Suppress warning.
21911
21912 * ediff-diff.el (longlines-mode): Add defvar.
21913
21914 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
21915
21916 * server.el: Bind "C-x #" in a way that works even if C-x is
21917 redefined to a command key, not a prefix key.
21918
21919 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
21920
21921 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
21922 cl-make-type-test till execution time.
21923
21924 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
21925
21926 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
21927 arg ARG and use it.
21928
21929 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
21930
21931 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
21932
21933 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
21934
21935 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21936 a defcustom with two :set or :type keywords.
21937
21938 2005-07-15 Richard M. Stallman <rms@gnu.org>
21939
21940 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21941 Don't give ^M comment-end syntax.
21942
21943 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
21944
21945 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
21946 Don't consider gdbmi (gdb-mi.el has its own update functions).
21947 (gdb-var-delete): Make it work for gdbmi as well.
21948 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
21949
21950 * progmodes/gud.el (etags, sdb): Only require etags when needed.
21951 (gud-speedbar-menu-items): Correct logic for enabling items.
21952
21953 2005-07-15 Kim F. Storm <storm@cua.dk>
21954
21955 * ido.el: Fix commentary.
21956 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
21957 Use with-no-warnings around ffap-guesser.
21958 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
21959 Let bind minibuffer-completing-file-name to t.
21960
21961 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
21962
21963 * startup.el (site-run-file, keyboard-type): Doc fixes.
21964 (command-line): Check for "--basic-display" argument; also for
21965 "--quick", not "--bare-bones" (which was renamed).
21966 (fancy-splash-text): Add missing item "Getting New Versions".
21967 (normal-splash-screen): Fix typos and improve consistency with
21968 `fancy-splash-text'. Update copyright year.
21969
21970 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
21971 valid binding for `help-char'.
21972
21973 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
21974
21975 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
21976
21977 * term.el (term-mode): Disable cua-mode for term buffers.
21978
21979 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
21980
21981 * add-log.el (add-log-mailing-address, change-log-merge):
21982 Doc fixes.
21983 (change-log-get-method-definition): Fix typo in docstring.
21984
21985 2005-07-14 Kim F. Storm <storm@cua.dk>
21986
21987 * emulation/cua-base.el:
21988 (cua--pre-command-handler-1, cua--pre-command-handler)
21989 (cua--post-command-handler-1, cua--post-command-handler):
21990 Split in two. Check (buffer local) value of cua-mode.
21991 (cua-selection-mode): New command.
21992
21993 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
21994
21995 * custom.el (custom-initialize-safe-set)
21996 (custom-initialize-safe-default): Doc fixes.
21997
21998 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21999 and simplify :init-value again.
22000
22001 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22002 and simplify :init-value again. Delete autoload.
22003
22004 * startup.el (command-line): Use `custom-reevaluate-setting' again
22005 for tooltip-mode.
22006
22007 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22008 a defcustom with two :initialize keywords.
22009
22010 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
22011
22012 * allout.el (my-mark-marker, allout-isearch-prior-pos)
22013 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
22014 (allout-post-command-business, allout-flag-region)
22015 (isearch-reenable-font-lock, allout-yank)
22016 (allout-insert-latex-header, allout-insert-latex-trailer)
22017 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
22018 (allout-latex-verb-quote): Fix typos in docstrings.
22019 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
22020 (allout-unprotected, allout-prefix-data):
22021 Improve argument/docstring consistency.
22022 (allout-chart-subtree): Fix argument spec.
22023 (allout-open-topic): Rename `use_sib_bullet' argument to
22024 `use-sib-bullet'. Doc fix.
22025
22026 * whitespace.el (whitespace-check-buffer-leading)
22027 (whitespace-check-buffer-trailing)
22028 (whitespace-check-buffer-indent)
22029 (whitespace-check-buffer-spacetab)
22030 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
22031 (whitespace-check-leading-whitespace)
22032 (whitespace-check-trailing-whitespace)
22033 (whitespace-check-spacetab-whitespace)
22034 (whitespace-check-indent-whitespace)
22035 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
22036 (whitespace-modes): Fix typos in docstrings.
22037 (defgroup, defcustom): Doc fixes.
22038
22039 * winner.el (winner-mode, winner-boring-buffers)
22040 (winner-pending-undo-ring): Doc fixes.
22041 (winner-ring): Remove unneeded `progn'.
22042 (winner-equal): `defsubst' it.
22043 (winner-redo): Fix message.
22044
22045 2005-07-13 Kim F. Storm <storm@cua.dk>
22046
22047 * simple.el (line-move-1): Always use vertical-motion to
22048 do the last (or only) line move to ensure some movement.
22049 Undo 2005-06-23 change--don't check for overlays.
22050
22051 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22052
22053 * term/mac-win.el (ccl-encode-mac-roman-font)
22054 (ccl-encode-mac-centraleurroman-font)
22055 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
22056 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
22057 Change charset-id boundary of dimension to ?\xef.
22058 (mac-char-fontspec-list): New constant.
22059 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
22060 argument. Nil uses itself as family in font-spec. Previous
22061 behavior for nil is now provided by non-nil non-string argument.
22062 All callers changed. Add font-specs for Mac fonts to
22063 "fontset-default" unless iso8859-1 fonts are installed.
22064
22065 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
22066
22067 * progmodes/sh-script.el (sh-get-indent-info): Only indent
22068 a continuation line if the \ is preceded by SPC or TAB.
22069 (sh-get-indent-info): Simplify.
22070 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
22071 Use with-current-buffer.
22072
22073 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
22074 when the matched text is empty.
22075
22076 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
22077
22078 * startup.el (command-line): Revert to previous handling of
22079 tooltip-mode. Explain in comment why the complexity is needed.
22080
22081 * tooltip.el (tooltip-mode): Revert to previous implementation of
22082 its defcustom.
22083
22084 * frame.el (blink-cursor-mode): Revert to previous implementation
22085 of its defcustom. Update comment.
22086
22087 2005-07-12 Lars Hansen <larsh@soem.dk>
22088
22089 * desktop.el: Update e-mail address.
22090
22091 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22092
22093 * term/mac-win.el (mac-services-mail-selection)
22094 (mac-services-mail-to): New functions.
22095 (mac-application-menu-map): Bind them.
22096
22097 2005-07-12 wulei <milton@wulei.net> (tiny change)
22098
22099 * progmodes/gdb-ui.el: Add note about buffering with Windows.
22100
22101 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
22102
22103 * custom.el (custom-reevaluate-setting): Doc fix.
22104
22105 2005-07-11 Jay Belanger <belanger@truman.edu>
22106
22107 * calc/calc.el (calc-embedded-announce-formula-alist)
22108 (calc-embedded-open-close-plain-alist)
22109 (calc-embedded-open-close-mode-alist): Add checks for additional
22110 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
22111
22112 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
22113
22114 * custom.el (custom-enable-theme): Don't add theme to
22115 `custom-enabled-themes' with `push' because there is no
22116 setf-method for `delq'.
22117
22118 2005-07-11 Richard M. Stallman <rms@gnu.org>
22119
22120 * custom.el (custom-declare-variable): Doc fix.
22121
22122 * dired-aux.el (dired-compare-directories): Remove "." and ".."
22123 from the alists.
22124
22125 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
22126 Do nothing if edebug-active.
22127
22128 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
22129 (edebug-display): Do it here instead.
22130
22131 2005-07-10 Richard M. Stallman <rms@gnu.org>
22132
22133 * cus-face.el (custom-theme-set-faces): Make it work.
22134 (custom-reset-faces): Doc fix.
22135 (custom-theme-reset-internal-face, custom-theme-face-value):
22136 Functions deleted.
22137
22138 * custom.el (custom-push-theme): Maintain list of the settings
22139 of a given theme in its theme-settings property.
22140 Maintain position of old settings in the theme-value
22141 or theme-face property.
22142 (custom-enabled-themes): New variable.
22143 (custom-theme-enabled-p): New function.
22144 (provide-theme): Update custom-enabled-themes.
22145 Disable and reenable the `user' theme.
22146 (require-theme): Doc fix.
22147 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
22148 (custom-theme-value, custom-theme-variable-value): Likewise.
22149 (custom-theme-reset-internal): Likewise.
22150 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
22151 (custom-enable-theme, custom-disable-theme): New functions.
22152 (custom-variable-theme-value, custom-face-theme-value): Likewise.
22153 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
22154 (custom-theme-reset-variables): Simplify.
22155 (deftheme, custom-declare-theme, custom-make-theme-feature):
22156 Definitions moved.
22157
22158 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
22159
22160 * longlines.el (longlines-show-region)
22161 (longlines-unshow-hard-newlines): Recognize hard newlines by
22162 non-nil hard property, instead of t.
22163
22164 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
22165
22166 * viper-cmd.el (viper--key-maps): New variable.
22167 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
22168 emulation-mode-map-alists.
22169 (viper-envelop-ESC-key): Use viper-subseq.
22170 (viper-search-forward/backward/next): Disable debug-on-error.
22171
22172 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22173 (viper-ESC-key): New defcustoms.
22174
22175 * viper-macs.el (ex-map-read-args): Use viper-subseq.
22176
22177 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
22178 (viper-subseq): Copy of subseq from cl.el.
22179
22180 * viper.el (viper-go-away, viper-set-hooks): Use
22181 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
22182
22183 * viper-mous.el (viper-current-frame-saved): Use defvar.
22184
22185 * viper-init.el: Get rid of -face in face names.
22186
22187 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
22188 Make it work with longlines mode
22189
22190 * ediff-mult.el (ediff-meta-mode-hook): New variable.
22191
22192 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
22193
22194 * ediff-init.el: Get rid of -face in face names.
22195
22196 2005-07-10 Richard M. Stallman <rms@gnu.org>
22197
22198 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
22199 and with-timeout-unsuspend.
22200
22201 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
22202 and with-timeout-unsuspend.
22203
22204 * emacs-lisp/timer.el (with-timeout-timers): New variable.
22205 (with-timeout): Bind that variable to record timers.
22206 (with-timeout-suspend, with-timeout-unsuspend): New functions.
22207
22208 * emacs-lisp/debug.el (debug-help-follow): New function.
22209 (debugger-mode-map): Use that instead of help-follow.
22210 (debugger-setup-buffer): Use eval-buffer-list
22211 to handle eval-buffer frames.
22212
22213 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
22214
22215 * timezone.el (timezone-parse-date): Change first regexp
22216 so it will not mistakenly match dates with no time zone.
22217
22218 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
22219
22220 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
22221
22222 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
22223
22224 * custom.el (custom-initialize-safe-set)
22225 (custom-initialize-safe-default): New functions.
22226
22227 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
22228 and simplify :init-value.
22229
22230 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
22231 and simplify :init-value. Delete obsolete comment.
22232
22233 * startup.el (command-line): Use `custom-reevaluate-setting' to
22234 handle `tooltip-mode'. Delete obsolete comment.
22235
22236 * files.el (set-visited-file-name): Avoid calling
22237 `file-name-nondirectory' with a nil argument.
22238
22239 2005-07-09 Richard M. Stallman <rms@gnu.org>
22240
22241 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
22242 was called with nil for the buffer, handle the read position right.
22243 Handle read position for eval-region, too.
22244
22245 2005-07-09 Juri Linkov <juri@jurta.org>
22246
22247 * fringe.el (fringe-mode): Add period in docstring.
22248 (fringe-query-style): Build prompt depending on `all-frames' arg.
22249
22250 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
22251 to not create links to unrelated functions in the Help buffer.
22252
22253 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
22254 Doc fix.
22255
22256 * simple.el (next-error-hook): New variable.
22257 (next-error): Use it. Doc fix.
22258
22259 * textmodes/ispell.el (ispell-command-loop): Add current
22260 dictionary name and program name to mode-line-format.
22261 (ispell-region, ispell-process-line): Add current dictionary name
22262 and program name to messages.
22263
22264 2005-07-08 Jay Belanger <belanger@truman.edu>
22265
22266 * calc/calc.el (calc-embedded-announce-formula-alist)
22267 (calc-embedded-open-close-formula-alist)
22268 (calc-embedded-open-close-word-alist)
22269 (calc-embedded-open-close-plain-alist)
22270 (calc-embedded-open-close-new-formula-alist)
22271 (calc-embedded-open-close-mode-alist)
22272 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
22273 (calc-embedded-mode-hook): New variables.
22274
22275 * calc/calc-embed.el (calc-embedded-firsttime)
22276 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
22277 New variables.
22278 (calc-do-embedded): Use calc-embedded-firsttime,
22279 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
22280 determine whether or not to run hooks.
22281 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
22282 calc-embedded-firsttime-formula appropriately.
22283 Set calc-embedded delimiter variables according to mode.
22284
22285 2005-07-08 Richard M. Stallman <rms@gnu.org>
22286
22287 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
22288 Check for "emacs", etc., as entire symbol, not just as word.
22289 (checkdoc-file-comments-engine): Use regexp-quote on FN.
22290
22291 * files.el (set-visited-file-name): Report the error
22292 for "empty filename" earlier.
22293 (kill-some-buffers): Ignore buffers already dead.
22294
22295 * fringe.el (fringe-mode): Doc fix.
22296
22297 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22298 Check for (featurep 'xemacs) and turn off warnings in what it guards.
22299 Use unwind-protect to ensure byte-compile-unresolved-functions
22300 is updated.
22301
22302 * whitespace.el (whitespace-buffer-leading-cleanup):
22303 Simplify w/ skip-chars-forward.
22304 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
22305
22306 * mail/rmail.el (rmail-only-expunge): Fix paren error.
22307 Unconditionally try to leave point at the same old place.
22308
22309 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
22310
22311 * comint.el (comint-postoutput-scroll-to-bottom)
22312 (comint-show-maximum-output): Take scroll-margin into consideration.
22313
22314 2005-07-08 Kim F. Storm <storm@cua.dk>
22315
22316 * ido.el (ido-use-filename-at-point): New choice `guess'.
22317 (ido-file-internal): Try ffap-guesser if selected.
22318
22319 * ido.el (ido-before-fallback-functions): New hook.
22320 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
22321 (ido-read-file-name): Run it.
22322
22323 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
22324
22325 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
22326 strings rather than a list of symbols to the completion function.
22327
22328 2005-07-07 Jay Belanger <belanger@truman.edu>
22329
22330 * calc/calc-units.el (math-apply-units): Change the places in
22331 which units are simplified.
22332
22333 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
22334
22335 * cus-edit.el (customize-option, customize-option-other-window):
22336 Make them handle aliases.
22337
22338 * custom.el (custom-variable-p): Make it recursively follow
22339 aliases. Mention that in the docstring.
22340
22341 2005-07-07 Richard M. Stallman <rms@gnu.org>
22342
22343 * cus-start.el (exec-path): Use `directory' instead of `file'.
22344 Fix tag for nil.
22345
22346 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
22347
22348 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
22349 when called non-interactively. Doc fix.
22350
22351 2005-07-07 Lute Kamstra <lute@gnu.org>
22352
22353 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
22354 new address as well.
22355
22356 2005-07-07 Kenichi Handa <handa@m17n.org>
22357
22358 * international/mule.el (make-coding-system):
22359 Describe `ascii-incompatible' property in the docstring.
22360 (set-file-name-coding-system): Signal an error if coding-system is
22361 ascii-incompatible.
22362 (set-keyboard-coding-system): Likewise.
22363
22364 * international/mule-cmds.el (set-default-coding-systems):
22365 Don't set default-file-name-coding-system and
22366 default-keyboard-coding-system if coding-system is ASCII-incompatible.
22367
22368 * international/utf-16.el: Declare that all UTF-16-based coding
22369 systems are ASCII-incompatible.
22370
22371 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
22372
22373 * progmodes/gud.el: Require font-lock for displaying errors.
22374 Used by gdb-ui.el.
22375
22376 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
22377
22378 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
22379 values for the pattern lists which are `read'able but not
22380 `append'able (like symbols).
22381
22382 2005-07-06 Richard M. Stallman <rms@gnu.org>
22383
22384 * progmodes/flymake.el (flymake-float-time): Instead of
22385 with-no-warnings, test for XEmacs.
22386 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
22387 to avoid warning.
22388
22389 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
22390
22391 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
22392
22393 2005-07-05 Lute Kamstra <lute@gnu.org>
22394
22395 * battery.el: Add support for Darwin (with much debugging help
22396 from Samuel Lauber <sam124@operamail.com>).
22397 (battery-status-function, battery-echo-area-format)
22398 (battery-mode-line-format): Add support for pmset on Darwin.
22399 (battery-load-low, battery-load-critical): New user options.
22400 (battery-pmset): New function.
22401
22402 2005-07-05 Lute Kamstra <lute@gnu.org>
22403
22404 Update FSF's address in GPL notices.
22405
22406 * textmodes/page-ext.el: Update FSF's address.
22407
22408 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22409
22410 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
22411 filling from using prefix when filling a single-line docstring.
22412
22413 * progmodes/flymake.el: Remove useless eval-when-compile.
22414
22415 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
22416
22417 2005-07-04 Richard M. Stallman <rms@gnu.org>
22418
22419 * textmodes/org.el (org-file-apps-defaults-gnu):
22420 Rename from org-file-apps-defaults-linux.
22421 (org-default-apps): Don't test system-type for `linux'.
22422 (org-file-apps): Doc fix.
22423
22424 2005-07-04 David Ponce <david@dponce.com>
22425
22426 * tree-widget.el: Improve header Commentary section.
22427 (tree-widget) [defgroup]
22428 (tree-widget-image-enable, tree-widget-themes-directory)
22429 (tree-widget-theme, tree-widget-image-properties-emacs)
22430 (tree-widget-image-properties-xemacs, tree-widget-create-image)
22431 (tree-widget-image-formats, tree-widget-control)
22432 (tree-widget-empty-control, tree-widget-leaf-control
22433 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
22434 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
22435 (tree-widget-keep, tree-widget-after-toggle-functions)
22436 (tree-widget-open-node, tree-widget-close-node): Doc fix.
22437 (tree-widget-open-control, tree-widget-close-control): Fix doc and
22438 :help-echo message.
22439 (tree-widget-set-theme): Doc fix. Use `string-equal'.
22440 (tree-widget-image-properties): Doc fix. Clearer implementation.
22441 (tree-widget--cursors): New constant.
22442 (tree-widget-lookup-image): New function split from
22443 `tree-widget-find-image'. Clearer implementation.
22444 (tree-widget-find-image): Use it.
22445 (tree-widget-button-keymap): Use `set-keymap-parent'.
22446 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
22447 Define the sub-widgets here.
22448 (tree-widget-node): Check that :node is not a tree-widget.
22449 (tree-widget-get-super, tree-widget-open-control)
22450 (tree-widget-close-control, tree-widget-empty-control)
22451 (tree-widget-leaf-control, tree-widget-guide)
22452 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
22453 (tree-widget-no-handle, tree-widget-value-delete)
22454 (tree-widget-map): Remove.
22455 (tree-widget-children-value-save): Doc fix. Simplified.
22456 (tree-widget-value-create): Update according to previous changes.
22457
22458 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
22459
22460 * textmodes/org.el: Leading space replaced by TABS.
22461 (org-recalc-marks, org-table-rotate-recalc-marks)
22462 (org-table-get-specials): Treat "^" and "_" marks.
22463 (org-table-justify-field-maybe): Optional argument NEW.
22464 (org-table-eval-formula): Parsing of the format simplified.
22465 New modes C,I. Honor the %= parameter in the current table.
22466 Avoid unnecessary re-align by using the NEW argument to
22467 `org-table-justify-field-maybe'.
22468 (org-calc-default-modes): Default for date-format mimicks org-mode.
22469 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
22470
22471 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
22472
22473 * cus-face.el (custom-theme-set-faces): Make it handle face
22474 aliases whose alias declarations are pre- or autoloaded.
22475
22476 2005-07-04 Juri Linkov <juri@jurta.org>
22477
22478 * faces.el (read-face-name): Put the code for getting a face name
22479 from the buffer before adding the faces from the `face' property.
22480 Use `completing-read-multiple' instead of `completing-read'.
22481 Require `crm'. Add default value and post-process the returned
22482 list of faces.
22483
22484 * emacs-lisp/crm.el (crm-find-current-element)
22485 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
22486
22487 * emacs-lisp/lisp-mode.el (eval-defun-1):
22488 * emacs-lisp/edebug.el (edebug-eval-defun):
22489 Remove unnecessary quotes.
22490
22491 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
22492
22493 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
22494 (prolog-indent-level): Fix typo in docstring.
22495
22496 * info.el (Info-history, Info-history-forward)
22497 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
22498
22499 * add-log.el (add-change-log-entry):
22500 * comint.el (comint-dynamic-list-input-ring)
22501 (comint-dynamic-list-completions):
22502 * dabbrev.el (dabbrev-expand):
22503 * delim-col.el (delimit-columns-rectangle-line):
22504 * diff-mode.el (diff-context->unified, diff-reverse-direction)
22505 (diff-unified->context):
22506 * ediff-init.el (ediff-abbrev-jobname):
22507 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
22508 (ediff-replace-session-activity-marker-in-meta-buffer):
22509 * info.el (Info-summary):
22510 * lpr.el (printify-region):
22511 * printing.el (pr-create-interface):
22512 * ps-print.el (ps-print-quote):
22513 * ses.el (ses-column-widths, ses-print-cell)
22514 (ses-adjust-print-width, ses-center):
22515 * shell.el (shell-file-name-quote-list):
22516 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
22517 (strokes-fill-current-buffer-with-whitespace)
22518 (strokes-xpm-for-stroke, strokes-list-strokes)
22519 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
22520 * term.el (term-dynamic-list-input-ring)
22521 (term-dynamic-list-completions):
22522 * calc/calc.el (math-format-stack-value):
22523 * emacs-lisp/edebug.el (edebug-display-freq-count):
22524 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
22525 (delphi-new-comment-line):
22526 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
22527 * progmodes/executable.el (executable-set-magic):
22528 * progmodes/python.el (inferior-python-mode):
22529 * progmodes/scheme.el (scheme-mode-syntax-table):
22530 * progmodes/sh-script.el (sh-maybe-here-document):
22531 * progmodes/sql.el (sql-copy-column):
22532 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
22533 * textmodes/bibtex.el (bibtex-mode):
22534 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
22535 (sgml-auto-attributes):
22536 * textmodes/table.el (table-insert, table-shorten-cell)
22537 (table--generate-source-scan-lines, table-delete-row)
22538 (*table--cell-delete-char, table--spacify-frame)
22539 (table--horizontally-shift-above-and-below)
22540 (table--cell-insert-char, table--cell-blank-str)
22541 (table--fill-region-strictly):
22542 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
22543 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
22544
22545 * add-log.el (change-log):
22546 * apropos.el (apropos):
22547 * comint.el (comint-completion, comint-source):
22548 * dabbrev.el (dabbrev):
22549 * delim-col.el (columns):
22550 * diff-mode.el (diff-mode):
22551 * ediff.el (ediff):
22552 * ediff-diff.el (ediff-diff):
22553 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
22554 * ediff-mult.el (ediff-mult):
22555 * ediff-ptch.el (ediff-ptch):
22556 * ediff-wind.el (ediff-window):
22557 * facemenu.el (facemenu):
22558 * indent.el (indent):
22559 * info.el (info):
22560 * jka-cmpr-hook.el (compression, jka-compr):
22561 * lpr.el (lpr):
22562 * outline.el (outlines):
22563 * pcmpl-cvs.el (pcmpl-cvs):
22564 * pcmpl-rpm.el (pcmpl-rpm):
22565 * printing.el (printing):
22566 * ps-print.el (postscript, ps-print, ps-print-horizontal)
22567 (ps-print-vertical, ps-print-headers, ps-print-font)
22568 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
22569 (ps-print-background, ps-print-printer, ps-print-page)
22570 (ps-print-miscellany):
22571 * ses.el (ses):
22572 * shell.el (shell, shell-directories, shell-faces):
22573 * startup.el (initialization):
22574 * strokes.el (strokes):
22575 * term.el (term):
22576 * uniquify.el (uniquify):
22577 * w32-vars.el (w32):
22578 * calc/calc.el (calc):
22579 * emacs-lisp/bytecomp.el (bytecomp):
22580 * emacs-lisp/cl-indent.el (lisp-indent):
22581 * emacs-lisp/edebug.el (edebug):
22582 * emacs-lisp/elp.el (elp):
22583 * emacs-lisp/testcover.el (testcover):
22584 * emacs-lisp/trace.el (trace):
22585 * emulation/viper-ex.el (viper-ex):
22586 * emulation/viper-mous.el (viper-mouse):
22587 * mail/mailalias.el (mailalias):
22588 * mail/supercite.el (supercite, supercite-frames)
22589 (supercite-attr, supercite-cite, supercite-hooks):
22590 * net/rcompile.el (remote-compile):
22591 * net/rlogin.el (rlogin):
22592 * obsolete/ooutline.el (outlines):
22593 * progmodes/delphi.el (delphi):
22594 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
22595 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
22596 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
22597 (ebnf-optimization):
22598 * progmodes/etags.el (etags):
22599 * progmodes/executable.el (executable):
22600 * progmodes/idlwave.el (idlwave):
22601 * progmodes/pascal.el (pascal):
22602 * progmodes/prolog.el (prolog):
22603 * progmodes/python.el (python):
22604 * progmodes/scheme.el (scheme):
22605 * progmodes/sh-script.el (sh, sh-script):
22606 * progmodes/sql.el (SQL):
22607 * progmodes/tcl.el (tcl):
22608 * textmodes/bibtex.el (bibtex, bibtex-autokey):
22609 * textmodes/enriched.el (enriched):
22610 * textmodes/makeinfo.el (makeinfo):
22611 * textmodes/sgml-mode.el (sgml):
22612 * textmodes/table.el (table-hooks):
22613 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
22614 * textmodes/texinfo.el (texinfo):
22615 * textmodes/two-column.el (two-column):
22616 Finish `defgroup' description with period.
22617
22618 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
22619 * eshell/esh-var.el (eshell-var):
22620 * progmodes/vhdl-mode.el (vhdl-testbench):
22621 * textmodes/org.el (org): Fix typos in docstrings.
22622
22623 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
22624 consistency.
22625
22626 * progmodes/flymake.el (flymake-find-file): Remove.
22627 (flymake-float-time): Use `with-no-warnings'.
22628 (flymake-check-start-time, flymake-check-was-interrupted)
22629 (flymake-err-info, flymake-is-running, flymake-last-change-time)
22630 (flymake-new-err-info): `defvar' at compile time.
22631
22632 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
22633
22634 * replace.el (occur-hook): Doc fix.
22635 (occur-1): Don't call `occur-hook' if there are no matches.
22636
22637 2005-07-03 Richard M. Stallman <rms@gnu.org>
22638
22639 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
22640 global-map, save the same map.
22641 (global-map): Don't alter it at top level.
22642 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
22643 Then alter it here instead.
22644 (tpu-edt-off): Set global-map to the saved one.
22645
22646 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
22647 All references simplified.
22648 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
22649 (zmacs-regions): Add defvar.
22650 (repeat-complex-command-map): Everything about that deleted.
22651
22652 * textmodes/artist.el (artist-key-is-drawing)
22653 (artist-key-endpoint1, artist-key-poly-point-list)
22654 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
22655 (artist-key-compl-table, artist-rb-save-data)
22656 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
22657 Don't put them in eval-when-compile.
22658 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
22659
22660 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
22661 Use with-no-warnings.
22662
22663 * net/browse-url.el (dos-windows-version): Add defvar.
22664
22665 * mail/supercite.el (filladapt-prefix-table): Add defvar.
22666
22667 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
22668 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
22669 (rmail-new-summary-line-count): Rename from new-summary-line-count.
22670 Add defvar.
22671 (rmail-summary-beginning-of-message): Use with-no-warnings.
22672 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
22673
22674 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
22675 Use with-no-warnings.
22676
22677 * emulation/vi.el (vi-mark-region): Use c-mark-function.
22678 (c-mark-function): Add point-moving-unit property.
22679 (vi-goto-line): Use with-no-warnings.
22680
22681 * emulation/edt.el (edt-last-copied-word): Add defvar.
22682 (zmacs-region-stays): Likewise.
22683 (edt-mark-section-wisely): Use c-mark-function for C.
22684 Use makr-defun for Fortran.
22685 (time-string): defvar deleted.
22686 (edt-display-the-time): Don't set time-string.
22687
22688 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
22689
22690 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22691 Don't warn when name is not constant
22692 or for defining the group `emacs'.
22693
22694 * tooltip.el (gud-tooltip-mode): Add defvar.
22695
22696 * startup.el (default-frame-background-mode): Add defvar.
22697
22698 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
22699
22700 * info.el (tool-bar-map): Add defvar.
22701
22702 * dired.el (dnd-protocol-alist): Add defvar.
22703
22704 * dired-aux.el (dired-query): Display question with answer, when
22705 the user answers.
22706
22707 * custom.el (custom-add-option): Doc fix.
22708
22709 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
22710
22711 2005-07-03 Eli Zaretskii <eliz@gnu.org>
22712
22713 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
22714 bogus name from the last change.
22715
22716 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
22717
22718 * custom.el (custom-declare-variable): Fix typos in comment.
22719 (custom-known-themes): Doc fix.
22720 (custom-theme-directory): New defcustom.
22721 (require-theme): Make it check `custom-theme-directory'.
22722
22723 * cus-theme.el (custom-new-theme-mode): New function.
22724 (custom-theme-name, custom-theme-variables, custom-theme-faces)
22725 (custom-theme-description): Add compiler defvars.
22726 (customize-create-theme): Add doc to the "*New Custom Theme*"
22727 buffer. Use `custom-new-theme-mode'.
22728 (custom-theme-write): Put the created buffer in emacs-lisp-mode
22729 and save it to the `custom-theme-directory'. Make this the
22730 default directory of the buffer.
22731
22732 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
22733
22734 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
22735 Fix unbalanced parentheses.
22736
22737 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
22738
22739 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
22740 into flymake-mode and delegate to flymake-mode.
22741
22742 * find-file.el (ff-which-function-are-we-in): Clean up.
22743
22744 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
22745
22746 * replace.el (occur-rename-buffer): Fix docstring.
22747
22748 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
22749 (edt-last-copied-word, edt-learn-macro-count)
22750 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
22751 (edt-rect-start-point, edt-user-global-map, rect-start-point)
22752 (time-string, zmacs-region-stays):
22753 * emulation/edt-mapper.el (edt-save-function-key-map)
22754 (EDT-key-name): `defvar' to silence the byte-compiler.
22755
22756 2005-07-02 Martin Rudalics <rudalics@gmx.at>
22757
22758 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
22759 font-lock-regexp-backslash. Doc fix.
22760 (font-lock-regexp-backslash-grouping-construct): Rename from
22761 font-lock-regexp-backslash-construct. Doc fix.
22762 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
22763 grouping constructs.
22764
22765 2005-07-02 Eli Zaretskii <eliz@gnu.org>
22766
22767 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
22768 updating all the prerequisites.
22769
22770 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
22771
22772 * textmodes/org.el (org-agenda-start-on-weekday)
22773 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
22774 (org-agenda-use-time-grid, org-archive-location)
22775 (org-allow-space-in-links, org-usenet-links-prefer-google)
22776 (org-enable-table-editor, org-export-default-language)
22777 (org-export-html-show-new-buffer, org-fill-paragraph)
22778 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
22779 (org-goto-quit, org-occur, org-eval-in-calendar)
22780 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
22781 (org-agenda-diary-entry, org-remember-help)
22782 (org-table-convert-region, org-at-table-p)
22783 (org-table-move-row-down, org-table-move-row-up)
22784 (org-table-copy-region, org-table-toggle-vline-visibility)
22785 (org-table-get-stored-formulas, org-table-get-specials)
22786 (org-recalc-commands, org-table-eval-formula)
22787 (org-table-formula-substitute-names, orgtbl-make-binding)
22788 (org-format-org-table-html, org-format-table-table-html)
22789 (org-format-table-table-html-using-table-generate-source)
22790 (org-customize): Fix typos in docstrings.
22791 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
22792 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
22793 (org-back-to-heading): Doc fixes.
22794 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
22795 (org-agenda-change-all-lines, org-get-header):
22796 Improve argument/docstring consistency.
22797 (orgtbl-error): Fix error message.
22798
22799 * progmodes/flymake.el (flymake-find-possible-master-files)
22800 (flymake-master-file-compare, flymake-get-line-err-count)
22801 (flymake-highlight-line, flymake-gui-warnings-enabled):
22802 Fix typos in docstrings.
22803 (flymake-parse-line, flymake-get-project-include-dirs-function)
22804 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
22805 Doc fixes.
22806 (flymake-get-project-include-dirs-function)
22807 (flymake-make-err-menu-data):
22808 Improve argument/docstring consistency.
22809
22810 2005-07-01 Lute Kamstra <lute@gnu.org>
22811
22812 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
22813 Catch errors with ignore-errors. Use temporary buffer.
22814 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
22815
22816 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
22817 background color faces.
22818 (facemenu-set-foreground, facemenu-set-background):
22819 Use facemenu-set-face-from-menu.
22820 (facemenu-set-face-from-menu): Treat face names that start with
22821 "fg:" or "bg:" as special.
22822 (facemenu-add-new-color): Don't create faces. Simplify.
22823
22824 2005-06-30 Richard M. Stallman <rms@gnu.org>
22825
22826 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
22827 (crm-find-current-element): Likewise.
22828
22829 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22830
22831 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
22832
22833 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
22834
22835 * arc-mode.el (archive-extract): Make it work as a mouse binding.
22836 (archive-mouse-extract): Make it an obsolete alias.
22837 (archive-mode-map): Don't use archive-mouse-extract any more.
22838 (archive-mode, archive-extract): write-contents-hooks ->
22839 write-contents-functions.
22840 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
22841 first arg.
22842 (archive-rename-entry): Update the call.
22843 (archive-zip-summarize): Remove unused var `method'.
22844 (archive-lzh-summarize): Remove unused var `creator'.
22845
22846 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
22847 dedicated frame upon exit.
22848
22849 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
22850 (archive-zip-extract, archive-zip-expunge)
22851 (archive-zip-update, archive-zip-update-case): Use executable-find.
22852 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
22853 Use restore-buffer-modified-p.
22854 (archive-extract, archive-add-new-member, archive-write-file-member):
22855 Use with-current-buffer.
22856 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
22857
22858 2005-06-30 Andreas Schwab <schwab@suse.de>
22859
22860 * progmodes/gud.el (gud-filter): Remove unneeded progn.
22861
22862 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22863
22864 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
22865
22866 2005-06-30 Juri Linkov <juri@jurta.org>
22867
22868 * faces.el (vertical-border): Inherit from mode-line-inactive
22869 only on tty.
22870
22871 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
22872
22873 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
22874 example, -NLINES in the `occur' docstring).
22875
22876 * replace.el (occur-1): When no matches are found, do not set the
22877 `buffer-read-only' and modified flags for the occur buffer,
22878 because it is deleted.
22879
22880 * emulation/cua-base.el (cua-check-pending-input)
22881 (cua-repeat-replace-region, cua-mode, cua-debug)
22882 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
22883 Fix typos in docstrings.
22884
22885 * emulation/cua-gmrk.el (cua-toggle-global-mark)
22886 (cua-cut-region-to-global-mark)
22887 (cua--cut-rectangle-to-global-mark):
22888 Remove period from end of messages.
22889
22890 * emulation/cua-rect.el (cua-do-rectangle-padding):
22891 Remove period from end of messages.
22892 (cua--rectangle-seq-format): Fix typo in docstring.
22893 (cua-sequence-rectangle, cua-fill-char-rectangle):
22894 Improve argument/docstring consistency.
22895
22896 2005-06-29 Juri Linkov <juri@jurta.org>
22897
22898 * faces.el (default-frame-background-mode): New internal variable.
22899 (frame-set-background-mode): Use it.
22900
22901 * startup.el (normal-top-level): Set default-frame-background-mode
22902 instead of frame-background-mode. Before setting it, test for its
22903 nil value. Remove tests for frame-background-mode and frame
22904 parameter `reverse'. Add test for "unspecified-fg".
22905
22906 * term/xterm.el (xterm-rxvt-set-background-mode):
22907 * term/rxvt.el (rxvt-set-background-mode):
22908 Set default-frame-background-mode instead of frame-background-mode.
22909
22910 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
22911
22912 * simple.el (set-variable): Warn about obsolete user variables.
22913
22914 * imenu.el (imenu--completion-buffer):
22915 * mouse.el (mouse-buffer-menu-alist):
22916 * msb.el (msb-invisible-buffer-p):
22917 * calendar/diary-lib.el (diary-header-line-format):
22918 * emacs-lisp/pp.el (pp-buffer):
22919 * progmodes/cperl-mode.el (cperl-do-auto-fill):
22920 * textmodes/picture.el (picture-replace-match):
22921 Change space constants followed by a sexp to "?\s ".
22922
22923 * play/decipher.el (decipher-loop-with-breaks):
22924 * textmodes/texinfo.el (texinfo-insert-@item): Change space
22925 constants "protected" from end of line by a comment to "?\s".
22926
22927 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22928
22929 * font-lock.el (save-buffer-state): Use `declare'.
22930
22931 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
22932 reset the syntax-table to cperl-mode-syntax-table.
22933 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
22934 "foo_print_bar" is not matched as a reserved keyword.
22935
22936 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
22937
22938 * textmodes/org.el (orgtbl-setup): New function, for delayed
22939 setup for the orgtbl commands.
22940 (org-calc-default-modes): New option.
22941 (orgtbl-make-binding): Use `defun' to get better help display.
22942 (org-diary): Call `org-compile-prefix-format'.
22943 (org-table-formula-substitute-names): New function.
22944 (org-agenda-day-view, org-agenda-week-view): New commands.
22945 (org-agenda-toggle-week-view): Command removed.
22946 (org-tbl-menu): Split off from org-org-menu.
22947 (org-mode): Move removal of outline-mode menus to here.
22948 (org-table-formula-debug): New option.
22949 (org-table-insert-row): Keep first field if just "#" or "*".
22950 (org-mode): Paragraph regexps fixed.
22951 (org-table-recalculate-regexp): New constant.
22952 (org-table-justify-field-maybe): Avoid replace if not necessary.
22953 (org-copy-special, org-cut-special): Use `call-interactively'.
22954 (org-table-copy-region): Take region from `interactive' call.
22955 (org-trim): Return string even if no match.
22956 (org-formula): New face.
22957 (org-set-font-lock-defaults): No longer highlight "FIXME".
22958 But highlight formula-related fields in table.
22959 (org-table-p): Use regexp, not fontification.
22960 (org-table-align): Handle white space at end of line.
22961 (org-table-formula-evaluate-inline): New option.
22962 (org-mode): Auto-wrapping in comment lines turned off.
22963 (org-table-copy-down): Evaluate only in copied field, not in
22964 destination.
22965 (org-table-current-formula): Variable removed.
22966 (org-table-store-formulas, org-table-get-stored-formulas)
22967 (org-table-modify-formulas, org-table-replace-in-formulas)
22968 (org-table-maybe-eval-formula): New functions.
22969 (org-table-get-formula): Modify to use stored formulas.
22970 (org-table-insert-column, org-table-delete-column)
22971 (org-table-move-column): Call `org-table-modify-formulas'.
22972 (org-complete): Add completion for keyword formulas.
22973 (orgtbl-mode): Pull orgtbl-mode-map to start of
22974 minor-mode-map-alist.
22975
22976 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22977
22978 * progmodes/python.el (python-check): Require `compile' before
22979 modifying its variables.
22980
22981 * newcomment.el (comment-indent-default): Don't get fooled by an early
22982 end of buffer.
22983
22984 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22985
22986 * ps-print.el (ps-print-version): Fix version number.
22987
22988 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
22989
22990 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
22991
22992 2005-06-28 Richard M. Stallman <rms@gnu.org>
22993
22994 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
22995 (flyspell-local-mouse-map): Declaration deleted.
22996 (flyspell-mouse-map): Bind only mouse-2.
22997 (flyspell-mode-map): Don't test flyspell-use-local-map.
22998 (flyspell-overlay-keymap-property-name): Var deleted.
22999 (flyspell-mode-on): Don't make local bindings for
23000 flyspell-mouse-map and flyspell-mode-map.
23001 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
23002
23003 * textmodes/ispell.el (ispell-word): Do not ignore short words.
23004
23005 * progmodes/compile.el (compilation-next-error-function):
23006 Don't switch buffers; operate on the current buffer.
23007
23008 * progmodes/compile.el (compilation-error-file-name)
23009 (compilation-warning-file-name, compilation-info-file-name)
23010 (compilation-line-number, compilation-column-number): New faces.
23011 (compilation-error-face, compilation-warning-face)
23012 (compilation-info-face, compilation-line-face)
23013 (compilation-column-face): Use them.
23014
23015 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
23016
23017 * comint.el (comint-password-prompt-regexp): Accept ", try again".
23018
23019 * bindings.el (global-map): Bind insertchar and its variants.
23020
23021 2005-06-27 Richard M. Stallman <rms@gnu.org>
23022
23023 * textmodes/artist.el (artist-text-overwrite)
23024 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
23025
23026 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23027
23028 * ps-print.el: It was not working the page selection for printing.
23029 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
23030 (ps-print-version): New version 6.6.7.
23031 (ps-end-sheet): New fun.
23032 (ps-header-sheet, ps-end-job): Call it.
23033
23034 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
23035
23036 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
23037
23038 2005-06-27 Lute Kamstra <lute@gnu.org>
23039
23040 * facemenu.el (facemenu-unlisted-faces): Add foreground and
23041 background color faces.
23042 (facemenu-get-face): Delete function.
23043 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
23044 (facemenu-add-new-color): Make second argument mandatory.
23045 Create the appropriate face and return it. Simplify.
23046 (facemenu-set-foreground, facemenu-set-background): Don't check if
23047 color is defined. Use return value of facemenu-add-new-color.
23048
23049 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
23050
23051 * progmodes/gud.el (gud-filter): Add missing argument to
23052 with-selected-window.
23053
23054 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
23055
23056 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
23057 a :require to the defcustom.
23058
23059 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
23060 defcustoms corresponding to minor modes.
23061
23062 2005-06-26 David Ponce <david@dponce.com>
23063
23064 * recentf.el: Require tree-widget instead of wid-edit.
23065 (recentf-filename-handler): Fix widget :type.
23066 (recentf-cancel-dialog, recentf-open-more-files)
23067 (recentf-open-files-action): Doc fix.
23068 (recentf-dialog-goto-first): New function.
23069 (recentf-dialog-mode-map): Set parent keymap first.
23070 (recentf-dialog-mode): Define with define-derived-mode.
23071 Don't display continuation lines in dialogs.
23072 (recentf-edit-list): Rename from recentf-edit-selected-items.
23073 (recentf-edit-list-select): Rename from recentf-edit-list-action.
23074 Simplify.
23075 (recentf-edit-list-validate): New function.
23076 (recentf-edit-list): Update accordingly.
23077 (recentf-open-files-item-shift): Remove.
23078 (recentf-open-files-item): Convert menu elements into tree and
23079 link widgets. Don't create the widgets.
23080 (recentf-open-files): Update accordingly.
23081 (recentf-save-list): Untabify.
23082
23083 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
23084
23085 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
23086 (keep-lines): Add INTERACTIVE arg. Never delete lines only
23087 partially contained in the active region. Do not take active
23088 region into account when called from Lisp, unless INTERACTIVE arg
23089 is non-nil. Use `forward-line' instead of `beginning-of-line' to
23090 avoid trouble with fields. Make marker point nowhere when no
23091 longer used. Always return nil. Doc fix.
23092 (flush-lines): Add INTERACTIVE arg. Do not take active region
23093 into account when called from Lisp, unless INTERACTIVE arg is
23094 non-nil. Use `forward-line' instead of `beginning-of-line' to
23095 avoid trouble with fields. Make marker point nowhere when no
23096 longer used. Always return nil. Doc fix.
23097 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
23098 interchangeable. Do not take active region into account when
23099 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
23100 message in echo area when called from Lisp, unless INTERACTIVE arg
23101 is non-nil. Avoid saying "1 occurrences". Do not use markers.
23102 Return the number of matches. Doc fix.
23103 (occur): Doc fix.
23104 (perform-replace): Make comment follow double space convention for
23105 the sake of `outline-minor-mode'.
23106
23107 * faces.el (facep): Doc fix.
23108
23109 2005-06-25 Richard M. Stallman <rms@gnu.org>
23110
23111 * facemenu.el (facemenu-enable-faces-p): New function.
23112 (facemenu-background-menu, facemenu-foreground-menu)
23113 (facemenu-face-menu): Add menu-enable property.
23114
23115 * jka-compr.el (jka-compr-insert-file-contents):
23116 Special handling if cannot find the uncompression program.
23117
23118 * cus-face.el (custom-face-attributes): Add autoload.
23119
23120 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23121 Bind comment-indent-function locally.
23122
23123 * window.el (save-selected-window): Use save-current-buffer.
23124
23125 * subr.el (with-selected-window): Use save-current-buffer.
23126
23127 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
23128 and with-current-buffer.
23129
23130 2005-06-24 Richard M. Stallman <rms@gnu.org>
23131
23132 * simple.el (line-move-1): Fix previous change.
23133
23134 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
23135
23136 * replace.el (occur-1): Set `buffer-read-only' and the
23137 buffer-modified flag before running `occur-hook' to protect
23138 against unintentional buffer switches that can lead to data loss.
23139
23140 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
23141
23142 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
23143 (gud-gdb-marker-filter): Use font-lock-warning-face for any
23144 initial error.
23145
23146 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
23147 after fresh input.
23148 (gdb-var-create-handler): Put name of expression in quotes.
23149
23150 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
23151
23152 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
23153 elements of RING in order, and without bogus nil elements.
23154
23155 2005-06-23 Richard M. Stallman <rms@gnu.org>
23156
23157 * simple.el (set-variable): Args renamed; doc fix.
23158 (line-move-1): When there are overlays around, use vertical-motion.
23159
23160 * faces.el (escape-glyph): Use brown against light background.
23161 (nobreak-space): Rename from no-break-space.
23162 Fix previous change.
23163
23164 * dired-aux.el (dired-do-copy): Fix arg prompt.
23165
23166 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
23167
23168 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23169
23170 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
23171 rather than "Distributor".
23172
23173 2005-06-23 Lute Kamstra <lute@gnu.org>
23174
23175 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
23176 (debug-on-entry): Use it. New interactive declaration that uses
23177 function-called-at-point.
23178
23179 2005-06-23 Kim F. Storm <storm@cua.dk>
23180
23181 * subr.el (save-match-data): Add comment about using evaporate arg
23182 to set-match-data.
23183
23184 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
23185
23186 * cus-edit.el (customize-face)
23187 (customize-face-other-window): Handle face aliases.
23188
23189 * faces.el (face-documentation, set-face-attribute)
23190 (face-spec-set): Handle face aliases.
23191
23192 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
23193
23194 * help-mode.el (help-make-xrefs): If a symbol representing a face
23195 name is not followed by the word "face", it could still be a
23196 function or variable name, so don't bypass other checks.
23197
23198 2005-06-22 Juri Linkov <juri@jurta.org>
23199
23200 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
23201 Replace aliased functions with calls where second arg `inherit' is t.
23202
23203 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
23204
23205 * progmodes/gdb-ui.el (gdb-error): New variable.
23206 (gdb-error): New function.
23207 (gdb-annotation-rules): Act on error-begin and error annotations.
23208 (gdb-concat-output): Use font-lock-warning-face for errors.
23209
23210 2005-06-22 Miles Bader <miles@gnu.org>
23211
23212 * bindings.el (propertized-buffer-identification): Use renamed
23213 `Buffer-menu-buffer' face.
23214
23215 * faces.el (vertical-border): Rename from `vertical-divider'.
23216 (escape-glyph): Change dark-background color back to `cyan'.
23217
23218 2005-06-21 Juri Linkov <juri@jurta.org>
23219
23220 * faces.el (face-user-default-spec): Try getting `customized-face'
23221 prior to `saved-face'.
23222 (frame-background-mode): Refill docstring.
23223
23224 * emacs-lisp/lisp-mode.el (eval-defun-1):
23225 * emacs-lisp/edebug.el (edebug-eval-defun):
23226 Set `saved-face' temporarily to nil before calling form.
23227 Set `customized-face' to the new spec after that.
23228
23229 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
23230
23231 * subr.el (1value, lambda, key-substitution-in-progress):
23232 Doc fixes.
23233
23234 * autoinsert.el (auto-insert-alist):
23235 * ses.el (ses-call-printer):
23236 * subr.el (noreturn):
23237 * emacs-lisp/lisp.el (check-parens):
23238 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
23239 * net/browse-url.el (browse-url-mosaic):
23240 * progmodes/cc-defs.el (c-safe-scan-lists):
23241 * progmodes/ebnf-abn.el (ebnf-abn-lex):
23242 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
23243 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
23244 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
23245 * progmodes/ebnf-iso.el (ebnf-iso-lex):
23246 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
23247
23248 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
23249
23250 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
23251
23252 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
23253
23254 * calendar/appt.el (appt-make-list): Activate the package, if
23255 not already active (for backwards compatibility).
23256
23257 2005-06-20 Kim F. Storm <storm@cua.dk>
23258
23259 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
23260
23261 2005-06-20 Miles Bader <miles@gnu.org>
23262
23263 * faces.el (vertical-divider): New face.
23264
23265 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
23266
23267 * simple.el (kill-whole-line): Doc fix.
23268 (next-error-buffer-p, next-error-find-buffer)
23269 (clone-indirect-buffer): Fix typos in docstrings.
23270 (comment-line-break-function): Doc fix: don't say variable
23271 is automatically buffer-local (it isn't).
23272
23273 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
23274
23275 * net/tramp-ftp.el (top):
23276 * net/tramp-smb.el (top):
23277 * net/tramp-util.el (top):
23278 * net/tramp-uu.el (top):
23279 * net/tramp-vc.el (top):
23280 * net/tramp.el (top): Revert copyright years back to original
23281 ones. Tramp has a life outside GNU Emacs.
23282
23283 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
23284
23285 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
23286
23287 2005-06-18 Juri Linkov <juri@jurta.org>
23288
23289 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
23290 end of first regexp to limit the match to the position between
23291 line number and source line with same separator character as used
23292 between file name and line number. In the second regexp limit
23293 mouse-face area to file name and line number by adding new group
23294 for them and referring it in HYPERLINK arg.
23295 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
23296 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
23297 previous line where grep markers may be already removed.
23298
23299 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
23300
23301 * progmodes/ps-mode.el: Update version and maintainer's email address.
23302
23303 2005-06-18 Steve Youngs <steve@xemacs.org>
23304
23305 * net/browse-url.el (browse-url-browser-function)
23306 (browse-url-default-browser): Add firefox.
23307 (browse-url-firefox-program, browse-url-firefox-arguments)
23308 (browse-url-firefox-startup-arguments)
23309 (browse-url-firefox-new-window-is-tab): New defcustoms.
23310 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
23311
23312 2005-06-17 Richard M. Stallman <rms@gnu.org>
23313
23314 * startup.el (command-line): Warn if specified user name has
23315 no home directory.
23316
23317 * term.el (term-get-old-input, term-input-filter, term-input-sender)
23318 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
23319
23320 * longlines.el (longlines-mode, longlines-show-hard-newlines):
23321 Doc fixes.
23322
23323 * faces.el (underline): Try bold if terminal doesn't support underline.
23324
23325 * mail/sendmail.el (mail-setup-with-from): New variable.
23326 (mail-insert-from-field): New function.
23327 (sendmail-send-it): Call it.
23328 (mail-setup): Optionally call it here.
23329
23330 * term/linux.el: Call tty-no-underline.
23331
23332 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
23333
23334 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
23335
23336 2005-06-17 Miles Bader <miles@gnu.org>
23337
23338 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
23339 (ediff-current-diff-C, ediff-current-diff-Ancestor)
23340 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
23341 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
23342 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
23343 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
23344 Remove "-face" suffix from face names.
23345 (ediff-current-diff-face-A, ediff-current-diff-face-B)
23346 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23347 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23348 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23349 (ediff-even-diff-face-A, ediff-even-diff-face-B)
23350 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23351 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23352 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23353 New backward-compatibility aliases for renamed faces.
23354 (ediff-current-diff-face-A, ediff-current-diff-face-B)
23355 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23356 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23357 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23358 (ediff-even-diff-face-A, ediff-even-diff-face-B)
23359 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23360 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23361 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23362 Use renamed ediff faces.
23363
23364 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
23365 Remove "-face" suffix from face names.
23366 (eshell-test-ok-face, eshell-test-failed-face):
23367 New backward-compatibility aliases for renamed faces.
23368 (eshell-run-test): Use renamed eshell-test faces.
23369
23370 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
23371 face name.
23372 (eshell-prompt-face): New backward-compatibility alias for renamed
23373 face.
23374 (eshell-emit-prompt): Use renamed eshell-prompt face.
23375
23376 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
23377 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
23378 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
23379 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
23380 Remove "-face" suffix from face names.
23381 (eshell-ls-directory-face, eshell-ls-symlink-face)
23382 (eshell-ls-executable-face, eshell-ls-readonly-face)
23383 (eshell-ls-unreadable-face, eshell-ls-special-face)
23384 (eshell-ls-missing-face, eshell-ls-archive-face)
23385 (eshell-ls-backup-face, eshell-ls-product-face)
23386 (eshell-ls-clutter-face):
23387 New backward-compatibility aliases for renamed faces.
23388 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
23389
23390 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
23391 Remove "-face" suffix from face name.
23392 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
23393 instead of literal face.
23394
23395 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
23396
23397 * emacs-lisp/warnings.el (display-warning, lwarn)
23398 (warning-minimum-log-level): Doc fixes.
23399 (warning-minimum-level, warning-minimum-log-level):
23400 Add :debug to :type choices.
23401
23402 * progmodes/ada-mode.el (ada-format-paramlist)
23403 (ada-get-indent-case, ada-check-matching-start)
23404 (ada-check-defun-name, ada-goto-matching-decl-start)
23405 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
23406 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
23407 (ada-make-subprogram-body): Follow error conventions.
23408 (ada-case-exception-file, ada-indent-comment-as-code)
23409 (ada-indent-handle-comment-special, ada-indent-renames)
23410 (ada-indent-return, ada-search-directories-internal)
23411 (ada-tab-policy, ada-case-exception-substring)
23412 (ada-other-file-alist, ada-matching-start-re)
23413 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
23414 (ada-imenu-generic-expression, ada-compile-goto-error)
23415 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
23416 (ada-popup-menu, ada-add-extensions, ada-mode)
23417 (ada-region-selected, ada-create-case-exception)
23418 (ada-create-case-exception-substring, ada-after-keyword-p)
23419 (ada-activate-keys-for-case, ada-adjust-case-region)
23420 (ada-adjust-case-buffer, ada-format-paramlist)
23421 (ada-scan-paramlist, ada-insert-paramlist)
23422 (ada-indent-newline-indent)
23423 (ada-indent-newline-indent-conditional)
23424 (ada-justified-indent-current, ada-goto-previous-word)
23425 (ada-indent-current, ada-get-indent-open-paren)
23426 (ada-get-indent-paramlist, ada-get-indent-end)
23427 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
23428 (ada-get-indent-block-start, ada-get-indent-subprog)
23429 (ada-get-indent-noindent, ada-get-indent-label)
23430 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
23431 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
23432 (ada-goto-stmt-end, ada-goto-next-word)
23433 (ada-check-matching-start, ada-check-defun-name)
23434 (ada-goto-matching-decl-start, ada-goto-matching-start)
23435 (ada-goto-matching-end, ada-search-ignore-string-comment)
23436 (ada-in-decl-p, ada-looking-at-semi-or)
23437 (ada-looking-at-semi-private, ada-in-paramlist-p)
23438 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
23439 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
23440 (ada-next-procedure, ada-previous-procedure, ada-next-package)
23441 (ada-previous-package, ada-create-menu)
23442 (ada-fill-comment-paragraph-justify)
23443 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
23444 (ada-other-file-name, ada-last-which-function-line)
23445 (ada-last-which-function-subprog, ada-which-function)
23446 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
23447 (ada-gen-treat-proc, ada-check-emacs-version)
23448 (ada-continuation-indent, ada-align-region-separate):
23449 Fix typos in docstrings.
23450 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
23451
23452 2005-06-16 Lute Kamstra <lute@gnu.org>
23453
23454 * simple.el (fundamental-mode): Run after-change-major-mode-hook
23455 conditionally.
23456
23457 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
23458
23459 * comint.el (comint-replace-by-expanded-filename)
23460 (comint-prompt-regexp, comint-delimiter-argument-list)
23461 (comint-preinput-scroll-to-bottom):
23462 * info.el (Info-hide-cookies-node):
23463 * ls-lisp.el (ls-lisp-classify):
23464 * find-file.el (ff-search-directories, ff-special-constructs)
23465 (ff-find-other-file):
23466 * font-lock.el (font-lock-keywords):
23467 * shell.el (shell-prompt-pattern)
23468 (shell-dynamic-complete-functions, shell-mode)
23469 (shell-delimiter-argument-list):
23470 * term.el (term-replace-by-expanded-filename)
23471 (term-prompt-regexp, term-delimiter-argument-list):
23472 * woman.el (woman-ignore, woman0-if):
23473 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
23474 * emacs-lisp/elint.el (elint-init-env):
23475 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
23476 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
23477 * language/ethio-util.el (ethio-tilde-escape)
23478 (ethio-use-three-dot-question):
23479 * net/zone-mode.el (zone-mode-load-time-setup):
23480 * progmodes/cc-align.el (c-lineup-argcont):
23481 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
23482 * progmodes/cperl-mode.el (cperl-set-style-back):
23483 * progmodes/inf-lisp.el (inferior-lisp-prompt):
23484 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
23485 Fix spellings in docstrings.
23486
23487 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
23488 * progmodes/modula2.el (m2-for): Fix spellings.
23489
23490 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
23491
23492 * simple.el (undo-more): Don't use `format' on `error' arguments.
23493 Improve argument/docstring consistency.
23494 (pending-undo-list): Doc fix.
23495
23496 * smerge-mode.el (smerge-ensure-match):
23497 * emulation/vip.el (vip-ex):
23498 * net/zone-mode.el (zone-mode-update-serial):
23499 * progmodes/idlwave.el (idlwave-complete):
23500 * progmodes/vhdl-mode.el (vhdl-visit-file)
23501 (vhdl-compose-wire-components):
23502 Don't use `format' on `error' arguments.
23503
23504 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
23505 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
23506 (tooltip-help-tips): Fix typos in docstrings.
23507
23508 2005-06-16 David Ponce <david@dponce.com>
23509
23510 * tree-widget.el (tree-widget-value-create): Simplify last change.
23511
23512 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
23513
23514 * ido.el (ido-incomplete-regexp): New variable.
23515 (ido-set-matches-1): Handle invalid-regexp error and set
23516 ido-incomplete-regexp.
23517 (ido-incomplete-regexp): New face.
23518 (ido-completions): Use it.
23519 (ido-complete, ido-exit-minibuffer, ido-completions):
23520 Handle incomplete regexps.
23521 (ido-completions): Add check for complete match when entering a regexp.
23522
23523 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23524
23525 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
23526
23527 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23528
23529 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
23530 by field delimiters.
23531
23532 2005-06-15 David Ponce <david@dponce.com>
23533
23534 * tree-widget.el: eval-and-compile inlined functions so they will
23535 be available at run-time too.
23536 (tree-widget-super-format-handler)
23537 (tree-widget-format-handler): Remove.
23538 (tree-widget-value-create): Handle the :indent property.
23539
23540 2005-06-15 Miles Bader <miles@gnu.org>
23541
23542 * progmodes/which-func.el (which-func): Only inherit
23543 `font-lock-function-name-face' when that makes sense against the
23544 default mode-line face, otherwise set the face color explicitly.
23545
23546 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
23547 faces instead of (non-existent) variables.
23548
23549 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
23550
23551 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
23552 (iswitchb-get-matched-buffers): Likewise. Simplify.
23553
23554 2005-06-14 Miles Bader <miles@gnu.org>
23555
23556 * progmodes/ld-script.el (ld-script-location-counter):
23557 Remove "-face" suffix from face name.
23558 (ld-script-location-counter-face):
23559 New backward-compatibility alias for renamed face.
23560 (ld-script-location-counter-face): Use renamed face.
23561
23562 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
23563 (cperl-hash): Remove "-face" suffix from face names.
23564 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
23565 New backward-compatibility aliases for renamed faces.
23566 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
23567 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
23568
23569 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
23570 name.
23571 (which-func-face): New backward-compatibility alias for renamed face.
23572 (which-func-format): Use renamed which-func face.
23573
23574 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
23575 (vhdl-function, vhdl-directive, vhdl-reserved-word)
23576 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
23577 names.
23578 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
23579 (vhdl-speedbar-configuration, vhdl-speedbar-package)
23580 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
23581 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
23582 (vhdl-speedbar-architecture-selected)
23583 (vhdl-speedbar-configuration-selected)
23584 (vhdl-speedbar-package-selected)
23585 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
23586 names.
23587 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
23588 Use renamed faces.
23589 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
23590 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
23591 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
23592 Use renamed faces.
23593 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
23594 names.
23595 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
23596 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
23597 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
23598 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
23599 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
23600 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
23601
23602 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
23603 face name.
23604 (sh-heredoc-face): New backward-compatibility alias for renamed face.
23605 (sh-heredoc-face): Use renamed sh-heredoc face.
23606
23607 * progmodes/idlw-help.el (idlwave-help-link):
23608 Remove "-face" suffix from face name.
23609 (idlwave-help-link-face):
23610 New backward-compatibility alias for renamed face.
23611 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
23612
23613 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
23614 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
23615 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
23616 New backward-compatibility aliases for renamed faces.
23617 (idlwave-shell-disabled-breakpoint-face)
23618 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
23619
23620 * progmodes/flymake.el (flymake-errline, flymake-warnline):
23621 Remove "-face" suffix from face names.
23622 (flymake-errline-face, flymake-warnline-face):
23623 New backward-compatibility aliases for renamed faces.
23624 (flymake-highlight-line): Use renamed flymake faces.
23625
23626 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
23627 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
23628 (ebrowse-member-class, ebrowse-progress):
23629 Remove "-face" suffix from face names.
23630 (ebrowse-tree-mark-face, ebrowse-root-class-face)
23631 (ebrowse-file-name-face, ebrowse-default-face)
23632 (ebrowse-member-attribute-face, ebrowse-member-class-face)
23633 (ebrowse-progress-face):
23634 New backward-compatibility aliases for renamed faces.
23635 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
23636 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
23637 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
23638 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
23639
23640 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
23641 antlr-syntax)
23642 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
23643 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
23644 names.
23645 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
23646 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
23647 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
23648 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
23649 backward-compatibility aliases for renamed faces.
23650 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
23651 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
23652 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
23653 remove "font-lock-". Use renamed antlr-mode faces.
23654 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
23655 literal face-names with face variable references.
23656
23657 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
23658 face name.
23659 (Buffer-menu-buffer-face): New backward-compatibility alias for
23660 renamed face.
23661 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
23662
23663 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
23664
23665 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
23666 Eliminate "-face" suffix.
23667 (makefile-targets): Inherit from font-lock-function-name-face and
23668 eliminate "-face" suffix.
23669 (makefile-shell): Remove attributes and eliminate "-face" suffix.
23670 (makefile-*-font-lock-keywords): Append makefile-targets in rule
23671 actions, instead of prepending, to make it less visible.
23672 (makefile-previous-dependency, makefile-match-dependency):
23673 Don't match a target on a continuation line.
23674
23675 * files.el (auto-mode-alist): Put Makefile in gmake mode.
23676
23677 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
23678
23679 * progmodes/gdb-ui.el (menu): Re-order menu items.
23680 (gdb-tooltip-print): Respect tooltip-use-echo-area.
23681
23682 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
23683 Define in tooltip.el.
23684 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
23685 (gud-tooltip-tips): Respect tooltip-use-echo-area and
23686 gud-tooltip-echo-area.
23687
23688 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
23689 backward compatibility and make obsolete.
23690 (tooltip-help-tips): Use tooltip-use-echo-area.
23691 (tooltip-show-help-function): Rename to...
23692 (tooltip-show-help): ...this, because it is a function.
23693 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
23694
23695 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
23696
23697 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
23698 (edebug-print-length, edebug-print-level, edebug-print-circle)
23699 (edebug-modify-breakpoint, edebug-eval-last-sexp)
23700 (edebug-eval-print-last-sexp): Doc fixes.
23701
23702 2005-06-14 Kim F. Storm <storm@cua.dk>
23703
23704 * ido.el (ido-mode): Make a new keymap every time we enable ido,
23705 as the coverage buffer/file/both may change.
23706
23707 2005-06-14 Lute Kamstra <lute@gnu.org>
23708
23709 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
23710 and run-mode-hooks. Simplify.
23711
23712 * mail/rmailedit.el (rmail-edit-mode):
23713 * progmodes/octave-inf.el (inferior-octave-mode):
23714 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
23715
23716 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
23717 and run-mode-hooks.
23718 (recentf-edit-list, recentf-open-files): Don't call
23719 kill-all-local-variables directly.
23720
23721 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
23722
23723 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
23724
23725 * emacs-lisp/byte-run.el (make-obsolete)
23726 (define-obsolete-function-alias): Rename arguments FUNCTION and
23727 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
23728 (make-obsolete-variable, define-obsolete-variable-alias):
23729 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
23730 respectively.
23731
23732 * isearchb.el (isearchb-activate):
23733 * pcvs.el (cvs-mode):
23734 * ses.el (ses-load):
23735 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
23736 * net/tramp.el (tramp-find-file-exists-command)
23737 (tramp-find-shell):
23738 * progmodes/ada-mode.el (ada-create-case-exception)
23739 (ada-create-case-exception-substring, ada-make-subprogram-body):
23740 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
23741 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
23742 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
23743 * textmodes/org.el (org-promote, org-evaluate-time-range)
23744 (org-agenda-next-date-line, org-agenda-previous-date-line)
23745 (org-agenda-error, org-open-at-point, org-table-move-row)
23746 (org-format-table-table-html-using-table-generate-source)
23747 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
23748 * textmodes/reftex.el (reftex-access-scan-info):
23749 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
23750 (reftex-toc-promote-prepare): Follow error conventions.
23751
23752 * diff-mode.el (diff-mode): Fix typo in docstring.
23753
23754 * forms.el (forms--intuit-from-file): Fix reference to
23755 `forms-number-of-fields' in error message.
23756 (forms-print): Fix quoting in error message.
23757
23758 * forms.el (forms-mode):
23759 * emulation/vi.el (vi-goto-insert-state):
23760 * progmodes/flymake.el (flymake-new-err-info)
23761 (flymake-start-syntax-check-for-current-buffer)
23762 (flymake-simple-cleanup):
23763 * eshell/esh-var.el (eshell/export):
23764 * progmodes/gud.el (xdb):
23765 * textmodes/flyspell.el (flyspell-incorrect-hook)
23766 (flyspell-maybe-correct-transposition)
23767 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
23768
23769 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
23770
23771 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
23772 minibuffer prompt.
23773
23774 2005-06-13 Kim F. Storm <storm@cua.dk>
23775
23776 * subr.el (add-to-ordered-list): New defun.
23777
23778 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
23779 add cua--keymap-alist to emulation-mode-map-alists.
23780
23781 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23782
23783 * subr.el (complete-in-turn): New macro.
23784 (dynamic-completion-table, lazy-completion-table): Add debug info.
23785
23786 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
23787 in preference to face aliases.
23788
23789 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
23790 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
23791 Remove unused vars `start' and `firstline'.
23792 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
23793 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
23794
23795 2005-06-13 Eli Zaretskii <eliz@gnu.org>
23796
23797 * cus-start.el (all): Don't complain about missing GTK-related
23798 variables, unless either `gtk' is boundp or this isn't a
23799 `windows-nt' build.
23800
23801 2005-06-13 Lute Kamstra <lute@gnu.org>
23802
23803 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
23804 run-mode-hooks.
23805
23806 * ediff-mult.el (ediff-meta-mode):
23807 * ediff-util.el (ediff-mode): Use run-mode-hooks.
23808
23809 * ledit.el (ledit-mode): Use delay-mode-hooks.
23810
23811 * woman.el (woman-mode-line-format): Delete constant.
23812 (woman-mode-map): Initialize it properly.
23813 (woman-mode): Set mode-class property to special.
23814 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
23815 Set major-mode and mode-name. Don't set mode-line-format directly.
23816 (Man-getpage-in-background): Don't reference woman-mode-line-format.
23817
23818 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
23819 string argument obsolete.
23820
23821 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
23822
23823 * textmodes/org.el (org-CUA-compatible): New option.
23824 (org-disputed-keys): New variable.
23825 (org-key): New function.
23826 (orgtbl-make-binding): Add docstring to the created function.
23827 (org-mode): Set paragraph start/separate regexps.
23828 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
23829 (org-archive-location, org-archive-mark-done)
23830 (org-archive-stamp-time): New options.
23831 (org-archive-subtree): New command.
23832 (org-fill-paragraph): New function.
23833 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
23834 (org-fake-empty-table-line): Function removed.
23835 (org-format-org-table-html): Do not create empty table lines at
23836 separator lines. Improved table header treatment.
23837 (org-link-format): New option.
23838 (org-make-link): New function.
23839 (org-insert-link, org-store-link): Use org-make-link.
23840 (org-open-file): Quote file name for shell command, to allow
23841 spaces in file names.
23842 (org-link-regexp): Fix bug with mailto link.
23843 (org-link-maybe-angles-regexp, org-protected-link-regexp):
23844 New constants.
23845 (org-export-as-html): Deal with the optional angles around a link.
23846 Better treatment of file: links.
23847 (org-open-at-point): Replace @{ and @} with < and >.
23848 (org-run-mode-hooks): Function removed.
23849 (org-agenda-mode): No longer use `org-run-mode-hooks'.
23850
23851 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
23852
23853 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
23854 MI command -data-list-register-values.
23855 (gdb-post-prompt): Indent properly.
23856
23857 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
23858
23859 * hilit-chg.el (highlight-changes-colors): Rename from
23860 `highlight-changes-colours'.
23861 (highlight-changes-colours): Keep as obsolete alias.
23862 (highlight-changes-face-list): Doc fix.
23863 (hilit-chg-make-list): Use `highlight-changes-colors'.
23864
23865 2005-06-12 Mark A. Hershberger <mah@everybody.org>
23866
23867 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
23868 defun-prompt-regexp.
23869
23870 2005-06-12 Eli Zaretskii <eliz@gnu.org>
23871
23872 * loadup.el: Don't say we are dumping under 2 names on windows-nt
23873 and cygwin.
23874
23875 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
23876 Don't use an old loaddefs.el, as in Makefile.in.
23877
23878 2005-06-12 Lute Kamstra <lute@gnu.org>
23879
23880 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
23881
23882 * man.el (Man-mode-map): Initialize it properly.
23883 (Man-mode): Set mode-class property to special.
23884
23885 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
23886
23887 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
23888
23889 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
23890 A newline is needed in the docstring there.
23891
23892 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
23893 Doc fixes.
23894
23895 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23896
23897 * printing.el: Doc fix. The menubar is no more changed when printing
23898 is loaded, it only changes when pr-menu-bind or pr-update-menus is
23899 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
23900 (pr-version): New version number (6.8.4).
23901 (pr-menu-bind): New command.
23902 (pr-update-menus): Docstring and code fix.
23903 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
23904 Docstring fix.
23905 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
23906 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
23907
23908 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
23909
23910 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
23911 "Returns" to "return", document useful return values, etc.
23912
23913 2005-06-11 Alan Mackenzie <acm@muc.de>
23914
23915 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
23916 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
23917 (adaptive-file-function): Minor amendment to doc-string.
23918
23919 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23920
23921 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
23922 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
23923 Fix :type--it is `integer', not `string'.
23924
23925 * faces.el (modeline-highlight): Rename from (the erroneous)
23926 `modeline-higilight'.
23927
23928 2005-06-11 Lute Kamstra <lute@gnu.org>
23929
23930 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
23931 lisp-interaction-mode-map but make it the parent.
23932 (edebug-eval-mode): Use define-derived-mode.
23933
23934 2005-06-11 Andreas Schwab <schwab@suse.de>
23935
23936 * bindings.el: Add binding of `ESC functionkey' for every
23937 `M-functionkey'.
23938 * hexl.el (hexl-mode-map): Likewise.
23939
23940 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
23941
23942 * progmodes/compile.el (compilation-error-regexp-alist-alist)
23943 [msft]: update regexp for newer msft compilers.
23944
23945 2005-06-10 Mark A. Hershberger <mah@everybody.org>
23946
23947 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
23948 ATTLIST portions of included DTDs.
23949 (xml-parse-dtd): Eliminate use of inefficient match-data.
23950
23951 2005-06-10 Miles Bader <miles@gnu.org>
23952
23953 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
23954 (mpuz-text): Remove "-face" suffix from face names.
23955 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
23956 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
23957 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
23958
23959 * play/gomoku.el (gomoku-O, gomoku-X):
23960 Remove "-face" suffix from face names.
23961 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
23962 New backward-compatibility aliases for renamed faces.
23963 (gomoku-font-lock-keywords): Use renamed gomoku faces.
23964
23965 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23966
23967 * thumbs.el: Fixes for changes of 2005-06-09.
23968 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
23969 as a directory.
23970 (thumbs-thumbname): Remove directory separator from format string;
23971 `thumbs-thumbsdir' now returns a valid directory name.
23972 (thumbs-temp-dir): New defsubst.
23973 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
23974 Use it.
23975
23976 * cus-edit.el (minibuffer):
23977 * files.el (make-backup-file-name-function):
23978 * filesets.el (filesets-external-viewers):
23979 * hilit-chg.el (highlight-changes-colours)
23980 (highlight-changes-face-list, highlight-changes-rotate-faces):
23981 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
23982 * kmacro.el (kmacro-call-macro):
23983 * log-edit.el (log-edit-changelog-full-paragraphs):
23984 * mouse.el (mouse-1-click-follows-link):
23985 * skeleton.el (skeleton-autowrap):
23986 * subr.el (insert-for-yank-1):
23987 * tempo.el (tempo-insert-region):
23988 * terminal.el (terminal-emulator):
23989 * time.el (display-time-mail-face):
23990 * vc.el (vc-annotate):
23991 * vcursor.el (vcursor-copy-line):
23992 * woman.el (woman-bold-headings, woman-ignore)
23993 (woman-default-faces, woman-monochrome-faces):
23994 * calendar/todo-mode.el (todo-insert-threshold):
23995 * emulation/pc-select.el (pc-select-selection-keys-only)
23996 (pc-selection-mode):
23997 * emulation/vip.el (vip-find-char-forward):
23998 * emulation/viper-cmd.el (viper-find-char-forward):
23999 * international/mule-cmds.el
24000 (select-safe-coding-system-accept-default-p)
24001 (input-method-exit-on-invalid-key):
24002 * international/mule-diag.el (describe-coding-system):
24003 * international/ucs-tables.el (unify-8859-on-encoding-mode):
24004 * net/browse-url.el (browse-url-xterm-program):
24005 * obsolete/lazy-lock.el (lazy-lock-mode):
24006 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
24007 (cperl-mode):
24008 * progmodes/cpp.el (cpp-face-light-name-list)
24009 (cpp-face-dark-name-list):
24010 * progmodes/delphi.el (delphi-newline-always-indents):
24011 Fix spellings in docstrings.
24012
24013 * ido.el (ido-mode, ido-file-extensions-order)
24014 (ido-default-file-method, ido-default-buffer-method)
24015 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
24016 (ido-decorations, ido-read-file-name-as-directory-commands)
24017 (ido-read-file-name-non-ido, ido-work-directory-list)
24018 (ido-ignore-item-temp-list, ido-current-directory)
24019 (ido-magic-forward-char, ido-enter-find-file)
24020 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
24021 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
24022
24023 2005-06-10 Lute Kamstra <lute@gnu.org>
24024
24025 * play/dunnet.el (dun-mode): Use define-derived-mode.
24026 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
24027 obsolete alias.
24028
24029 * play/doctor.el (doctor-mode-map): Remove defvar.
24030 (doctor-mode): Use define-derived-mode.
24031
24032 * mail/mspools.el (mspools-mode):
24033 * net/eudc-hotlist.el (eudc-hotlist-mode):
24034 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
24035
24036 2005-06-10 Miles Bader <miles@gnu.org>
24037
24038 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
24039 Remove "-face" suffix from face names.
24040 (flyspell-incorrect-face, flyspell-duplicate-face):
24041 New backward-compatibility aliases for renamed faces.
24042 (flyspell-mode-on, make-flyspell-overlay)
24043 (flyspell-highlight-incorrect-region)
24044 (flyspell-highlight-duplicate-region)
24045 (flyspell-display-next-corrections)
24046 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
24047
24048 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
24049 from face name.
24050 (texinfo-heading-face): New backward-compatibility alias for
24051 renamed face.
24052 (texinfo-heading-face): Use renamed texinfo-heading face.
24053
24054 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
24055 suffix from face names.
24056 (tex-math-face, tex-verbatim-face):
24057 New backward-compatibility aliases for renamed faces.
24058 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
24059 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
24060 literal face name.
24061
24062 * textmodes/table.el (table-cell): Remove "-face" suffix from face
24063 name.
24064 (table-cell-face): New backward-compatibility alias for renamed face.
24065 (table--put-cell-face-property, table--update-cell-face):
24066 Use renamed table-cell face.
24067
24068 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
24069 from face name.
24070 (sgml-namespace-face): New backward-compatibility alias for
24071 renamed face.
24072 (sgml-namespace-face): Use renamed sgml-namespace face.
24073
24074 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
24075 (org-level-4, org-level-5, org-level-6, org-level-7)
24076 (org-level-8, org-warning, org-headline-done)
24077 (org-deadline-announce, org-scheduled-today)
24078 (org-scheduled-previously, org-link, org-done, org-table)
24079 (org-time-grid): Remove "-face" suffix from face names.
24080 (org-level-1-face, org-level-2-face, org-level-3-face)
24081 (org-level-4-face, org-level-5-face, org-level-6-face)
24082 (org-level-7-face, org-level-8-face, org-warning-face)
24083 (org-headline-done-face, org-deadline-announce-face)
24084 (org-scheduled-today-face, org-scheduled-previously-face)
24085 (org-link-face, org-done-face, org-table-face)
24086 (org-time-grid-face):
24087 New backward-compatibility aliases for renamed faces.
24088 (org-level-faces, org-set-font-lock-defaults, org-timeline)
24089 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
24090 (org-agenda-get-timestamps, org-agenda-get-scheduled)
24091 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
24092
24093 * emulation/viper-init.el (viper-search, viper-replace-overlay)
24094 (viper-minibuffer-emacs, viper-minibuffer-insert)
24095 (viper-minibuffer-vi): Remove "-face" suffix from face names.
24096 (viper-search-face, viper-replace-overlay-face)
24097 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
24098 (viper-minibuffer-vi-face):
24099 New backward-compatibility aliases for renamed faces.
24100 (viper-search-face, viper-replace-overlay-face)
24101 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
24102 (viper-minibuffer-vi-face): Use renamed viper faces.
24103
24104 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
24105 Remove "-face" suffix from face names.
24106 (testcover-nohits-face, testcover-1value-face):
24107 New backward-compatibility aliases for renamed faces.
24108 (testcover-mark): Use renamed testcover faces.
24109
24110 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
24111 face name.
24112 (diary-button-face): New backward-compatibility alias for renamed face.
24113 (diary-entry): Use renamed diary-button face.
24114
24115 * calendar/calendar.el (diary, calendar-today, holiday)
24116 (mark-visible-calendar-date): Remove "-face" suffix from face names.
24117 (diary-face, calendar-today-face, holiday-face):
24118 New backward-compatibility aliases for renamed faces.
24119 (eval-after-load "facemenu", diary-entry-marker)
24120 (calendar-today-marker, calendar-holiday-marker, diary-face):
24121 Use renamed calendar faces.
24122
24123 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
24124 (compare-windows-face): New backward-compatibility alias for
24125 renamed face.
24126 (compare-windows-highlight): Use renamed compare-windows face.
24127
24128 * strokes.el (strokes-char): Remove "-face" suffix from face name.
24129 (strokes-char-face): New backward-compatibility alias for renamed face.
24130 (strokes-encode-buffer): Use renamed strokes-char face.
24131
24132 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
24133 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
24134 Remove "-face" suffix from face names.
24135 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
24136 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
24137 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
24138 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
24139 Use renamed pcvs faces.
24140 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
24141 * pcvs-defs.el (cvs-mode-map): Likewise.
24142 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
24143
24144 * info.el (info-title-1, info-title-2, info-title-3)
24145 (info-title-4): Remove "-face" suffix from and downcase face names.
24146 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
24147 (Info-title-4-face):
24148 New backward-compatibility aliases for renamed faces.
24149 (Info-fontify-node): Use renamed info faces.
24150
24151 * hilit-chg.el (highlight-changes, highlight-changes-delete):
24152 Remove "-face" suffix from face names.
24153 (highlight-changes-face, highlight-changes-delete-face):
24154 New backward-compatibility aliases for renamed faces.
24155 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
24156 (hilit-chg-make-list): Use renamed highlight-changes faces.
24157
24158 * generic-x.el (show-tabs-tab, show-tabs-space):
24159 Remove "-face" suffix from face names.
24160 (show-tabs-tab-face, show-tabs-space-face):
24161 New backward-compatibility aliases for renamed faces.
24162 (show-tabs-generic-mode-font-lock-defaults-1)
24163 (show-tabs-generic-mode-font-lock-defaults-2):
24164 Use renamed show-tabs faces.
24165
24166 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
24167 (smerge-markers): Remove "-face" suffix from face names.
24168 (smerge-mine-face, smerge-other-face, smerge-base-face)
24169 (smerge-markers-face):
24170 New backward-compatibility aliases for renamed faces.
24171 (smerge-mine-face, smerge-other-face, smerge-base-face)
24172 (smerge-markers-face): Use renamed smerge faces.
24173
24174 * log-view.el (log-view-file, log-view-message): Remove "-face"
24175 suffix from face names.
24176 (log-view-file-face, log-view-message-face):
24177 New backward-compatibility aliases for renamed faces.
24178 (log-view-file-face, log-view-message-face): Use renamed log-view
24179 faces.
24180
24181 * paren.el (show-paren-match, show-paren-mismatch):
24182 Remove "-face" suffix from face names.
24183 (show-paren-match-face, show-paren-mismatch-face):
24184 New backward-compatibility aliases for renamed faces.
24185 (show-paren-function): Use renamed show-paren faces.
24186
24187 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
24188 (ruler-mode-margins, ruler-mode-fringes)
24189 (ruler-mode-column-number, ruler-mode-fill-column)
24190 (ruler-mode-comment-column, ruler-mode-goal-column)
24191 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
24192 suffix from face names.
24193 (ruler-mode-default-face, ruler-mode-pad-face)
24194 (ruler-mode-margins-face, ruler-mode-fringes-face)
24195 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
24196 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
24197 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
24198 New backward-compatibility aliases for renamed faces.
24199 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
24200 (ruler-mode-column-number, ruler-mode-fill-column)
24201 (ruler-mode-comment-column, ruler-mode-goal-column)
24202 (ruler-mode-tab-stop, ruler-mode-current-column)
24203 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
24204 faces.
24205
24206 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
24207 face name.
24208 (whitespace-highlight-the-space): Use renamed face.
24209 (whitespace-highlight-face): New backward-compatibility alias for
24210 renamed face.
24211
24212 * woman.el (woman-italic, woman-bold, woman-unknown)
24213 (woman-addition, woman-symbol-face):
24214 Remove "-face" suffix from face names.
24215 (woman-italic-face, woman-bold-face, woman-unknown-face)
24216 (woman-addition-face):
24217 New backward-compatibility aliases for renamed faces.
24218 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
24219 (woman-decode-region, woman-replace-match)
24220 (woman-display-extended-fonts, woman-special-characters)
24221 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
24222 Use renamed woman faces.
24223
24224 * longlines.el (longlines-visible-face): Face removed.
24225
24226 * diff-mode.el (diff-header, diff-file-header, diff-index)
24227 (diff-hunk-header, diff-removed, diff-added, diff-changed)
24228 (diff-function, diff-context, diff-nonexistent): Remove "-face"
24229 suffix from face names.
24230 (diff-header-face, diff-file-header-face, diff-index-face)
24231 (diff-hunk-header-face, diff-removed-face, diff-added-face)
24232 (diff-changed-face, diff-function-face, diff-context-face)
24233 (diff-nonexistent-face): New backward-compatibility aliases for
24234 renamed faces.
24235 (diff-header-face, diff-file-header-face)
24236 (diff-index, diff-index-face, diff-hunk-header)
24237 (diff-hunk-header-face, diff-removed, diff-removed-face)
24238 (diff-added, diff-added-face, diff-changed-face, diff-function)
24239 (diff-function-face, diff-context-face, diff-nonexistent)
24240 (diff-nonexistent-face): Use renamed diff-mode faces.
24241
24242 * progmodes/compile.el (compilation-warning-face)
24243 (compilation-info-face): Remove "-face" suffix from face names.
24244 (compilation-warning-face, compilation-info-face):
24245 New backward-compatibility aliases for renamed faces.
24246 (compilation-warning-face, compilation-info-face):
24247 Use renamed compilation faces.
24248
24249 * add-log.el (change-log-date, change-log-name)
24250 (change-log-email, change-log-file, change-log-list)
24251 (change-log-conditionals, change-log-function)
24252 (change-log-acknowledgement): Remove "-face" suffix from face names.
24253 (change-log-date-face, change-log-name-face)
24254 (change-log-email-face, change-log-file-face)
24255 (change-log-list-face, change-log-conditionals-face)
24256 (change-log-function-face, change-log-acknowledgement-face):
24257 New backward-compatibility aliases for renamed faces.
24258 (change-log-font-lock-keywords): Use renamed change-log faces.
24259
24260 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
24261 (custom-set, custom-changed, custom-saved, custom-button)
24262 (custom-button-pressed, custom-documentation, custom-state)
24263 (custom-comment, custom-comment-tag, custom-variable-tag)
24264 (custom-variable-button, custom-face-tag, custom-group-tag-1)
24265 (custom-group-tag): Remove "-face" suffix from face names.
24266 (custom-magic-alist, custom-magic-value-create)
24267 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
24268 (custom-invalid-face, custom-rogue-face, custom-modified-face)
24269 (custom-set-face, custom-changed-face, custom-saved-face)
24270 (custom-button-face, custom-button-pressed-face)
24271 (custom-documentation-face, custom-state-face)
24272 (custom-comment-face, custom-comment-tag-face)
24273 (custom-variable-tag-face, custom-variable-button-face)
24274 (custom-face-tag-face, custom-group-tag-face-1)
24275 (custom-group-tag-face):
24276 New backward-compatibility aliases for renamed faces.
24277
24278 * wid-edit.el (widget-documentation, widget-button)
24279 (widget-field, widget-single-line-field, widget-inactive)
24280 (widget-button-pressed): "-face" suffix removed from face names.
24281 (widget-documentation-face, widget-button-face)
24282 (widget-field-face, widget-single-line-field-face)
24283 (widget-inactive-face, widget-button-pressed-face):
24284 New backward-compatibility aliases for renamed faces.
24285 (widget-documentation-face, widget-button-face)
24286 (widget-button-pressed-face, widget-specify-field)
24287 (widget-specify-inactive): Use renamed widget faces.
24288
24289 2005-06-10 Kenichi Handa <handa@m17n.org>
24290
24291 * term/x-win.el (x-clipboard-yank): Remove condition-case
24292 wrapping.
24293
24294 2005-06-11 Kenichi Handa <handa@m17n.org>
24295
24296 * add-log.el (change-log-font-lock-keywords): Make the regexp for
24297 date lines stricter.
24298
24299 2005-06-10 Zhang Wei <id.brep@gmail.com>
24300
24301 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
24302 of x-get-selection.
24303
24304 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
24305
24306 * comint.el (comint-mode, comint-snapshot-last-prompt):
24307 * frame.el (frame-current-scroll-bars):
24308 * term.el (term-mode, term-check-proc, term-input-sender)
24309 (term-simple-send, term-extract-string, term-word)
24310 (term-match-partial-filename):
24311 * window.el (window-current-scroll-bars):
24312 * emulation/cua-base.el (cua-normal-cursor-color)
24313 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
24314 (cua-global-mark-cursor-color):
24315 * mail/undigest.el (rmail-forward-separator-regex):
24316 Fix typos in docstrings.
24317
24318 * comint.el (comint-check-proc, make-comint-in-buffer)
24319 (comint-source-default): Doc fixes.
24320
24321 * term.el (term-send-string): Improve argument/docstring consistency.
24322
24323 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
24324
24325 * comint.el (comint-send-input): Bind `inhibit-read-only' around
24326 call to `delete-region'.
24327 (comint-mode-hook): Do not enable Font Lock by default.
24328
24329 2005-06-09 Lute Kamstra <lute@gnu.org>
24330
24331 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
24332 could be void.
24333
24334 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
24335
24336 * emacs-lisp/debug.el (debugger-will-be-back): New var.
24337 (debug): Use it.
24338 (debugger-step-through, debugger-continue, debugger-jump)
24339 (debugger-return-value): Set it when needed.
24340 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
24341 Use inhibit-read-only.
24342
24343 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
24344
24345 * window.el (shrink-window-if-larger-than-buffer)
24346 (window-size-fixed): Fix typo in docstring.
24347
24348 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
24349 thumbnails directory on loading.
24350 (thumbs-conversion-program): Use `eq' to check the system type,
24351 not `equal'.
24352 (thumbs-temp-dir): Initialize to `temporary-file-directory',
24353 not "/tmp". Fix docstring.
24354 (thumbs-thumbsdir): New function to return the thumbnails
24355 directory, creating it if needed.
24356 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
24357 (thumbs-temp-file): Delete variable and make it into a function.
24358 (thumbs-resize-image, thumbs-modify-image): Use it.
24359 (thumbs-kill-buffer): Simplify.
24360 (thumbs-gensym): Defalias or duplicate CL `gensym'.
24361 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
24362 docstrings.
24363
24364 2005-06-09 Kim F. Storm <storm@cua.dk>
24365
24366 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
24367 set-match-data to free markers in match-data.
24368
24369 * replace.el (replace-match-data): Pass RESEAT arg `t' to
24370 match-data to unchain markers in match-data.
24371
24372 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
24373
24374 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
24375 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
24376 unnecessary now.
24377
24378 2005-06-08 Richard M. Stallman <rms@gnu.org>
24379
24380 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
24381 give the variable a doc string that doesn't say don't set it directly.
24382
24383 * textmodes/ispell.el (ispell-check-version):
24384 Use match-string-no-properties.
24385 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
24386 (ispell-buffer-local-words): Likewise.
24387
24388 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
24389 except on terminals with enough colors to really display it.
24390 (makefile-dependency-regex): Delete spurious `bb'.
24391
24392 * faces.el (escape-glyph): Use blue once again in last case.
24393 (no-break-space): Redefine so that it isn't invisible on a tty.
24394
24395 2005-06-08 Kim F. Storm <storm@cua.dk>
24396
24397 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
24398 also when reading directory name.
24399
24400 2005-06-08 Lute Kamstra <lute@gnu.org>
24401
24402 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
24403 (flyspell-mode-line-string): Remove autoload cookie.
24404 (flyspell-mode): Remove defvar.
24405
24406 2005-06-07 Lute Kamstra <lute@gnu.org>
24407
24408 * textmodes/org.el (org-run-mode-hooks): New function.
24409 (org-agenda-mode): Use it.
24410
24411 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
24412
24413 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
24414
24415 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
24416
24417 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
24418
24419 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
24420
24421 * font-lock.el (font-lock-add-keywords): Doc fix.
24422
24423 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
24424
24425 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
24426 (tex-compile-default): In the absence of any history, use the order in
24427 tex-compile-alist to choose the preferred command.
24428 (tex-compile-commands): Reorder a bit.
24429
24430 * textmodes/flyspell.el (flyspell-auto-correct-binding)
24431 (flyspell-incorrect-face, flyspell-duplicate-face):
24432 Use (X)Emacs-agnostic code.
24433 (flyspell-mode-map): Don't overwrite at each load. Remove code
24434 redundant with the subsequent add-minor-mode. Merge Emacs and
24435 XEmacs code.
24436 (flyspell-word): Minor simplification.
24437 (flyspell-math-tex-command-p): Quieten the byte-compiler.
24438 (flyspell-external-point-words): Remove unused vars `size' and `start'.
24439 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
24440 Merge the corresponding Emacs code.
24441 (flyspell-correct-word, flyspell-xemacs-popup):
24442 Use flyspell-do-correct.
24443
24444 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
24445 a dedicated window.
24446
24447 * international/latexenc.el (latexenc-find-file-coding-system):
24448 Undo part of last patch, to turn off a compiler warning.
24449
24450 2005-06-06 Juri Linkov <juri@jurta.org>
24451
24452 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
24453 Rename `tmm-inactive-face' to `tmm-inactive'.
24454
24455 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
24456
24457 * iswitchb.el: Rename faces.
24458
24459 2005-06-06 Kim F. Storm <storm@cua.dk>
24460
24461 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
24462 (cua-global-mark): Remove -face suffix from face names.
24463
24464 * emulation/cua-gmrk.el (cua--init-global-mark):
24465 Remove cua-global-mark face setup.
24466
24467 2005-06-06 Richard M. Stallman <rms@gnu.org>
24468
24469 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
24470 just like other allowed characters.
24471 (makefile-match-dependency): Exclude leading and training whitespace
24472 from the range of regexp subexp 1.
24473 (makefile-macroassign-regex): Don't try to match the body,
24474 just the name of the macro being defined.
24475
24476 * info.el (Info-read-node-name-2): New function.
24477 (Info-read-node-name-1): Use that.
24478 Add a completion-base-size-function property.
24479
24480 * simple.el (completion-setup-function): Look for
24481 completion-base-size-function property of minibuffer-completion-table.
24482
24483 * files.el (locate-file-completion): Doc fix.
24484
24485 * printing.el: Don't call pr-update-menus; user must do that.
24486
24487 * emacs-lisp/debug.el (debugger-window): New variable.
24488 (debug): Use debugger-window if it is set and still alive.
24489 Record debugger-window for next entry.
24490
24491 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
24492
24493 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
24494
24495 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
24496 (hack-one-local-variable, hack-local-variables)
24497 (hack-local-variables-prop-line): Pass that arg.
24498
24499 2005-06-06 Kim F. Storm <storm@cua.dk>
24500
24501 * ido.el (ido-first-match, ido-only-match, ido-subdir)
24502 (ido-indicator): Remove -face suffix from face names.
24503
24504 2005-06-06 Juri Linkov <juri@jurta.org>
24505
24506 * font-lock.el (font-lock-regexp-backslash)
24507 (font-lock-regexp-backslash-construct): New faces.
24508 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
24509 after `('. Add `while-no-input' to control structures.
24510
24511 * faces.el (no-break-space, shadow): New faces.
24512 (escape-glyph): Use less loud colors pink2 and red4.
24513
24514 * diff-mode.el (diff-context-face)
24515 * dired.el (dired-ignored)
24516 * rfn-eshadow.el (file-name-shadow)
24517 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
24518
24519 * info.el (Info-title-1-face): Use green instead of yellow because
24520 bold yellow is not readable on light backgrounds.
24521
24522 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
24523 before selecting the desired mode to not spend time fontifying
24524 old contents.
24525
24526 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
24527
24528 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
24529 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
24530
24531 * ps-print.el (ps-default-fg, ps-default-bg):
24532 Fix typos in docstrings.
24533
24534 * isearchb.el (isearchb): Don't pass a spurious second argument to
24535 `iswitchb-completions'.
24536
24537 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
24538
24539 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
24540 to preserve point.
24541 (gdb-find-file-hook): Add doc string.
24542
24543 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
24544 C dereferenced pointer expression.
24545 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
24546
24547 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
24548
24549 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
24550 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
24551 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
24552 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
24553 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
24554 Make background transparent.
24555
24556 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
24557
24558 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
24559 (font-lock-remove-keywords): Doc fix.
24560 (font-lock-mode-major-mode): Compiler defvar.
24561 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
24562
24563 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
24564 (font-lock-mode): Update `font-lock-mode-major-mode'.
24565 (font-lock-set-defaults): Compiler defvar.
24566 (font-lock-default-function): Take `font-lock-mode-major-mode'
24567 into account.
24568
24569 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
24570 keep track of which major mode it enabled the minor mode for.
24571 Use find-file-hook again. Update docstring.
24572
24573 * simple.el (eval-expression-print-level)
24574 (eval-expression-print-length, eval-expression-debug-on-error):
24575 Doc fixes.
24576
24577 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
24578
24579 * iswitchb.el (iswitchb-single-match-face)
24580 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
24581 (iswitchb-invalid-regexp-face): New faces.
24582 (iswitchb-completions): Use them.
24583 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
24584 now marked as an obsolete alias.
24585 (iswitchb-read-buffer): Remove check for bound font variables.
24586 (iswitchb-invalid-regexp): New free variable.
24587 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
24588 set iswitchb-invalid-regexp.
24589 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
24590 invalid regexps.
24591 (iswitchb-completions): Add check for complete match when entering
24592 a regexp.
24593 (iswitchb-completions): Remove require-match argument.
24594 (iswitchb-exhibit): Fix caller.
24595 (iswitchb-common-match-inserted): New variable.
24596 (iswitchb-complete, iswitchb-completion-help): Use it.
24597
24598 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
24599
24600 * url-http.el (url-http-chunked-encoding-after-change-function):
24601 Use `url-http-debug' instead of `message'.
24602
24603 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
24604
24605 * url-http.el (url-http-parse-headers): Pass redirected URL as a
24606 callback argument.
24607
24608 2005-06-04 Kim F. Storm <storm@cua.dk>
24609
24610 * simple.el (line-move): Only call sit-for when moving backwards.
24611
24612 * ido.el (ido-make-merged-file-list-1): New defun split from
24613 ido-make-merged-file-list.
24614 (ido-make-merged-file-list): Bind throw-on-input around call to
24615 ido-make-merged-file-list-1. Return input-pending-p if
24616 interrupted by more input available.
24617 (ido-read-internal): Handle input-pending-p return value from
24618 ido-make-merged-file-list.
24619
24620 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
24621
24622 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
24623 compatibility code.
24624
24625 * international/latexenc.el (latexenc-find-file-coding-system):
24626 Don't inherit the EOL part of the coding-system from the
24627 tex-main buffer. Fit within 80 columns.
24628
24629 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
24630
24631 * tmm.el (tmm-inactive-face): New face.
24632 (tmm-remove-inactive-mouse-face): New function.
24633 (tmm-prompt, tmm-add-one-shortcut)
24634 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
24635 but not selectable.
24636
24637 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
24638
24639 * faces.el (face-equal): Improve argument/docstring consistency.
24640
24641 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
24642
24643 * progmodes/make-mode.el (makefile-targets-face)
24644 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
24645 (makefile-bsdmake-dependency-regex)
24646 (makefile-makepp-rule-action-regex)
24647 (makefile-bsdmake-rule-action-regex): New constants.
24648 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
24649
24650 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24651 Allow (...) within `...' for makepp messages.
24652
24653 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
24654
24655 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
24656
24657 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
24658 "." files are deleted from all file lists before comparison.
24659
24660 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24661 (viper-ESC-key): Made them customizable.
24662
24663 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
24664
24665 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
24666
24667 * autorevert.el (auto-revert-buffers): Use save-match-data.
24668
24669 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24670
24671 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
24672 menu items with a nil command binding.
24673
24674 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
24675
24676 * emacs-lisp/cl-macs.el (defsetf):
24677 Improve argument/docstring consistency.
24678
24679 * faces.el (list-faces-display): Improve the formatting by
24680 computing the maximum length required for any face-name (reworked
24681 patch of 1999-01-11, accidentally deleted on 1999-07-21).
24682 (internal-find-face): Remove redundant info in docstring.
24683
24684 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
24685
24686 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
24687 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
24688 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
24689 (gdb-assembler-custom): Improve regexps.
24690 (def-gdb-auto-update-handler): Use window point to preserve point.
24691
24692 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24693
24694 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
24695
24696 2005-05-31 Jay Belanger <belanger@truman.edu>
24697
24698 * calc/calc-embed.el (calc-embedded-word): Change argument passed
24699 to calc-embedded.
24700 (calc-embedded-make-info): Have plain prefix argument select
24701 entire line.
24702
24703 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
24704
24705 * faces.el (list-faces-display): Signal error if passed a regexp
24706 that matches no face name.
24707
24708 * simple.el (filter-buffer-substring): Fix typo in docstring.
24709
24710 2005-05-31 Richard M. Stallman <rms@gnu.org>
24711
24712 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
24713 (vhdl-emacs-21): Doc fix.
24714 (vhdl-mode): Unconditionally set comment-padding.
24715 (vhdl-fixup-whitespace-region): Insert spaces only where
24716 there are none.
24717 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
24718
24719 2005-05-30 John Wiegley <johnw@newartisans.com>
24720
24721 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
24722 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
24723 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
24724 `directory-sep-char' to ?/, and all uses of `string-to-int' to
24725 `string-to-number'.
24726
24727 2005-05-30 Jay Belanger <belanger@truman.edu>
24728
24729 * calc/calc.el (calc-bug-address): Fix docstring.
24730 (calc-window-hook, calc-trail-window-hook): New variables.
24731 (calc-trail-display): Restore use of calc-trail-window-hook.
24732 (calc): Restore use of calc-window-hook.
24733
24734 2005-05-31 Masatake YAMATO <jet@gyve.org>
24735
24736 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
24737
24738 * help-fns.el (help-C-file-name): Add autoload mark for
24739 `find-function-noselect'.
24740
24741 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24742
24743 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
24744 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
24745
24746 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24747
24748 * calendar/diary-lib.el (mark-included-diary-files): Only kill
24749 included diary buffer if it was not already being visited.
24750 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
24751
24752 * calendar/icalendar.el (top-level): Do not require appt.
24753
24754 * mail/supercite.el (sc-select-attribution): Only use a list
24755 element from sc-attrib-selection-list if it returns a string.
24756 Reported by Davide G. M. Salvetti <salve@debian.org>.
24757
24758 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
24759
24760 * thumbs.el (thumbs-thumbname): The resulting thumbname now
24761 includes a hash value to improve its uniqueness, and has a ".jpg"
24762 extension. Also, it is now a valid filename on all systems.
24763 (thumbs-make-thumb): Use `let', not `let*'.
24764 (thumbs-show-thumbs-list): Check for JPEG availability.
24765
24766 2005-05-30 Richard M. Stallman <rms@gnu.org>
24767
24768 * filesets.el (filesets-menu-ensure-use-cached):
24769 Prevent warning when emacs-version>= is undefined.
24770
24771 * printing.el (pr-interactive-n-up): Use string-to-number.
24772
24773 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
24774
24775 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24776 Warn only when name to be defined is quoted.
24777
24778 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
24779
24780 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
24781 Make regexp more robust.
24782 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
24783 Force regeneration of disassembly.
24784
24785 2005-05-29 Jay Belanger <belanger@truman.edu>
24786
24787 * calc/calc.el (calc-user-invocation): Check if
24788 calc-invocation-macro is non-nil.
24789
24790 2005-05-29 Juri Linkov <juri@jurta.org>
24791
24792 * add-log.el (change-log-font-lock-keywords):
24793 Add `+' to e-mail regexp to accept mail address with keywords.
24794
24795 * man.el (Man-name-regexp): Add `:' to accept qualified names.
24796
24797 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
24798
24799 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
24800
24801 * ielm.el (inferior-emacs-lisp-mode): Ditto.
24802
24803 2005-05-29 Richard M. Stallman <rms@gnu.org>
24804
24805 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24806 Undo the change that moves to end of the current word.
24807
24808 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
24809
24810 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
24811 Throw error when count <= 0 to ensure input is a number.
24812 (gdb-read-memory-custom): Pick up address from buffer.
24813 (gdb-memory-mode): Allow user to increment and decrement
24814 memory address from header line.
24815
24816 2005-05-29 Richard M. Stallman <rms@gnu.org>
24817
24818 * flyspell.el (flyspell-version): Function deleted.
24819 (flyspell-auto-correct-previous-hook): Doc fix.
24820
24821 * jit-lock.el (jit-lock-function, jit-lock-after-change):
24822 Do nothing if memory is full.
24823
24824 * font-lock.el (font-lock-fontify-syntactically-region):
24825 Pass t for GREEDY to looking-back.
24826
24827 * saveplace.el (save-place-alist-to-file): Write the file
24828 using write-region.
24829
24830 * subr.el (looking-back): New argument GREEDY.
24831
24832 * progmodes/compile.el (compilation-start): Set the mode
24833 before inserting the initial text.
24834
24835 * progmodes/which-func.el (which-func-update-1): Turn the mode
24836 off in case of error by setting which-func-mode.
24837
24838 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
24839
24840 * flyspell.el (flyspell-auto-correct-previous-word):
24841 Narrow down to what's on the screen, and recenter overlays
24842 at the end of the next word.
24843
24844 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
24845
24846 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
24847 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
24848 (flyspell-abbrev-p): Default to nil.
24849 (flyspell-use-global-abbrev-table-p): Doc fix.
24850 (flyspell-large-region): Allow nil as value.
24851 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
24852
24853 (mail-mode-flyspell-verify): More robust handling
24854 of `mail-header-separator'. More efficient signature detection.
24855 Allow for regexp metacharacters in message-header-separator.
24856 Adding `To' not to be checked in mail-mode-flyspell-verify.
24857
24858 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
24859 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
24860 Bind flyspell-auto-correct-binding.
24861 Bind C-. and C-, .
24862 (flyspell-mode-map): Likewise.
24863 (flyspell-mode): Doc fix.
24864 (flyspell-accept-buffer-local-defs): Preserve current buffer.
24865 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
24866 (flyspell-word-cache-result): New var, always local.
24867 (flyspell-check-pre-word-p): Doc fix.
24868 (flyspell-check-changed-word-p): Handle spc like newline.
24869 (flyspell-post-command-hook): Set flyspell-word-cache-result.
24870 (flyspell-word-search-backward, flyspell-word-search-forward):
24871 New functions.
24872 (flyspell-word): Return t if nothing to check.
24873 When parsing TeX code, check for after } or \.
24874 Use flyspell-word-search-backward to find previous word.
24875 Return nil if duplicated word.
24876 For word already checked, return same value as last time.
24877 Set flyspell-word-cache-result after checking.
24878 Don't clobber the return value.
24879 (flyspell-get-word): Major rewrite.
24880 (flyspell-external-point-words): New locals pword, pcount.
24881 Fix size used in progress message.
24882 Find the proper corresponding word in flyspell-large-region-buffer.
24883 (flyspell-region): Check for flyspell-large-region = nil.
24884 (flyspell-highlight-incorrect-region): Clean up overlays in region.
24885 (flyspell-auto-correct-word): Check that WORD is a cons.
24886 (flyspell-correct-word): Likewise.
24887
24888 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
24889
24890 * progmodes/make-mode.el (makefile-rule-action-regex)
24891 (makefile-macroassign-regex, makefile-makepp-mode)
24892 (makefile-bsdmake-mode): Continuation lines may be empty.
24893 Reported by Joshua Varner.
24894 (makefile-makepp-font-lock-keywords): Add $(stem).
24895
24896 2005-05-28 Karl Berry <karl@gnu.org>
24897
24898 * textmodes/tex-mode.el: Now that tex-send-command calls
24899 shell-quote-argument (2005-03-31 change), remove all calls to
24900 shell-quote-argument; they all end up invoking tex-send-command.
24901 The double quoting loses on filenames with non-safe characters,
24902 such as "@". Reported by Frederik Fouvry.
24903
24904 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
24905
24906 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
24907 about preserving point.
24908
24909 2005-05-27 Jay Belanger <belanger@truman.edu>
24910
24911 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
24912 Info-goto-node.
24913
24914 * calc/calc-embed.el (calc-embed-arg): New variable.
24915 (calc-do-embedded-activate, calc-embedded-activate-formula)
24916 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
24917 variable by new variable.
24918 (calc-embedded-make-info): Replace undeclared variable by new
24919 variable. When selecting region with positive prefix
24920 argument, use end of previous line instead of beginning of line.
24921
24922 * calc/calc-aent.el (calc-arg-values): Declare it.
24923
24924 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
24925 Declare them.
24926
24927 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
24928
24929 * calc/calc.el (calc-alg-map): Declare it.
24930
24931 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
24932
24933 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
24934
24935 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
24936 (gdb-registers-buffer, toggle-gdb-all-registers):
24937 Toggle display of floating point registers.
24938 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
24939
24940 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
24941 (toggle-gud-tooltip-dereference):
24942 Rename from gud-toggle-tooltip-dereference.
24943
24944 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
24945
24946 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
24947
24948 2005-05-27 Jay Belanger <belanger@truman.edu>
24949
24950 * calc/calc-prog.el (calc-kbd-report): Remove.
24951 (calc-kbd-query): Rewrite.
24952
24953 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
24954
24955 * image.el (image-library-alist): Move to image.c.
24956 (image-type-available-p): Doc fix.
24957
24958 2005-05-27 Lute Kamstra <lute@gnu.org>
24959
24960 * calc/calc.el (calc):
24961 * outline.el (outline-1, outline-2, outline-3, outline-4)
24962 (outline-5, outline-6, outline-7, outline-8):
24963 * textmodes/dns-mode.el (dns-mode):
24964 * textmodes/sgml-mode.el (sgml-namespace-face):
24965 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
24966 (tex-verbatim-face, tex-use-reftex):
24967 * textmodes/texinfo.el (texinfo-heading-face):
24968 Specify customization group.
24969
24970 * longlines.el: Don't require easy-mmode.
24971 (longlines-visible-face): Specify customization group.
24972
24973 2005-05-27 Kenichi Handa <handa@m17n.org>
24974
24975 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
24976 encoding table of windows-1251.
24977
24978 * international/ucs-tables.el (ucs-set-table-for-input):
24979 If translation-table-for-input of a coding system is a symbol, get
24980 its translation-table property.
24981
24982 * international/code-pages.el: Don't register a coding system into
24983 non-iso-charset-alist more than once.
24984 (cp-make-coding-system): Likewise.
24985
24986 2005-05-26 John Wiegley <johnw@newartisans.com>
24987
24988 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
24989 `eshell-resume-eval' is wrapped in a list, it indicates that the
24990 command was run asynchronously. In that case, unwrap the value
24991 before checking the delimiter value.
24992
24993 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
24994 character before a space at the end of a line is \, assume the space
24995 is part of the last argument rather than a final argument separator.
24996
24997 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
24998 is in use, and the target is `t' or `nil' (which are the most common
24999 values), don't assume that the symbol target is a buffer.
25000
25001 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
25002
25003 * calendar/calendar.el (calendar-mode-line-format):
25004 Use mode-line-highlight as mouse-face.
25005
25006 * time.el (display-time-string-forms, display-time-update):
25007 Use mode-line-highlight as mouse-face.
25008
25009 2005-05-26 Jay Belanger <belanger@truman.edu>
25010
25011 * calc/calc.el (calc-language-alist): Remove extra defvar.
25012
25013 2005-05-26 Lute Kamstra <lute@gnu.org>
25014
25015 * arc-mode.el (archive-mode):
25016 * bookmark.el (bookmark-read-annotation-mode)
25017 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
25018 * bs.el (bs-mode):
25019 * calc/calc-yank.el (calc-edit-mode):
25020 * calc/calc.el (calc-mode, calc-trail-mode):
25021 * calculator.el (calculator-mode):
25022 * chistory.el (command-history-mode):
25023 * comint.el:
25024 * cus-edit.el (custom-mode):
25025 * descr-text.el (describe-text-mode):
25026 * ebuff-menu.el (Electric-buffer-menu-mode):
25027 * ediff-util.el (ediff-mode):
25028 * emacs-lisp/re-builder.el (reb-mode):
25029 * emulation/vi.el (vi-mode-setup):
25030 * emulation/ws-mode.el (wordstar-mode):
25031 * eshell/esh-mode.el (eshell-mode):
25032 * forms.el (forms-mode):
25033 * help-mode.el (help-mode):
25034 * hexl.el (hexl-mode):
25035 * ibuffer.el (ibuffer-mode):
25036 * ielm.el (inferior-emacs-lisp-mode):
25037 * info.el (Info-mode, Info-edit-mode):
25038 * international/swedish.el:
25039 * ledit.el (ledit-from-lisp-mode):
25040 * locate.el (locate-mode):
25041 * mail/rmail.el (rmail-mode):
25042 * mail/rmailedit.el (rmail-edit-mode):
25043 * mail/rmailsum.el (rmail-summary-mode):
25044 * mail/supercite.el (sc-electric-mode):
25045 * net/eudc.el (eudc-mode):
25046 * net/quickurl.el (quickurl-list-mode):
25047 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
25048 * obsolete/ooutline.el (outline-mode):
25049 * obsolete/options.el (Edit-options-mode):
25050 * obsolete/rnews.el (news-mode):
25051 * obsolete/rnewspost.el (news-reply-mode):
25052 * play/5x5.el (5x5-mode):
25053 * play/decipher.el (decipher-mode, decipher-stats-mode):
25054 * play/gomoku.el (gomoku-mode):
25055 * play/snake.el (snake-mode):
25056 * play/solitaire.el (solitaire-mode):
25057 * play/tetris.el (tetris-mode):
25058 * progmodes/ada-mode.el (ada-mode):
25059 * progmodes/antlr-mode.el (antlr-mode):
25060 * progmodes/autoconf.el (autoconf-mode):
25061 * progmodes/dcl-mode.el (dcl-mode):
25062 * progmodes/delphi.el (delphi-mode):
25063 * progmodes/ebrowse.el (ebrowse-tree-mode)
25064 (ebrowse-electric-list-mode, ebrowse-member-mode)
25065 (ebrowse-electric-position-mode):
25066 * progmodes/f90.el (f90-mode):
25067 * progmodes/fortran.el (fortran-mode):
25068 * progmodes/icon.el (icon-mode):
25069 * progmodes/idlw-help.el (idlwave-help-mode):
25070 * progmodes/idlw-shell.el (idlwave-shell-mode):
25071 * progmodes/idlwave.el (idlwave-mode):
25072 * progmodes/inf-lisp.el (inferior-lisp-mode):
25073 * progmodes/m4-mode.el (m4-mode):
25074 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
25075 * progmodes/modula2.el (modula-2-mode):
25076 * progmodes/octave-inf.el (inferior-octave-mode):
25077 * progmodes/octave-mod.el (octave-mode):
25078 * progmodes/pascal.el (pascal-mode):
25079 * progmodes/sh-script.el (sh-mode):
25080 * progmodes/sql.el (sql-mode, sql-interactive-mode):
25081 * progmodes/vhdl-mode.el (vhdl-mode):
25082 * progmodes/xscheme.el (scheme-interaction-mode):
25083 * replace.el (occur-mode):
25084 * ses.el (ses-mode):
25085 * simple.el (completion-list-mode):
25086 * skeleton.el:
25087 * speedbar.el (speedbar-mode):
25088 * term.el (term-mode):
25089 * terminal.el (terminal-edit-mode):
25090 * textmodes/reftex-index.el (reftex-index-mode)
25091 (reftex-index-phrases-mode):
25092 * textmodes/reftex-sel.el (reftex-select-label-mode)
25093 (reftex-select-bib-mode):
25094 * textmodes/reftex-toc.el (reftex-toc-mode):
25095 * wdired.el (wdired-change-to-wdired-mode):
25096 * wid-browse.el (widget-browse-mode):
25097 Use run-mode-hooks.
25098
25099 * array.el (array-mode):
25100 * calendar/todo-mode.el (todo-mode):
25101 * man.el (Man-mode):
25102 * play/landmark.el (lm-mode):
25103 * play/mpuz.el (mpuz-mode):
25104 Use kill-all-local-variables and run-mode-hooks.
25105
25106 * subr.el (delay-mode-hooks): Specify indentation.
25107
25108 2005-05-26 Mark A. Hershberger <mah@everybody.org>
25109
25110 * xml.el (xml-substitute-special): Don't die for undefined xml
25111 entities.
25112
25113 2005-05-26 Jay Belanger <belanger@truman.edu>
25114
25115 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
25116 of nil.
25117
25118 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
25119
25120 * progmodes/gdb-ui.el (gdb-frame-address):
25121 Rename from gdb-current-address.
25122 (gdb-previous-frame-address): Rename from gdb-previous-address.
25123 (gdb-selected-frame): Rename from gdb-current-frame.
25124 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
25125 (gdb-frame-number): Rename from gdb-current-stack-level.
25126 (gdb-ann3): Match new mode-name for disassembly buffer.
25127 Extend initialization of variables.
25128 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
25129 (gdb-memory-mode): Use mouse-face in header line.
25130 (gdb-assembler-buffer-name): Call it disassembly and give frame
25131 in mode line.
25132 (gdb-source-spec-regexp, gdb-assembler-custom)
25133 (gdb-invalidate-assembler, gdb-frame-handler):
25134 Make robust to leading zeroes in address format.
25135
25136 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
25137
25138 * textmodes/org.el (org-mode): Use `define-derived-mode' to
25139 define `org-mode'.
25140 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
25141
25142 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
25143
25144 * log-edit.el (log-edit-changelog-entries): Distinguish between
25145 filenames like xfns.c and fns.c.
25146
25147 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
25148
25149 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
25150 point after reverting.
25151 (Buffer-menu-make-sort-button): Handle the case where
25152 `Buffer-menu-use-header-line' is nil.
25153
25154 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
25155
25156 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
25157 New funcs. In minibuffer-local-completion-map bind `]', `/'
25158 and `:' to them.
25159
25160 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
25161
25162 * startup.el (normal-top-level): Allow modification of load-path while
25163 we're iterating over it.
25164
25165 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
25166
25167 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
25168 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
25169 (thumbs-resize-interactive, thumbs-insert-image)
25170 (thumbs-insert-thumb, thumbs-dired-show-marked)
25171 (thumbs-find-image-at-point, thumbs-delete-images)
25172 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
25173 (thumbs-increment-image-size, thumbs-decrement-image-size):
25174 Fix typos in docstrings.
25175
25176 2005-05-24 Andre Spiegel <spiegel@gnu.org>
25177
25178 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
25179 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
25180 (cperl-mode): Use them.
25181
25182 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
25183
25184 * window.el (quit-window, shrink-window-if-larger-than-buffer):
25185 Doc fixes.
25186
25187 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
25188
25189 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
25190 Bind C-d to gdb-inferior-io-eof.
25191
25192 * dired.el (dired-dnd-popup-notice): Use message-box.
25193
25194 2005-05-23 Masatake YAMATO <jet@gyve.org>
25195
25196 * bindings.el (mode-line-major-mode-keymap):
25197 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
25198
25199 * faces.el (mode-line-highlight): New face.
25200
25201 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
25202 as mouse-face.
25203
25204 * bindings.el (top-level, help-echo, mode-line-modified)
25205 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
25206 as mouse-face.
25207
25208 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
25209
25210 * progmodes/cc-engine.el (c-guess-basic-syntax):
25211 Remove spurious call to `zerop'.
25212
25213 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
25214
25215 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
25216
25217 CC Mode update to 5.30.10:
25218
25219 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
25220 could go past the limit in decoration level 2, thereby causing
25221 errors during interactive fontification.
25222
25223 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
25224 the file is evaluated interactively.
25225
25226 * cc-engine.el (c-guess-basic-syntax): Handle operator
25227 declarations somewhat better in C++.
25228
25229 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
25230 make use of `run-mode-hooks' which has been added in Emacs 21.1.
25231 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
25232 (awk-mode): Use it.
25233 (make-local-hook): Suppress warning about obsoleteness.
25234
25235 * cc-engine.el, cc-align.el, cc-cmds.el
25236 (c-append-backslashes-forward, c-delete-backslashes-forward)
25237 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
25238 Compensate for return value from `forward-line' when it has moved
25239 but not to a different line due to eob.
25240
25241 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
25242 `objc-method-intro' and `objc-method-args-cont'.
25243
25244 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
25245
25246 CC Mode update to 5.30.10:
25247
25248 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
25249 in the copyright statement. Incidentally, change "along with GNU
25250 Emacs" to "along with this program" where it occurs.
25251
25252 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
25253 so that it is interactive, hence can be found by M-x awk-mode
25254 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
25255 <gmorris+emacs@ast.cam.ac.uk>.
25256
25257 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
25258 Mode's regexps.
25259
25260 2005-05-23 Kevin Ryde <user42@zip.com.au>
25261
25262 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
25263 c-parse-state, to avoid a lisp error (on bad code).
25264
25265 2005-05-23 Lute Kamstra <lute@gnu.org>
25266
25267 * subr.el (font-lock-defaults): Remove defvar as it's already
25268 defined in font-core.el.
25269
25270 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
25271
25272 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
25273
25274 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
25275 more general and work when GDB variable "print pretty" is on,
25276 as with Emacs, for example.
25277
25278 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
25279
25280 * font-core.el: Update comment.
25281
25282 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25283 Use `after-change-major-mode-hook' instead of `find-file-hook'.
25284
25285 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
25286
25287 2005-05-22 Eli Zaretskii <eliz@gnu.org>
25288
25289 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
25290 and `yank-handler' in the doc strings.
25291
25292 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25293
25294 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
25295
25296 2005-05-22 Richard M. Stallman <rms@gnu.org>
25297
25298 * help.el (describe-key): Move print-help-return-message call
25299 out of conditional.
25300
25301 * progmodes/etags.el (list-tags): Use with-no-warnings.
25302
25303 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
25304 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
25305 (starttls-extra-args, starttls-extra-arguments): Add defvars.
25306
25307 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
25308
25309 * language/viet-util.el (viet-viscii-nonascii-translation-table):
25310 Add defvar.
25311
25312 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
25313 Use defvar, not defconst.
25314
25315 * hexl.el (hexl-follow-line): Use with-no-warnings.
25316
25317 * emulation/tpu-extras.el: Use write-file-functions instead of
25318 write-file-hooks.
25319
25320 * dired.el (dired-font-lock-keywords): Fontify files with junk
25321 extensions even if marked by -F.
25322
25323 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
25324
25325 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
25326 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
25327 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
25328 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
25329 (concatenate, list-length, get*, getf, cl-remprop):
25330 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
25331 (etypecase, progv, lexical-let, lexical-let*)
25332 (multiple-value-bind, multiple-value-setq, shiftf):
25333 Improve argument/docstring consistency.
25334
25335 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
25336
25337 2005-05-22 Andre Spiegel <spiegel@gnu.org>
25338
25339 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
25340 doesn't exist.
25341
25342 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
25343 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
25344
25345 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
25346
25347 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
25348 already deleted variables: auto-fill-hook, blink-paren-hook,
25349 lisp-indent-hook, inhibit-local-variables, unread-command-event,
25350 suspend-hooks, comment-indent-hook, meta-flag,
25351 before-change-function, after-change-function,
25352 font-lock-doc-string-face.
25353
25354 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
25355
25356 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
25357
25358 2005-05-21 Eli Zaretskii <eliz@gnu.org>
25359
25360 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
25361 rmail-dont-reply-to.
25362
25363 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25364
25365 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
25366 literal blank when splitting new-header-values.
25367
25368 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
25369
25370 * calendar/cal-menu.el (cal-menu-update): Add separator as a
25371 string so that tmm doesn't create a completion entry for it.
25372
25373 * textmodes/table.el (table-disable-menu): Ditto.
25374
25375 2005-05-21 Richard M. Stallman <rms@gnu.org>
25376
25377 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
25378
25379 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
25380
25381 * net/rcompile.el (remote-compile): Use compilation-start.
25382
25383 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
25384
25385 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
25386
25387 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
25388 Default to makefile-bsdmake-mode on BSD systems.
25389
25390 * imenu.el (imenu-generic-expression, imenu--generic-function'):
25391 REGEXP may also be a search function now. The part of doc-string
25392 for describing the structure was 95% identical to that of
25393 `imenu--generic-function'. Unify it there.
25394
25395 * progmodes/make-mode.el (makefile-imenu-generic-expression):
25396 Use function to find dependencies, because regexp alone is so complex,
25397 it easily goes into an endless loop.
25398 (makefile-makepp-mode): Also add submenu for Perl functions
25399 defined in the makefile.
25400 (makefile-bsdmake-mode): Special imenu-generic-expression no
25401 longer needed, due to function call.
25402 (makefile-match-dependency): Take BOUND into account when checking
25403 if we're through.
25404
25405 2005-05-20 Jay Belanger <belanger@truman.edu>
25406
25407 * calc/calc-units.el (calc-invalidate-units-table):
25408 Use inhibit-read-only.
25409 (math-build-units-table-buffer): Use view-mode.
25410
25411 2005-05-20 David Kastrup <dak@gnu.org>
25412
25413 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
25414 easy-menu-add is not a nop on Emacs; and clarify when to call it.
25415
25416 2005-05-20 Lute Kamstra <lute@gnu.org>
25417
25418 * diff-mode.el (diff-header-face, diff-file-header-face)
25419 (diff-index-face, diff-hunk-header-face, diff-removed-face)
25420 (diff-added-face, diff-changed-face, diff-function-face)
25421 (diff-context-face, diff-nonexistent-face): Put them in the
25422 diff-mode customization group.
25423
25424 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25425
25426 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
25427
25428 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
25429
25430 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
25431 Minor regexp-optimization.
25432
25433 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
25434
25435 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
25436 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
25437 (org-agenda-add-time-grid-maybe): New function.
25438 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
25439 (org-table-create): `dotimes' instead of `mapcar'.
25440 (org-xor): Simplify implementation.
25441 (org-agenda): `inhibit-redisplay' turned on.
25442 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
25443 a consistent line after a state change.
25444 (org-agenda-remove-times-when-in-prefix): New option.
25445 (org-prefix-has-time): New variable.
25446 (org-parse-time-string): Optional argument NODEFAULT.
25447 (org-format-agenda-item): Parse items for time-of-day
25448 specifications and move these into the prefix if possible.
25449 (org-agenda-priority): Get current heading, not previous heading
25450 during agenda remote editing.
25451
25452 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
25453
25454 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
25455 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
25456 (remove-duplicates, delete-duplicates, substitute)
25457 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
25458 (nsubstitute-if-not, find, find-if, find-if-not, position)
25459 (position-if, position-if-not, count, count-if, count-if-not)
25460 (mismatch, search, sort*, stable-sort, merge, member*)
25461 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
25462 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
25463 (intersection, nintersection, set-difference, nset-difference)
25464 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
25465 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
25466 (nsublis, tree-equal): Improve argument/docstring consistency.
25467
25468 * subr.el (send-string, send-region): Remove obsolescence declaration.
25469 (window-dot, set-window-dot, read-input, show-buffer)
25470 (eval-current-buffer, string-to-int):
25471 Add release number to obsolescence declarations.
25472
25473 2005-05-19 Kim F. Storm <storm@cua.dk>
25474
25475 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
25476 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
25477
25478 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
25479
25480 * faces.el (list-faces-display): Make back button respect optional
25481 regexp arg.
25482
25483 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
25484
25485 * calculator.el (calculator-radix-grouping-mode)
25486 (calculator-radix-grouping-digits, calculator-displayer)
25487 (calculator-radix-grouping-separator, calculator-copy-displayer):
25488 * dabbrev.el (dabbrev-search-these-buffers-only):
25489 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
25490 (diff-advance-after-apply-hunk, diff-mode-hook)
25491 (diff-minor-mode-prefix):
25492 * imenu.el (imenu-use-popup-menu):
25493 * jit-lock.el (jit-lock-context-time):
25494 * newcomment.el (comment-fill-column, comment-column)
25495 (comment-style, comment-padding, comment-multi-line)
25496 (comment-empty-lines, comment-auto-fill-only-comments):
25497 * reveal.el (reveal-around-mark):
25498 * uniquify.el (uniquify-buffer-name-style)
25499 (uniquify-after-kill-buffer-p)
25500 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
25501 (uniquify-min-dir-content, uniquify-separator)
25502 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
25503 * w32-vars.el (w32-fixed-font-alist):
25504 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
25505 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
25506 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
25507 * progmodes/perl-mode.el (perl-indent-level)
25508 (perl-continued-statement-offset, perl-continued-brace-offset)
25509 (perl-brace-offset, perl-brace-imaginary-offset)
25510 (perl-label-offset, perl-indent-continued-arguments)
25511 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
25512 * progmodes/tcl.el (tcl-indent-level)
25513 (tcl-continued-indent-level, tcl-auto-newline)
25514 (tcl-tab-always-indent, tcl-electric-hash-style)
25515 (tcl-help-directory-list, tcl-use-smart-word-finder)
25516 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
25517 (inferior-tcl-source-command):
25518 * textmodes/fill.el (enable-kinsoku):
25519 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
25520 * textmodes/table.el (table-yank-handler):
25521 Specify missing group (and type, if simple) in defcustom.
25522
25523 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
25524
25525 * progmodes/compile.el (compilation-finish-function): Fix defvar.
25526
25527 2005-05-19 Richard M. Stallman <rms@gnu.org>
25528
25529 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
25530
25531 * subr.el (event-basic-type): Don't get an error.
25532 (left-fringe-p): Function deleted.
25533
25534 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
25535 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
25536
25537 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
25538 in recursive copy.
25539
25540 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
25541
25542 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
25543
25544 * emacs-lisp/bytecomp.el
25545 (byte-compile-file-form-custom-declare-variable):
25546 Call byte-compile-nogroup-warn if appropriate.
25547
25548 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
25549 (compilation-set-window): Don't call left-fringe-p; do it directly.
25550
25551 2005-05-19 Jay Belanger <belanger@truman.edu>
25552
25553 * calc/calc-graph.el (calc-graph-format-data): Make sure
25554 var-PlotRejects is bound before trying to check its value.
25555
25556 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
25557
25558 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
25559 definition of this variable from reftex-global.el to reftex.el,
25560 because it is needed in the menu.
25561
25562 2005-05-19 Lute Kamstra <lute@gnu.org>
25563
25564 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
25565 years are fixed. Don't insert a space after a dash.
25566
25567 2005-05-19 Kim F. Storm <storm@cua.dk>
25568
25569 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
25570
25571 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
25572
25573 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
25574 strings, because (eq ... ?\\) is fairly frequent.
25575
25576 * progmodes/make-mode.el (makefile-add-this-line-targets):
25577 Simplify and integrate into `makefile-pickup-targets'.
25578 (makefile-add-this-line-macro): Simplify and integrate into
25579 `makefile-pickup-macros.
25580 (makefile-pickup-filenames-as-targets): Simplify.
25581 (makefile-previous-dependency, makefile-match-dependency):
25582 Don't stumble over `::'.
25583
25584 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
25585
25586 * subr.el (post-command-idle-hook, post-command-idle-delay):
25587 Remove obsoletion of post-command-idle-hook and
25588 post-command-idle-delay.
25589
25590 * faces.el (list-faces-display): Provide button when describe-face
25591 is called to take user back to the list of faces.
25592
25593 * help-fns.el (describe-variable): Remove hyperlinks in a
25594 variable's value as these are quite frequently inappropriate.
25595
25596 * follow.el (follow-submit-feedback, follow-mode):
25597 Remove references to post-command-idle-hook.
25598
25599 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
25600
25601 * progmodes/make-mode.el (makefile-previous-dependency)
25602 (makefile-match-dependency): Check for := (and in bsd mode also
25603 !=) to give a better result, even when font-lock is not on.
25604
25605 2005-05-18 Jay Belanger <belanger@truman.edu>
25606
25607 * calc/calc-help.el (calc-s-prefix-help):
25608 Add `calc-copy-special-constant' to help string.
25609
25610 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
25611
25612 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25613
25614 2005-05-18 Jay Belanger <belanger@truman.edu>
25615
25616 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
25617 in linear factors are in proper order.
25618
25619 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
25620
25621 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25622 Support for jurabib.
25623
25624 * textmodes/reftex.el (featurep): Define aliases for overlay
25625 commands, for XEmacs compatibility, and use these aliases in
25626 overlay initializations.
25627 (reftex-highlight): Use `reftex-move-overlay'.
25628 (reftex-unhighlight): Use `reftex-delete-overlay'.
25629 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
25630 (reftex-access-search-path): Use `reftex-uniquify' instead of
25631 `reftex-uniq'
25632
25633 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
25634 `before-string' property modification enables for Emacs as well.
25635 (reftex-select-item): Use `reftex-delete-overlay'.
25636 (reftex-select-mark): Use `reftex-make-overlay' and
25637 `reftex-overlay-put'.
25638 (reftex-select-unmark): Use `reftex-delete-overlay' and
25639 `reftex-overlay-put'.
25640
25641 2005-05-18 Lute Kamstra <lute@gnu.org>
25642
25643 * emacs-lisp/lisp.el (check-parens): Fix docstring.
25644
25645 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
25646
25647 * add-log.el (add-change-log-entry):
25648 * array.el (array-make-template, array-reconfigure-rows)
25649 (array-init-max-row, array-init-max-column)
25650 (array-init-columns-per-line, array-init-field-width):
25651 * replace.el (replace-match-maybe-edit, perform-replace):
25652 * textmodes/spell.el (spell-region):
25653 Replace `read-input' by `read-string'.
25654
25655 * forms.el (forms-mode):
25656 * finder.el (finder-compile-keywords):
25657 * shadowfile.el (shadow-read-files):
25658 Replace `eval-current-buffer' by `eval-buffer'.
25659
25660 * terminal.el (te-pass-through):
25661 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
25662 (ange-ftp-raw-send-cmd):
25663 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
25664 (send-process-next-char, telnet-initial-filter, telnet):
25665 Replace `send-string' by `process-send-string'.
25666
25667 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
25668 (prolog-consult-region): Replace `send-string' by
25669 `process-send-string'; replace `send-region' by `process-send-region'.
25670
25671 * progmodes/delphi.el (delphi-log-msg):
25672 Replace `set-window-dot' by `set-window-point'.
25673
25674 * subr.el (window-dot, set-window-dot, read-input, send-string)
25675 (send-region, show-buffer, eval-current-buffer):
25676 Make really obsolete, as the comment says.
25677
25678 2005-05-17 Kim F. Storm <storm@cua.dk>
25679
25680 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
25681 (cua--init-keymaps): Bind C-return instead of S-return to set
25682 rectangle mark.
25683
25684 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
25685 instead of S-return to toggle/clear rectangle mark.
25686
25687 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
25688
25689 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
25690 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
25691 Also fontify plain strings assigned to variables, mostly so that a
25692 colon has a face and is thus not taken as a dependency separator.
25693 (makefile-previous-dependency): Inline the new matcher, because it
25694 is too complex to work in both directions.
25695 (makefile-match-dependency): Eliminate `backward' arg (see above).
25696 Completely reimplemented so as to not sometimes go into an endless
25697 loop. It should also be more efficient, because first it only
25698 searches for `:', instead of applying the very complex regexp.
25699 (makefile-mode): Cancel `font-lock-support-mode', because blocks
25700 to be fontified in one piece can be too long for JIT.
25701 Makefiles are never *that* big.
25702
25703 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
25704
25705 * dired.el (dired-mode): Simplify.
25706
25707 2005-05-17 Lute Kamstra <lute@gnu.org>
25708
25709 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
25710 defcustom for the mode hook variable.
25711
25712 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
25713 Emacs Lisp Reference Manual.
25714
25715 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
25716
25717 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
25718 (evenp, list*):
25719 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
25720 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
25721
25722 * net/tramp-smb.el (tramp-smb-open-connection):
25723 Pass `tramp-chunksize' as fifth (required) argument.
25724
25725 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
25726
25727 * font-lock.el (lisp-font-lock-keywords-1):
25728 Set `font-lock-negation-char-face' for [^...] char group.
25729 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
25730
25731 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
25732 a var, and refine it to mask one more level of nested vars.
25733 (makefile-rule-action-regex): Turn it into a var, and refine it so
25734 it recognizes backslashed continuation lines as belonging to the
25735 same command.
25736 (makefile-macroassign-regex): Refine it so it recognizes
25737 backslashed continuation lines as belonging to the same command.
25738 (makefile-var-use-regex): Don't look at the next char, because it
25739 might be the same one to be skipped by the initial [^$], leading
25740 to an overlooked variable use.
25741 (makefile-make-font-lock-keywords): Remove two parameters, which
25742 are now variables that some of the modes set locally.
25743 Handle dependency and rule action matching through functions, because
25744 regexps alone match too often. Dependency matching now comes
25745 last, so it can check, whether a colon already matched something else.
25746 (makefile-mode): Inform that font-lock improves makefile parsing
25747 capabilities.
25748 (makefile-match-dependency, makefile-match-action): New functions.
25749
25750 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
25751
25752 * emacs-lisp/cl-extra.el (equalp): Doc fix.
25753
25754 * align.el (align-regexp):
25755 * ansi-color.el (ansi-color-get-face):
25756 * array.el (array-reconfigure-rows, array-init-max-row)
25757 (array-init-max-column, array-init-columns-per-line)
25758 (array-init-field-width):
25759 * dired-aux.el (dired-trample-file-versions):
25760 * dired-x.el (dired-mark-sexp):
25761 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
25762 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
25763 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
25764 * faces.el (face-read-integer):
25765 * files.el (backup-extract-version, insert-directory):
25766 * hexl.el (hexl-insert-decimal-char):
25767 * server.el (server-process-filter):
25768 * shell.el (shell-extract-num):
25769 * startup.el (command-line-1):
25770 * term.el (term-command-hook):
25771 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
25772 (time-stamp-do-number):
25773 * time.el (display-time-update):
25774 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
25775 (timezone-fix-time):
25776 * vms-patch.el (vms-suspend-resume-hook):
25777 * calendar/appt.el (appt-convert-time):
25778 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25779 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
25780 * calendar/cal-islam.el (mark-islamic-diary-entries):
25781 * calendar/calendar.el (calendar-cursor-to-date)
25782 (calendar-star-date):
25783 * calendar/diary-lib.el (diary-attrtype-convert)
25784 (mark-diary-entries, diary-entry-time):
25785 * calendar/solar.el (solar-get-number):
25786 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
25787 * emacs-lisp/re-builder.el (reb-display-subexp):
25788 * emulation/edt.el (edt-set-scroll-margins):
25789 * emulation/tpu-extras.el (tpu-set-scroll-margins):
25790 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
25791 (vip-get-ex-count):
25792 * emulation/viper-ex.el (viper-get-ex-token)
25793 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
25794 * international/fontset.el (fontset-plain-name):
25795 * mail/feedmail.el (feedmail-look-at-queue-directory):
25796 * mail/mailalias.el (mail-get-names):
25797 * mail/rmail.el (rmail-convert-to-babyl-format):
25798 * mail/rmailsum.el (rmail-make-basic-summary-line)
25799 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
25800 (rmail-summary-goto-msg):
25801 * mail/smtpmail.el (smtpmail-read-response):
25802 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
25803 (ange-ftp-vms-add-file-entry):
25804 * play/gametree.el (gametree-looking-at-ply)
25805 (gametree-current-branch-score):
25806 * progmodes/ada-xref.el (ada-prj-find-prj-file)
25807 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
25808 * progmodes/cperl-mode.el (condition-case):
25809 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
25810 (ebrowse-set-member-buffer-column-width)
25811 (ebrowse-select-1st-to-9nth):
25812 * progmodes/etags.el (etags-snarf-tag):
25813 * progmodes/flymake.el (flymake-parse-line):
25814 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
25815 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
25816 (idlwave-shell-menu-def):
25817 * progmodes/ps-mode.el (ps-run-goto-error):
25818 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
25819 (vhdl-speedbar-contract-level):
25820 * term/mac-win.el (x-handle-numeric-switch):
25821 * term/sun-mouse.el (sun-get-frame-data):
25822 * term/w32-win.el (x-handle-numeric-switch):
25823 * term/x-win.el (x-handle-numeric-switch):
25824 * textmodes/ispell.el (ispell-parse-output):
25825 * textmodes/nroff-mode.el (nroff-outline-level):
25826 * textmodes/reftex-cite.el (reftex-bib-sort-year)
25827 (reftex-bib-sort-year-reverse, reftex-format-citation):
25828 * textmodes/reftex-parse.el (reftex-init-section-numbers)
25829 (reftex-section-number):
25830 * textmodes/texinfmt.el (texinfo-paragraphindent):
25831 Replace `string-to-int' by `string-to-number'.
25832
25833 * international/latexenc.el: Add page marker to force the "Local
25834 Variables:" string out of the last page.
25835
25836 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
25837
25838 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
25839 tooltip-change-major-mode.
25840 (gud-tooltip-print-command): Remove case where gud-minor-mode
25841 is gdb ("--fullname").
25842 (gud-tooltip-tips): Turn GUD tooltips off for this case and
25843 explain to user.
25844
25845 2005-05-16 Jay Belanger <belanger@truman.edu>
25846
25847 * calc/calc-store.el (calc-copy-special-constant): New function.
25848
25849 * calc/calc-ext.el (calc-init-extensions): Add binding for
25850 `calc-copy-special-constant'.
25851
25852 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
25853 for the `calc-copy-special-constant' command.
25854
25855 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
25856
25857 * subr.el (left-fringe-p): New function.
25858
25859 * progmodes/compile.el (compilation-setup): Set local value of
25860 overlay-arrow-string to "" always.
25861 (compilation-set-window): Left fringe then don't scroll.
25862 No left fringe then no arrow and scroll message to top.
25863 (compilation-context-lines): Adjust doc string accordingly.
25864
25865 2005-05-16 Kim F. Storm <storm@cua.dk>
25866
25867 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
25868 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
25869 (ido-wide-find-dir-or-delete-dir): New command for M-d.
25870 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
25871 (ido-read-file-name): Handle commands with ido property value
25872 equal to find-file as reading a file name, to allow C-d to enter dired.
25873 (ibuffer-find-file): Add ido property with value find-file.
25874
25875 2005-05-15 Kim F. Storm <storm@cua.dk>
25876
25877 * subr.el (open-network-stream-nowait): Remove.
25878 (open-network-stream-server): Remove.
25879
25880 2005-05-15 Richard M. Stallman <rms@gnu.org>
25881
25882 * faces.el (describe-face): Output a definition link button.
25883
25884 * help-mode.el (help-face-def): New button type.
25885
25886 * emacs-lisp/copyright.el (copyright-fix-years):
25887 Match properly if the first year is 2-digit.
25888 Don't mess up the whitespace after the years by filling.
25889
25890 * dired-aux.el (dired-mark-confirm):
25891 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
25892
25893 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
25894 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
25895 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
25896
25897 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25898 Set font-lock-comment-start-skip.
25899
25900 * font-lock.el (font-lock-comment-start-skip): New variable.
25901 (font-lock-comment-end-skip): New variable.
25902 (font-lock-fontify-syntactically-region): Use them if non-nil.
25903
25904 2005-05-15 Jay Belanger <belanger@truman.edu>
25905
25906 * calc/calc-store.el (calc-store-value): Return a string rather
25907 than display it as a message.
25908 Use calc-var-name for variable name.
25909 (calc-store-into): Add the result of calc-store-value to message.
25910 (calc-copy-variable): Add a message.
25911 (calc-store-exchange): Improve error messages.
25912 (calc-store-binary, calc-store-map): Don't reset the values of
25913 special constants.
25914
25915 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
25916
25917 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
25918 manual to docstring.
25919
25920 * files.el (hack-local-variables-confirm): Add STRING argument.
25921 Make the function handle non file visiting buffers correctly.
25922 (hack-local-variables-prop-line, hack-local-variables)
25923 (hack-one-local-variable): Use STRING arg of
25924 `hack-local-variables-confirm'.
25925
25926 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
25927
25928 Sync with Tramp 2.0.49.
25929
25930 * net/tramp.el (tramp-handle-dired-call-process)
25931 (tramp-handle-insert-directory):`insert-buffer' cannot be used
25932 because the contents of the Tramp buffer is changed before
25933 insertion (`expand-file' and alike).
25934 (tramp-handle-insert-directory): If `localname' has an empty
25935 nondirectory name, it must not be quoted.
25936 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
25937 variable `tramp-chunksize'. Change callees.
25938 (tramp-open-connection-setup-interactive-shell): Check remote host
25939 for buggy `send-process-string' implementation.
25940 Set `tramp-chunksize' if found. Reported by Michael Kifer
25941 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
25942 (tramp-handle-shell-command): `insert-buffer' cannot be used
25943 because the contents of the Tramp buffer is changed before
25944 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
25945 <frederic.bothamy@free.fr>.
25946 (tramp-set-auto-save): Actions should be done for Tramp file name
25947 handler only. Ange-FTP has its own auto-save mechanism.
25948 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25949 (tramp-set-auto-save-file-modes): Set file modes of
25950 `buffer-auto-save-file-name' to ?\600 as fallback solution.
25951 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
25952 (tramp-bug): Remove obsolete variable.
25953 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
25954 for presence of `mml-mode'. Make it running for older Emacsen as well.
25955
25956 2005-05-14 John Paul Wallington <jpw@pobox.com>
25957
25958 * ibuf-ext.el (define-ibuffer-filter filename):
25959 If `dired-directory' is a list, use its car.
25960
25961 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
25962
25963 * ibuffer.el (define-ibuffer-column filename):
25964 If `dired-directory' is a list, use its car.
25965
25966 2005-05-14 Richard M. Stallman <rms@gnu.org>
25967
25968 * subr.el (symbol-file): Doc fix.
25969
25970 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
25971 (byte-compile-form): Call byte-compile-nogroup-warn.
25972 (byte-compile-warning-types): Doc fix.
25973
25974 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
25975
25976 * progmodes/cc-engine.el (c-literal-faces):
25977 Add font-lock-comment-delimiter-face.
25978
25979 * net/net-utils.el (dig): Use with-no-warnings.
25980
25981 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
25982 (sc-recite-frame-alist, sc-default-cite-frame)
25983 (sc-default-uncite-frame, sc-default-recite-frame)
25984 (sc-attrib-selection-list, sc-rewrite-header-list):
25985 Mark as risky-local-variable.
25986
25987 * international/ogonek.el (ogonek-jak, ogonek-how):
25988 Don't use beginning-of-buffer.
25989
25990 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
25991
25992 * calendar/solar.el (solar-data-list): Move definition up.
25993
25994 * dnd.el (dnd-protocol-alist): Add autoload.
25995
25996 * progmodes/sh-script.el: Many doc usage fixes.
25997 (sh-indent-after-do): Change default to match common styles.
25998
25999 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
26000
26001 * files.el (interpreter-mode-alist)
26002 (auto-mode-interpreter-regexp): Doc fixes.
26003
26004 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
26005
26006 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
26007
26008 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
26009
26010 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26011
26012 * dired.el (dired-mode): make-variable-buffer-local =>
26013 make-local-variable.
26014
26015 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26016
26017 * term/mac-win.el (mac-select-convert-to-string): Try coding
26018 systems in mac-script-code-coding-systems if specified one cannot
26019 encode string for `com.apple.traditional-mac-plain-text'.
26020
26021 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
26022
26023 * progmodes/make-mode.el (makefile-targets-face)
26024 (makefile-shell-face, makefile-makepp-perl-face): New faces.
26025 (makefile-dependency-regex): Fix it to not make the colon in
26026 $(var:a=b) special.
26027 (makefile-rule-action-regex): New regexp for highlighting embedded
26028 Shell strings.
26029 (makefile-macroassign-regex): Handle != for highlighting as
26030 embedded Shell strings.
26031 (makefile-var-use-regex): New const.
26032 (makefile-statements, makefile-automake-statements)
26033 (makefile-gmake-statements, makefile-makepp-statements)
26034 (makefile-bsdmake-statements): New consts.
26035 (makefile-make-font-lock-keywords): New function.
26036 (makefile-automake-font-lock-keywords)
26037 (makefile-gmake-font-lock-keywords)
26038 (makefile-makepp-font-lock-keywords)
26039 (makefile-bsdmake-font-lock-keywords): New consts.
26040 (makefile-mode-map): Add switchers between the various submodes.
26041 (makefile-mode): Document the availability of the variants.
26042 (makefile-automake-mode, makefile-gmake-mode)
26043 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
26044
26045 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
26046 new variants of makefile-mode.
26047
26048 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26049
26050 * font-lock.el (font-lock-comment-delimiter-face): Fix up
26051 the inheritance.
26052
26053 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
26054
26055 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
26056 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
26057
26058 * files.el (normal-mode): Extend the scope of the
26059 `enable-local-variables' binding to include the `set-auto-mode' call.
26060 (magic-mode-alist): Doc fix.
26061
26062 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26063
26064 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
26065 font-lock-comment-face rather than copying its setting.
26066
26067 2005-05-12 Andreas Schwab <schwab@suse.de>
26068
26069 * eshell/esh-mode.el (eshell-send-input): Doc fix.
26070
26071 2005-05-12 Lute Kamstra <lute@gnu.org>
26072
26073 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
26074 defcustom for the mode hook variable. Delete the last argument.
26075 * generic-x.el: Fix callers of define-generic-mode.
26076 (generic-x-modes): Delete group.
26077 (show-tabs-tab-face, show-tabs-space-face): Put them in the
26078 generic-x customization group.
26079
26080 2005-05-12 Kim F. Storm <storm@cua.dk>
26081
26082 * font-lock.el (font-lock-negation-char-face): Default to "off".
26083
26084 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
26085 font-lock-negation-char-face to ! in !=.
26086
26087 2005-05-12 Masatake YAMATO <jet@gyve.org>
26088
26089 * add-log.el (find-change-log): Fix typos in the docstring
26090 of function.
26091
26092 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
26093
26094 * international/latexenc.el (latexenc-find-file-coding-system):
26095 Avoid `re-search-forward' when looking for input encoding because
26096 of speed and safety. Better regular expressions for recognizing
26097 input encoding. Limit a search for TeX-master/tex-main-file to
26098 the local variable section.
26099
26100 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
26101
26102 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
26103 syntax of $ to "'" (quote).
26104
26105 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
26106
26107 * dnd.el (dnd-protocol-alist): Improve custom type.
26108
26109 * dired.el (dired-dnd-protocol-alist): New variable.
26110 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
26111 `dired-mode-hook' to the end.
26112
26113 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
26114
26115 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
26116 comment-end if comment-start-skip is not set.
26117 Obey the font-lock-comment-delimiter-face variables.
26118
26119 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
26120
26121 * files.el (executable-find): Move from executable.el. Use
26122 locate-file.
26123 * progmodes/executable.el (executable-find): Move to files.el.
26124
26125 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
26126 when trying to ensure forward progress.
26127
26128 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
26129
26130 * mouse-sel.el (mouse-sel-follow-link-p): New function.
26131 (mouse-select, mouse-select-internal, mouse-extend-internal):
26132 Use it to implement mouse-1-click-follows-link functionality.
26133
26134 2005-05-11 Richard M. Stallman <rms@gnu.org>
26135
26136 * font-lock.el (font-lock-fontify-syntactically-region):
26137 Use font-lock-comment-delimiter-face for comment delimiters.
26138
26139 2005-05-10 Jay Belanger <belanger@truman.edu>
26140
26141 * calc/calc-help.el (calc-m-prefix-help): Add mention of
26142 preserving embedded modes.
26143
26144 2005-05-10 Richard M. Stallman <rms@gnu.org>
26145
26146 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
26147
26148 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
26149 Move from ada-stmt.el.
26150 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
26151
26152 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
26153 Move to ada-mode.el.
26154 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
26155
26156 * cus-edit.el (custom-file): Call file-chase-links.
26157
26158 * files.el (read-directory-name): Fix previous change.
26159 (hack-local-variables-confirm): New function.
26160 (hack-local-variables-prop-line, hack-local-variables)
26161 (hack-one-local-variable): Use it.
26162
26163 2005-05-10 Lute Kamstra <lute@gnu.org>
26164
26165 * font-lock.el (font-lock-keywords-alist)
26166 (font-lock-removed-keywords-alist): Clarify docstrings.
26167
26168 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
26169
26170 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
26171 (gdb-source-info): Check for preprocessor info.
26172 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
26173 a macro for a function.
26174 (gdb-info-breakpoints-custom): Try to find file again if not already
26175 found (user might have used GDB dir command).
26176 (gdb-get-location): Update gdb-location-alist correctly for change
26177 to gdb-info-breakpoints-custom.
26178
26179 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
26180 (gud-tooltip-print-command): Add gdbmi case.
26181 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
26182 preprocessor info.
26183
26184 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
26185
26186 * startup.el (fancy-splash-insert): Fix typo in doc string.
26187
26188 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
26189
26190 * obsolete/float.el (string-to-float):
26191 * obsolete/hilit19.el (hilit-add-pattern):
26192 * obsolete/rnews.el (news-parse-range, news-select-message)
26193 (news-get-pruned-list-of-files): Replace `string-to-int' by
26194 `string-to-number'.
26195
26196 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
26197 `find-file-not-found-hooks'; use `add-hook'.
26198 (uncompress-while-visiting): Set `write-file-functions', not
26199 `write-file-hooks'; use `add-hook'.
26200
26201 2005-05-09 Kim F. Storm <storm@cua.dk>
26202
26203 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
26204 (cua-paste): Handle clipboard action.
26205 (cua--init-keymaps): Remap clipboard-kill-region and
26206 clipboard-kill-ring-save.
26207
26208 2005-05-08 Eli Zaretskii <eliz@gnu.org>
26209
26210 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26211 Improve commentary.
26212
26213 * simple.el (next-error-overlay-arrow-position): Revert the change
26214 made on 2005-04-30.
26215
26216 2005-05-07 Jay Belanger <belanger@truman.edu>
26217
26218 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
26219 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
26220 `calc-sel-reselect'.
26221
26222 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
26223 Calc is in embedded mode.
26224
26225 2005-05-07 Eli Zaretskii <eliz@gnu.org>
26226
26227 * progmodes/compile.el (compilation-setup):
26228 Set overlay-arrow-string to an empty string on text terminals.
26229
26230 * textmodes/ispell.el (ispell-program-name): Try looking for
26231 "aspell" along exec-path, and if found, use it as the default
26232 speller program.
26233
26234 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
26235
26236 * international/mule.el (sgml-xml-auto-coding-function):
26237 Recognize encoding='FOO' in single quotes as well as in double quotes.
26238
26239 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
26240
26241 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
26242 as well as `interactive', so that defmacro* would recognize
26243 `declare' forms.
26244
26245 2005-05-07 Eli Zaretskii <eliz@gnu.org>
26246
26247 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26248 Explain more about the LIGHTER arg's usage in the doc string.
26249 Add commentary to clarify what the code does. Fix the regexp that
26250 strips whitespace from LIGHTER. Quote LIGHTER before using it,
26251 since it could have characters special to regular expressions.
26252
26253 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26254
26255 * replace.el (occur-1): Bind inhibit-read-only so that
26256 erase-buffer doesn't barf on read-only text properties (likewise
26257 for add-text-properties in occur-engine). Mark buffer as unmodified.
26258 (occur-engine): Don't set buffer-read-only here.
26259
26260 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
26261
26262 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
26263 list-buffers-directory. This caused the *cvs-commit* buffer to be
26264 sometimes mistakenly reused as a *cvs* buffer.
26265
26266 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
26267
26268 * tooltip.el: Move code for GUD tooltips into gud.el.
26269 (require): CL no longer needed to compile case.
26270 (tooltip-mode): Do not toggle functions for GUD tooltips.
26271 (tooltip-gud-tips-p): Remove. Replace with minor mode
26272 gud-tooltip-mode in gud.el.
26273 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
26274 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
26275 tooltip-gud prefix with gud-tooltip and obsolete.
26276 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
26277 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
26278 (tooltip-mouse-motion): Mouse movement functions/variable.
26279 Rename in gud.el by adding gud prefix.
26280 (tooltip-gud-original-filter, tooltip-gud-dereference)
26281 (tooltip-gud-event, tooltip-toggle-gud-tips)
26282 (tooltip-gud-process-output, tooltip-gud-print-command)
26283 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
26284 gud.el by replacing tooltip-gud prefix with gud-tooltip.
26285 (gdb-tooltip-print): Move to gdb-ui.el.
26286
26287 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
26288 (require): CL needed to compile case.
26289 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
26290 tooltip-gud-tips-p. Make it a minor-mode.
26291 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
26292 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
26293 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
26294 (gud-tooltip-change-major-mode)
26295 (gud-tooltip-activate-mouse-motions-if-enabled)
26296 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
26297 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
26298 (gud-tooltip-original-filter, gud-tooltip-dereference)
26299 (gud-tooltip-event, tooltip-toggle-gud-tips)
26300 (gud-tooltip-process-output, gud-tooltip-print-command)
26301 (gud-tooltip-tips): Move from tooltip.el.
26302
26303 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
26304 (gdb-cpp-define-alist-flags): Doc fix.
26305 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
26306 gud-tooltip-mode is t.
26307
26308 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
26309
26310 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
26311 evaporate if their text is deleted.
26312 (goto-address-at-point): Make it work as a mouse binding as well.
26313 (goto-address-at-mouse): Obsolete it. Update users.
26314
26315 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
26316
26317 * calendar/appt.el (top-level): No longer activate on load.
26318
26319 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
26320
26321 * calendar/cal-bahai.el (mark-bahai-diary-entries):
26322 * net/webjump.el (webjump):
26323 * progmodes/idlw-help.el (idlwave-do-context-help1)
26324 (idlwave-highlight-linked-completions):
26325 * textmodes/po.el (po-find-file-coding-system-guts):
26326 Replace `assoc-ignore-case' by `assoc-string'.
26327
26328 2005-05-06 Eli Zaretskii <eliz@gnu.org>
26329
26330 * files.el (locate-file): Doc fix.
26331
26332 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
26333 Remove the redundant test for ms-dos.
26334
26335 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
26336 look for the preprocessor with exec-suffixes. If not found in
26337 standard places, look in exec-path. Remove most of the tests that
26338 used system-type.
26339
26340 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
26341
26342 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
26343
26344 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
26345 file-name clash with jka-compr.el on 8+3 filesystems.
26346
26347 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26348
26349 * term/mac-win.el: Don't define or bind scroll bar functions if
26350 x-toolkit-scroll-bars is t.
26351 (x-select-text, x-get-selection-value): Clear
26352 x-last-selected-text-clipboard if x-select-enable-clipboard is
26353 nil.
26354 (PRIMARY): Put mac-scrap-name property.
26355 (mac-select-convert-to-file-url): New function.
26356 (public.file-url): New selection target type. Add to
26357 selection-converter-alist.
26358 (x-get-selection, x-selection-value): Handle it.
26359 (x-cut-buffer-or-selection-value): New alias.
26360
26361 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26362
26363 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
26364 entry to avoid calling bibtex-find-entry with arg global
26365 being t. Remove arg key.
26366 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
26367 (bibtex-copy-summary-as-kill): Change accordingly.
26368
26369 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
26370
26371 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
26372 (org-agenda-date-later): Use with-current-buffer.
26373
26374 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
26375
26376 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
26377 (define-obsolete-variable-alias): Doc Fixes.
26378
26379 2005-05-06 Kim F. Storm <storm@cua.dk>
26380
26381 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
26382 vertical-motion when selective-display is active.
26383
26384 * ido.el (ido-setup-hook): New hook.
26385 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
26386 (ido-input-stack): New var.
26387 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
26388 ido-next-work-file binding to M-O.
26389 Bind M-f to ido-wide-find-file-or-pop-dir.
26390 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
26391 (ido-read-internal): Run ido-setup-hook.
26392 Catch quit in read-file-name and read-string to cancel edit.
26393 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
26394 Automatically pop-all when completing a directory name (RET).
26395 (ido-file-internal): Add with-no-warnings around ffap and dired code.
26396 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
26397 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
26398 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
26399 New functions for M-b/M-f to move among the directory components.
26400 (ido-make-merged-file-list): Catch quit to cancel merge.
26401 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
26402 (ido-completion-help): No warnings for ido-completion-buffer-full.
26403
26404 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
26405
26406 * font-lock.el (font-lock-negation-char-face): New face and variable.
26407 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
26408 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
26409 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
26410 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
26411
26412 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
26413
26414 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
26415 Fix typo in docstring.
26416
26417 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
26418 (ebrowse-print-statistics-line)
26419 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
26420
26421 * term/w32-win.el (image-library-alist): Add additional name for
26422 Xpm library.
26423
26424 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
26425
26426 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
26427 use gcc instead of cpp.
26428
26429 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
26430 (gdb-create-define-alist): Use it.
26431 (gdb-cpp-define-alist-program): Update for MS-DOS.
26432
26433 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
26434
26435 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
26436
26437 2005-05-04 Richard M. Stallman <rms@gnu.org>
26438
26439 * help.el (describe-key): No error when UNTRANSLATED is nil.
26440
26441 * simple.el (line-move-1): Fix previous change to signal errors
26442 appropriately.
26443
26444 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
26445
26446 * calendar/icalendar.el (icalendar-version): Now at 0.12.
26447 (icalendar-duration-correction): Remove.
26448 (icalendar--get-event-properties): Split result at commas.
26449 (icalendar--decode-isoduration): New optional argument
26450 DURATION-CORRECTION.
26451 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
26452 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
26453 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
26454 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
26455 (icalendar--convert-anniversary-to-ical): New functions, extracted
26456 from icalendar-export-region, with bug fixes.
26457 (icalendar-export-region): Use the above functions.
26458 (icalendar-import-buffer): Check before saving diary file.
26459 (icalendar--convert-recurring-to-diary)
26460 (icalendar--convert-non-recurring-all-day-to-diary)
26461 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
26462 extracted from icalendar--convert-ical-to-diary, with bug fixes.
26463 (icalendar--convert-ical-to-diary): Use the above functions.
26464
26465 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
26466
26467 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
26468 Remove these recent additions.
26469 (c-mode): Restore to before 2005-04-28.
26470
26471 * progmodes/cc-vars.el (cc-define-list-program): Remove this
26472 recent addition.
26473
26474 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
26475 (gdb-define-alist): New variables.
26476 (gdb-create-define-alist): New function.
26477 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
26478 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
26479 with string-to-number.
26480 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
26481
26482 * progmodes/gud.el: Replace string-to-int with string-to-number.
26483 (gud-find-file): Handle gdb-define-alist.
26484
26485 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
26486
26487 2005-05-02 Jay Belanger <belanger@truman.edu>
26488
26489 * calc/calc-aent.el (math-read-token):
26490 * calc/calc-bin.el (calc-word-size):
26491 * calc/calc-ext.el (calc-read-number-fancy):
26492 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
26493 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
26494 * calc/calc-frac.el (calc-over-notation):
26495 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
26496 (calc-graph-num-points, calc-graph-init):
26497 * calc/calc-prog.el (calc-read-parse-table-part)
26498 (calc-edit-macro-repeats):
26499 * calc/calc-yank.el (calc-do-grab-rectangle):
26500 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
26501 Replace `string-to-int' by `string-to-number'.
26502
26503 2005-05-02 Kim F. Storm <storm@cua.dk>
26504
26505 * kmacro.el: Use executing-kbd-macro-index variable.
26506
26507 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
26508
26509 * net/rlogin.el (rlogin-parse-words): Delete func.
26510 (rlogin): Use split-string, not rlogin-parse-words.
26511 Also, if there are option-like elements in the parsed args,
26512 take the host to be the first arg immediately following them.
26513 Suggested by Michael Mauger.
26514
26515 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
26516
26517 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
26518
26519 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
26520
26521 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
26522 (cc-mode-cpp-program): Rename to cc-define-list-program and
26523 move to cc-vars.el.
26524
26525 * progmodes/cc-vars.el (cc-define-list-program):
26526 Change to "gcc -E -dM -". Make customizable.
26527
26528 2005-05-02 Kim F. Storm <storm@cua.dk>
26529
26530 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
26531
26532 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
26533
26534 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
26535
26536 * international/mule-util.el (truncate-string): Remove alias and
26537 obsolete declaration.
26538
26539 * international/mule-cmds.el (update-iso-coding-systems):
26540 Remove alias and obsolete declaration.
26541
26542 * international/mule.el (coding-system-parent): Remove alias and
26543 obsolete declaration.
26544
26545 * subr.el (define-function, sref): Remove aliases and obsolete
26546 declarations.
26547 (chars-in-region): Remove obsolete declaration.
26548
26549 2005-05-01 Richard M. Stallman <rms@gnu.org>
26550
26551 * info.el (Info-mode): Set widen-automatically to nil, locally.
26552
26553 * simple.el (widen-automatically): New variable.
26554 (pop-global-mark): Obey widen-automatically.
26555
26556 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
26557
26558 * term/xterm.el (function-key-map): Call substitute-key-definition
26559 before the keymap size is increased by a lot of define-key calls.
26560
26561 2005-05-01 Richard M. Stallman <rms@gnu.org>
26562
26563 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
26564 Rename ARG to ELEMENT. Doc fix.
26565
26566 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
26567
26568 * allout.el (allout-exposure): Remove macro and obsolete declaration.
26569 Remove references to allout-exposure/change to allout-new-exposure.
26570
26571 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
26572 bytecode symbols.
26573
26574 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
26575 (compiled-function-p, focus-frame, unfocus-frame):
26576 Remove aliases and obsolete declarations.
26577 Back out inadvertent changes from previous commit.
26578
26579 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
26580
26581 * files.el (require-final-newline): Make Custom tags consistent
26582 with mode-require-final-newline.
26583 (mode-require-final-newline): Doc fix.
26584
26585 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
26586
26587 * international/latexenc.el (latexenc-find-file-coding-system):
26588 Fix regular expressions.
26589
26590 2005-05-01 David Kastrup <dak@gnu.org>
26591
26592 * international/latexenc.el (latexenc-find-file-coding-system):
26593 Fix regular expressions.
26594
26595 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
26596
26597 * subr.el (string-to-int): Make obsolete.
26598
26599 2005-04-30 Richard M. Stallman <rms@gnu.org>
26600
26601 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
26602
26603 * loadup.el: load jka-comp-hook.
26604
26605 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
26606 (jka-compr-handler): Add autoload. `put' calls moved
26607 to jka-comp-hook.el.
26608 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
26609 (jka-compr-inhibit): Autoload.
26610
26611 * jka-comp-hook.el: New file.
26612 Enable the mode by default.
26613
26614 * files.el (backup-buffer-copy): Use copy-file instead
26615 of write-region, and put back the 'excl.
26616
26617 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
26618
26619 * progmodes/flymake.el (flymake-split-string)
26620 (flymake-split-string, flymake-log, flymake-pid-to-names)
26621 (flymake-reg-names, flymake-get-source-buffer-name)
26622 (flymake-unreg-names, flymake-add-line-err-info)
26623 (flymake-add-err-info): Clarify docstrings.
26624 (flymake-popup-menu, flymake-make-emacs-menu)
26625 (flymake-make-xemacs-menu): Add docstrings.
26626 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
26627 Set variables directly throughout.
26628
26629 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
26630
26631 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
26632 exists. Initialize cc-define-alist.
26633 (c-mode): Add cc-create-define-alist locally to after-save-hook.
26634 If there is no file (Macroexpansion) don't create an alist.
26635
26636 2005-04-29 Sam Steingold <sds@gnu.org>
26637
26638 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
26639 (cc-create-define-alist): Use it instead of the hard-coded string.
26640
26641 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
26642
26643 * international/mule-conf.el (file-coding-system-alist): Fix regexp
26644 for latexenc.
26645
26646 2005-04-29 Lute Kamstra <lute@gnu.org>
26647
26648 * emacs-lisp/generic.el: Improve commentary section.
26649 (define-generic-mode): Improve docstring.
26650
26651 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
26652
26653 * textmodes/org.el (many places): Change to quiet the byte compiler.
26654 (org-prefix-format-compiled): New variable.
26655 (org-compile-prefix-format): New function.
26656 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
26657 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
26658 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
26659 (org-get-entries-from-diary): Use `org-get-time-of-day' for
26660 consistency with entries from `org-mode' files.
26661 (org-get-time-of-day): Fix bug with partial matches early in a line.
26662 (org-non-link-chars): New constant.
26663 (org-link-regexp): Respect `org-non-link-chars'.
26664 (org-agenda-day-view): Remove command.
26665 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
26666 (org-follow-bbdb-link, org-store-link): Search also company field.
26667 (org-highlight-overlay): New variable.
26668 (org-highlight, org-unhighlight): New functions.
26669 (org-agenda-mode): Add pre-command-hook to remove highlight.
26670 (org-evaluate-time-range): Behavior depends upon whether time stamp
26671 contains a time or not.
26672 (org-show-subtree, org-show-entry): New functions.
26673 (org-agenda-cleanup-fancy-diary): Remove empty lines.
26674
26675 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
26676
26677 * comint.el (comint-output-filter-functions): Add autoload cookie.
26678
26679 2005-04-28 Kim F. Storm <storm@cua.dk>
26680
26681 * ido.el (ido-everywhere): Fix last change.
26682
26683 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
26684
26685 * international/latexenc.el: New file.
26686 * international/mule-conf.el (file-coding-system-alist): For .tex,
26687 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
26688
26689 2005-04-28 Lute Kamstra <lute@gnu.org>
26690
26691 * font-lock.el (font-lock-add-keywords)
26692 (font-lock-remove-keywords): Clarify docstring.
26693 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
26694 Don't start docstrings with a `*'.
26695 (font-lock-update-removed-keyword-alist): Give it a docstring.
26696
26697 * generic-x.el: Update commentary section.
26698 Only require font-lock when compiling.
26699 Define all modes conditionally.
26700 Place all generic modes in the generic-x-modes customization group.
26701 (generic-x-modes): New customization group.
26702 (generic-default-modes, generic-mswindows-modes)
26703 (generic-unix-modes, generic-other-modes): New constants.
26704 (generic-define-mswindows-modes, generic-define-unix-modes):
26705 Update docstrings. Make them obsolete.
26706 (generic-extras-enable-list): New default value. Update docstring.
26707 Improve :type. Change :set function.
26708 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
26709 Fix docstring.
26710
26711 * emacs-lisp/generic.el (generic-mode-internal):
26712 Simplify font-lock-defaults.
26713 (define-generic-mode): Fix docstring.
26714
26715 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26716
26717 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
26718 font-lock-face property to highlight matches.
26719
26720 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
26721
26722 * progmodes/cc-mode.el (cc-create-define-alist): New function.
26723 (cc-define-alist): New variable.
26724 (c-mode): Make it local and initialize it.
26725
26726 * progmodes/gdb-ui.el (gdb-active-process): New variable.
26727 (gdb-exited): New function.
26728 (gdb-annotation-rules): Use it.
26729 (gdb-starting): Set gdb-active-process to t.
26730 (gdb-stopping): Amend doc string.
26731 (gdb-reset): Set gdb-active-process to nil.
26732
26733 * tooltip.el (tooltip-gud-tips): Show the associated #define
26734 directives when a C program under GDB is not executing.
26735
26736 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
26737
26738 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
26739 font-lock-fontify-syntactic-keywords.
26740
26741 * font-lock.el (font-lock-default-fontify-region): Don't force
26742 parse-sexp-lookup-properties to nil.
26743
26744 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
26745
26746 * man.el (man-mode-syntax-table): Set up `:' to have
26747 word-constituent syntax.
26748
26749 2005-04-27 Lute Kamstra <lute@gnu.org>
26750
26751 * novice.el (disable-command): Don't add spurious newlines to the
26752 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
26753
26754 2005-04-26 Jay Belanger <belanger@truman.edu>
26755
26756 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
26757 than one window before deleting window.
26758
26759 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
26760
26761 * shell.el (shell-prompt-pattern): Doc fix.
26762 (shell-mode): Set paragraph-separate buffer locally to "\\'".
26763
26764 * comint.el (comint-prompt-regexp, comint-get-old-input)
26765 (comint-use-prompt-regexp)
26766 (comint-use-prompt-regexp-instead-of-fields)
26767 (comint-replace-by-expanded-history, comint-send-input)
26768 (comint-output-filter, comint-get-old-input-default)
26769 (comint-line-beginning-position, comint-bol, comint-show-output)
26770 (comint-backward-matching-input, comint-forward-matching-input)
26771 (comint-next-prompt, comint-previous-prompt):
26772 Rename `comint-use-prompt-regexp-instead-of-fields' to
26773 `comint-use-prompt-regexp'. Keep old name as alias and declare
26774 obsolete.
26775 (comint-use-prompt-regexp): Shorten first line of doc string.
26776
26777 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
26778 Set paragraph-separate buffer locally to "\\'".
26779
26780 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
26781 Adapt to above name change.
26782
26783 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
26784 (smbclient-prompt-regexp): Ditto.
26785
26786 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
26787
26788 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
26789
26790 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
26791 gdb-location-list.
26792 Break lines that are over 80 characters wide.
26793
26794 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
26795
26796 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
26797 New fun and var, to preserve compatibility.
26798
26799 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
26800
26801 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
26802
26803 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
26804 name to file-newer-than-file-p.
26805
26806 2005-04-26 Richard M. Stallman <rms@gnu.org>
26807
26808 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
26809
26810 * progmodes/python.el (python-mode):
26811 Use new name eldoc-documentation-function.
26812
26813 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
26814
26815 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26816 (eldoc-documentation-function):
26817 Rename from eldoc-print-current-symbol-info-function. Calls changed.
26818
26819 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
26820
26821 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
26822
26823 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
26824
26825 * term/xterm.el (function-key-map): Fix strings for
26826 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
26827 {C,S,A,C-S}-{f1-f12}.
26828
26829 2005-04-26 Kenichi Handa <handa@m17n.org>
26830
26831 * international/mule-cmds.el (select-safe-coding-system):
26832 Fix previous change.
26833
26834 2005-04-26 Lute Kamstra <lute@gnu.org>
26835
26836 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
26837
26838 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
26839 (font-lock-comment-delimiter-face): Ditto.
26840
26841 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
26842
26843 2005-04-25 Jay Belanger <belanger@truman.edu>
26844
26845 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
26846 to t while inserting information; use help-mode.
26847
26848 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
26849
26850 * term.el (ansi-term-color-vector): Use the xterm colors.
26851 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
26852
26853 2005-04-25 Lute Kamstra <lute@gnu.org>
26854
26855 * font-core.el (font-lock-defaults): Fix docstring.
26856
26857 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
26858
26859 2005-04-25 Kenichi Handa <handa@m17n.org>
26860
26861 * international/mule-cmds.el (select-safe-coding-system):
26862 Don't check consistency with coding: spec, etc if raw-text or
26863 no-conversion was found to be safe.
26864
26865 2005-04-24 Richard M. Stallman <rms@gnu.org>
26866
26867 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
26868 citation markers at start of each line.
26869
26870 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
26871 citation markers at start of each line.
26872
26873 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
26874
26875 * files.el (mode-require-final-newline): Fix previous change.
26876 (require-final-newline): Fix type label.
26877
26878 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
26879
26880 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
26881 statement in buffer (broken by 2004-11-24 change).
26882
26883 2005-04-24 Kim F. Storm <storm@cua.dk>
26884
26885 * ido.el (ido-everywhere): Save and restore old read-buffer-function
26886 and read-file-name-function values. Don't overwrite existing
26887 non-nil values if ido-mode is enabled without ido-everywhere.
26888
26889 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
26890
26891 * files.el (mode-require-final-newline): Minor doc fix.
26892
26893 2005-04-24 Eli Zaretskii <eliz@gnu.org>
26894
26895 * subr.el (syntax-after): Doc fix.
26896 (syntax-class): If argument is nil, return nil. Mask off upper 16
26897 bits, not 8 bits.
26898
26899 * files.el (mode-require-final-newline): Doc fix.
26900 (backup-buffer-copy): Fix last change.
26901
26902 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26903
26904 * term/mac-win.el: Require select. Set selection-coding-system to
26905 mac-system-coding-system. Call menu-bar-enable-clipboard.
26906 (x-last-selected-text-clipboard, x-last-selected-text-primary)
26907 (x-select-enable-clipboard): New variables.
26908 (x-select-text, x-get-selection, x-selection-value)
26909 (x-get-selection-value, mac-select-convert-to-string)
26910 (mac-services-open-file, mac-services-open-selection)
26911 (mac-services-insert-text): New functions.
26912 (CLIPBOARD, FIND): Put mac-scrap-name property.
26913 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
26914 (public.tiff): Put mac-ostype property.
26915 (selection-converter-alist): Add entries for them.
26916 (mac-application-menu-map): New keymap.
26917 (interprogram-cut-function, interprogram-paste-function): Set to
26918 x-select-text and x-get-selection-value, respectively.
26919 (split-window-keep-point): Set to t.
26920
26921 2005-04-23 Richard M. Stallman <rms@gnu.org>
26922
26923 * files.el (read-directory-name): Always pass non-nil
26924 DEFAULT-FILENAME arg to read-file-name.
26925 (backup-buffer-copy, basic-save-buffer-2): Take care against
26926 writing thru an unexpected existing symlink.
26927 (revert-buffer): In indirect buffer, revert the base buffer.
26928 (magic-mode-alist): Doc fix.
26929 (buffer-stale-function): Doc fix.
26930 (minibuffer-with-setup-hook): Avoid warning.
26931 (mode-require-final-newline): Doc and custom fix.
26932
26933 * follow.el (follow-end-of-buffer): Use with-no-warnings.
26934
26935 * font-lock.el (font-lock-comment-face): On terminals with few colors,
26936 use the default appearance.
26937 (font-lock-comment-delimiter-face): New face, new variable.
26938
26939 * imenu.el (imenu--generic-function): The official position of a
26940 definition is the start of the line that BEG is in.
26941
26942 * midnight.el (midnight-timer): Move defvar up.
26943
26944 * mouse.el (mouse-drag-region-1): Delete some debugging code.
26945
26946 * saveplace.el (save-place-to-alist): Use with-no-warnings.
26947
26948 * startup.el (command-line): Use with-no-warnings.
26949
26950 * window.el (window-size-fixed): New defvar.
26951
26952 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
26953
26954 * mail/rmail.el (rmail-font-lock-keywords):
26955 Use font-lock-comment-delimiter-face.
26956
26957 * mail/sendmail.el (mail-font-lock-keywords):
26958 Use font-lock-comment-delimiter-face.
26959
26960 * progmodes/compile.el (next-error-highlight-timer): New defvar.
26961
26962 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
26963
26964 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26965 Specify t for LAXMATCH when matching directories.
26966 Save match data around compilation-compat-error-properties form.
26967
26968 2005-04-23 David Kastrup <dak@gnu.org>
26969
26970 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
26971 Mention that the autoloaded aliases should be kept for AUCTeX.
26972
26973 2005-04-23 Andreas Schwab <schwab@suse.de>
26974
26975 * isearch.el (isearch-forward): Doc fix.
26976
26977 2005-04-23 Eli Zaretskii <eliz@gnu.org>
26978
26979 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
26980 (jit-lock-stealth-nice): Change default value to 0.5.
26981
26982 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
26983
26984 * abbrev.el (write-abbrev-file): Write table entries in
26985 alphabetical order by table name.
26986
26987 2005-04-22 Kim F. Storm <storm@cua.dk>
26988
26989 * ido.el (ido-read-internal): Fix `list' completion.
26990
26991 2005-04-22 Kenichi Handa <handa@m17n.org>
26992
26993 * recentf.el (recentf-save-file-coding-system): New variable.
26994 (recentf-save-list): Encode the file by
26995 recentf-save-file-coding-system and add coding: tag.
26996
26997 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
26998
26999 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
27000
27001 2005-04-21 Lute Kamstra <lute@gnu.org>
27002
27003 * loadhist.el (unload-feature): Don't remove a function from hooks
27004 if it is about to be restored to an autoload . Remove functions
27005 that will become unbound from auto-mode-alist. Simplify the code.
27006
27007 * subr.el (assq-delete-all): New implementation that is linear,
27008 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
27009 (rassq-delete-all): New function.
27010
27011 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27012 Add size-indication-mode.
27013
27014 2005-04-21 Kenichi Handa <handa@m17n.org>
27015
27016 * international/mule-cmds.el: Add autoload for widget-value in
27017 eval-when-compile.
27018
27019 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
27020
27021 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
27022 Add tooltip-mode.
27023
27024 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
27025
27026 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
27027
27028 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
27029 (inferior-lisp-filter-regexp, inferior-lisp-program)
27030 (inferior-lisp-load-command, inferior-lisp-prompt)
27031 (inferior-lisp-mode-hook, lisp-source-modes)
27032 (inferior-lisp-load-hook): defvar->defcustom.
27033 (inferior-lisp-program, inferior-lisp-prompt)
27034 (inferior-lisp-load-hook): Doc fixes.
27035 (inferior-lisp-install-letter-bindings): Small change in
27036 introductory comment.
27037
27038 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
27039
27040 * vc.el (vc-annotate-color-map): Change some colors so that text
27041 using them as foreground is readable on both white and black
27042 backgrounds.
27043
27044 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
27045
27046 * international/mule-conf.el (translation-table-for-input):
27047 Remove redundant declaration.
27048
27049 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
27050
27051 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
27052
27053 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
27054 (tooltip-toggle-gud-tips): New function.
27055
27056 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27057
27058 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
27059 right angle brackets.
27060
27061 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
27062
27063 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
27064
27065 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
27066
27067 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
27068 Remove. Update callers to use expand-file-name instead.
27069
27070 * subr.el (syntax-class): New function.
27071
27072 * simple.el (blink-matching-open): Use it.
27073
27074 * paren.el (show-paren-function): Use it to recognize parens that are
27075 also used in 2-char comment markers.
27076
27077 2005-04-19 Lute Kamstra <lute@gnu.org>
27078
27079 * loadhist.el (unload-feature): Update for new format of
27080 load-history. Simplify the code.
27081
27082 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27083
27084 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
27085 (mac-add-charset-info): New function. Initialize variable
27086 mac-charset-info-alist using it.
27087 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
27088 for translation.
27089 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
27090 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
27091 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
27092 New CCL programs.
27093
27094 2005-04-19 Kim F. Storm <storm@cua.dk>
27095
27096 * simple.el (next-buffer, prev-buffer, next-error)
27097 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
27098 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
27099
27100 * bindings.el (next-buffer, prev-buffer, next-error)
27101 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
27102 (clone-indirect-buffer-other-window): Move bindings from simple.el.
27103 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
27104 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
27105
27106 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
27107
27108 * isearch.el (isearch-edit-string): Make the search-ring available for
27109 minibuffer history commands.
27110 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
27111 the default history commands now work just as well.
27112 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
27113
27114 2005-04-18 Kim F. Storm <storm@cua.dk>
27115
27116 * emulation/cua-base.el (cua--pre-command-handler): Add more
27117 elaborate check for shift modifier on non-window systems.
27118
27119 2005-04-18 Lars Hansen <larsh@math.ku.dk>
27120
27121 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
27122
27123 2005-04-18 Kim F. Storm <storm@cua.dk>
27124
27125 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
27126 and make it optional. Don't test tooltip-gud-echo-area here.
27127 (tooltip-gud-process-output, gdb-tooltip-print):
27128 Pass tooltip-gud-echo-area to tooltip-show.
27129 (tooltip-help-tips): Remove second optional arg to tooltip-show.
27130
27131 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27132
27133 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
27134 `display-graphic-p' may not be bound yet.
27135
27136 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
27137
27138 * startup.el (command-line): No longer enable Xterm Mouse mode by
27139 default in terminals compatible with xterm.
27140
27141 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
27142
27143 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
27144
27145 * tooltip.el (tooltip-gud-echo-area): Rename from
27146 tooltip-use-echo-area.
27147 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
27148 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
27149 area independently of where help tooltips are displayed.
27150
27151 2005-04-17 David Kastrup <dak@gnu.org>
27152
27153 * cus-theme.el (custom-theme-write-variables): Quote variables
27154 where necessary.
27155
27156 2005-04-17 Richard M. Stallman <rms@gnu.org>
27157
27158 * simple.el (yank-excluded-properties): Add follow-link to value.
27159
27160 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
27161
27162 * startup.el (fancy-splash-max-time): Just 30 seconds.
27163 (fancy-splash-delay): Just 7.
27164 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
27165
27166 * loadhist.el (unload-feature): Update for new format of load-history.
27167 Simplify the code.
27168
27169 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
27170 (rmail-font-lock-keywords): Don't fontify the text of a citation.
27171
27172 * mail/sendmail.el (mail-font-lock-keywords):
27173 Don't fontify subject text.
27174 Don't fontify the text of a citation.
27175
27176 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
27177
27178 * comint.el (comint-output-filter): Run comint-output-filter-functions
27179 with point where the user had it.
27180
27181 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
27182
27183 * international/ucs-tables.el (ucs-set-table-for-input):
27184 Disable when using unify-on-decoding.
27185
27186 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
27187
27188 * emulation/cua-base.el (cua-global-mark-face): Add special case
27189 for displays supporting a high number of colors.
27190
27191 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
27192
27193 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
27194
27195 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
27196
27197 * filesets.el (filesets-add-buffer): If user supplies a name of a
27198 non-existing fileset, create a new fileset.
27199
27200 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
27201
27202 * textmodes/org.el (org-up-heading-all): Fix bug with
27203 `outline-up-heading-all'.
27204
27205 2005-04-16 Andreas Schwab <schwab@suse.de>
27206
27207 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
27208 /etc/permissions.d/* and /etc/aliases.d/*.
27209
27210 2005-04-16 Kenichi Handa <handa@m17n.org>
27211
27212 * international/code-pages.el (cp-make-coding-system):
27213 Set `translation-table-for-input' property value to the symbol
27214 ucs-mule-to-mule-unicode, not to that value.
27215 (pt154): Escape guillemet by `\'.
27216
27217 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
27218
27219 * loadup.el: Load tooltip if x-show-tip is fboundp.
27220
27221 * startup.el (command-line): Add comment.
27222
27223 * tooltip.el (tooltip-mode): Specify correct standard value for
27224 Custom in init-value.
27225
27226 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
27227
27228 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
27229 possible.
27230
27231 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
27232
27233 * textmodes/org.el (org-agenda-date-prompt): Rename from
27234 `org-agenda-date-today'.
27235 (org-evaluate-time-range): Insert at point instead of directly
27236 after time range.
27237 (org-first-headline-recenter, org-subtree-end-visible-p)
27238 (org-optimize-window-after-visibility-change): New functions
27239 (org-agenda-post-command-hook): Don't allow point at end of line,
27240 to make sure it always hits the text properties.
27241 (org-agenda-next-date-line, org-agenda-previous-date-line):
27242 New commands.
27243 (org-set-regexps-and-options): Category may contain white space.
27244 (org-agenda-get-deadlines, org-agenda-get-scheduled):
27245 Improve marker positions.
27246 (org-agenda-new-marker): Argument POS made optional.
27247 (org-agenda-get-timestamps): Deadlines which are done are listed
27248 in org-done-face now.
27249 (org-agenda-get-todos, org-agenda-get-timestamps)
27250 (org-agenda-get-deadlines, org-agenda-get-scheduled):
27251 Set `undone-face' and `done-face' properties.
27252 (org-last-todo-state-is-todo): New variable.
27253 (org-todo): Set `org-last-todo-state-is-todo'.
27254 (org-agenda-todo): Change face according to
27255 `org-last-todo-state-is-todo'. And change other lines referring to
27256 the same entry.
27257 (org-calendar-goto-agenda): New command.
27258 (org-calendar-to-agenda-key): New option.
27259 (org-startup-folded): New allowed value `content'.
27260 (org-set-regexps-and-options): Accept new value `content' for
27261 `org-startup-folded'.
27262 (org-get-current-options): Handle new value `content' for
27263 `org-startup-folded'.
27264 (org-insert-todo-heading): New command.
27265 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
27266 interactively in empty file and option
27267 `org-insert-mode-line-in-empty-file' has been set.
27268 (org-agenda-todo, org-agenda-priority): Modify to use
27269 `org-agenda-change-all-lines'.
27270 (org-warning-face): Change color on dark background
27271
27272 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27273
27274 * international/mule-cmds.el (set-locale-environment): On Mac OS,
27275 use preferences AppleLocale and AppleLanguages, and variable
27276 mac-system-locale for default locale. On Mac OS Classic, use
27277 mac-system-coding-system for default coding systems.
27278
27279 * term/mac-win.el: Don't set file-name-coding-system.
27280 Decode variables system-name, emacs-build-system, user-login-name, and
27281 user-full-name by mac-system-coding-system on Mac OS Classic.
27282 (mac-system-coding-system): New variable.
27283
27284 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
27285
27286 * startup.el (command-line): Handle `xterm-mouse-mode' before
27287 reading init file.
27288
27289 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
27290
27291 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
27292
27293 * progmodes/sh-script.el (sh-here-document-word): Make it a
27294 defcustom. Doc fix.
27295 (sh-add): Bash uses $(( )) for arithmetic.
27296 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
27297 (sh-maybe-here-document): Remove quotes and leading whitespace
27298 from heredoc word when closing. Indent heredoc with tabs if word
27299 starts with "-".
27300
27301 2005-04-13 Richard M. Stallman <rms@gnu.org>
27302
27303 * simple.el (undo): Fix previous change.
27304
27305 * custom.el (defface): Doc fix.
27306
27307 2005-04-13 Lute Kamstra <lute@gnu.org>
27308
27309 * Makefile.in (DONTCOMPILE): Remove list.
27310 (compile, compile-always): Don't use DONTCOMPILE.
27311 (update-authors): Load the library in which batch-update-authors
27312 is defined.
27313 * makefile.w32-in (DONTCOMPILE): Remove list.
27314 (compile, compile-always): Fix comments.
27315 (update-authors): Load the library in which batch-update-authors
27316 is defined.
27317
27318 * generic-x.el (generic-mode-ini-file-find-file-hook):
27319 Rename to ini-generic-mode-find-file-hook.
27320 Keep generic-mode-ini-file-find-file-hook as an alias.
27321 (ini-generic-mode-find-file-hook): Rename from
27322 generic-mode-ini-file-find-file-hook. Fix docstring.
27323 (ini-generic-mode): Docstring change.
27324 (bat-generic-mode-run-as-comint): Silence the byte compiler.
27325
27326 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
27327 called from lisp.
27328
27329 * generic.el: Move to the emacs-lisp subdir.
27330
27331 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
27332
27333 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
27334 and C-S- function and cursor motion keys.
27335
27336 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
27337
27338 * startup.el (command-line): Enable Xterm Mouse mode by default.
27339 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
27340 for Custom. No longer show "Mouse" in mode line when enabled.
27341 Doc fix.
27342
27343 2005-04-12 Kim F. Storm <storm@cua.dk>
27344
27345 * emulation/cua-base.el (cua-rectangle-face)
27346 (cua-rectangle-noselect-face): Define face attributes here.
27347
27348 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
27349
27350 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27351
27352 * startup.el (command-line): Turn off blinking cursor if
27353 cursorBlink in resources is off or false.
27354
27355 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27356
27357 * term/mac-win.el (dnd): Require dnd.
27358 (mac-drag-n-drop): Call dnd-handle-one-url.
27359 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
27360 (kTextEncodingISOLatin2): Remove constants.
27361 (mac-script-code-coding-systems): New constant.
27362 (mac-handle-language-change): New function.
27363 (special-event-map): Bind it to `language-change' event.
27364 (mac-centraleurroman, mac-cyrillic): New coding systems.
27365 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
27366 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
27367 and mac-cyrillic-encoder to encode-mac-centraleurroman and
27368 encode-mac-cyrillic, respectively.
27369
27370 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
27371
27372 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
27373 Don't set overlay-arrow-string to "=>" as this is done
27374 globally in C now.
27375
27376 2005-04-12 Lute Kamstra <lute@gnu.org>
27377
27378 * generic-x.el (rc-generic-mode, rul-generic-mode):
27379 Fix auto-mode-alist entries.
27380 (etc-fstab-generic-mode): Tweak fontification.
27381
27382 * generic.el (generic-make-keywords-list): Fix docstring.
27383 (generic-mode-internal): Simplify generic-font-lock-keywords.
27384
27385 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
27386
27387 * whitespace.el (whitespace-buffer-leading)
27388 (whitespace-buffer-trailing): Revert the incorrect test inversion.
27389 However, fix the highlight area for the leading and
27390 trailing whitespaces to show space.
27391
27392 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
27393
27394 * whitespace.el (whitespace-version): Bump to 3.5
27395
27396 (whitespace-buffer-leading, whitespace-buffer-trailing):
27397 Invert sense of the test to highlight the whitespace.
27398
27399 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
27400
27401 * progmodes/gud.el (gud-display-line): GUD uses its own
27402 overlay arrow now so don't set overlay-arrow-string.
27403 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
27404
27405 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
27406
27407 * term.el (term-ansi-current-bold, term-ansi-current-underline)
27408 (term-ansi-current-reverse, term-ansi-current-invisible)
27409 (term-ansi-face-already-done): Change to boolean.
27410 (term-reset-terminal, term-handle-colors-array): Handle the above
27411 vars accordingly.
27412 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
27413 (term-emulate-terminal): Use the new name.
27414
27415 * faces.el (secondary-selection): Use yellow1, not yellow.
27416 (trailing-whitespace): Use red1, not red.
27417
27418 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27419
27420 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
27421 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
27422 (dired-dnd-handle-file): Call dnd-get-local-file-uri
27423
27424 * cus-edit.el (dnd): New group.
27425
27426 * term/w32-win.el (dnd): Require dnd
27427 (w32-drag-n-drop): Call dnd-handle-one-url.
27428
27429 * x-dnd.el: Require dnd.
27430 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
27431 Call dnd-handle-one-url.
27432 (x-dnd-types-alist, x-dnd-insert-utf8-text)
27433 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
27434 to dnd-insert-text.
27435 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
27436 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
27437 (x-dnd-get-local-file-name, x-dnd-open-local-file)
27438 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
27439
27440 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
27441
27442 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27443
27444 * wdired.el: Doc fixes.
27445 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
27446 (wdired-use-dired-vertical-movement): Rename from
27447 wdired-always-move-to-filename-beginning.
27448 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
27449 (wdired-change-to-wdired-mode): Change mode name.
27450 (wdired-newline): Delete.
27451
27452 2005-04-11 Richard M. Stallman <rms@gnu.org>
27453
27454 * whitespace.el (whitespace-highlight-the-space):
27455 Don't call whitespace-unhighlight-the-space here.
27456
27457 * simple.el (undo): Record t in undo-equiv-table
27458 for the redo record made by an undo-in-region.
27459
27460 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
27461
27462 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
27463 (gdb-frame-inferior-io-buffer): New Functions to control
27464 display of separate IO buffer.
27465 (menu): Add them to menu-bar.
27466 (gdb-display-buffer): Check for buffer another frame.
27467 Protect GUD buffer.
27468 (gdb-setup-windows): Create IO buffer if not already there.
27469 (gdb-memory-mode): Remove purecopy noops.
27470
27471 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
27472
27473 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
27474 and pass to self-insert-command.
27475
27476 2005-04-11 Lute Kamstra <lute@gnu.org>
27477
27478 * generic.el: Commentary section cleanup.
27479 (generic): Delete.
27480 (generic-use-find-file-hook, generic-lines-to-scan)
27481 (generic-find-file-regexp, generic-ignore-files-regexp)
27482 (default-generic-mode, generic-mode-find-file-hook)
27483 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
27484 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
27485 (generic-use-find-file-hook, generic-lines-to-scan)
27486 (generic-find-file-regexp, generic-ignore-files-regexp)
27487 (default-generic-mode, generic-mode-find-file-hook)
27488 (generic-mode-ini-file-find-file-hook): Move from generic.el.
27489
27490 2005-04-10 Karl Fogel <kfogel@red-bean.com>
27491
27492 * bookmark.el (bookmark-write-file): Catch errors writing file.
27493 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
27494
27495 2005-04-10 Richard M. Stallman <rms@gnu.org>
27496
27497 * startup.el (fancy-splash-tail): Update copyright year.
27498 (command-line): Split part of -Q into -D.
27499 (emacs-basic-display): New defvar.
27500 (fancy-splash-text): Correct name of menu item.
27501
27502 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
27503
27504 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
27505 lines in one node.
27506
27507 * comint.el (comint-send-input): New arg ARTIFICIAL.
27508 Callers in this file changed.
27509
27510 * abbrev.el (define-abbrevs): Read system abbrevs properly.
27511
27512 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
27513
27514 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
27515
27516 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
27517 `ldap-search-internal'.
27518
27519 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
27520
27521 * files.el (set-auto-mode-1): Use line-end-position.
27522
27523 * international/latin-1.el:
27524 * international/latin-2.el:
27525 * international/latin-3.el:
27526 * international/latin-4.el:
27527 * international/latin-5.el:
27528 * international/latin-8.el:
27529 * international/latin-9.el: Give punctuation syntax to NBSP.
27530
27531 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
27532 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
27533 Use char-classes to accept non-ascii letters, accepted in some recent
27534 bibtex implementations.
27535
27536 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
27537
27538 * custom.el (custom-set-minor-mode): Any non-nil value for the
27539 variable should enable the mode when set through Custom.
27540
27541 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
27542
27543 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
27544 TAB binding so tab-always-indent is obeyed.
27545 (vhdl-minibuffer-local-map): Move initialization into declaration.
27546 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
27547 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
27548 (vhdl-hooked-abbrev): Avoid test for XEmacs.
27549 (vhdl-current-line): Use line-beginning-position.
27550 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
27551 with-output-to-temp-buffer, so the current position can be recorded.
27552
27553 2005-04-10 Masatake YAMATO <jet@gyve.org>
27554
27555 * progmodes/compile.el (compilation-error-regexp-alist-alist):
27556 Add regexp for gcov.
27557
27558 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
27559
27560 * calendar/time-date.el (time-to-seconds, seconds-to-time)
27561 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
27562 syntax which Emacs 20 doesn't support.
27563
27564 2005-04-09 Richard M. Stallman <rms@gnu.org>
27565
27566 * help.el (describe-key-briefly, describe-key):
27567 Replace strings as event types with "(any string)".
27568
27569 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
27570
27571 * arc-mode.el (archive-mode-map): Move initialization into
27572 the declaration. Override *all* bindings of `undo'.
27573 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
27574
27575 2005-04-09 Jay Belanger <belanger@truman.edu>
27576
27577 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
27578
27579 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
27580
27581 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
27582 (xterm-register-default-colors): Update color values computation
27583 to match xterm-200.
27584
27585 2005-04-09 Kenichi Handa <handa@m17n.org>
27586
27587 * international/code-pages.el (iso-latin-7): Fix the map.
27588
27589 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
27590
27591 * emacs-lisp/lisp.el (defun-prompt-regexp)
27592 (parens-require-spaces, buffer-end, end-of-defun)
27593 (insert-parentheses): Doc fixes.
27594
27595 2005-04-08 Kim F. Storm <storm@cua.dk>
27596
27597 * comint.el (comint-highlight-prompt): Fix face spec.
27598 * hi-lock.el (hi-green): Likewise.
27599
27600 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
27601
27602 * cus-edit.el (custom-modified-face):
27603 * comint.el (comint-highlight-input): Fix previous changes.
27604 * term.el (term-handle-ansi-escape): Add a comment.
27605
27606 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
27607
27608 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
27609 in the buffer and in whitespace-highlighted-space.
27610 (whitespace-unhighlight-the-space): Simplify.
27611 (whitespace-buffer): Simplify.
27612
27613 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
27614
27615 * textmodes/table.el (table-cell-face): Add special case for
27616 displays supporting a high number of colors.
27617 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
27618 (vhdl-font-lock-reserved-words-face)
27619 (vhdl-speedbar-architecture-face)
27620 (vhdl-speedbar-instantiation-face)
27621 (vhdl-speedbar-architecture-selected-face)
27622 (vhdl-speedbar-instantiation-selected-face): Likewise.
27623 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
27624 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
27625 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
27626 (ebrowse-root-class-face, ebrowse-member-attribute-face)
27627 (ebrowse-progress-face): Likewise.
27628 * progmodes/compile.el (compilation-info-face): Likewise.
27629 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
27630 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
27631 * calendar/calendar.el (diary-face): Likewise.
27632 * woman.el (woman-italic-face, woman-bold-face)
27633 (woman-unknown-face): Likewise.
27634 * wid-edit.el (widget-button-pressed-face): Likewise.
27635 * whitespace.el (whitespace-highlight-face): Likewise.
27636 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
27637 * pcvs-info.el (cvs-marked-face): Likewise.
27638 * info.el (info-xref): Likewise.
27639 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
27640 * hilit-chg.el (highlight-changes-face)
27641 (highlight-changes-delete-face): Likewise.
27642 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
27643 (hi-red-b): Likewise.
27644 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
27645 * font-lock.el (font-lock-keyword-face)
27646 (font-lock-function-name-face, font-lock-warning-face): Likewise.
27647 * cus-edit.el (custom-invalid-face, custom-modified-face)
27648 (custom-set-face, custom-changed-face, custom-variable-tag-face)
27649 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
27650 * comint.el (comint-highlight-prompt): Likewise.
27651
27652 2005-04-08 Lute Kamstra <lute@gnu.org>
27653
27654 * font-lock.el (font-lock-keywords): Docstring fixes.
27655
27656 2005-04-08 Kenichi Handa <handa@m17n.org>
27657
27658 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
27659 chars are more than a limit, print " and more..." at the tail.
27660
27661 2005-04-08 Kim F. Storm <storm@cua.dk>
27662
27663 * emacs-lisp/authors.el (authors-aliases): Update list.
27664 (authors-ignored-files): New list.
27665 (authors-fixed-entries): Fix typo.
27666 (authors-renamed-files-alist): Update list.
27667 (authors-add): Check authors-ignored-files.
27668
27669 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
27670
27671 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
27672 optional, to ensure backward compatibility.
27673
27674 2005-04-08 Stephen Eglen <stephen@gnu.org>
27675
27676 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
27677
27678 2005-04-08 Kim F. Storm <storm@cua.dk>
27679
27680 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
27681
27682 * mouse.el (mouse-on-link-p): Doc fix.
27683
27684 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
27685
27686 * ielm.el (ielm-prompt-read-only): Doc fix.
27687
27688 * comint.el (comint-prompt-read-only): Doc fix.
27689
27690 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
27691
27692 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
27693 ensure dired always handles wildcards passed to ffap.
27694 (find-file-at-point): Use it.
27695 (ffap-dired-wildcards): Doc fix.
27696
27697 2005-04-07 Juri Linkov <juri@jurta.org>
27698
27699 * simple.el (next-error-overlay-arrow-position): New defvar.
27700 Put "=>" on its property `overlay-arrow-string'. Add it to
27701 `overlay-arrow-variable-list'.
27702
27703 * progmodes/compile.el (compilation-setup):
27704 Set `next-error-overlay-arrow-position' to nil. Also set it to
27705 nil in the local hook `kill-buffer-hook'. Make local variable
27706 `overlay-arrow-string' and set it to "=>".
27707 (compilation-goto-locus): Set BOL position to
27708 `next-error-overlay-arrow-position' instead of
27709 `overlay-arrow-position'.
27710
27711 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
27712 locally instead of adding it to the global hook.
27713 (Info-kill-buffer): Move up.
27714
27715 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
27716
27717 * term/xterm.el (xterm-standard-colors): Update color values from
27718 xterm-200.
27719
27720 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
27721
27722 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
27723
27724 * fast-lock.el:
27725 * lazy-lock.el: Move them to the obsolete subdir.
27726
27727 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27728
27729 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
27730 (wdired-add-replace-advice): Remove.
27731 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
27732
27733 2005-04-06 Kim F. Storm <storm@cua.dk>
27734
27735 * startup.el (command-line): Add --bare-bones alias for -Q.
27736
27737 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27738
27739 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
27740 create the startup fontset if a font specification ends with
27741 `mac-roman'.
27742
27743 2005-04-06 Lute Kamstra <lute@gnu.org>
27744
27745 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
27746 change.
27747
27748 * emacs-lisp/copyright.el (copyright-update-year): Replace the
27749 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
27750
27751 2005-04-05 Lute Kamstra <lute@gnu.org>
27752
27753 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
27754 (define-generic-mode): Ditto. Fix debug declaration.
27755
27756 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
27757 Put them in the generic-x group.
27758
27759 * calendar/timeclock.el (timeclock): Doc fix.
27760
27761 * generic.el (define-generic-mode): Don't use custom-current-group.
27762 Document default :group value.
27763 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
27764 (define-global-minor-mode): Don't use custom-current-group.
27765
27766 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
27767
27768 * startup.el (command-line-1): Display startup-echo-area-message
27769 when fancy splash screen is in use.
27770
27771 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
27772 (sh-escaped-newline): New face.
27773 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
27774 newline, and use sh-escaped-newline face.
27775
27776 * progmodes/tcl.el (tcl-escaped-newline): New face.
27777 (tcl-builtin-list): New variable.
27778 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
27779 newlines. Fix keywords subexpression number.
27780
27781 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
27782
27783 * textmodes/org.el (org-diary-default-entry): Fix call to
27784 `add-to-diary-entry'.
27785
27786 2005-04-05 Kim F. Storm <storm@cua.dk>
27787
27788 * ediff-init.el: Use (featurep 'xemacs).
27789
27790 2005-04-05 David Ponce <david@dponce.com>
27791
27792 * cus-edit.el (face): Derive from symbol widget. Display sample
27793 of the current face on the fly.
27794 (widget-face-sample-face-get, widget-face-notify): New functions.
27795 (widget-face-value-create): Remove.
27796
27797 * wid-edit.el (widget-field-end): Temporarily remove field
27798 narrowing before to call `get-char-property'.
27799
27800 2005-04-04 Jay Belanger <belanger@truman.edu>
27801
27802 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
27803 (math-read-subscripts): New variable.
27804 (math-read-preprocess-string): Process subscripts.
27805
27806 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
27807
27808 * comint.el (comint-prompt-read-only): Doc fix.
27809
27810 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
27811 `-1'. Doc fix.
27812
27813 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
27814
27815 * textmodes/org.el (org-insert-mode-line-in-empty-file):
27816 Change default value to nil.
27817
27818 2005-04-04 Lute Kamstra <lute@gnu.org>
27819
27820 * autorevert.el (auto-revert-mode): Specify :group.
27821 * battery.el (display-battery-mode): Specify :group.
27822 * diff-mode.el (diff-minor-mode): Specify :group.
27823 * font-core.el (font-lock-mode): Specify :group.
27824 * hl-line.el (hl-line-mode): Specify :group.
27825 * iimage.el (iimage): New customization group.
27826 (iimage-mode): Specify :group.
27827 * longlines.el (longlines-mode): Specify :group.
27828 * master.el: Don't require easy-mmode.
27829 (master): New customization group.
27830 (master-mode): Specify :group.
27831 * msb.el (msb-mode): Specify :group.
27832 * reveal.el (reveal-mode): Specify :group.
27833 * simple.el (next-error-follow-minor-mode): Specify :group.
27834 * smerge-mode.el (smerge-mode): Specify :group.
27835 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
27836 * emulation/cua-base.el (cua-mode): Specify :group.
27837 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
27838 * language/thai-util.el (thai-auto-composition-mode)
27839 (thai-word-mode): Specify :group.
27840 * mail/supercite.el (sc-minor-mode): Specify :group.
27841 * progmodes/cwarn.el (cwarn-mode): Specify :group.
27842 * progmodes/flymake.el (flymake-mode): Specify :group.
27843 * progmodes/glasses.el (glasses-mode): Specify :group.
27844 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
27845 * textmodes/enriched.el (enriched-mode): Specify :group.
27846 * textmodes/refill.el (refill-mode): Specify :group.
27847
27848 * add-log.el (change-log-font-lock-keywords): Names in
27849 parenthesized lists can contain spaces.
27850
27851 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
27852
27853 * startup.el (fancy-splash-text): Shorten default text of
27854 "Emacs Tutorial" line. Also, if the current language env
27855 indicates an available tutorial file other than TUTORIAL,
27856 extract its title and append it to the line in parentheses.
27857 (fancy-splash-insert): If arg is a thunk, funcall it.
27858
27859 2005-04-04 Jay Belanger <belanger@truman.edu>
27860
27861 * calc.el (calc-language-alist): Add tags to customization type.
27862
27863 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
27864
27865 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
27866 Doc fix.
27867
27868 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
27869
27870 * add-log.el (change-log-font-lock-keywords): The manual
27871 describing a Change Log entry, says: (...) "Aside from these
27872 header lines, every line in the change log starts with a space or
27873 a tab.". The font-lock was not highlighting lines started with
27874 spaces, added support for it.
27875
27876 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27877
27878 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
27879 (bibtex-generate-url-list): Update docstring accordingly. Put the
27880 complex example in the docstring.
27881 (bibtex-font-lock-url): Use pop.
27882
27883 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
27884
27885 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
27886
27887 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
27888
27889 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
27890
27891 * filesets.el (filesets-set-default): Doc fix.
27892
27893 2005-04-03 Lute Kamstra <lute@gnu.org>
27894
27895 * generic.el (define-generic-mode): Add argument to specify
27896 keywords for defcustom.
27897 (default-generic-mode): Specify :group.
27898
27899 * generic-x.el: Specify :group for all generic modes.
27900
27901 * desktop.el (desktop-no-desktop-file-hook)
27902 (desktop-after-read-hook): Doc fix.
27903
27904 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
27905
27906 * simple.el (visible-mode): Use explicit :group keyword.
27907 This changes the group of `visible-mode-hook' from paren-blinking
27908 to editing-basics.
27909
27910 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
27911
27912 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
27913 mailbox specifications as well as URLs.
27914 (rmail-insert-inbox-text): Remove unused conditional branches.
27915
27916 2005-04-01 Jay Belanger <belanger@truman.edu>
27917
27918 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
27919 (calc-gnuplot-print-command): Move definitions to calc.el.
27920
27921 * calc/calc-embed.el (calc-embedded-announce-formula)
27922 (calc-embedded-open-formula, calc-embedded-close-formula)
27923 (calc-embedded-open-word, calc-embedded-close-word)
27924 (calc-embedded-open-plain, calc-embedded-close-plain)
27925 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
27926 (calc-embedded-open-mode, calc-embedded-close-mode):
27927 Move definitions to calc.el.
27928
27929 * calc/calc.el (calc-settings-file, calc-language-alist):
27930 Make customizable.
27931 (calc-embedded-announce-formula, calc-embedded-open-formula)
27932 (calc-embedded-close-formula, calc-embedded-open-word)
27933 (calc-embedded-close-word, calc-embedded-open-plain)
27934 (calc-embedded-close-plain, calc-embedded-open-new-formula)
27935 (calc-embedded-close-new-formula, calc-embedded-open-mode)
27936 (calc-embedded-close-mode, calc-gnuplot-name)
27937 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
27938 from other files and make customizable.
27939
27940 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27941
27942 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
27943 Use buffer-live-p.
27944 (cvs-mode-run): Don't call cvs-update-header here.
27945 (cvs-run-process): Call cvs-update-header.
27946 Use process properties for cvs-postprocess and cvs-buffer so that
27947 the sentinel can behave better if the temp buffer is killed.
27948 Use a pipe rather than a tty, to better handle unexpected prompts.
27949 (cvs-sentinel): Rewrite. Call cvs-update-header.
27950
27951 2005-04-01 Andre Spiegel <spiegel@gnu.org>
27952
27953 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
27954 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
27955
27956 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27957
27958 * generic.el (define-generic-mode): Add indentation rule.
27959
27960 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
27961
27962 * files.el (mode-require-final-newline): Make Custom correctly
27963 report a nil value and allow to set it to nil via Custom.
27964 Doc fix.
27965
27966 2005-04-01 Kenichi Handa <handa@m17n.org>
27967
27968 * international/characters.el: Enable the correct case setting for
27969 dotless-i and dotted-I.
27970
27971 2005-04-01 Kim F. Storm <storm@cua.dk>
27972
27973 * ido.el (ido-file-internal): Fall back to non-ido command if
27974 initial directory is on slow ftp (or tramp) host.
27975
27976 2005-03-31 Richard M. Stallman <rms@gnu.org>
27977
27978 * emacs-lisp/autoload.el (make-autoload):
27979 Handle define-global-minor-mode.
27980
27981 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27982 Rename from easy-mmode-define-global-mode.
27983 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
27984
27985 * progmodes/scheme.el (scheme-mode-syntax-table):
27986 Update syntax of | and # for two-character comment syntax.
27987
27988 2005-03-31 Lute Kamstra <lute@gnu.org>
27989
27990 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
27991 (define-minor-mode): Call custom-current-group at load-time.
27992
27993 * generic.el (define-generic-mode): Add debug declaration.
27994 Add defcustom for the mode hook.
27995 (generic-mode-internal): Use run-mode-hooks.
27996
27997 2005-03-31 Kim F. Storm <storm@cua.dk>
27998
27999 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
28000 (mouse-fixup-help-message): New defun called by show_help_echo
28001 to fixup mouse-2 prefix in help messages when applicable.
28002
28003 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
28004
28005 2005-03-31 Kenichi Handa <handa@m17n.org>
28006
28007 * language/thai-word.el (thai-find-word-ends): Pay attention to
28008 the case that we reach the end of buffer.
28009
28010 * textmodes/fill.el (fill-text-properties-at): New function.
28011 (fill-newline): Use fill-text-properties-at instead of
28012 text-properties-at.
28013
28014 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
28015
28016 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
28017 not comint-quote-filename.
28018
28019 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
28020
28021 * help-fns.el (help-with-tutorial): Revert last change.
28022
28023 2005-03-31 Kim F. Storm <storm@cua.dk>
28024
28025 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
28026
28027 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
28028
28029 * calendar/cal-china.el: Update reference to "Calendrical
28030 Calculations" book; there's a new edition.
28031 * calendar/cal-coptic.el: Likewise.
28032 * calendar/cal-french.el: Likewise.
28033 * calendar/cal-hebrew.el: Likewise.
28034 * calendar/cal-islam.el: Likewise.
28035 * calendar/cal-iso.el: Likewise.
28036 * calendar/cal-julian.el: Likewise.
28037 * calendar/cal-mayan.el: Likewise.
28038 * calendar/cal-persia.el: Likewise.
28039 * calendar/calendar.el: Likewise.
28040 * calendar/holidays.el: Likewise.
28041 * calendar/lunar.el: Likewise.
28042 * calendar/solar.el: Likewise.
28043
28044 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
28045 white space from doc string.
28046
28047 2005-03-30 Jay Belanger <belanger@truman.edu>
28048
28049 * calc/calc-help.el (calc-full-help): Remove email address.
28050
28051 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
28052
28053 * help-fns.el (help-with-tutorial): Delete title line.
28054
28055 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28056
28057 * calendar/cal-x.el (calendar-one-frame-setup)
28058 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
28059 rather than `symbol' for set-window-dedicated-p.
28060
28061 * calendar/appt.el (appt-buffer-name): Make it a constant.
28062 (appt-add): Doc fix.
28063
28064 * filesets.el (filesets-menu-path, filesets-menu-before)
28065 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
28066 (filesets-menu-cache-file): Use directory ~/.emacs.d.
28067 (filesets-add-submenu): Delete and use add-submenu instead.
28068
28069 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
28070
28071 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
28072 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
28073 (org-diary-default-entry): New function.
28074 (org-get-entries-from-diary): Better parsing of diary entries.
28075 (org-agenda-check-no-diary): New function.
28076 ("diary-lib"): Advice to function `add-to-diary-list', to allow
28077 linking to diary entries.
28078 (org-agenda-execute-calendar-command): New function.
28079 (org-agenda): Improve visible section in window.
28080 Use `org-fit-agenda-window'.
28081 (org-fit-agenda-window): New option.
28082 (org-move-subtree-down): Better handling of empty lines
28083 at end of subtree.
28084 (org-cycle): Numeric prefix is interpreted now as show-subtree N
28085 levels up.
28086 (org-fontify-done-headline): New option.
28087 (org-headline-done-face): New face.
28088 (org-set-font-lock-defaults): Use `org-headline-done-face'.
28089 (org-table-copy-down): Rename from `org-table-copy-from-above'.
28090 When current field is non-empty, it is copied to next row.
28091 (org-table-copy-from-above): Fix bug which made it
28092 impossible to copy fields containing only a single non-white character.
28093
28094 2005-03-30 Kim F. Storm <storm@cua.dk>
28095
28096 * kmacro.el (kmacro-end-macro): Isearch may store this command
28097 into the macro -- so ignore it when executing keyboard macro.
28098
28099 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
28100
28101 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
28102
28103 2005-03-29 Kenichi Handa <handa@m17n.org>
28104
28105 * language/thai.el ("Thai"): Set setup-function and exit-function
28106 for Thai language environment.
28107
28108 * language/thai-util.el: Require thai-word.
28109 (thai-word-mode-map): New variable.
28110 (thai-word-mode): New minor mode.
28111 (setup-thai-language-environment-internal): New function.
28112 (exit-thai-language-environment-internal): New function.
28113
28114 * language/thai-word.el (thai-word-table): Declare it by defvar,
28115 use dolist to initialize it.
28116 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
28117 (thai-fill-find-break-point): New functions.
28118
28119 2005-03-29 Richard M. Stallman <rms@gnu.org>
28120
28121 * simple.el (idle-update-delay): Move definition up.
28122 (set-mark): Doc fix.
28123
28124 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
28125
28126 * longlines.el: New file.
28127
28128 * simple.el (buffer-substring-filters): New variable.
28129 (filter-buffer-substring): New function.
28130 (kill-region, copy-region-as-kill): Use it.
28131
28132 * register.el (copy-to-register, append-to-register)
28133 (prepend-to-register): Use filter-buffer-substring.
28134
28135 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
28136
28137 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
28138 (gud-filter-pending-text): Move in front of gdb.
28139 (gud-overlay-arrow-position): New variable.
28140 (gud-sentinel, gud-display-line): Use it in place of
28141 overlay-arrow-position.
28142
28143 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
28144
28145 * progmodes/fortran.el (fortran-if-indent): Doc fix.
28146 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
28147 (fortran-font-lock-keywords-4): New variable.
28148 (fortran-blocks-re, fortran-end-block-re)
28149 (fortran-start-block-re): New constants, for hideshow.
28150 (hs-special-modes-alist): Add a Fortran entry.
28151 (fortran-mode-map): Bind fortran-end-of-block,
28152 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
28153 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
28154 (fortran-looking-at-if-then, fortran-end-of-block)
28155 (fortran-beginning-of-block): New functions, for hideshow.
28156
28157 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
28158 Doc fix. Tweak regexp.
28159 (f90-beginning-of-block): Push mark first.
28160
28161 2005-03-29 Jay Belanger <belanger@truman.edu>
28162
28163 * calc/calc.el: Update copyright date.
28164 (calc-version): Increase to 2.1.
28165 (calc-version-date): Remove.
28166
28167 * calc/calc-help.el: Update copyright date.
28168 (calc-full-help): Remove reference to calc-version-date.
28169 Update copyright date.
28170
28171 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
28172
28173 * vc.el (vc-do-command): Use a pipe for async processes, so password
28174 prompts don't show up at places where the user can't reply.
28175
28176 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
28177
28178 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
28179 on the file name we pass to the inferior shell.
28180
28181 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
28182
28183 * progmodes/which-func.el (which-function): Be robust in the face of an
28184 imenu--make-index-alist failure.
28185
28186 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
28187
28188 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
28189
28190 * progmodes/python.el (python-preoutput-filter): Fix last change.
28191
28192 2005-03-29 Lute Kamstra <lute@gnu.org>
28193
28194 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
28195 functions and compiled macros.
28196 (debug-convert-byte-code): Handle macros too.
28197 (debug-on-entry-1): Don't signal an error when trying to clear a
28198 function that is not set to debug on entry.
28199
28200 2005-03-29 Jay Belanger <belanger@truman.edu>
28201
28202 * calc/calc-lang.el: Add functions to math-function-table
28203 properties of tex and math.
28204
28205 2005-03-29 Kenichi Handa <handa@m17n.org>
28206
28207 * ps-mule.el (ps-mule-plot-string): Translate characters by
28208 ps-print-translation-table.
28209 (ps-mule-begin-job): Call find-charset-region/string with
28210 ps-print-translation-table.
28211 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
28212
28213 * ps-print.el (ps-print-translation-table): New variable.
28214 (ps-plot-region): Translate characters by ps-print-translation-table.
28215
28216 2005-03-29 Juri Linkov <juri@jurta.org>
28217
28218 * simple.el (next-error-highlight-timer): New variable.
28219
28220 * progmodes/compile.el (compilation-goto-locus):
28221 Use `next-error-highlight-timer' instead of `sit-for'.
28222
28223 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
28224
28225 * mail/supercite.el (sc-mail-field): Use assoc-string.
28226 (sc-get-address): Simplify regexps.
28227
28228 * files.el (minibuffer-with-setup-hook): New macro.
28229 (find-file-read-args): Use it to avoid let-binding
28230 minibuffer-with-setup-hook (which breaks turning on/off
28231 file-name-shadow-mode while in the prompt).
28232
28233 * complete.el (PC-read-include-file-name-internal):
28234 Use test-completion.
28235
28236 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
28237
28238 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
28239
28240 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
28241
28242 * window.el (window-buffer-height): Use count-screen-lines.
28243
28244 * progmodes/python.el (python-preoutput-leftover): New var.
28245 (python-preoutput-filter): Use it.
28246 (python-send-receive): Loop until all the result has been received.
28247
28248 2005-03-28 Juri Linkov <juri@jurta.org>
28249
28250 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
28251
28252 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
28253 "Recover Crashed Session".
28254 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
28255 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
28256 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
28257 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
28258 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
28259 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
28260 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
28261 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
28262
28263 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
28264 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
28265 Ediff Sessions", "Toggle use of separate control buffer frame",
28266 "Use separate frame for Ediff control buffer".
28267
28268 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
28269 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
28270 "Rename Bookmark", "Delete Bookmark".
28271
28272 * info.el (Info-mode-menu): Remove ellipsis from "Index".
28273 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
28274 Add `:active Info-index-alternatives' to "Next Matching Item".
28275
28276 * wdired.el (wdired-change-to-wdired-mode):
28277 Mention `wdired-abort-changes' key in the initial message.
28278
28279 * international/mule.el (auto-coding-alist): Associate non-ascii
28280 image filename extensions with `no-conversion'.
28281
28282 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
28283
28284 * international/iso-acc.el:
28285 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
28286
28287 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
28288
28289 * textmodes/sgml-mode.el (html-mode): Doc update.
28290
28291 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
28292
28293 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
28294
28295 * term.el (term-move-columns): Fix face after extending a line.
28296 (term-insert-spaces): Likewise.
28297 (term-reset-terminal): Fix off by one error.
28298
28299 2005-03-26 Eli Zaretskii <eliz@gnu.org>
28300
28301 * international/mule.el (auto-coding-alist): Add .xpi files.
28302
28303 * files.el (auto-mode-alist): Add .xpi files.
28304
28305 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
28306
28307 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
28308
28309 2005-03-26 Eli Zaretskii <eliz@gnu.org>
28310
28311 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
28312
28313 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
28314
28315 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
28316 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
28317
28318 * calendar/cal-move.el (calendar-beginning-of-year): Move the
28319 cursor to Jan 1 when needed.
28320 (calendar-end-of-year): Fix -/+ typo.
28321 Reported by Chong Yidong <cyd@stupidchicken.com>.
28322
28323 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
28324
28325 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
28326
28327 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
28328 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
28329
28330 2005-03-25 Richard M. Stallman <rms@gnu.org>
28331
28332 * filesets.el (filesets-init): Add autoload.
28333
28334 * mail/mailalias.el (mail-directory): Doc fix.
28335
28336 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28337
28338 * mail/mailalias.el (mail-directory-process): Do nothing if
28339 mail-directory-process is an atom.
28340 (mail-get-names): Ignore mail-directory-names if it is an atom.
28341 (mail-directory-process defvar): Doc fix.
28342 (mail-names): Doc fix.
28343
28344 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
28345
28346 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
28347
28348 2005-03-26 Kenichi Handa <handa@m17n.org>
28349
28350 * international/mule-util.el (detect-coding-with-priority):
28351 Call update-coding-systems-internal before detect-coding-region.
28352
28353 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
28354
28355 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
28356 (gdb-frames-mode-map): Add follow-link property.
28357
28358 2005-03-25 Jay Belanger <belanger@truman.edu>
28359
28360 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
28361 for variables.
28362
28363 2005-03-25 Juri Linkov <juri@jurta.org>
28364
28365 * image-mode.el: Optimize image filename extension regexps in
28366 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
28367 in `auto-mode-alist'.
28368 (image-mode): Add `image-toggle-display-text' to local hook
28369 `change-major-mode-hook'. Display the image as an image by
28370 default. Set `cursor-type' and `truncate-lines' if the image
28371 is already displayed. Take into account the current mode (image
28372 or text) in message.
28373 (image-minor-mode): New minor mode.
28374 (image-mode-maybe, image-toggle-display-text): New functions.
28375 (image-toggle-display): Use called-interactively-p.
28376 Let-bind `inhibit-read-only' to t.
28377
28378 * image-mode.el (image-minor-mode): Set `cursor-type' and
28379 `truncate-lines' if the image is already displayed. Add turning
28380 image-minor-mode off to `change-major-mode-hook'. Add message.
28381 Call `image-toggle-display-text' after turning image-minor-mode off.
28382
28383 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
28384
28385 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
28386 Terminal.app, use utf-8.
28387 (set-display-table-and-terminal-coding-system): Add coding-system arg.
28388 (set-locale-environment): Use it.
28389
28390 * term/xterm.el: Undo last change, better done in mule-cmds.el.
28391
28392 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
28393
28394 * progmodes/python.el (python-close-block-statement-p)
28395 (python-outdent-p, python-current-defun): Use symbol-end.
28396
28397 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28398
28399 * files.el (save-some-buffers): Doc fix.
28400
28401 2005-03-25 Werner Lemberg <wl@gnu.org>
28402
28403 * complete.el, thumbs.el: Replace `legal' with `valid'.
28404 * calendar/calendar.el: Replace `legal' with `valid'.
28405 * emacs-lisp/advice.el: Replace `legal' with `valid'.
28406 * mail/supercite.el: Replace `legal' with `valid'.
28407 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
28408 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
28409 Replace `legal' with `valid'.
28410 * textmodes/reftex-vars.el, textmodes/reftex.el:
28411 Replace `legal' with `valid'.
28412
28413 2005-03-25 Werner Lemberg <wl@gnu.org>
28414
28415 * calc/calc-forms.el, calc/calc-sel.el
28416 * midnight.el, vc-cvs.el
28417 * emacs-lisp/cl-macs.el
28418 * emulation/vip.el
28419 * eshell/esh-io.el, eshell/esh-var.el
28420 * mail/supercite.el
28421 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
28422 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
28423 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
28424 * progmodes/sh-script.el, progmodes/xscheme.el
28425 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
28426 * textmodes/reftex-index.el, textmodes/reftex-parse.el
28427 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
28428 * textmodes/reftex.el, textmodes/org.el:
28429 Replace `illegal' with `invalid'.
28430
28431 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28432
28433 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
28434 (flymake-find-buildfile, flymake-find-possible-master-files)
28435 (flymake-check-include, flymake-parse-line): Replace loops over the
28436 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
28437
28438 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
28439 Substitute file-name-as-directory in the rest of the file.
28440 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
28441 (flymake-replace-region): Remove unused arg `buffer'.
28442 (flymake-check-patch-master-file-buffer): Update calls to it.
28443 (flymake-add-err-info): Remove unused var `count'.
28444 (flymake-mode): Use define-minor-mode.
28445
28446 * progmodes/flymake.el: Use with-current-buffer.
28447 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
28448 flymake-replace-regexp-in-string, flymake-line-beginning-position)
28449 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
28450 Avoid testing for `xemacs'.
28451 (flymake-nop): Move.
28452 (flymake-region-has-flymake-overlays): Return the computed value.
28453 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
28454 Remove unused var `endline'.
28455 (flymake-get-line-count): Remove unused function.
28456 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
28457
28458 * emulation/vi.el:
28459 * generic.el:
28460 * hilit-chg.el (global-highlight-changes):
28461 * hi-lock.el (hi-lock-mode):
28462 * follow.el: find-file-hooks -> find-file-hook.
28463
28464 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
28465
28466 2005-03-24 Juri Linkov <juri@jurta.org>
28467
28468 * dired.el (dired-mode-map): Add menu item "Compare directories"
28469 for dired-compare-directories.
28470
28471 * dired-aux.el (dired-compare-directories): Add autoload cookie.
28472 Doc fix. Replace `read-file-name' with `read-directory-name'.
28473
28474 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28475
28476 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
28477
28478 2005-03-24 Jay Belanger <belanger@truman.edu>
28479
28480 * calc/calc-embed.el (calc-embedded-mode-change): Save all
28481 relevant mode settings in calc-embedded-original-modes when modes
28482 are permanently changed.
28483
28484 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28485
28486 * autoinsert.el: find-file-hooks -> find-file-hook.
28487
28488 2005-03-24 Lute Kamstra <lute@gnu.org>
28489
28490 * generic.el (generic-font-lock-defaults): Make it obsolete.
28491 (generic-font-lock-keywords): New variable to replace
28492 generic-font-lock-defaults.
28493 (generic-mode-set-font-lock): Delete it.
28494 (generic-mode-internal): Don't call generic-mode-set-font-lock.
28495 (generic-bracket-support): Add docstring.
28496
28497 * generic-x.el: Rename generic-font-lock-defaults to
28498 generic-font-lock-keywords throughout.
28499 (mailagent-rules-setup-function): Delete it.
28500 (mailagent-rules-generic-mode): Use anonymous function instead.
28501 (show-tabs-generic-mode-font-lock-defaults-1)
28502 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
28503 Quote faces.
28504 (show-tabs-tab-face, show-tabs-space-face): Specify background,
28505 not foreground.
28506
28507 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
28508 Recognize define-generic-mode.
28509
28510 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
28511
28512 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
28513 if there's no completion table.
28514
28515 2005-03-23 Miles Bader <miles@gnu.org>
28516
28517 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28518 Remove tty-specific variants, as they're no longer needed.
28519
28520 2005-03-23 Lute Kamstra <lute@gnu.org>
28521
28522 * generic-x.el: Code cleanup: make args constant whenever possible.
28523 (installshield-statement-keyword-list)
28524 (installshield-system-functions-list)
28525 (installshield-system-variables-list, installshield-types-list)
28526 (installshield-funarg-constants-list): Make them constants.
28527
28528 * generic.el (generic-make-keywords-list): Add autoload cookie.
28529
28530 * calendar/time-date.el: Add comment on time value formats.
28531 Don't require parse-time.
28532 (with-decoded-time-value): New macro.
28533 (encode-time-value): New function.
28534 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
28535 (days-to-time): Return a valid time value when arg is huge.
28536 (time-since): Use time-subtract.
28537 (time-to-number-of-days): Use time-to-seconds.
28538
28539 2005-03-23 David Ponce <david@dponce.com>
28540
28541 * recentf.el (recentf-keep): New option.
28542 (recentf-menu-action): Default to `find-file'.
28543 (recentf-keep-non-readable-files-flag)
28544 (recentf-keep-non-readable-files-p)
28545 (recentf-file-readable-p, recentf-find-file)
28546 (recentf-cleanup-remote): Remove.
28547 (recentf-include-p): More robust.
28548 (recentf-keep-p): New function.
28549 (recentf-remove-if-non-kept): Rename from
28550 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
28551 All callers updated.
28552 (recentf-menu-items-for-commands): Fix help string.
28553 (recentf-track-closed-file): Update. Doc fix.
28554 (recentf-cleanup): Update. Count removed files. Doc fix.
28555
28556 2005-03-23 Kim F. Storm <storm@cua.dk>
28557
28558 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28559 Don't inherit from fringe face (now happens automatically).
28560
28561 2005-03-22 Kim F. Storm <storm@cua.dk>
28562
28563 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
28564 position values.
28565
28566 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
28567
28568 * menu-bar.el (showhide-date-time): Remove.
28569 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
28570 (menu-bar-make-mm-toggle): Simplify.
28571
28572 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
28573
28574 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
28575 Accept qualified variable and function names.
28576
28577 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
28578
28579 * bindings.el (completion-ignored-extensions):
28580 Remove ".lis" for `vax-vms'.
28581
28582 2005-03-22 Andreas Schwab <schwab@suse.de>
28583
28584 * generic-x.el: Revert last change.
28585 * ldefs-boot.el: Update.
28586
28587 2005-03-22 Jay Belanger <belanger@truman.edu>
28588
28589 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
28590 (calc-embedded-save-original-modes)
28591 (calc-embedded-restore-original-modes): New functions.
28592 (calc-do-embedded): Save original modes when entering embedded mode
28593 and restore when leaving embedded mode.
28594 (calc-embedded-modes-change): Change the value of
28595 calc-embedded-original-modes to reflect permanent changes.
28596
28597 2005-03-22 Lute Kamstra <lute@gnu.org>
28598
28599 * generic-x.el: Require generic again.
28600
28601 2005-03-22 Miles Bader <miles@gnu.org>
28602
28603 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28604 Tweak details to look good on both ttys and bitmap displays, light
28605 or dark background, etc.
28606
28607 2005-03-21 Kim F. Storm <storm@cua.dk>
28608
28609 * tooltip.el (tooltip-show-help-function): Check car and cdr of
28610 mouse position.
28611
28612 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
28613
28614 * icomplete.el: Don't forcibly turn on the mode upon load.
28615 (icomplete-mode): Use define-minor-mode.
28616 (icomplete-eoinput): Default to nil.
28617 (icomplete-minibuffer-setup): Remove autoload.
28618 (icomplete-tidy): Simplify.
28619 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
28620 in the initial state or if the user has modified the field.
28621 Fix handling of icomplete-max-delay-chars.
28622 Remove code that handles the oddball case where
28623 minibuffer-completion-table is an integer.
28624 Wrap icomplete-completions in while-no-input in case building
28625 completions takes more time than expected.
28626 (icomplete-completions): Simplify.
28627
28628 2005-03-21 Richard M. Stallman <rms@gnu.org>
28629
28630 * jka-compr.el (jka-compr-really-do-compress):
28631 Make variable buffer-local.
28632
28633 * image-mode.el: Handle .xpm files too.
28634 (image-toggle-display): Preserve modification flag.
28635
28636 * help.el (where-is): Don't mention aliases with no key bindings.
28637
28638 2005-03-21 Lute Kamstra <lute@gnu.org>
28639
28640 * generic.el: Fix commentary section. Don't require cl for
28641 compilation.
28642 (generic-mode-list): Add autoload cookie.
28643 (generic-use-find-file-hook, generic-lines-to-scan)
28644 (generic-find-file-regexp, generic-ignore-files-regexp)
28645 (generic-mode, generic-mode-find-file-hook)
28646 (generic-mode-ini-file-find-file-hook): Fix docstrings.
28647 (define-generic-mode): Make it a defmacro. Fix docstring.
28648 (generic-mode-internal): Code cleanup. Add autoload cookie.
28649 (generic-mode-set-comments): Code cleanup.
28650 * generic-x.el: Don't prevent compilation. Don't require generic.
28651 Follow coding conventions. Minor code cleanup.
28652 (etc-fstab-generic-mode): Add some keywords.
28653 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
28654 define-generic-mode like a function declaration.
28655
28656 2005-03-21 Jay Belanger <belanger@truman.edu>
28657
28658 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
28659 changing modes.
28660
28661 2005-03-21 Sam Steingold <sds@gnu.org>
28662
28663 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
28664
28665 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
28666
28667 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
28668 Add underscore to "f$ lexicals" regexp.
28669
28670 2005-03-20 Juri Linkov <juri@jurta.org>
28671
28672 * subr.el (progress-reporter-do-update): When `min-value' is equal
28673 to `max-value', set `percentage' to 0 and prevent division by zero.
28674
28675 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
28676
28677 Sync with Tramp 2.0.48.
28678
28679 * net/tramp.el (all): Change all addresses to .gnu.org.
28680 (tramp-append-tramp-buffers): New defun.
28681 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
28682 Catch `dont-send' signal.
28683 (tramp-set-auto-save-file-modes): Set always permissions, because
28684 there might be an old auto-saved file belonging to another
28685 original file. This could be a security threat. Reported by
28686 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
28687 Check for Emacs 21.3.50 removed.
28688
28689 * net/tramp-smb.el (all): Remove debug construct for
28690 `with-parsed-tramp-file-name'.
28691 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
28692 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
28693 No error message if DIRECTORY or FILENAME doesn't exist.
28694 (tramp-smb-open-connection): Check existence of
28695 `tramp-smb-program'.
28696
28697 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
28698
28699 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
28700 Properly handle the case where the `m' or `s' command's argument is not
28701 yet terminated.
28702 (perl-indent-new-calculate): New function.
28703 (perl-indent-line): Use it.
28704
28705 2005-03-20 Miles Bader <miles@gnu.org>
28706
28707 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
28708 in text-mode too. Change to new face names.
28709 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
28710 Add `:weight bold' attribute.
28711 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
28712
28713 2005-03-19 Juri Linkov <juri@jurta.org>
28714
28715 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
28716
28717 * international/mule.el (auto-coding-alist): Sync with
28718 `auto-mode-alist' by adding upper case archive file extensions
28719 and adding ear/war to jar extension.
28720
28721 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
28722
28723 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
28724 running, restart it.
28725
28726 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
28727
28728 * finder.el (finder-current-item): Throw an error on an empty line.
28729
28730 * man.el (Man-follow-manual-reference): If current-word returns
28731 nil, use "".
28732
28733 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
28734
28735 * simple.el (goto-line): Doc fix.
28736
28737 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
28738
28739 * files.el (save-buffer): Doc fix.
28740
28741 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
28742
28743 * recentf.el (recentf-cleanup-remote): New variable.
28744 (recentf-cleanup): Use it to conditionally check availability of
28745 remote files.
28746
28747 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
28748
28749 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
28750 function names.
28751
28752 2005-03-19 Eli Zaretskii <eliz@gnu.org>
28753
28754 * language/thai-word.el: New file.
28755
28756 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
28757
28758 * files.el (backup-buffer): If the file's directory is not
28759 writable, use copy instead of move to backup the file.
28760
28761 2005-03-19 Eli Zaretskii <eliz@gnu.org>
28762
28763 * obsolete/keyswap.el: Moved to obsolete/ from term/.
28764
28765 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28766
28767 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
28768 Use functionp instead of symbolp and fboundp. Reported by Drkm
28769 <darkman_spam@yahoo.fr>.
28770 (ps-print-version): New version 6.6.6.
28771
28772 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
28773
28774 * textmodes/table.el (table--line-column-position): New idiom.
28775 (table--row-column-insertion-point-p): New function to test
28776 validity of row and column insertion operation at a location.
28777 (table-global-menu, table-cell-menu): Use above functions for
28778 deterministic test operation.
28779 (table--editable-cell-p): Behave in deterministic fashion.
28780
28781 2005-03-18 Juri Linkov <juri@jurta.org>
28782
28783 * isearch.el (isearch-lazy-highlight-new-loop):
28784 Make arguments beg and end optional.
28785 (isearch-update): Remove optional arguments nil from
28786 isearch-lazy-highlight-new-loop.
28787 (isearch-lazy-highlight-search): Let-bind case-fold-search to
28788 isearch-lazy-highlight-case-fold-search instead of
28789 isearch-case-fold-search, and let-bind isearch-regexp to
28790 isearch-lazy-highlight-regexp.
28791 Use isearch-lazy-highlight-last-string instead of isearch-string.
28792
28793 * replace.el (perform-replace): Remove bindings of global
28794 variables isearch-string, isearch-regexp, isearch-case-fold-search.
28795 Add three new arguments to `replace-highlight'.
28796 (replace-highlight): Add arguments string, regexp, case-fold.
28797 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
28798 to allow isearch-lazy-highlight-new-loop to use these values
28799 to set corresponding isearch-lazy-highlight-* internal
28800 variables whose values lazy highlighting will use regardless of
28801 changes to global variables isearch-string, isearch-regexp,
28802 isearch-case-fold-search during lazy highlighting loop.
28803 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
28804 to `lazy-highlight-cleanup'.
28805
28806 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
28807 (ispell-highlight-face): Set default face to `isearch' when
28808 lazy highlighting is enabled.
28809 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
28810 priority to 1. Add lazy highlighting.
28811 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
28812 from `isearch-dehighlight'.
28813
28814 2005-03-18 David Ponce <david@dponce.com>
28815
28816 * files.el (hack-local-variables): Do a case-insensitive search
28817 for End.
28818
28819 2005-03-18 Juri Linkov <juri@jurta.org>
28820
28821 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
28822 `isearch-lazy-highlight-cleanup', add alias to old name and
28823 declare obsolete. Add release numbers to other obsolete vars.
28824 (isearch-done, isearch-lazy-highlight-new-loop):
28825 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
28826 (lazy-highlight-cleanup) <variable>: Doc fix.
28827 (isearch-lazy-highlight-update): Rename obsolete
28828 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
28829
28830 2005-03-18 Kenichi Handa <handa@m17n.org>
28831
28832 * language/thai-util.el: Fix categorization of Thai characters in
28833 thai-category-table.
28834 (thai-composition-pattern): Adjust it for the above change.
28835 (thai-self-insert-command, thai-compose-syllable): New functions.
28836 (thai-compose-region): Use thai-compose-syllable.
28837 (thai-compose-string): Likewise.
28838 (thai-composition-function): Likewise.
28839 (thai-auto-composition): New function.
28840 (thai-auto-composition-mode): New minor mode.
28841
28842 * language/thai.el: Fix patterns to be registered in
28843 composition-function-table.
28844
28845 * international/quail.el (quail-input-method): Locally bind
28846 inhibit-modification-hooks to t.
28847
28848 2005-03-17 Richard M. Stallman <rms@gnu.org>
28849
28850 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
28851 (perl-mode): Use run-mode-hooks.
28852
28853 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
28854 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
28855 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
28856
28857 * mail/sendmail.el (sendmail-send-it): Reenable the code
28858 to compute resend-to-address and use it.
28859
28860 * tar-mode.el (tar-mode): Turn off undo unconditionally.
28861
28862 * image-mode.el: New file.
28863
28864 * image.el (insert-sliced-image): Add autoload cookie.
28865
28866 * font-lock.el (font-lock-lines-before): New user option.
28867 (font-lock-after-change-function): Obey it.
28868
28869 * bindings.el (esc-map): Make M-g a prefix.
28870 Bind M-g g and M-g M-g to goto-line.
28871
28872 * faces.el (face-id): Doc fix.
28873
28874 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28875
28876 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
28877 (rmail-show-message): Use rmail-unknown-mail-followup-to.
28878 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
28879
28880 * mail/sendmail.el (mail-yank-ignored-headers)
28881 (mail-font-lock-keywords, mail-mode-fill-paragraph):
28882 Add Mail-Followup-To and Mail-Reply-To headers.
28883 (mail-citation-hook): Add autoload cookie.
28884 (mail-mode): Doc fix.
28885 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
28886 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
28887 (mail-mode-fill-paragraph): Handle those headers.
28888 (mail-mailing-lists): New variable.
28889 (mail-mail-reply-to, mail-mail-followup-to): New functions.
28890
28891 2005-03-17 Juri Linkov <juri@jurta.org>
28892
28893 * isearch.el (isearch-fallback): Check for `(car previous)'
28894 before calling `isearch-other-end-state'.
28895
28896 2005-03-17 Kim F. Storm <storm@cua.dk>
28897
28898 * simple.el (move-beginning-of-line): Move to beginning of buffer
28899 line, as well as beginning of screen line.
28900
28901 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
28902
28903 * calendar/diary-lib.el (mark-diary-entries): Use new optional
28904 argument REDRAW rather than calendar-redrawing variable.
28905 * calendar/calendar.el (calendar-redrawing): Delete.
28906 (redraw-calendar): Do not bind calendar-redrawing.
28907
28908 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
28909
28910 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
28911 diary-file buffer.
28912
28913 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
28914
28915 * help.el (describe-mode): Allow a :minor-mode-function property to
28916 specify a different minor mode toggle function than the variable.
28917 * simple.el (auto-fill-function):
28918 * subr.el (add-minor-mode): Use it.
28919
28920 2005-03-16 Kenichi Handa <handa@m17n.org>
28921
28922 * language/ethio-util.el (sera-being-called-by-w3): New variable.
28923 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
28924 (ethio-fidel-to-sera-buffer): Likewise.
28925
28926 2005-03-16 Juri Linkov <juri@jurta.org>
28927
28928 * emacs-lisp/find-func.el (find-function-regexp):
28929 Add defun-emitting macro `menu-bar-make-toggle'.
28930
28931 * isearch.el: Put `isearch-scroll' property to
28932 `split-window-horizontally'.
28933
28934 * info.el: Update error messages for `debug-ignored-errors'.
28935 (Info-isearch-search): Doc fix.
28936 (Info-find-node): Move up code to go into info buffer before
28937 recording the node to the history.
28938 (Info-fontify-node): Fontify titles only if the next line
28939 has two or more `*', `=', `-', `.'.
28940 Display "go to this node" for empty (match-string 3).
28941
28942 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28943
28944 * term/mac-win.el: Add mouse pointer shape constants.
28945
28946 2005-03-15 Kim F. Storm <storm@cua.dk>
28947
28948 * simple.el (move-beginning-of-line): Use vertical-motion.
28949
28950 2005-03-15 Juri Linkov <juri@jurta.org>
28951
28952 * isearch.el (isearch-error): New variable.
28953 (isearch-invalid-regexp, isearch-within-brackets): Remove.
28954 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
28955 (isearch-within-brackets-state): Remove.
28956 (isearch-case-fold-search-state, isearch-pop-fun-state):
28957 Decrease frame index.
28958 (isearch-mode, isearch-top-state, isearch-push-state)
28959 (isearch-edit-string, isearch-abort, isearch-search-and-update)
28960 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
28961 (isearch-search, isearch-lazy-highlight-new-loop):
28962 Replace `isearch-invalid-regexp' with `isearch-error'.
28963 Remove `isearch-within-brackets'.
28964 (isearch-search): Add `search-failed' handler to `condition-case'.
28965 (isearch-lazy-highlight-search): Add `condition-case' to catch
28966 errors and allow `isearch-lazy-highlight-update' to try
28967 highlighting from the beginning of the window.
28968 (isearch-repeat): Move up code to set isearch-wrapped to t
28969 before calling isearch-wrap-function.
28970
28971 * info.el (Info-isearch-initial-node): New internal variable.
28972 (Info-search): Signal an error in isearch mode when search leaves
28973 the initial node. Signal an error when `bound' is non-nil and
28974 nothing was found in the current subfile.
28975 (Info-isearch-search): Remove `condition-case'.
28976 (Info-isearch-wrap): Don't wrap when search failed during leaving
28977 the initial node. If `Info-isearch-search' is nil, wrap around
28978 the current node.
28979 (Info-isearch-start): New fun.
28980 (Info-mode): Add buffer-local hook `Info-isearch-start' to
28981 `isearch-mode-hook'.
28982
28983 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28984
28985 * simple.el (normal-erase-is-backspace): Set default to t if
28986 running on Mac.
28987
28988 * term/mac-win.el (function-key-map): Sync with x-win.el.
28989
28990 2005-03-15 Kenichi Handa <handa@m17n.org>
28991
28992 * international/mule-cmds.el (locale-language-names): Modify the
28993 format of elements and add more entries.
28994 (locale-preferred-coding-systems): Add more entries.
28995 (set-locale-environment): Adjust for the change of
28996 locale-language-names.
28997
28998 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
28999
29000 * pcvs.el (smerge-ediff): Remove bogus autoload.
29001
29002 2005-03-14 Lute Kamstra <lute@gnu.org>
29003
29004 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
29005 Ignore a `*' at the beginning of a line.
29006
29007 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
29008 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
29009 subr.el.
29010 (dont-compile, eval-when-compile, eval-and-compile): Use declare
29011 to specify indentation.
29012
29013 * generic.el (define-generic-mode): Let generic-mode-list be a
29014 list of strings; test membership with equal.
29015
29016 2005-03-14 Kim F. Storm <storm@cua.dk>
29017
29018 * simple.el (next-line, previous-line): Add optional try-vscroll
29019 arg to recognize interactive use. Pass it on to line-move.
29020 (line-move): Don't perform auto-window-vscroll when defining or
29021 executing keyboard macro to ensure consistent behavior.
29022
29023 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
29024
29025 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
29026
29027 2005-03-13 Lute Kamstra <lute@gnu.org>
29028
29029 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
29030 debugger-setup-buffer so that backtrace marks the frames set to
29031 debug-on-exit and we don't have to do it manually. Set an extra
29032 debug-on-exit for macro's.
29033 (debugger-setup-buffer): Don't mark the top frame manually.
29034
29035 2005-03-12 Lute Kamstra <lute@gnu.org>
29036
29037 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
29038 lisp-indent-function throughout.
29039 (with-no-warnings): Set lisp-indent-function property.
29040
29041 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
29042
29043 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
29044 Add entry for backslash.
29045
29046 2005-03-12 Juri Linkov <juri@jurta.org>
29047
29048 * info.el (Info-search): Four fixes for backward search.
29049
29050 2005-03-11 Jay Belanger <belanger@truman.edu>
29051
29052 * calc/calc.el (calc-language-alist): New variable.
29053 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
29054 (calc-embedded-find-modes): Use calc-language-alist instead of
29055 calc-embedded-language-alist.
29056
29057 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29058
29059 * calendar/calendar.el (calendar-redrawing): New internal
29060 variable.
29061 (redraw-calendar): Remove bogus save-excursion from previous
29062 change. Bind calendar-redrawing to t for mark-diary-entries.
29063 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
29064 calendar if that is why we were called.
29065
29066 2005-03-11 Kenichi Handa <handa@m17n.org>
29067
29068 * international/mule.el (make-coding-system): Set property
29069 coding-system-define-form to nil.
29070 (define-coding-system-alias): Likewise.
29071
29072 2005-03-11 Kenichi Handa <handa@m17n.org>
29073
29074 These changes are suggested by Dave Love <fx@gnu.org>.
29075
29076 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
29077 coding: tag.
29078 (adaptive-fill-regexp): Add more bullets.
29079 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
29080 regexps.
29081
29082 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
29083
29084 * help.el (describe-mode): Properly handle non-trivial lighters.
29085 Don't ignore minor modes that are not listed in minor-mode-list.
29086
29087 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
29088 feature ON when the user requests to turn it OFF.
29089
29090 2005-03-10 Lute Kamstra <lute@gnu.org>
29091
29092 * emacs-lisp/debug.el (debug-entry-code): Delete it.
29093 (implement-debug-on-entry): New function to replace debug-entry-code.
29094 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
29095 second argument as the 2005-03-07 change makes it obsolete.
29096 (debug-on-entry, cancel-debug-on-entry): Update call to
29097 debug-on-entry-1.
29098 (debug, debugger-setup-buffer): Comment update.
29099 (debugger-frame-number): Update to work with implement-debug-on-entry.
29100
29101 2005-03-10 Jay Belanger <belanger@truman.edu>
29102
29103 * calc/calc-embed.el (math-ms-args): Declare it.
29104 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
29105 math-ms-args.
29106 (calc-embedded-subst): Use math-multi-subst-rec to substitute
29107 variables.
29108
29109 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
29110
29111 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
29112 Use message-box.
29113
29114 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
29115 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
29116 (tooltip-gud-tips): Simplify.
29117 (tooltip-gud-tips-p): Remove superfluous :set.
29118 (tooltip-gud-modes): Add fortran-mode.
29119 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
29120
29121 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
29122
29123 2005-03-09 Kim F. Storm <storm@cua.dk>
29124
29125 * play/animate.el (animate-place-char): Use forward-line instead
29126 of next-line to improve performance.
29127
29128 2005-03-09 Simon Josefsson <jas@extundo.com>
29129
29130 * net/browse-url.el (browse-url-default-browser): Doc fix.
29131
29132 2005-03-09 Miles Bader <miles@gnu.org>
29133
29134 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
29135 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
29136
29137 2005-03-09 Kenichi Handa <handa@m17n.org>
29138
29139 * international/latin-1.el: Set case and syntax for 255 only if
29140 set-case-syntax-set-multibyte is nil.
29141
29142 * textmodes/ispell.el (ispell-insert-word): New function.
29143 (ispell-word): Use ispell-insert-word to insert a new word.
29144 (ispell-process-line): Likewise.
29145 (ispell-complete-word): Likewise.
29146
29147 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
29148
29149 * calendar/calendar.el (redraw-calendar): Preserve point.
29150 Reported by Matt Hodges <MPHodges@member.fsf.org>.
29151 (calendar-week-start-day): Move after definition of
29152 redraw-calendar. Delete buffer test, since redraw-calendar has
29153 that now.
29154
29155 * calendar/diary-lib.el (mark-diary-entries): Only call
29156 redraw-calendar in the first of any recursive calls.
29157 Reported by Alan Shutko <ats@acm.org>.
29158
29159 2005-03-08 Juri Linkov <juri@jurta.org>
29160
29161 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
29162 (html-horizontal-rule, html-line, html-image, html-checkboxes)
29163 (html-radio-buttons): Add a space before the trailing `/>' where
29164 sgml-xml-mode is non-nil.
29165 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
29166 the subsequent tag of the empty XML tag.
29167 (html-href-anchor): Don't set initial input to "http:".
29168 (html-image): Ask for the image URL and set point inside alt="".
29169 (html-name-anchor): Duplicate the name in the `id' attribute when
29170 sgml-xml-mode is non-nil.
29171 (html-paragraph): Remove \n before <p>.
29172 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
29173 instead of `checked' when sgml-xml-mode is non-nil.
29174
29175 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
29176 Remove 1 space before #RRGGBB to not truncate it on terminal
29177 windows w/o fringes. Remove 1 space between bg and fg examples
29178 to get more space.
29179 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
29180 avoid byte-compile warnings.
29181
29182 * image-file.el (image-file-handler): Put `safe-magic' property to
29183 `image-file-handler'.
29184
29185 * info.el (Info-isearch-search): Emulate word search in
29186 isearching through multiple Info nodes with Info-search.
29187 (Info-isearch-wrap): Allow isearch-word.
29188
29189 2005-03-08 Lute Kamstra <lute@gnu.org>
29190
29191 * emacs-lisp/debug.el (debugger-step-through): Make sure that
29192 stepping into the debugger's code is not possible.
29193 (debugger-jumping-flag): Docstring update.
29194
29195 2005-03-08 Jay Belanger <belanger@truman.edu>
29196
29197 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
29198 embedded mode begins.
29199 (calc-embedded-language-alist): New variable.
29200 (calc-embedded-find-modes): Use calc-embedded-language-alist to
29201 set default language mode.
29202
29203 2005-03-08 Kenichi Handa <handa@m17n.org>
29204
29205 * international/ccl.el (define-ccl-program): Fix docstring about
29206 extra 256 bytes assured for the output buffer.
29207
29208 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29209 Fix BUFFER_MAGNIFICATION to 2.
29210 (ccl-encode-mule-utf-16be-with-signature): Likewise.
29211
29212 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
29213
29214 * align.el (align-rules-list): Added an alignment rule for CSS
29215 declarations (applies to css-mode and html-mode buffers).
29216
29217 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
29218
29219 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
29220
29221 2005-03-07 Kim F. Storm <storm@cua.dk>
29222
29223 * simple.el (move-beginning-of-line): New command.
29224
29225 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
29226
29227 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
29228
29229 * emulation/cua-base.el: Put CUA move property on move-end-of-line
29230 and move-beginning-of-line.
29231
29232 * apropos.el (apropos-print): Omit command from M-x ... RET.
29233
29234 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
29235
29236 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
29237 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
29238
29239 2005-03-06 Richard M. Stallman <rms@gnu.org>
29240
29241 * bindings.el (esc-map): Bind M-g to goto-line.
29242
29243 * facemenu.el (global-map): Bind M-o, not M-g.
29244
29245 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29246
29247 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
29248 "Open Directory" as for "Open File".
29249
29250 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
29251
29252 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
29253 (push-mark-command): Run activate-mark-hook.
29254
29255 2005-03-06 Richard M. Stallman <rms@gnu.org>
29256
29257 * help-mode.el (help-mode-finish): Don't alter the element
29258 in view-return-to-alist if there already is one.
29259
29260 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
29261 make sure the current buffer is the expected one.
29262
29263 * novice.el (disabled-command-function): Output in *Disabled Command*.
29264 Explicitly ignore non-keyboard events, and explicitly handle C-g.
29265
29266 * textmodes/flyspell.el (flyspell-large-region):
29267 Pass args differently for aspell.
29268
29269 * files.el (mode-require-final-newline): Doc fix.
29270
29271 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
29272
29273 * progmodes/which-func.el (which-function):
29274 Specify NOERROR when calling imenu--make-index-alist.
29275
29276 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
29277
29278 * simple.el (normal-erase-is-backspace): Define default value.
29279
29280 * custom.el (custom-theme-set-variables): Remove unused var
29281 `immediate'.
29282 (custom-reevaluate-setting): Simple function to handle variables
29283 that are defined before their default value can really be
29284 computed.
29285
29286 * startup.el (command-line): Use it for temporary-file-directory,
29287 small-emporary-file-directory, auto-save-file-name-transforms,
29288 blink-cursor-mode, and normal-erase-is-backspace.
29289
29290 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
29291 progress, even with buggy anchored keywords.
29292
29293 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
29294
29295 * simple.el (goto-line): Remove unbalanced final parenthesis.
29296
29297 2005-03-05 Richard M. Stallman <rms@gnu.org>
29298
29299 * simple.el (goto-line): Use a number at point as the default.
29300 With C-u as arg, switch buffers.
29301
29302 2005-03-05 Juri Linkov <juri@jurta.org>
29303
29304 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
29305 with `no-blinking-cursor'.
29306
29307 * startup.el (no-blinking-cursor): New defvar.
29308 (command-line): Add `--no-blinking-cursor' to longopts.
29309 Set `no-blinking-cursor' to t for command line arguments
29310 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
29311 with `no-blinking-cursor' in the condition for calling
29312 `blink-cursor-mode'.
29313
29314 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
29315
29316 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
29317 (menu-bar-options-save): Add blink-cursor-mode.
29318 (menu-bar-options-menu): Add blink-cursor-mode.
29319
29320 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
29321
29322 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
29323 (icalendar-export-file, icalendar-export-region)
29324 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
29325 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
29326
29327 2005-03-04 Lute Kamstra <lute@gnu.org>
29328
29329 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
29330 (debug-function-list): Ditto.
29331
29332 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
29333
29334 * textmodes/texinfmt.el (texinfo-append-refill):
29335 Redefine the types of line to which @refill
29336 is not appended by replacing a search for `@refill\\|@bye' with
29337 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
29338 itemize@refill' bug and the unfilled long lines bug.
29339 (texinfmt-version): Update number and date.
29340
29341 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
29342
29343 * international/code-pages.el (windows-1250, windows-125[2-8])
29344 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
29345
29346 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
29347
29348 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
29349 bound yet.
29350
29351 2005-03-02 Romain Francoise <romain@orebokech.com>
29352
29353 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
29354 buffer after removing limits.
29355 (ibuffer-pop-filter): Ditto.
29356 Update copyright.
29357
29358 2005-03-02 Miles Bader <miles@gnu.org>
29359
29360 * button.el (make-text-button): If the user doesn't specify a
29361 type, use the default. Rewrite to use `add-text-properties' and
29362 plist functions.
29363
29364 2005-03-01 Lute Kamstra <lute@gnu.org>
29365
29366 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
29367 (debugger-jumping-flag): New var.
29368 (debug-entry-code): Use it.
29369 (debugger-jump): Use debugger-jumping-flag and add
29370 debugger-reenable to post-command-hook.
29371 (debugger-reenable): Use debugger-jumping-flag and remove itself
29372 from post-command-hook.
29373 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
29374 debugger-reenable.
29375
29376 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
29377
29378 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
29379 inclusion of "itemize\\|", which may be unnecessary, is certainly
29380 inelegant, and stops refilling in itemize lists when formatting
29381 Japanese Texinfo files to Info.
29382 Update copyright to 2005.
29383
29384 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
29385
29386 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
29387 of an error if GDB can't find the source file.
29388
29389 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
29390
29391 * calendar/calendar.el (redraw-calendar): Work from any buffer,
29392 not just the calendar.
29393
29394 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
29395 first.
29396 (diary-redraw-calendar): New function.
29397 (make-diary-entry): Add diary-redraw-calendar to local
29398 write-contents-functions. Turn off selective display before
29399 inserting in diary.
29400
29401 2005-03-01 Kim F. Storm <storm@cua.dk>
29402
29403 * emacs-lisp/copyright.el (copyright-fix-years): New command.
29404
29405 2005-03-01 Lute Kamstra <lute@gnu.org>
29406
29407 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
29408 that debug-entry-code can be safely removed from a function while
29409 this code is being evaluated. Revert the 2005-02-27 change as the
29410 new implementation no longer requires it. Make sure that a
29411 function body containing just a string is not mistaken for a docstring.
29412 (debug): Skip one more frame in case of debug on entry.
29413 (debugger-setup-buffer): Delete one more frame line in case of
29414 debug on entry.
29415 (debugger-frame-number): Update to use the new text introduced by
29416 the 1999-11-03 change. Skip one more frame in case of debug on entry.
29417
29418 2005-02-28 Kim F. Storm <storm@cua.dk>
29419
29420 * double.el (double-translate-key): Call force-window-update after
29421 read-event to avoid crash in redisplay.
29422
29423 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
29424
29425 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
29426 (debug): Use it. Move the inhibit-trace earlier.
29427 (debug-entry-code): New const.
29428 (debug-on-entry-1): Use it.
29429
29430 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
29431
29432 * international/utf-16.el (ccl-encode-mule-utf-16le):
29433 Fix BUFFER_MAGNIFICATION to 2.
29434 (ccl-encode-mule-utf-16be): Likewise.
29435
29436 2005-02-28 Kenichi Handa <handa@m17n.org>
29437
29438 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29439 Fix BUFFER_MAGNIFICATION to 4.
29440 (ccl-encode-mule-utf-16be-with-signature): Likewise.
29441
29442 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
29443
29444 * speedbar.el (speedbar-update-flag): Doc fix.
29445 (speedbar-show-info-under-mouse): Give set-mouse-position the right
29446 argument.
29447
29448 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
29449
29450 * reveal.el (reveal-post-command): Don't try to reveal overlays which
29451 have a non-nil `invisible' property but are actually visible.
29452
29453 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
29454 for perldoc sections.
29455 (perl-outline-regexp, perl-outline-level): New var and function.
29456 (perl-mode): Use them.
29457
29458 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
29459
29460 * calendar/diary-lib.el (diary-remind): Discard any mark portion
29461 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
29462
29463 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
29464
29465 * cus-edit.el: Comment change.
29466 (custom-buffer-create-internal): Slightly reword text at top of
29467 Custom buffers. Mention there that saving an option edits the
29468 init file. Add link to Emacs manual node on `custom-file'.
29469 (custom-magic-alist): Rewrite individual State messages to use
29470 capitalized keywords. Doc fix.
29471
29472 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
29473
29474 * calendar/calendar.el (calendar-buffer): Move above
29475 calendar-week-start-day.
29476 (calendar-week-start-day): Doc fix. Add :set function.
29477 (calendar-minimum-window-height): New variable.
29478 (generate-calendar-window): Only resize window if selected-window
29479 is displaying the calendar buffer. Use new variable
29480 calendar-minimum-window-height.
29481 (generate-calendar): Reword error message.
29482 (calendar-mode-map): Bind DEL to scroll-other-window-down.
29483
29484 2005-02-27 Andreas Schwab <schwab@suse.de>
29485
29486 * vc.el (vc-do-command): Don't run command asynchronously when
29487 operating in a remote directory.
29488
29489 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
29490 change from sync with Tramp 2.0.47.
29491
29492 2005-02-27 Richard M. Stallman <rms@gnu.org>
29493
29494 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
29495
29496 * textmodes/flyspell.el (flyspell-mode-on):
29497 Call ispell-change-dictionary only if necessary.
29498
29499 * emacs-lisp/re-builder.el (regexp-builder): New function.
29500
29501 * register.el (describe-register-1): Explicitly handle
29502 yank-excluded-properties = t.
29503
29504 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
29505 (custom-magic-alist): Change the status descriptions again.
29506 (face widget-type): Total rewrite based on `restricted-sexp'
29507 to eliminate the confusing double hiding levels.
29508
29509 * emacs-lisp/debug.el (debug-on-entry-1):
29510 If function body is empty, add nil as body form.
29511
29512 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
29513
29514 * emacs-lisp/trace.el (inhibit-trace): New var.
29515 (trace-make-advice): Use it.
29516
29517 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
29518
29519 2005-02-26 Kim F. Storm <storm@cua.dk>
29520
29521 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
29522 (mouse-on-link-p, mouse-drag-region-1): Use it.
29523
29524 2005-02-25 Lute Kamstra <lute@gnu.org>
29525
29526 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
29527
29528 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
29529
29530 * frame.el (blink-cursor-mode): Add :group keyword.
29531
29532 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
29533
29534 * calendar/icalendar.el (icalendar--decode-isodatetime):
29535 New optional argument DAY-SHIFT.
29536 (icalendar-export-region): Fix coding-system-for-write.
29537 (icalendar--convert-ical-to-diary): Shift end-day of all-day
29538 events by one.
29539
29540 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
29541
29542 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
29543
29544 2005-02-24 Kim F. Storm <storm@cua.dk>
29545
29546 * international/iso-acc.el (iso-accents-compose): Fix crash
29547 during redisplay. Call force-window-update after read-event
29548 and delete-region to signal that window is not accurate.
29549
29550 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
29551
29552 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
29553 Remove unused and inexistent var `inhibit-trace'.
29554 (debugger-mode): Use run-mode-hooks.
29555 (debugger-list-functions): Add buttons; setup xref stack.
29556
29557 2005-02-23 Richard M. Stallman <rms@gnu.org>
29558
29559 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
29560 appointment says it was explicitly made.
29561 (appt-add): Set the 3rd element.
29562 (appt-make-list): Preserve explicit appointments.
29563
29564 * subr.el (find-tag-default): Catch errors in forward-sexp.
29565
29566 2005-02-23 Juri Linkov <juri@jurta.org>
29567
29568 * info.el (Info-isearch-search): New defcustom.
29569 (Info-isearch-search): Call the default isearch function
29570 when Info-isearch-search is nil.
29571 (Info-isearch-wrap): Use variable Info-isearch-search.
29572
29573 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
29574
29575 * cus-edit.el: Comment change.
29576
29577 2005-02-22 Kim F. Storm <storm@cua.dk>
29578
29579 * progmodes/hideif.el (hide-ifdef-use-define-alist):
29580 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
29581
29582 2005-02-22 Simon Josefsson <jas@extundo.com>
29583
29584 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
29585 New variable.
29586 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
29587 Oskarsson" <myrkraverk@users.sourceforget.net>.
29588
29589 2005-02-22 Kim F. Storm <storm@cua.dk>
29590
29591 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
29592 check that window of that event is the selected window.
29593 (mouse-drag-region-1): Compare mouse event window to selected
29594 window before setting point.
29595
29596 * tooltip.el (tooltip-show-help-function): Pass event to
29597 mouse-on-link-p so it can check selected window.
29598
29599 2005-02-22 Kenichi Handa <handa@m17n.org>
29600
29601 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
29602 (ps-mule-show-warning): New function.
29603 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
29604 characters are found.
29605
29606 * ps-print.el (ps-header-footer-string): Return a list of header
29607 and footer strings.
29608
29609 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
29610
29611 * pcvs.el (cvs-retrieve-revision): Fix thinko.
29612
29613 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
29614
29615 * frame.el (blink-cursor-mode): Use define-minor-mode.
29616
29617 * term/mac-win.el (function-key-map): Use char-names more consistently.
29618 (file-name-coding-system): Only set it for MacOS-9. The other case is
29619 already handled in mule-cmds.el (where it also works when mac-win.el
29620 is not used).
29621
29622 2005-02-21 Kenichi Handa <handa@m17n.org>
29623
29624 * international/mule.el (ctext-pre-write-conversion): Always use
29625 " *code-converting-work*" buffer for work.
29626
29627 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
29628
29629 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
29630
29631 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
29632
29633 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
29634
29635 * ses.el (undo-more): Restore defadvice, but only the part that
29636 allows changes outside the restricted area of the buffer.
29637
29638 2005-02-20 Kim F. Storm <storm@cua.dk>
29639
29640 * simple.el (line-move): Add fourth optional arg try-vscroll which
29641 must be set to perform auto-window-vscroll.
29642 When moving backwards and doing auto-window-vscroll, automatically
29643 vscroll to the last part of lines which are taller than the window.
29644 (next-line, previous-line): Set try-vscroll arg on line-move.
29645
29646 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
29647
29648 * replace.el (query-replace, query-replace-regexp)
29649 (replace-string, replace-regexp): When operating on region, make
29650 the minibuffer prompt say so.
29651
29652 * isearch.el (isearch-forward): Document isearch-query-replace and
29653 isearch-query-replace-regexp keybindings.
29654
29655 2005-02-19 Jay Belanger <belanger@truman.edu>
29656
29657 * calc/calc-aent.el (math-read-token): Add local variable.
29658
29659 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
29660 (calc-edit-top): Move declaration to earlier in file.
29661 (calc-edit-macro-repeats): Add local variables.
29662
29663 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
29664 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
29665 calcFunc-tanh.
29666 Adjust integration rule for calcFunc-tan.
29667
29668 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
29669
29670 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
29671 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
29672 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
29673 (viper-skip-separators): Bug fix.
29674 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
29675 particular major mode.
29676 (viper-del-backward-char-in-replace): Don't put deleted char on the
29677 kill ring.
29678
29679 * viper-ex.el (viper-color-display-p): New function.
29680 (viper-has-face-support-p): Use viper-color-display-p.
29681
29682 * viper-keym.el (viper-gnus-modifier-map): New keymap.
29683
29684 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
29685
29686 * viper-util.el (viper-glob-unix-files): Fix shell status check.
29687 (viper-file-remote-p): Make equivalent to file-remote-p.
29688
29689 * viper.el (viper-major-mode-modifier-list):
29690 Use viper-gnus-modifier-map.
29691
29692 2005-02-19 David Kastrup <dak@gnu.org>
29693
29694 * subr.el (subregexp-context-p): Fix garbled doc string by adding
29695 quoting.
29696
29697 2005-02-19 Jay Belanger <belanger@truman.edu>
29698
29699 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
29700 Remove extra definitions.
29701 (calc-coth): New function.
29702 (calcFunc-cot): Fix `let'.
29703
29704 2005-02-19 Eli Zaretskii <eliz@gnu.org>
29705
29706 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
29707 the reasons we use "type pc" in these faces.
29708
29709 * button.el (button): Ditto.
29710
29711 2005-02-19 Michael Mauger <mmaug@yahoo.com>
29712
29713 * replace.el (query-replace-read-from): Set the value of
29714 query-replace-from-history-variable to handle the case of an empty
29715 string entered to accept the suggested default.
29716
29717 * net/tramp.el (tramp-file-name-for-operation):
29718 Use dired-call-process instead of dired-call-process-command.
29719
29720 2005-02-19 Jay Belanger <belanger@truman.edu>
29721
29722 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
29723 (math-div-non-trig): New variables.
29724 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
29725 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
29726 (math-combine-prod, math-div-symb-fancy): Add simplifications for
29727 trig expressions.
29728
29729 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
29730
29731 * progmodes/gdb-ui.el (gdb-var-update-handler)
29732 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
29733 for watch expressions,
29734 (gdb-var-create-handler): Don't set speedbar-update-flag.
29735 (gdb-post-prompt): Simplify test for speedbar.
29736
29737 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
29738
29739 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
29740 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
29741 we use the syntax table of the correct buffer.
29742 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
29743 Felix Gatzemeier.
29744
29745 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
29746 (ediff-file-remote-p): Make synonymous with file-remote-p.
29747 In all deffaces ediff-*-face-*, use min-colors.
29748
29749 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
29750 ediff-recurse-to-subdirectories.
29751 (ediff-mark-if-equal): Check that the arguments are strings, use
29752 ediff-same-contents (after to Felix Gatzemeier).
29753
29754 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
29755 nil.
29756
29757 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
29758
29759 * log-view.el (log-view-message-re): Fix up Subversion regexp.
29760
29761 2005-02-18 David Kastrup <dak@gnu.org>
29762
29763 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
29764 use `mark-active' when defined.
29765
29766 2005-02-18 Kenichi Handa <handa@m17n.org>
29767
29768 * ps-print.el (ps-font-info-database): New entry
29769 ZapfChancery-MediumItalic with correct font name. Fix font name
29770 of the entry Zapf-Chancery-MediumItalic.
29771
29772 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
29773
29774 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
29775
29776 2005-02-16 Kim F. Storm <storm@cua.dk>
29777
29778 * ido.el (ido-fallback-command): Pass user input to fallback command.
29779
29780 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
29781
29782 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
29783 (gdb-find-file-hook): Add server prefix.
29784
29785 2005-02-16 Richard M. Stallman <rms@gnu.org>
29786
29787 * replace.el (perform-replace): Pass new args to replace-highlight.
29788 (replace-highlight): Take region args,
29789 and pass them to isearch-lazy-highlight-new-loop.
29790
29791 * novice.el (disabled-command-hook): Autoload the defalias
29792 and the make-obsolete-variable call.
29793
29794 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
29795
29796 * isearch.el (isearch-lazy-highlight-start-limit)
29797 (isearch-lazy-highlight-end-limit): New variables limit
29798 the region for highlighting.
29799 (isearch-lazy-highlight-new-loop): New args BEG and END.
29800 (isearch-lazy-highlight-search): Use the new vars.
29801 (isearch-lazy-highlight-update): Likewise.
29802
29803 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
29804
29805 * cus-start.el (all): Use default-boundp.
29806
29807 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
29808
29809 * menu-bar.el (menu-bar-select-frame): Handle current frame.
29810
29811 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
29812
29813 * autorevert.el (auto-revert-stop-on-user-input)
29814 (auto-revert-verbose): Doc fixes.
29815
29816 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
29817
29818 * international/mule-cmds.el (set-locale-environment): Remove call
29819 to set-selection-coding-system on Windows.
29820
29821 2005-02-15 Jay Belanger <belanger@truman.edu>
29822
29823 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
29824 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
29825 calcFunc-coth.
29826 (math-simplify-sqrt): Add simplifications.
29827
29828 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
29829 to list.
29830
29831 * calc/calc-ext.el: Add functions to autoloads.
29832
29833 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
29834 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
29835 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
29836 (math-csc-raw, math-cot-raw): New functions.
29837
29838 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
29839
29840 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
29841 the variable name in a message.
29842
29843 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
29844 calcFunc-csc, calcFunc-cot.
29845
29846 * calc/calcalg2.el: Add derivative and integration rules for
29847 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
29848 calcFunc-csch, calcFunc-coth.
29849 (math-do-integral-methods): Add to checks for when to use
29850 substitutions.
29851
29852 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
29853
29854 2005-02-15 Lute Kamstra <lute@gnu.org>
29855
29856 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29857 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
29858 <monnier@iro.umontreal.ca>.
29859 (lisp-outline-level): Improve efficiency. Suggested by David
29860 Kastrup <dak@gnu.org>.
29861
29862 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
29863
29864 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
29865 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
29866 (gdb-set-gud-minor-mode-existing-buffers): New functions.
29867 (gdb-find-file-hook): New hook. Add it to find-file-hook.
29868 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
29869
29870 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
29871
29872 * cus-start.el (all): Comment change.
29873
29874 2005-02-14 Lute Kamstra <lute@gnu.org>
29875
29876 * cus-start.el (all): Check if symbol is void.
29877
29878 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
29879
29880 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
29881 optional argument to \cite.
29882
29883 2005-02-14 Richard M. Stallman <rms@gnu.org>
29884
29885 * cus-edit.el (custom-buffer-create-internal): Update help message.
29886 (custom-magic-alist): Update help messages.
29887
29888 * cus-start.el (all): Allow a var to specify a standard value.
29889
29890 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
29891
29892 * custom.el (custom-theme-set-variables): Handle variable aliases.
29893
29894 * frame.el (blink-cursor-timer): Doc fix.
29895 (blink-cursor): Make it an alias for `blink-cursor-mode' and
29896 declare obsolete.
29897 (blink-cursor-mode): Define with defcustom and use correct
29898 standard expression in that defcustom.
29899 * startup.el (command-line): Adapt to above changes in frame.el.
29900
29901 2005-02-11 Lute Kamstra <lute@gnu.org>
29902
29903 * apropos.el (apropos-score-doc): Prevent division by zero.
29904
29905 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
29906
29907 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
29908 (icalendar--get-event-property-attributes)
29909 (icalendar--get-event-properties)
29910 (icalendar--datetime-to-diary-date): New functions.
29911 (icalendar--split-value): Doc fix.
29912 (icalendar--datetime-to-noneuropean-date)
29913 (icalendar--datetime-to-european-date): New optional argument
29914 SEPARATOR. Return result as a string instead of a list.
29915 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
29916 (icalendar--convert-string-for-export): Rename arg S to STRING.
29917 (icalendar-export-region): Doc fix. Change name of error buffer.
29918 Save output buffer.
29919 (icalendar-import-file): Add blank at end of prompt.
29920 (icalendar-import-buffer): Doc fix. Do not switch to error
29921 buffer. Indicate status in return value.
29922 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
29923 buffer. Save output buffer. Handle exception from recurrence
29924 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
29925 events. Fix problems with weekly all-day events.
29926
29927 2005-02-10 Richard M. Stallman <rms@gnu.org>
29928
29929 * simple.el (eval-expression-print-format):
29930 Avoid warning about edebug-active.
29931
29932 * help.el (help-for-help-internal): Rename from help-for-help.
29933 (help-for-help): Define with defalias.
29934
29935 * font-core.el (font-lock-default-function): Use with-no-warnings.
29936
29937 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
29938
29939 * custom.el (defface): Doc fix.
29940
29941 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
29942
29943 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
29944 width 0" to prevent word wrapping problems.
29945
29946 2005-02-09 Kim F. Storm <storm@cua.dk>
29947
29948 * ido.el (ido-file-extensions-order): New defcustom.
29949 (ido-file-extension-lessp, ido-file-extension-aux)
29950 (ido-file-extension-order): New advanced file ordering.
29951 (ido-file-lessp): New simple file ordering.
29952 (ido-sort-list): Remove.
29953 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
29954 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
29955
29956 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
29957
29958 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
29959 that some versions of grep produce.
29960 (grep-mode-font-lock-keywords): Likewise.
29961
29962 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
29963
29964 * progmodes/gdb-ui.el (gdb-location-list): New variable.
29965 (gdb-cdir): Delete.
29966 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
29967 (gdb-source-info): Treat case when source file is in another
29968 directory properly.
29969 (gdb-get-location): New function.
29970
29971 2005-02-07 Jay Belanger <belanger@truman.edu>
29972
29973 * calc/calc-prog.el (calc-write-parse-table-part)
29974 (calc-fix-token-name): Fix a check for language type.
29975
29976 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
29977
29978 2005-02-07 Andre Spiegel <spiegel@gnu.org>
29979
29980 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
29981 as directory not writable.
29982
29983 2005-02-07 Kim F. Storm <storm@cua.dk>
29984
29985 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
29986 (cua--standard-movement-commands): Remove list.
29987 Instead, set CUA property value to move for movement commands.
29988 (cua-movement-commands): Remove. Users must set CUA prop instead.
29989 (cua--pre-command-handler): Check CUA property.
29990 (cua--init-keymaps): Don't remap undo commands.
29991 (cua-mode): Don't call cua--rectangle-on-off.
29992
29993 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
29994 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
29995 (cua--rect-undo-set-point): New var.
29996 (cua--rectangle-undo-boundary): Setup undo apply entry.
29997 (cua--rect-undo-handler): New function for rectangle undo.
29998 (cua--rect-start-position, cua--rect-end-position): Add.
29999 (cua--rectangle-post-command): Call cua--rectangle-set-corners
30000 for restored rectangle. Set point if cua--rect-undo-set-point.
30001
30002 2005-02-06 Jay Belanger <belanger@truman.edu>
30003
30004 * calc/calc-lang.el (calc-tex-language): Display more information
30005 in messages.
30006
30007 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
30008 in TeX mode.
30009
30010 2005-02-06 Richard M. Stallman <rms@gnu.org>
30011
30012 * emacs-lisp/lisp.el (buffer-end): Doc fix.
30013
30014 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
30015
30016 * net/ldap.el (ldap-search-internal): Support attributes with
30017 optional descriptions separated by a semi-colon, as in
30018 "userCertificate;binary".
30019
30020 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30021
30022 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
30023 isn't a cons (i.e. the version is 0).
30024
30025 2005-02-05 Eli Zaretskii <eliz@gnu.org>
30026
30027 * help.el (help-for-help): Doc fix.
30028
30029 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
30030
30031 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
30032 GDB-Windows on the menu-bar as this works better.
30033
30034 2005-02-04 Jay Belanger <belanger@truman.edu>
30035
30036 * calc/calc-embed.el (calc-embedded-update): Don't put in
30037 unnecessary newlines. Adjust the end of formula marker.
30038
30039 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
30040 (math-latex-parse-two-args): New function.
30041
30042 2005-02-03 Lute Kamstra <lute@gnu.org>
30043
30044 * help-fns.el (help-with-tutorial): Make sure that users cannot
30045 remove the entire text of the tutorial by means of `undo'.
30046
30047 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
30048
30049 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
30050 in recent changes, where the ispell process was repeatedly
30051 killed & restarted.
30052
30053 * international/mule-cmds.el (set-locale-environment): Set file-name
30054 coding system to utf-8 on Darwin systems.
30055 (set-default-coding-systems): Don't set default-file-name-coding-system
30056 on Darwin systems.
30057
30058 2005-02-03 Richard M. Stallman <rms@gnu.org>
30059
30060 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
30061
30062 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
30063
30064 * faces.el (list-faces-display): Add optional argument.
30065
30066 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
30067
30068 * font-core.el (font-lock-default-function): Handle the rare case where
30069 only font-lock-keywords is set.
30070
30071 2005-02-02 Kenichi Handa <handa@m17n.org>
30072
30073 * international/characters.el: Cancel previous change for
30074 I-WITH-DOT-ABOVE and DOTLESS-i.
30075
30076 * international/latin-5.el: Cancel previous change.
30077
30078 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
30079
30080 * progmodes/gud.el: Correction to syntax in gud-menu-map.
30081
30082 2005-02-02 Kenichi Handa <handa@m17n.org>
30083
30084 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
30085 DOTLESS-i.
30086
30087 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
30088 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
30089
30090 * case-table.el (get-upcase-table): New function.
30091 (copy-case-table): Copy upcaes table too if non-nil.
30092 (set-case-syntax-delims): Maintain upcase table too.
30093 (set-case-syntax-pair): Likewise.
30094 (set-upcase-syntax, set-downcase-syntax): New functions.
30095 (set-case-syntax): Maintain upcase table too.
30096
30097 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
30098
30099 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
30100
30101 * progmodes/gud.el (gud-goto-info): New function.
30102 (gud-tool-bar-map): Use correct icon.
30103
30104 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
30105
30106 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
30107 When delegating, order args in the funcall correctly.
30108
30109 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
30110
30111 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
30112
30113 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
30114
30115 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
30116 buffer not visiting a file.
30117
30118 2005-01-31 Jay Belanger <belanger@truman.edu>
30119
30120 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
30121 bound on the line with the formula.
30122
30123 2005-01-31 Kim F. Storm <storm@cua.dk>
30124
30125 * ses.el (ses-create-cell-variable-range)
30126 (ses-destroy-cell-variable-range, ses-reset-header-string)
30127 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
30128 (ses-insert-row): Fix format of apply undo entries.
30129
30130 2005-01-31 Jay Belanger <belanger@truman.edu>
30131
30132 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
30133 parts.
30134
30135 * calc/calc-embed.el (calc-embedded-open-formula)
30136 (calc-embedded-close-formula): Ignore matrix environments.
30137
30138 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
30139 TeX mode.
30140
30141 * calc/calc-lang.el (math-function-table, math-oper-table)
30142 (math-variable-table): Adjust the LaTeX portions.
30143
30144 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
30145 (math-latex-ignore-words): New constant.
30146
30147 2005-01-31 Richard M. Stallman <rms@gnu.org>
30148
30149 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
30150 (ispell-local-dictionary): Doc fix.
30151 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
30152 Don't reinitialize at run time. Don't defcustom.
30153 All uses changed to append ispell-local-dictionary-alist,
30154 or check it first.
30155 (ispell-current-dictionary): New variable for dictionary in use.
30156 (ispell-dictionary): Now used only for global default.
30157 (ispell-start-process): Set ispell-current-dictionary,
30158 not ispell-dictionary.
30159 (ispell-change-dictionary): Use this only for setting
30160 user preferences.
30161 (ispell-internal-change-dictionary): New function
30162 to change the current dictionary in use.
30163 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
30164 Use ispell-current-dictionary.
30165 Handle ispell-local-dictionary-overridden.
30166 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
30167
30168 2005-01-31 Jay Belanger <belanger@truman.edu>
30169
30170 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
30171
30172 * calc/calc-ext.el: Add calc-latex-language to autoloads.
30173 (calc-mode-map): Add calc-latex-language.
30174
30175 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
30176 (math-latex-print-frac): New functions.
30177 (math-oper-table, math-function-table, math-variable-table)
30178 (math-complex-format, math-input-filter): Add latex properties.
30179 (calc-set-language): Set math-expr-special-function-mapping.
30180
30181 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
30182 (calc-write-parse-table-part): Add LaTeX support.
30183
30184 * calc/calc.el (calc-language): Adjust docstring.
30185 (calc-set-mode-line): Add LaTeX support.
30186 (math-expr-special-function-mapping): New variable.
30187 (math-tex-ignore-words): Add to list.
30188
30189 * calc/calccomp.el (math-compose-expr, math-compose-rows):
30190 Add LaTeX support.
30191 (math-compose-expr): Add support for special functions.
30192
30193 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
30194
30195 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
30196
30197 * progmodes/gdb-ui.el (gdb-memory-address)
30198 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
30199 (gdb-memory-mode-map, gdb-memory-format-keymap)
30200 (gdb-memory-format-menu, gdb-memory-unit-keymap)
30201 (gdb-memory-unit-menu): New variables for a buffer
30202 that lets the user examine program memory.
30203 (gdb-memory-set-address, gdb-memory-set-repeat-count)
30204 (gdb-memory-format-binary, gdb-memory-format-octal)
30205 (gdb-memory-format-unsigned, gdb-memory-format-signed)
30206 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
30207 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
30208 (gdb-memory-unit-word, gdb-memory-unit-halfword)
30209 (gdb-memory-unit-byte, gdb-memory-unit-menu)
30210 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
30211 (gdb-memory-mode, gdb-memory-buffer-name)
30212 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
30213 New functions for above buffer.
30214
30215 2005-01-30 Richard M. Stallman <rms@gnu.org>
30216
30217 * cus-edit.el (custom-bury-buffer): Function deleted.
30218 (custom-buffer-done-function): Option deleted.
30219 (custom-buffer-done-kill): New replacement option.
30220 (Custom-buffer-done): Call quit-window.
30221 (custom-buffer-create-internal): Update for above changes.
30222
30223 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
30224
30225 * simple.el (undo-ask-before-discard): New var.
30226 (undo-outer-limit-truncate): Implement it.
30227 (undo-extra-outer-limit): Doc update.
30228
30229 2005-01-29 Richard M. Stallman <rms@gnu.org>
30230
30231 * ses.el (undo-more): Delete defadvice.
30232 (ses-begin-change): Doc fix.
30233
30234 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
30235 instead of rebinding C-x u and C-_.
30236
30237 * files.el (normal-backup-enable-predicate): Return nil for files
30238 in /tmp, regardless of temporary-file-directory.
30239
30240 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
30241
30242 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
30243 (open-rectangle, delete-whitespace-rectangle-line)
30244 (clear-rectangle-line): If FILL, pass t instead of FILL
30245 for move-to-column's 2nd arg.
30246
30247 * simple.el (undo): Fix the test for continuing a series of undos.
30248 (undo-more): Set pending-undo-list to t when we reach end.
30249 (pending-undo-list): Move up defvar.
30250
30251 * wid-edit.el (widget-button-click):
30252 Shorten the range of the track-mouse binding.
30253
30254 * comint.el (comint-insert-input): Undo previous changes;
30255 use last-input-event in interactive spec.
30256
30257 2005-01-29 Eli Zaretskii <eliz@gnu.org>
30258
30259 * progmodes/compile.el (compilation-start): Bind buffer-read-only
30260 to nil before invoking call-process. Reset buffer's modified flag
30261 after fontifying it in the no-async branch.
30262
30263 * wid-edit.el (widget-specify-button): If mouse pointer shape
30264 cannot be changed, use mouse face instead.
30265
30266 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
30267
30268 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
30269 (gdb-goto-breakpoint): Make breakpoint handling work on template
30270 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
30271 (gdb-assembler-custom): Update to recognize breakpoint information
30272 added on 2005-01-19.
30273
30274 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
30275
30276 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
30277 (dsssl-mode): Use define-derived-mode.
30278 (scheme-mode-initialize): Remove.
30279 (scheme-mode): Use run-mode-hooks.
30280
30281 * cus-edit.el (customize-group-other-window)
30282 (custom-buffer-create-other-window): Don't override special-display-*.
30283 (custom-mode-map): Make it dense.
30284
30285 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
30286 sets the default value.
30287
30288 2005-01-28 Eli Zaretskii <eliz@gnu.org>
30289
30290 * descr-text.el: Add more keywords.
30291
30292 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
30293
30294 * speedbar.el: Avoid unnecessary use of locate-library.
30295
30296 * international/mule-cmds.el (standard-display-european-internal):
30297 Don't fiddle with latin-1 non-break space any more since it's now
30298 special cased in the C code.
30299 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
30300
30301 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
30302
30303 * cus-start.el (all): Add `undo-outer-limit'.
30304
30305 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30306
30307 * textmodes/bibtex.el (bibtex-format-entry):
30308 Use `bibtex-empty-field-re' only on the text of fields, not on entire
30309 field lines.
30310 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
30311 not on part of a buffer.
30312
30313 2005-01-25 Lute Kamstra <lute@gnu.org>
30314
30315 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
30316 nonempty field text strings like "{letters\\macro{}more letters}".
30317 Clarify docstring.
30318 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
30319 (bibtex-entry-offset, bibtex-parse-association)
30320 (bibtex-parse-field-name): Fix typos in docstrings.
30321 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
30322
30323 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
30324
30325 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
30326 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
30327 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
30328 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
30329
30330 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
30331 isearch minor mode.
30332
30333 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
30334
30335 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
30336
30337 2005-01-24 Lute Kamstra <lute@gnu.org>
30338
30339 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
30340 CASECHARS and NOT-CASECHARS regular expressions of the
30341 "nederlands" and "nederlands8" dictionaries to prevent a "Range
30342 striding over charsets" error.
30343
30344 2005-01-24 Jay Belanger <belanger@truman.edu>
30345
30346 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
30347 display variable name.
30348
30349 2005-01-24 Kenichi Handa <handa@m17n.org>
30350
30351 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
30352 Fix setting of the element of encoded-kbd-iso2022-invocations.
30353
30354 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
30355
30356 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
30357 (gdb-threads-select): Change to also accept mouse events.
30358 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
30359 (gdb-threads-mouse-select): Delete.
30360
30361 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
30362
30363 * files.el (insert-directory): Take care of empty directory,
30364 listed without -a switch.
30365
30366 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
30367
30368 * textmodes/refill.el (refill-post-command-function):
30369 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
30370 to the list of functions that we should be careful not to undo.
30371 (refill-late-fill-paragraph-function): Remove.
30372 (refill-saved-state): New var.
30373 (refill-mode): Use it to save fill-paragraph-function.
30374 Save also the value of auto-fill-function.
30375
30376 * term/w32-win.el: Simplify code.
30377
30378 2005-01-23 Kim F. Storm <storm@cua.dk>
30379
30380 * simple.el (line-move): Adapt to new return value from
30381 pos-visible-in-window-p.
30382
30383 * simple.el (line-move): Fix last change. Check partial
30384 visibility at point rather than at window-start.
30385
30386 2005-01-22 Jason Rumney <jasonr@gnu.org>
30387
30388 * term/w32-win.el (xw-defined-colors): Remove debug-message.
30389
30390 2005-01-22 David Kastrup <dak@gnu.org>
30391
30392 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
30393
30394 2005-01-22 Eli Zaretskii <eliz@gnu.org>
30395
30396 * type-break.el (type-break-mode): Add a test for
30397 type-break-file-name being non-nil.
30398
30399 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
30400
30401 * net/eudc.el (top level): Call (message "") via progn, so that
30402 eudc-options-file is loaded.
30403
30404 2005-01-22 Kim F. Storm <storm@cua.dk>
30405
30406 * simple.el (line-move-1): Rename from line-move.
30407 (line-move): New function that adjusts vscroll for partially
30408 visible rows, and calls line-move-1 otherwise.
30409
30410 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
30411
30412 * pcomplete.el: Define pcomplete-read-event instead of read-event,
30413 since it's not a complete read-event implementation
30414
30415 2005-01-20 Jay Belanger <belanger@truman.edu>
30416
30417 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
30418 for called function.
30419
30420 2005-01-20 Steven Tamm <steventamm@mac.com>
30421
30422 * term/mac-win.el (process-connection-type): Remove.
30423 Controlled now by s/darwin.h:PTY_ITERATION.
30424
30425 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
30426
30427 * window.el (handle-select-window): Don't switch window when we're
30428 in the minibuffer.
30429
30430 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
30431
30432 * subr.el (dotimes-with-progress-reporter): New macro.
30433
30434 * ses.el (ses-dotimes-msg): Remove macro.
30435 Use `dotimes-with-progress-reporter' instead.
30436
30437 2005-01-19 Steven Tamm <steventamm@mac.com>
30438
30439 * term/mac-win.el (process-connection-type): Use new
30440 operating-system-release variable to use ptys on Darwin 7 (OS X
30441 10.3) when using carbon build.
30442
30443 2005-01-19 Jay Belanger <belanger@truman.edu>
30444
30445 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
30446 flags if the last command was a tab or M-tab.
30447
30448 * calc/calc-prog.el (calc-user-define-edit): Put original formula
30449 in formula editing buffer.
30450
30451 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
30452
30453 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
30454 breakpoint image symbol in margin.
30455
30456 2005-01-19 Jay Belanger <belanger@truman.edu>
30457
30458 * calc/calc-prog.el (calc-execute-kbd-macro):
30459 Ignore calc-keep-arg-flag.
30460
30461 2005-01-19 Kenichi Handa <handa@m17n.org>
30462
30463 * textmodes/ispell.el (ispell-looking-at): New function.
30464 (ispell-process-line): Use ispell-looking-at to compare the ispell
30465 output and the buffer contents.
30466
30467 2005-01-18 Jay Belanger <belanger@truman.edu>
30468
30469 * calc/calc.el (calc-display-raw): Fix docstring.
30470
30471 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
30472
30473 * simple.el (blink-matching-open): Strip extra info from syntax.
30474
30475 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
30476 funny chars in the end-of-here-doc marker.
30477
30478 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
30479
30480 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
30481 that enable/disabled state of breakpoints is shown correctly in
30482 fringe and on ttys.
30483 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
30484 Add breakpoint information as text properties.
30485 (gdb-mouse-toggle-breakpoint):
30486 Rename to gdb-mouse-set-clear-breakpoint.
30487 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
30488 breakpoints in the margin.
30489 (gdb-remove-strings): Simplify.
30490
30491 2005-01-17 Jay Belanger <belanger@truman.edu>
30492
30493 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
30494 erasing buffer.
30495
30496 2005-01-17 Richard M. Stallman <rms@gnu.org>
30497
30498 * progmodes/grep.el (grep-find): Copy from `grep' the condition
30499 for calling grep-compute-defaults.
30500
30501 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
30502 if buffer is empty.
30503
30504 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
30505
30506 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
30507
30508 * hilit-chg.el (highlight-changes-mode): Don't autoload.
30509
30510 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
30511 non-preloaded variables.
30512
30513 2005-01-17 Steven Tamm <steventamm@mac.com>
30514
30515 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
30516 tex-shell cause to force interactivity when using pipes.
30517
30518 2005-01-17 Kim F. Storm <storm@cua.dk>
30519
30520 * simple.el (just-one-space): Make arg optional.
30521
30522 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
30523
30524 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30525 posn-at-x-y to t to access left-margin.
30526
30527 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
30528
30529 Sync with Tramp 2.0.47.
30530
30531 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
30532 catching keep-date problems in cp/scp operations.
30533 (tramp-handle-copy-file): Don't call `set-file-modes'
30534 unconditionally. Specialized functions should know better what is
30535 necessary. This improves performance a little bit, and the
30536 functions could catch errors with `cp -p' and `scp -p'.
30537 (tramp-do-copy-or-rename-file-via-buffer)
30538 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
30539 when appropriate.
30540 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
30541 Call `set-file-modes' when appropriate.
30542 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
30543 Johnsson <isak@hypergene.com>.
30544 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
30545 of both Tramp buffer and debug buffer. Reported by Joakim Verona
30546 <joakim@verona.se>.
30547 (tramp-file-name-for-operation): Mark `shell-command' as magic for
30548 Emacs only.
30549
30550 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
30551 `find-file-hooks' and `dired-mode-hook'.
30552 (tramp-minor-mode-map): Respective map. Add remapping for
30553 `compile' and `recompile'.
30554 (tramp-remap-command, tramp-recompile): New defuns.
30555 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
30556 in buffer "*Compilation*". Call the commands asynchronously.
30557
30558 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
30559 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
30560 `shell-command', because it isn't magic in XEmacs. Reported by
30561 Adrian Aichner <adrian@xemacs.org>.
30562
30563 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
30564 `substitute-in-file-name.
30565 (tramp-smb-handle-substitute-in-file-name): New defun.
30566 (tramp-smb-advice-PC-do-completion): Delete advice.
30567
30568 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
30569
30570 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
30571 Fix error in deleting region.
30572
30573 2005-01-15 Richard M. Stallman <rms@gnu.org>
30574
30575 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
30576 In non-temp buffer, switch syntax table temporarily.
30577
30578 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
30579
30580 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
30581
30582 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
30583
30584 * imenu.el (imenu--split-menu): Copy menulist before sorting.
30585 (imenu--generic-function): Use START, not BEG, as pos of definition.
30586
30587 * simple.el (just-one-space): Argument specifies number of spaces.
30588
30589 * simple.el (eval-expression-print-format): Avoid warning
30590 about edebug-active.
30591
30592 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
30593
30594 * progmodes/sh-script.el: Code copied from make-mode.el
30595 with small changes,
30596 (sh-mode-map): Bind C-c C-\.
30597 (sh-backslash-column, sh-backslash-align): New variables.
30598 (sh-backslash-region, sh-append-backslash): New functions.
30599
30600 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
30601
30602 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
30603 (rmail-pop-password, rmail-pop-password-required): Move to
30604 rmail-obsolete group.
30605 (rmail-set-pop-password): Rename to rmail-set-remote-password.
30606 All callers updated.
30607 (rmail-get-pop-password): Rename to rmail-get-remote-password.
30608 Take an argument specifying whether it is POP or IMAP mailbox we
30609 are using. All callers updated.
30610 (rmail-pop-password-error): Rename to
30611 rmail-remote-password-error. Added mailutils-specific error message.
30612 (rmail-movemail-search-path)
30613 (rmail-movemail-variant-in-use): New variables.
30614 (rmail-remote-password, rmail-remote-password-required):
30615 New customization variables.
30616 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
30617 (rmail-parse-url): New function.
30618 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
30619 with GNU mailutils movemail.
30620
30621 2005-01-15 Kevin Ryde <user42@zip.com.au>
30622
30623 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
30624 suffix to space, $ or '$, to correctly position point when going
30625 to @table style constants like DBL_MAX.
30626
30627 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
30628
30629 * type-break.el (type-break-mode, type-break-file-time)
30630 (type-break-file-keystroke-count, type-break-choose-file):
30631 Don't store data in or load data from the file if type-break-file-name
30632 is nil.
30633 (type-break-file-name): Doc update as per the above.
30634
30635 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
30636
30637 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
30638 lookup-key might return nil; handle that.
30639
30640 2005-01-15 Alan Mackenzie <acm@muc.de>
30641
30642 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
30643 rather than the element found, thus enabling the tree to be setcar'd.
30644
30645 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
30646
30647 * textmodes/org.el (org-show-following-heading): New option.
30648 (org-show-hierarchy-above): Use `org-show-following-heading'.
30649 (org-cycle): Documentation fix.
30650
30651 * textmodes/org.el (orgtbl-optimized): New option
30652 (orgtbl-mode): New command, a minor mode.
30653 (orgtbl-mode-map): New variable.
30654 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
30655 (orgtbl-error, orgtbl-self-insert-command)
30656 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
30657
30658 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
30659 a local variable in each org-mode buffer.
30660
30661 * textmodes/org.el (org-set-regexps-and-options): Rename from
30662 `org-set-regexps'. Added checking for STARTUP keyword.
30663 (org-get-current-options): Add STARTUP options.
30664 (org-table-insert-row): Make mode intelligent about when
30665 realignment is needed.
30666 (org-self-insert-command, org-delete-backward-char, org-delete-char):
30667 New commands.
30668 (org-enable-table-editor): New default value `optimized'.
30669 (org-table-blank-field): Support blanking regions if active.
30670
30671 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
30672
30673 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
30674 if the year is not given.
30675
30676 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
30677 Add new escapes %m and %M, fixed bug with %F by adding
30678 save-match-data.
30679 (reftex-reference): Remove ?. from list of spaces.
30680 (reftex-label-info): Add automatic label prefix recognition.
30681
30682 * textmodes/reftex-index.el (reftex-index-next-phrase):
30683 Add slave parameter to call of `reftex-index-this-phrase'.
30684 (reftex-index-this-phrase): New optional argument.
30685 (reftex-index-region-phrases): Add slave parameter to call of
30686 `reftex-index-this-phrase'.
30687 (reftex-display-index): New argument redo.
30688 (reftex-index-rescan): Add `redo' to arguments of
30689 `reftex-display-index'.
30690 (reftex-index-Rescan, reftex-index-revert)
30691 (reftex-index-switch-index-tag): Add `redo' to arguments of
30692 `reftex-display-index'.
30693 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
30694 indexing. Fix bug with matching is there is a quote before or
30695 after the word.
30696
30697 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
30698 Fix bug when collecting citation keys in lines with comments.
30699 (reftex-citation): Prefix argument no longer rescans the document,
30700 but forces prompting for optional arguments of cite macros.
30701 (reftex-do-citation): Prompting for optional arguments implemented.
30702
30703 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30704 Add optional arguments to most cite commands.
30705 (reftex-cite-cleanup-optional-args): New option
30706 (reftex-cite-prompt-optional-args): New option.
30707 (reftex-trust-label-prefix): New option.
30708
30709 * textmodes/reftex-toc.el (reftex-toc-find-section):
30710 Add push-mark before changing the position in the buffer.
30711
30712 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
30713 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
30714
30715 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
30716
30717 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
30718 more carefully.
30719
30720 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
30721
30722 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
30723 (sgml-mode): Use it.
30724 (sgml-get-context): Better keep track of implicitly closed tags.
30725
30726 2005-01-13 Kenichi Handa <handa@m17n.org>
30727
30728 * textmodes/ispell.el: These changes are to fix misalignment error
30729 caused by equivalent characters of different Emacs charsets.
30730 (ispell-unified-chars-table): New variable.
30731 (ispell-get-decoded-string): New function.
30732 (ispell-get-casechars, ispell-get-not-casechars)
30733 (ispell-get-otherchars): Call ispell-get-decoded-string.
30734
30735 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
30736
30737 * custom.el (custom-declare-variable): Just put symbol instead
30738 of (defvar . symbol) in `current-load-list'.
30739
30740 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
30741
30742 * emacs-lisp/elint.el: Fixed typo in Commentary section.
30743
30744 2005-01-12 Jay Belanger <belanger@truman.edu>
30745
30746 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
30747 to create a Calc summary.
30748
30749 2005-01-12 Kim F. Storm <storm@cua.dk>
30750
30751 * mouse.el (mouse-on-link-p): Change functionality and doc
30752 string to comply with latest description in lisp ref.
30753
30754 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
30755
30756 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
30757 Enable mouse clicks on mode-line, header-line and margin.
30758 (event-type): Give mouse event symbols an `event-kind' property
30759 with value `mouse-click'.
30760
30761 2005-01-12 Juri Linkov <juri@jurta.org>
30762
30763 * facemenu.el (list-colors-display): Add new arg buffer-name.
30764 Use it. Fix docstring. Replace code for identifying duplicate
30765 colors by the name with call to `list-colors-duplicates' which
30766 identifies duplicate colors by the value unless the color
30767 is one of special Windows colors. Set truncate-lines to t.
30768 Print sorted duplicate color names on each line. Indent to 22
30769 \(the longest color name in rgb.txt) instead of 20. Optimize.
30770 (list-colors-duplicates): New function.
30771 (facemenu-color-name-equal): Delete function.
30772
30773 * facemenu.el (list-colors-print): New function created from code
30774 in list-colors-display. Print #RRGGBB at the window right edge.
30775 (list-colors-display): When temp-buffer-show-function is not
30776 defined, call list-colors-print from temp-buffer-show-hook
30777 to get the right value of window-width in list-colors-print
30778 after the buffer is displayed.
30779
30780 * simple.el (pop-mark): Move deactivate-mark out of conditional
30781 part to deactivate the active mark regardless of the state of the
30782 mark ring.
30783
30784 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
30785 variables line in desktop files.
30786
30787 2005-01-12 Juri Linkov <juri@jurta.org>
30788
30789 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
30790 Bring together isearch highlight related options.
30791 (lazy-highlight): Replace group `replace' by `matching'.
30792 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30793 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30794 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
30795 and declare them obsolete.
30796 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
30797 (isearch-faces): Remove defgroup.
30798 (isearch-overlay, isearch-highlight, isearch-dehighlight):
30799 Move isearch highlighting code closer to lazy highlighting code.
30800
30801 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
30802 (query-replace-highlight, query-replace-lazy-highlight)
30803 (query-replace): Move definitions to the beginning of the file.
30804
30805 2005-01-11 Juri Linkov <juri@jurta.org>
30806
30807 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
30808 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
30809 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
30810
30811 * info.el (Info-history-forward): New variable.
30812 (Info-select-node): Reset Info-history-forward to nil.
30813 (Info-last): Turn into defalias.
30814 (Info-history-back): Rename from Info-last.
30815 Add current node to Info-history-forward.
30816 (Info-history-forward): New fun.
30817 (Info-mode-map): Replace Info-last by Info-history-back.
30818 Bind Info-history-forward to "r".
30819 (Info-mode-menu): Replace Info-last by Info-history-back.
30820 Fix menu item text. Add menu item for Info-history-forward.
30821 (info-tool-bar-map): Replace Info-last by Info-history-back.
30822 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
30823 for Info-history-forward.
30824 (Info-mode): Replace Info-last by Info-history-back in docstring.
30825 Add local variable Info-history-forward.
30826 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
30827
30828 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
30829
30830 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
30831 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
30832 Ignore select-window events rather than fiddle with
30833 mouse-autoselect-window.
30834
30835 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
30836
30837 * type-break.el (type-break-mode): Fix previous change.
30838
30839 2005-01-10 Jay Belanger <belanger@truman.edu>
30840
30841 * calc/calc-ext.el (calc-reset): Reset when inside embedded
30842 calculator; only reset when point is inside a calculator.
30843 Don't adjust the window height if the window takes up the whole height
30844 of the frame.
30845
30846 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
30847
30848 * ebuff-menu.el (Electric-buffer-menu-mode):
30849 Preserve value of buffer-local var header-line-format.
30850
30851 2005-01-09 Jay Belanger <belanger@truman.edu>
30852
30853 * calc/calc.el (calc-mode-var-list-restore-saved-values):
30854 Make sure settings file exists before accessing it.
30855
30856 * calc/calc-embed.el (calc-embedded-subst):
30857 Replace math-multi-subst-rec, which is only supposed to be called
30858 by math-multi-subst, by math-multi-subst.
30859
30860 2005-01-09 Andre Spiegel <spiegel@gnu.org>
30861
30862 * vc.el (vc-allow-async-revert): New user option.
30863 (vc-disable-async-diff): New internal variable.
30864 (vc-revert-buffer): Use them to disable asynchronous diff.
30865
30866 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
30867 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
30868 asynchronously if vc-disable-async-diff is t.
30869
30870 2005-01-09 Jay Belanger <belanger@truman.edu>
30871
30872 * calc/calc.el (defcalcmodevar): New macro.
30873 (calc-mode-var-list-restore-default-values)
30874 (calc-mode-var-list-restore-saved-values): New functions.
30875 (calc-mode-var-list): Use defcalcmodevar to define it.
30876 (calc-always-load-extensions, calc-line-numbering)
30877 (calc-line-breaking, calc-display-just, calc-display-origin)
30878 (calc-number-radix, calc-leading-zeros, calc-group-digits)
30879 (calc-group-char, calc-point-char, calc-frac-format)
30880 (calc-prefer-frac, calc-hms-format, calc-date-format)
30881 (calc-float-format, calc-full-float-format, calc-complex-format)
30882 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
30883 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
30884 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
30885 (calc-matrix-brackets, calc-language, calc-language-option)
30886 (calc-left-label, calc-right-label, calc-word-size)
30887 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
30888 (calc-display-raw, calc-internal-prec, calc-angle-mode)
30889 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
30890 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
30891 (calc-window-height, calc-display-trail, calc-show-selections)
30892 (calc-use-selections, calc-assoc-selections)
30893 (calc-display-working-message, calc-auto-why, calc-timing)
30894 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
30895 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
30896 (calc-gnuplot-default-device, calc-gnuplot-default-output)
30897 (calc-gnuplot-print-device, calc-gnuplot-print-output)
30898 (calc-gnuplot-geometry, calc-graph-default-resolution)
30899 (calc-graph-default-resolution-3d, calc-invocation-macro)
30900 (calc-show-banner): Use defcalcmodevar to declare them and set
30901 their default values.
30902
30903 * calc/calc-ext.el (calc-reset): Restore saved values of variables
30904 instead of default values (but restore default values if there is
30905 an argument of 0).
30906
30907 2005-01-09 David Kastrup <dak@gnu.org>
30908
30909 * desktop.el (desktop-restore-eager): Fix typo in type.
30910
30911 2005-01-08 Richard M. Stallman <rms@gnu.org>
30912
30913 * cus-edit.el (customize): Delete :link.
30914
30915 2005-01-08 Jay Belanger <belanger@truman.edu>
30916
30917 * calc/calc.el (calc-mode): Remove the extension from the
30918 `calc-settings-file' file name when loading it.
30919
30920 2005-01-08 Kim F. Storm <storm@cua.dk>
30921
30922 * info.el (Info-mode-map, Info-next-link-keymap)
30923 (Info-prev-link-keymap, Info-up-link-keymap):
30924 Map follow-link to mouse-face.
30925 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
30926
30927 2005-01-08 Jay Belanger <belanger@truman.edu>
30928
30929 * calc/calc.el (calc-settings-file): Change default value.
30930 Suggested by cgw in a comment in calc-mode.el.
30931
30932 * calc/calc-mode.el (calc-settings-file-name):
30933 Compare calc-settings-file to user-init-file instead of ~/.emacs.
30934 Replace ~/.emacs in a prompt by calc-settings-file.
30935
30936 2005-01-07 Lars Hansen <larsh@math.ku.dk>
30937
30938 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
30939 (desktop-lazy-idle-delay): New customizable variables.
30940 (desktop-buffer-args-list): New variable.
30941 (desktop-append-buffer-args): New function.
30942 (desktop-save): Call desktop-append-buffer-args for some buffers.
30943 (desktop-lazy-create-buffer): New function.
30944 (desktop-idle-create-buffers): New function.
30945 (desktop-read): Add message about buffers to restore lazily.
30946 (desktop-lazy-abort): New command.
30947 (desktop-clear): Call desktop-lazy-abort.
30948 (desktop-lazy-complete): New command.
30949
30950 2005-01-06 Richard M. Stallman <rms@gnu.org>
30951
30952 * emacs-lisp/find-func.el (find-face-definition):
30953 Rename from find-face.
30954
30955 2005-01-06 Kim F. Storm <storm@cua.dk>
30956
30957 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
30958
30959 * man.el (Man-xref-man-page, Man-xref-header-file)
30960 (Man-xref-normal-file): Add follow-link property.
30961
30962 2005-01-06 Jay Belanger <belanger@truman.edu>
30963
30964 * calc/calc-units.el: Make sure the proper macro definitions are
30965 available when compiling.
30966
30967 2005-01-06 Juri Linkov <juri@jurta.org>
30968
30969 * isearch.el (isearch-lazy-highlight-update):
30970 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
30971
30972 2005-01-06 Miles Bader <miles@gnu.org>
30973
30974 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
30975 (isearch-lazy-highlight-face): Use new name.
30976
30977 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
30978
30979 * uniquify.el (uniquify-rationalize-file-buffer-names):
30980 Re-add an interactive spec.
30981 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
30982 to the same name.
30983
30984 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
30985 (isearch-update, isearch-done): Adjust calls accordingly.
30986
30987 2005-01-05 Richard M. Stallman <rms@gnu.org>
30988
30989 * custom.el (custom-set-variables, custom-theme-set-variables):
30990 Clarify documentation.
30991
30992 * emacs-lisp/find-func.el (find-variable)
30993 (find-variable-other-window, find-variable-other-frame):
30994 Fix the TYPE args to find-function-read and find-function-do-it.
30995 (find-function): Doc fix.
30996 (find-function-at-point): Replace function-at-point alias.
30997
30998 2005-01-04 Richard M. Stallman <rms@gnu.org>
30999
31000 * cus-face.el (custom-declare-face):
31001 Record defface in current-load-list.
31002
31003 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
31004
31005 * emacs-lisp/find-func.el: Doc fixes.
31006 (find-face-regexp): New variable.
31007 (find-function-regexp-alist): New variable.
31008 (find-function-C-source): Third arg is now TYPE.
31009 (find-function-search-for-symbol): Handle general TYPE.
31010 (find-function-read, find-function-do-it): Handle general TYPE.
31011 (find-definition-noselect, find-face): New functions.
31012 (function-at-point): Alias deleted.
31013
31014 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
31015
31016 * battery.el (display-battery-mode): Rename from display-battery.
31017 Handle the case where it gets turned off.
31018
31019 2005-01-04 Richard M. Stallman <rms@gnu.org>
31020
31021 * cus-edit.el (customize): Make :link point to user doc.
31022
31023 * man.el (Man-fontify-manpage): Turn off undo generation.
31024
31025 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
31026
31027 2005-01-04 Andreas Schwab <schwab@suse.de>
31028
31029 * files.el (insert-directory): Only look for error lines in
31030 inserted text. Don't move too far after processing --dired markers.
31031
31032 2005-01-04 Richard M. Stallman <rms@gnu.org>
31033
31034 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
31035 Don't expand if the character is @, period, dash, etc.
31036 (define-mail-abbrev): Quote names that contain problem characters.
31037
31038 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
31039
31040 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
31041
31042 2005-01-03 Richard M. Stallman <rms@gnu.org>
31043
31044 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
31045 (query-replace-highlight, query-replace-lazy-highlight)
31046 (query-replace): Definitions moved up. Doc fix.
31047
31048 2005-01-03 Richard M. Stallman <rms@gnu.org>
31049
31050 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
31051 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31052 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31053 (lazy-highlight-face): Rename from isearch-lazy-...
31054 Change all references to them.
31055
31056 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
31057
31058 * cus-edit.el (custom-file): Doc fix for defcustom.
31059 (custom-file): The function no longer sets the variable
31060 `custom-file' to its return value.
31061
31062 * startup.el (command-line): No longer load `custom-file'.
31063
31064 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
31065
31066 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
31067
31068 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
31069 Don't confuse module-prefixed identifiers for labels.
31070 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
31071
31072 2005-01-02 Richard M. Stallman <rms@gnu.org>
31073
31074 * files.el (basic-save-buffer-1): Fix previous change.
31075
31076 * loadhist.el (file-loadhist-lookup): New function.
31077 (file-provides, file-requires): Use it.
31078
31079 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
31080 instead of calculating the right size.
31081
31082 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
31083
31084 * vc-svn.el (vc-svn-diff): Stay local if possible.
31085
31086 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
31087
31088 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
31089
31090 * files.el (hack-local-variables): Fix last change.
31091
31092 2005-01-02 Jay Belanger <belanger@truman.edu>
31093
31094 * calc/calc-yank.el (calc-edit-top): New variable.
31095 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
31096 object. Change header properties.
31097 (calc-edit-finish, calc-edit-finish-stack-object)
31098 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
31099 edited object.
31100 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
31101 for the beginning of the edited object.
31102 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
31103 for the beginning of the edited object.
31104 * calc/calc-prog.el (calc-edit-macro-finish-edit)
31105 (calc-finish-formula-edit, calc-macro-repeats)
31106 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
31107 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
31108 beginning of the edited object.
31109 (calc-user-define-edit): Change the header for editing macros.
31110 Remove unnecessary variable.
31111
31112 2005-01-01 Jay Belanger <belanger@truman.edu>
31113
31114 * calc/calc-yank.el (calc-edit-mode): Change default header.
31115 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
31116 * calc/calc-store.el (calc-edit-variable): Change title to match new
31117 header.
31118 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
31119 mode to match new header.
31120 (calc-user-define-edit): Change titles to include names of commands.
31121 (calc-finish-formula-edit): Adjust to handle new header.
31122 (calc-finish-macro-edit): Remove.
31123 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
31124 (calc-edit-macro-command, calc-edit-macro-command-type)
31125 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
31126 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
31127 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
31128 (calc-edit-macro-finish-edit): New functions.
31129 (calc-user-define-edit): Use new functions to edit named calc macros.
31130
31131 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
31132
31133 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
31134
31135 * ses.el (copy-region-as-kill): Deactivate mark.
31136
31137 2005-01-01 Richard M. Stallman <rms@gnu.org>
31138
31139 * replace.el (occur-1): If the output buffer is also an input,
31140 don't kill it, rename it.
31141
31142 * faces.el (set-face-background, set-face-foreground): Doc fix.
31143
31144 * cus-face.el (custom-face-attributes): Fix :help-echo strings
31145 for :foreground and :background.
31146
31147 * dired.el (dired-view-command-alist): Variable deleted.
31148 (dired-view-file, dired-mouse-find-file-other-window):
31149 Delete the code to use it.
31150
31151 2005-01-01 Kim F. Storm <storm@cua.dk>
31152
31153 * image.el (insert-sliced-image): Use t for line-height property.
31154
31155 See ChangeLog.11 for earlier changes.
31156
31157 ;; Local Variables:
31158 ;; coding: iso-2022-7bit
31159 ;; add-log-time-zone-rule: t
31160 ;; End:
31161
31162 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
31163 Copying and distribution of this file, with or without modification,
31164 are permitted provided the copyright notice and this notice are preserved.
31165
31166 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1