(add-log-current-defun): Use CC Mode functions to
[bpt/emacs.git] / lisp / ChangeLog
1 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2
3 * add-log.el (add-log-current-defun): Use CC Mode functions to
4 find the beginning and end of a defun.
5
6 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
7
8 * progmodes/gdb-ui.el (gdb-var-create-regexp)
9 (gdb-var-create-handler): Handle value field in GDB output of
10 -var-create.
11 (gdb-max-frames): New variable.
12 (gdb-stack-buffer, gdb-frames-select): Use it.
13 (gdb-info-stack-custom): Help user customize gdb-max-frames,
14 if necessary.
15 (gdb-get-frame-number): Simplify.
16
17 2007-01-21 Glenn Morris <rgm@gnu.org>
18
19 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Update
20 copyrights.
21
22 2007-01-21 Alan Mackenzie <acm@muc.de>
23
24 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
25 handling of K&R stuff.
26
27 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28
29 * textmodes/bibtex.el (bibtex-files): Fix customization type.
30
31 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
32
33 * ps-print.el: Handle frame parameters (background and/or foreground
34 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
35 (ps-print-version): New Version 6.7.1.
36 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
37 (ps-frame-parameter): New fun.
38 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
39 Fix doc and customization.
40 (ps-begin-job): Get frame parameters (background and/or foreground
41 colors).
42 (ps-do-despool): Ensure ps-printer-name has a valid value.
43
44 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
45
46 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
47 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
48 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
49 mean unlimited.
50
51 2007-01-20 Alan Mackenzie <acm@muc.de>
52
53 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
54 much more rigorous analysis of putative K&R regions.
55
56 2007-01-20 Alan Mackenzie <acm@muc.de>
57
58 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
59 new functions.
60
61 2007-01-20 Alan Mackenzie <acm@muc.de>
62
63 * progmodes/cc-align.el, progmodes/cc-cmds.el,
64 progmodes/cc-defs.el, progmodes/cc-engine.el,
65 progmodes/cc-langs.el, progmodes/cc-styles.el,
66 progmodes/cc-vars.el: Add my name.
67
68 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
69
70 * files.el (find-alternate-file): Revert query message to Emacs 21
71 version.
72
73 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
74
75 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
76 the doc string how to use personal abbrevs without electric
77 keywords.
78
79 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
80
81 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Fixed
82 cursor position when toggle abbreviated display.
83
84 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
85
86 * t-mouse.el: Update copyright following assignment by
87 Alessandro Rubini.
88
89 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
90
91 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
92 (type-break-demo-boring): Call read-event instead of read-char.
93
94 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
95
96 * progmodes/compile.el: Add handling for makepplog.
97
98 >>>>>>> 1.10581
99 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
100
101 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
102 aspell dictionaries are initialized when called non-interactively.
103
104 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
105
106 * progmodes/compile.el (compilation-loop): New arg limit. Handle
107 case where the first error is at point-min.
108 (compilation-next-error): New arg to compilation-loop call.
109
110 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
111
112 * info.el (Info-default-dirs): Change default info dir to
113 share/info.
114
115 * paths.el (Info-default-directory-list): Ditto.
116
117 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
118
119 * hexl.el (hexl-before-revert-hook): New function.
120 (hexl-mode): Use it.
121 (hexl-after-revert-hook): Just call hexl-mode.
122 (hexl-mode-exit): Remove before-revert-hook.
123
124 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
127
128 2007-01-16 martin rudalics <rudalics@gmx.at>
129
130 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
131 by "-" in francais7 otherchars entry.
132 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
133 otherchars entry.
134
135 2007-01-15 Karl Fogel <kfogel@red-bean.com>
136
137 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
138 path. Rewrite function in `cond' style for readability.
139
140 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>
141 (The path shortening, that is, not the rearrarangement.)
142
143 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
144
145 * term/mac-win.el (mac-ae-quit-application): New function.
146 (mac-apple-event-map): Bind "quit application" Apple event to it.
147
148 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
151 than the program's output.
152
153 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
154
155 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
156 (kmacro-start-macro-or-insert-counter)
157 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
158 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
159
160 * longlines.el (longlines-show-hard-newlines):
161 * ruler-mode.el (ruler-mode-ruler):
162 * emulation/keypad.el (keypad-setup):
163 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
164 Fix typo in docstring.
165
166 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
167
168 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile
169 option. Remove redirect character ">".
170
171 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
172
173 * replace.el (perform-replace): Remove leftover code.
174
175 2007-01-12 Richard Stallman <rms@gnu.org>
176
177 * replace.el (perform-replace): Don't clear NODENT when computing
178 the replacement string.
179
180 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
181
182 * net/tramp.el (tramp-handle-file-local-copy):
183 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
184 <christopher.ian.moore@gmail.com>.
185
186 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * diff-mode.el (diff-sanity-check-context-hunk-half)
189 (diff-sanity-check-hunk): New functions.
190 (diff-find-source-location): Use'em to check the hunks are well-formed.
191
192 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
193 activate undo when undo is not active.
194 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
195
196 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
199 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
200 (ffap-url-at-point): Use char-classes rather than "a-z".
201
202 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
203
204 * ediff-init.el (ediff-autostore-merges):
205 * textmodes/fill.el (fill-region): Doc fix.
206
207 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * server.el (server-ensure-safe-dir): UIDs may be floats.
210
211 2007-01-10 Richard Stallman <rms@gnu.org>
212
213 * battery.el (battery-linux-proc-acpi): Use ignore-errors
214 around calls to directory-files.
215
216 * subr.el (momentary-string-display): Use save-excursion.
217
218 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
219 argument, but read it as `X' does.
220
221 2007-01-09 Juri Linkov <juri@jurta.org>
222
223 * info.el (Info-fontify-node): Don't hide node names of index entries.
224
225 * faces.el (momentary): Change :group to basic-faces where all
226 basic faces belong to. Add :version.
227
228 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
229
230 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
231 keybinding is found.
232 (tutorial--find-changed-keys): Never treat null keybinding as a
233 remapping.
234
235 2007-01-09 Martin Rudalics <rudalics@gmx.at>
236
237 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
238
239 2007-01-09 Kenichi Handa <handa@m17n.org>
240
241 * international/mule-cmds.el
242 (select-safe-coding-system-interactively): Fix message.
243
244 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
245
246 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
247 (tramp-process-actions): Add optional parameter TIMEOUT.
248 (tramp-open-connection-telnet, tramp-open-connection-rsh)
249 (tramp-open-connection-su): Add timeout of 60".
250
251 2007-01-09 Richard Stallman <rms@gnu.org>
252
253 * progmodes/compile.el (compile): Doc fix.
254
255 2007-01-09 Markus Triska <markus.triska@gmx.at>
256
257 * tumme.el (tumme-display-thumb): Doc fix.
258
259 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
260
261 * battery.el (battery-search-for-one-match-in-files):
262 * bindings.el (mode-line-minor-mode-help):
263 * x-dnd.el (x-dnd-types-alist):
264 * calendar/icalendar.el (icalendar-import-buffer):
265 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
266
267 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
268
269 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
270
271 * replace.el (replace-regexp): Fix typo in docstring.
272
273 2007-01-07 Alan Mackenzie <acm@muc.de>
274
275 * progmodes/cc-langs.el (c-operators, c-filter-ops):
276 Amend doc-string and comments.
277
278 2007-01-06 Eli Zaretskii <eliz@gnu.org>
279
280 * files.el (abbreviate-file-name): Doc fix.
281
282 2007-01-06 Markus Triska <triska@gmx.at>
283
284 * subr.el (split-string): Remove spurious ")" from doc string.
285
286 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
287
288 * textmodes/table.el (table--warn-incompatibility):
289 Use display-warning instead of momentary-string-display.
290
291 2007-01-05 Richard Stallman <rms@gnu.org>
292
293 * image.el (image-type-header-regexps): Recognize xbm more strictly.
294
295 * simple.el (backward-kill-word): Doc fix.
296
297 2007-01-05 Romain Francoise <romain@orebokech.com>
298
299 * international/mule.el (sgml-html-meta-auto-coding-function):
300 Ensure that the buffer contains a HTML document.
301
302 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
303
304 * faces.el (momentary): Move here ...
305 * subr.el (momentary): ... from here.
306
307 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
308
309 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
310 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
311 large structures/arrays.
312
313 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
314
315 * files.el (find-file-noselect-1, set-visited-file-name):
316 Allow backup-enable-predicate to be nil.
317
318 2007-01-04 Kevin Rodgers <kevin.d.rodgers@gmail.com>
319
320 * subr.el (momentary): New face.
321 (momentary-string-display): Display the string via a temporary
322 overlay using the new face, instead of inserting it in the buffer.
323
324 2007-01-04 Andreas Schwab <schwab@suse.de>
325
326 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
327 last change.
328
329 2007-01-03 Richard Stallman <rms@gnu.org>
330
331 * woman.el (woman-decode-buffer): Clarify error message.
332
333 2007-01-03 Alan Mackenzie <acm@muc.de>
334
335 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
336 patch.
337
338 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
339
340 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
341
342 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
345
346 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
347
348 * emulation/viper.el (viper-custom-file-name, viper-mode):
349 Fix typos in docstrings.
350
351 * subr.el (momentary-string-display): After moving point, set POS
352 variable to it to avoid later errors once the buffer is modified.
353 Doc fix.
354
355 2007-01-02 Alan Mackenzie <acm@muc.de>
356
357 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
358 check that the "*/" is present before trying to manipulate it.
359
360 2007-01-02 Richard Stallman <rms@gnu.org>
361
362 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
363
364 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
365 Fix format of value.
366
367 * cus-edit.el (customize-unsaved): Rename from customize-customized.
368 Change messages accordingly.
369 (customize-customized): Now alias.
370
371 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
372
373 * files.el (version-control): Doc fix.
374
375 2007-01-01 Alan Mackenzie <acm@muc.de>
376
377 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
378 Check the format of c-state-cache is valid for an optimisation before
379 using it.
380
381 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
382 are at a statement within a macro". Other changes so that only
383 the first continuation line in a macro gets the symbol
384 `cpp-define-intro', the others getting `statement', or whatever.
385
386 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
387 a string, preserve whitespace. Add a backslash only when also in
388 a macro.
389
390 * progmodes/cc-defs.el: Correct typos.
391
392 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
393 new line after an escaped EOL in a string.
394
395 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
396 label when it directly follows "else", "do", ....
397
398 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
399 angle brackets (as seen in "explicit specialisations" of C++
400 templates).
401
402 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
403 in the doc-string.
404
405 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
406 when the comment ender looks like "=========*/" and is alone on
407 its line.
408
409 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
410 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
411 for the old name.
412
413 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
414 c-\(beginning\|end\)-of-defun by default.
415
416 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
417 New line-up function, for the DEFUN macro in the Emacs C sources.
418 Only used in "gnu" style.
419
420 * progmodes/cc-styles.el (c-style-alist): Use this new function in
421 the "gnu" style.
422
423 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
424 clean-up comment-close-slash also to work when there's a comment
425 terminator on the line.
426 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
427 these for large arg - only take account of top level {..}, except
428 for initial and final adjustments. M-- C-M-[ae] now go to the
429 right defuns when the starting point is between defuns. They use
430 the four new functions:
431 (c-in-function-trailer-p, c-where-wrt-brace-construct)
432 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
433 support c-\(beginning\|end\)-of-defun.
434
435 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
436 expressions more rigorously, to exclude bit-field specifiers from
437 being classed as labels.
438 (c-forward-label): When analyzing a ":" within a macro, be careful
439 about using c-forward-syntactic-ws at the macro beginning.
440 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
441 stmt boundary, check for "operator=", etc.
442
443 * progmodes/cc-mode.el (c-postprocess-file-styles):
444 Bind inhibit-read-only to t, around the call to
445 c-remove-any-local-eval-or-mode-variables, so that it works on a
446 RO file.
447
448 * progmodes/cc-defs.el (c-version): Update the version number to
449 "5.31.4".
450
451 2007-01-01 Richard Stallman <rms@gnu.org>
452
453 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
454 only if we restored isearch-window-configuration.
455
456 2006-12-31 Romain Francoise <romain@orebokech.com>
457
458 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
459
460 2006-12-31 Kim F. Storm <storm@cua.dk>
461
462 * files.el (auto-mode-case-fold): New defcustom.
463 (set-auto-mode): If non-nil, perform second case-sensitive pass
464 through auto-mode-alist if first pass failed.
465
466 2006-12-30 Richard Stallman <rms@gnu.org>
467
468 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
469
470 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
471
472 * allout.el (allout-encrypt-string): Handle symmetric-key
473 passphrase caching but leave keypair caching to pgg.
474
475 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
476
477 Sync with Tramp 2.0.55.
478
479 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
480 `integerp'. `char-equal' could fail else in case of negative
481 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
482 (top): Check for `font-lock-add-keywords' before calling; it
483 doesn't exist under XEmacs.
484 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
485 (tramp-completion-mode): Remove clause (not
486 tramp-unified-filenames), because the function is called in other
487 context too, where this check results in wrong results in the
488 XEmacs case on Windows.
489 (tramp-touch): UTC handling is not possible for XEmacs.
490
491 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
492
493 * scroll-bar.el (previous-scroll-bar-mode): New variable
494 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
495 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
496
497 * term/x-win.el: Set scroll bar mode to right if set by X resources.
498
499 2006-12-30 Richard Stallman <rms@gnu.org>
500
501 * files.el (make-backup-file-name-1): Precompute abs name
502 but don't lose the relative name.
503
504 * international/mule-cmds.el (select-safe-coding-system-interactively):
505 Fix message.
506
507 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
508
509 * files.el (backup-buffer): Show entire backup file name in msg.
510
511 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
512
513 * image.el (image-type-header-regexps, image-type-from-data)
514 (image-type-from-buffer, image-type-from-file-header):
515 Revert changes from 2006-12-26.
516 (image-type-auto-detectable): New variable.
517 (image-type-auto-detected-p): New function.
518
519 * files.el (magic-mode-alist): Detect image files with
520 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
521
522 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
523
524 * dired.el (dired-sort-other): Move test for dired-mode...
525 (dired-sort-set-modeline): ...to here.
526
527 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
528
529 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
530 change. Suggested by Stefan Monnier.
531
532 2006-12-29 Kim F. Storm <storm@cua.dk>
533
534 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
535 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
536
537 2006-12-27 Kim F. Storm <storm@cua.dk>
538
539 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
540 so it doesn't accidentally match an fsf.org mail address.
541 (authors-renamed-files-alist): Add tcover-*.el.
542
543 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * vc-arch.el (vc-arch-find-version): New function.
546
547 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
548 composed of arbitrary characters (even /) in some systems.
549
550 2006-12-27 Eli Zaretskii <eliz@gnu.org>
551
552 * international/mule-cmds.el (select-safe-coding-system-interactively):
553 Improve the message in the *Warning* buffer.
554
555 2006-12-27 Kim F. Storm <storm@cua.dk>
556
557 * ido.el (ido-set-matches-1): Fix last change. If default item is
558 current buffer, it is ok to be first.
559
560 2006-12-27 Kenichi Handa <handa@m17n.org>
561
562 * international/mule-cmds.el (select-safe-coding-system-interactively):
563 Use face `link' for problematic chars.
564
565 2006-12-27 Kenichi Handa <handa@m17n.org>
566
567 * international/mule-cmds.el (select-safe-coding-system-interactively):
568 Improve the message in *Warning* buffer.
569
570 2006-12-27 Kim F. Storm <storm@cua.dk>
571
572 * ido.el (ido-set-matches-1): Never put current buffer first if
573 there are other matches.
574
575 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
576
577 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
578 expressions.
579 (gdb-var-delete): Handle duplicate names. Print message for non
580 root expressions.
581 (gdb-partial-output-name): Start buffer name with a space.
582 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
583 buffer name.
584
585 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
586
587 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
588 last footnote when `footnote-spaced-footnotes' is nil.
589
590 2006-12-26 Richard Stallman <rms@gnu.org>
591
592 * cus-edit.el (custom-browse-sort-alphabetically)
593 (custom-buffer-sort-alphabetically)
594 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
595
596 * image.el (image-type-header-regexps): Change element format
597 to include third item NOT-ALWAYS.
598 (image-type-from-data): Handle new format.
599 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
600 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
601
602 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
603
604 * add-log.el (add-log-current-defun): Call `forward-sexp'
605 multiple times to pick a member function name defined as
606 part of nested classes/namespaces.
607
608 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
609
610 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
611 which keymap should be used to change menu. It does not affect any
612 existent code.
613
614 2006-12-26 Richard Stallman <rms@gnu.org>
615
616 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
617 rather than for being in a minibuffer window.
618
619 2006-12-25 Daiki Ueno <ueno@unixuser.org>
620
621 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
622 locale-coding-system.
623 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
624 LF.
625
626 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
627
628 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
629 (sql-mode-syntax-table): Disable double quoted strings.
630 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
631
632 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
633
634 * startup.el (fancy-splash-last-input-event): New variable.
635 (fancy-splash-special-event-action): New function.
636 (fancy-splash-screens): Temporarily bind special events to it.
637 Execute command for saved special event before exiting from
638 recursive editing.
639
640 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
641 New functions.
642 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
643 Use mac-unread-string.
644
645 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
646
647 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
648 an optimized comment regexp if `comment-start-skip' uses a ^.
649 * bs.el (bs--up): Remove interactive spec.
650
651 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
652
653 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
654 Suggested by James Cloos.
655
656 2006-12-24 Kevin Ryde <user42@zip.com.au>
657
658 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
659 in March.
660 (calendar-dst-ends): Default to first Sunday in November.
661
662 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
663
664 * allout.el (allout-encrypt-string): Inhibit use of agent within
665 body of let form where encryption happens. Acknowledge non-use of
666 gpg-agent in docstring.
667 (allout-toggle-subtree-encryption): Acknowledge non-use of
668 gpg-agent in docstring.
669
670 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
671
672 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
673
674 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
675
676 * ediff-diff.el (ediff-diff-options): Clarify docstring.
677 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
678
679 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
680 in hooks.
681 (viper-add-newline-at-eob-if-necessary): Add newline only if we
682 actually modify buffer; ignore errors if occur.
683
684 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
685
686 * calendar/calendar.el (calendar-mode-map): Switch < and >.
687 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
688 formatting.
689
690 2006-12-23 Richard Stallman <rms@gnu.org>
691
692 * simple.el (delete-horizontal-space): Doc fix.
693
694 2006-12-23 Eli Zaretskii <eliz@gnu.org>
695
696 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
697 explicitly in a recursive Make, not implicitly through prerequisites,
698 since the latter is wrong under parallel builds.
699
700 2006-12-22 Eli Zaretskii <eliz@gnu.org>
701
702 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
703
704 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
705
706 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
707 message string.
708
709 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
710
711 * outline.el (outline-next-visible-heading): Fix the case with a
712 header at end-of-file with no final newline.
713
714 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
715
716 * indent.el (tab-always-indent): Doc fix.
717
718 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
719
720 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
721 (Info-fontify-node): Do fontify indices.
722
723 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
724 to the Emacs Lisp reference manual.
725 (tutorial--tab-map): Remove. All callers changed.
726 (tutorial--find-changed-keys): New elt QUIET, used to...
727 (tutorial--display-changes): ...ensure that warning messages are
728 only issued once per changed key.
729 (tutorial--remove-remarks): Delete unused code-path.
730 (lang-strings): Remove extraneous formatting.
731 (tutorial--save-tutorial): Prompt before saving tutorial state.
732
733 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
734
735 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
736 Replace '?\ ' by '?\s' throughout.
737 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
738 `help' custom group.
739 (tutorial--key-description): New function.
740 (tutorial--display-changes): Remove redundant arg. Scan for all
741 key sequences to avoid false matches. Cleanup.
742 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
743 reduce homedir pollution.
744 (help-with-tutorial): Call tutorial--display-changes with no arg.
745
746 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
747
748 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
749
750 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
751
752 * net/tramp.el (tramp-default-method): We still need to check for
753 `executable-find', because it is not bound under Emacs 20.
754 (tramp-handle-file-name-completion)
755 (tramp-completion-handle-file-name-completion): Handle optional
756 parameter PREDICATE.
757 (tramp-find-default-method): Add code for default values.
758
759 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
760
761 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
762 make gud-go send "continue".
763
764 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
765
766 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
767 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
768
769 2006-12-19 Kim F. Storm <storm@cua.dk>
770
771 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
772 instead of global-map.
773
774 * files.el (magic-mode-alist): Allow matching file type by
775 calling a function at bob. Check for image types by calling
776 image-type-from-buffer. Suggested by Juanma Barranquero.
777 (set-auto-mode): Do it.
778
779 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
780
781 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
782 Remove "ControlMaster" option from the other `scp*' methods.
783 (tramp-default-method): Check for ssh-agent before setting to `scp'.
784
785 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
786
787 * textmodes/org.el (org-mode): Show context after isearch.
788 (org-show-siblings): New function.
789 (org-show-context): Use `org-show-siblings'.
790
791 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
794 Use syntax-ppss-toplevel-pos.
795
796 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
797
798 * textmodes/org.el (org-current-line): Make sure that lines are
799 counted from beginning of buffer.
800 (org-table-copy-region, org-table-paste-rectangle): Make sure that
801 lines are counted from beginning of buffer.
802
803 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
804
805 * info.el (Info-build-node-completions): Signal error if tag-table
806 marker is not found.
807
808 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
809
810 2006-12-17 Alan Mackenzie <acm@muc.de>
811
812 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
813 speed) the case when open-paren-in-column-0-is-defun-start is nil.
814 Based on code by Martin Rudalics.
815
816 * progmodes/cc-mode.el (c-basic-common-init): Don't set
817 open-paren-in-column-0-is-defun-start to nil any more.
818
819 2006-12-17 Richard Stallman <rms@gnu.org>
820
821 * simple.el (delete-horizontal-space): Use prefix arg.
822
823 * help-fns.el (describe-variable): Improve blank separator lines.
824
825 * files.el (magic-mode-alist): Mark as risky.
826
827 * files.el (make-backup-file-name-1):
828 Expand backup-directory explicitly.
829
830 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
831
832 * net/tramp.el (tramp-default-method): Before setting to "pscp",
833 check whether package password.el is loaded, or Pageant is running.
834
835 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
836
837 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
838 (icalendar--rris): First try Emacs, then XEmacs.
839 (icalendar--convert-ical-to-diary): Doc fix.
840 Insert newline at end of target file.
841
842 2006-12-17 Kim F. Storm <storm@cua.dk>
843
844 * outline.el (outline-isearch-open-invisible-function): New defvar.
845 (outline-flag-region): Use it if non-nil for isearch-open-invisible
846 overlay property instead of outline-isearch-open-invisible.
847
848 2006-12-16 Kim F. Storm <storm@cua.dk>
849
850 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
851 if ido-directory-too-big is set on entry.
852 (ido-toggle-ignore, ido-completion-help): Print message while
853 reading big directory.
854
855 2006-12-15 Richard Stallman <rms@gnu.org>
856
857 * shell.el (shell): Doc fix.
858
859 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
860
861 * emulation/edt.el (edt-xserver):
862 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
863 to fix a problem on Cygwin.
864
865 * emulation/edt.el
866 * emulation/edt-mapper.el
867 * emulation/edt-lk201.el
868 * emulation/edt-pc.el
869 * emulation/edt-vt100.el: Update maintainer's email address.
870
871 2006-12-15 Simon Marshall <simon@gnu.org>
872
873 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
874 change.
875
876 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
877
878 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
879 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
880 instead of mac-atsu-font-table.
881 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
882
883 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
884
885 * align.el (align-match-tex-pattern): Fix a rare bug which
886 hanged Emacs.
887
888 2006-12-14 Richard Stallman <rms@gnu.org>
889
890 * startup.el (use-fancy-splash-screens-p): Use frame-height
891 instead of window-height. Pass frame to image-size.
892
893 2006-12-13 Kenichi Handa <handa@m17n.org>
894
895 * international/mule-cmds.el (set-locale-environment):
896 Set default-sendmail-coding-system too.
897
898 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
899
900 * progmodes/idlw-help.el: Fix copyright notice.
901
902 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
905
906 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
907
908 * subr.el (unread-command-char): Reformat obsolescence info.
909
910 2006-12-11 Richard Stallman <rms@gnu.org>
911
912 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
913 about calls to cl-struct-setf-expander.
914
915 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
916
917 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
918 (ediff-combination-pattern): Fix typo in docstring.
919
920 * textmodes/refer.el (refer-find-entry): Doc fix.
921 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
922 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
923 Fix tipos in docstrings.
924
925 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
926
927 2006-12-10 Kim F. Storm <storm@cua.dk>
928
929 * ido.el (ido-init-completion-maps): Remap backward-kill-word
930 instead of binding M-backspace.
931
932 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
933
934 * replace.el (replace-match-data, replace-match-maybe-edit):
935 * calc/calc-aent.el (calc-eval-error):
936 * emulation/vi.el (vi-char-argument):
937 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
938 (c-vsemi-status-unknown-p-fn): Doc fixes.
939
940 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
941
942 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
943 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
944
945 2006-12-10 Masatake YAMATO <jet@gyve.org>
946
947 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
948
949 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
950
951 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
952
953 * man.el (Man-xref-button-action): New function. If the
954 `Man-target-string' button property is a function, assume it
955 accepts a position argument.
956 (Man-abstract-xref-man-page): Use it.
957 (Man-default-man-entry): New optional arg POS.
958
959 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
960 symlink arrows read-only and non-rear-sticky.
961
962 2006-12-09 Martin Rudalics <rudalics@gmx.at>
963
964 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
965 (wdired-search-and-rename): Simplify code.
966 (wdired-preprocess-files, wdired-preprocess-perms): Make
967 read-only property of preceding character rear-nonsticky to
968 avoid that it can be modified. Put old-name and old-link
969 properties on character preceding name and replace
970 put-text-property by add-text-properties.
971 (wdired-get-filename, wdired-get-previous-link): Get old-name
972 and old-link properties from character preceding name and
973 simplify code.
974 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
975 (wdired-perms-to-number): Make local-map property
976 rear-nonsticky to avoid that text following permissions may be
977 modified. Use add-text-properties instead of put-text-property
978 when changing a permission bit.
979 (wdired-change-to-dired-mode): Remove stickiness properties.
980
981 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
982
983 * international/mule-cmds.el (register-input-method): Doc fix.
984
985 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
986
987 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
988
989 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
990
991 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
992 Force buffer local defs evaluation on local variables loading.
993 (flyspell-mode-on, flyspell-mode-off): Use it in
994 `hack-local-variables-hook'.
995
996 2006-12-09 Eli Zaretskii <eliz@gnu.org>
997
998 * emacs-lisp/find-func.el (find-variable): Doc fix.
999
1000 * help-fns.el (variable-at-point): Doc fix.
1001
1002 * w32-fns.el (w32-append-code-lines): New function.
1003
1004 2006-12-09 Romain Francoise <romain@orebokech.com>
1005
1006 * comint.el (comint-insert-input): Delete obsolete comment.
1007
1008 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
1009
1010 * files.el (insert-file-1): Compare file size to
1011 large-file-warning-threshold and request confirmation when
1012 warranted.
1013
1014 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
1017 current frame, in case we're connected to several displays.
1018
1019 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
1020
1021 * frame.el (other-frame): Doc fix.
1022 (set-frame-parameter): Fix typo in docstring.
1023
1024 2006-12-07 Kim F. Storm <storm@cua.dk>
1025
1026 * info.el (Info-index): Strip leading colon from topic.
1027
1028 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
1029
1030 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
1031 to pointers.
1032
1033 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
1034
1035 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
1036 Trim out spurious class inheritance "None" entries.
1037
1038 2006-12-05 Kim F. Storm <storm@cua.dk>
1039
1040 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
1041 (cua-paste-pop): Rework last change for
1042 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
1043 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
1044 text inserted by the last M-y command.
1045
1046 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1047
1048 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
1049 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
1050
1051 * shell.el (shell): Search the start file in ~/.emacs.d as
1052 `init_SHELLNAME.sh' instead.
1053
1054 2006-12-05 Glenn Morris <rgm@gnu.org>
1055
1056 * progmodes/cperl-mode.el (cperl-mode)
1057 * progmodes/f90.el (f90-mode-abbrev-table)
1058 * progmodes/fortran.el (fortran-mode-abbrev-table)
1059 * progmodes/octave-mod.el (octave-abbrev-table)
1060 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
1061 if abbrev-table is non-nil (saved user abbrevs may have been restored).
1062
1063 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
1064 clear abbrev table, else saved abbrevs will not be restored.
1065
1066 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
1067
1068 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
1069 the call to `make-obsolete-variable', not in the docstring.
1070
1071 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
1072
1073 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
1074
1075 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1076
1077 * progmodes/ebnf-abn.el:
1078 * progmodes/ebnf-bnf.el:
1079 * progmodes/ebnf-dtd.el:
1080 * progmodes/ebnf-ebx.el:
1081 * progmodes/ebnf-iso.el:
1082 * progmodes/ebnf-otz.el:
1083 * progmodes/ebnf-yac.el:
1084 * progmodes/ebnf2ps.el:
1085 * delim-col.el:
1086 * printing.el:
1087 * ps-bdf.el:
1088 * ps-mule.el:
1089 * ps-print.el: Remove 'Time-stamp' comment mark.
1090
1091 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
1092 'easy-menu-add-item' when called in Emacs 21 or higher.
1093
1094 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
1095
1096 * progmodes/ada-xref.el (ada-check-current): Doc fix.
1097 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
1098
1099 2006-12-04 Kim F. Storm <storm@cua.dk>
1100
1101 * bindings.el (global-map): Bind [signal t] to ignore, to have
1102 user signals ignored by default.
1103
1104 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
1105
1106 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
1107 Unicode data file pointed to by `describe-char-unicodedata-file'.
1108
1109 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
1112 O(n^2) regexp-search by anchoring the search.
1113
1114 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
1115
1116 * whitespace.el (whitespace-cleanup-internal): Use current
1117 argument for recursive call.
1118
1119 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
1120
1121 * net/tramp.el (tramp-methods): Add "ControlPath" and
1122 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
1123 Andreas Schwab <schwab@suse.de>.
1124 (tramp-do-copy-or-rename-file-out-of-band)
1125 (tramp-open-connection-rsh): Compute format spec for ?t.
1126 (tramp-process-actions): Trace command parameters.
1127
1128 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
1129
1130 * simple.el (toggle-truncate-lines): Clarify doc string.
1131
1132 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
1133 (gdb-speedbar-expand-node): Use it.
1134
1135 2006-12-04 Richard Stallman <rms@gnu.org>
1136
1137 * progmodes/python.el (python-indent): Add safe-local-variable prop.
1138
1139 * dired.el (dired-revert): Turn off dired-after-readin-hook
1140 around call to dired-readin.
1141
1142 * menu-bar.el (menu-bar-make-toggle): Add "globally"
1143 to echo area messages.
1144 <indicate-empty-lines, case-fold-search>:
1145 Add "globally" to Help string.
1146 <case-fold-search>: MESSAGE arg need not say "globally".
1147 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
1148
1149 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
1150
1151 * outline.el (outline-end-of-subtree): Don't leave an empty
1152 line hidden as we would a real next heading.
1153
1154 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
1155
1156 * allout.el (allout-ascend): Add an optional argument to preserve
1157 original position of point when unsuccessful. Also, fix a
1158 docstring error.
1159 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
1160 work again, using allout-ascend's new option.
1161 (allout-setup-mode-map): Extract from allout-mode to initialize
1162 allout-mode-map. Call it on file load, so the mode docstring
1163 substitutions work even if allout mode has not yet been invoked.
1164 (allout-mode): Use new allout-setup-mode-map to track any keybinding
1165 customizations since the map was last processed. Also, refine the
1166 docstring so it's ship-shape for release.
1167 (allout-default-layout, allout-beginning-of-line-cycles)
1168 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
1169 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
1170 (allout-version, allout-layout, allout-infer-body-reindent)
1171 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
1172 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
1173 (allout-previous-heading, allout-goto-prefix-doublechecked)
1174 (allout-current-bullet-pos, allout-next-sibling-leap)
1175 (allout-pre-command-business, allout-encrypted-type-prefix)
1176 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
1177 (allout-rebullet-topic, allout-rebullet-topic-grunt)
1178 (allout-flag-region, allout-expose-topic, allout-expose-topic)
1179 (allout-old-expose-topic, allout-listify-exposed)
1180 (allout-process-exposed, allout-latex-verb-quote)
1181 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
1182 (allout-toggle-current-subtree-encryption)
1183 (allout-toggle-subtree-encryption, allout-bullet-isearch):
1184 Remove extraneous open-paren and close paren string escapes.
1185
1186 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
1187
1188 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
1189 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
1190 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
1191 Fix typos in docstrings.
1192
1193 2006-12-03 Glenn Morris <rgm@gnu.org>
1194
1195 * progmodes/cc-align.el
1196 * progmodes/cc-awk.el
1197 * progmodes/cc-cmds.el
1198 * progmodes/cc-compat.el
1199 * progmodes/cc-defs.el
1200 * progmodes/cc-engine.el
1201 * progmodes/cc-langs.el
1202 * progmodes/cc-menus.el
1203 * progmodes/cc-mode.el
1204 * progmodes/cc-styles.el
1205 * progmodes/cc-vars.el
1206 * progmodes/vhdl-mode.el: Fix Copyright format.
1207
1208 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
1211 initial down event.
1212
1213 2006-12-02 Kim F. Storm <storm@cua.dk>
1214
1215 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
1216 (cua-repeat-replace-region): Make M-v more robust.
1217 (cua-paste-pop-rotate-temporarily): New defcustom.
1218 (cua-paste-pop): Use it.
1219 (cua-auto-mark-last-change): New defcustom.
1220 (cua-pop-to-last-change): New helper function.
1221 (cua-set-mark): Use them.
1222
1223 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
1224
1225 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
1226 mini-buffer message.
1227
1228 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
1229
1230 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
1231
1232 2006-12-01 Ben North <ben@redfrontdoor.org>
1233
1234 * paren.el: Fix the highlight overlay extension when the user types a
1235 sequence of char very fast just before the open parenthesis.
1236
1237 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1238
1239 * ps-mule.el: Eliminate Emacs 20 compatibility.
1240
1241 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
1242 (ps-print-version): New Version 6.7.
1243 (ps-print-quote): Replace '?\ ' by '?\s'.
1244
1245 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
1246
1247 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
1248 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
1249 (hexl-end-of-1k-page): Doc fixes.
1250 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
1251 Fix typos in docstrings.
1252
1253 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1254
1255 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
1256 locally, i.e. without using file name handlers.
1257 (ido-read-internal): Allow mono letter host names, avoiding the
1258 `c:' problem by testing if the file exists locally.
1259 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
1260
1261 2006-11-30 Masatake YAMATO <jet@gyve.org>
1262
1263 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
1264 to avoid bytecomp warnings.
1265 (hexl-mode-old-ruler-function): New variable.
1266 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
1267 and `hl-line-range-function' after `require' hl-line.
1268 Then bind `hl-line-range-function' and `hl-line-face'.
1269 Don't require frame. Don't use `with-no-warnings'.
1270 (hexl-activate-ruler): Store the original value of
1271 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1272 (hexl-mode-exit): Restore the original value of
1273 `ruler-mode-ruler-function'.
1274
1275 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1276
1277 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
1278 (hexl-mode-old-hl-line-face): New variable.
1279 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
1280 line when exit from the hexl-mode.
1281
1282 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
1283
1284 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
1285 Doc fixes.
1286
1287 * international/fontset.el (create-fontset-from-ascii-font)
1288 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
1289 (fontset-name-p): Fix typo in docstring.
1290
1291 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
1292
1293 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1294
1295 * ps-bdf.el: Fix maintainer email.
1296
1297 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
1298 compatibility.
1299
1300 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
1301 21 compatibility.
1302 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
1303 Emacs 20 & 21.
1304
1305 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
1306
1307 * progmodes/idlwave.el (idlwave-auto-fill):
1308 Remove paragraph-start let to prevent auto-fill giving up.
1309
1310 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
1311
1312 * vt100-led.el (led-state): Fix typo in previous change.
1313
1314 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1315
1316 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1317 Fix interactive spec of the functions getting defined to make them
1318 work as documented.
1319
1320 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * startup.el (fancy-splash-screens): Hide initial splash buffer.
1323
1324 2006-11-28 Kim F. Storm <storm@cua.dk>
1325
1326 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
1327 icomplete-mode is enabled.
1328
1329 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
1330
1331 * textmodes/org.el (require): Require gnus-sum during compilation
1332 to avoid problem with a macro call.
1333
1334 2006-11-28 Glenn Morris <rgm@gnu.org>
1335
1336 * emacs-lisp/authors.el (authors-aliases): Add new alias.
1337
1338 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
1339 (fortran-window-create-momentarily): Do not need string-to-char.
1340
1341 2006-11-28 Richard Stallman <rms@gnu.org>
1342
1343 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1344 Replace incorrect use of assoc-default with a loop.
1345
1346 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
1347
1348 * simple.el (next-error-find-buffer): Improve messages.
1349
1350 * files.el (revert-buffer): Special error message if file
1351 is now not readable.
1352
1353 * facemenu.el (facemenu-add-new-face): Improve doc strings of
1354 constructed commands.
1355
1356 * comint.el (comint-exec-1): Provide Emacs version and `comint'
1357 in INSIDE_EMACS.
1358
1359 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
1362
1363 * server.el: Remove spurious * in docstrings.
1364 (server-process-filter): Exit from recursive editing before processing
1365 a new request.
1366
1367 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
1368
1369 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
1370 line so hidden blocks will be correctly identified.
1371
1372 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * ledit.el (ledit-save-defun, ledit-mode):
1375 * resume.el (resume-emacs-args-buffer):
1376 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
1377 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
1378 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
1379 (command-send-input, command-kill-line):
1380 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
1381
1382 * autoarg.el (autoarg-kp-mode): Doc fix.
1383
1384 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
1385 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
1386 (check-emacs-lock): Doc fix. Simplify.
1387
1388 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
1389 (iimage-mode-buffer): Fix typos in docstring.
1390
1391 * misc.el (zap-up-to-char): Doc fix.
1392
1393 * time-stamp.el: Fix comment and obsolescence string for old
1394 functions. Use `dolist' instead of `while'.
1395
1396 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
1397
1398 * disp-table.el (standard-display-8bit, standard-display-default):
1399 * ebuff-menu.el (electric-buffer-list):
1400 * ehelp.el (electric-help-command-loop):
1401 * font-core.el (font-lock-mode):
1402 * help-macro.el (make-help-screen):
1403 * help.el (describe-minor-mode-completion-table-for-indicator)
1404 (lookup-minor-mode-from-indicator):
1405 * indent.el (tab-to-tab-stop, move-to-tab-stop):
1406 * info-look.el (info-lookup-guess-custom-symbol):
1407 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
1408 * longlines.el (longlines-wrap-line):
1409 * macros.el (insert-kbd-macro):
1410 * menu-bar.el (menu-bar-update-buffers):
1411 * misc.el (copy-from-above-command):
1412 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
1413 * newcomment.el (comment-indent):
1414 * novice.el (disabled-command-function):
1415 * sort.el (sort-fields-syntax-table):
1416 * subr.el (momentary-string-display):
1417 * tar-mode.el (tar-header-block-summarize)
1418 (tar-clear-modification-flags):
1419 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
1420 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
1421 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
1422 (te-delete-char, te-down-vertically-or-scroll):
1423 * time-stamp.el (time-stamp-string-preprocess):
1424 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
1425
1426 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1427
1428 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
1429 in GUD mode.
1430
1431 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
1432 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
1433
1434 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1435
1436 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
1437
1438 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
1439
1440 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
1441 (ada-compile-goto-error): Adapt to new argument profile of
1442 compilation-goto-locus in Emacs 22. Don't check if the various
1443 compile functions are defined; we already do "(require 'compile)".
1444
1445 2006-11-26 Kim F. Storm <storm@cua.dk>
1446
1447 * kmacro.el: Fix commentary.
1448
1449 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1450
1451 * progmodes/gud.el (gdb): Explain how to run in text command mode
1452 more clearly. Say in error message that multiple debugging
1453 requires restarting GDB.
1454
1455 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1456
1457 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1458
1459 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
1460
1461 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1462 (flymake-popup-menu): Use it instead of posn-at-point.
1463
1464 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1465
1466 * progmodes/cc-vars.el (c-backslash-column):
1467 Mention c-backslash-max-column in documentation for c-backslash-column.
1468
1469 2006-11-24 Lars Hansen <larsh@soem.dk>
1470
1471 * net/tramp.el (tramp-default-method): Under Windows, change from
1472 plink to pscp.
1473 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
1474 (tramp-actions-copy-out-of-band):
1475 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
1476 (tramp-action-out-of-band): Move "Permission denied" handling to
1477 tramp-action-copy-failed.
1478 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
1479 process buffer.
1480
1481 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1484 strings to a single string. Quote `errors-file-name'.
1485 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1486 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1487 Adjust calls. Use `shell-quote-argument'.
1488
1489 * international/mule.el (load-with-code-conversion)
1490 (with-category-table): Use with-current-buffer.
1491 (after-insert-file-set-coding): Use restore-buffer-modified-p.
1492
1493 2006-11-24 Eli Zaretskii <eliz@gnu.org>
1494
1495 * mail/smtpmail.el (smtpmail-send-it):
1496 Copy buffer-file-coding-system from the mail buffer. Possibly add a
1497 MIME header for the message encoding.
1498 Bind coding-system-for-write around the call to mail-do-fcc.
1499 Use smtpmail-code-conv-from to encode queued mail messages.
1500
1501 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
1502
1503 * tabify.el (tabify-regexp): Doc fix.
1504
1505 * net/rcirc.el (rcirc-buffer-maximum-lines):
1506 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
1507
1508 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
1509 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
1510 Fix typos in output messages.
1511 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
1512
1513 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
1516 the horse's mouth.
1517 (hexlify-buffer): Don't re-encode an arg that's already encoded.
1518
1519 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
1520
1521 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
1522 Remove condition-case.
1523
1524 2006-11-23 Glenn Morris <rgm@gnu.org>
1525
1526 * progmodes/f90.el (f90-comment-indent): Do not move point in
1527 default case.
1528
1529 2006-11-21 Romain Francoise <romain@orebokech.com>
1530
1531 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
1532 from library name (reverts change of 2005-10-25).
1533
1534 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
1535
1536 * tutorial.el (tutorial--default-keys): Add newline and
1537 delete-backward-char bindings.
1538 (tutorial--detailed-help): Save excursion when finding keys.
1539 Correct warning string for M-x FOO case.
1540 (tutorial--display-changes): Print special keys in tutorial style.
1541 Tweak search regexp for changed keys.
1542
1543 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1544
1545 * thingatpt.el (thing-at-point-url-at-point): Don't add a
1546 redundant scheme.
1547
1548 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
1549
1550 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
1551 are new to the list at IANA. Also added irc, mms, mmsh.
1552
1553 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
1554
1555 * progmodes/idlw-help.el (idlwave-html-help-location):
1556 Fail gracefully for missing help packages.
1557 (idlwave-help-assistant-open-link): Open full links.
1558 (idlwave-help-assistant-help-with-topic): Direct help link.
1559
1560 * progmodes/idlwave.el (idlwave-mode):
1561 Set add-log-current-defun-function.
1562 (idlwave-current-routine-fullname): Add, to support add-log.
1563 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
1564 to reflect improvements to xml-parse-file.
1565 (idlwave-mode-menu-def): New binding for help-with-topic.
1566
1567 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
1568 Handle extra newlines and spaces.
1569 (idlwave-shell-mode-map): Add help-with-topic.
1570
1571 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * tutorial.el (tutorial-warning-face): New face.
1574 (tutorial--detailed-help, tutorial--display-changes): Use it.
1575 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
1576 Improve search pattern for occurrences of changed keys.
1577
1578 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1579
1580 * term/x-win.el (x-last-cut-buffer-coding): New variable.
1581 (x-select-text): Set it.
1582 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
1583 when checking for newness.
1584
1585 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * subr.el (posn-image):
1588 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
1589
1590 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
1591
1592 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1593
1594 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
1595 Exceptions to the rule "add a space between an identifier and an
1596 opening parenthesis". Defaulted to the `#define' problem of cpp.
1597 (glasses-parenthesis-exception-p): New. Check if the region is an
1598 exception regarding to that.
1599 (glasses-make-readable): Use it.
1600 (glasses-convert-to-unreadable): Ditto. Modify the file also if
1601 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
1602
1603 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
1604
1605 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
1606
1607 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
1608
1609 * progmodes/ada-mode.el (ada-make-body): Fix typo.
1610
1611 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
1612 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
1613
1614 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
1617 conditions for function or variable bindings.
1618
1619 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
1620
1621 * progmodes/compile.el (compilation-start): Ditto.
1622
1623 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
1624
1625 * net/tramp.el (top): cl and custom are always required.
1626
1627 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1628
1629 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
1630 cut-buffers with next-selection-coding-system if not nil.
1631
1632 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
1633
1634 * textmodes/org.el (org-fix-decoded-time): New function.
1635 (org-display-custom-time): Use `org-fix-decoded-time'.
1636
1637 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
1638
1639 * menu-bar.el (menu-bar-games-menu): Remove yow.
1640
1641 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
1642
1643 * textmodes/org.el (org-scan-tags): Re-align code fixed.
1644 (org-detach-overlay): Rename from `org-detatch-overlay'.
1645 (org-table-convert-region): Insert space after column separator.
1646 (org-agenda-kill): New command.
1647 (org-metaleft): Call `org-outdent-item' on bullets.
1648 (org-metaright): Call `org-indent-item' on bullets.
1649 (org-timestamp-change): Set `org-last-changed-timestamp'.
1650 (org-current-line): Make sure (bolp) returns correct result.
1651 (org-agenda-change-all-lines): Make sure TODO are highlighted.
1652
1653 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
1656
1657 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
1658
1659 * mouse.el (global-map): Change 2006-08-16 fix to call
1660 mouse-yank-at-click explicitly, since mouse events are not carried
1661 over into keyboard macros.
1662
1663 2006-11-16 Kim F. Storm <storm@cua.dk>
1664
1665 * ido.el (ido-file-internal): Use current buffer's file name as default
1666 choice for ido-find-alternate-file. Suggested by Matt Hodges.
1667
1668 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
1669
1670 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
1671 (allout-inhibit-aberrance-doublecheck): Rename from
1672 allout-during-yank-processing. All callers changed.
1673 (allout-ascend): Provide for unusual case where some topic after
1674 the first in file is at lower depth than the first.
1675 (allout-shift-in): Ensure the offspring of the new containing
1676 topic are exposed.
1677 (allout-encrypt-string): Preserve the coding-system of the text,
1678 according to that of the containing buffer.
1679 (allout-toggle-subtree-encryption): When the text being encrypted
1680 requires a different coding system, offer to preserve the coding
1681 system using a file local var.
1682
1683 2006-11-15 Simon Marshall <simon@gnu.org>
1684
1685 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
1686 to recognise "T t()" as a function declaration, rather than a
1687 variable instantiation, iff at the top-level or inside a class
1688 declaration. Suggested by Feng Li <fengli@gmail.com>.
1689
1690 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
1691
1692 * progmodes/ada-xref.el (ada-parse-prj-file):
1693 Don't delete project buffer; user may want to edit it.
1694 (ada-xref-set-project-field, ada-xref-current-project-file)
1695 (ada-xref-current-project, ada-show-current-project)
1696 (ada-set-main-compile-application): New functions.
1697 (ada-xref-get-project-field, ada-require-project-file):
1698 Normalize use of ada-prj-default-project-file.
1699 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
1700 Normalize use of ada-require-project-file.
1701 (ada-prj-find-prj-file): Improve doc string, comments.
1702
1703 * progmodes/ada-mode.el (ada-mode-version): Bump version.
1704 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
1705 (ada-create-menu): Add ada-set-main-compile-application,
1706 ada-show-current-main, ada-show-current-project.
1707
1708 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
1711 (inferior-python-mode): Use it.
1712
1713 2006-11-14 Andreas Schwab <schwab@suse.de>
1714
1715 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1716
1717 2006-11-13 Kim F. Storm <storm@cua.dk>
1718
1719 * ido.el (ido-copy-current-word): C-o copies region if active.
1720
1721 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1722
1723 * textmodes/org.el (org-emph-face): Fix typo in variable name.
1724
1725 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * ediff.el (ediff-revision):
1728 * files.el (set-visited-file-name):
1729 * mail/rmailout.el (rmail-output-body-to-file):
1730 Use `format', not `message', in `y-or-n-p' call.
1731
1732 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1733
1734 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1735 (org-metaright): Call `org-indent-item' on bullets.
1736 (org-timestamp-change): Set `org-last-changed-timestamp'.
1737 (org-current-line): Make sure (bolp) returns correct result.
1738 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1739
1740 2006-11-12 Richard Stallman <rms@gnu.org>
1741
1742 * language/european.el (turkish-case-conversion-enable)
1743 (turkish-case-conversion-disable): New functions.
1744 ("Turkish" lang env): Use them.
1745
1746 * international/characters.el (case table):
1747 Do nothing special for i and I.
1748
1749 * subr.el (remove-overlays): Fix last change.
1750
1751 * cus-edit.el (custom-save-all): Use find-file-visit-truename
1752 for visiting the custom file.
1753
1754 2006-11-12 Markus Triska <triska@gmx.at>
1755
1756 * play/handwrite.el (handwrite): Also process lines not ending
1757 with newline. Replace some position-fiddling with different
1758 logic. Improve performance.
1759
1760 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
1761
1762 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
1763 replacing deleted variable `ada-check-switch'.
1764 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
1765 (ada-xref-project-files): Improve doc string.
1766 (ada-find-executable): New function.
1767 (ada-initialize-runtime-library): Use `ada-find-executable'.
1768 (ada-xref-set-default-prj-values): In compile commands, don't need
1769 `ada-cd-command'; `compile' does that more portably.
1770 Use ada-prj-default-check-cmd.
1771 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
1772 properties if not specified in project file.
1773 (ada-goto-declaration): Display useful message for new error
1774 'error-file-not-found.
1775 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
1776 'error-file-not-found.
1777 (ada-get-all-references): Match latest ali syntax. Signal new
1778 error 'error-file-not-found.
1779 (ada-find-in-ali): Match latest ali syntax.
1780 (ada-make-filename-from-adaname): Handle different semantics of
1781 gnatkr in GNAT 3.15p vs later.
1782
1783 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
1784 ada-procedure-start-regexp.
1785 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
1786
1787 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
1788 with defvar.
1789 (ada-language-version): Rename ada05 -> ada2005.
1790 (ada-align-region-separate): Add `eval-when-compile'.
1791 (ada-name-regexp): Remove unneeded escapes in regexp character
1792 alternative.
1793 (ada-compile-goto-error-file-linenr-re): New constant.
1794 (ada-matching-start-re): Handle additional cases `declare',
1795 `procedure', `function'.
1796 (ada-compile-goto-error): Handle "... at line nn".
1797 (ada-mode): Clearer syntax, comments for ff-special-constructs.
1798 Delete support for old versions of `align'.
1799 (ada-search-prev-end-stmt): Handle additional keyword `private'.
1800 (ada-check-defun-name): Simplify handling of `declare'.
1801 (ada-goto-matching-start): Handle nested `begin ... end'.
1802 Handle `declare', `protected', `procedure', `function'.
1803 (ada-create-menu): Presence of arm95 is not conditional on using
1804 GNAT compiler.
1805
1806 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
1807
1808 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
1809 nil in the *RE-Builder* buffer (it causes spurious error messages).
1810
1811 * server.el (server-visit-files): If `minibuffer-auto-raise' has
1812 been set to t, respect it.
1813
1814 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
1815
1816 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
1817 Delete commented out code for old Emacs versions. Autoloading of
1818 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
1819 (ada-mode-version): Bump version number.
1820 (ada-95-string-keywords, ada-2005-string-keywords)
1821 (ada-2005-keywords, ada-name-regexp): New constant.
1822 (ada-language-version, ada-procedure-start-regexp, ada-mode)
1823 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
1824 (ada-package-start-regexp): Support private packages, include package
1825 name (for ada-set-point-accordingly).
1826 (ada-next-procedure, ada-previous-procedure)
1827 (ada-which-function-are-we-in): Match changes to
1828 ada-procedure-start-regexp.
1829 (ada-make-body): Make non-interactive; not a user function.
1830 (ada-make-subprogram-body): Improve doc string.
1831
1832 2006-11-11 Romain Francoise <romain@orebokech.com>
1833
1834 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
1835 `compilation-error-regexp-alist' buffer-local, since we changed
1836 `compilation-error-regexp-alist-alist' locally.
1837
1838 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
1841 to the value of `server-raise-frame'.
1842
1843 2006-11-11 Glenn Morris <rgm@gnu.org>
1844
1845 * ido.el (ido-enable-prefix)
1846 * ses.el (ses-call-printer-return)
1847 * net/tramp.el (tramp-unified-filenames)
1848 * progmodes/cc-align.el (c-lineup-string-cont)
1849 * progmodes/compile.el (compilation-directory-matcher)
1850 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1851 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1852 (vhdl-clock-rising-edge)
1853 * textmodes/org.el (org-export-with-timestamps)
1854 (org-export-remove-timestamps-from-toc)
1855 (org-export-with-tags): Improve previous doc fixes.
1856
1857 2006-11-11 Richard Stallman <rms@gnu.org>
1858
1859 * textmodes/flyspell.el (flyspell-mode-map):
1860 Bind C-c $ instead of M-RET.
1861
1862 2006-11-10 Simon Marshall <simon@gnu.org>
1863
1864 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
1865 fontification for "case" and "default" keywords.
1866
1867 2006-11-10 Andreas Schwab <schwab@suse.de>
1868
1869 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1870 Avoid starting sentence with "nil".
1871
1872 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1873
1874 * server.el (server-raise-frame): New option.
1875 (server-switch-buffer): Use it.
1876
1877 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
1878
1879 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
1880 with a capital.
1881
1882 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
1883
1884 * textmodes/org.el (org-show-hierarchy-above)
1885 (org-show-following-heading): Fix typo in default value.
1886 (org-scan-tags): Make the search case-sensitive.
1887 (org-tags-sparse-tree): Don't overrule
1888 `org-show-following-heading' and `org-show-hierarchy-above'.
1889 (org-reveal): New command.
1890 (org-show-context): Rename from `org-show-hierarchy-above'.
1891 (org-fast-tag-selection-single-key): New option.
1892 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
1893 (org-tags-overlay): New variable.
1894 (org-agenda-todo-ignore-deadlines): New option.
1895 ("session"): Add circular data structure `org-mark-ring' to
1896 exceptions list in session.el.
1897 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1898 New options.
1899 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1900 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
1901 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
1902 (org-finalize-agenda): Activate bracket links in agenda.
1903 (org-at-timestamp-p, org-at-date-range-p): Additional argument
1904 INACTIVE-OK.
1905 (org-show-hierarchy-above, org-show-following-heading):
1906 List values allowed for fine-tuned configuration.
1907 (org-show-hierarchy-above): New argument CONTEXT, use the
1908 fine-tuned settings in `org-show-hierarchy-above' and
1909 `org-show-following-heading'.
1910 (org-display-custom-time): New function.
1911 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
1912 (org-display-custom-times, org-time-stamp-custom-formats):
1913 (org-maybe-intangible): New macro.
1914 (org-activate-bracket-links, org-hide-wide-columns):
1915 Use `org-maybe-intangible'.
1916 (org-open-file): Use `shell-quote-argument'.
1917 (org-display-internal-link-with-indirect-buffer): New option.
1918 (org-file-remote-p): Get regexp from list.
1919 (org-link-expand-abbrev): New function.
1920 (org-link-abbrev-alist): New option.
1921 (org-open-at-point, org-cleaned-string-for-export):
1922 Call `org-link-expand-abbrev'.
1923 (org-timeline, org-agenda-list, org-todo-list)
1924 (org-tags-view): Remove the KEEP-MODES argument.
1925 (org-finalize-agenda-hook): New hook.
1926 (org-get-alist-option): New function.
1927 (org-follow-timestamp-link): New function.
1928 (org-open-at-point): Call `org-follow-timestamp-link'.
1929 (org-log-note-marker, org-log-note-purpose)
1930 (org-log-note-window-configuration): New variables.
1931 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
1932 (org-log-note-headings): New option.
1933 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1934 (org-store-link): Support for dired-mode.
1935 (org-open-file): Substitute environment variables into filename.
1936 (org-last): New defsubst.
1937 (org-agenda-re-align-tags): New function.
1938 (org-agenda-align-tags-to-column): New option.
1939 (org-agenda-timeline): Group removed.
1940 (org-prepare-agenda, org-prepare-agenda-buffers)
1941 (org-run-agenda-series, org-timeline, org-agenda-list)
1942 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1943 the text property inticating the agenda type.
1944 (org-agenda-post-command-hook): Get agenda type from text property
1945 at point.
1946 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
1947 and obey `org-agenda-overriding-arguments'.
1948 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
1949 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1950 (org-agenda-week-view, org-agenda-day-view):
1951 Use `org-agenda-overriding-arguments' to make updating work with
1952 multi-block agendas.
1953 (org-agenda-prefix-format): Allow different formats for the
1954 different agenda entry types.
1955 (org-timeline-prefix-format): Option removed, use
1956 `org-agenda-prefix-format' instead.
1957 (org-prepare-agenda): New function.
1958 (org-select-timeline-window): Option removed, use
1959 `org-select-agenda-window' instead.
1960 (org-respect-restriction): Variable removed.
1961 (org-cmp-tag): New function.
1962 (org-agenda-sorting-strategy, org-entries-lessp):
1963 Implement sorting by last tag.
1964 (org-complete): Better completion in in-buffer option lines.
1965 (org-in-item-p): New function.
1966 (org-org-menu): Add entries for checkboxes.
1967 (org-cycle): Extra brouping in outline-regexp, because it is used
1968 in a search with "^" prepended.
1969 (org-provide-checkbox-statistics): New option.
1970 (org-set-font-lock-defaults): Highlight checkbox statistics.
1971 (org-update-checkbox-count-maybe)
1972 (org-get-checkbox-statistics-face): New functions.
1973 (org-update-checkbox-count): New command.
1974 (org-insert-item, org-toggle-checkbox):
1975 Call `org-update-checkbox-count-maybe'.
1976 (org-export-as-html): XEmacs compatibility for coding system.
1977 (org-force-cycle-archived): New command.
1978 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1979 overrules cycling.
1980 (org-fix-position-after-promote): If the line contains only a todo
1981 keyword, add a final space.
1982 (org-promote-subtree, org-demote-subtree):
1983 Call `org-fix-position-after-promote'.
1984
1985 2006-11-10 Glenn Morris <rgm@gnu.org>
1986
1987 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
1988 date in every year.
1989 (calendar-dst-check-each-year-flag): New customizable variable.
1990 (calendar-dst-find-data): New function, extracted from
1991 calendar-current-time-zone.
1992 (calendar-current-time-zone): Use calendar-dst-find-data.
1993 (calendar-dst-transition-cache): New variable.
1994 (calendar-dst-find-startend, calendar-dst-starts)
1995 (calendar-dst-ends): New functions.
1996 (calendar-daylight-savings-starts)
1997 (calendar-daylight-savings-ends): Change value to use
1998 calendar-dst-starts, calendar-dst-ends; respectively.
1999
2000 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
2001
2002 * ido.el (ido-enable-prefix)
2003 * ses.el (ses-call-printer-return)
2004 * net/tramp.el (tramp-unified-filenames)
2005 * progmodes/cc-align.el (c-lineup-string-cont)
2006 * progmodes/compile.el (compilation-directory-matcher)
2007 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
2008 * progmodes/gdb-ui.el (gdb-many-windows)
2009 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
2010 (vhdl-clock-rising-edge)
2011 * textmodes/org.el (org-export-with-timestamps)
2012 (org-export-remove-timestamps-from-toc, org-export-with-tags)
2013 (org-read-date): Doc fix (Nil -> nil).
2014
2015 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2016
2017 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
2018 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
2019
2020 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * bs.el (bs--window-for-buffer): Remove.
2023 (bs--show-with-configuration): Use `get-window-with-predicate'
2024 instead of `bs--window-for-buffer'.
2025
2026 2006-11-10 Kenichi Handa <handa@m17n.org>
2027
2028 * files.el (revert-buffer): Fix previous change.
2029
2030 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
2031
2032 * bs.el (bs--redisplay): Fix typo in docstring.
2033 (bs--window-config-coming-from): Make frame-local.
2034 (bs--restore-window-config): New function.
2035 (bs-kill, bs-select, bs-select-other-window)
2036 (bs-select-other-frame): Use it.
2037 (bs--window-for-buffer): Return as soon as a matching buffer is found.
2038 (bs--show-with-configuration): Save the window configuration as a
2039 frame local var, and only if *buffer-selection* is not already
2040 visible on this frame.
2041
2042 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
2043
2044 * vc-svn.el (vc-svn-admin-directory): New var.
2045 (vc-svn-registered, vc-svn-responsible-p)
2046 (vc-svn-repository-hostname): Use it.
2047 Suggested by arit93@yahoo.com.
2048
2049 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2050
2051 * ldefs-boot.el: Regenerate.
2052
2053 2006-11-08 Alan Mackenzie <acm@muc.de>
2054
2055 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
2056 case (eq open-paren-in-column-0-is-defun-start nil) by searching
2057 for least nested open-paren.
2058
2059 2006-11-08 Romain Francoise <romain@orebokech.com>
2060
2061 * subr.el (remove-overlays): Fix typo in last change.
2062
2063 2006-11-08 Richard Stallman <rms@gnu.org>
2064
2065 * subr.el (remove-overlays): Call overlay-recenter.
2066
2067 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2068
2069 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2070 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
2071 behaviour.
2072 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
2073 directly.
2074
2075 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2076
2077 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
2078 (ido-max-dir-file-cache, ido-decorations)
2079 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
2080 (ido-magic-backward-char, ido-enter-dired)
2081 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
2082 (ido-list-directory, ido-first-match, ido-only-match)
2083 (ido-subdir, ido-indicator): Fix typos in docstrings.
2084 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
2085 (ido-read-internal): Fix typo in error message.
2086
2087 2006-11-08 Kenichi Handa <handa@m17n.org>
2088
2089 * international/mule-cmds.el (set-default-coding-systems):
2090 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
2091
2092 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * makefile.w32-in (setwins): Remove.
2095 (WINS_ALMOST): New macro.
2096 (WINS): Use it.
2097 (autoloads): Don't extract autoloads from files in obsolete/.
2098
2099 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * whitespace.el (whitespace-buffer): Call remove-overlays after
2102 overlay-recenter for performance. Suggested by Martin Rudalics.
2103
2104 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
2105
2106 * net/tramp.el (tramp-default-method): scp is the default method.
2107
2108 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
2109
2110 * server.el (server-start): Save also the Emacs pid in the server file.
2111
2112 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
2113
2114 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
2115 point when displaying a bibtex cross reference in the echo area.
2116
2117 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2118
2119 * international/mule.el (make-char): Fix typo in docstring.
2120 (load-with-code-conversion, charsetp): Doc fixes.
2121
2122 * international/ja-dic-cnv.el (skkdic-convert):
2123 * cus-edit.el (hook): Fix typo in docstring.
2124
2125 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
2126
2127 * cus-edit.el (custom-mode-map): Move defvar above code using it.
2128 (custom-mode-link-map): New variable.
2129 (custom-group-link, custom-manual): Use follow-link.
2130
2131 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2132
2133 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
2134 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
2135
2136 2006-11-06 Richard Stallman <rms@gnu.org>
2137
2138 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2139 New function broken out of flyspell-correct-word.
2140 (flyspell-mode-map): Bind it to M-RET.
2141 (flyspell-correct-word): Call it.
2142
2143 * textmodes/fill.el (fill-minibuffer-function): New function.
2144 (fill-paragraph): Bind fill-paragraph-function to
2145 fill-minibuffer-function.
2146
2147 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
2148 so that they aren't undefined.
2149
2150 * dired.el (dired-readin): Locally bind file-name-coding-system.
2151
2152 * bindings.el: Shorten and clarify usual mode line mouse help string.
2153
2154 * Makefile.in (autoloads): Don't include `obsolete'.
2155
2156 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2159 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
2160 Printing menu if it's not initialized.
2161 (pr-menu-bind): Act on menu-bar-file-menu directly.
2162
2163 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2164
2165 * help.el (view-emacs-news): Fix typo in error message.
2166
2167 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
2168
2169 * shadowfile.el (shadow-define-regexp-group)
2170 (shadow-literal-groups, shadow-insert-var): Doc fixes.
2171 (shadow-read-files): Fix typo in message.
2172 (shadow-inhibit-overload, shadow-find, shadow-suffix)
2173 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
2174 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
2175 (shadow-file-match): Fix typos in docstrings.
2176
2177 * terminal.el (terminal-emulator): Fix typo in message.
2178
2179 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
2180
2181 * emacs-lisp/lselect.el (x-kill-primary-selection)
2182 (x-delete-primary-selection, x-copy-primary-selection):
2183 Fix typos in error messages.
2184
2185 * emulation/edt-mapper.el: Fix typo in interactive message.
2186
2187 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
2188
2189 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
2190 (ispell-help): Fix typos in docstrings.
2191 (ispell-help): Fix typo in output message.
2192
2193 * allout.el (allout-adjust-file-variable)
2194 (allout-passphrase-verifier-string)
2195 (allout-passphrase-hint-string)
2196 (allout-toggle-current-subtree-encryption):
2197 * apropos.el (apropos-synonyms):
2198 * cus-edit.el (hook):
2199 * emacs-lock.el (emacs-lock-from-exiting):
2200 * follow.el (follow-avoid-tail-recenter-p):
2201 * hexl.el (hexl-mode):
2202 * mouse-copy.el (mouse-copy-work-around-drag-bug):
2203 * mouse.el (mouse-set-font):
2204 * resume.el (resume-emacs-args-file):
2205 * rfn-eshadow.el (file-name-shadow-tty-properties):
2206 * t-mouse.el (t-mouse-process, t-mouse-mode):
2207 * emacs-lisp/cust-print.el (custom-print-install)
2208 (custom-print-uninstall, custom-format):
2209 * emacs-lisp/shadow.el (list-load-path-shadows):
2210 * emulation/tpu-edt.el (tpu-help-text)
2211 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
2212 (tpu-reset-control-keys):
2213 * emulation/vip.el (vip-emacs-local-map)
2214 (vip-change-mode-to-emacs):
2215 * emulation/viper.el (viper-mode, viper-set-hooks)
2216 (viper-major-mode-modifier-list):
2217 * emulation/viper-init.el (viper-emacs-state-cursor-color):
2218 * emulation/viper-keym.el (viper-emacs-kbd-map)
2219 (viper-toggle-key):
2220 * mail/feedmail.el (feedmail-queue-reminder)
2221 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
2222 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
2223 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
2224 (feedmail-sender-line, feedmail-force-binary-write)
2225 (feedmail-from-line, feedmail-deduce-envelope-from)
2226 (feedmail-x-mailer-line, feedmail-message-id-generator)
2227 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
2228 (feedmail-enable-spray, feedmail-spray-this-address)
2229 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
2230 (feedmail-queue-runner-confirm-global)
2231 (feedmail-ask-before-queue-prompt)
2232 (feedmail-ask-before-queue-reprompt)
2233 (feedmail-prompt-before-queue-standard-alist)
2234 (feedmail-prompt-before-queue-user-alist)
2235 (feedmail-prompt-before-queue-help-supplement)
2236 (feedmail-queue-use-send-time-for-message-id)
2237 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
2238 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
2239 (feedmail-mail-send-hook-queued)
2240 (feedmail-confirm-addresses-hook-example)
2241 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
2242 (feedmail-queue-runner-mode-setter)
2243 (feedmail-queue-alternative-mail-header-separator)
2244 (feedmail-queue-runner-message-sender)
2245 (feedmail-buffer-eating-function, feedmail-binmail-template)
2246 (feedmail-run-the-queue-no-prompts)
2247 (feedmail-run-the-queue-global-prompt)
2248 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
2249 (feedmail-envelope-deducer, feedmail-fiddle-date)
2250 (feedmail-default-message-id-generator)
2251 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
2252 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
2253 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
2254 (vms-pmail-setup):
2255 * play/dunnet.el (dun-help):
2256 * play/handwrite.el (handwrite):
2257 * play/hanoi.el (hanoi-unix-64):
2258 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2259 * textmodes/enriched.el (fixed):
2260 * textmodes/org.el (org-file-apps)
2261 (org-emphasis-regexp-components, org-emphasis-alist):
2262 * textmodes/texinfmt.el (batch-texinfo-format):
2263 Fix typos in docstrings.
2264
2265 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
2266
2267 * loadhist.el (read-feature): Don't complete features not loaded
2268 from a file (which make `unload-feature' to fail).
2269
2270 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2271
2272 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
2273
2274 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * startup.el (command-line-1): Kill emacs if the last frame is
2277 deleted while evaluating the command-line arguments.
2278
2279 2006-11-05 Richard Stallman <rms@gnu.org>
2280
2281 * startup.el (init-file-had-error): Add doc string.
2282 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
2283 Use fixed-width font for keyboard key descriptions.
2284
2285 * cus-edit.el (custom-save-all): Error if saving in .emacs
2286 and it had an error when loaded.
2287
2288 * dired-aux.el (dired-copy-file-recursive): Catch errors
2289 from recursive copies in the loop, around the recursive call.
2290
2291 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2292
2293 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
2294 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
2295 `/proc/acpi/thermal_zone/*'.
2296 (battery-search-for-one-match-in-files): New. Search a regexp in
2297 the content of some files.
2298
2299 2006-11-05 Martin Rudalics <rudalics@gmx.at>
2300
2301 * window.el (mouse-autoselect-window-now): Remove variable.
2302 (mouse-autoselect-window-state): New variable.
2303 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
2304 (mouse-autoselect-window-select, handle-select-window):
2305 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
2306 Suspend delayed autoselection during menu or popup dialog.
2307
2308 * info-look.el (info-lookup-guess-custom-symbol): New function
2309 for retrieving symbol at point in custom buffers.
2310 (top level) <info-lookup-maybe-add-help>: Add backquote and
2311 comma to ignored characters in regexps of help specifications
2312 for emacs-lisp-mode and lisp-interaction-mode. This permits
2313 looking up symbols in `...' and after a comma. Add help
2314 specifications for custom-mode and help-mode.
2315
2316 2006-11-04 Eli Zaretskii <eliz@gnu.org>
2317
2318 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
2319 Don't encode body if RAW is non-nil, or if the old encoding is
2320 identical to the new encoding, or if the body contains only
2321 eight-bit-* characters.
2322
2323 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2324
2325 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
2326 (faces-sample-overlay): Remove variable.
2327 (describe-face): Insert sample text in the face being described.
2328
2329 2006-11-04 Martin Rudalics <rudalics@gmx.at>
2330
2331 * whitespace.el (whitespace-indent-regexp): Make this match any
2332 multiples of eight spaces near the beginning of a line.
2333 (whitespace-buffer): Use `remove-overlays' instead of
2334 `whitespace-unhighlight-the-space' and `overlay-recenter' to
2335 speed up overlay handling.
2336 (whitespace-buffer-leading, whitespace-buffer-trailing):
2337 Make these functions highlight the text removed by
2338 `whitespace-buffer-leading-cleanup' and
2339 `whitespace-buffer-trailing-cleanup' respectively.
2340 (whitespace-buffer-search): Use `with-local-quit'.
2341 Move `format' out of loop to speed up scanning larger buffers.
2342 (whitespace-unhighlight-the-space): Remove `remove-hook' since
2343 that function is never added to a hook.
2344 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
2345 (whitespace-buffer-leading-cleanup)
2346 (whitespace-refresh-rescan-list): Fix docstrings.
2347
2348 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
2349
2350 * allout.el (allout-during-yank-processing): Cue for inhibiting
2351 aberrance processing during yanks.
2352 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
2353 the amount of yanked topics that can be aberrant.
2354 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
2355 a function, and supplement with inihibition of doublechecking
2356 during yanks.
2357 (allout-beginning-of-line, allout-next-heading)
2358 (allout-previous-heading, allout-goto-prefix-doublechecked)
2359 (allout-back-to-current-heading, allout-next-visible-heading)
2360 (allout-next-sibling): Use new allout-do-doublecheck function.
2361 (allout-next-sibling): Ensure we made progress when returning
2362 other than nil.
2363 (allout-rebullet-heading): Preserve text property annotations
2364 indicating the text was hidden, if it was.
2365 (allout-kill-line): Remove any added was-hidden annotations.
2366 (allout-kill-topic): Remove any added was-hidden annotations.
2367 (allout-annotate-hidden): Inhibit adding was-hidden text
2368 properties to the undo list.
2369 (allout-deannotate-hidden): New function to remove was-hidden
2370 annotation.
2371 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
2372 (allout-remove-exposure-annotation): Replace by
2373 allout-deannotate-hidden.
2374 (allout-yank-processing): Signal that yank processing is happening
2375 with allout-during-yank-processing. Also, wrap
2376 allout-unprotected's closer to the text changes, for easier
2377 debugging. We need to inhibit-field-text-motion explicitly, in
2378 lieu of the encompassing allout-unprotected.
2379 (outlineify-sticky): Adjust criteria for triggering new outline
2380 decorations to presence or absence of any topics, not just a topic
2381 at the beginning of the buffer.
2382
2383 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
2384
2385 * bs.el (bs--show-all, bs--redisplay):
2386 * cus-edit.el (custom-unlispify-menu-entries)
2387 (custom-unlispify-tag-names, custom-prompt-variable):
2388 * expand.el (expand-pos):
2389 * speedbar.el (speedbar-generic-list-tag-p):
2390 * wid-edit.el (widget-image-enable):
2391 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
2392 * emacs-lisp/find-func.el (find-function-noselect)
2393 (find-function, find-variable-noselect, find-variable)
2394 (find-definition-noselect, find-face-definition):
2395 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
2396 * net/eudc-vars.el (eudc-expansion-overwrites-query):
2397 * progmodes/ada-xref.el (ada-find-in-ali):
2398 * textmodes/flyspell.el (flyspell-check-tex-math-command):
2399 * textmodes/org.el (org-copy-subtree):
2400 * textmodes/table.el (table--row-column-insertion-point-p):
2401 Use "non-nil" in docstrings.
2402
2403 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
2404
2405 * sort.el (sort-columns): Set the field separator to tab; on
2406 NetBSD, sort complains if "\n" is used as field separator.
2407
2408 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
2409
2410 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
2411
2412 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * server.el (server-auth-key): Remove. Replace by a process-property.
2415 (server-start): Don't remove the file of the previous process, but
2416 instead clear out the place for the new file.
2417 (server-start): Set the :auth-key property.
2418 (server-process-filter): Use the :auth-key property.
2419
2420 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
2421
2422 * textmodes/org.el (org-mode-map): No longer copy
2423 `outline-mode-map' explicitly - this is already done by
2424 `define-derived-mode'.
2425
2426 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
2427
2428 * server.el (server-visit-files): Use `when'.
2429 (server-process-filter): When authentication fails, send error
2430 message to client. Wrap `process-send-region' in `ignore-errors'
2431 instead of `condition-case', and remove misleading comment.
2432
2433 2006-11-01 Juri Linkov <juri@jurta.org>
2434
2435 * simple.el (yank): Doc fix.
2436
2437 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * server.el: Try and fit within 80 columns.
2440 (server-start): Make the auth file unreadable by other users.
2441
2442 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2443
2444 * battery.el (battery-linux-proc-acpi): Prevent range error when
2445 `full-capacity' is 0.
2446
2447 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2448
2449 * faces.el (faces-sample-overlay): New defvar.
2450 (faces-sample-overlay): New function to show face sample text.
2451 (describe-face): Use it.
2452
2453 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
2454
2455 * progmodes/ada-stmt.el: Change maintainer, apply
2456 whitespace-cleanup, checkdoc.
2457 (ada-func-or-proc-name): Add doc string.
2458
2459 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
2460 whitespace-cleanup, checkdoc. Minor improvements to many doc
2461 strings and comments.
2462 (ada-prj-display-page): Change buffer name to more accurately
2463 reflect function.
2464
2465 * progmodes/ada-xref.el: Change maintainer, apply
2466 whitespace-cleanup, checkdoc. Minor improvements to many doc
2467 strings and comments. Don't look for `gvd' or `ddd' debuggers.
2468 (ada-compile-current): Don't add newlines to commands.
2469
2470 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
2471
2472 * server.el: Add support for TCP sockets.
2473 (server-use-tcp, server-host, server-auth-dir): New options.
2474 (server-auth-key): New variable.
2475 (server-ensure-safe-dir): Create nonexistent parent dirs.
2476 Ignore Unix-style file modes on Windows.
2477 (server-start): Crete a TCP or Unix socket according to the value
2478 of `server-use-tcp'. For TCP sockets, create the id/auth file in
2479 `server-auth-dir' directory.
2480 (server-process-filter): Delete process if authentication
2481 fails (which never happens for Unix sockets).
2482
2483 2006-10-30 David Kastrup <dak@gnu.org>
2484
2485 * subr.el (add-to-list): Don't continue checking if a match has
2486 been found.
2487
2488 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * tutorial.el: Move defvars to avoid bytecomp warnings.
2491 (tutorial--find-changed-keys): Check if viper-current-state is
2492 bound before using it.
2493 (help-with-tutorial): Check if viper-tutorial is defined before
2494 using it.
2495
2496 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
2497
2498 * help-fns.el (help-with-tutorial): Move to tutorial.el.
2499
2500 * tutorial.el: New file.
2501 (help-with-tutorial): Move here from help-fns.el. Added help for
2502 rebound keys. Fixed resume of tutorial.
2503 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
2504 (tutorial--find-changed-keys, tutorial--display-changes)
2505 (tutorial--saved-dir, tutorial--saved-file)
2506 (tutorial--save-tutorial): New functions to support the changes in
2507 help-with-tutorial.
2508
2509 2006-10-30 Kenichi Handa <handa@m17n.org>
2510
2511 * files.el (revert-buffer): If a unibyte buffer is being reverted
2512 with a coding system for multibyte, set buffer multibyte before
2513 calling insert-file-contents.
2514
2515 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2516
2517 * server.el (server-select-display): Use a dummy buffer to detect when
2518 the frame is later used.
2519 (server-select-display): New function.
2520 (server-process-filter): Use it to detect unused temp frames.
2521
2522 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
2523
2524 * progmodes/ada-mode.el: Change maintainer, apply
2525 whitespace-clean, checkdoc. Minor improvements to many doc strings.
2526 (ada-mode-version): New function.
2527 (ada-create-menu): Menu operations are available for all supported
2528 compilers.
2529
2530 2006-10-29 Lars Hansen <larsh@soem.dk>
2531
2532 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
2533 Highlight as keyword.
2534 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
2535 Don't call tramp-method-out-of-band-p for local files.
2536 (tramp-touch): Quote file name.
2537
2538 2006-10-28 Glenn Morris <rgm@gnu.org>
2539
2540 * calendar/calendar.el (cal-html-cursor-month)
2541 (cal-html-cursor-year): Add autoloads for this new package.
2542 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
2543
2544 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
2545
2546 * calendar/cal-html.el: New file.
2547
2548 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * emacs-lisp/authors.el (authors-aliases): Update.
2551
2552 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
2553
2554 * version.el (emacs-version): Bump version number to 22.0.90.
2555
2556 2006-10-26 John W. Eaton <jwe@octave.org>
2557
2558 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
2559 New defvar.
2560 (inferior-octave-resync-dirs): Check to see whether Octave has
2561 built-in variables and set inferior-octave-has-built-in-variables.
2562 Check inferior-octave-has-built-in-variables to decide whether to
2563 send commands that set built-in variables or call functions to
2564 change Octave's behavior.
2565 Send "disp (pwd ())" to Octave instead of just "pwd".
2566 (inferior-octave-startup): Send "more off" to Octave instead of
2567 "page_screen_output = 0".
2568
2569 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
2570
2571 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
2572 pattern normally.
2573
2574 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
2575
2576 * bindings.el (mode-line-mode-menu): Remove bindings for global
2577 minor modes (line/column number) as they are on the menubar.
2578
2579 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
2580
2581 * term/w32-win.el (x-handle-name-switch): Doc fix.
2582 (w32-standard-fontset-spec): Fix typo in docstring.
2583
2584 * midnight.el (midnight-buffer-display-time): Doc fix.
2585 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
2586
2587 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
2588
2589 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
2590
2591 * viper-ex.el (ex-read): Quote file argument.
2592
2593 * ediff-diff.el (ediff-same-file-contents): Expand file names.
2594
2595 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
2596
2597 2006-10-22 Martin Rudalics <rudalics@gmx.at>
2598
2599 * textmodes/flyspell.el (flyspell-check-region-doublons):
2600 Fix last fix.
2601
2602 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
2603
2604 * bindings.el (mode-line-mode-menu): List global minor modes
2605 before local ones.
2606
2607 2006-10-23 Kim F. Storm <storm@cua.dk>
2608
2609 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
2610 (sit-for): If last command was a prefix arg, add the read-ahead
2611 event to unread-command-events as (t . EVENT) so it will be added
2612 to this-command-keys by read-key-sequence.
2613
2614 2006-10-22 Martin Rudalics <rudalics@gmx.at>
2615
2616 * textmodes/flyspell.el (flyspell-word): Skip past all previous
2617 whitespace when checking doublons.
2618 (flyspell-check-region-doublons): Fix doublon regexp.
2619 (flyspell-highlight-incorrect-region): Highlight doublons using
2620 flyspell-duplicate face.
2621
2622 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
2623
2624 2006-10-22 John Wiegley <johnw@newartisans.com>
2625
2626 * progmodes/python.el (python-use-skeletons): python-mode was
2627 auto-inserting templates (for those with abbrev-mode on), not only
2628 by default -- *but without a configuration variable to disable
2629 it*. This rendered python-mode completely useless for me, so I
2630 have added `python-use-skeletons', which is now off by default.
2631
2632 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * progmodes/cperl-mode.el (cperl-mode): Don't assume
2635 font-lock-multiline is auto-local (it's not).
2636 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
2637 initialized before calling cperl-init-faces.
2638
2639 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
2640
2641 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
2642 gdb-stack-position a value when there is no fringe.
2643
2644 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
2645 indicator if not visiting a file.
2646
2647 2006-10-20 David Kastrup <dak@gnu.org>
2648
2649 * window.el (kill-buffer-and-window): Fix a bug where an aborted
2650 operation would still cause some window to collapse later.
2651
2652 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * vc.el (vc-switch-backend): Try to be more careful with unwanted
2655 side-effect due to mixing various backends's file properties.
2656
2657 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
2658 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
2659 Return `filename's status if applicable. Update callers.
2660
2661 2006-10-19 Kenichi Handa <handa@m17n.org>
2662
2663 * international/kkc.el (kkc-region): When a key sequence is not
2664 defined, append (this-single-command-raw-keys) to
2665 unread-input-method-events.
2666
2667 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
2668
2669 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
2670
2671 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2672
2673 * version.el (emacs-version): Use mac-carbon-version-string.
2674
2675 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
2676
2677 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2678
2679 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
2680 Kenichi Handa).
2681 (xselect-convert-to-string): Decline requests for UTF8_STRING if
2682 the selection is not UTF-8.
2683
2684 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * progmodes/ada-mode.el (ada-83-string-keywords)
2687 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
2688 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
2689 (ada-looking-at-semi-private, ada-get-body-name):
2690 Fix typos in docstrings.
2691 (ada-create-case-exception, ada-create-case-exception-substring):
2692 Fix typos in error messages.
2693 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
2694
2695 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2696
2697 * term/x-win.el (res-geometry): Don't set geometry from Xresources
2698 to default-frame-alist if default-frame-alist already contains
2699 width/height.
2700
2701 2006-10-18 Richard Stallman <rms@gnu.org>
2702
2703 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
2704 Non-interactive arg is the value, not the expression.
2705
2706 * simple.el (read-expression-map): Just set it, no defvar.
2707
2708 * subr.el (insert-for-yank-1): If last inserted char has
2709 properties, mark them as rear-nonsticky.
2710
2711 * recentf.el (recentf-mode): Doc fix.
2712
2713 * facemenu.el (facemenu-add-new-face): Defend against symbol
2714 that isn't a face name.
2715
2716 * dired-aux.el (dired-do-copy): Doc fix.
2717
2718 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
2719
2720 * simple.el (line-move-1): Ignore fields when moving to the
2721 beginning of line to avoid getting point stuck.
2722
2723 2006-10-18 Martin Rudalics <rudalics@gmx.at>
2724
2725 * textmodes/flyspell.el (flyspell-word-search-backward):
2726 Set inhibit-point-motion-hooks to avoid looping due to intangibile
2727 text.
2728
2729 2006-10-16 Richard Stallman <rms@gnu.org>
2730
2731 * help-fns.el (describe-function-1): Special case optimization
2732 for self-insert-command.
2733
2734 2006-10-16 Kim F. Storm <storm@cua.dk>
2735
2736 * ido.el (ido-reread-directory): Work in `dir' mode too.
2737
2738 2006-10-15 Martin Rudalics <rudalics@gmx.at>
2739
2740 * textmodes/table.el: Require 'regexp-opt.
2741
2742 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
2743
2744 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
2745 Use shell-quote-argument.
2746
2747 * shell.el (explicit-bash-args): Likewise.
2748
2749 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
2750 Use grep -E rather than egrep.
2751
2752 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2753
2754 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
2755
2756 2006-10-15 Kim F. Storm <storm@cua.dk>
2757
2758 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
2759
2760 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2761
2762 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
2763 to protect whitespace and metacharacters from the shell.
2764
2765 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2766
2767 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
2768
2769 2006-10-13 Eli Zaretskii <eliz@gnu.org>
2770
2771 * subr.el (start-process-shell-command): Doc fix.
2772
2773 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
2774
2775 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
2776 the regexp for Maxima symbols.
2777
2778 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
2781 (vc-find-root): Don't walk higher up than ~.
2782
2783 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * international/utf-8.el (utf-translate-cjk-load-tables):
2786 Avoid clobbering last-coding-system-used during load.
2787
2788 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
2789
2790 * textmodes/reftex-global.el (reftex-create-tags-file):
2791 Quote file arguments.
2792
2793 2006-10-12 Richard Stallman <rms@gnu.org>
2794
2795 * files.el (file-name-history): Add defvar.
2796 (save-some-buffers-action-alist): Improve description strings.
2797
2798 2006-10-12 Andreas Schwab <schwab@suse.de>
2799
2800 * files.el (auto-mode-alist): Match change log file name also with
2801 a dash before a numeric extension.
2802
2803 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
2804
2805 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
2806 After 5.0:
2807 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
2808
2809 After 5.1: Major edit. Summary of most visible changes:
2810
2811 - Multiple <<HERE per line allowed.
2812 - Handles multiline subroutine declaration headers (with comments).
2813 (The exception is `cperl-etags' - but it is not used in the rest
2814 of the mode.)
2815 - Fontifies multiline my/our declarations (even with comments,
2816 and with legacy `font-lock').
2817 - Major speedup of syntaxification, both immediate and postponed
2818 (3.5x to 15x [for different CPUs and versions of Emacs] on the
2819 huge real-life document I tested).
2820 - New bindings, edits to imenu.
2821 - "_" is made into word-char during fontification/syntaxification;
2822 some attempts to recognize non-word "_" during other operations too.
2823 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
2824 - autoload some more perldoc-related stuff
2825 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
2826 - Attempt to incorporate XEmacs edits which reached me.
2827
2828 Fine-grained changelog:
2829 (cperl-hook-after-change): New configuration variable.
2830 (cperl-vc-sccs-header): Likewise.
2831 (cperl-vc-sccs-header): Likewise.
2832 (cperl-vc-header-alist): Default via two preceding variables.
2833 (cperl-invalid-face): Remove double quoting under XEmacs
2834 (still needed under 21.2).
2835 (cperl-tips): Update URLs for resources.
2836 (cperl-problems): Likewise.
2837 (cperl-praise): Mention new features.
2838 New C-c key bindings: for `cperl-find-bad-style',
2839 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
2840 `cperl-perdoc', and `cperl-perldoc-at-point'.
2841 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
2842 moved, new submenu of Tools with Ispell entries and narrowing.
2843 (cperl-after-sub-regexp): New defsubst.
2844 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
2845 Allows heads up to head4.
2846 Allow "package;".
2847 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
2848 (paren-backwards-message): ??? Something for XEmacs???
2849 (cperl-mode): Never auto-switch abbrev-mode off.
2850 Try to allow '_' be non-word char.
2851 Do not use `font-lock-unfontify-region-function' on XEmacs.
2852 Reset syntax cache on mode start.
2853 Support multiline facification (even on legacy `font-lock').
2854 (cperl-facemenu-add-face-function): ??? Some contributed code ???
2855 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
2856 refuse to inform us whether the fontification is due to lazy
2857 calling or due to edit to a buffer, install our own hook
2858 (controlled by `cperl-hook-after-change').
2859 (cperl-electric-pod): =cut may have been recognized as start.
2860 (cperl-block-p): Move, updatedfor attributes.
2861 (cperl-calculate-indent): Try to allow '_' be non-word char
2862 Support subs with attributes.
2863 (cperl-where-am-i): Queit (?) a warning.
2864 (cperl-cached-syntax-table) New function.
2865 (cperl-forward-re): Use `cperl-cached-syntax-table'.
2866 (cperl-unwind-to-safe): Recognize `syntax-type' property
2867 changing in a middle of line.
2868 (cperl-find-sub-attrs): New function.
2869 (cperl-find-pods-heres): Allow many <<EOP per line.
2870 Allow subs with attributes.
2871 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
2872 Recognize "extproc " (OS/2) case-folded and only at start.
2873 /x on s///x with empty replacement was not recognized.
2874 Better comments.
2875 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
2876 Allow subs with attributes, labels.
2877 Do not confuse "else::foo" with "else".
2878 Minor optimizations...
2879 (cperl-after-expr-p): Try to allow '_' be non-word char.
2880 (cperl-fill-paragraph): Try to detect a major bug in Emacs
2881 with `looking-at' inside `narrow' and bulk out if found.
2882 (cperl-imenu--create-perl-index): Updates for new
2883 `cperl-imenu--function-name-regexp-perl'.
2884 (cperl-outline-level): Likewise.
2885 (cperl-init-faces): Allow multiline subroutine headers
2886 and my/our declarations, and ones with comments.
2887 Allow subroutine attributes.
2888 (cperl-imenu-on-info): Better docstring.
2889 (cperl-etags): Rudimentary support for attributes.
2890 Support for packages and "package;".
2891 (cperl-add-tags-recurse-noxs): Better (?) docstring.
2892 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
2893 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
2894 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
2895 (cperl-perldoc): Add autoload.
2896 (cperl-perldoc-at-point): Likewise.
2897 (cperl-here-doc-spell): New function.
2898 (cperl-pod-spell): Likewise.
2899 (cperl-map-pods-heres): Likewise.
2900 (cperl-get-here-doc-region): Likewise.
2901 (cperl-font-lock-fontify-region-function): Likewise (backward
2902 compatibility for legacy `font-lock').
2903 (cperl-font-lock-unfontify-region-function): Fix style.
2904 (cperl-fontify-syntaxically): Recognize and optimize away deferred
2905 calls with no-change. Governed by `cperl-hook-after-change'.
2906 (cperl-fontify-update): Recognize that syntaxification region
2907 can be larger than fontification one.
2908 XXXX we leave `cperl-postpone' property, so this is quadratic...
2909 (cperl-fontify-update-bad): Temporary placeholder until
2910 it is clear how to implement `cperl-fontify-update'.
2911 (cperl-time-fontification): New function.
2912 (attrib-group): New text attribute.
2913 (multiline): New value: `syntax-type' text attribute.
2914
2915 After 5.2:
2916 (cperl-emulate-lazy-lock): New function.
2917 (cperl-fontify-syntaxically): Would skip large regions.
2918 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
2919 Some globals were declared, but uninitialized.
2920
2921 After 5.3, 5.4:
2922 (cperl-facemenu-add-face-function): Add docs, fix U<>.
2923 Copyright message updated.
2924 (cperl-init-faces): Work around a bug in `font-lock'. May slow
2925 facification down a bit.
2926 Misprint for my|our|local for old `font-lock'
2927 "our" was not fontified same as "my|local".
2928 Highlight variables after "my" etc even in
2929 a middle of an expression.
2930 Do not facify multiple variables after my etc
2931 unless parentheses are present.
2932
2933 After 5.5, 5.6
2934 (cperl-fontify-syntaxically): after-change hook could reset.
2935 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
2936
2937 After 5.7:
2938 (cperl-init-faces): Allow highlighting of local ($/).
2939 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
2940 (cperl-problems): Remove fixed problems.
2941 (cperl-find-pods-heres): Recognize #-comments in m##x too.
2942 Recognize charclasses (unless delimiter is \).
2943 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
2944 (cperl-regexp-scan): Update docs.
2945 (cperl-beautify-regexp-piece): Use information got from regexp scan.
2946
2947 After 5.8:
2948 Major user visible changes:
2949 Recognition and fontification of character classes in RExen.
2950 Variable indentation of RExen according to groups.
2951
2952 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
2953 Fontify REx charclasses in variable-name face.
2954 Fontify POSIX charclasses in "type" face.
2955 Fontify unmatched "]" in function-name face.
2956 Mark first-char of HERE-doc as `front-sticky'.
2957 Reset `front-sticky' property when needed.
2958 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
2959 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
2960 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
2961 constructs. Support `narrow'ed buffers.
2962 (cperl-praise): Remove a reservation.
2963 (cperl-make-indent): New function.
2964 (cperl-indent-for-comment): Use `cperl-make-indent'.
2965 (cperl-indent-line): Likewise.
2966 (cperl-lineup): Likewise.
2967 (cperl-beautify-regexp-piece): Likewise.
2968 (cperl-contract-level): Likewise.
2969 (cperl-toggle-set-debug-unwind): New function.
2970 New menu entry for this.
2971 (fill-paragraph-function): Use when `boundp'.
2972 (cperl-calculate-indent): Take into account groups when indenting RExen.
2973 (cperl-to-comment-or-eol): Recognize # which end a string.
2974 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
2975 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
2976 (cperl-fontify-syntaxically): More clear debugging message.
2977 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
2978 (cperl-init-faces): More complicated highlight even on XEmacs (new).
2979 Merge cosmetic changes from XEmacs.
2980
2981 After 5.9:
2982 (cperl-1+): Move to before the first use.
2983 (cperl-1-): Likewise.
2984
2985 After 5.10:
2986
2987 This code may lock Emacs hard!!! Use at your own risk!
2988
2989 (cperl-font-locking): New internal variable.
2990 (cperl-beginning-of-property): New function.
2991 (cperl-calculate-indent): Use `cperl-beginning-of-property'
2992 instead of `previous-single-property-change'.
2993 (cperl-unwind-to-safe): Likewise.
2994 (cperl-after-expr-p): Likewise.
2995 (cperl-get-here-doc-region): Likewise.
2996 (cperl-font-lock-fontify-region-function): Likewise.
2997 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
2998 recursively.
2999 Bound `next-single-property-change' via `point-max'.
3000 (cperl-unwind-to-safe): Bound likewise
3001 (cperl-font-lock-fontify-region-function): Likewise.
3002 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
3003 Initialization of `cperl-font-lock-multiline-start' could be
3004 missed if the "main" fontification did not run due to the
3005 keyword being already fontified.
3006 (cperl-pod-spell): Return t from do-one-chunk function.
3007 (cperl-map-pods-heres): Stop when the worker returns nil.
3008 Call `cperl-update-syntaxification'.
3009 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
3010 (cperl-get-here-doc-delim): Remove unused function.
3011
3012 After 5.11:
3013
3014 The possible lockup of Emacs (introduced in 5.10) fixed.
3015
3016 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
3017 (cperl-syntaxify-for-menu): New customization variable.
3018 (cperl-select-this-pod-or-here-doc): New function.
3019 (cperl-get-here-doc-region): Extra argument.
3020 Do not adjust pos by 1.
3021
3022 New menu entries
3023 (Perl/Tools): Selection of current POD or HERE-DOC section.
3024 (Debugging CPerl:) backtrace on fontification.
3025
3026 After 5.12:
3027 (cperl-cached-syntax-table): Use `car-safe'.
3028 (cperl-forward-re): Remove spurious argument SET-ST.
3029 Add documentation.
3030 (cperl-forward-group-in-re): New function.
3031 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
3032 (XXXX Temporary (?) hack is to syntax-mark them as comment).
3033
3034 After 5.13:
3035 (cperl-string-syntax-table): Make { and } not-grouping
3036 (Sometimes they ARE grouping in RExen, but matching them would only
3037 confuse in many situations when they are not)
3038 (beginning-of-buffer): Replace two occurences with goto-char...
3039 (cperl-calculate-indent): `char-after' could be nil...
3040 (cperl-find-pods-heres): REx can start after "[" too.
3041 Hightlight (??{}) in RExen too.
3042 (cperl-maybe-white-and-comment-rex): New constant
3043 (cperl-white-and-comment-rex): Likewise.
3044 XXXX Not very efficient, but hard to make
3045 better while keeping 1 group.
3046
3047 After 5.13:
3048 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
3049 Likewise for 1 << identifier.
3050
3051 After 5.14:
3052 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
3053 Error-less condition-case could fail.
3054 (cperl-font-lock-fontify-region-function): Likewise.
3055 (cperl-init-faces): Likewise.
3056
3057 After 5.15:
3058 (cperl-find-pods-heres): Support property REx-part2.
3059 (cperl-calculate-indent): Likewise.
3060 Don't special-case REx with non-empty 1st line.
3061 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
3062 Invert highlighting of charclasses:
3063 now the envelop is highlighted.
3064 Highlight many others 0-length builtins.
3065 (cperl-praise): Mention indenting and highlight in RExen.
3066
3067 After 5.15:
3068 (cperl-find-pods-heres): Highlight capturing parens in REx.
3069
3070 After 5.16:
3071 (cperl-find-pods-heres): Highlight '|' for alternation
3072 Initialize `font-lock-warning-face' if not present.
3073 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
3074 `font-lock-function-name-face'.
3075 (cperl-look-at-leading-count): Likewise.
3076 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
3077 `font-lock-keyword-face' (needed for
3078 batch processing), etc...
3079 Use `font-lock-builtin-face' for builtin in REx
3080 Now `font-lock-variable-name-face'
3081 is used for interpolated variables
3082 Use "talking aliases" for faces inside REx
3083 Highlight parts of REx (except in charclasses)
3084 according to the syntax and/or semantic
3085 Syntax-mark a {}-part of (?{}) as "comment"
3086 (it was the ()-part)
3087 Better logic to distinguish what is what in REx
3088 (cperl-tips-faces): Document REx highlighting
3089 (cperl-praise): Mention REx syntax highlight etc.
3090
3091 After 5.17:
3092 (cperl-find-sub-attrs): Would not always manage to print error message.
3093 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
3094
3095 After 5.18:
3096 (cperl-find-pods-heres): Misprint in REx for parsing REx.
3097 Very minor optimization.
3098 `my-cperl-REx-modifiers-face' got quoted.
3099 Recognize "print $foo <<END" as HERE-doc.
3100 Put `REx-interpolated' text attribute if needed.
3101 (cperl-invert-if-unless-modifiers): New function.
3102 (cperl-backward-to-start-of-expr): Likewise.
3103 (cperl-forward-to-end-of-expr): Likewise.
3104 (cperl-invert-if-unless): Works in "the opposite way" too.
3105 Cursor position on return is on the switch-word.
3106 Indents comments better.
3107 (REx-interpolated): New text attribute.
3108 (cperl-next-interpolated-REx): New function.
3109 (cperl-next-interpolated-REx-0): Likewise.
3110 (cperl-next-interpolated-REx-1): Likewise.
3111 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
3112 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
3113 (cperl-praise): Mention finded interpolated RExen.
3114
3115 After 5.19:
3116 (cperl-init-faces): Highlight %$foo, @$foo too.
3117 (cperl-short-docs): Better docs for system, exec.
3118 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
3119 Would not find HERE-doc ended by EOF without NL.
3120 (cperl-short-docs): Correct not-doubled \-escapes.
3121 start block: Put some `defvar' for stuff gone from XEmacs.
3122
3123 After 5.20:
3124 initial comment: Extend copyright, fix email address.
3125 (cperl-indent-comment-at-column-0): New customization variable.
3126 (cperl-comment-indent): Indentation after $#a would increasy by 1.
3127 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
3128 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
3129 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
3130 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
3131 highlight $ in $foo too (UNTESTED).
3132 (cperl-set-style): Docstring missed some available styles.
3133 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
3134 Change "Current" to "Memorize Current".
3135 (cperl-indent-wrt-brace): New customization variable; the default is
3136 as for pre-5.2 version.
3137 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
3138 (cperl-style-alist): Likewise.
3139 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
3140 and `cperl-extra-newline-before-brace' etc
3141 being t
3142 (cperl-indent-exp): Plans B and C to find continuation blocks even
3143 if `cperl-extra-newline-before-brace' is t.
3144
3145 After 5.21:
3146 Improve some docstrings concerning indentation.
3147 (cperl-indent-rules-alist): New variable.
3148 (cperl-sniff-for-indent): New function name
3149 (separated from `cperl-calculate-indent').
3150 (cperl-calculate-indent): Separate the sniffer and the indenter;
3151 uses `cperl-sniff-for-indent' now.
3152 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
3153 was inverted;
3154 Support `comment-column' = 0.
3155
3156 2006-10-11 Martin Rudalics <rudalics@gmx.at>
3157
3158 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
3159 * help-at-pt.el (scan-buf-move-to-region): Likewise.
3160 * longlines.el (longlines-window-change-function): Likewise.
3161 * simple.el (undo-ask-before-discard): Likewise.
3162 * wid-edit.el (widget-field-prompt-internal)
3163 (widget-documentation-link-p): Likewise.
3164
3165 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
3168 for a keyword.
3169
3170 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * newcomment.el (comment-valid-prefix-p): Make the check
3173 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
3174 (comment-indent-new-line): Adjust call.
3175
3176 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
3177
3178 * allout.el (allout-back-to-current-heading): Base on lower-level
3179 routines to get proper disqualification of aberrant topics.
3180
3181 2006-10-09 Richard Stallman <rms@gnu.org>
3182
3183 * textmodes/two-column.el (2C-two-columns): Doc fix.
3184
3185 2006-10-09 Kim F. Storm <storm@cua.dk>
3186
3187 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
3188 about implicit use.
3189
3190 2006-10-08 Richard Stallman <rms@gnu.org>
3191
3192 * textmodes/two-column.el (2C-two-columns): Doc fix.
3193
3194 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
3195
3196 * files.el: Mark `buffer-read-only' as safe-local-variable.
3197
3198 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
3199
3200 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
3201 Burp if GUD buffer has been killed.
3202
3203 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * completion.el (add-completions-from-c-buffer):
3206 Don't presume an error's second element is a string.
3207 Use looking-at rather than buffer-substring + member.
3208
3209 2006-10-07 Eli Zaretskii <eliz@gnu.org>
3210
3211 * mail/rmail.el (rmail-redecode-body): If the old encoding is
3212 `undecided', call find-coding-systems-region to find a proper
3213 non-trivial encoding.
3214 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
3215 and "text/plain".
3216
3217 2006-10-07 Kevin Ryde <user42@zip.com.au>
3218
3219 * textmodes/reftex-vars.el (defgroup reftex): Update home page
3220 url-link.
3221
3222 * strokes.el (defgroup strokes): Remove invalid url-link.
3223
3224 2006-10-07 Magnus Henoch <mange@freemail.hu>
3225
3226 * autoinsert.el (auto-insert-alist): Doc fix.
3227
3228 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3229
3230 * mouse-sel.el (mouse-insert-selection-internal):
3231 Use insert-for-yank, so that yank handlers are run.
3232
3233 2006-10-07 Kim F. Storm <storm@cua.dk>
3234
3235 * ido.el (ido-file-extension-aux): Fix comparison.
3236
3237 2006-10-06 Kim F. Storm <storm@cua.dk>
3238
3239 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
3240
3241 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
3242
3243 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
3244 (ad-make-mapped-call): Use `let', not `let*'.
3245
3246 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * international/mule-cmds.el (coding-system-change-eol-conversion):
3249 Ensure the coding system is initialized before calling
3250 coding-system-eol-type.
3251
3252 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
3253
3254 * textmodes/org.el (org-rm-props, org-activate-plain-links)
3255 (org-activate-angle-links, org-activate-dates)
3256 (org-activate-target-links, org-activate-camels)
3257 (org-activate-tags): Add `rear-nonsticky' text property to avoid
3258 textproperty keymaps from being active beyond the end of a line.
3259 (org-unfontify-region): Also remove `rear-nonsticky' property.
3260
3261 2006-10-04 Kenichi Handa <handa@m17n.org>
3262
3263 * international/code-pages.el (next): Table fixed.
3264
3265 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3266
3267 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
3268 that it's been made unnecessary by removing narrowing.
3269
3270 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
3273 control flow a bit, simplify another bit, and add comments.
3274
3275 2006-10-03 David Kastrup <dak@gnu.org>
3276
3277 * help.el (describe-mode): For clicks on mode-line, use "@"
3278 interactive argument to get the major mode of the click instead of
3279 the current buffer.
3280
3281 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
3282 in order to better redirect mouse-2 clicks. Also allow default
3283 bindings to apply.
3284
3285 2006-10-03 Kim F. Storm <storm@cua.dk>
3286
3287 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
3288 (pushnew): Fix last change.
3289
3290 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
3291
3292 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
3293 Use the interactive spec of `eval-expression'.
3294
3295 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
3296
3297 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
3298
3299 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
3300
3301 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
3302 2006-09-28 commit.
3303
3304 2006-10-02 Kenichi Handa <handa@m17n.org>
3305
3306 * international/code-pages.el (iso-8859-6): Table fixed.
3307
3308 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3309
3310 * dired.el (dired-build-subdir-alist): Fix previous change.
3311
3312 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
3313
3314 * simple.el (undo-elt-crosses-region): Fix the inequalities.
3315
3316 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * emacs-lisp/find-func.el (find-function-regexp): Don't match
3319 "define-button-type".
3320
3321 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
3322 they don't keep accumulating.
3323
3324 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3325
3326 * ffap.el (ffap-rfc-path): Change the address of the RFC
3327 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
3328
3329 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
3330
3331 * allout.el (allout-expose-topic): Rectify implementation of "+"
3332 spec, so that bodies are not exposed with headlines.
3333
3334 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
3335
3336 * allout.el (allout-current-depth): Do aberrent check only at or
3337 below doublecheck depth.
3338 (allout-chart-subtree): Make it explicit that LEVELS being nil
3339 means unlimited depth. Drop undocumented support for LEVELS value
3340 t meaning unlimited depth. (This is consistent with
3341 allout-chart-to-reveal, but contrary to allout-show-children,
3342 which needs to use nil to default to depth of 1.)
3343 (allout-goto-prefix-doublechecked): Wrap long docstring line.
3344 (allout-chart-to-reveal): Be explicit in docstring about meaning
3345 of nil LEVELS, and drop support for LEVELS value t.
3346 (allout-show-children): Translate the level spec used by this
3347 routine to that used by allout-chart-subtree and
3348 allout-chart-to-reveal.
3349 (allout-show-to-offshoot): Retry once when stuck, after opening
3350 subtree - improvements in discontinuity handling likely will
3351 enable progress.
3352
3353 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * wid-edit.el (widget-button-click-moves-point): New variable.
3356 (widget-button-click): If widget-button-click-moves-point is
3357 non-nil, set point after performing the button action
3358
3359 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
3360
3361 2006-09-30 Martin Rudalics <rudalics@gmx.at>
3362
3363 * files.el (find-file-existing): Modify to not allow wildcards.
3364
3365 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3366
3367 * simple.el (undo-more): When undo information for the region is
3368 exhausted, say "No further undo information FOR REGION".
3369
3370 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
3371
3372 * progmodes/sh-script.el (sh-prev-thing):
3373 Take `sh-leading-keywords' into account.
3374
3375 2006-09-29 Glenn Morris <rgm@gnu.org>
3376
3377 * custom.el (defcustom): Doc fix.
3378
3379 * calendar/calendar.el (european-calendar-style):
3380 Call european-calendar or american-calendar as needed when set.
3381 (diary-view-entries, list-calendar-holidays): Move autoloads
3382 before use.
3383
3384 2006-09-29 Juri Linkov <juri@jurta.org>
3385
3386 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
3387 to nil if there is no previous property change.
3388
3389 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3390
3391 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
3392 saving anything to be sure that `forward-sexp' behaves correctly.
3393
3394 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
3395
3396 * simple.el (line-move-finish): Ignore field boundaries if the
3397 initial and final points have the same `field' property.
3398
3399 2006-09-29 Kim F. Storm <storm@cua.dk>
3400
3401 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
3402 to t while calling ido-read-internal.
3403
3404 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
3405
3406 * textmodes/org.el (org-file-remote-p): Get regexp from list.
3407 (org-archive-subtree): Remove erraneous `]' from character list.
3408
3409 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
3410
3411 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
3412 (ses-reconstruct-all): Make undo of "insert row" work by keeping
3413 markers for data-area and parameters-area.
3414
3415 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
3418
3419 * font-lock.el (font-lock-after-change-function): Refontify next line
3420 as well if end is at BOL.
3421 (font-lock-extend-jit-lock-region-after-change): Be more careful to
3422 only extend the region as much as needed.
3423
3424 2006-09-28 Richard Stallman <rms@gnu.org>
3425
3426 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
3427
3428 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
3429
3430 * international/mule.el (after-insert-file-set-coding):
3431 If VISIT, don't let set-buffer-multibyte make undo info.
3432
3433 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
3434
3435 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
3436 lines in base64-encoded authentication response.
3437
3438 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3439
3440 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
3441 (ebnf-version): New version 4.3.
3442 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
3443 (ebnf-prologue): Adjust PostScript programming.
3444 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
3445 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
3446
3447 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * jit-lock.el (jit-lock-force-redisplay): Rename from
3450 jit-lock-fontify-again, and undo the mistaken change I've just done.
3451
3452 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
3453 (jit-lock-fontify-again): Don't refontify text that's not displayed.
3454
3455 2006-09-26 Kenichi Handa <handa@m17n.org>
3456
3457 * startup.el (display-splash-screen): Allow a prefix argument.
3458
3459 2006-09-25 Jason Rumney <jasonr@gnu.org>
3460
3461 * subr.el (shell-quote-argument): Use DOS logic for Windows
3462 shells with DOS semantics.
3463
3464 2006-09-24 Richard Stallman <rms@gnu.org>
3465
3466 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
3467 (compilation-goto-locus): Use compilation-goto-locus-delete-o
3468 to delete the overlay. Put it on pre-command-hook.
3469
3470 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
3471
3472 * startup.el (fancy-splash-screens, normal-splash-screen):
3473 Call the splash buffer *About GNU Emacs*.
3474
3475 * simple.el (next-error-highlight, next-error-highlight-no-select):
3476 Default to 0.5.
3477 (yank-excluded-properties): Add `fontified'.
3478
3479 * font-lock.el (font-lock-compile-keywords): Allow value of
3480 syntax-begin-function to enable paren-column-0 highlighting.
3481
3482 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3483
3484 * dired.el (dired-build-subdir-alist): When file ends in colon,
3485 don't exit the loop, just disregard that file.
3486
3487 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * simple.el (line-move-finish): Handle corner case for fields in
3490 continued lines.
3491 (line-move-1): Remove flawed test for that case.
3492
3493 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
3494
3495 * icomplete.el (icomplete-simple-completing-p): Use the correct
3496 name for the new variable, `icomplete-with-completion-tables'.
3497 (file local variables): Remove superfluous setting.
3498
3499 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
3500
3501 * calendar/appt.el (appt-check): Fix typo for appointments just
3502 after midnight.
3503
3504 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
3505
3506 * help.el (describe-key-briefly, describe-key): Don't expect an
3507 extra up event if a down-event is generated by a popup menu.
3508
3509 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
3510
3511 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
3512 local dictionary when changing the global dictionary.
3513
3514 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
3515
3516 * icomplete.el (icomplete-with-completion-tables): List of
3517 specialized completion tables with which icomplete should
3518 operate. Include the new `internal-complete-buffer', so icomplete
3519 works with interactive buffer-selection.
3520 (icomplete-simple-completing-p): Add acceptance of specialized
3521 completion tables listed in icomplete-with-completion-tables.
3522
3523 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3524
3525 * frame.el (focus-follows-mouse): Set default to nil on Mac.
3526
3527 * startup.el (command-line): Use `custom-reevaluate-setting' for
3528 `focus-follows-mouse'.
3529
3530 2006-09-22 Richard Stallman <rms@gnu.org>
3531
3532 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
3533 explain why Save is not available.
3534
3535 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
3536
3537 * woman.el (woman0-so): Use `let*', not `let'.
3538 (woman-horizontal-line): Remove unbalanced parenthesis.
3539
3540 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * woman.el: Make sure all the end-of-region markers we use have
3543 a non-nil insertion-type.
3544 (woman0-so): Move things around so we can use copy-marker.
3545 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
3546 Adjust marker type.
3547 (woman2-process-escapes): Check marker type.
3548 (woman-horizontal-line): Dispense with the use of a marker.
3549
3550 2006-09-22 Jay Belanger <belanger@truman.edu>
3551
3552 * calc/calc-lang.el: Add Greek letters to math-variable-table
3553 property of tex.
3554
3555 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
3556
3557 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
3558
3559 2006-09-22 Masatake YAMATO <jet@gyve.org>
3560
3561 * add-log.el (add-log-current-defun): Use `forward-sexp'
3562 instead of `forward-word' to pick c++::symbol.
3563 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
3564
3565 2006-09-22 Kenichi Handa <handa@m17n.org>
3566
3567 * bindings.el: Fix setting self-insert-command for multibyte
3568 characters in global-map.
3569
3570 2006-09-21 David Kastrup <dak@gnu.org>
3571
3572 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
3573 doc string.
3574
3575 2006-09-21 Kenichi Handa <handa@m17n.org>
3576
3577 * language/european.el ("Latin-1"): Add windows-1252 to
3578 coding-priority.
3579 ("German"): Likewise.
3580
3581 2006-09-21 Kim F. Storm <storm@cua.dk>
3582
3583 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
3584 Suggested by Miles Bader.
3585
3586 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
3587 instead of add-to-list in the simple case.
3588
3589 2006-09-20 Kenichi Handa <handa@m17n.org>
3590
3591 * isearch.el (isearch-process-search-char): Cancel the previous change.
3592 (isearch-search-string): New function.
3593 (isearch-search): Use isearch-search-string.
3594 (isearch-lazy-highlight-search): Likewise.
3595
3596 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3597
3598 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
3599 string to become an option.
3600
3601 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
3604
3605 2006-09-20 Kim F. Storm <storm@cua.dk>
3606
3607 * simple.el (line-move-partial): Call pos-visible-in-window-p with
3608 position t instead of trying both window-end and window-end - 1.
3609
3610 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
3611
3612 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
3613 hidden trees.
3614
3615 2006-09-20 David Kastrup <dak@gnu.org>
3616
3617 * mouse.el (mouse-posn-property): Improve doc string.
3618 (mouse-on-link-p): Change buffers for function calls on links.
3619
3620 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
3621 buffer is read-only.
3622
3623 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
3624
3625 * allout.el (allout-unprotected): Let inhibit-read-only only when
3626 buffer-read-only isn't set.
3627 (allout-annotate-hidden): Enable topic annotation during copies even
3628 when the buffer is read-only, eg for topic copies. Ensure that the loop
3629 advances, even when the span extends beyond the deletion region.
3630 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
3631 rather than allout-exposure-changed-hook, as a stronger assertion.
3632 (allout-keybindings-list): Add bindings for
3633 allout-copy-line-as-kill and allout-copy-topic-as-kill.
3634 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
3635 Copy wrappers for allout-kill-line and allout-kill-topic.
3636 (allout-listify-exposed): Position correctly to accumulate lines.
3637
3638 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
3639
3640 * simple.el (line-move-1): Escape field boundaries occurring
3641 exactly at point. Update goal column if constrained to a field.
3642 (line-move-finish): Escape field boundaries occurring exactly at point.
3643
3644 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3645
3646 * mouse.el (mouse-on-link-p): Tentatively fix last change.
3647 (mouse-drag-vertical-line): Remove unused var `wconfig'.
3648
3649 2006-09-19 Kim F. Storm <storm@cua.dk>
3650
3651 * help.el (describe-key-briefly, describe-key): Simplify printing
3652 of descriptions by using format and %S. Fix "is undefined"
3653 messages to say "at that spot" for mouse events.
3654
3655 * simple.el (line-move-partial): Optimize. Try window-line-height
3656 before posn-at-point to get vpos of current line.
3657
3658 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
3659
3660 * viper.el: Bump up version/date of update to reflect the substantial
3661 changes done in August 2006.
3662
3663 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
3664 are defined.
3665
3666 * ediff-util.el (ediff-add-to-history): New function.
3667
3668 * ediff.el: Use ediff-add-to-history instead of add-to-history.
3669
3670 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3671
3672 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
3673 Delete duplicate make-local-variable form.
3674 (conf-space-keywords): Add autoload cookie.
3675 Fix typo (`keywords', not `keyword').
3676
3677 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3678
3679 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
3680 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
3681 to x-gtk-use-old-file-dialog
3682
3683 2006-09-18 Richard Stallman <rms@gnu.org>
3684
3685 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
3686 that might come in during mouse tracking.
3687
3688 2006-09-18 Kim F. Storm <storm@cua.dk>
3689
3690 * simple.el (line-move-partial): Rework 2006-09-15 change to use
3691 new window-line-height function. Further optimize by not calling
3692 pos-visible-in-window-p for window-end when window-line-height
3693 returns useful information.
3694
3695 2006-09-16 Richard Stallman <rms@gnu.org>
3696
3697 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
3698 (conf-space-mode): Don't handle prefix arg.
3699 Delete conf-space-keywords-override code.
3700 Use add-hook.
3701 (conf-space-keywords): New command.
3702 (conf-space-mode-internal): Be careful with imenu-generic-expression.
3703 Delete conf-space-keywords-override code.
3704 (conf-space-keywords-alist): Doc fix.
3705 (conf-space-font-lock-keywords): Doc fix.
3706 (conf-space-keywords-override): Var deleted.
3707
3708 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
3709
3710 * startup.el (fancy-splash-screens): Don't switch to the scratch
3711 buffer; it may not be the next buffer.
3712
3713 2006-09-16 Romain Francoise <romain@orebokech.com>
3714
3715 * saveplace.el (load-save-place-alist-from-file): Use expanded name
3716 in both messages.
3717
3718 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
3719
3720 * progmodes/python.el (python-preoutput-filter):
3721 Fix arg order to string-match.
3722
3723 2006-09-16 Richard Stallman <rms@gnu.org>
3724
3725 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
3726 font-lock-compile-keywords.
3727
3728 * font-lock.el (font-lock-compile-keywords): Rename optional arg
3729 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
3730
3731 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3732
3733 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
3734
3735 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
3736 and the data doesn't look like UTF8, send STRING instead.
3737
3738 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
3739
3740 * textmodes/flyspell.el (flyspell-check-region-doublons):
3741 New function to detect duplicated words.
3742 (flyspell-large-region): Use it.
3743
3744 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
3745
3746 * simple.el (line-move-to-column): Revert 2006-08-03 change.
3747
3748 2006-09-16 Eli Zaretskii <eliz@gnu.org>
3749
3750 * help.el (describe-prefix-bindings): Use let, not let*.
3751
3752 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
3753
3754 * allout.el (allout-regexp, allout-line-boundary-regexp)
3755 (allout-bob-regexp): Correct grouping and boundaries to fix
3756 backwards traversal.
3757 (allout-depth-specific-regexp, allout-depth-one-regexp):
3758 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
3759 worse time in allout-ascend.
3760 (allout-doublecheck-at-and-shallower): Identify depth threshold
3761 below which topics are checked for and disqualified by containment
3762 discontinuities.
3763 (allout-hotspot-key-handler): Correctly handle multiple-key
3764 strokes. Remove some unused variables.
3765 (allout-mode-leaders): Clarify that mode-specific comment-start
3766 will be used.
3767 (set-allout-regexp): Correctly regexp-quote allout regexps to
3768 properly accept alternative header-leads and primary bullets with
3769 regexp-specific characters (eg, C "/*", mathematica "(*").
3770 Include new regular expressions among those configured.
3771 (allout-infer-header-lead-and-primary-bullet):
3772 Rename allout-infer-header-lead.
3773 (allout-recent-depth): Manifest as a variable as well as a function.
3774 (allout-prefix-data): Simplify into an inline instead of a macro,
3775 assuming current match data rather than being explicitly passed
3776 it. Establish allout-recent-depth value as well as
3777 allout-recent-prefix-beginning and allout-recent-prefix-end.
3778 (allout-aberrant-container-p): True when an item's immediate
3779 offspring discontinuously contained. Useful for disqualifying
3780 unintended topic prefixes, likely at low depths.
3781 (allout-goto-prefix-doublechecked): Elaborate version of
3782 allout-goto-prefix which disqualifies aberrant pseudo-items.
3783 (allout-pre-next-prefix): Layer on top of lower-level routines, to
3784 get disqualification of aberrant containers.
3785 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
3786 containers.
3787 (allout-beginning-of-current-entry): Position at start of buffer
3788 when in container (depth 0) entry.
3789 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
3790 (allout-current-bullet): Strip text properties.
3791 (allout-get-prefix-bullet): Use right match groups.
3792 (allout-beginning-of-line, allout-next-heading):
3793 Disqualify aberrant containers.
3794 (allout-previous-heading): Disqualify aberrant containers, and
3795 change to regular (rather than inline) function, to allow
3796 self-recursion.
3797 (allout-get-invisibility-overlay): Increment so progress is made
3798 when the first overlay is not the sought one.
3799 (allout-end-of-prefix): Disqualify aberrant containers.
3800 (allout-end-of-line): Cycle something like allout-beginning-of-line.
3801 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
3802 outline.el outlines) functional again. Change the primary bullet
3803 along with the header-lead - level 1 new-style bullets now work.
3804 Engage allout-before-change-handler in mainline Emacs, not just
3805 XEmacs, to do undo handling.
3806 (allout-before-change-handler): Expose undo changes occurring in
3807 hidden regions. Use allout-get-invisibility-overlay instead of
3808 reimplementing it inline.
3809 (allout-chart-subtree): Use start rather than end of prefix in
3810 charts. Use allout-recent-depth variable.
3811 (allout-chart-siblings): Disqualify aberrant topics.
3812 (allout-beginning-of-current-entry): Position correctly.
3813 (allout-ascend): Use new allout-depth-specific-regexp and
3814 allout-depth-one-regexp for linear instead of O(N^2) or worse
3815 behavior.
3816 (allout-ascend-to-depth): Depend on allout-ascend, rather than
3817 reimplementing an algorithm.
3818 (allout-up-current-level): Depend on allout-ascend, rather than
3819 reimplementing an algorithm. Return to start-point if we fail.
3820 (allout-descend-to-depth): Use allout-recent-depth variable
3821 instead of function.
3822 (allout-next-sibling): On traversal of numerous intervening
3823 topics, resort to economical allout-next-sibling-leap.
3824 (allout-next-sibling-leap): Specialized version of
3825 allout-next-sibling that uses allout-ascend cleverly, to depend on
3826 a regexp search to leap large numbers of contained topics, rather
3827 than arbitrarily many one-by-one traversals.
3828 (allout-next-visible-heading): Disqualify aberrant topics.
3829 (allout-previous-visible-heading): Position consistently when
3830 interactive.
3831 (allout-forward-current-level): Base on allout-previous-sibling
3832 rather than (differently) reimplmenting the algorithm. Remove some
3833 unused variables.
3834 (allout-solicit-alternate-bullet): Present default choice stripped
3835 of text properties.
3836 (allout-rebullet-heading): Use bullet stripped of text properties.
3837 Register changes using allout-exposure-change-hook.
3838 Disregard aberrant topics.
3839 (allout-shift-in): With universal-argument, make topic a peer of
3840 it's former offspring. Simplify the code by separating out
3841 allout-shift-out functionality.
3842 (allout-shift-out): With universal-argument, make offspring peers
3843 of their former container, and its siblings. Implement the
3844 functionality here, rather than inappropriately muddling the
3845 implementation of allout-shift-in.
3846 (allout-rebullet-topic): Respect additional argument for new
3847 parent-child separation function.
3848 (allout-yank-processing): Use allout-ascend directly.
3849 (allout-show-entry): Disqualify aberrant topics.
3850 (allout-show-children): Handle discontinuous children gracefully,
3851 extending the depth being revealed to expose them and posting a
3852 message indicating the situation.
3853 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
3854 Leave cursor in correct position.
3855 (allout-hide-current-subtree): Use allout-ascend directly.
3856 Disqualify aberrant topics.
3857 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
3858 a way that the yanks can restore it, as used to happen.
3859 (allout-yank-processing): Restore exposure layout as recorded by
3860 allout-kill-*, as used to happen.
3861 (allout-annotate-hidden, allout-hide-by-annotation): New routines
3862 for preseving and restoring exposure layout across kills.
3863 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
3864 (allout-encrypt-string): Strip text properties.
3865 Rearranged order and outline-headings for some of the
3866 miscellaneous functions.
3867 (allout-resolve-xref): No need to quote the error name in the
3868 condition-case handler section.
3869 (allout-flatten): Classic recursive (and recursively intensive,
3870 without tail-recursion) list-flattener, needed by allout-shift-out
3871 when confronted with discontinuous children.
3872
3873 2006-09-16 Jason Rumney <jasonr@gnu.org>
3874
3875 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
3876 on ms-windows.
3877 (dnd-open-unc-file): Remove.
3878 (dnd-open-local-file): Mention in doc string that it also handles
3879 remote files if the system natively supports unc file-names.
3880
3881 2006-09-15 Kim F. Storm <storm@cua.dk>
3882
3883 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
3884 all necessary information about the event before erasing *Help*.
3885
3886 * simple.el (line-move-partial): Use window-line-visiblity to
3887 quickly check whether last line is partially visible, and only do
3888 the hard (and slow) part in that case.
3889
3890 2006-09-15 Jay Belanger <belanger@truman.edu>
3891
3892 * COPYING: Replace "Library Public License" by "Lesser Public
3893 License" throughout.
3894
3895 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3896
3897 * term/x-win.el (x-menu-bar-open): New function for F10.
3898
3899 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
3900
3901 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3902 Disallow filenames containing " -" to avoid confusion with libtool
3903 compilation messages. Suggested by Stefan Monnier.
3904
3905 2006-09-15 David Kastrup <dak@gnu.org>
3906
3907 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
3908 instead of buffer position for `mouse-on-link-p'.
3909
3910 * mouse.el (mouse-posn-property): New function looking up the
3911 properties at a click position in overlays and text properties in
3912 either buffer or strings.
3913 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
3914 of both `follow-link' as well as `mouse-face' properties.
3915 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
3916 buffer position.
3917
3918 * help.el (describe-key-briefly): When reading a down-event on
3919 mode lines or scroll bar, swallow the following up event, too.
3920 Use the new mouse sensitity of `key-binding' for lookup.
3921 (describe-key): The same here.
3922
3923 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
3924
3925 * play/life.el (life-patterns): Add a few more interesting patterns.
3926 (life-setup): Force `show-trailing-whitespace' to nil.
3927
3928 2006-09-14 Richard Stallman <rms@gnu.org>
3929
3930 * startup.el (fancy-splash-text): Change text to improve alignment.
3931 (fancy-splash-screens): Don't set non-standard tab width.
3932 Bind cursor-type temporarily, and make it easy to patch to
3933 preserve the splash buffer.
3934 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
3935 (fancy-splash-screens): Display echo-area message explicitly.
3936 Don't set fancy-splash-help-echo.
3937
3938 * simple.el (line-number-mode): Group mode-line instead of
3939 editing-basics.
3940 (column-number-mode, size-indication-mode): Likewise.
3941
3942 * faces.el (mode-line-faces): Group mode-line instead of modeline.
3943
3944 * time.el (display-time): Group mode-line instead of modeline.
3945
3946 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
3947
3948 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * startup.el (fancy-splash-text): Move editing instructions to
3951 fancy-splash-head.
3952 (fancy-splash-head): Issue editing instructions.
3953 (fancy-splash-screens): Fixup whitespace.
3954
3955 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * bindings.el (mode-line-buffer-identification-keymap):
3958 Remove duplicate line.
3959
3960 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3961
3962 * ido.el (ido-ignore-item-p): Allow any kind of functions in
3963 ignore lists.
3964
3965 2006-09-14 Kim F. Storm <storm@cua.dk>
3966
3967 * jit-lock.el (jit-lock-fontify-again): New function.
3968 (jit-lock-fontify-now): Use it instead of lambda form.
3969
3970 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
3971
3972 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
3973 (flyspell-auto-correct-word): Make ispell-filter local to these
3974 functions. Check that ispell-filter has new stuff before calling
3975 ispell-parse-output.
3976
3977 2006-09-13 Kim F. Storm <storm@cua.dk>
3978
3979 * simple.el (line-move-partial): Optimize.
3980
3981 2006-09-13 Richard Stallman <rms@gnu.org>
3982
3983 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
3984 Delete spurious backquote.
3985
3986 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3987
3988 * net/rcirc.el (rcirc-print): Fix last change.
3989
3990 2006-09-12 Jay Belanger <belanger@truman.edu>
3991
3992 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
3993
3994 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3995
3996 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
3997 rcirc-show-maximum-output.
3998 (rcirc-mode): Remove window-scroll-function hook.
3999 (rcirc-scroll-to-bottom): Remove function.
4000 (rcirc-print): Recenter so point stays at the bottom of the window
4001 if point was already there.
4002
4003 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
4004
4005 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
4006 not to "t".
4007 * progmodes/compile.el (compilation-start): Likewise.
4008 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4009 Don't use expand-file-name on invocation-directory, since this
4010 might mishandle special characters in invocation-directory.
4011
4012 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * pcvs-defs.el: Remove * in defcustom's docstrings.
4015
4016 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
4017
4018 * progmodes/compile.el (compilation-directory-properties):
4019 Doc fix for help-echo.
4020
4021 2006-09-12 Lars Hansen <larsh@soem.dk>
4022
4023 * desktop.el (desktop-read): Add comment.
4024
4025 2006-09-12 Kim F. Storm <storm@cua.dk>
4026
4027 * simple.el (next-error-highlight, next-error-highlight-no-select):
4028 Fix spelling error.
4029
4030 * subr.el (sit-for): Rework to use input-pending-p and cond.
4031 Return nil input is pending on entry also for SECONDS <= 0.
4032 (while-no-input): Use input-pending-p instead of sit-for.
4033
4034 2006-09-11 Richard Stallman <rms@gnu.org>
4035
4036 * simple.el (next-error-highlight, next-error-highlight-no-select):
4037 Fix custom type and doc strings.
4038
4039 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
4042 (diff-apply-hunk): Use it to ask for confirmation.
4043
4044 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
4045
4046 * emacs-lisp/cl.el (pushnew): Add missing `,'.
4047
4048 2006-09-11 David Kastrup <dak@gnu.org>
4049
4050 * help.el (string-key-binding, describe-key-briefly)
4051 (describe-key): Remove `string-key-binding' and its callers since
4052 `key-binding' already caters for the proper lookup now.
4053
4054 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4055
4056 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
4057 (cfengine-mode): Use it. Fix \ syntax to be like /.
4058
4059 * bindings.el (mode-line-buffer-identification-keymap):
4060 Move initialization into declaration.
4061
4062 2006-09-10 Kim F. Storm <storm@cua.dk>
4063
4064 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
4065 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
4066 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
4067 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
4068
4069 2006-09-10 Richard Stallman <rms@gnu.org>
4070
4071 * dired-aux.el: Handle errors in recursive copy usefully.
4072 (dired-create-files-failures): New variable.
4073 (dired-copy-file): Remove condition-case.
4074 (dired-copy-file-recursive): Check for errors on all file
4075 operations, and add them to dired-create-files-failures.
4076 Check file file-date-erorr here too.
4077 (dired-create-files): Check dired-create-files-failures
4078 and report those errors too.
4079
4080 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
4081
4082 * subr.el (add-to-list): New argument COMPARE-FN.
4083
4084 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
4085
4086 * filecache.el (file-cache-add-directory)
4087 (file-cache-add-directory-list, file-cache-add-file)
4088 (file-cache-add-directory-using-find)
4089 (file-cache-add-directory-using-locate)
4090 (file-cache-add-directory-recursively): Add autoloads.
4091
4092 2006-09-09 Richard Stallman <rms@gnu.org>
4093
4094 * textmodes/conf-mode.el (conf-space-mode):
4095 Use hack-local-variables-hook instead of calling hack-local-variables.
4096 (conf-space-keywords-override): New variable.
4097 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
4098 (conf-space-mode): Always make conf-space-keywords and
4099 conf-space-keywords-override local.
4100 Call conf-space-mode-internal directly as well as via hook.
4101
4102 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4103
4104 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
4105 quasi-keywords.
4106
4107 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
4110 (python-send-string): Be slightly more careful about adding \n.
4111
4112 * startup.el (normal-splash-screen): Don't display the buffer if we'll
4113 kill it right away anyway.
4114
4115 2006-09-09 Eli Zaretskii <eliz@gnu.org>
4116
4117 * international/codepage.el (cp850-decode-table): Fix a few codes.
4118 (cp858-decode-table): New variable.
4119
4120 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
4121
4122 * net/ldap.el (ldap-search-internal): Doc fix.
4123
4124 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4125
4126 * play/life.el (life-display-generation): Test for input manually if
4127 `sleeptime' is negative or null.
4128
4129 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
4130 (print-region-1): Substitute `%s' with the page title.
4131
4132 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
4133
4134 * locate.el (locate-current-search): New variable.
4135 (locate): Set buffer local value. Use current buffer if it is
4136 in Locate mode.
4137 (locate-mode): Disable undo here.
4138 (locate-do-setup): Use locate-current-filter from buffer to be killed.
4139 (locate-update): Use locate-current-search and locate-current-filter.
4140
4141 2006-09-08 David Kastrup <dak@gnu.org>
4142
4143 * desktop.el (desktop-read): When loading a desktop, disable
4144 saving it while the load progresses, and switch off a pending lazy
4145 load by calling `desktop-lazy-abort'.
4146
4147 2006-08-27 Martin Rudalics <rudalics@gmx.at>
4148
4149 * window.el (mouse-autoselect-window-timer)
4150 (mouse-autoselect-window-position)
4151 (mouse-autoselect-window-window)
4152 (mouse-autoselect-window-now): New vars.
4153 (mouse-autoselect-window-cancel)
4154 (mouse-autoselect-window-select)
4155 (mouse-autoselect-window-start): New functions.
4156 (handle-select-window): Call `mouse-autoselect-window-start' when
4157 delayed window autoselection is enabled.
4158
4159 * cus-start.el (mouse-autoselect-window): Handle delayed window
4160 autoselection.
4161
4162 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
4163 commands after which it is allowed to print in the echo area.
4164
4165 2006-09-08 Richard Stallman <rms@gnu.org>
4166
4167 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
4168
4169 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
4170 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
4171
4172 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
4173 (cancel-timer-internal): Add doc string.
4174 (cancel-function-timers): Doc fix.
4175 (with-timeout-handler, timer-event-last*): Add doc strings.
4176
4177 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
4178
4179 * files.el (risky-local-variable-p): Match ...-bindat-spec.
4180
4181 * dired.el (dired-log-summary): Add doc string.
4182
4183 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
4184 (custom-group-menu-create): Not here.
4185
4186 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
4187
4188 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4189
4190 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4191
4192 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
4193 (mac-apple-event-map): Define its handler.
4194
4195 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
4196
4197 * net/ldap.el (ldap-search-internal): Handle `auth' key.
4198
4199 2006-09-07 Magnus Henoch <mange@freemail.hu>
4200
4201 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
4202 clause.
4203
4204 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4205
4206 * info.el (Info-index): Bind completion-ignore-case.
4207
4208 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
4211 previous commit.
4212 (inferior-prolog-guess-flavor): New fun left out of previous commit.
4213 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
4214 burp in dedicated windows.
4215 (inferior-prolog-self-insert-command): New command.
4216 (inferior-prolog-mode-map): Use it.
4217
4218 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
4219
4220 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
4221
4222 * international/code-pages.el: Add cp858.
4223
4224 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4225
4226 * dnd.el: Fix bootstrapping.
4227
4228 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4229
4230 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
4231 (dnd-open-remote-url): New function.
4232 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
4233 not windows-nt.
4234
4235 2006-09-07 Jason Rumney <jasonr@gnu.org>
4236
4237 * dnd.el (dnd-open-remote-file-function): New variable.
4238 (dnd-open-unc-file): New function.
4239 (dnd-open-file): Call dnd-open-remote-file-function if set.
4240
4241 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4242
4243 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
4244 pgg-passphrase-coding-system rather than locale-coding-system.
4245 * pgg-def.el (pgg-passphrase-coding-system): New user option.
4246
4247 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * progmodes/prolog.el: Remove * in docstrings.
4250 (prolog-program-name): Add SWI prolog.
4251 (prolog-mode-menu): New menu.
4252 (prolog-mode): Set comment-add.
4253 (prolog-indent-line): Simplify. Use indent-line-to.
4254 (inferior-prolog-buffer): New var.
4255 (inferior-prolog-run, inferior-prolog-process): New funs.
4256 (run-prolog, switch-to-prolog): Rewrite, using them.
4257 (prolog-consult-region): Use inferior-prolog-buffer.
4258 (inferior-prolog-load-file): New function.
4259 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
4260
4261 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
4262 last word, if it's not the end of the paragraph.
4263
4264 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
4265 file name.
4266
4267 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
4268
4269 * frame.el (display-mm-dimensions-alist): New defcustom.
4270 (display-mm-height, display-mm-width): Use it.
4271
4272 2006-09-06 Simon Josefsson <jas@extundo.com>
4273
4274 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
4275
4276 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
4277
4278 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4279 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
4280 string values.
4281
4282 2006-09-06 Kim F. Storm <storm@cua.dk>
4283
4284 * simple.el (line-move-partial): New function to do vscrolling for
4285 partially visible images / tall lines. Rewrite based on code
4286 previously in line-move. Simplify backwards vscrolling.
4287 (line-move): Use it. Simplify.
4288
4289 2006-09-05 Kim F. Storm <storm@cua.dk>
4290
4291 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
4292
4293 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
4294
4295 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4296 Process the `gcc-include' after the `gnu' rule.
4297
4298 2006-09-05 Kim F. Storm <storm@cua.dk>
4299
4300 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
4301
4302 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4303
4304 * pgg.el (pgg-clear-string): Alias to clear-string for backward
4305 compatibility.
4306
4307 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
4308 inhibit-redisplay; encode passphrase with locale-coding-system.
4309
4310 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4311
4312 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
4313
4314 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
4315
4316 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4317 (gdb-var-list-children-regexp): Make type field optional.
4318
4319 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
4320 e.g public, protected in C++.
4321
4322 2006-09-04 John Paul Wallington <jpw@pobox.com>
4323
4324 * simple.el (completion-show-help): New defcustom.
4325 (completion-setup-function): Heed it.
4326
4327 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4328
4329 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
4330
4331 2006-09-04 Richard Stallman <rms@gnu.org>
4332
4333 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
4334 (rsf-min-region-to-spam-list): Doc fix.
4335 (rsf-add-content-type-field): Doc fix.
4336
4337 * simple.el (kill-region): Explicitly test there is a region.
4338
4339 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
4342 sendmail in several common directories.
4343
4344 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
4345
4346 * paths.el (sendmail-program): Removed.
4347
4348 2006-09-04 Daiki Ueno <ueno@unixuser.org>
4349
4350 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
4351 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
4352 http://article.gmane.org/gmane.emacs.gnus.general/50457
4353
4354 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
4355
4356 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
4357 mark after running the menu filter.
4358
4359 2006-09-03 Juri Linkov <juri@jurta.org>
4360
4361 * international/quail.el (quail-defrule-internal): Add a check
4362 if a key is a vector.
4363
4364 2006-09-02 Juri Linkov <juri@jurta.org>
4365
4366 * man.el (Man-topic-history): New variable.
4367 (man): Use it.
4368
4369 * woman.el (woman-topic-history): Change defvar to defvaralias
4370 for symbol `Man-topic-history'.
4371
4372 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
4373 `comint-last-output-start' is a marker by using `markerp' and
4374 check if it has a position by using `marker-position', and use
4375 this position for `goto-char'.
4376
4377 * international/quail.el (quail-defrule-internal): Add missing
4378 `error' call for null key.
4379
4380 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
4381
4382 * rcirc.el (rcirc-keywords): New variable.
4383 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
4384 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
4385 variables.
4386 (rcirc-responses-no-activity): New function.
4387 (rcirc-handler-generic): Check for responses in above.
4388 (rcirc-process-command): Add ?: character to arguments of raw
4389 server commands.
4390 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
4391 `rcirc-dim-nicks'.
4392 (rcirc-gray-toggle): Remove unused variable.
4393 (rcirc-print): Remove some tracking logic, which is moved into
4394 markup functions.
4395 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
4396 types.
4397 (rcirc-activity-string): Look for 'keyword in activity-types.
4398 (rcirc-window-configuration-change): Don't erase overlay-arrow
4399 unnecessarily.
4400 (rcirc-add-or-remove): New function.
4401 (rcirc-cmd-ignore): Use it.
4402 (rcirc-message-leader): Remove unused function.
4403 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
4404 (rcirc-add-face): New function.
4405 (rcirc-facify): Use rcirc-add-face.
4406 (rcirc-url-regexp): Add parens.
4407 (rcirc-map-regexp): Remove function.
4408 (rcirc-mangle-regexp): Remove function.
4409 (rcirc-markup-text-functions): New variable.
4410 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
4411 (rcirc-markup-body-text, rcirc-markup-attributes)
4412 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
4413 (rcirc-markup-bright-nicks): New markup handler functions.
4414 (rcirc-nick-in-message-full-line): New face.
4415 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
4416 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
4417
4418 2006-09-02 Martin Rudalics <rudalics@gmx.at>
4419
4420 * cus-start.el (hscroll-margin, hscroll-step)
4421 (mode-line-in-non-selected-windows, mouse-autoselect-window)
4422 (x-use-underline-position-properties): Change version to "22.1"
4423 since they will appear there for the first time.
4424
4425 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
4426
4427 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
4428
4429 2006-08-31 Richard Stallman <rms@gnu.org>
4430
4431 * cus-edit.el (custom-save-variables): Slight cleanup.
4432 (Custom-no-edit): Renamed from custom-no-edit.
4433 (Custom-newline): Renamed from custom-newline.
4434 (custom-mode-map): Use new names.
4435
4436 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
4437 about customization, rather than M-x customize, in the doc string
4438 made for the defcustom.
4439
4440 * emacs-lisp/trace.el (trace-function-background): Doc fix.
4441
4442 2006-08-31 Romain Francoise <romain@orebokech.com>
4443
4444 * dired-x.el (dired-guess-shell-alist-default): Update.
4445
4446 2006-08-31 Michael Mauger <mmaug@yahoo.com>
4447
4448 * custom.el (custom-theme-set-variables): Autoload packages before
4449 sorting the variables.
4450
4451 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
4452
4453 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
4454 chars if XEmacs.
4455 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
4456
4457 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * progmodes/python.el (python-eldoc-function): Re-enable quit while
4460 waiting for process.
4461
4462 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4463
4464 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
4465 results in ASCII-only string, encode original one directly.
4466
4467 2006-08-29 Romain Francoise <romain@orebokech.com>
4468
4469 * startup.el (normal-splash-screen, fancy-splash-screens):
4470 Make buffer read-only and arrange to enter view mode if necessary.
4471
4472 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
4473
4474 * hl-line.el (hl-line): New face.
4475 (hl-line-face): Use it.
4476
4477 * image-mode.el (image-mode): Fix last fix.
4478 Suggested by Kim F. Storm.
4479
4480 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
4481
4482 Sync with Tramp 2.0.54.
4483
4484 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
4485 of `=', because `tramp-get-remote-gid' might not always return an
4486 integer when expected.
4487 (tramp-register-file-name-handlers): `partial-completion-mode' is
4488 unknown to XEmacs.
4489 (tramp-time-diff): Don't use `floor', it might fail for large
4490 differences.
4491 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
4492 `tramp-auto-save-directory' if unset in order to guarantee unique
4493 auto-save file names.
4494
4495 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
4496
4497 * image-mode.el (image-mode): Display image as text on a terminal.
4498
4499 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * progmodes/python.el (python-send-command): Simplify.
4502 (run-python): Don't generate a new buffer unless `new' was specified.
4503 Make sure we send `import emacs' to the proper process.
4504
4505 * progmodes/python.el (python-send-command): Don't wait for the command
4506 to terminate. Don't fiddle with compilation-parsing-end.
4507
4508 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4511 Insert commentary after first line summary.
4512
4513 * woman.el (woman-follow): New function, based on `man-follow'.
4514 (woman-mode-map): Use it.
4515
4516 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
4517 since ibuffer-do-sort-by-recency does not define a sorter.
4518
4519 2006-08-28 Kim F. Storm <storm@cua.dk>
4520
4521 * find-dired.el (find-dired): Use shell-quote-argument to properly
4522 escape ( and ) args. Also use it on {} and ; args in default
4523 value of find-ls-option string.
4524 (find-grep-dired): Use shell-quote-argument on {} and ; args.
4525
4526 2006-08-27 Michael Olson <mwolson@gnu.org>
4527
4528 * emacs-lisp/tq.el: Small grammar fix in comments.
4529 (tq-enqueue): Check for existence of queue rather than the
4530 head queue item's question, which was a no-op.
4531 (tq-filter, tq-process-buffer): Make sure the process buffer
4532 exists before making it the current buffer.
4533
4534 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4535
4536 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
4537 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
4538 (special-event-map): Apply 2006-08-16 change for x-win.el.
4539
4540 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * progmodes/python.el (python-send-receive): Wait in the
4543 process's buffer so as to check the right buffer-local variables.
4544
4545 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
4548 (defgroup checkdoc): Move to beginning.
4549
4550 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
4551 (python-preoutput-continuation): Remove.
4552 (python-preoutput-filter): Simplify correspondingly.
4553 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
4554 Loop around to catch embedded _emacs_out output.
4555 (run-python): Send the import&print command on a single line.
4556 (python-send-command): Send command&print on a single line.
4557 (python-send-string): Only add double \n if needed.
4558 (python-send-receive): Loop until the result comes.
4559 (python-mode-running): Defvar it.
4560 (python-setup-brm): Remove unused var `menu'.
4561 Only bind py-mode-map and `features' around brm-init.
4562 (python-calculate-indentation): Remove unused var `point'.
4563 (python-beginning-of-defun): Remove unused var `def-line'.
4564
4565 2006-08-25 Richard Stallman <rms@gnu.org>
4566
4567 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
4568
4569 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
4570
4571 * viper.el (viper-set-hooks): Use frame bindings for
4572 viper-vi-state-cursor-color.
4573 (viper-non-hook-settings): Don't set default
4574 mode-line-buffer-identification.
4575
4576 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
4577 (viper-set-cursor-color-according-to-state)
4578 (viper-get-saved-cursor-color-in-replace-mode)
4579 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
4580 viper-emacs-state-cursor-color.
4581
4582 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
4583 (viper-undo): Use point if undo-beg-posn is nil.
4584 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
4585 (viper-after-change-undo-hook): Don't use
4586 viper-emacs-state-cursor-color by default.
4587 (viper-undo): More sensible positioning after undo.
4588
4589 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
4590 (viper-emacs-state-cursor-color): Default to nil, since this feature
4591 doesn't work well yet.
4592
4593 * ediff-mult.el (ediff-intersect-directories)
4594 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
4595 always expand filenames.
4596
4597 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4598
4599 * tumme.el: Remove * in defcustoms's docstrings.
4600
4601 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
4602
4603 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
4604 Accept internal time format for SECS arg.
4605 (timer-relative-time): Doc fix.
4606
4607 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
4608 adapted from Martin Rudalics.
4609 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
4610 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
4611 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
4612 using sit-for.
4613
4614 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
4615
4616 * cus-start.el (all): Add `overline-margin' and
4617 `x-underline-at-descent-line'.
4618
4619 2006-08-24 Kim F. Storm <storm@cua.dk>
4620
4621 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
4622 to mean "use find -exec"; nil now unambiguously means auto-detect.
4623 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
4624 Use shell-quote-argument to build grep-find-command and
4625 grep-find-template.
4626 (rgrep): Use shell-quote-argument to properly quote arguments to find.
4627 Reported by Tom Seddon.
4628
4629 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * startup.el (fancy-splash-head): Give instructions for dismissing
4632 the splash screen for default startup too.
4633 (display-startup-echo-area-message, fancy-splash-screens)
4634 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
4635 all splash text at once and keep the splash buffer around.
4636 (command-line-1): Give display-startup-echo-area-message a t arg.
4637
4638 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
4639
4640 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
4641 gnus frame is selected.
4642
4643 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
4644
4645 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
4646
4647 2006-08-22 Kim F. Storm <storm@cua.dk>
4648
4649 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
4650 Add suffix matching for subdirs.
4651
4652 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
4653
4654 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
4655 mouse-yank-at-point is non-nil.
4656
4657 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
4658
4659 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
4660 a bit wider and remove fringes to fit initial output on line.
4661
4662 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * frame.el (blink-cursor-end): Only ignore the error we care about.
4665 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
4666
4667 2006-08-21 Richard Stallman <rms@gnu.org>
4668
4669 * whitespace.el (whitespace-cleanup): Doc fix.
4670
4671 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
4672
4673 * net/rcirc.el (rcirc-show-maximum-output): New var.
4674 (rcirc-buffer-process): If no buffer argument is supplied, use
4675 current-buffer.
4676 (rcirc-complete-nick): Complete to the last completed nick first.
4677 (rcirc-mode): Preserve the value of `rcirc-urls' across
4678 connections. Setup scroll function.
4679 (rcirc-scroll-to-bottom): New function.
4680 (rcirc-print): Use nick syntax around regexp work.
4681 Notice dim-nicks speaking only if they say our nick.
4682 (rcirc-update-activity-string): Do not show the modeline indicator
4683 if there are no live rcirc processes.
4684 (rcirc-cmd-ignore): Ignore case.
4685 (rcirc-browse-url-at-point): Fix off-by-one error.
4686
4687 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * progmodes/python.el: Remove * in defcustom docstrings.
4690 (run-python, python-proc, python-try-complete): Use derived-mode-p.
4691 (python-mode): Set tab-width and indent-tabs-mode.
4692
4693 2006-08-20 Dave Love <fx@gnu.org>
4694
4695 * progmodes/python.el: Update to Dave Love's latest version.
4696 (python-font-lock-keywords, python-mode): Don't use
4697 font-lock-syntax-table, but match symbol elements explicitly instead.
4698 (python-mode-map): Add help, and a few more key bindings.
4699 (python-skip-comments/blanks): Move out of comments as well.
4700 (python-continuation-line-p): Behave better with unbalanced parens.
4701 (python-blank-line-p): New fun.
4702 (python-open-block-statement-p): Don't use a heuristic.
4703 (python-outdent-p): Better handle blocks-in-the-same-line.
4704 (python-calculate-indentation): Misc improvements.
4705 (python-comment-indent): Remove.
4706 (python-block-pairs): New var.
4707 (python-first-word): New fun.
4708 (python-indentation-levels): Handle more common cases.
4709 (python-indent-line-1): Add `leave' argument.
4710 (python-indent-region): New fun.
4711 (python-skip-out): New fun.
4712 (python-beginning-of-statement, python-end-of-statement): Use it.
4713 (python-next-statement): Return correct count even at eob.
4714 (python-end-of-block): Fix paren-typo.
4715 (python-imenu-create-index): Add module variables.
4716 (run-python): Add `new' arg.
4717 Check we're at a prompt before returning.
4718 (python-send-command): Move to end of buffer.
4719 Wait for prompt to return.
4720 (python-set-proc): New fun.
4721 (python-imports): New var.
4722 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
4723 (python-eldoc-function): Try to move out of arg list.
4724 (python-outline-level): Offset by 1.
4725 (python-find-imports): New fun.
4726 (python-symbol-completions): Use python-imports.
4727 (python-module-path, ffap-alist): Add support for ffap.
4728 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
4729 (python-insert-*, python-default-template, python-expand-template):
4730 Add templates/skeletons.
4731 (python-setup-brm): Support for Bicycle Repair Man.
4732 (python-abbrev-syntax-table): New var.
4733 (python-abbrev-pc-hook, python-pea-hook): New funs.
4734
4735 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
4736
4737 * frame.el (blink-cursor-start): Set timer first.
4738 (blink-cursor-end): Ignore timer cancelling errors.
4739 Suggested by Ken Manheimer.
4740
4741 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
4742
4743 * newcomment.el (comment-box): Call `comment-normalize-vars'.
4744 Add autoload cookie.
4745
4746 2006-08-20 Richard Stallman <rms@gnu.org>
4747
4748 * simple.el (line-number-at-pos): Doc fix.
4749
4750 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
4751 timer-activate-when-idle, so timer can run before Emacs becomes
4752 non-idle again.
4753
4754 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4755
4756 * whitespace.el (whitespace-cleanup-internal): New optional arg
4757 REGION-ONLY. If it's non-nil, modify the message to the user
4758 accordingly.
4759 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
4760 a non-nil argument.
4761
4762 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
4763
4764 * rect.el (spaces-string): Simplify and add doc string.
4765
4766 2006-08-17 Romain Francoise <romain@orebokech.com>
4767
4768 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
4769
4770 2006-08-17 Richard Stallman <rms@gnu.org>
4771
4772 * compare-w.el (compare-windows): lambda's take an arg and pass
4773 it to compare-windows-skip-whitespace.
4774
4775 2006-08-17 Martin Rudalics <rudalics@gmx.at>
4776
4777 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
4778 the right buffer.
4779
4780 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
4783 removed files.
4784
4785 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
4786
4787 * progmodes/gdb-ui.el (gdb-locals-watch-map)
4788 (gdb-locals-watch-map-1): Suppress keymap first.
4789 (gdb-edit-locals-map-1): New variable.
4790 (gdb-edit-locals-value): New function.
4791 (gdb-stack-list-locals-handler): Use them.
4792
4793 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
4796 cursor would normally be drawn in the fringe.
4797
4798 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
4799 Reported by Martin Rudalics <rudalics@gmx.at>.
4800
4801 2006-08-16 Richard Stallman <rms@gnu.org>
4802
4803 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
4804 (special-event-map): Process drag-n-drop events this way.
4805
4806 * simple.el (move-beginning-of-line): Test whether fields
4807 would prevent motion back to line's first visible character.
4808 If so, stop where the fields would stop the motion.
4809
4810 * newcomment.el (comment-indent): Fully update INDENT
4811 before checking to see if it will change the text.
4812
4813 * cus-edit.el (custom-newline): New function.
4814 (custom-mode-map): Bind newline to custom-newline.
4815
4816 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
4817 into ignore-whitespace.
4818 Check each buffer for its skip-function.
4819 Handle compare-windows-skip-whitespace special-case test
4820 by returning t from default skip function.
4821
4822 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
4823
4824 * textmodes/org.el (org-clock-special-range)
4825 (org-clock-update-time-maybe): New functions.
4826 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
4827 not only a-z.
4828 (org-agenda-get-blocks): Allow multiple blocks per headline.
4829 (org-timestamp-change): Call `org-clock-update-time-maybe'.
4830 (org-export-html-title-format)
4831 (org-export-html-toplevel-hlevel): New options.
4832 (org-export-language-setup): Add support for Czech.
4833 (org-mode, org-insert-todo-heading, org-find-visible)
4834 (org-find-invisible, org-invisible-p, org-invisible-p2)
4835 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
4836 (org-show-subtree, org-show-entry, org-make-options-regexp):
4837 Remove compatibility support for old outline-mode.
4838 (org-check-occur-regexp): Funtion removed.
4839 (org-on-heading-p, org-back-to-heading): Made defalias.
4840 (org-set-local): New defsubst.
4841 (org-set-regexps-and-options, org-mode)
4842 (org-set-font-lock-defaults, org-edit-agenda-file-list)
4843 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
4844 (org-remember-apply-template, org-table-edit-field)
4845 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
4846 (org-set-autofill-regexps): Use `org-set-local'.
4847 (org-table-eval-formula): Fix bug with parsing of display flags.
4848
4849 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
4850
4851 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
4852 frame with fringe arrow. Suggested by Simon Marshall
4853 <simon.marshall@misys.com>.
4854 (gdb-stack-position): New variable.
4855 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
4856 (gdb-frames-mode): Set gdb-stack-position to nil.
4857 Add to overlay-arrow-variable-list
4858 (gdb-reset): Delete gdb-stack-position from above list.
4859
4860 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4861
4862 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
4863 read only.
4864
4865 2006-08-13 Romain Francoise <romain@orebokech.com>
4866
4867 * cus-theme.el (customize-create-theme)
4868 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
4869
4870 * filesets.el (filesets-add-buffer): Ditto.
4871
4872 * pcvs.el (cvs-change-cvsroot): Ditto.
4873
4874 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
4875
4876 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
4877 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
4878 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
4879 expressions.
4880 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
4881 Only search till end of line.
4882 Add face to function names in case of no filename.
4883 Add face to variable names of watchpoints.
4884
4885 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4886
4887 * cus-start.el <indent-tabs-mode>: Move to the `indent'
4888 customization group.
4889
4890 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
4891
4892 * allout.el (allout-prior-bindings, allout-added-bindings):
4893 Remove, after long deprecation.
4894 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
4895 Add customization vars controlling allout-beginning-of-line and
4896 allout-end-of-line conveniences.
4897 (allout-header-prefix, allout-use-mode-specific-leader)
4898 (allout-use-mode-specific-leader, allout-mode-leaders):
4899 Revise docstrings.
4900 (allout-infer-header-lead): Change to be an alias for
4901 allout-infer-header-lead-and-primary-bullet.
4902 (allout-infer-header-lead-and-primary-bullet): New version of
4903 allout-infer-header-lead which assigns the primary bullet to the
4904 same as the header lead, when its being changed.
4905 (allout-infer-body-reindent): Apply regexp-quote instead of
4906 unconditionally prepending "\\", so that all literal
4907 allout-header-prefix and allout-primary-bullet strings are
4908 properly handled.
4909 (allout-add-resumptions): Add optional qualifier for extending or
4910 appending to existing values, rather than replacing them.
4911 (allout-view-change-hook): Clarify docstring.
4912 (allout-exposure-change-hook): Take explicit arguments, via
4913 run-hook-with-args.
4914 (allout-structure-added-hook)
4915 (allout-structure-deleted-hook)
4916 (allout-structure-shifted-hook): New hooks analogous to
4917 allout-exposure-change-hook for other kinds of structural outline
4918 edits.
4919 (allout-encryption-plaintext-sanitization-regexps): New encryption
4920 customization variable, by which cooperating modes can provde
4921 massage of the plaintext without actually being passed it.
4922 (allout-encryption-ciphertext-rejection-regexps)
4923 (allout-encryption-ciphertext-rejection-ceiling): New encryption
4924 customization variables, by which cooperating modes can prohibit
4925 rare but possible ciphertext patterns from fouling their
4926 operation, with actually being passed the ciphertext.
4927 (allout-mode): Run activation and deactivation hooks after the
4928 minor-mode variable has been toggled, to clarify the mode
4929 disposition. The new encryption ciphertext rejection variable is
4930 used to ensure that the ciphertext does not contain text that
4931 would be recognized as outline structural elements by allout.
4932 Substite allout-beginning-of-line and allout-end-of-line for
4933 conventionall beginning-of-line and end-of-line bindings.
4934 If allout-old-style-prefixes is non-nil, don't nullify it on mode
4935 activation!
4936 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
4937 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
4938 (allout-chart-subtree): Implement new mode, charting only the
4939 visible items in the subtree, when new 'visible' parameter is non-nil.
4940 (allout-end-of-subtree): Properly handle the last item in the buffer.
4941 (allout-pre-command-business, allout-command-counter):
4942 Increment an advertised counter so that cooperating enhancements can
4943 track revisions of items.
4944 (allout-open-topic): Run allout-structure-added-hook with suitable
4945 arguments.
4946 (allout-shift-in): Run allout-structure-shifted-hook with suitable
4947 arguments.
4948 (allout-shift-out): Fix doubling for negative args and ensure call
4949 of allout-structure-shifted-hook by solely using allout-shift-in.
4950 (allout-kill-line, allout-kill-topic):
4951 Run allout-structure-deleted-hook with suitable arguments.
4952 (allout-yank-processing): Run allout-structure-added-hook with
4953 proper arguments.
4954 (allout-yank): Enclose activity in allout-unprotected.
4955 (allout-flag-region): Run allout-exposure-change-hook with
4956 suitable arguments, instead of making the callee infer the arguments.
4957 (allout-encrypt-string):
4958 Support allout-encryption-plaintext-sanitization-regexps,
4959 allout-encryption-ciphertext-rejection-regexps, and
4960 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
4961 en/de cryption mode in symmetric encryption failure message.
4962 (allout-obtain-passphrase): Use copy-sequence to get a distinct
4963 copy of the passphrase, and don't zero it or we'll corrupt the
4964 stashed copy.
4965 (allout-create-encryption-passphrase-verifier)
4966 (allout-verify-passphrase): Respect the new signature for
4967 allout-encrypt-string.
4968 (allout-get-configvar-values): Convenience for getting a
4969 configuration variable value and handling its absence gracefully.
4970
4971 2006-08-11 Romain Francoise <romain@orebokech.com>
4972
4973 * obsolete/zone-mode.el: Delete.
4974
4975 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
4978
4979 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
4980
4981 * emacs-lisp/bindat.el (bindat-ip-to-string):
4982 Use `format-network-address' if possible.
4983
4984 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4985
4986 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4987
4988 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
4989
4990 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
4991 restore unread-command-events here.
4992 (edebug-display): Do it here, to detect sit-for interruptions.
4993
4994 2006-08-10 Romain Francoise <romain@orebokech.com>
4995
4996 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4997 (dns-mode-soa-auto-increment-serial): New user option.
4998 (dns-mode-soa-maybe-increment-serial): New function.
4999 (dns-mode): Add the latter to `write-contents-functions'.
5000
5001 * obsolete/zone-mode.el: Move to obsolete/ from net/.
5002 Delete autoload cookies.
5003
5004 2006-08-10 John Wiegley <johnw@newartisans.com>
5005
5006 * eshell/em-glob.el (eshell-glob-chars-list)
5007 (eshell-glob-translate-alist): Add support for [^g] in character globs.
5008
5009 2006-08-10 Richard Stallman <rms@gnu.org>
5010
5011 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
5012 (facemenu-set-face): Doc fix.
5013 (facemenu-listed-faces): Doc fix.
5014
5015 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
5016
5017 * avoid.el (mouse-avoidance-animating-pointer): New var.
5018 (mouse-avoidance-nudge-mouse): Use it.
5019 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
5020 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
5021 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
5022 Don't activate if currently animating. All callers changed.
5023
5024 2006-08-09 John Wiegley <johnw@newartisans.com>
5025
5026 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
5027 variable, which causes timeclock to report elapsed time worked,
5028 instead of just work remaining.
5029
5030 2006-08-09 Kenichi Handa <handa@m17n.org>
5031
5032 * international/latexenc.el (latexenc-find-file-coding-system):
5033 Fix for the case that the 2nd element of arg-list is a cons.
5034
5035 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
5036
5037 * info.el (Info-fontify-node): Handle preceding `in' for note
5038 reference hiding rules.
5039
5040 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5041
5042 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
5043 mistake a closing " for an opening one.
5044
5045 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5046
5047 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5048
5049 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 * complete.el (PC-do-completion): Filter out completions matching
5052 completion-ignored-extensions before checking whether there are
5053 multiple completions.
5054 Don't use `list' unnecessarily when building completion tables.
5055
5056 2006-08-06 Richard Stallman <rms@gnu.org>
5057
5058 * help.el (describe-mode): Make minor mode list more concise.
5059
5060 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
5061
5062 * bindings.el: Give mode-line-format, mode-line-modes, and
5063 mode-line-position `standard-value' properties.
5064
5065 2006-08-05 Eli Zaretskii <eliz@gnu.org>
5066
5067 * buff-menu.el (list-buffers-noselect): For Info buffers, use
5068 "(file)node" instead of the file name.
5069
5070 2006-08-05 Richard Stallman <rms@gnu.org>
5071
5072 * faces.el (escape-glyph): Doc fix.
5073
5074 2006-08-04 Kenichi Handa <handa@m17n.org>
5075
5076 * international/mule-diag.el (describe-font): Improve docstring
5077 and error message. Use frame-parameter (not frame-parameters).
5078
5079 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
5082 Correctly mark the end-of-docstring char.
5083
5084 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
5085
5086 * simple.el (line-move-to-column): Constrain move-to-column to
5087 current field.
5088
5089 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * font-lock.el (font-lock-beg, font-lock-end)
5092 (font-lock-extend-region-functions): New vars.
5093 (font-lock-extend-region-multiline)
5094 (font-lock-extend-region-wholelines): New functions.
5095 (font-lock-default-fontify-region): Use them.
5096 (font-lock-extend-jit-lock-region-after-change): Only round up
5097 if font-lock-default-fontify-region will do it as well.
5098
5099 * font-lock.el (font-lock-extend-after-change-region-function):
5100 Rename from font-lock-extend-region-function.
5101 (font-lock-extend-region): Remove by inlining at call sites.
5102 (font-lock-after-change-function): Don't needlessly round up to a whole
5103 number of lines.
5104 (font-lock-extend-jit-lock-region-after-change): Be more careful about
5105 the boundary conditions and the interactions between the various ways
5106 to extend the region.
5107
5108 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
5111 modification status when forcing the second redisplay.
5112
5113 2006-08-03 Kim F. Storm <storm@cua.dk>
5114
5115 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
5116
5117 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
5120 doesn't look like a file name.
5121
5122 * complete.el (PC-expand-many-files): Avoid signalling an error when
5123 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
5124
5125 2006-08-02 Andreas Schwab <schwab@suse.de>
5126
5127 * bindings.el (mode-line-format): Simplify reference to vc-mode.
5128
5129 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
5130
5131 * bindings.el (map): Make mode-line-buffer-identification-keymap
5132 before defining propertized-buffer-identification.
5133
5134 2006-08-01 Richard Stallman <rms@gnu.org>
5135
5136 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
5137
5138 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
5139
5140 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
5141 default value.
5142 (gdb-find-source-frame): New function.
5143 (menu): Add to menu bar.
5144
5145 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * font-core.el (font-lock-extend-region-function)
5148 (font-lock-extend-region): Move to font-lock.el.
5149
5150 * font-lock.el (font-lock-extend-region-function)
5151 (font-lock-extend-region): Move from font-core.el. Simplify.
5152
5153 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
5154 if needed.
5155 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
5156 (jit-lock-after-change-extend-region-functions): New hook.
5157 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
5158
5159 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
5160 (font-lock-turn-on-thing-lock): Use it.
5161
5162 * longlines.el (longlines-show-region): Make it work on read-only
5163 buffers as well.
5164
5165 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
5166
5167 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
5168
5169 2006-07-31 Richard Stallman <rms@gnu.org>
5170
5171 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
5172 (vhdl-speedbar-display-projects): Update old obsolete
5173 speedbar variable names.
5174
5175 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
5176
5177 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
5178 (gdb-stopped): Use it.
5179
5180 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
5181
5182 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
5183
5184 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
5185 for load-history elements.
5186
5187 2006-07-29 Eli Zaretskii <eliz@gnu.org>
5188
5189 * files.el (convert-standard-filename): For Cygwin, replace
5190 characters not allowed in Windows file names.
5191 (make-auto-save-file-name): Add Cygwin to the list of systems
5192 where the auto-save file name needs to be run through
5193 convert-standard-filename.
5194
5195 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
5196
5197 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
5198
5199 2006-07-28 Richard Stallman <rms@gnu.org>
5200
5201 * bindings.el (mode-line-frame-identification)
5202 (propertized-buffer-identification): Centralize the code
5203 to initialize the variable.
5204
5205 * progmodes/grep.el (grep-default-command): Catch errors from
5206 wildcard-to-regexp.
5207
5208 2006-07-29 Kim F. Storm <storm@cua.dk>
5209
5210 * progmodes/grep.el (grep-tag-default): New function.
5211 (grep-default-command, grep-read-regexp): Use it.
5212 (grep-read-files): Use car of grep-files-history or grep-files-aliases
5213 as default if nothing else applies.
5214
5215 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
5216
5217 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5218 Throw error if buffer is not in Dired and Wdired mode, respectively.
5219
5220 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
5221
5222 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
5223 self-insert-command keys don't activate buttons.
5224 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
5225
5226 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
5227
5228 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
5229 faces for enable character.
5230
5231 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
5232
5233 * Makefile.in (recompile): Update comment to reflect change
5234 on 2004-04-21.
5235
5236 2006-07-27 Richard Stallman <rms@gnu.org>
5237
5238 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
5239 (customize-package-emacs-version): Change msg when pkg has no entry.
5240 (custom-no-edit): On a button, do like widget-button-press.
5241
5242 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5243
5244 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
5245 S-tab and C-S-tab.
5246
5247 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
5248
5249 * progmodes/which-func.el (which-function): Fix documentation/
5250 comment typo.
5251
5252 2006-07-26 Richard Stallman <rms@gnu.org>
5253
5254 * textmodes/ispell.el (ispell-word): If we replace the word,
5255 move point to the end. Insert before deleting.
5256
5257 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
5258
5259 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
5260 a timer.
5261
5262 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
5263
5264 * tumme.el (tumme-backward-image): Add prefix argument. Add error
5265 when at first image.
5266 (tumme-forward-image): Add prefix argument. Add error when at last
5267 image.
5268
5269 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * tabify.el (tabify-regexp): Use more specific regexps.
5272 (tabify): Avoid modifying the buffer unnecessarily.
5273
5274 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
5275
5276 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
5277 (tumme-format-properties-string): Handle empty `buf'.
5278 (tumme-get-comment): Change variable names inside `let'.
5279 Add missing `let' variable that cause font-lock problems.
5280 (tumme-write-comments): Change variable names inside `let'.
5281 Add missing `let' variable that cause font-lock problems.
5282 (tumme-forward-image): Rename from `tumme-forward-char'.
5283 (tumme-backward-image): Rename from `tumme-backward-char'.
5284
5285 2006-07-25 Masatake YAMATO <jet@gyve.org>
5286
5287 * progmodes/ld-script.el (ld-script-keywords)
5288 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
5289 and add comments.
5290
5291 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
5292
5293 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5294 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
5295 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
5296 for status indicator.
5297
5298 2006-07-24 Richard Stallman <rms@gnu.org>
5299
5300 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
5301
5302 * subr.el (dolist, dotimes): Use interned symbols for locals.
5303 (--dotimes-limit--, --dolist-tail--): New defvars.
5304 (looking-back): Doc fix.
5305
5306 * replace.el (replace-match-string-symbols): Handle dotted lists.
5307
5308 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
5309
5310 * tumme.el (tumme-write-tags): Add.
5311 (tumme-write-comments): Add.
5312 (tumme-tag-files): Change to use `tumme-write-tags'.
5313 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
5314 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
5315 (tumme-save-information-from-widgets): Change to use
5316 `tumme-write-comments' and `tumme-write-tags'.
5317 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
5318 (tumme-write-tag): Remove.
5319 (tumme-write-comment): Remove.
5320 (tumme-display-previous-thumbnail-original): Remove empty line.
5321 (tumme-widget-list): Add punctuation.
5322
5323 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
5324
5325 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
5326
5327 2006-07-24 Daiki Ueno <ueno@unixuser.org>
5328
5329 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5330 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
5331 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
5332
5333 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5334
5335 * mouse.el (mouse-on-link-p): Doc fix.
5336
5337 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
5338
5339 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5340 Handle "C-h f `".
5341
5342 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5343
5344 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
5345 column.
5346
5347 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
5348
5349 * textmodes/table.el: Add move-beginning-of-line and
5350 move-end-of-line to Point Motion Only Group.
5351
5352 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
5353
5354 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
5355
5356 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5357
5358 * startup.el (user-mail-address): Initialize from the `EMAIL'
5359 environment variable first. Document this.
5360 (command-line): Ditto.
5361
5362 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
5363
5364 * help-mode.el (help-function-def, help-variable-def)
5365 (help-face-def): Print a message in the minibuffer.
5366
5367 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5368
5369 * term/xterm.el (terminal-init-xterm): Fix key bindings
5370 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
5371
5372 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5373
5374 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
5375 where `(nth 1 command)' is a cons cell. Doc fix.
5376
5377 * textmodes/po.el (po-find-charset): Doc fix.
5378
5379 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
5380
5381 * allout.el (allout-unprotected, allout-e-o-prefix-p)
5382 (allout-beginning-of-current-line, allout-end-of-current-line)
5383 (allout-next-visible-heading, allout-open-topic)
5384 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
5385 (allout-flag-current-subtree, allout-show-to-offshoot)
5386 (allout-hide-current-entry, allout-show-current-branches)
5387 (allout-hide-region-body, allout-old-expose-topic)
5388 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
5389 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
5390 containing `beginning-of-line' and `end-of-line' with
5391 `inhibit-field-text-motion' t.
5392
5393 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5394
5395 * frame.el (focus-follows-mouse): Document that it doesn't have
5396 any effect on MS-Windows.
5397
5398 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
5401
5402 2006-07-20 Jay Belanger <belanger@truman.edu>
5403
5404 * calc.el (calc-previous-alg-entry): Remove variable.
5405
5406 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
5407 New variables.
5408 (calc-alg-entry): Use `calc-alg-entry-history'.
5409 (calc-do-quick-calc): Use `calc-quick-calc-history'.
5410 Remove reference to `calc-previous-alg-entry'.
5411 (calcAlg-edit, calcAlg-enter): Remove reference to
5412 `calc-previous-alg-entry'.
5413 (calcAlg-previous): Use `previous-history-element' instead of
5414 `calc-previous-alg-entry'.
5415 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
5416 Change keybinding for `calcAlg-plus-minus', add keybindings for
5417 `previous-history-element' and `next-history-element'.
5418
5419 * calc-rewr.el (calc-match): Remove reference to
5420 `calc-previous-alg-entry'.
5421
5422 * calc-sel.el (calc-selection-history): New variable.
5423 (calc-enter-selection, calc-sel-mult-both-sides)
5424 (calc-sel-add-both-sides): Use `calc-selection-history'.
5425
5426 * calc-map.el (calc-get-operator-history): New variable.
5427 (calc-get-operator): Use `calc-get-operator-history'.
5428
5429 * calcalg3.el (calc-curve-fit-history): New variable.
5430 (calc-curve-fit): Use `calc-curve-fit-history'.
5431
5432 2006-07-20 Kenichi Handa <handa@m17n.org>
5433
5434 * international/mule-cmds.el (select-safe-coding-system): Fix the
5435 way of deciding eol-type of the coding system.
5436
5437 2006-07-20 Alan Mackenzie <acm@muc.de>
5438
5439 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
5440 (c-lang-setvar): New macro.
5441 (c-make-init-lang-vars-fun): Use the initialization forms in
5442 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
5443 (comment-start, comment-end, comment-start-skip): Change these from
5444 c-lang-defvar's to c-lang-setvar's.
5445
5446 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
5447 which calls make-local-variable on the elements of
5448 c-emacs-variable-inits.
5449 (c-init-language-vars-for): Call this new macro.
5450
5451 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5452
5453 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5454 Try to rule out false positives due to time stamps.
5455 (compilation-mode-font-lock-keywords): Remove rules made redundant
5456 because of the above change. Add `segmentation fault' to the known and
5457 highlighted compilation termination messages.
5458
5459 2006-07-19 Kim F. Storm <storm@cua.dk>
5460
5461 * progmodes/grep.el (grep-find-ignored-directories):
5462 Add .svn and _darcs to list.
5463
5464 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
5465
5466 * dired.el (dired-mode-map): Add key binding `C-te' for
5467 `tumme-dired-edit-comment-and-tags'.
5468
5469 * tumme.el (tumme-display-thumbnail-original-image): Make sure
5470 image display buffer is displayed before call to
5471 `tumme-display-image.
5472 (tumme-dired-display-image): Make sure image display buffer is
5473 displayed before call to `tumme-display-image.
5474 (tumme-mouse-display-image): Make sure image display buffer is
5475 displayed before call to `tumme-display-image.
5476 (tumme-widget-list): Add.
5477 (tumme-dired-edit-comment-and-tags): Add.
5478 (tumme-save-information-from-widgets): Add.
5479
5480 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5481
5482 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
5483
5484 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5485
5486 * progmodes/sh-script.el (sh-font-lock-keywords-1):
5487 Revert inadvertently installed patch hunk.
5488
5489 * progmodes/compile.el (compilation-find-file): Handle the
5490 cases where the user selects a non-existent file.
5491
5492 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5493
5494 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
5495
5496 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
5497
5498 * subr.el (sit-for): Just sleep-for if noninteractive.
5499
5500 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * emacs-lisp/autoload.el (make-autoload): Use new arg.
5503
5504 * custom.el (custom-autoload): Add `noset' argument.
5505 (custom-push-theme): Don't autoload the variable, let callers do it.
5506 (custom-theme-set-variables): Autoload the variable if necessary.
5507
5508 * cus-edit.el (custom-variable-state-set): If the variable was
5509 originally set outside custom, but to the same value as the default,
5510 consider it to be standard.
5511
5512 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
5513 file *before* telling Emacs to add the autoloads, in case it fails.
5514
5515 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
5516 Use `cond', push', and `dolist'.
5517
5518 2006-07-17 Richard Stallman <rms@gnu.org>
5519
5520 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
5521 Add defvars to silence warnings.
5522
5523 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
5524
5525 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5526 Don't highlight "Compiling file" messages as error.
5527
5528 * dired-aux.el (dired-compress-file): Confirm again if gzipped
5529 file already exists.
5530
5531 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
5532
5533 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
5534 entry, don't assign to free var; simply return the extracted filename.
5535 (ff-treat-as-special): Incorporate common preamble from callers.
5536 (ff-other-file-name, ff-find-the-other-file):
5537 Update call to ff-treat-as-special.
5538
5539 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
5540
5541 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
5542
5543 * tumme.el (tumme-get-comment): Fix bug.
5544
5545 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * files.el: Remove spurious * in docstrings.
5548
5549 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
5550
5551 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
5552 grammar.
5553 (allout-beginning-of-current-line): Beware beginning of buffer.
5554 Also, a comment is simplified.
5555 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
5556 when appropriate. (This fix enables use for other than
5557 bullet-hotspot operation.)
5558 (allout-hide-current-subtree): While escalating to sibling-close,
5559 make sure to situate on a topic.
5560
5561 2006-07-14 Kim F. Storm <storm@cua.dk>
5562
5563 * emulation/cua-base.el (cua-delete-selection)
5564 (cua-toggle-set-mark): New defcustoms.
5565 (cua-rectangle-modifier-key): Add `alt' modifier.
5566 (cua-replace-region): Don't delete if cua-delete-selection is nil.
5567 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
5568 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
5569
5570 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
5571
5572 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
5573
5574 * allout.el: Require 'cl during byte-compilation/interactive load,
5575 for the `assert' macro.
5576 (allout-mode-deactivate-hook): New hook, run when allout mode
5577 deactivates.
5578 (allout-developer): New allout customization subgroup.
5579 (allout-run-unit-tests-on-load): New allout-developer
5580 customization variable, when true allout unit tests are run towards
5581 end of file load/eval.
5582 (allout-inhibit-auto-fill): Disable auto-fill activity even during
5583 auto-fill-mode.
5584 (allout-resumptions): Remove, to be replaced by...
5585 (allout-add-resumptions): Register variable settings to be
5586 reinstated by `allout-do-resumptions'. The settings are made
5587 buffer-local, but the locality/globality of the suspended setting
5588 is restored on resumption.
5589 (allout-do-resumptions): Reinstate all settings suspended using
5590 `allout-add-resumptions'.
5591 (allout-test-resumptions): Unit tests (and intermediate variables)
5592 for resumptions.
5593 (allout-tests-globally-unbound, allout-tests-globally-true)
5594 (allout-tests-locally-true): Intermediate variables for
5595 resumptions unit tests.
5596 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
5597 (allout-exposure-category): Replaces 'allout-overlay-category variable.
5598 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
5599 instead of retired `allout-resumptions'. For hook functions, use
5600 `local' parameter so hook settings are created and removed as
5601 buffer-local settings. Revise (resumptions) setting
5602 auto-fill-function so it is set only if already active. (The
5603 related fill-function settings are all made in either case, so
5604 that activating auto-fill-mode activity will have the custom
5605 allout-mode behaviors (hanging indent on topics, if configured for it).
5606 Remove all allout-exposure-category overlays on mode deactivation.
5607 (allout-hotspot-key-handler): New function extracted from
5608 `allout-pre-command-business', so the functionality can be used
5609 for other purposes, eg as a binding in an overlay.
5610 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
5611 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
5612 customization variable.
5613 (allout-run-unit-tests): Run the (currently quite small)
5614 repertoire of unit tests. Called just before the provide iff user
5615 has customized `allout-run-unit-tests-on-load' non-nil.
5616
5617 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
5618
5619 * emacs-lisp/authors.el (authors-aliases): Update.
5620
5621 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
5622
5623 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
5624 gdb-source-window. Add dedicated argument.
5625 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
5626 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
5627 (gdb-display-threads-buffer, gdb-display-memory-buffer)
5628 (gdb-display-locals-buffer): Use it.
5629
5630 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
5631 Set gdb-source-window.
5632
5633 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
5634
5635 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
5636 minor modes, redundant with the custom-autoload line above.
5637
5638 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
5639
5640 * longlines.el (longlines-post-command-function): Handle open-line too.
5641
5642 2006-07-12 Richard Stallman <rms@gnu.org>
5643
5644 * progmodes/grep.el (grep-last-buffer): Doc fix.
5645
5646 * info.el (Info-try-follow-nearest-node): Doc fix.
5647
5648 * emacs-lisp/edebug.el (edebug-instrument-function):
5649 Err if find-function-noselect gives no position.
5650
5651 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5652 If can't find definition, return nil for position.
5653 (find-function-do-it): Handle new return value
5654 of find-definition-noselect.
5655 (find-definition-noselect, find-variable-noselect): Doc fix.
5656 (find-function-noselect): Doc fix.
5657
5658 * help-mode.el (help-variable-def): Handle find-variable-noselect
5659 returning no position.
5660 (help-function-def): Likewise for find-function-search-for-symbol.
5661 (help-face-def): Likewise.
5662
5663 * help-fns.el (describe-variable): Handle find-variable-noselect
5664 returning no position.
5665
5666 * files.el (locate-file-completion): Avoid duplicates in result.
5667
5668 * cus-edit.el (custom-no-edit): New command.
5669 (custom-mode-map): Remap to custom-no-edit instead of
5670 using suppress-keymap.
5671
5672 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
5673
5674 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5675 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5676 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
5677
5678 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
5679
5680 2006-07-11 Kim F. Storm <storm@cua.dk>
5681
5682 * ido.el (ido-copy-current-file-name): Use buffer-name if
5683 buffer-file-name is nil.
5684
5685 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
5686
5687 * simple.el (undo-ask-before-discard): Set to nil.
5688
5689 * vc.el (vc-exec-after): Don't delete process manually.
5690 (vc-print-log): Run log-view-mode in process sentinel inside
5691 inhibit-read-only. Don't shrink window due to timing issues.
5692
5693 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
5694 Avoid using with-output-to-temp-buffer, which clobbers local vars.
5695
5696 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5697
5698 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5699 Fix ambiguity introduced by last change.
5700 (compilation-find-file): Move save-excursion to where it may
5701 make sense. Fix a left over `find-file'.
5702
5703 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
5704
5705 * textmodes/texinfmt.el (texinfo-format-separate-node):
5706 Insert a string before point, which fits documentation, not after.
5707 (texinfo-multitable-item): In a multitable row, insert any
5708 additional needed @tabs and spaces.
5709
5710 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
5711
5712 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5713 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5714 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
5715 instead of shell-command.
5716 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
5717 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
5718 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
5719 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
5720 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
5721 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
5722
5723 2006-07-11 Kim F. Storm <storm@cua.dk>
5724
5725 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
5726 Remove special case for seconds < 0. Use (redisplay t) instead.
5727
5728 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
5729
5730 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
5731 avoid compilation error.
5732
5733 * subr.el (sit-for): New function.
5734
5735 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
5736
5737 2006-07-10 Richard Stallman <rms@gnu.org>
5738
5739 * ldefs-boot.el (edebug): Update page.
5740
5741 2006-07-10 Kim F. Storm <storm@cua.dk>
5742
5743 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
5744 to FOR-RELEASE and TODO.
5745
5746 2006-07-10 Romain Francoise <romain@orebokech.com>
5747
5748 * emacs-lisp/authors.el (authors-aliases): Update.
5749
5750 2006-07-10 Alan Mackenzie <acm@muc.de>
5751
5752 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
5753 * cc-mode.el: Changes to eradicate eval-after-load.
5754
5755 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
5756
5757 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
5758 on non-char events.
5759
5760 2006-07-09 Romain Francoise <romain@orebokech.com>
5761
5762 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5763 Don't highlight start/end markers as compilation messages.
5764
5765 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
5766 to t.
5767
5768 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
5771
5772 2006-07-08 Richard Stallman <rms@gnu.org>
5773
5774 * term/x-win.el (x-handle-display): Add doc string.
5775
5776 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5777
5778 * subr.el (def-edebug-spec): Move here.
5779 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
5780
5781 * imenu.el (imenu-choose-buffer-index): Doc fix.
5782
5783 2006-07-08 Romain Francoise <romain@orebokech.com>
5784
5785 * term/x-win.el (x-display-name): Fix typo.
5786
5787 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5788
5789 * hexl.el (hexl-find-file): Doc fix.
5790
5791 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5792
5793 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * term/x-win.el (x-display-name): Doc fix.
5796
5797 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
5800 long prefixes.
5801 (fill-region-as-paragraph): Don't round up to a whole line.
5802 (fill-comment-paragraph): Don't include the code-before-the-comment
5803 when calling fill-region-as-paragraph.
5804
5805 * international/mule.el (make-char): Remove redundancy.
5806
5807 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
5808 property may contain an anonymous function rather than a symbol.
5809
5810 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
5811
5812 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5813 Use shy regexp. Fix incorrect backref to potentially unmatched group.
5814
5815 * dirtrack.el (dirtrack-default-directory-function): Remove.
5816 (dirtrack-directory-function): Use file-name-as-directory.
5817 (dirtrack-windows-directory-function): Simplify.
5818 (dirtrack-forward-slash, dirtrack-backward-slash)
5819 (dirtrack-replace-slash): Remove.
5820 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
5821 (dirtrack): Fix wrong parenthesizing; use match-string.
5822
5823 * progmodes/octave-inf.el: Remove spurious * in docstrings.
5824 (inferior-octave-mode): Only change the buffer-local value of
5825 comint-dynamic-complete-functions.
5826 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
5827 Move the initialization to the declaration.
5828 (inferior-octave-complete): Remove unused var `filter'.
5829
5830 * shell.el (shell-mode): Only change the buffer-local value of
5831 comint-dynamic-complete-functions.
5832
5833 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
5834
5835 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
5836 entry is skipped because it has been scheduled.
5837 (org-prepare-agenda-buffers): Don't mark buffers as modified when
5838 changing `:org-archived' and `:org-comment' properties.
5839
5840 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
5841
5842 * server.el (server-select-display): Don't make the temp frame
5843 minibuffer-only, in case it's not a temp frame.
5844 (server-process-filter): Don't delete the temp frame if it's the
5845 only one we have on that display.
5846
5847 * files.el (find-alternate-file): Doc fix.
5848
5849 2006-07-05 Richard Stallman <rms@gnu.org>
5850
5851 * files.el (abbreviate-file-name): Add save-match-data.
5852
5853 2006-07-03 Richard Stallman <rms@gnu.org>
5854
5855 * faces.el (read-face-name): Doc fix.
5856
5857 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * net/goto-addr.el (goto-address): Mark as safe for local evals.
5860
5861 2006-07-05 Andre Spiegel <spiegel@gnu.org>
5862
5863 * vc.el (vc-diff-internal): Fix prev change.
5864
5865 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5866
5867 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
5868 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
5869
5870 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5871
5872 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
5873 fails if the symbol contains chars like ( or '.
5874 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
5875 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
5876 `short'.
5877
5878 2006-07-04 Kenichi Handa <handa@m17n.org>
5879
5880 * international/mule-cmds.el (set-language-info): If LANG-ENV is
5881 the current one, don't call set-language-environment, but call one
5882 of set-language-environment-XXX to make INFO effective now.
5883 (set-language-environment): Call set-language-environment-XXX
5884 functions instead of doing the various setups directly.
5885 (set-language-environment-coding-systems): Delete argument eol-type.
5886 (set-language-environment-input-method)
5887 (set-language-environment-nonascii-translation)
5888 (set-language-environment-charset)
5889 (set-language-environment-fontset)
5890 (set-language-environment-unibyte): New functions.
5891
5892 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
5893
5894 * locate.el (locate-update-when-revert): New option.
5895 (locate-update-path): New option (suggested by Michael Albinus).
5896 (locate-prompt-for-command): Whitespace change.
5897 (locate-update): No longer offer to update the locate database by
5898 default. Implement the two new options.
5899
5900 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5901
5902 * tooltip.el: Move comment about track-mouse...
5903
5904 * progmodes/gud.el: ...to here.
5905
5906 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * facemenu.el (facemenu-listed-faces): New var.
5909 (facemenu-unlisted-faces): Variable deleted.
5910 (facemenu-add-new-face): Use facemenu-listed-faces.
5911
5912 * emulation/viper-init.el, calendar/calendar.el:
5913 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
5914
5915 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
5916
5917 * textmodes/org.el (org-mode): Remove no invalid settings for
5918 calc embedded mode.
5919 (org-mode-p): New defsubst.
5920 (org-save-all-org-buffers): New function.
5921 (org-first-headline-recenter): Enclose outline-regexp in group
5922 delimiters.
5923 (org-set-tags): Keep single space after stars.
5924
5925 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * window.el (set-window-text-height): Only set window-min-height to
5928 1 if that's the requested size.
5929
5930 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
5931 (diff-unified->context, diff-context->unified)
5932 (diff-reverse-direction): Make sure the end marker stays at the end.
5933 (diff-mode): Add the keymap table at the end of docstring.
5934 Use lexical-let rather than constructing a closure manually.
5935
5936 * files.el (find-file-noselect-1): Remove unused var assignment.
5937 (hack-local-variables-confirm): Print lists of strings as lists of
5938 strings rather than lists of symbols.
5939 (abbreviate-file-name, hack-local-variables-prop-line):
5940 Use match-string.
5941 (hack-one-local-variable): Move `make-local-variable' nearer its use.
5942 (recover-session-finish): Use line-end-position.
5943
5944 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
5945
5946 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
5947
5948 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
5949
5950 * progmodes/make-mode.el (makefile-macroassign-regex):
5951 Accept preceding keyword.
5952 (makefile-gmake-statements): Reorganize, now that makepp has
5953 "override" and also handle forgotten "override define".
5954 (makefile-makepp-statements): Add new "global", "override export"
5955 and "override global".
5956
5957 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
5960 (ada-compile-mouse-goto-error, ada-deactivate-properties)
5961 (ada-no-auto-case): Fix typos in docstrings.
5962
5963 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
5964
5965 * info.el (Info-find-node-2): Search for makeinfo version more
5966 carefully.
5967
5968 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
5969
5970 * textmodes/org.el (org-prepare-agenda-buffers):
5971 Use `invisible-OK' argument for `org-end-of-subtree'.
5972 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
5973 (org-beginning-of-item): Fix bug in regular expression for white line.
5974 (org-export-as-html): Enforce space after bullet in plain list items.
5975 (org-set-autofill-regexps): Require space after plain list bullet
5976 for paragraph-start.
5977 (org-ts-regexp3): New constant.
5978 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
5979 (org-timestamp-up-day, org-timestamp-down-day)
5980 (org-timestamp-change): Work with inactive timestamps.
5981 (org-ts-regexp1): Don't allow brackets in time stamps.
5982
5983 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
5984
5985 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
5986 for ignoring links.
5987
5988 * faces.el (read-face-name): Use it.
5989
5990 2006-06-28 Juri Linkov <juri@jurta.org>
5991
5992 * buff-menu.el (list-buffers-noselect): Compare Info file
5993 with the string "dir" to detect Info directory.
5994
5995 * complete.el (partial-completion-mode): In lambda for
5996 `choose-completion-string-functions' use full function signature
5997 with 4 args, and move point to the end of the minibuffer only if arg
5998 `mini-p' is non-nil.
5999
6000 2006-06-28 John Paul Wallington <jpw@pobox.com>
6001
6002 * ibuffer.el (ibuffer-mode): Doc fix.
6003
6004 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
6005
6006 * textmodes/org.el (org-context): New contexts :item-bullet,
6007 :latex-fragment, :latex-preview.
6008 (org-overlays-at, org-overlay-start, org-overlay-end):
6009 New compatibility functions.
6010 (org-inside-LaTeX-fragment-p): More accurate matching, using the
6011 exact regexp that will be used during export.
6012 (org-latex-regexps): New variable.
6013 (org-cdlatex-mode): Improve advice for `texmathp'.
6014 (turn-on-org-cdlatex): New function.
6015
6016 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6017
6018 * term/mac-win.el (mac-handle-font-selection): Change keys of
6019 mac-atsu-font-table from strings to numbers.
6020 (mac-ts-caret-position): Use also when cursor-type is nil.
6021 (mac-ts-update-active-input-area): Add Mac OS Classic support.
6022 Relax condition for using overlay strings.
6023 Use mac-ts-caret-position face when cursor-type is nil.
6024
6025 2006-06-26 Kim F. Storm <storm@cua.dk>
6026
6027 * help.el (view-emacs-news): Declare `res' in the right let* form.
6028
6029 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
6030
6031 * net/rcompile.el (remote-compile): Replace ange-ftp based
6032 implementation by Tramp functions.
6033 Suggested by Marc Abramowitz <msabramo@gmail.com>.
6034
6035 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
6036
6037 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
6038
6039 * international/fontset.el (setup-default-fontset): Fix a typo in
6040 the "Oriya-Akruti" registry name.
6041
6042 2006-06-23 Lars Hansen <larsh@soem.dk>
6043
6044 * desktop.el (desktop-full-file-name): New function.
6045 (desktop-kill, desktop-save, desktop-remove, desktop-read)
6046 (desktop-revert): Use it.
6047 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
6048 (desktop-after-read-hook): Add option list-buffers.
6049 (desktop-locals-to-save): Add tab-width.
6050 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
6051 Fix docstring.
6052
6053 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
6054
6055 * textmodes/org.el (org-cdlatex-mode-map)
6056 (org-cdlatex-texmathp-advice-is-done): New variables.
6057 (org-cdlatex-mode): New minor mode.
6058 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
6059 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
6060 (org-export-with-archived-trees): New option.
6061 (org-open-file): Remove the call to `convert-standard-filename'.
6062 (org-archive-tag, org-agenda-skip-archived-trees)
6063 (org-cycle-open-archived-trees)
6064 (org-sparse-tree-open-archived-trees): New options.
6065 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
6066 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
6067 New functions.
6068 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
6069 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
6070 (org-mode-map): Add binding for `org-toggle-archive-tag'.
6071 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6072 Call `org-prepare-agenda-buffers'.
6073 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
6074 (org-file-apps, org-file-apps-defaults-gnu)
6075 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
6076 Handle remote files by forcing them to be opened in Emacs.
6077
6078 2006-06-23 Andre Spiegel <spiegel@gnu.org>
6079
6080 * vc.el (vc-diff-knows-L): New variable.
6081 (vc-diff-internal): Use it to handle "diff" programs that don't
6082 understand -L. This works automatically, no user action is necessary.
6083
6084 2006-06-23 Daniel Brockman <daniel@brockman.se>
6085
6086 * net/rcirc.el (rcirc-default-user-full-name): Default to
6087 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
6088 longer exists).
6089 (rcirc-process-list): Check `buffer-live-p' before attempting to
6090 switch to a buffer.
6091
6092 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
6093
6094 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
6095 based on rcirc-coding-system-alist.
6096
6097 2006-06-23 Martin Rudalics <rudalics@gmx.at>
6098
6099 * cus-edit.el (customize-apropos): A better error message.
6100 (top level) <debug-ignored-errors>: Extend and update the list of
6101 ignored error messages.
6102
6103 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
6104
6105 * complete.el (PC-do-completion): Retain capitalization of user
6106 input, when possible, even if completion-ignore-case is set.
6107
6108 2006-06-23 Eli Zaretskii <eliz@gnu.org>
6109
6110 * generic-x.el (bat-generic-mode): Support .cmd files.
6111
6112 * dos-w32.el (top level): Use find-file-not-found-functions
6113 instead of the obsolete find-file-not-found-hooks.
6114
6115 2006-06-22 Kim F. Storm <storm@cua.dk>
6116
6117 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
6118 to recognize mode name containing submodes, such as Grep/lw.
6119
6120 2006-06-21 Kim F. Storm <storm@cua.dk>
6121
6122 * simple.el (line-move-1): Check for move-end-of-line instead of
6123 end-of-line when setting temporary-goal-column.
6124
6125 2006-06-21 Miles Bader <miles@gnu.org>
6126
6127 * play/cookie1.el (cookie): Work properly when there's only one entry.
6128
6129 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
6130
6131 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
6132 (gdb-frame-handler): Generalize frame regexp for templates.
6133
6134 2006-06-20 Glenn Morris <rgm@gnu.org>
6135
6136 * calendar/appt.el (appt-display-format): Default value must be
6137 one of the customize options.
6138
6139 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6140
6141 * term/xterm.el (terminal-init-xterm): Update key availability info.
6142 Bind C-return.
6143
6144 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
6145
6146 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
6147
6148 * files.el (hack-local-variables): Run `hack-local-variables-hook'
6149 whether or not a local variables list is defined.
6150
6151 * msb.el (msb): Move `sit-for' hack here to handle both
6152 "mouse-down and drag" and "mouse-up and select" situations.
6153 (mouse-select-buffer): Move `sit-for' hack to `msb'.
6154
6155 2006-06-20 Kenichi Handa <handa@m17n.org>
6156
6157 * international/characters.el (word-combining-categories):
6158 Add entries for 2-byte Han characters.
6159
6160 2006-06-19 Richard Stallman <rms@gnu.org>
6161
6162 * bindings.el (mode-line-format): Save some mode line space.
6163
6164 * files.el (find-file-noselect): Improve the question wording.
6165 (basic-save-buffer-2): Mask UMASK against 666.
6166
6167 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
6168 (mouse-drag-vertical-line): Call it.
6169
6170 * cus-edit.el (customize-option, customize-option-other-window):
6171 Error if SYMBOL is nil.
6172
6173 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
6174
6175 * textmodes/org.el: Require noutline, also on XEmacs.
6176 (org-end-of-subtree): Return point.
6177 (org-dblock-start-re, org-dblock-end-re): New constants.
6178 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
6179 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
6180 (org-update-all-dblocks, org-find-dblock): New functions.
6181 (org-collect-clock-time-entries): New function.
6182 (org-html-handle-time-stamps): Never export CLOCK timeranges.
6183 (org-fixup-indentation): Modify to deal correctly with lines
6184 starting with TAB. Only one argument DIFF now.
6185 (org-demote, org-promote): Call `org-fixup-indentation' with just
6186 one argument, DIFF.
6187 (org-mode): Don't mark buffer as modified when aligning tables.
6188 (org-clock-sum): Don't mark buffer modified when adding time sum
6189 properties.
6190 (org-export-as-html): Add support for a link validation function.
6191 (org-archive-all-done): New function.
6192 (org-archive-subtree): New prefix argument. When set, archive all
6193 done subtrees in this buffer.
6194 (org-remove-clock-overlays)
6195 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
6196 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
6197 (org-put-clock-overlay): Don't swallow last headline character
6198 when displaying overlay.
6199 (org-store-link): Link to `image-mode' with just the file name.
6200
6201 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
6202
6203 * viper-cmd.el (viper-special-read-and-insert-char):
6204 Use read-key-sequence.
6205 (viper-after-change-undo-hook): Misc enhancements.
6206 (viper-after-change-undo-hook): New hook.
6207 (viper-undo): Use viper-after-change-undo-hook.
6208 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
6209 (viper-next-line-at-bol): If point is on a widget or a button, simulate
6210 clicking on that widget/button.
6211
6212 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
6213
6214 * ediff-diff (ediff-test-patch-utility): Catch errors.
6215 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
6216 (ediff-set-actual-diff-options): New function.
6217 (ediff-reset-diff-options, ediff-toggle-ignore-case):
6218 Use ediff-set-actual-diff-options.
6219 (ediff-extract-diffs): Catch errors.
6220 (ediff-whitespace): Add non-breakable space.
6221 (ediff-same-file-contents): Catch errors.
6222
6223 * ediff-mult.el (ediff-collect-custom-diffs):
6224 Save coding-system-for-read.
6225
6226 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
6227 (ediff-vc-internal, ediff-vc-merge-internal):
6228 Use ediff-delete-version-file.
6229 (ediff-delete-version-file): New function.
6230
6231 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
6232
6233 * ediff.el (ediff-directories, ediff-directory-revisions)
6234 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
6235 (ediff-directories-internal, ediff-merge-directory-revisions)
6236 (ediff-merge-directory-revisions-with-ancestor)
6237 (ediff-directories3): Use read-directory-name.
6238
6239 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
6240
6241 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
6242 Remove superfluous part of regexp for brace matching which is handled
6243 by `scan-lists' call.
6244
6245 2006-06-16 Richard Stallman <rms@gnu.org>
6246
6247 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
6248
6249 * files.el (basic-save-buffer-2): For a new precious file,
6250 use the default modes in the return value.
6251
6252 * facemenu.el (facemenu-color-alist): Doc fix.
6253
6254 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
6255
6256 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6257
6258 * cus-start.el (all): Add mac-ts-script-language-on-focus.
6259
6260 * term/mac-win.el (mac-text-encoding-ascii): New constant.
6261 (mac-utxt-to-string): Use it.
6262 (mac-ts-update-active-input-area): Use mac-ae-number.
6263
6264 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6265
6266 * term.el (term-handle-scroll, term-delete-lines)
6267 (term-insert-lines): Fix off by one errors.
6268
6269 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
6270
6271 * net/tramp.el (tramp-touch): Use UTC to express time.
6272
6273 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
6274
6275 * mail/sendmail.el (mail-send): Search explicitly for
6276 mail-header-separator when checking for corrupted header lines.
6277
6278 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
6279
6280 * progmodes/gdb-ui.el (gdb-same-frame): New option.
6281 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
6282 (gdb-init-1): Initialise them.
6283 (gdb-starting): Reset gdb-printing
6284 (gdb-starting): Save value of gud-overlay-arrow-position.
6285 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
6286 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
6287 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
6288 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
6289
6290 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
6293
6294 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
6295
6296 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
6297 (ldap-search-internal): Keep error messages, and a regexp fix.
6298
6299 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
6300
6301 * files.el (hack-local-variables-confirm):
6302 Display string value using its printed representation.
6303
6304 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * server.el (server-edit): No-op if no server buffers exist.
6307
6308 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
6309
6310 * textmodes/page-ext.el (pages-directory-for-addresses):
6311 Including `pages-directory-address-mode' in the function results
6312 in the message "Buffer in which pages were found is deleted".
6313
6314 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
6315
6316 * textmodes/org.el (org-agenda-mode-map): Add bindings for
6317 clocking functions.
6318
6319 (org-agenda-clock-in, org-check-running-clock)
6320 (org-clock-out-if-current, org-remove-clock-overlays)
6321 (org-put-clock-overlay): New functions.
6322 (org-clock-marker, org-clock-file-total-minutes)
6323 (org-clock-overlays): New variables.
6324 (org-clock-display, org-clock-sum, org-clock-cancel)
6325 (org-clock-out, org-clock-in): New commands.
6326 (org-export): New function.
6327 (org-emph-re): New constant.
6328 (org-set-emph-re, org-do-emphasis-faces): New functions.
6329 (org-emphasis-regexp-components, org-emphasis-alist): New options.
6330 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
6331 (org-export-html-convert-emphasize): Use the configurable emphasis.
6332 (org-cleaned-string-for-export): Make multiline emphasis visible
6333 to the exporter. New optional argument PARAMETERS.
6334 (org-export-as-html): Specify :emph-multiline parameter to
6335 `org-cleaned-string-for-export'.
6336
6337 2006-06-10 Richard Stallman <rms@gnu.org>
6338
6339 * help.el (help-for-help-internal): Clean up help text.
6340
6341 2006-06-10 Andreas Schwab <schwab@suse.de>
6342
6343 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
6344 in doc string.
6345
6346 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
6347
6348 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
6349
6350 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
6351 spaces after the comment start.
6352
6353 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6354
6355 * play/pong.el (pong-init-buffer):
6356 Fill buffer with spaces instead of ^A.
6357
6358 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
6359 launched asynchronously, delete its process instead of being cool.
6360 (ispell-async-processp): Check for `delete-process' existence
6361 instead of `kill-process' one for consistency.
6362
6363 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
6364
6365 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
6366 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
6367 in mode line at startup.
6368
6369 2006-06-08 Kim F. Storm <storm@cua.dk>
6370
6371 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
6372 (ido-init-completion-maps): Bind them to M-SPC and M-v.
6373 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
6374 (ido-file-internal): Pass full file name to write-file.
6375 (ido-read-internal): Only pop stack elements automatically if they
6376 actually match an existing directory or file name.
6377
6378 2006-06-07 Kenichi Handa <handa@m17n.org>
6379
6380 * international/mule.el (find-auto-coding): Don't handle the short
6381 name `char-trans'.
6382
6383 * files.el (hack-local-variables-prop-line)
6384 (hack-local-variables): Cancel the previous change.
6385
6386 2006-06-06 Jesper Harder <harder@phys.au.dk>
6387
6388 * ediff-diff.el (ediff-test-utility): Protect against file-error.
6389
6390 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * diff-mode.el (diff-mode): Set buffer-read-only to t when
6393 diff-default-read-only is non-nil.
6394 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
6395 (diff-refine-hunk): Set inhibit-read-only to t.
6396
6397 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
6398 modifying the *Diff* buffer.
6399 (diff-process-filter): New filter function for diff process that
6400 sets inhibit-read-only to t when modifying the *Diff* buffer.
6401
6402 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
6403
6404 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
6405 insertion point and control the number of empty lines.
6406 (org-paste-subtree): Limit the number of empty lines at the end of
6407 the inserted tree.
6408 (org-agenda): Use buffer name of current file for narrowing.
6409 (org-export-as-xml): Command removed.
6410 (org-export-xml-type): Option removed.
6411 (org-mode-map): Call `org-export-as-xoxo' directly.
6412 (org-get-indentation): New optional argument LINE.
6413 (org-fix-indentation, org-remove-tabs): New functions.
6414 (org-export-as-ascii, org-ascii-level-start): Determine and apply
6415 correct indentation for headlines that are converted it items.
6416 (org-skip-comments): Remove table lines that contain narrowing
6417 cookies but no other non-empty fields.
6418 (org-set-tags): Allow groups of mutually exclusive tags.
6419 (org-cmp-time): Sort 24:21 before items without time.
6420 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
6421 (org-open-at-point): Require double colon also for numbers.
6422
6423 2006-06-06 Kim F. Storm <storm@cua.dk>
6424
6425 * ido.el (ido-default-file-method, ido-default-buffer-method):
6426 Make choice values consistent with corresponding command names.
6427 (ido-visit-buffer): Update accordingly. Default to selected-window.
6428
6429 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
6430
6431 * progmodes/gud.el (gud-running): Fix doc string.
6432 (gud-menu-map): Use :visible instead fo :enable for debugger test.
6433 (gud-tooltip-modes): Add python-mode.
6434 (gud-tooltip-print-command): Add pdb. Remove perldb.
6435
6436 2006-06-05 Eli Zaretskii <eliz@gnu.org>
6437
6438 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
6439 Quote $(EMACS).
6440
6441 2006-06-05 Richard Stallman <rms@gnu.org>
6442
6443 * faces.el (defined-colors): Doc fix.
6444
6445 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
6446
6447 * vc.el (vc-process-filter): Inhibit undo info collection around
6448 call to insert.
6449 (vc-setup-buffer): Likewise for call to erase-buffer.
6450 (vc-do-command): Likewise for call to process-file.
6451
6452 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
6453
6454 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
6455 for gud-go.
6456 (gud-common-init): Other debuggers may trigger error.
6457
6458 2006-06-05 Kenichi Handa <handa@m17n.org>
6459
6460 * international/mule.el (find-auto-coding):
6461 Handle enable-character-translation in file header.
6462
6463 2006-06-04 Kim F. Storm <storm@cua.dk>
6464
6465 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
6466 (authors-fixed-entries): Fix spelling.
6467 (authors-canonical-file-name): Don't report error for wildcards.
6468
6469 * help.el (view-emacs-news): Rewrite to support new NEWS,
6470 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
6471 e.g. version 10 matches 1.10, and don't be confused by version 1.1
6472 being a prefix of 1.12 (etc). A numeric prefix arg also works.
6473
6474 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
6475
6476 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
6477 exec constructs like `foo bar`.
6478 (sh-quoted-subshell): New helper function to search for a possibly
6479 nested subshell (like `` or $()) within a "" quoted string.
6480 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
6481 (sh-apply-quoted-subshell): Flag quote characters inside a
6482 subshell, which is itself already in a quoted region, as
6483 punctuation, since this is the closest to what they actually are.
6484 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
6485 sh-apply-quoted-subshell.
6486 (sh-font-lock-syntactic-face-function): Apply the new face for
6487 text inside `` instead of the old font-lock-string-face.
6488
6489 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6490
6491 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
6492 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
6493 (mac-bytes-to-text-range, mac-ae-text-range-array)
6494 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
6495 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
6496 (mac-ts-unicode-for-key-event): New functions.
6497 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
6498 (mac-handle-font-selection): Use mac-ae-number.
6499 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
6500 New variables.
6501 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
6502 (mac-ts-converted-text, mac-ts-selected-converted-text)
6503 (mac-ts-block-fill-text, mac-ts-outline-text)
6504 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
6505 (mac-ts-hilite-style-faces): New constant.
6506 (mac-apple-event-map): Bind text input events.
6507 (mac-dispatch-apple-event): Use command-execute instead of
6508 call-interactively.
6509 (global-map): Don't bind mac-apple-event.
6510 (special-event-map): Bind mac-apple-event.
6511
6512 2006-06-02 Eli Zaretskii <eliz@gnu.org>
6513
6514 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
6515 file name.
6516 (emacs): Enclose the value of $(EMACS) in quotes.
6517
6518 2006-06-02 Juri Linkov <juri@jurta.org>
6519
6520 * international/mule.el (sgml-html-meta-auto-coding-function):
6521 Remove the condition `(search-forward "<html" size t)'.
6522 Replace `\"' with `[\"']?' in `re-search-forward'.
6523
6524 2006-06-02 Kenichi Handa <handa@m17n.org>
6525
6526 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
6527 as well as `coding'.
6528 (hack-local-variables): Likewise.
6529
6530 * international/mule.el (enable-character-translation):
6531 Put permanent-local and safe-local-variable properties.
6532 (find-auto-coding): Handle char-trans: tag.
6533
6534 2006-06-02 Juri Linkov <juri@jurta.org>
6535
6536 * international/mule.el (sgml-html-meta-auto-coding-function):
6537 Limit the search by the end of the HTML header (if any).
6538
6539 2006-06-01 Richard Stallman <rms@gnu.org>
6540
6541 * subr.el (with-current-buffer): Doc fix.
6542
6543 2006-06-02 Masatake YAMATO <jet@gyve.org>
6544
6545 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
6546 Almost rewrite. Underlines over all lines of gcov output are too
6547 uncomfortable to read. Suggested by Dan Nicolaescu.
6548
6549 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
6550
6551 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
6552
6553 * shell.el (shell-mode): Use shell-mode-map in docstring.
6554
6555 * comint.el (comint-send-input): Do not add help-echo and
6556 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
6557
6558 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6559
6560 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
6561
6562 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6563
6564 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
6565 (gdb-stopped, gdb-info-stack-custom): If there is no source info
6566 look up the stack and pop up GUD buffer if necessary.
6567 (gdb-frames-select): Remove redundant call to gud-display-frame.
6568 (gdb-info-threads-custom): Keep point at start of buffer.
6569 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
6570
6571 2006-05-31 Juri Linkov <juri@jurta.org>
6572
6573 * replace.el (query-replace-read-from, query-replace-read-to):
6574 Bind `history-add-new-input' to nil. Call `add-to-history'.
6575
6576 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
6577
6578 * textmodes/table.el: Convert all HTML tags to lower case for
6579 XHTML compatibility.
6580
6581 2006-05-31 Masatake YAMATO <jet@gyve.org>
6582
6583 * progmodes/compile.el:
6584 (compilation-error-regexp-alist-alist::gcov-called-line):
6585 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
6586
6587 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
6588
6589 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
6590 Revert inadvertent changes made with last commit.
6591
6592 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
6593
6594 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
6595 New functions.
6596
6597 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
6598
6599 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
6600
6601 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
6602 only matches in the right place.
6603 (org-upcoming-deadline): New face.
6604 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
6605 (org-export-ascii-underline): Rename constant `org-ascii-underline'
6606 and make it an option.
6607 (org-export-ascii-bullets): New option.
6608 (org-export-as-html): Many changes to emit valid XHTML.
6609 (org-par-open): New variable.
6610 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
6611 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
6612 (org-timeline): Pass `org-timeline-show-empty-dates' to
6613 `org-get-all-dates'. Interpret empty dates returned by
6614 `org-get-all-dates'.
6615 (org-get-all-dates): New argument EMPTY. Add dates without
6616 entries to the list, mark large ranges of empty dates.
6617 (org-point-in-group, org-context): New functions.
6618
6619 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
6620
6621 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
6622
6623 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
6624 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
6625 to C-mouse-3 (for 2 button mice).
6626 (gdb-send): Do the right thing for C-d.
6627
6628 * speedbar.el (speedbar-detach): Delete.
6629 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
6630 it breaks things.
6631 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
6632
6633 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
6634
6635 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
6636 Makeppfile.
6637
6638 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6639 Add makepp diagnostic.
6640
6641 2006-05-29 Richard Stallman <rms@gnu.org>
6642
6643 * window.el (fit-window-to-buffer): Doc fix.
6644
6645 * help.el (temp-buffer-max-height): Doc fix.
6646
6647 * subr.el (with-current-buffer): Doc fix.
6648
6649 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6650
6651 * term/x-win.el: Bind F10 to menu-bar-start if available.
6652
6653 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
6654
6655 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
6656 uses with a simple test.
6657 (term-set-escape-char, term-mode, term-check-kill-echo-list)
6658 (term-send-raw-string, term-send-raw, term-mouse-paste)
6659 (term-char-mode, term-line-mode, term-exec, term-sentinel)
6660 (term-handle-exit, term-read-input-ring)
6661 (term-previous-matching-input-string)
6662 (term-previous-matching-input-string-position)
6663 (term-previous-matching-input-from-input)
6664 (term-replace-by-expanded-history, term-send-input)
6665 (term-skip-prompt, term-bol, term-send-invisible)
6666 (term-kill-input, term-delchar-or-maybe-eof)
6667 (term-backward-matching-input, term-check-source)
6668 (term-proc-query, term-emulate-terminal)
6669 (term-handle-colors-array, term-process-pager, term-pager-line)
6670 (term-pager-bob, term-unwrap-line, term-word)
6671 (term-dynamic-complete-filename)
6672 (term-dynamic-complete-as-filename)
6673 (term-dynamic-simple-complete): Replace one arm ifs with whens or
6674 unlesses.
6675
6676 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
6679 during bootstrapping.
6680
6681 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
6682 Basically undo the change of 2006-05-26: use extra arguments instead of
6683 dynamic scoping.
6684 (ewoc-locate): Remove unused var `footer'.
6685
6686 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
6689
6690 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
6691 (generate-file-autoloads): Obey it. Return whether autoloads were
6692 added at point or not.
6693 (update-file-autoloads): Use this new return value.
6694 Remove redundant test for the presence of an autoload cookie.
6695
6696 * emacs-lisp/autoload.el (autoload-find-file): New fun.
6697 This one calls hack-local-variables.
6698 (generate-file-autoloads, update-file-autoloads): Use it.
6699
6700 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
6701 (bibtex-sort-entry-class): Add safe-local-variable predicate.
6702 (bibtex-sort-entry-class-alist): Don't set the global value.
6703 (bibtex-init-sort-entry-class-alist): New fun.
6704 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
6705 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
6706 of bibtex-init-sort-entry-class.
6707
6708 2006-05-28 Richard Stallman <rms@gnu.org>
6709
6710 * subr.el (load-history-regexp): If FILE is relative, insist
6711 entire last name component must match it.
6712 (load-history-filename-element, load-history-regexp): Doc fixes.
6713
6714 2006-05-29 Kim F. Storm <storm@cua.dk>
6715
6716 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6717 `pos' and `raw-data' for clarity, as eval forms may access these.
6718
6719 2006-05-28 Kim F. Storm <storm@cua.dk>
6720
6721 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
6722
6723 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * progmodes/make-mode.el (makefile-browser-map)
6726 (makefile-mode-syntax-table): Move initialization inside declaration.
6727 (makefile-fill-paragraph): Use the default comment-filling code.
6728
6729 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * replace.el (query-replace-defaults): New variable.
6732 (query-replace-read-from): Use `query-replace-defaults' for
6733 default value, instead of history list.
6734 (query-replace-read-to): Update `query-replace-defaults'.
6735
6736 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
6739 with no X toolkit.
6740
6741 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
6742
6743 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
6744 (tumme-show-all-from-dir): Add autoload.
6745
6746 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6747
6748 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
6749 (tumme-remove-tag): Fix bug.
6750
6751 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6752
6753 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
6754 FOOTER args. Update unique caller.
6755 (ewoc-delete): Compute last node once before looping.
6756 (ewoc--node-branch): Merge into unique caller.
6757 (ewoc--node): Don't define constructor make-ewoc--node for this
6758 structure.
6759 (ewoc): Add member `hf-pp' to this structure.
6760 (ewoc--wrap): New func.
6761 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
6762 header/footer pretty-printers. Save header/footer pretty-printer.
6763 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
6764
6765 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
6766
6767 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6768
6769 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
6770 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
6771 Tag'. Change "Compare directories..." to "Change Directories...".
6772 Move tumme commands to Operate, Regexp and Immediate menus.
6773 Change "Add Comment" to "Add Image Comment". Change "Add Image
6774 Tag" to "Add Image Tags".
6775
6776 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
6777 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
6778 `tumme-delete-tag'.
6779
6780 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
6781
6782 * shell.el (shell-mode): Call shell-dirtrack-mode after
6783 list-buffers-directory is made a local variable, to avoid setting
6784 the default value.
6785
6786 2006-05-26 Kevin Ryde <user42@zip.com.au>
6787
6788 * info.el (Info-index-next): Use where-is-internal to report
6789 actual binding of Info-index-next, rather than hard-coded `,'.
6790
6791 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6792
6793 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
6794 and "Find Command in Manual" to here.
6795
6796 * buff-menu.el (list-buffers-noselect): For Info buffers, use
6797 Info-current-file as the file name.
6798
6799 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
6800
6801 * ses.el (defadvice undo-more): Delete this defadvice. The undo
6802 overrides will now be done a different way.
6803 (ses-set-parameter): Reapply this function for undo.
6804 (ses-set-header-row): Reconstruct header row during undo.
6805 (ses-widen): New function.
6806 (ses-goto-data, ses-reconstruct-all): Use new function.
6807 (ses-command-hook): Widen buffer during undo, before unupdating
6808 the cells.
6809 (ses-insert-row, ses-delete-row): Widen buffer during undo.
6810 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
6811 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
6812 formula hasn't been executed yet.
6813
6814 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6815
6816 * comint.el (comint-kill-whole-line): Rename arg to count.
6817 Fix doc string.
6818
6819 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
6820
6821 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
6822 to copy-file.
6823
6824 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6825
6826 * simple.el (toggle-truncate-lines): Make arg optional for
6827 backward compatibility.
6828
6829 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
6830
6831 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
6832 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
6833 DLL arg. Instead, use ewoc--current-dll. Update all callers.
6834 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
6835 (ewoc--adjust): Use ewoc--current-dll.
6836 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
6837
6838 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
6839
6840 * textmodes/org.el (org-next-item, org-previous-item): Emit more
6841 compact error message.
6842 (org-tags-view): Refresh category table in each file.
6843 (org-table-justify-field-maybe): Remove superfluous arguments to
6844 `format'.
6845 (org-export-as-html): Insert "<p>" before postamble.
6846 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
6847
6848 2006-05-26 Kenichi Handa <handa@m17n.org>
6849
6850 * textmodes/po.el (po-find-charset): Pay attention to the case
6851 FILENAME is a cons (NAME . BUFFER).
6852 (po-find-file-coding-system-guts): Likewise.
6853
6854 * arc-mode.el (archive-set-buffer-as-visiting-file):
6855 Call find-operation-coding-system with (FILENAME . BUFFER).
6856
6857 * tar-mode.el (tar-extract): Call find-operation-coding-system
6858 with (FILENAME . BUFFER).
6859
6860 * international/mule.el (decode-coding-inserted-region):
6861 Call find-operation-coding-system with (FILENAME . BUFFER).
6862
6863 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6864
6865 * image-mode.el (image-toggle-display): Use buffer contents to
6866 generate image for a remote file.
6867
6868 2006-05-25 Juri Linkov <juri@jurta.org>
6869
6870 * replace.el (query-replace-read-from, query-replace-read-to):
6871 Remove 8th arg KEEP-ALL in read-from-minibuffer.
6872
6873 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
6874
6875 * whitespace.el (whitespace-cleanup): Change to cleanup
6876 region if one is active.
6877 * whitespace.el (whitespace-cleanup-internal): New internal method.
6878
6879 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6880
6881 * dired.el (dired-mode-map): Add help-echo strings to tumme
6882 commands. Bind `tumme-dired-display-image' to C-t i.
6883
6884 * tumme.el (tumme-display-image): Change documentation string slightly.
6885 (tumme-dired-display-image): Add call to `display-buffer'.
6886
6887 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6888
6889 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
6890 Signal error if RAW-DATA is a multibyte string.
6891
6892 2006-05-24 Richard Stallman <rms@gnu.org>
6893
6894 * subr.el (with-local-quit): When handling `quit' signal,
6895 make a chance for quit-flag to cause a quit.
6896
6897 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
6898 (ad-disable-advice): Add autoloads.
6899
6900 * subr.el (read-passwd): Copy PROMPT before changing its properties.
6901
6902 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6903
6904 * dired.el (dired-mode-map): Change menu items for tumme as per
6905 suggestions in emacs-devel.
6906
6907 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6908
6909 * dired.el (dired-mode-map): Fix breakage.
6910
6911 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6912
6913 * tumme.el (tumme-display-dired-image): Rename to...
6914 (tumme-dired-display-image): ...this.
6915 (tumme-track-movement): Change default value to t.
6916 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
6917 used from `tumme-next-line-and-display' and similar commands.
6918
6919 * dired.el (dired-mode-map): Add Thumbnail submenu under the
6920 Immediate menu. Add some tumme commands there.
6921
6922 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
6923
6924 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
6925
6926 2006-05-24 Chong Yidong <cyd@mit.edu>
6927
6928 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
6929 menu entries that open submenus.
6930
6931 2006-05-24 Alan Mackenzie <acm@muc.de>
6932
6933 * startup.el (command-line): For names of preloaded files, don't
6934 append ".elc" (now done in Fload), and call file-truename on the
6935 lisp directory.
6936
6937 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
6938 match ANY loaded file with the right name, not just those in
6939 load-path. Put a regexp matching the file name into
6940 after-load-alist, rather than the name itself.
6941
6942 * subr.el (load-history-regexp, load-history-filename-element)
6943 (do-after-load-evaluation): New functions.
6944
6945 * international/mule.el (load-with-code-conversion): Do the
6946 eval-after-load stuff by calling do-after-load-evaluation.
6947
6948 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6949
6950 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
6951 has not been killed.
6952
6953 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6954
6955 * term/mac-win.el: Set idle timer to clean up expired Apple events.
6956 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
6957 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
6958 Optionally set error message in reply.
6959
6960 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6961
6962 * textmodes/org.el (org-open-at-point): Use renamed variable
6963 `org-confirm-shell-link-function'.
6964 (org-confirm-shell-link-function): Rename from
6965 `org-confirm-shell-links'.
6966 (org-export-directory): New function.
6967 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
6968 (org-export-icalendar): Use `org-export-directory'.
6969 (org-indent-item): Keep cursor position.
6970 (org-link-file-path-type): New option.
6971 (org-export-as-html): Fix bug with plain lists starting in
6972 column 0.
6973 (org-export-as-html): Remove deadline formatting, this happens
6974 now already in `org-html-handle-time-stamps'.
6975 (org-export-html-style): Deadline class removed.
6976 (org-insert-labeled-timestamps-at-point): New option.
6977 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
6978 of `hide-sublevels 1', in case the first headline is not level 1.
6979 (org-overview, org-content): New fuction.
6980 (org-cycle-global-status, org-cycle-subtree-status): Make these
6981 variables buffer-local.
6982 (org-global-cycle): New command.
6983 (org-shifttab): Use `org-global-cycle'.
6984 (org-insert-heading, org-insert-item): Go to end of new
6985 headline/item after creating it.
6986 (org-export-visible): Rename from `org-export-copy-visible'.
6987 Now creates a temporary org-file and applies an exporting command
6988 to it.
6989 (org-table-eval-formula): Support for lisp forms.
6990 (org-agenda-todo-ignore-scheduled): New option.
6991 (org-agenda-get-todos): Use new option
6992 `org-agenda-todo-ignore-scheduled'.
6993 (org-export-html-inline-images): New value `maybe'.
6994 (org-export-as-html): Inlining of images dependent on link description.
6995 (org-archive-subtree): Check for end-of-buffer before trying
6996 `kill-line'.
6997 (org-agenda-follow-mode): New option.
6998 (org-export-with-tags, org-export-with-timestamps): New options.
6999 (org-html-handle-time-stamps): New function.
7000 (org-keyword-time-regexp): New variable.
7001 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
7002 (org-agenda-todo-list-sublevels): New option.
7003 (org-html-level-start): When TITLE is nil, just close all levels.
7004 (org-parse-key-lines, org-parse-export-options): Remove functions,
7005 replaced by `org-infile-export-plist'.
7006 (org-combine-plists, org-infile-export-plist)
7007 (org-default-export-plist): New functions.
7008 (org-export-html-preamble, org-export-html-postamble)
7009 (org-export-html-auto-preamble, org-export-html-auto-postamble):
7010 New variables.
7011 (org-export-publishing-directory): New option.
7012 (org-export-as-html, org-export-as-ascii): Use the new property
7013 lists for settings.
7014 (org-export-copy-visible, org-export-as-xoxo):
7015 Respect `org-export-publishing-directory'.
7016 (org-link-search, org-store-link, org-file-apps): Support for
7017 links to BibTeX database entries..
7018 (org-get-current-options, org-set-regexps-and-options):
7019 Implement logging as a startup option.
7020 (org-store-link): Make sure context string is never empty
7021 (org-insert-link): Use relative path when possible.
7022 (org-at-item-checklet-p): New function.
7023 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
7024 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
7025 (org-metaright, org-metaup, org-metadown, org-shiftup)
7026 (org-shiftdown, org-shiftright, org-shiftleft)
7027 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
7028 Dispatch using `call-interactively'.
7029 (org-call-with-arg): New defsubst.
7030 (org-tag-alist, org-use-fast-tag-selection): New options.
7031 (org-complete): Use `org-tag-alist'.
7032 (org-fast-tag-insert, org-fast-tag-selection): New functions.
7033 (org-next-item, org-previous-item): New commands.
7034 (org-beginning-of-item, org-end-of-item): Add (interactive) to
7035 make command.
7036 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
7037
7038 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
7039
7040 * emacs-lisp/ewoc.el (ewoc-delete): New function.
7041 (ewoc-filter): Use `ewoc-delete'.
7042
7043 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
7044
7045 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
7048 Signal more user-friendly error messages.
7049
7050 * complete.el (PC-do-completion): Undo the addition of implicit
7051 wildcards if they did not lead to finding any match.
7052 (read-file-name-internal): Don't add the final > if the completion is
7053 not finished.
7054
7055 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
7056
7057 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
7058 Quote safe-local-variable predicate.
7059
7060 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
7061
7062 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
7063
7064 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7065
7066 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
7067
7068 * progmodes/make-mode.el (makefile-special-targets-list)
7069 (makefile-macro-table, makefile-target-table): Mark as risky.
7070 (makefile-query-one-target-method): Make this the alias for the
7071 following variable.
7072 (makefile-query-one-target-method-function): Make this the real name.
7073
7074 * textmodes/artist.el (artist-text-renderer): Make this the alias
7075 for the following variable.
7076 (artist-text-renderer-function): Make this the real name.
7077
7078 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
7079 the alias for the following variable.
7080 (flyspell-generic-check-word-predicate): Make this the real name.
7081
7082 * textmodes/ispell.el (ispell-format-word): Make this the alias
7083 for the following variable.
7084 (ispell-format-word-function): Make this the real name.
7085 (ispell-message-text-end): Mark as risky.
7086
7087 * skeleton.el (skeleton-transformation, skeleton-filter)
7088 (skeleton-pair-filter): Make these the aliases for the following
7089 variables.
7090 (skeleton-transformation-function, skeleton-filter-function)
7091 (skeleton-pair-filter-function): Make these the real names.
7092
7093 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
7094 and skeleton-pair-filter-function.
7095
7096 * textmodes/sgml-mode.el (sgml-transformation): Make this the
7097 alias for the following variable.
7098 (sgml-transformation-function): Make this the real name.
7099 (sgml-tag-alist): Mark as risky.
7100
7101 2006-05-21 Richard Stallman <rms@gnu.org>
7102
7103 * simple.el (kill-region): Interactively, pass point, then mark.
7104
7105 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
7106
7107 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
7108
7109 2006-05-21 Romain Francoise <romain@orebokech.com>
7110
7111 * dired-x.el (dired-mode-map): Don't bind M-g.
7112
7113 2006-05-20 Richard Stallman <rms@gnu.org>
7114
7115 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
7116 (dired-goto-file): Doc fix.
7117
7118 2006-05-21 Kim F. Storm <storm@cua.dk>
7119
7120 * emulation/cua-base.el: Mention customizing cua-mode as alternative
7121 way to enable built-in cua-mode if user loads older CUA-mode package.
7122
7123 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
7124 if default-filename is specified.
7125
7126 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7127
7128 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
7129
7130 * info.el (info-apropos): Make sure current-file and current-node
7131 have non-nil values. Speed up by using add-to-list instead of
7132 manual consing.
7133
7134 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7135
7136 * progmodes/make-mode.el (makefile-mode): Doc fix.
7137
7138 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7139
7140 * dired-aux.el (dired-do-shell-command): Doc fix.
7141
7142 2006-05-20 Kevin Ryde <user42@zip.com.au>
7143
7144 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
7145 ``(custom-manual :tag "Foo" "(foo)Node")''.
7146
7147 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
7148
7149 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
7150 value is an integer.
7151
7152 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7153
7154 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
7155 "format".
7156 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
7157
7158 2006-05-20 Martin Rudalics <rudalics@gmx.at>
7159
7160 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
7161 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
7162
7163 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
7166 regexp for keywords.
7167
7168 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
7169
7170 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
7171 replace-regexp-in-string.
7172
7173 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
7174 encode, and escape file name on conversion to URL.
7175
7176 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7177
7178 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
7179 Don't unescape URL.
7180 (dnd-get-local-file-name): Unescape URL on conversion to file name.
7181
7182 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
7183 on conversion to URLs.
7184
7185 * net/browse-url.el (browse-url-file-url): Encode file name on
7186 conversion to URL.
7187
7188 * term/mac-win.el (mac-ae-open-documents): Escape file name on
7189 conversion to URL.
7190
7191 2006-05-19 Eli Zaretskii <eliz@gnu.org>
7192
7193 * progmodes/cc-styles.el (c-style-alist): Doc fix.
7194
7195 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7196
7197 * term/mac-win.el (mac-bytes-to-digits): Remove function.
7198 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
7199
7200 2006-05-19 Glenn Morris <rgm@gnu.org>
7201
7202 * calendar/diary-lib.el (diary-bahai-date)
7203 (list-bahai-diary-entries, mark-bahai-diary-entries)
7204 (mark-bahai-calendar-date-pattern): Not interactive.
7205 (add-to-diary-list): New optional arg LITERAL. Doc fix.
7206 (diary-entries-list): Change format of 4th element in each entry.
7207 (diary-list-entries): Use add-to-diary-list.
7208 (diary-goto-entry): Handle the case where the buffer visiting the
7209 diary has been killed.
7210 (fancy-diary-display): Add 'locator to button rather than 'marker.
7211 Only generate temp-face when there are marks to apply.
7212 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
7213 (diary-fancy-date-pattern): New variable.
7214 (diary-time-regexp): Doc fix.
7215 (diary-anniversary, diary-time): New faces.
7216 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
7217 diary-time-regexp. Add font-lock-multiline property where needed.
7218 Use new faces diary-anniversary and diary-time.
7219 (diary-fancy-font-lock-fontify-region-function): New function, to
7220 handle multiline font-lock pattern in fancy diary.
7221 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
7222 (diary-font-lock-keywords): Tweak time regexp. Use new face
7223 diary-time.
7224
7225 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
7226
7227 * international/code-pages.el (mik): Table corrected.
7228
7229 2006-05-18 Kim F. Storm <storm@cua.dk>
7230
7231 * progmodes/grep.el (grep-find): Don't check grep-find-command
7232 before running command (breaks non-interactive usage).
7233
7234 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
7235
7236 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
7237 (ewoc--insert-new-node): Don't insert trailing newline.
7238 Instead, adjust successor nodes's start markers.
7239 (ewoc--refresh-node): Delete all text from current node's start
7240 marker to the next one's; adjust successor nodes's start markers.
7241 (ewoc--create): Doc fixes.
7242 (ewoc--refresh): Don't insert newline.
7243 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
7244 * pcvs.el (cvs-make-cvs-buffer):
7245 Specify extra newline for ewoc's header and footer.
7246 (cvs-update-header): Update initial header recognition.
7247 Append newline to final header and footer values.
7248 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
7249
7250 2006-05-17 Richard Stallman <rms@gnu.org>
7251
7252 * files.el (file-name-extension): Doc fix.
7253
7254 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
7257 we can explicitly enable/disable rather than toggle.
7258 (shell-mode): Use it.
7259 (shell-cd): Don't try to reproduce what `cd' does.
7260
7261 2006-05-17 Kim F. Storm <storm@cua.dk>
7262
7263 * ido.el (ido-read-internal): Use only nondirectory part of
7264 default item.
7265
7266 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
7267
7268 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
7269 (ewoc-nth): Doc fix.
7270
7271 (ewoc-map, ewoc-invalidate): Compute PP before looping.
7272
7273 2006-05-16 Eli Zaretskii <eliz@gnu.org>
7274
7275 * international/mule.el (auto-coding-alist): Add .lha to files
7276 read with no-conversion.
7277
7278 * files.el (auto-mode-alist): Add .lha files to archive file
7279 extensions.
7280
7281 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
7282 Convert csize to integer when computing offsets within the
7283 compressed archive file.
7284
7285 2006-05-16 Kim F. Storm <storm@cua.dk>
7286
7287 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
7288 with read-from-minibuffer.
7289
7290 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7291
7292 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
7293 (byte-compile-warnings): Fix safe-local-variable property.
7294
7295 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
7296
7297 * allout.el (allout-show-bodies, allout-old-style-prefixes)
7298 (allout-stylish-prefixes, allout-numbered-bullet)
7299 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
7300 predicates to qualify `safe-local-variable' property, when
7301 available, else use equivalent lambda.
7302 (allout-current-topic-collapsed-p): Do the right thing regarding
7303 trailing blank lines.
7304
7305 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * server.el (server-start): Only create a directory if needed.
7308 (server-edit, server-unload-hook): server-start => server-mode.
7309 (kill-emacs-hook): Cleanup upon exit.
7310
7311 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * hexl.el (hexlify-buffer): Encode process arguments manually.
7314
7315 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
7316
7317 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
7318 call to gdb-tooltip-print.
7319
7320 2006-05-15 Romain Francoise <romain@orebokech.com>
7321
7322 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
7323 systems, default to "tar" since those systems probably have GNU tar.
7324
7325 2006-05-14 Lars Hansen <larsh@soem.dk>
7326
7327 * desktop.el (desktop-missing-file-warning): Fix docstring.
7328 (desktop-restore-file-buffer): Correct question asked on missing file.
7329
7330 2006-05-14 Kim F. Storm <storm@cua.dk>
7331
7332 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
7333 Add CUA move property.
7334
7335 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
7336
7337 * custom.el (custom-push-theme): Load the variable before checking
7338 its `standard-value'.
7339
7340 2006-05-13 Lars Hansen <larsh@soem.dk>
7341
7342 * desktop.el (desktop-save): Use with-temp-buffer.
7343
7344 2006-05-12 Glenn Morris <rgm@gnu.org>
7345
7346 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
7347 * calendar/calendar.el (calendar-mode-map):
7348 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
7349 * calendar/appt.el (appt-check, appt-make-list): Refer to
7350 diary-view-entries, diary-list-entries, diary-show-all-entries
7351 rather than obsolete aliases.
7352
7353 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
7354
7355 * simple.el (line-move-finish): Avoid calling point motion hooks
7356 while processing intangibility.
7357
7358 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
7359
7360 * term/xterm.el (terminal-init-xterm): Fix typo.
7361
7362 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
7363
7364 * allout.el (allout-view-change-hook): Mark as being deprecated,
7365 to be replaced by `allout-exposure-change-hook'.
7366 (allout-exposure-change-hook): New, replacing
7367 `allout-view-change-hook'.
7368 (allout-flag-region): Run new hook `allout-exposure-change-hook',
7369 in addition to `allout-view-change-hook'.
7370 (allout-show-bodies, allout-old-style-prefixes)
7371 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
7372 lambda forms to prevent their showing up in variable help
7373 presentations as inscrutable byte-compiled code.
7374 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
7375 Use string-or-null-p to qualify safe-local-variable values.
7376 (allout-reindent-bodies): Use memq to qualify matches against
7377 valid safe-local-variable values. Also, quote the lambda as above.
7378 (allout-use-mode-specific-leader): Add missing candidate-value
7379 symbols, use memq, and quote the lambda.
7380 (allout-overlay-interior-modification-handler): Remove unused
7381 variables `msg' and 'opened'.
7382 (allout-hidden-p): Constrain invisibility consideration to allout's
7383 invisibility spec, disregarding invisibility for other reasons.
7384
7385 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7386
7387 * files.el (version-control): Correct safe values.
7388
7389 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
7390
7391 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
7392
7393 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
7394 (ewoc--insert-new-node): New func.
7395 Update callers of deleted funcs to use it, instead.
7396
7397 2006-05-11 Glenn Morris <rgm@gnu.org>
7398
7399 * calendar/calendar.el (diary-show-all-entries): Do not refer to
7400 obsolete alias `show-all-diary-entries'.
7401 (make-diary-entry): Not interactive.
7402 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
7403 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
7404 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7405 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7406 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7407 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
7408
7409 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7410
7411 * calendar/calendar.el (calendar-french-date-string)
7412 (calendar-mayan-date-string, calendar-chinese-date-string)
7413 (calendar-astro-date-string, calendar-iso-date-string)
7414 (calendar-islamic-date-string, calendar-bahai-date-string)
7415 (calendar-hebrew-date-string, calendar-coptic-date-string)
7416 (calendar-ethiopic-date-string, calendar-persian-date-string):
7417 These functions are not interactive.
7418
7419 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
7420
7421 * files.el: Balance parentheses.
7422
7423 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7424
7425 * files.el, newcomment.el, outline.el, simple.el,
7426 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
7427 progmodes/cc-vars.el, progmodes/compile.el:
7428 Move `safe-local-variable' declarations to the respective files.
7429
7430 * help-fns.el (describe-variable): Don't print safe-var if it is
7431 byte-code. Improve wording as suggested by Luc Teirlinck.
7432
7433 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
7434
7435 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
7436 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
7437 Use a token for pending-triggers to ensure gdb-var-update
7438 gets called once per user input again for pre-GDB 6.4.
7439 (gdb-var-delete): Match on more complex expressions.
7440 (gdb-var-list-children-handler, gdb-var-create-handler):
7441 Use a token for consistency.
7442
7443 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
7444
7445 * textmodes/org.el (org-read-date, org-goto-calendar)
7446 (org-agenda-goto-calendar):
7447 Bind `view-calendar-holidays-initially' to nil.
7448
7449 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7450
7451 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
7452 Update all callers to do it there, instead.
7453
7454 2006-05-10 Glenn Morris <rgm@gnu.org>
7455
7456 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
7457 prefix arg case, to avoid view-diary-entries-initially error.
7458 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7459 (calendar-date-is-legal-p): Handle dates with no day part.
7460
7461 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
7462
7463 * comint.el (comint-insert-input): Just make it when
7464 comint-use-prompt regexp is nil (default) and with the mouse.
7465 (comint-copy-old-input): Reinstate from 2004-06-23.
7466 (comint-mode-map): Bind C-c C-m to it.
7467
7468 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
7469
7470 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
7471 Remove spurious move to point-max (new comint behavior fixes).
7472
7473 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
7474 compatibility function (Emacs 18/19).
7475 (idlwave-is-continuation-line): Always return point at start of
7476 previous non-blank continuation line.
7477 (keyword-parameters): Fix continued comment font-lock matcher.
7478 (idlwave-font-lock-fontify-region): Written, use as
7479 font-lock-fontify-region-function, to fix continued keyword
7480 fontification issues.
7481
7482 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7483
7484 * term/mac-win.el (mac-font-panel-mode): Doc fix.
7485 (mac-service-selection, mac-service-open-file)
7486 (mac-service-open-selection, mac-service-mail-selection)
7487 (mac-service-mail-to, mac-service-insert-text): Rename from
7488 mac-services-*. All uses changed.
7489 (mac-apple-event-map): Rename event symbol `services' to `service'.
7490
7491 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
7492
7493 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
7494 (ewoc--node-enter-first, ewoc--node-enter-last)
7495 (ewoc--delete-node-internal): Merge funcs into unique callers.
7496
7497 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
7498
7499 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
7500 return value of read-from-minibuffer for empty input.
7501
7502 2006-05-09 Miles Bader <miles@gnu.org>
7503
7504 * comint.el (comint-insert-input): Remove redundant calls to setq
7505 and goto-char.
7506
7507 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
7508
7509 * comint.el (comint-insert-input): Make it work when
7510 comint-use-prompt-regexp is t.
7511
7512 2006-05-10 Miles Bader <miles@gnu.org>
7513
7514 * subr.el (field-at-pos): New function.
7515
7516 * comint.el (comint-insert-input): Use it.
7517
7518 2006-05-09 Juri Linkov <juri@jurta.org>
7519
7520 * battery.el (battery-linux-proc-acpi): Also try
7521 `/proc/acpi/thermal_zone/THR2/temperature'.
7522
7523 * files.el <safe-local-variable>: Remove `eval' and `let' binding
7524 for now unused lambda `string-or-null'.
7525
7526 * add-log.el (change-log-default-name): Put `string-or-null-p'
7527 instead of lambda on `safe-local-variable' property.
7528
7529 * diff-mode.el (diff-context->unified): Use `region-beginning' and
7530 `region-end' instead of `mark' and `point'.
7531 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
7532 Operate on region in Transient Mark mode when the mark is active.
7533 Use `region-beginning' and `region-end' instead of `mark' and
7534 `point'.
7535 (diff-hunk-text, diff-goto-source): Doc fix.
7536
7537 * startup.el (fancy-splash-screens, normal-splash-screen): Use
7538 face `mode-line-buffer-id' for mode-line buffer face instead of
7539 hard-coded `(:weight bold)'.
7540
7541 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
7542 buffer-undo-list to t (undo-ask is reproducible by visiting
7543 nested archives).
7544
7545 2006-05-09 Kim F. Storm <storm@cua.dk>
7546
7547 * progmodes/grep.el (rgrep): Set default directory of *grep*
7548 buffer if we start M-x rgrep in the *grep* buffer and choose
7549 a different base directory.
7550
7551 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
7552
7553 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
7554 completion also when ido is loaded.
7555
7556 2006-05-09 Masatake YAMATO <jet@gyve.org>
7557
7558 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
7559 "warning" and "import".
7560 (cpp-font-lock-keywords): Added "warning".
7561
7562 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
7563
7564 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7565
7566 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7567
7568 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
7569 pages at a time, if we signal the end, we should indeed reach that end.
7570
7571 2006-05-08 David Reitter <david.reitter@gmail.com>
7572
7573 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
7574 output during execution of the body.
7575
7576 2006-05-08 Kim F. Storm <storm@cua.dk>
7577
7578 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
7579
7580 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
7581
7582 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
7583 Use with-current-buffer.
7584
7585 2006-05-07 Kim F. Storm <storm@cua.dk>
7586
7587 * subr.el (add-to-history): Remove keep-dups arg.
7588
7589 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
7590 to nil around call to add-to-history.
7591
7592 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
7595 than after a buffer modification.
7596
7597 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
7598
7599 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
7600 call to...
7601 (gud-watch): ...here so speedbar is raised for already watched
7602 expressions.
7603 (gdb-speedbar-refresh): Delete function.
7604 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
7605 Use speedbar-timer-fn instead of speedbar-refresh (reverting
7606 earlier change).
7607 (gdb-var-evaluate-expression-handler)
7608 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
7609
7610 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
7611 Update localized contents for all buffers except ignored modes.
7612
7613 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7614
7615 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
7616 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
7617 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
7618 (mac-handle-font-panel-closed, mac-handle-font-selection):
7619 New functions.
7620 (mac-font-panel-mode): New minor mode.
7621 (mac-apple-event-map): Add bindings for toolbar toggle button and
7622 font panel.
7623 (menu-bar-showhide-menu): Add mac-font-panel-mode.
7624
7625 2006-05-07 John Paul Wallington <jpw@pobox.com>
7626
7627 * ibuffer.el (ibuffer-compressed-file-name-regexp):
7628 Avoid `regexp-opt'; simplify regexp for readability.
7629
7630 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7631
7632 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
7633 * files.el (buffer-stale-function):
7634 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7635 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
7636 links to the main manual, not to emacs-xtra.
7637
7638 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7639
7640 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
7641 MacJapanese if text is ASCII-only.
7642
7643 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
7644
7645 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
7646 unless so nil isn't returned.
7647 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
7648
7649 2006-05-06 Kim F. Storm <storm@cua.dk>
7650
7651 * subr.el (add-to-history): New function.
7652
7653 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
7654 (ediff-merge-files-with-ancestor):
7655 * env.el (setenv):
7656 * isearch.el (isearch-update-ring):
7657 * server.el (server-visit-files):
7658 * progmodes/grep.el (lgrep, rgrep):
7659 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
7660 * progmodes/xscheme.el (xscheme-insert-expression):
7661 Use add-to-history.
7662
7663 * kmacro.el (kmacro-push-ring): Use add-to-history.
7664 (kmacro-ring-length): Remove unused defun.
7665 (kmacro-start-macro): Use kmacro-push-ring.
7666
7667 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
7668
7669 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
7670 directly instead of a lambda expression that calls it.
7671
7672 2006-05-06 Kim F. Storm <storm@cua.dk>
7673
7674 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
7675 instead of compute-motion.
7676
7677 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
7678
7679 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
7680 change.
7681
7682 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
7683
7684 * startup.el (command-line-1): Refer to "Pure Storage" on
7685 pure-space-overflow.
7686
7687 2006-05-05 Martin Rudalics <rudalics@gmx.at>
7688
7689 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
7690 provided faces once they all have been used up.
7691
7692 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7693
7694 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
7695 reference to the Lisp manual to the warning about pure space
7696 overflow.
7697
7698 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7699
7700 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
7701 argument to avoid the call to `ispell-internal-change-dictionary'
7702 when not needed.
7703 (ispell-change-dictionary): Use this argument and call
7704 `ispell-internal-change-dictionary' after the possible change
7705 to `ispell-local-dictionary'.
7706 (ispell-internal-change-dictionary): Check for a change in
7707 personal dictionary use too.
7708
7709 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7710
7711 * startup.el (command-line): On MS-Windows, probe "~", not
7712 "~USER", for warning about non-existent home directory
7713
7714 * arc-mode.el (archive-l-e): New optional argument `float' means
7715 generate a float value.
7716 (archive-arc-summarize, archive-lzh-summarize)
7717 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
7718 with 3rd argument non-nil when file's size is being computed.
7719 Format the file sizes with %8.0f instead of %8d.
7720
7721 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7722
7723 * cus-start.el (all): Add mac-dnd-known-types.
7724
7725 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
7726 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
7727 (mac-TIFF-to-string): New functions.
7728 (x-get-selection, x-selection-value)
7729 (mac-select-convert-to-string): Use them.
7730 (mac-text-encoding-mac-japanese-basic-variant): New constant.
7731 (mac-dnd-types-alist): New customization variable.
7732 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
7733 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
7734 (mac-dnd-handle-drag-n-drop-event): New functions.
7735 (mac-drag-n-drop): Remove function.
7736 (global-map): Bind drag-n-drop and M-drag-n-drop to
7737 mac-dnd-handle-drag-n-drop-event.
7738
7739 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
7740
7741 * progmodes/perl-mode.el (perl-beginning-of-function):
7742 Skip anonymous subs.
7743
7744 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
7745
7746 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
7747 regexp-opt at run time.
7748
7749 * term.el (term-handle-ansi-escape): Fix off by one error.
7750
7751 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
7752
7753 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
7754 (gdb-init-1, gdb-post-prompt): ...and references to it.
7755 (gdb-frame-handler): Strip directory name from filename if present.
7756
7757 * progmodes/gud.el (gdb-force-update): Delete defvar
7758 (gud-speedbar-buttons): ...and references to it. Use window-start
7759 to try to keep positon in watch expression.
7760
7761 2006-05-03 Richard Stallman <rms@gnu.org>
7762
7763 * simple.el (next-history-element, previous-history-element): Doc fix.
7764
7765 * isearch.el (isearch-update-ring): Doc fix.
7766
7767 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
7768
7769 * isearch.el (isearch-update-ring): Take history-delete-duplicates
7770 into consideration. Replace one arm ifs with whens.
7771
7772 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
7773
7774 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
7775 (menu): Fix typo.
7776
7777 2006-05-02 Miles Bader <miles@gnu.org>
7778
7779 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
7780
7781 2006-05-02 Jay Belanger <belanger@truman.edu>
7782
7783 * calc/calc-embed.el (calc-override-minor-modes-map)
7784 (calc-override-minor-modes): New variables.
7785 (calc-do-embedded): Make sure that Calc keystrokes aren't
7786 overwritten by minor modes.
7787
7788 2006-05-02 Chong Yidong <cyd@mit.edu>
7789
7790 * msb.el (msb): If EVENT is a down event, read and discard the up event.
7791
7792 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7793
7794 * startup.el (command-line-1): Refer to Lisp manual when
7795 pure-space-overflow occurs.
7796
7797 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
7798 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
7799 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
7800 (version-control): Don't use `t' for safe-local-variable declarations.
7801
7802 2006-05-01 Richard Stallman <rms@gnu.org>
7803
7804 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
7805 M-r, M-R, M-A, M-SPC or M-DEL.
7806 (diff-mode-map): diff-refine-hunk now on C-c C-w
7807 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
7808
7809 * help-mode.el (help-mode): view-exit-action calls delete-window
7810 only when it is safe and possible.
7811
7812 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
7813 in messages.
7814
7815 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
7816
7817 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
7818 in the default tool-bar-map.
7819
7820 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
7821
7822 * net/tramp.el (tramp-completion-file-name-handler-alist)
7823 (tramp-run-real-handler, tramp-completion-run-real-handler)
7824 (tramp-completion-handle-file-name-all-completions)
7825 (tramp-completion-handle-file-name-completion): Autoload them.
7826 (tramp-completion-handle-file-exists-p)
7827 (tramp-completion-handle-file-name-directory)
7828 (tramp-completion-handle-file-name-nondirectory)
7829 (tramp-completion-handle-expand-file-name): Remove them.
7830 (tramp-handle-file-name-directory): Return the real directory name.
7831 Returning "/" only doesn't need to be necessary any longer.
7832 (tramp-file-name-handler): Make special attention when in hostname
7833 completion mode.
7834 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
7835 (tramp-register-file-name-handlers):
7836 Register `tramp-completion-file-name-handler' only when
7837 `partial-completion-mode' is enabled.
7838 (tramp-completion-handle-file-name-all-completions):
7839 Delete directory part from results.
7840 (tramp-get-completion-methods, tramp-get-completion-user-host):
7841 Discard deleting "/", it doesn't work after the change of
7842 `tramp-handle-file-name-directory' above.
7843
7844 2006-05-01 Kim F. Storm <storm@cua.dk>
7845
7846 * progmodes/grep.el (grep-expand-template): Use save-match-data
7847 and symbol-value.
7848
7849 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7850
7851 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
7852 Use select-frame-set-input-focus instead of raise-frame.
7853 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
7854
7855 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
7856
7857 * progmodes/gud.el (gud-def): Add %c case.
7858 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
7859 (gud-format-command): Make match case sensitive. Match on %F.
7860
7861 2006-04-30 Glenn Morris <rgm@gnu.org>
7862
7863 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
7864 (cal-tex-preamble): Use cal-tex-preamble-extra.
7865 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
7866 than alias `list-diary-entries'.
7867
7868 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
7869
7870 * help-fns.el (describe-variable): Add info about safe local variables.
7871
7872 2006-04-29 Richard Stallman <rms@gnu.org>
7873
7874 * bindings.el (mode-line-format): help-echo doc fixes.
7875
7876 * net/tramp.el (tramp-file-name-handler-alist): Delete
7877 expand-file-name and other operations that can cause spurious loading.
7878
7879 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * files.el (safe-local-variable-p): Remove support for the special
7882 value t.
7883
7884 * textmodes/paragraphs.el (sentence-end-without-space):
7885 Fix safety predicate.
7886 (sentence-end-double-space, sentence-end-without-period)
7887 (paragraph-ignore-fill-prefix):
7888 * textmodes/fill.el (colon-double-space):
7889 * abbrev.el (abbrev-mode): Tighten the safety predicate.
7890
7891 * subr.el (booleanp): New fun.
7892
7893 * textmodes/reftex-vars.el (reftex-guess-label-type):
7894 Tighten the safety predicate.
7895
7896 2006-04-28 Kim F. Storm <storm@cua.dk>
7897
7898 * progmodes/grep.el (defgroup grep): Doc fix.
7899 (grep-auto-highlight): Remove.
7900 (grep-template): New defcustom.
7901 (grep-find-template): Rename from grep-tree-template.
7902 (grep-files-aliases): Rename from grep-tree-files-aliases.
7903 Remove "all" alias, add "l" alias.
7904 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
7905 (grep-find-ignored-directories): New defcustom to replace
7906 grep-tree-ignore-CVS-directories, to facilitate ignoring
7907 subdirectories for multiple version control systems.
7908 (grep-mode-map): Add Recursive grep item to GREP menu.
7909 (grep-regexp-history, grep-files-history): New defvars.
7910 (grep-probe): New helper function.
7911 (grep-compute-defaults): Use it to simplify code.
7912 Adapt to name changes.
7913 Use `.' as base in grep-find-template rather than <D>.
7914 (grep): Remove superfluous highlight-regexp arg. Fix doc.
7915 Call grep-compute-defaults unconditionally.
7916 (grep-expand-keywords): New defconst.
7917 (grep-expand-template): Rename from grep-expand-command-macros.
7918 Simplify via grep-expand-keywords. Look at case-fold-search instead
7919 of grep-tree-ignore-case to add -i option.
7920 Bind case-fold-search to nil while matching keywords.
7921 (grep-tree-last-regexp, grep-tree-last-files): Remove.
7922 (grep-read-regexp, grep-read-files): New helper functions.
7923 (rgrep): Rename from grep-tree. Rework to use proper histories.
7924 Adapt to changes in defcustoms and functions above.
7925 (lgrep): New command, as grep, but using same interactive UI as rgrep.
7926
7927 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
7928
7929 * net/tramp.el (tramp-completion-file-name-handler):
7930 Disable Tramp's functionality while loading Tramp itself.
7931 (tramp-register-file-name-handlers): That's a defsubst now.
7932 Code from `tramp-repair-jka-compr' moved here. Apply it via
7933 `after-init-hook'.
7934 (tramp-repair-jka-compr): Remove.
7935
7936 2006-04-27 Jay Belanger <belanger@truman.edu>
7937
7938 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
7939 read expression when `math-read-big-expr' doesn't work.
7940
7941 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
7942
7943 * startup.el (command-line-1): Display warning when
7944 pure-space-overflow is non-nil.
7945
7946 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7947
7948 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
7949 risky.
7950
7951 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7952
7953 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
7954 Return the URL or nil if none can be generated.
7955
7956 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
7957
7958 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
7959 byte compiler warnings.
7960 (gud-basic-call, gud-find-expr): Let user select an expression
7961 for printing. Print expression as well as value in GUD buffer.
7962
7963 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
7964
7965 * allout.el: Remove local autoload declaration for
7966 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
7967 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
7968 (allout-plain-bullets-string, allout-distinctive-bullets-string)
7969 (allout-use-mode-specific-leader, allout-old-style-prefixes)
7970 (allout-stylish-prefixes, allout-numbered-bullet)
7971 (allout-file-xref-bullet, allout-presentation-padding)
7972 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
7973 safe-local-variable with suitable value spec, and add autoload
7974 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
7975 (move-beginning-of-line, move-end-of-line): Repair so these compat
7976 functions now actually resituate the point, when appropriate.
7977
7978 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
7981
7982 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
7983 (add-log-iso8601-time-string): Fix call to format-time-string.
7984
7985 2006-04-26 Kim F. Storm <storm@cua.dk>
7986
7987 * subr.el (posn-string, posn-image, posn-object): Doc fix.
7988
7989 2006-04-26 Masatake YAMATO <jet@gyve.org>
7990
7991 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
7992 Add support for "//" style comments. Remove `b' flag
7993 from ?* in `asm-mode-syntax-table'.
7994
7995 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * follow.el: Use (featurep 'xemacs) everywhere.
7998 (follow-mode): Use define-minor-mode.
7999 (follow-mode-map): Move initialization into the declaration.
8000 Use command remapping.
8001 (follow-emacs-version-xemacs-p): Remove.
8002 (follow-submit-feedback): Remove.
8003
8004 * allout.el (allout-layout, allout-passphrase-verifier-string)
8005 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
8006
8007 * textmodes/reftex-vars.el (reftex-vref-is-default)
8008 (reftex-fref-is-default, reftex-guess-label-type):
8009 Tighten up a bit the safety predicate.
8010
8011 * textmodes/paragraphs.el (sentence-end-double-space)
8012 (sentence-end-without-period, sentence-end-without-space)
8013 (page-delimiter, paragraph-ignore-fill-prefix):
8014 Tighten up a bit the safety predicate.
8015
8016 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
8017
8018 * progmodes/python.el (python-continuation-line-p)
8019 (python-beginning-of-statement): syntax-ppss may return
8020 a negative depth.
8021 (python-mode): Don't forcefully enable font-lock.
8022
8023 * time-stamp.el (time-stamp-start, time-stamp-end)
8024 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
8025
8026 * add-log.el: Remove spurious * in docstrings.
8027 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
8028 (add-change-log-entry): Use it here, since it's not specific
8029 to iso8601.
8030 (add-log-iso8601-time-string): Don't use it here any more.
8031 (change-log-indent-text, change-log-indent): Rename from add-log-*.
8032
8033 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
8034
8035 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
8036
8037 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
8038 (rcirc-toggle-low-priority): Doc fix.
8039 (rcirc-handler-NOTICE): Remove beginning of line anchor in
8040 ChanServ regexp.
8041 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
8042 #emacs.
8043 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
8044 (rcirc-decode-coding-system): Use utf-8 as the default.
8045 (rcirc-multiline-minor-mode): Set the fill-column.
8046 (rcirc-format-response-string): Display bright and dim nicks.
8047 (rcirc-browse-url): Update interactive spec to fill ARG.
8048 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
8049 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
8050
8051 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
8052
8053 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
8054 case for @Article, etc.
8055
8056 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
8057
8058 * net/tramp.el (tramp-register-file-name-handlers): New defun.
8059 Added with autoload cookie.
8060 (tramp-unload-file-name-handlers): Rename from
8061 `tramp-unload-file-name-handler-alist'.
8062
8063 2006-04-23 Romain Francoise <romain@orebokech.com>
8064
8065 * comint.el (comint-match-partial-filename): Doc fix.
8066
8067 2006-04-21 Glenn Morris <rgm@gnu.org>
8068
8069 * calendar/cal-menu.el (calendar-mode-map): Refer to
8070 `diary-view-entries' rather than alias `view-diary-entries'.
8071 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
8072
8073 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
8074
8075 * progmodes/antlr-mode.el (antlr-default):
8076 * cus-edit.el (custom-documentation):
8077 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
8078 in defface.
8079
8080 2006-04-21 Kim F. Storm <storm@cua.dk>
8081
8082 * image.el (image-type): New defun split out of create-image.
8083 (create-image): Use it.
8084
8085 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
8086
8087 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
8088 (org-open-at-point): Remove the "...done" message to keep output
8089 in the echo area visible.
8090 (org-export-as-xoxo): Fix call to `indent-region'.
8091
8092 2006-04-21 Kevin Ryde <user42@zip.com.au>
8093
8094 * international/mule.el (keyboard-coding-system): defcustom
8095 info-link fixes: "Specify Coding" has been split, keyboard now in
8096 "Terminal Coding", and "Single-Byte Character Support" is now
8097 "Unibyte Mode".
8098
8099 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
8100
8101 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
8102 Use font-lock-warning-face for any errors e.g. no stack.
8103 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
8104
8105 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8106
8107 * progmodes/sh-script.el (sh-shell): Mark as safe.
8108
8109 * newcomment.el (comment-start, comment-start-skip)
8110 (comment-end-skip, comment-end): Mark as safe.
8111
8112 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
8113
8114 * textmodes/org.el (org-deadline-announce): Face removed.
8115 (org-level-faces, org-n-levels): Convert to constant.
8116 (org-compatible-face): New function.
8117 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
8118 (org-level-5, org-level-6, org-level-7, org-level-8)
8119 (org-special-keyword, org-warning, org-headline-done, org-link)
8120 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
8121 (org-scheduled-today, org-scheduled-previously, org-time-grid):
8122 Face definition revised for better color tty support.
8123 (org-bold-re, org-italic-re, org-underline-re): New constants.
8124 (org-set-font-lock-defaults): Use the new constants.
8125 (org-agenda-highlight-todo): New function.
8126 (org-agenda-todo): Fix bug with point at end of line.
8127 (org-agenda-change-all-lines, org-finalize-agenda-entries):
8128 Fontify TODO keywords.
8129 (org-insert-link): Preserve relative path in ../ links.
8130 (org-export-as-html): Convert links pointing to .org files into
8131 links that will work beteen the exported HTML files.
8132 (org-todo-list): Fix bug when arg=0.
8133 (org-insert-heading): More fine-tuning.
8134
8135 2006-04-19 Romain Francoise <romain@orebokech.com>
8136
8137 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
8138 from `rmail-mime-charset-pattern'.
8139
8140 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
8141
8142 * progmodes/python.el (python-mode): Fix typo.
8143
8144 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
8145
8146 * comint.el (comint-previous-input): Don't clobber input line
8147 when moving off either end of the input history ring.
8148 (comint-delete-input): New function, used by
8149 `comint-previous-input' and others.
8150 (comint-previous-matching-input):
8151 Use `coming-delete-input'. Save the partial input if leaving the
8152 edit line. Goto point-max before deleting input to avoid
8153 partial input fragments hanging around.
8154 (comint-restore-input): New function, used by `comint-previous-input'.
8155
8156 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
8157
8158 * imenu.el (imenu--index-alist): Balance parentheses.
8159
8160 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
8161
8162 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
8163
8164 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
8165
8166 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
8167 file is nil.
8168
8169 2006-04-18 Richard Stallman <rms@gnu.org>
8170
8171 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
8172
8173 * imenu.el (imenu-create-index-function, imenu--index-alist)
8174 (imenu--last-menubar-index-alist, imenu--make-index-alist)
8175 (imenu-default-create-index-function, imenu--generic-function):
8176 Doc fixes.
8177
8178 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
8179
8180 * help-mode.el (help-mode): Set view-exit-action to delete window.
8181
8182 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
8183 now works by passing nil as arg.
8184
8185 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
8186
8187 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
8188 (read-abbrev-file): Provide default when reading filename.
8189
8190 * files.el (enable-local-variables): Allow :all as value.
8191 (hack-local-variables): Implement that value.
8192 (safe-local-variable-values, safe-local-eval-forms)
8193 (enable-local-variables): Mark as risky.
8194 (find-file-visit-truename, kept-old-versions): Mark safe.
8195
8196 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
8197 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
8198 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
8199
8200 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8201
8202 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
8203 Use forward-line so as to get to BOL even in the presence of fields.
8204 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
8205 in return.
8206 (inferior-tcl): Tell tclsh to work in interactive mode.
8207
8208 * complete.el (partial-completion-mode):
8209 Use 'choose-completion-string-functions to make sure that
8210 choose-completion fills the minibuffer properly.
8211
8212 * complete.el (PC-old-read-file-name-internal): Remove.
8213 (PC-read-include-file-name-internal): Remove. Turn it into an advice
8214 of read-file-name-internal.
8215 (partial-completion-mode): Enable/disable this advice.
8216
8217 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
8218
8219 * net/tramp.el (tramp-completion-file-name-handler): Revert change
8220 of 2006-04-17.
8221
8222 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8223
8224 * textmodes/org.el (org-insert-heading): Insert heading before
8225 current if at beginning of line.
8226 (org-todo, org-date): New faces.
8227 (org-table-align): Make sure tooltip window contains full text.
8228 (org-no-properties): New defsubst.
8229 (org-set-font-lock-defaults): Use new faces.
8230
8231 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
8232
8233 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
8234 for root variables.
8235
8236 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
8237 (gdb-frame-address): Re-use to identify frame for watch expression.
8238 (gdb-var-list, gdb-var-create-handler): Add frame address for root
8239 variables.
8240 (gdb-init-1, gdb-source, gdb-post-prompt)
8241 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
8242 (gdb-frame-handler): Get gdb-frame-address.
8243
8244 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8245
8246 Sync with Tramp 2.0.53.
8247
8248 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
8249 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
8250 (tramp-completion-file-name-handler): Add autoload cookie for
8251 adding to `file-name-handler-alist'.
8252
8253 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
8254 the prompt. If it returns earlier (when detecting an error
8255 message), the rest of the output will merge accidently with the
8256 output of the next command. Reported by M Jared Finder
8257 <jared@hpalace.com>.
8258
8259 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
8260 for `process-file', in order to let it work for older Emacsen too.
8261
8262 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
8263
8264 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
8265 (tex-font-lock-keywords-3): Use it.
8266
8267 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * newcomment.el (comment-add): New function.
8270 (comment-region-default, comment-dwim): Use it.
8271
8272 2006-04-15 Michael Olson <mwolson@gnu.org>
8273
8274 * emacs-lisp/tq.el: Improve comments.
8275 (tq-queue-head-question): New accessor function.
8276 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
8277 Update for modified queue structure.
8278 (tq-queue-add): Accept `question' argument.
8279 (tq-queue-pop): If a question is pending, send it.
8280 (tq-enqueue): Accept new optional argument `delay-question'.
8281 If this is non-nil, and at least one other question is pending a
8282 response, queue the question rather than sending it immediately.
8283
8284 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8285
8286 * calendar/appt.el (appt-add): Check whether an appointment is
8287 already present in appt-time-msg-list. Simplify code.
8288
8289 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * progmodes/cc-langs.el (c-mode-menu):
8292 Don't presume c-subword-mode is bound.
8293
8294 2006-04-13 Bill Wohler <wohler@newt.com>
8295
8296 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
8297 (customize-package-emacs-version): Use cdr instead of cadr now
8298 that alists use dotted pairs.
8299
8300 * custom.el (defcustom): Fix docstring for :package-version.
8301
8302 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
8303
8304 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
8305 (tramp-handle-shell-command): Display output buffer only when
8306 `tramp-display-shell-command-buffer' is true.
8307 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
8308
8309 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8310
8311 * textmodes/org.el (org-set-autofill-regexps): Set only the local
8312 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
8313
8314 2006-04-13 Romain Francoise <romain@orebokech.com>
8315
8316 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
8317 leaving temporary .cvsignore buffers behind.
8318
8319 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8320
8321 * textmodes/org.el (org-set-regexps-and-options)
8322 (org-get-current-options): Better names for the startup folding
8323 options.
8324
8325 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
8326
8327 * vc.el (vc-annotate): Arrange for point to end up at the same
8328 line number as in the original, but only when using a new buffer.
8329
8330 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
8331
8332 * files.el (hack-one-local-variable-eval-safep):
8333 Recognize `edebug-form-spec' for `put', but only if it passes
8334 `edebug-basic-spec'. Generalize `put' handling.
8335
8336 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
8337 vetting file-local form specs.
8338
8339 * allout.el (allout-layout): Autoload its `safe-local-variable'
8340 property.
8341
8342 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8343
8344 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8345 (org-agenda-mouse-1-follows-link)
8346 (org-mouse-1-follows-link): New options.
8347 (org-format-agenda-item): Fix bug if TAGS is nil.
8348 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
8349
8350 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
8351
8352 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
8353 GDB 6.1+ gives full filename for "info sources" so use
8354 file-name-nondirectory.
8355
8356 2006-04-12 Romain Francoise <romain@orebokech.com>
8357
8358 * subr.el (read-passwd): Bind `message-log-max' to nil.
8359
8360 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * progmodes/perl-mode.el (perl-indent-new-calculate):
8363 Recompute parse-start after jumping backward by a whole sexp.
8364
8365 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
8368 window configuration.
8369 (vc-annotate-display-select): Select the buffer so that current-buffer
8370 (and selected-window) is the output buffer at the end of vc-annotate.
8371
8372 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
8373
8374 * vc.el (vc-annotate-color-map): Add custom TTY color map for
8375 8-color terminals, to use all of the colors in a sensible order.
8376 256-color terminals work well with the standard map.
8377 (vc-annotate-lines): Only strip the first color character if it
8378 is "#", to allow for terminal-style named colors.
8379 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
8380 the correct buffer is scrolled.
8381
8382 2006-04-11 Richard Stallman <rms@gnu.org>
8383
8384 * emacs-lisp/bytecomp.el (byte-compile-file):
8385 Bind enable-local-variables to :safe, and make normal-mode obey it.
8386
8387 * files.el (enable-local-variables): Allow value :safe.
8388 (normal-mode): Doc fix.
8389 (hack-local-variables): Implement enable-local-variables = :safe.
8390 (hack-local-variables-confirm): Don't prevent quitting.
8391
8392 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * loadhist.el (unload-feature): A bit of sanity check of
8395 load-history entries. Cancel timer-vars before unbinding them.
8396
8397 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
8398 quote special chars, and make the trick work on the hex part of the
8399 buffer as well.
8400 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
8401 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
8402
8403 * startup.el (normal-splash-screen): Fix last change so we don't wait
8404 2 minutes if we don't show the splash screen.
8405
8406 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8407
8408 * textmodes/org.el (org-export-plain-list-max-depth)
8409 (org-table-spaces-around-separators)
8410 (org-radio-targets, org-activate-camels)
8411 (org-table-spaces-around-invisible-separators): Options removed.
8412 (org-time-stamp-rounding-minutes, org-remember-templates)
8413 (org-ellipsis, org-activate-links, org-descriptive-links):
8414 New options.
8415 (org-remember-apply-template, org-current-time)
8416 (org-finish-edit-table-field)
8417 (org-link-unescape, org-link-escape)
8418 (org-string-width, org-table-clean-line, org-html-do-expand)
8419 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
8420 (org-read-agenda-file-list): New functions.
8421 (org-table-edit-field)
8422 (org-table-create-or-convert-from-region): New commands
8423 (org-table-toggle-vline-visibility): Command removed.
8424 (org-table-convert-region): Made a command.
8425 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
8426 Replace with the normal org- functions.
8427 (org-self-insert-command): Don't trigger realign unnecessarily
8428 when blanking a field that is not full.
8429 (org-mode): `Set buffer-invisibility-spec' for links.
8430 (org-activate-links2): Hide link part and only show descriptive
8431 part of the link.
8432 (org-insert-link): Modify for new linking system.
8433 (org-store-link): Store description separately, for use by
8434 `org-insert-link'.
8435 (org-table-align): Use `org-string-width'.
8436 (defgroup): Completely new group structure for custom variables.
8437 (org-agenda-files): Option: Single file name allowed. Function:
8438 Optional argument unrestrited means ignore any restricitons.
8439 (org-install-agenda-files-menu): Find a buffer in Org-mode before
8440 trying to modify the menu. Use generalized access to
8441 `org-agenda-files.'
8442 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
8443 (org-agenda-file-to-front, org-remove-file, org-diary)
8444 (org-tags-view, org-export-icalendar-all-agenda-files)
8445 (org-export-icalendar-combine-agenda-files): Use generalized
8446 access to `org-agenda-files'.
8447 (org-remember-handler): Correctly preserve heading if present.
8448 (org-table-insert-row, org-table-insert-hline): Deal with
8449 invisible characters.
8450
8451 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
8452
8453 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
8454 (vc-annotate-color-map): New 18 element constant
8455 value/saturation, rotating hue colormap, from red->blue.
8456 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
8457 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
8458 (vc-annotate): To avoid killing the required local variables,
8459 set them before the end of `with-output-to-temp-buffer', and
8460 after first switching to annotate-mode.
8461 (vc-annotate-warp-version): Add buffer argument in goto-line to
8462 ensure annotation, not source, is scrolled.
8463
8464 2006-04-10 Bill Wohler <wohler@newt.com>
8465
8466 * custom.el (defcustom, custom-handle-keyword):
8467 Add :package-version keyword.
8468 (custom-add-package-version): New function. Sets value of new
8469 property 'custom-package-version from :package-version keyword.
8470 (defcustom): Create Common Keywords section in docstring.
8471 (defface, defgroup): Replace definitions of a select few keywords
8472 with a reference to the Common Keywords in defcustom.
8473 (defcustom, defface, defgroup): Replace reference to Customization
8474 chapter in manual with hyperlink.
8475
8476 * cus-edit.el (customize-package-emacs-version-alist): New variable.
8477 (customize-changed-options): Add check for custom-package-version.
8478 (customize-package-emacs-version): New function to look up Emacs
8479 version corresponding to the given package version.
8480
8481 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
8482 defun name, in similar fashion to find-variable-regexp.
8483
8484 2006-04-10 Eli Zaretskii <eliz@gnu.org>
8485
8486 * international/mule-cmds.el (set-locale-environment): Fix last
8487 change for when the locale's preferences don't specify any encoding.
8488
8489 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
8492 so the defined var/fun doesn't need to be quoted.
8493
8494 2006-04-10 Richard Stallman <rms@gnu.org>
8495
8496 * finder.el (finder-mode-map): Add n and p bindings.
8497
8498 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
8499
8500 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
8501 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
8502 (gdb-setup-windows): Put something in source window if we can't find
8503 the source file.
8504 (gdb-frame-handler): Make it work again with just assembly.
8505 (gdb-data-list-register-values-handler): Make it work when there is
8506 no stack.
8507
8508 2006-04-09 Richard Stallman <rms@gnu.org>
8509
8510 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
8511 specs while looking for charset.
8512
8513 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
8514
8515 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8516 Make them faces.
8517 (lm-font-lock-keywords): Update appropriately.
8518
8519 2006-04-10 Kim F. Storm <storm@cua.dk>
8520
8521 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
8522 it can also replace buffer-substring-no-properties.
8523
8524 * emulation/cua-base.el (cua-delete-region, cua-paste)
8525 (cua-repeat-replace-region): Use filter-buffer-substring.
8526
8527 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8528 (cua-cut-region-to-global-mark): Likewise.
8529
8530 * emulation/cua-rect.el (cua--extract-rectangle)
8531 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
8532
8533 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8534
8535 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
8536 entry-type. Add field delimiters to numerical fields if they are
8537 not present.
8538
8539 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8540
8541 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
8542 string-const to return value.
8543 (bibtex-remove-delimiters): Use it.
8544
8545 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
8548 cl-byte-compile-compiler-macro unless it exists.
8549
8550 2006-04-08 Eli Zaretskii <eliz@gnu.org>
8551
8552 * files.el (hack-local-variables-confirm) <offer-save>:
8553 Clarify message text. Suggested by Ralf Angeli.
8554
8555 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8556
8557 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
8558 (delete-extract-rectangle-line): Use `filter-buffer-substring'
8559 instead of `buffer-substring' and `delete-region'. (Most of the
8560 code actually copied from `kill-region'.)
8561
8562 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
8563
8564 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
8565 (rcirc-default-port): Rename from rcirc-port.
8566 (rcirc-default-nick): Rename from rcirc-nick.
8567 (rcirc-default-user-name): Rename from rcirc-user-name.
8568 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
8569 (rcirc-low-priority-flag): New variable.
8570 (rcirc-decode-coding-system): New defcustom.
8571 (rcirc-encode-coding-system): New defcustom.
8572 (rcirc-coding-system-alist): New defcustom.
8573 (rcirc-multiline-major-mode): New defcustom.
8574 (rcirc-nick): New internal variable.
8575 (rcirc-process): Remove variable.
8576 (rcirc-server-buffer): New variable.
8577 (rcirc): Update to use rcirc-default-* variables above.
8578 (rcirc-connect): Do not add window-configuration-hook-here.
8579 (rcirc-server): New internal variable.
8580 (rcirc-connect): Do not send keepalive pings if
8581 rcirc-keepalive-seconds is nil.
8582 (with-rcirc-server-buffer): New macro.
8583 (rcirc-send-string): Encode with rcirc-encode-coding-system.
8584 (rcirc-server-name): Rename from rcirc-server.
8585 (rcirc-buffer-process): New function.
8586 (rcirc-buffer-nick): New function.
8587 (rcirc-buffer-target): Remove function.
8588 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8589 New commands.
8590 (rcirc-mode-map): Change binding of C-c C-l to
8591 rcirc-toggle-low-priority.
8592 (rcirc-mode): Initialize coding system based on
8593 rcirc-coding-system-alist. New change-major-mode-hook to part the
8594 channel on a mode change. Make kill-buffer-hook buffer-local.
8595 (rcirc-change-major-mode-hook): New function.
8596 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
8597 (rcirc-last-post-time): New variable.
8598 (rcirc-process-message): Store the last time user posted a message
8599 to this target.
8600 (rcirc-multiline-minor-mode): New mode.
8601 (rcirc-multiline-minor-mode-map): New mode map.
8602 (rcirc-edit-multiline): Put multiline-edit buffer in
8603 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
8604 (rcirc-print): Ignore any line starting with an ignored nick.
8605 (rcirc-print): Decode using rcirc-decode-coding-system.
8606 (rcirc-track-minor-mode): Update global-mode-string when disabling
8607 this mode.
8608 (minor-mode-alist): Add LowPri indicator.
8609 (rcirc-toggle-low-priority): New function.
8610 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
8611 next lowpriority buffer with activity.
8612 (rcirc-record-activity): Sort buffers in rcirc-activity by the
8613 last time the user posted a message in to the target.
8614 (rcirc-update-activity-string): New formatting for low priority
8615 buffers.
8616 (rcirc-split-activity): New function.
8617 (rcirc-handler-PART, rcirc-handler-KICK)
8618 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
8619 (rcirc-nick-away-alist): New variable.
8620 (rcirc-handler-301): New handler. Away messages are printed once
8621 per change.
8622
8623 2006-04-08 Eli Zaretskii <eliz@gnu.org>
8624
8625 * info.el (Info-follow-nearest-node): Doc fix.
8626
8627 * international/mule-cmds.el (set-locale-environment): Make sure
8628 the coding-system preferred by the locale's language has the same
8629 EOL conversion type as the original buffer-file-coding-system.
8630 (locale-language-names): Add a few MS Windows language codes.
8631
8632 2006-04-07 Richard Stallman <rms@gnu.org>
8633
8634 * simple.el (eval-expression): Doc fix.
8635
8636 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
8637 (eval-defun): Doc fixes.
8638
8639 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8640
8641 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
8642
8643 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
8644
8645 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
8646 GDB list command without argument for greater generality.
8647
8648 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8649
8650 * subr.el (string-or-null-p): New function.
8651
8652 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
8653
8654 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
8655
8656 * files.el: Update comment about safe-local-variable declarations.
8657
8658 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8659
8660 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
8661 See idlwave.org.
8662
8663 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
8664 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
8665
8666 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
8667 See idlwave.org.
8668
8669 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
8670 version 6.0 (minimal changes). See idlwave.org.
8671
8672 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
8673 6.0 (minimal changes). See idlwave.org.
8674
8675 * progmodes/idlw-rinfo.el: File obsoleted and removed.
8676
8677 2006-04-06 Romain Francoise <romain@orebokech.com>
8678
8679 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
8680 symmetric encryption features and a new asynchronous interface to
8681 GnuPG. This new version is version 1.4, plus whitespace changes.
8682
8683 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8684
8685 * files.el: Move some `safe-local-variable' declarations to the
8686 respective files.
8687
8688 * textmodes/ispell.el (ispell-check-comments)
8689 (ispell-local-dictionary): Mark as safe.
8690
8691 * abbrev.el (abbrev-mode): Mark as safe.
8692
8693 * add-log.el (change-log-default-name): Mark as safe.
8694
8695 * textmodes/reftex-vars.el (reftex-vref-is-default)
8696 (reftex-fref-is-default, reftex-level-indent)
8697 (reftex-guess-label-type): Mark as safe.
8698
8699 * textmodes/fill.el (colon-double-space): Mark as safe.
8700
8701 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
8702 (sentence-end-double-space, sentence-end-without-period)
8703 (sentence-end-without-space, sentence-end, sentence-end-base)
8704 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
8705
8706 2006-04-06 Kim F. Storm <storm@cua.dk>
8707
8708 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
8709 the :set-after list.
8710 (ido-downcase-unc-hosts): New user option. Default on.
8711 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
8712 when it is set, as regexps are now applied on the fly.
8713 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
8714 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
8715 on the fly, but only when ido-process-ignore-lists is set.
8716 Do case insensitive filtering if ido-downcase-unc-hosts is set.
8717 Only downcase names if ido-downcase-unc-hosts is set.
8718
8719 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
8720
8721 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
8722
8723 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
8724
8725 2006-04-05 Kim F. Storm <storm@cua.dk>
8726
8727 * ido.el (ido-mode): Set after ido-unc-hosts and
8728 ido-ignore-unc-host-regexps.
8729 (ido-save-history): Save ido-unc-hosts-cache.
8730 (ido-load-history): Load ido-unc-hosts-cache.
8731 (ido-reread-directory): Refresh unc hosts cache in // dir.
8732
8733 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
8734 to nil while displaying slash screen.
8735
8736 2006-04-05 Daiki Ueno <ueno@unixuser.org>
8737
8738 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
8739 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8740
8741 2006-04-05 Kenichi Handa <handa@m17n.org>
8742
8743 * international/characters.el: Setup cases of Latin, Greek, and
8744 Cyrillic characters in CJK charsets.
8745
8746 2006-03-29 Daiki Ueno <ueno@unixuser.org>
8747
8748 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8749 default-enable-multibyte-characters. This reverts the change from
8750 revision 6.17 which is no longer necessary because the passphrase
8751 is sent separately now. GnuPG messages are unreadable under
8752 multibyte locales with default-enable-multibyte-characters set to nil.
8753
8754 2006-04-04 Andreas Schwab <schwab@suse.de>
8755
8756 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
8757 and `byte-compile-warnings' as `safe-local-variable'.
8758
8759 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
8760
8761 * man.el (Man-mode-map): Restore the \r binding.
8762 (Man-abstract-xref-man-page): If Man-target-string is a function,
8763 call it.
8764 (Man-highlight-references): Use Man-default-man-entry to get the
8765 target. Deal with xrefs too.
8766 (Man-highlight-references0): Don't call the target function.
8767
8768 * woman.el (WoMan-xref-man-page): Strip the section number, woman
8769 cannot deal with it.
8770
8771 2006-04-04 Daiki Ueno <ueno@unixuser.org>
8772
8773 * pgg-gpg.el: Clean up process buffers every time gpg processes
8774 complete.
8775
8776 2006-04-04 Kenichi Handa <handa@m17n.org>
8777
8778 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
8779 here.
8780 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
8781 Temporarily bind inhibit-field-text-motion to t.
8782
8783 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8784
8785 * startup.el (normal-splash-screen): Only set mode-line-format in the
8786 splash buffer, so as not to interfere when debugging the code.
8787 Ignore errors when switching buffer.
8788
8789 2006-04-03 Romain Francoise <romain@orebokech.com>
8790
8791 * dired.el (dired-dnd-protocol-alist): Fix typo.
8792
8793 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
8794
8795 * savehist.el (savehist): Add :version.
8796 (savehist-ignored-variables): New variable.
8797 (savehist-minibuffer-hook): Don't save variables listed in
8798 `savehist-ignored-variables'.
8799
8800 * dired.el (dired-dnd-protocol-alist): Mention that change does
8801 only apply to new buffers in doc string.
8802
8803 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8804
8805 * recentf.el (recentf-open-files-item): Include newline in button
8806 field, so opening a file will work, when the point is at the end
8807 of the file name. Allow, for example, to [i]search a file by
8808 extension and just push RET to open it.
8809
8810 2006-04-03 Daiki Ueno <ueno@unixuser.org>
8811
8812 * pgg-gpg.el (pgg-gpg-process-filter)
8813 (pgg-gpg-wait-for-completion): Check if buffer is alive.
8814
8815 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8816 lines, temporary fix.
8817
8818 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8819
8820 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
8821
8822 2006-04-02 Richard Stallman <rms@gnu.org>
8823
8824 * progmodes/compile.el (compilation-message-face): Make it defcustom.
8825
8826 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8827
8828 * ibuf-macs.el (define-ibuffer-column): Add a new key:
8829 header-mouse-map.
8830
8831 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
8832 (ibuffer-mode-header-map): New keymaps.
8833 (ibuffer-update-title-and-summary): Enable mouse face highlighting
8834 and keybindings for column headers.
8835 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
8836 property.
8837
8838 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
8839
8840 * speedbar.el (speedbar-after-create-hook): Doc fix.
8841
8842 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
8843
8844 * shell.el (shell-directory-tracker)
8845 (shell-dynamic-complete-command): Doc fixes.
8846
8847 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
8848
8849 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
8850 terminals.
8851
8852 2006-04-01 Kim F. Storm <storm@cua.dk>
8853
8854 * ido.el (ido-unc-hosts-cache): New defvar.
8855 (ido-unc-hosts): If value of defcustom is a function, call it to
8856 get list of UNC hosts. Add function-item choices to specify
8857 ido-unc-hosts-net-view or user function.
8858 (ido-ignore-unc-host-regexps): New defcustom.
8859 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
8860 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
8861 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
8862
8863 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
8866 wwidth.
8867
8868 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
8869
8870 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
8871 (ido-max-work-file-list, ido-switch-buffer)
8872 (ido-read-file-name-as-directory-commands):
8873 Fix typos in docstrings.
8874
8875 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8876
8877 * term/mac-win.el (mac-system-coding-system): Define and use after
8878 Mac-specific coding systems are ready.
8879
8880 2006-03-27 Romain Francoise <romain@orebokech.com>
8881
8882 * net/rcirc.el (rcirc-connect): Add autoload cookie.
8883
8884 * ldefs-boot.el: Update.
8885
8886 2006-03-27 Daiki Ueno <ueno@unixuser.org>
8887
8888 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8889 passphrases when it is not needed.
8890 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8891 passphrase stuff from gpg, should only be necessary when you use
8892 gpg with a smartcard.
8893
8894 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
8895
8896 * comint.el (comint-dynamic-list-completions): Allow user to
8897 select *Completions* buffer.
8898
8899 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
8900
8901 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
8902
8903 2006-03-26 Andreas Schwab <schwab@suse.de>
8904
8905 * progmodes/gud.el (gdb): Only complain about multiple debugging
8906 when the gdb process is still running.
8907
8908 2006-03-25 Eli Zaretskii <eliz@gnu.org>
8909
8910 * mail/rmail.el (tool-bar-map): Defvar it.
8911 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
8912 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
8913
8914 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
8915
8916 * help.el (print-help-return-message): Suggest to use
8917 display-buffer instead of switch-to-buffer-other-window to restore
8918 the previous window without selecting it.
8919
8920 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8921
8922 * frame.el (select-frame-by-name): Call x-focus-frame also when
8923 window-system is mac.
8924
8925 * term/mac-win.el: Adjust Courier font specifications in
8926 x-fixed-font-alist.
8927 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
8928 when directly encoding to UTF-16 in native byte order, no BOM.
8929
8930 2006-03-25 Kim F. Storm <storm@cua.dk>
8931
8932 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
8933 (cua--init-keymaps): Use it instead of fixed C-return.
8934 (cua-mode): Set after it.
8935
8936 * emulation/cua-rect.el (cua--init-rectangles):
8937 Use cua-rectangle-mark-key instead of fixed C-return.
8938
8939 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
8940
8941 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
8942 "run" in .gdbinit.
8943 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
8944
8945 2006-03-24 Romain Francoise <romain@orebokech.com>
8946
8947 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
8948 `display-buffer-other-frame'.
8949
8950 2006-03-24 Kim F. Storm <storm@cua.dk>
8951
8952 * apropos.el (apropos-synonyms): Add selection => region.
8953
8954 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8955
8956 * progmodes/gdb-ui.el (gdb-var-create-regexp)
8957 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8958 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8959 (gdb-data-list-register-values-regexp)
8960 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
8961 Future proof against new fields being added to MI output.
8962 (gdb-send): Don't treat backslashes for program input as
8963 continuations.
8964 (gdb-assembler-handler): Don't use window-start for this handler.
8965 (gdb-frame-handler): Don't change to hollow arrow if overlay
8966 arrow doesn't move to new frame.
8967
8968 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8969
8970 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
8971 prevent compiler warnings.
8972 (gdb-stopped): Check for gud-last-last-frame (case: signal).
8973 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
8974 (gdb-assembler-custom): Use hollow-right-triangle for assembler
8975 buffer too.
8976
8977 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
8978
8979 * pgg-gpg.el (pgg-gpg-update-agent): Check for
8980 make-network-process, so we can use the same code in Gnus v5-10
8981 too and have this file fully synchronized with that release.
8982
8983 2006-03-23 Romain Francoise <romain@orebokech.com>
8984
8985 * ibuf-ext.el (ibuffer-read-filter-group-name):
8986 Use `ibuffer-generate-filter-groups' to make completion list match
8987 the filter groups that are really displayed in the Ibuffer buffer.
8988 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
8989
8990 2006-03-23 Kenichi Handa <handa@m17n.org>
8991
8992 * international/mule-cmds.el (sort-coding-systems): Describe that
8993 the argument is modified in docstring.
8994
8995 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
8996
8997 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8998 (pgg-gpg-update-agent): New function.
8999 (pgg-gpg-use-agent-p): New function.
9000 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9001 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9002 (pgg-gpg-sign-region): Use it.
9003
9004 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
9005
9006 * cus-edit.el (custom-face-set): Call custom-push-theme before
9007 face-spec set so that `changed' theme is correctly saved.
9008 (custom-face-reset-standard): Reset to recalculated face rather
9009 than defface spec.
9010
9011 * custom.el (custom-push-theme): Only save `changed' theme if the
9012 current face does not match the defface specs.
9013
9014 2006-03-21 Simon Josefsson <jas@extundo.com>
9015
9016 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9017 <wilde@sha-bang.de>.
9018 (pgg-gpg-use-agent): New variable.
9019 (pgg-gpg-process-region): Use it.
9020 (pgg-gpg-encrypt-region): Likewise.
9021 (pgg-gpg-encrypt-symmetric-region): Likewise.
9022 (pgg-gpg-decrypt-region): Likewise.
9023 (pgg-gpg-sign-region): Likewise.
9024 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9025
9026 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
9027
9028 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
9029 bracket links.
9030
9031 2006-03-21 Kim F. Storm <storm@cua.dk>
9032
9033 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
9034 fringe-indicator-alist instead of modifying global value.
9035 (gdb-frame-handler): Likewise.
9036
9037 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9038
9039 * diff-mode.el (diff-function): Make it inherit from diff-header
9040 instead of diff-context.
9041
9042 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
9043 bitmap.
9044 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
9045 change names in macro above for consistency.
9046 (gdb-frame-handler): Use hollow-right-triangle for all selected
9047 frames which except the innermost (where execution has stopped).
9048 (gdb-reset): Reset buffer-local values of overlay-arrow.
9049
9050 2006-03-20 Richard Stallman <rms@gnu.org>
9051
9052 * simple.el (set-mark-command): Doc fix.
9053
9054 * files.el (display-buffer-other-frame): New command.
9055 (ctl-x-4-map): Bind C-x 5 C-o to it.
9056
9057 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9058
9059 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
9060 rather than just defer-time, in case defer-time has been changed but
9061 the timer isn't running yet.
9062 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
9063
9064 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9065
9066 * help-mode.el (help-follow-symbol): New function.
9067 Essentially identical to the old `help-follow', but do not let
9068 `push-button' do the work when on an xref.
9069 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
9070
9071 2006-03-19 Richard Stallman <rms@gnu.org>
9072
9073 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
9074 preceded by the word `program'.
9075 (help-follow-mouse, help-follow): Throw error if not on xref.
9076 Delete no longer used args.
9077
9078 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
9079
9080 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
9081 annotation ensure gud-overlay-arrow-position is redisplayed.
9082
9083 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9084
9085 * textmodes/bibtex.el (bibtex-include-OPTkey)
9086 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
9087 (bibtex-autokey-name-case-convert)
9088 (bibtex-autokey-titleword-case-convert): Make these the aliases
9089 for the following two variables.
9090 (bibtex-autokey-name-case-convert-function)
9091 (bibtex-autokey-titleword-case-convert-function): Make these the
9092 real names.
9093 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
9094 bibtex-font-lock-crossref sublists.
9095 (bibtex-mode): Revert 2005-12-30 change (which made
9096 completion-ignore-case buffer-local).
9097 (bibtex-url): Simplify.
9098
9099 2006-03-19 Kim F. Storm <storm@cua.dk>
9100
9101 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
9102 cursor property value to 2 (to align with C level change).
9103
9104 2006-03-19 Bill Wohler <wohler@newt.com>
9105
9106 * image.el (image-load-path-for-library): Shorten first line in
9107 docstring.
9108
9109 2006-03-18 Richard Stallman <rms@gnu.org>
9110
9111 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
9112
9113 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
9114
9115 * isearch.el (isearch-other-meta-char): Handle user bindings for
9116 shifted control characters.
9117
9118 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
9119
9120 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
9121 part that matches email addresses, file names, etc.
9122
9123 2006-03-18 Eli Zaretskii <eliz@gnu.org>
9124
9125 * term/w32-win.el (mouse-set-font):
9126 Mention w32-list-proportional-fonts in the doc string.
9127
9128 2006-03-18 Kim F. Storm <storm@cua.dk>
9129
9130 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
9131 (ido-unc-hosts): New user option to explicitly define list of know
9132 UNC-style hosts for completion.
9133 (ido-cache-unc-host-shares-time): New user option.
9134 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
9135 New helper functions for UNC file-name support.
9136 (ido-may-cache-directory): Check for UNC host. Simplify.
9137 (ido-wash-history): Clean out old UNC hosts.
9138 (ido-nonreadable-directory-p): UNC hosts are always readable.
9139 (ido-directory-too-big-p): UNC hosts are never too big.
9140 (ido-set-current-directory): Handle UNC root path.
9141 (ido-file-name-all-completions): Complete UNC host names from
9142 ido-unc-hosts list. Cache UNC host shares.
9143 (ido-make-file-list-1): Don't filter UNC root.
9144 (ido-exhibit): Check for // in root directory, and switch to UNC
9145 mode by setting ido-current-directory to //.
9146
9147 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
9148
9149 * cus-edit.el (customize-changed-options): Mention explicit
9150 version number as default in prompt.
9151
9152 2006-03-17 Bill Wohler <wohler@newt.com>
9153
9154 * image.el (image-load-path-for-library): Minor docstring fix.
9155
9156 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
9157
9158 * textmodes/org.el (org-read-date): Include subgroup 5 into
9159 replacement text.
9160 (org-popup-calendar-for-date-prompt): Fix customization type.
9161
9162 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
9163
9164 * progmodes/gdb-ui.el (gud-watch): Provide completion.
9165 (gdb-continuation): New variable.
9166 (gdb-send): Deal with continuation lines.
9167
9168 * progmodes/gud.el (gud-gdb-complete-command)
9169 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
9170 expressions.
9171 (gud-tooltip-mode): Use buffer-local value.
9172
9173 2006-03-16 Kim F. Storm <storm@cua.dk>
9174
9175 * ido.el (ido-edit-input): Use selected match, if any.
9176
9177 2006-03-16 Bill Wohler <wohler@newt.com>
9178
9179 * image.el (image-load-path-for-library): Prefer user's images in
9180 image-load-path.
9181
9182 2006-03-16 Martin Rudalics <rudalics@gmx.at>
9183
9184 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
9185 when checking for attempt to drag leftmost or rightmost scrollbar.
9186
9187 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
9188
9189 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
9190 (gdb-force-mode-line-update): New function.
9191 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
9192 (gdb-exited): Use them.
9193 (gdb-signal): New function.
9194 (gdb-annotation-rules): Provide a rule for it.
9195
9196 2006-03-16 Kenichi Handa <handa@m17n.org>
9197
9198 * international/mule.el (auto-coding-regexp-alist): Add entries
9199 for Unicode BOM.
9200
9201 * sort.el (sort-build-lists): Temporarily bind
9202 inhibit-field-text-motion to t.
9203
9204 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
9205
9206 * locate.el (locate-command, locate-make-command-line)
9207 (locate-fcodes-file, locate-update-command)
9208 (locate-prompt-for-command, locate, locate-with-filter)
9209 (locate-get-file-positions): Doc fixes.
9210 (locate-buffer-name, locate-header-face): Remove leading `*' in
9211 defcustom.
9212 (locate-filter-output): Use `keep-lines' instead of its alias
9213 `delete-non-matching-lines'.
9214 (locate-get-filename, locate-get-dirname): Add introductory comment.
9215 (locate-find-directory-other-window): Give appropriate error
9216 message if used outside main listing.
9217
9218 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
9221 the new extend-region feature.
9222 (font-lock-after-change-function): Update correspondingly.
9223 * jit-lock.el (jit-lock-after-change): Update correspondingly.
9224 * progmodes/grep.el (font-lock-lines-before): Don't disable.
9225
9226 2006-03-15 Bill Wohler <wohler@newt.com>
9227
9228 * image.el (image-load-path-for-library): Fix example by not
9229 recommending that one binds image-load-path. Just defvar it to
9230 placate compiler and only use it if previously defined.
9231
9232 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
9233
9234 * textmodes/org.el (org-insert-centered): Use `string-width' to
9235 make underlining work for wide characters.
9236 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
9237 TAB to `org-cycle', to make sure that no binding in
9238 `outline-mode-map' can supercede it.
9239
9240 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
9241
9242 * allout.el: Increment version to 2.2.1 in file commentary.
9243
9244 (allout-version): Increment to 2.2.1.
9245
9246 (allout-default-layout): New customization variable, used when the
9247 file lacks a specific allout-layout. Uses allout-layout-type for
9248 recursively nested definition.
9249
9250 (allout-layout-type): Widget defining allout layouts, necessary for
9251 self-recursive definition.
9252
9253 (allout-mode): Incorporate allout-default-layout as fallback for
9254 allout-layout.
9255
9256 (allout-layout): Mark as 'safe-local-variable', and refer mention
9257 fallback to `allout-default-layout' in absence of a specified value.
9258 (allout-passphrase-verifier-string)
9259 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
9260
9261 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
9262
9263 (allout-get-encryption-passphrase-verifier): Use correct name of
9264 passphrase verifier in docstring.
9265
9266 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
9267
9268 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
9269 elements.
9270 (gdb-find-watch-expression): Make it work for arrays too.
9271 Follow change to gdb-var-list.
9272 (gud-watch): Allow the user to enter variable name with a prexix
9273 arg. Create keybindings.
9274 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9275 (gdb-var-list-children-handler, gdb-var-update-handler)
9276 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
9277 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
9278 Follow change to gdb-var-list.
9279 (gdb-starting): Don't show the overlay arrows when program is running.
9280
9281 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
9282 gdb-var-list.
9283
9284 2006-03-14 Bill Wohler <wohler@newt.com>
9285
9286 * image.el (image-load-path-for-library): Pass value of path
9287 rather than symbol. Always return list of directories.
9288 Guarantee that image directory comes first.
9289
9290 2006-03-14 Alan Mackenzie <acm@muc.de>
9291
9292 * font-core.el (font-lock-extend-region\(-function\)?.):
9293 New function/variable.
9294
9295 * font-lock.el (font-lock-after-change-function):
9296 Call font-lock-extend-region. Obey font-lock-lines-before.
9297 (font-lock-default-fontify-region): Remove reference to
9298 font-lock-lines-before.
9299
9300 * jit-lock.el (jit-lock-after-change):
9301 Call font-lock-extend-region. Obey font-lock-lines-before.
9302
9303 2006-03-14 David Ponce <david@dponce.com>
9304
9305 * tree-widget.el (tree-widget-themes-load-path)
9306 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9307
9308 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
9309
9310 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
9311 (rcirc-print): Mark the start of text at the end of the prompt.
9312 (rcirc-track-minor-mode): Add autoload cookie.
9313 (rcirc-update-activity-string): Add space to front of mode-line
9314 indicator.
9315
9316 2006-03-13 Miles Bader <miles@gnu.org>
9317
9318 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
9319 (rcirc-abbrev-nick): Remove function.
9320 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
9321
9322 2006-03-13 David Ponce <david@dponce.com>
9323
9324 * tree-widget.el: Handle themes across all occurrences of the main
9325 themes sub-directory found in tree-widget-themes-load-path.
9326 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9327 (tree-widget--locate-sub-directory): Return all occurrences.
9328 (tree-widget-themes-path): New function.
9329 Replace tree-widget-themes-directory, and return a list of directories.
9330 (tree-widget-set-parent-theme)
9331 (tree-widget-lookup-image): Use it.
9332
9333 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
9334
9335 * textmodes/org.el (org-link-search): Avoid self-matching of
9336 links, allow target text to be distributed over several lines.
9337 (org-search-not-link): New function.
9338 (org-set-regexps-and-options, org-get-current-options):
9339 New startup options.
9340 (org-export-as-html): Take odd-level setting from local variable.
9341 (org-fontify-emphasized-text): New option.
9342 (org-set-font-lock-defaults): Include emphasized text.
9343 (org-follow-mhe-link): Allow folder-only links, fix folder name.
9344 (org-font-lock): Customize group renamed from `org-faces'.
9345
9346 2006-03-13 John Paul Wallington <jpw@pobox.com>
9347
9348 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
9349 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
9350
9351 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
9352
9353 * cus-start.el (all): Delete :version keyword for members of the
9354 fringe group, since the entire group is new in 22.1.
9355
9356 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
9357
9358 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
9359 map if value is hexadecimal (an address).
9360 (gud-watch): Only search roots for existing watch expressions.
9361 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
9362 prevent caching problems with speedbar-update-directory-contents.
9363
9364 2006-03-12 Juri Linkov <juri@jurta.org>
9365
9366 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
9367 before comparing with `low' and `warn'.
9368
9369 * info.el (Info-dir-remove-duplicates): Move point to the
9370 beginning of the current line after deleting the entries from
9371 redundant heading. Use marker for `limit' and compare it with
9372 point before calling `re-search-forward'.
9373
9374 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9375
9376 * simple.el (yank): Fix typo in docstring.
9377
9378 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
9379
9380 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
9381 messages, where "D" is the 6th character.
9382
9383 2006-03-11 Eli Zaretskii <eliz@gnu.org>
9384
9385 * simple.el (yank): Fix last change.
9386
9387 2006-03-11 David Ponce <david@dponce.com>
9388
9389 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
9390 merging elements from the standard ispell-dictionary-alist.
9391 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
9392 alist, and return the new alist.
9393
9394 2006-03-11 Richard Stallman <rms@gnu.org>
9395
9396 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
9397
9398 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
9399 the way it is implemented is too unclean.
9400
9401 * simple.el (kill-region, yank): Doc fix.
9402
9403 * battery.el (battery-echo-area-format): Doc fix.
9404 (battery-mode-line-format): Likewise.
9405 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
9406 (battery-linux-proc-acpi): Ignore batteries that say "charged".
9407
9408 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9409
9410 * progmodes/octave-mod.el (octave-indent-for-comment):
9411 Behave according to do string.
9412
9413 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
9414
9415 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
9416 Be visible only if major mode is Mail Mode.
9417
9418 * textmodes/flyspell.el (flyspell-external-point-words)
9419 (flyspell-process-localwords): Fix last changes.
9420
9421 2006-03-11 Eli Zaretskii <eliz@gnu.org>
9422
9423 * calendar/holidays.el (list-holidays): Doc fix.
9424
9425 * international/mule.el (auto-coding-alist): Add .odt
9426 (OpenOffice's open document) files.
9427
9428 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
9429 document) files. Mention in the doc string the need to sync with
9430 auto-coding-alist.
9431
9432 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
9433
9434 * files.el (hack-local-variables-confirm): Don't prompt for ! if
9435 enable-local-variables is set to always query, or there is no
9436 savable variable.
9437
9438 2006-03-10 Bill Wohler <wohler@newt.com>
9439
9440 * image.el (image-load-path-for-library): Merge at least three
9441 functions from Gnus and MH-E into this one function that can now
9442 be shared.
9443
9444 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
9445
9446 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
9447 gdb-remove-mouse-face and remove help-echo too.
9448 (gdb-enqueue-input): Correct conditional clause.
9449
9450 2006-03-10 Glenn Morris <rgm@gnu.org>
9451
9452 * calendar/calendar.el (calendar-holidays): Doc fix.
9453 * calendar/holidays.el (list-holidays): Doc fix.
9454
9455 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
9456
9457 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
9458 it gets called in gdb-prompt anyway.
9459 (gdb-use-separate-io-buffer): Only restore window arrangement for
9460 gdb-many-windows.
9461 (gdb-enqueue-input): Make it harder to send GDB input when program
9462 is running.
9463 (gdb-buffer-list): New variable.
9464 (gdb-remove-mouse-face): New function.
9465 (gdb-starting): Use it when GDB input won't get sent.
9466
9467 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
9468
9469 * help.el (view-lossage): Remove trailing whitespace before
9470 inserting "\n".
9471
9472 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * files.el (hack-local-variables-confirm):
9475 Set coding-system-for-read to nil before writing to .emacs.
9476
9477 * arc-mode.el (archive-extract): Check if an existing buffer name
9478 comes from a different archive.
9479
9480 * help.el (describe-key-briefly): If KEY is a down event, read and
9481 discard the up event.
9482
9483 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
9484
9485 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
9486 be edited and use font-lock-warning-face for any changes.
9487
9488 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
9489 (gdb-edit-value): Use it to report any errors.
9490
9491 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
9492
9493 * help.el (describe-key): Remove leftover test code.
9494
9495 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9496
9497 * textmodes/org.el: Move defvars out of eval-when-compile.
9498 Use buffer-file-name variable.
9499 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
9500 arg `file'.
9501 (org-level-faces): Remove startup dependency.
9502 (org-cycle, org-map-tree, org-scan-tags)
9503 (org-remember-handler): Don't call `outline-level' directly.
9504 (org-mhe-search-all-folders): New option.
9505 (org-mhe-get-message-folder-from-index)
9506 (org-mhe-get-message-folder): Fix indexing search.
9507 (org-format-agenda-item): Handle nil TAGS argument.
9508 (org-cleaned-string-for-export, org-activate-target-links)
9509 (org-make-target-link-regexp): Deal with empty radio target list.
9510 (org-tag): New face.
9511 (org-get-level-face): New function.
9512 (org-set-font-lock-defaults): Simplify setup for headlines.
9513 (org-complete): Pass common substring to `display-completion-list'.
9514
9515 2006-03-06 David Ponce <david@dponce.com>
9516
9517 * tree-widget.el: Update Commentary header.
9518 (tree-widget-theme-name): Ignore parent themes.
9519 (tree-widget-set-parent-theme): New function.
9520 (tree-widget-set-theme): Use it.
9521 (tree-widget-set-image-properties): Move definition. Does nothing
9522 if image properties have already been set.
9523 (tree-widget-image-properties): Move definition. Receive an image
9524 name. Set the :pointer property.
9525 (tree-widget-lookup-image): Doc fix. Search in parent themes.
9526 Don't set the :pointer image property.
9527 (tree-widget-convert-widget): New function. Handle :dynargs
9528 compatibility here.
9529 (tree-widget): Use it to :convert-widget. Add the :expander-p
9530 predicate to control when the :expander function is entered.
9531 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
9532 (tree-widget-value-create): Handle :expander-p. widget-apply
9533 :expander.
9534 (tree-widget-expander-p): New function. Default value of the
9535 :expander-p property.
9536
9537 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
9538
9539 * help.el (describe-key): Properly handle the return value of
9540 read-key-sequence when grabbing an up-event. Cleanup mouse-1
9541 remaps. Handle string and vector `follow-link' values.
9542
9543 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 * complete.el (PC-expand-many-files): Try be more careful when parsing
9546 the shell's output.
9547
9548 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * outline.el (hide-sublevels): Provide better interactive default.
9551
9552 2006-03-06 Kenichi Handa <handa@m17n.org>
9553
9554 * international/fontset.el (create-fontset-from-fontset-spec):
9555 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
9556
9557 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
9558
9559 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
9560 backslashes instead of one in regexp.
9561 (gud-tooltip-dereference): Add missing optional argument.
9562
9563 2006-03-04 John Paul Wallington <jpw@pobox.com>
9564
9565 * wdired.el (toplevel): Require `cl' at compile-time.
9566
9567 2006-03-04 Andreas Schwab <schwab@suse.de>
9568
9569 * server.el (server-process-filter): Handle errors during
9570 evaluation of the argument.
9571
9572 2006-03-03 John Paul Wallington <jpw@pobox.com>
9573
9574 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
9575 escape parentheses at beginning of line.
9576 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
9577 (t-mouse-mode): Remove period from end of error message.
9578
9579 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
9580
9581 * textmodes/flyspell.el (flyspell-process-localwords):
9582 Be case-sensitive.
9583
9584 2006-03-03 Martin Rudalics <rudalics@gmx.at>
9585
9586 * cus-edit.el (custom-quote): Remove function, since it has been
9587 moved to custom.el.
9588
9589 * font-lock.el (lisp-font-lock-keywords-2)
9590 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
9591 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
9592 they have no special meaning.
9593
9594 * midnight.el (clean-buffer-list): Handle case where base-buffer of
9595 indirect buffer gets killed before indirect buffer. Use dolist.
9596
9597 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
9598
9599 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
9600 value instead of a literal constant (1) on more pauses.
9601
9602 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9603
9604 * textmodes/flyspell.el (flyspell-external-point-words):
9605 Be case-sensitive.
9606
9607 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
9608
9609 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
9610 with "www".
9611
9612 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
9613
9614 * allout.el: Restablish intermediate missing comment header to
9615 preserve outline structure.
9616 (allout-beginning-of-current-entry): Skip invisible text.
9617 (allout-open-topic): Fix opening a topic at end-of-buffer.
9618 (allout-minor-mode): Move nearer to allout-mode function.
9619
9620 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
9621
9622 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
9623
9624 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
9625
9626 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
9627 is nil.
9628
9629 * progmodes/gud.el (gud-speedbar-menu-items):
9630 Use buffer-local-value and add missing :visible keyword.
9631
9632 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
9633
9634 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9635
9636 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
9637 must be `follow-link'.
9638
9639 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
9640
9641 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
9642 formatting: No nested anchors.
9643 (org-all-targets): Fix bug with XEmacs compatibility.
9644 (org-read-date): Add (require 'parse-time).
9645 (org-set-tags): Fix bug with extra inserted space.
9646 (org-export-html-style): Define a style class for targets.
9647 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
9648 (org-hide-leading-stars): New option.
9649 (org-hide): New face.
9650 (org-set-font-lock-defaults): Allow to hide leading stars.
9651 (org-get-legal-level, org-tr-level): New functions.
9652 (org-odd-levels-only): New option.
9653 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
9654 (org-demote, org-promote): Deal with double-star levels.
9655 (org-convert-to-odd-levels): New command.
9656
9657 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
9658
9659 * speedbar.el (speedbar-update-localized-contents): Try to
9660 preserve window-start.
9661 (speedbar-update-directory-contents): Try to preserve window-start
9662 and window-point.
9663 (speedbar-update-special-contents): Don't move back to start of window.
9664
9665 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
9666 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
9667 speedbar-timer-fn.
9668 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
9669 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
9670 instead of gdb-speedbar-timer-fn.
9671
9672 2006-02-28 Jay Belanger <belanger@truman.edu>
9673
9674 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
9675 (math-compose-expr): Use latex option when calling
9676 `math-compose-tex-matrix' for latex mode.
9677
9678 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
9679
9680 * speedbar.el: Re-instate comments about developing for speedbar
9681 [this is what info and gdb-ui use even if better methods exist now].
9682
9683 * t-mouse.el: New file.
9684 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
9685 (t-mouse-lispy-buffer-posn-from-coords): Remove.
9686 (t-mouse-make-event-element): Use posn-at-x-y instead.
9687 (t-mouse-make-event): Deal with Fedora Core 3.
9688 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
9689 (t-mouse-mouse-position-function): New function. Use it instead
9690 of advising mouse-position.
9691 (t-mouse-mode): New minor mode.
9692 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
9693
9694 2006-02-27 Glenn Morris <rgm@gnu.org>
9695
9696 * calendar/calendar.el (calendar-holidays): Doc fix.
9697
9698 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
9699
9700 * progmodes/gdb-ui.el (gdb-source-window): New variable.
9701 Re-introduce the concept of a source window.
9702 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
9703 consistency with get-buffer-create.
9704 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9705 (gdb-data-list-register-values-handler)
9706 (gdb-stack-list-locals-handler): Try to preserve window-start as
9707 well as window-point.
9708 (gdb-display-source-buffer): New function (old concept).
9709 (gdb-goto-breakpoint): Use it.
9710
9711 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
9712 for gdb-ui/gdb-mi (old concept).
9713
9714 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
9715
9716 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
9717 binding.
9718
9719 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
9720
9721 * textmodes/reftex-sel.el (reftex-select-label-map)
9722 (reftex-select-bib-map): Add `follow-mouse' binding.
9723
9724 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
9725
9726 * jka-cmpr-hook.el (jka-compr-compression-info-list)
9727 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
9728 Give :set functions to provide automatic updating.
9729 Update docstring. Give compiler defvars early in the file
9730 and move the defcustoms to a later spot where all called functions
9731 are defined.
9732 (jka-compr-file-name-handler-entry): Doc fix.
9733 (jka-compr-compression-info-list--internal)
9734 (jka-compr-mode-alist-additions--internal)
9735 (jka-compr-load-suffixes--internal): New variables.
9736 (jka-compr-install): Set the three above variables.
9737 Update `load-file-rep-suffixes' instead of `load-suffixes'.
9738 (jka-compr-update, jka-compr-set): New functions.
9739 (auto-compression-mode): Doc fix.
9740
9741 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
9742 Update `load-file-rep-suffixes' instead of `load-suffixes'.
9743 Use jka-compr-compression-info-list--internal,
9744 jka-compr-mode-alist-additions--internal and
9745 jka-compr-load-suffixes--internal.
9746
9747 * files.el (load-library):
9748 * loadhist.el (file-loadhist-lookup):
9749 * startup.el (command-line):
9750 * subr.el (locate-library):
9751 * emacs-lisp/autoload.el (update-directory-autoloads):
9752 * emacs-lisp/find-func.el (find-library-suffixes):
9753 Use `get-load-suffixes' instead of `load-suffixes'.
9754
9755 * subr.el (locate-library):
9756 * emacs-lisp/find-func.el (find-library-name):
9757 Use `load-file-rep-suffixes' instead of '("").
9758
9759 2006-02-26 Kim F. Storm <storm@cua.dk>
9760
9761 * ido.el (ido-save-history, ido-load-history): Simplify.
9762 Don't use find-file-noselect to avoid interference from other modes.
9763
9764 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
9765
9766 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
9767 to use the default shell if filename is not available.
9768 Reported by Giorgos Keramidas.
9769
9770 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
9771
9772 * progmodes/etags.el (tags-completion-table): Do completion from
9773 all the tables in the current list, as documented in the manual.
9774
9775 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9776
9777 * CC Mode Update to 5.31.3.
9778
9779 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9780
9781 * progmodes/cc-mode.el (c-postprocess-file-styles):
9782 Bind inhibit-read-only to t, around the call to
9783 c-remove-any-local-eval-or-mode-variables, so that it works on a
9784 RO file.
9785
9786 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9787
9788 * progmodes/cc-awk.el: Correct a typo.
9789
9790 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9791
9792 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
9793 c-hungry-delete-backwards, at the request of RMS. Leave the old
9794 name as an alias.
9795
9796 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9797
9798 * progmodes/cc-mode.el: Correct a typo.
9799
9800 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9801
9802 * progmodes/cc-defs.el: Update the version number to 5.31.3.
9803
9804 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9805
9806 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
9807 brace-else-brace (error due to mbeg, mend being undefined).
9808
9809 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9810
9811 * progmodes/cc-mode.el: File Local variables: Solve the problem
9812 where both `mode' and c-file-offsets are specified: `mode' will
9813 overwrite c-f-o's settings:
9814 (c-remove-any-local-eval-or-mode-variables): New function.
9815 (c-postprocess-file-styles): Call the above new function, within
9816 c-tentative-buffer-change, to splat `mode' and `eval' before the
9817 second hack-local-variables.
9818
9819 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9820
9821 * progmodes/cc-mode.el:
9822 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
9823 (c-after-change): Protect the match data with save-match-data.
9824 It was getting corrupted by c-after-change-check-<>-operators.
9825
9826 * cc-defs.el: [Supersedes patch V1.38]:
9827 (top level): Check for a buggy font-lock-compile-keywords ONLY in
9828 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
9829
9830 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
9831 with save-match-data. It was being corrupted when Font Lock was
9832 not enabled.
9833
9834 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9835
9836 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
9837 Mode and Subword Mode.
9838
9839 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
9840 real labels ("case 1:" or "foo:") from non-labels ("public:").
9841 (c-forward-objc-directive): Replace c-forward-token-2 with crude
9842 coding; c-f-t-2 doesn't move over a token at EOB.
9843
9844 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
9845
9846 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
9847 (c-update-modeline): Concatenate the minor mode indicators
9848 directly onto mode-name, removing c-submode-indicators.
9849 Sometimes, c-s-i got separated from the mode name on the mode line.
9850
9851 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
9852 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
9853
9854 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9855
9856 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
9857 error message when there's an evaluation error to show whether
9858 it's loaded from source or not.
9859 (c-filter-ops): Make it available at runtime too to work when
9860 `c-make-init-lang-vars-fun' needs to evaluate from source.
9861
9862 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
9863
9864 * help.el (help): Revert last part of 2006-02-23 change (deletion
9865 of the `provide' call).
9866
9867 2006-02-23 Juri Linkov <juri@jurta.org>
9868
9869 * compare-w.el (compare-windows-highlight): Add new value
9870 `persistent' and change :type from `boolean' to `choice'.
9871 (compare-windows-overlays1, compare-windows-overlays2):
9872 New internal variables.
9873 (compare-windows-highlight): If compare-windows-highlight is
9874 `persistent', add current overlays to compare-windows-overlays[12]
9875 instead of adding compare-windows-dehighlight to pre-command-hook.
9876 (compare-windows-dehighlight): Delete all overlays from
9877 compare-windows-overlays[12].
9878
9879 * info.el (Info-search): Don't bind search-spaces-regexp to
9880 Info-search-whitespace-regexp in non-regexp isearch mode.
9881
9882 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
9885
9886 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
9887
9888 * textmodes/org.el (org-xemacs-p)
9889 (org-export-html-show-new-buffer, org-table-may-need-update)
9890 (org-insert-item, org-mhe-get-message-real-folder)
9891 (org-mhe-get-message-folder-from-index)
9892 (org-mhe-get-message-folder, org-mhe-get-message-num)
9893 (org-mhe-get-header, org-make-org-heading-search-string)
9894 (org-make-org-heading-camel, org-table-sort-lines)
9895 (org-format-org-table-html, org-format-table-table-html):
9896 Fix typos in docstrings.
9897
9898 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
9899
9900 * textmodes/org.el (org-cleaned-string-for-export)
9901 (org-solidify-link-text): New function.
9902 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
9903 XEmacs, just to silence the compiler.
9904 (org-export-as-ascii, org-export-as-html-and-open):
9905 Use `org-cleaned-string-for-export' and create internal links.
9906 (org-follow-mhe-link): Require mh-e, use folder.
9907
9908 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9909
9910 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
9911
9912 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
9913 gdb-debug-log-length.
9914 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
9915 it a real ring but...
9916 (gud-gdba-marker-filter): ...make it work like mark-ring.
9917 (gdb-enable-debug): Rename from gdb-enable-debug-log.
9918 (gdb-mouse-jump): New function. Add bindings.
9919
9920 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9921
9922 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
9923 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
9924 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
9925 (gdb-debug-log-length): Customize it's length.
9926 (gud-watch, gdb-var-create-handler): Display function::var format
9927 but don't use to create variable object.
9928 (gdb-var-create-handler): Use message-box in place of message.
9929 (gdb-stopped): Call gdb-exited if signalled.
9930
9931 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9932
9933 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
9934
9935 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
9936
9937 * textmodes/reftex.el (reftex-locate-file): Search all extensions
9938 if `reftex-try-all-extensions' is set.
9939
9940 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
9941 fail silently when there is no valid argument at point.
9942 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
9943 `fail-silently' argument. From a patch by David Reiter.
9944
9945 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
9946 New commands.
9947 (org-mark-ring): New variable.
9948 (org-mark-ring-length): New option.
9949 (org-open-at-point, org-goto, org-open-file): Push old position
9950 onto the mark ring.
9951 (org-add-hook): New function.
9952 (org-export-table-remove-special-lines): New option.
9953 (org-skip-comments, org-format-org-table-html): Respect new
9954 option `org-export-table-remove-special-lines'.
9955 (org-open-file): Allow special command configuration for
9956 directory link.
9957 (org-file-apps): Fix bugs in customize type, added setting
9958 for directories.
9959 (org-activate-tags, org-format-agenda-item, org-complete)
9960 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9961 (org-get-tags, org-get-buffer-tags, org-open-at-point)
9962 (org-link-search, org-make-org-heading-search-string)
9963 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9964 (org-radio-targets, org-file-link-context-use-camel-case)
9965 (org-activate-camels): New options.
9966 (org-update-radio-target-regexp, org-all-targets)
9967 (org-make-target-link-regexp, org-activate-target-links):
9968 New functions.
9969 (org-make-org-heading-search-string): New function.
9970 (org-store-link, org-insert-link): Use new option
9971 `org-file-link-context-use-camel-case'.
9972 (org-activate-camels): Use new option `org-activate-camels'.
9973 (org-link-regexp): Add mhe prefix.
9974 (org-open-at-point, org-store-link): Support for mhe links.
9975 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
9976 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
9977 (org-mhe-get-header, org-follow-mhe-link): New functions.
9978 (org-remove-angle-brackets, org-add-angle-brackets):
9979 New functions.
9980 (org-bracket-link-regexp): New constant.
9981 (org-read-date): Fix bug that was rejecting all typed dates.
9982 (org-link-search): Make hierarchy above visible after a match.
9983 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9984 (org-store-link): Fix bug with link creation when cursor is in
9985 an empty line.
9986 (org-open-at-point): Fix bug with matching a link.
9987 Fixed buggy argument sequence in call to `org-view-tags'.
9988 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9989 (org-prefix-has-tag): New variable.
9990 (org-format-agenda-item): Remove tags from headline
9991 if appropriate.
9992 (org-agenda-remove-tags-when-in-prefix): New option.
9993
9994 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
9995
9996 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
9997 Fix the regular expressions.
9998
9999 2006-02-21 Richard M. Stallman <rms@gnu.org>
10000
10001 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
10002 if there's no other specific basis.
10003
10004 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
10005 as variables at all.
10006 (unsafep-variable): Rename arg; doc fix.
10007
10008 * abbrevlist.el (list-one-abbrev-table): Add autoload.
10009
10010 * calendar/appt.el (diary-selective-display): Add defvar.
10011
10012 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
10013
10014 * isearch.el (search-whitespace-regexp): Fix custom type.
10015
10016 * help.el (describe-key-briefly): Compute interactive args
10017 in same was as before previous change.
10018
10019 * files.el (enable-local-variables): Doc fix.
10020
10021 2006-02-21 Kim F. Storm <storm@cua.dk>
10022
10023 * fringe.el: Cleanup as file is now pre-loaded.
10024 (fringe-bitmaps): Initialize unconditionally.
10025 (fringe-mode, set-fringe-style): Remove autoload cookies.
10026
10027 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10028
10029 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
10030 `horizontal-bar'.
10031 (fringe-cursor-alist): Use `horizontal-bar'.
10032
10033 2006-02-20 Kim F. Storm <storm@cua.dk>
10034
10035 * fringe.el (fringe-bitmaps): Update to new bitmap names.
10036 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
10037
10038 * loadup.el: Load "fringe" on window systems.
10039
10040 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
10041
10042 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
10043 out of scope components.
10044
10045 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
10046 default.
10047
10048 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
10049
10050 * custom.el (customize-mark-to-save, customize-mark-as-set):
10051 Load the symbol first.
10052
10053 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
10054
10055 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
10056 strech spec so it doesn't display as "^J" on the header line
10057 when `Buffer-menu-use-header-line' is t.
10058
10059 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
10060
10061 * speedbar.el (speedbar-make-button): Keep text properties
10062 of string arguments if desired.
10063
10064 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
10065 expessions.
10066
10067 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
10068 of speedbar.
10069
10070 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
10071
10072 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
10073 to value of `read-file-name-completion-ignore-case'.
10074
10075 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
10076
10077 * custom.el (customize-mark-as-set): Push to `user' theme.
10078
10079 * cus-edit.el (custom-save-variables): Allow unthemed values.
10080 (customize-set-variable): Push setting to `user' theme.
10081
10082 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
10083
10084 * progmodes/gud.el: Don't require font-lock as it's now
10085 automatically loaded.
10086 (gud-speedbar-buttons): Replace gdb-var-changed with
10087 gdb-force-update.
10088
10089 * progmodes/gdb-ui.el (gdb-force-update): Rename from
10090 gdb-var-changed.
10091 (gdb-post-prompt): Use it.
10092 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10093 (gdb-var-update-handler, gdb-var-delete)
10094 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
10095 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
10096 gdb-force-update in gdb-post-prompt.
10097 (gdb-reset): Clear watch expressions from speedbar when quitting.
10098
10099 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10100
10101 * viper-cmd.el (viper-insert-state-post-command-sentinel)
10102 (viper-change-state-to-vi, viper-change-state-to-emacs):
10103 Make aware of cursor coloring in the Emacs state.
10104 (viper-special-read-and-insert-char): Use read-char-exclusive.
10105 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
10106
10107 * viper-init.el (viper-emacs-state-cursor-color): New variable.
10108
10109 * viper-util.el (viper-save-cursor-color)
10110 (viper-get-saved-cursor-color-in-replace-mode)
10111 (viper-get-saved-cursor-color-in-insert-mode)
10112 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
10113 state.
10114 (viper-get-saved-cursor-color-in-emacs-mode): New function.
10115
10116 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
10117 (ediff-ignore-case-option3, ediff-actual-diff-options)
10118 (ediff-actual-diff3-options): New variables to control case sensitivity.
10119 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
10120 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
10121 (ediff-toggle-ignore-case): New function.
10122 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
10123
10124 * ediff-help.el (ediff-long-help-message-narrow2)
10125 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
10126 (ediff-long-help-message-word-mode): Add ignore-case command.
10127 (ediff-help-for-quick-help): Add ignore-case command.
10128
10129 * ediff-merg.el: Move provide to the end.
10130
10131 * ediff-ptch.el: Move provide to the end.
10132
10133 * ediff-wind.el: Move provide to the end.
10134
10135 * ediff-mult.el: Move provide to the end.
10136 (ediff-set-meta-overlay): Enable follow-link.
10137
10138 * ediff.el: Move provide to the end.
10139 Break recursive load cycle in eval-when-compile.
10140 (ediff-patch-buffer): Better heuristics.
10141
10142 * ediff-util.el: Move provide to the end.
10143 Break recursive load cycle in eval-when-compile.
10144 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
10145 defuns.
10146 (ediff-submit-report): Pass the values of ediff-diff3-program,
10147 ediff-diff3-options.
10148
10149 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
10150
10151 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
10152 the opening bracket of the following bracketing pairs: {}, [], (), <>,
10153 `' (for example, in the docstring of `windmove-default-keybindings').
10154
10155 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
10156
10157 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
10158 shadow face. Don't provide binding to edit variable when it is
10159 out of scope.
10160
10161 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10162 (gdb-var-update-handler): Detect out of scope variables with pre
10163 GDB 6.4 too.
10164 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
10165 Reset status of variable objects to nil in update handlers.
10166 (gdb-var-update-handler-1): Detect when a variable object comes
10167 in scope. setcar on var changes gdb-var-list directly.
10168
10169 2006-02-17 Juri Linkov <juri@jurta.org>
10170
10171 * ffap.el (ffap) <defface>: Add explicit face declaration.
10172 (ffap-highlight): Use face `ffap' directly instead of checking
10173 for its existence.
10174
10175 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
10176 `visible-ok' of `other-buffer' to find the right original buffer.
10177
10178 * info.el (Info-search): Skip `Local Variables' node.
10179
10180 2006-02-17 Juri Linkov <juri@jurta.org>
10181
10182 * info.el (Info-find-file): Check for symbols `apropos', `history',
10183 `toc' in the input filename, and return these symbols as is.
10184 (Info-find-node-2): Set Info-current-file to symbols `apropos',
10185 `history', `toc' instead of strings.
10186 (Info-set-mode-line): For non-string Info-current-file use the
10187 symbol's name inside **.
10188 (Info-isearch-push-state): Add quote before Info-current-file and
10189 Info-current-node.
10190 (Info-isearch-pop-state): Use `equal' instead of `string='.
10191 (Info-extract-pointer, Info-following-node-name): Use
10192 `match-string-no-properties' instead of `match-string'.
10193 (Info-up): Check `old-file' for `stringp'.
10194 (Info-history): Use `equal' instead of `string-equal'.
10195 Check `file' for `stringp'.
10196 (Info-history): Use symbol `history' instead of string as first arg
10197 of `Info-find-node'.
10198 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
10199 `toc' instead of string.
10200 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
10201 instead of `buffer-substring', and `match-string-no-properties'
10202 instead of `match-string'.
10203 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
10204 instead of strings.
10205 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
10206 Use symbol `apropos' instead of string.
10207 (Info-copy-current-node-name): Check `Info-current-file' for
10208 `stringp' and construct a command with `Info-find-node' from it.
10209 (Info-fontify-node): Use `match-string-no-properties' instead of
10210 `match-string' and check file names for `stringp'.
10211 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
10212 `history', `toc' instead of strings.
10213
10214 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * files.el: Rearrange functions and variables in the file local
10217 variables section.
10218
10219 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
10220
10221 * files.el: Add truncate-lines, ispell-check-comments and
10222 ispell-local-dictionary as safe local variables.
10223
10224 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
10225
10226 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
10227 out of scope variables.
10228 (gud-speedbar-buttons): Use unless.
10229
10230 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
10231 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
10232 (gdb-show-changed-values): Also use for out of scope variables.
10233 (gdb-var-update-handler-1): Note if variable goes out of scope.
10234
10235 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
10236
10237 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
10238 default to global variable values for unsupplied args.
10239 (rcirc-get-buffer-create): Fix bug with setting the target.
10240 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
10241 test for rcirc-always-use-server-buffer-flag here.
10242 (rcirc-response-formats): Add %N, which is a facified nick. %n
10243 uses the default face. Change the ACTION format string. If the
10244 "nick" is the server, don't print anything for that field.
10245 Comment fixes.
10246 (rcirc-target-buffer): Don't test
10247 rcirc-always-use-server-buffer-flag here.
10248 (rcirc-print): Squeeze extra spaces out of the text before message.
10249 (rcirc-put-nick-channel): Strip potential "@" char from nick
10250 before adding them to nick table.
10251 (rcirc-url-regexp): Improve to match address like "foo.com".
10252
10253 2006-02-17 Eli Zaretskii <eliz@gnu.org>
10254
10255 * allout.el (allout-hidden-p): Move this defsubst before
10256 allout-overlay-interior-modification-handler, where it is first
10257 used.
10258
10259 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
10260
10261 * allout.el: Use allout invisible-text overlays instead of
10262 selective display for concealed text. Also, lots of general
10263 cleanup, and improved compatibility code.
10264
10265 (allout-version) Incremented, corrected, revised, and refined
10266 module commentary.
10267
10268 (provide 'allout): Moved to the bottom, added a require of overlay.
10269
10270 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
10271 `except-current'.
10272 (allout-write-file-hook-handler): Minimize delay.
10273 (count-trailing-whitespace-region): New function so
10274 auto-encryption of current topic can resituate cursor exactly.
10275 PGP/GPG encryption trims trailing whitespace from lines, which
10276 must be accounted for across encryption then decryption.
10277
10278 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
10279 just plain "\C-c", to avoid intruding on user's keybinding space.
10280
10281 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
10282 parameter, so user request to provide a new password is done.
10283
10284 (allout-outside-normal-auto-fill-function, allout-auto-fill):
10285 Refined mechanism for auto-filling behavior while in allout mode.
10286
10287 (allout-mode): Explicitly specify the mode map in the docstring.
10288 Clarify provision for various write-file hook var names.
10289 Adjusted for invisible-text overlays instead of selective-display.
10290
10291 (allout-depth): Really return 0 if not within any topic. This
10292 rectifies `allout-beginning-of-level' and sequence numbering
10293 errors that occur when cutting and pasting numbered topics.
10294 Changed from a in-line subst to a regular function, as well.
10295
10296 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
10297
10298 (allout-end-of-subtree, allout-end-of-subtree)
10299 (allout-end-of-entry, allout-end-of-current-heading)
10300 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
10301 (allout-show-children, allout-show-to-offshoot)
10302 (allout-hide-current-entry, allout-show-current-entry): Rectified
10303 handling of trailing blank lines between items.
10304
10305 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
10306 (allout-current-depth, allout-unprotected, allout-hidden-p)
10307 (allout-on-current-heading-p, allout-listify-exposed)
10308 (allout-chart-subtree, allout-goto-prefix)
10309 (allout-back-to-current-heading, allout-get-body-text)
10310 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
10311 (allout-hide-region-body, allout-toggle-subtree-encryption)
10312 (allout-encrypt-string, allout-encrypted-key-info)
10313 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
10314 (allout-file-vars-section-data): Adjusted for use with
10315 invisible-text overlays instead of selective-display.
10316
10317 (allout-kill-line, allout-kill-topic, allout-yank-processing):
10318 Reworked for use with invisible text overlays.
10319
10320 (allout-current-topic-collapsed-p): New function.
10321
10322 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
10323 to know when to close the containing topic.
10324
10325 (allout-pre-command-business, allout-post-command-business):
10326 Simplify undo-batching and dynamic isearch exposure.
10327
10328 (allout-set-overlay-category): New for invisible-text overlays.
10329 Sets properties of allout-overlay-category, used by
10330 allout-flag-region to set invisible-text overlay properties.
10331 (allout-get-invisibility-overlay): Get the first qualifying
10332 invisibility overlay, so we can find the extent of it.
10333 (allout-back-to-visible-text): Get to just before the beginnining
10334 of the current invisibility overlay, if any.
10335
10336 (allout-overlay-insert-in-front-handler)
10337 (allout-overlay-interior-modification-handler)
10338 (allout-before-change-handler, allout-isearch-end-handler): New
10339 functions to handle extraordinary actions affecting concealed
10340 text.
10341
10342 (allout-flag-region): Use overlays instead of selective-display
10343 for invisible text - by inheritence from the properties of
10344 allout-overlay-category in mainline Emacs, and applied
10345 property-by-property in XEmacs, some recent versions of which
10346 don't inherit the properties from the category. Provisions to
10347 respond to concealed-text edits simplified drastically.
10348
10349 (allout-isearch-rectification, allout-isearch-was-font-lock)
10350 (allout-isearch-expose, allout-enwrap-isearch)
10351 (allout-isearch-abort, allout-pre-was-isearching)
10352 (allout-isearch-prior-pos, allout-isearch-did-quit)
10353 (allout-isearch-dynamic-expose)
10354 (allout-hide-current-entry-completely): Functions deleted.
10355
10356 (allout-undo-aggregation): Explicit undo aggregation no longer
10357 necessary due to transition away from selective-display.
10358
10359 (set-allout-regexp, allout-up-current-level)
10360 (allout-next-visible-heading, allout-forward-current-level)
10361 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
10362 (allout-kill-line, allout-yank-processing, allout-show-children)
10363 (allout-expose-topic, allout-old-expose-topic)
10364 (allout-listify-exposed, allout-insert-latex-header)
10365 (allout-toggle-subtree-encryption, allout-encrypt-string)
10366 (remove-from-invisibility-spec, allout-hide-current-subtree):
10367 Ditched unused variables.
10368
10369 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
10370
10371 * textmodes/ispell.el (ispell-change-dictionary): Call
10372 ispell-buffer-local-dict instead of
10373 ispell-accept-buffer-local-defs.
10374 (ispell-local-dictionary-alist): Accept as valid any coding-system
10375 supported by Emacs.
10376 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
10377 changed to iso-8859-3.
10378
10379 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
10380
10381 * speedbar.el (speedbar-frame-width): Make an inline function
10382 instead of a macro. Use frame-width.
10383 (speedbar-try-completion, speedbar-update-contents)
10384 (speedbar-timer-fn): Use consp.
10385 (speedbar-update-localized-contents): Try to preserve point.
10386
10387 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
10388 (menu): Re-order menu items.
10389 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
10390 field.
10391 (gdb-var-update-handler-1): Use it for GDB 6.4+.
10392 (gdb-post-prompt): Speed things by not forcing update.
10393
10394 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
10395
10396 * wid-edit.el (widget-button-click): For mouse-1, cancel button
10397 press and perform default action if we get a mouse movement event.
10398
10399 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
10400
10401 * calendar/icalendar.el (icalendar--get-event-property)
10402 (icalendar--get-event-property-attributes): Fix typos in
10403 docstrings.
10404
10405 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
10406 docstring.
10407
10408 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
10409
10410 * bs.el (bs-mode): Use `buffer-disable-undo'.
10411 (bs--get-file-name): Simplify.
10412 (bs-show-in-buffer): Mark the buffer as not modified.
10413
10414 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10415
10416 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
10417 widget-button-click.
10418
10419 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
10420 (custom-mode): Update docstring.
10421
10422 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
10423 binding.
10424
10425 * files.el (hack-local-variables-confirm): Allow scrolling if the
10426 file variable list is too long. Kill temp buffer after use.
10427
10428 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
10429
10430 * progmodes/gud.el (gdb): Improve doc string.
10431 (gdb-script-font-lock-keywords): Expand allowed character set.
10432
10433 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
10434 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
10435 (gdb-separate-io-interrupt, gdb-separate-io-quit)
10436 (gdb-separate-io-stop, gdb-separate-io-eof):
10437 Rename from gdb-inferior-* to gdb-separate-*.
10438 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
10439
10440 2006-02-14 Jay Belanger <belanger@truman.edu>
10441
10442 * calc/calc-arith.el (math-check-known-scalarp): Make sure
10443 expression is a symbol before checking that it is bound.
10444
10445 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
10446 test to see if equation can be solved.
10447
10448 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10449
10450 * wid-edit.el (widget-button-click): Use :pressed-face property
10451 for overlay face, if it exists.
10452
10453 * cus-edit.el (custom-manual, custom-add-see-also)
10454 (custom-add-parent-links, custom-group-link): Add :pressed-face
10455 property to links.
10456
10457 * files.el (hack-local-variables): Remove ignored variables before
10458 checking if any variables need setting.
10459
10460 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10461
10462 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
10463
10464 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
10465
10466 * help.el (where-is): Fix message for remapped commands.
10467
10468 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
10469 Fix typos in docstrings.
10470
10471 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * files.el (safe-local-variable-values): New option.
10474 (hack-local-variables-prop-line): Return a list of variable-value
10475 pairs if MODE-ONLY is non-nil.
10476 (hack-local-variables): Construct list of variable-value pairs,
10477 and apply or reject them in one go. Ask for confirmation if
10478 variables are not known safe.
10479 (hack-local-variables-confirm): Complete rewrite. Support
10480 `safe-local-variable-values'.
10481 (enable-local-variables): Update docstring to reflect new
10482 behavior.
10483 (ignored-local-variables): Ignore ignored-local-variables and
10484 safe-local-variable-values.
10485 (safe-local-variable-p): New function.
10486 (risky-local-variable-p): `safe-local-variable' property check
10487 moved to safe-local-variable-p.
10488 (hack-one-local-variable): Checks moved to hack-local-variables.
10489
10490 (byte-compile-dynamic, c-basic-offset, c-file-style)
10491 (c-indent-level, comment-column, fill-column, fill-prefix)
10492 (indent-tabs-mode, kept-new-versions, no-byte-compile)
10493 (no-update-autoloads, outline-regexp, page-delimiter)
10494 (paragraph-start, paragraph-separate, sentence-end)
10495 (sentence-end-double-space tab-width, version-control):
10496 Add `safe-local-variable' property.
10497
10498 * find-lisp.el: Delete nonexistent `autocompile' file variable.
10499
10500 * icomplete.el, play/landmark.el: Change nonexistent
10501 `outline-layout' file variable to `allout-layout'.
10502
10503 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
10504
10505 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
10506 (gdb-get-changed-registers): Test value of gud-minor-mode relative
10507 to gud-comint-buffer.
10508 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
10509 gdb-ui.el for gdb-mi.el.
10510 (gdb-post-prompt, gdb-get-changed-registers): Move test for
10511 registers buffer to gdb-get-changed-registers.
10512 (gdb-breakpoint-regexp): New regexp. Allow toggling and
10513 deletion of catchpoints (throw and catch).
10514 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10515 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
10516 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
10517 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
10518 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
10519
10520 2006-02-13 Jay Belanger <belanger@truman.edu>
10521
10522 * calc/calc-arith.el (math-check-known-matrixp): Make sure
10523 expression is a symbol before checking that it is bound.
10524
10525 2006-02-13 Richard M. Stallman <rms@gnu.org>
10526
10527 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
10528 for the minibuffer too, but not if resize-mini-windows will interfere.
10529
10530 * help.el (describe-key-briefly, describe-key): Do all arg-reading
10531 inside `interactive' spec.
10532 (describe-key-briefly-internal, describe-key-internal):
10533 Functions merged back into their callers.
10534
10535 2006-02-13 Martin Rudalics <rudalics@gmx.at>
10536
10537 * info.el (info-xref-visited): Inherit from info-xref too.
10538 (Info-set-mode-line): Replace occurrences of `%' by `%%'
10539 when propertizing Info-current-file and Info-current-node.
10540
10541 2006-02-13 Juri Linkov <juri@jurta.org>
10542
10543 * tumme.el (tumme-thumbnail-storage): Fix docstring.
10544 (tumme-thumb-name): Fix per-directory format.
10545
10546 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
10547
10548 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
10549
10550 2006-02-12 Miles Bader <miles@gnu.org>
10551
10552 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
10553
10554 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
10555
10556 * tumme.el: Remove history section. If someone needs the it, it
10557 can always be found in CVS.
10558
10559 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
10560
10561 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
10562 about the Thumbnail Managing Standard option.
10563
10564 2006-02-12 Richard M. Stallman <rms@gnu.org>
10565
10566 * subr.el (substitute-key-definition): Doc fix.
10567
10568 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
10569
10570 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
10571
10572 * info.el (Info-mode): Doc fix.
10573
10574 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
10575
10576 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
10577
10578 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
10579 because on Solaris a POSIX compatible "id" is needed. Reported by
10580 Magnus Henoch <mange@freemail.hu>.
10581
10582 2006-02-12 Juri Linkov <juri@jurta.org>
10583
10584 * tumme.el: Remove todo item about Thumbnail Managing Standard.
10585 (tumme) <defgroup>: Change :group to `multimedia'.
10586 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
10587 Managing Standard.
10588 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
10589 Fix dostring.
10590 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
10591 and %y. Fix docstring.
10592 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
10593 (tumme-cmd-create-standard-thumbnail-command): New user options.
10594 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
10595 is `standard'. Fix docstring.
10596 (tumme-thumb-width, tumme-thumb-height): New user options.
10597 (tumme-external-viewer): Try to find various viewers.
10598 (tumme-get-thumbnail-image): Use `create-image' instead of
10599 constructing the `image' structure.
10600 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
10601 `standard'.
10602 (tumme-thumb-name): Add file name generation for standard storage.
10603 Simplify code for other storages.
10604 (tumme-thumb-name): Use width %w and height %h instead of size %s.
10605 Add modification time %m and thumbnail-nq8 %q.
10606 Use `tumme-cmd-create-standard-thumbnail-command' if
10607 tumme-thumbnail-storage is `standard'.
10608 (tumme-dired-insert-marked-thumbs): New autoload command.
10609 (tumme-dired-after-readin-hook): New function.
10610 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
10611 `tumme-thumb-size'.
10612 (tumme-display-image): Replace size-x %x and size-y %y with
10613 width %w and height %h.
10614
10615 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
10616 `tumme-dired-insert-marked-thumbs'.
10617
10618 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
10619
10620 * tumme.el (tumme-write-tag): Fix small bug (file name did not
10621 include path).
10622 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
10623 matching tag.
10624
10625 2006-02-12 Miles Bader <miles@gnu.org>
10626
10627 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
10628 New variables.
10629 (rcirc-abbrev-nick): New function.
10630 (rcirc-format-response-string): Rewrite to use the formats in
10631 `rcirc-response-formats' and expand escape sequences therein.
10632 A text-property `rcirc-text' is added over the actual response
10633 text to make easy to find inside the returned string.
10634 (rcirc-print): When filling, just look for the `rcirc-text'
10635 text-property to find the appropriate fill prefix, instead of
10636 using hardwired patterns.
10637
10638 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
10639
10640 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
10641 Managing Standard.
10642
10643 2006-02-11 Kim F. Storm <storm@cua.dk>
10644
10645 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
10646 Don't use insert-buffer; do insert-buffer-substring directly.
10647 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
10648
10649 2006-02-11 Martin Rudalics <rudalics@gmx.at>
10650
10651 * files.el (revert-buffer, recover-file): Replace buffer-read-only
10652 with inhibit-read-only. Suggested by Stefan Monnier.
10653 (revert-buffer): Let insert-file-contents discard
10654 buffer-undo-list. Simplify code.
10655 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
10656
10657 2006-02-11 Eli Zaretskii <eliz@gnu.org>
10658
10659 * menu-bar.el (menu-bar-select-yank): Add a doc string.
10660
10661 * help.el (describe-key-briefly): Now a wrapper for
10662 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
10663 to t. Populate yank-menu if empty.
10664 (describe-key-briefly-internal): Renamed from describe-key-briefly.
10665 (describe-key): Now a wrapper for describe-key-internal. Bind
10666 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
10667 (describe-key-internal): Renamed from describe-key.
10668
10669 2006-02-11 Milan Zamazal <pdm@zamazal.org>
10670
10671 * progmodes/glasses.el (glasses-separator): Doc fix.
10672 (glasses-original-separator): New defcustom.
10673 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
10674
10675 2006-02-11 Martin Rudalics <rudalics@gmx.at>
10676
10677 * mwheel.el (mouse-wheel-up-event): Doc fix.
10678
10679 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
10680
10681 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
10682 (tumme-dir): New function. Copied from thumbs.el.
10683
10684 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
10685
10686 * desktop.el (desktop-outvar): Fix typo.
10687 (desktop-save-buffer-p): Doc fix.
10688
10689 * subr.el (substitute-key-definition): Fix typo.
10690
10691 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10692
10693 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
10694 when window-system is mac.
10695
10696 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
10697
10698 2006-02-10 Kim F. Storm <storm@cua.dk>
10699
10700 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
10701 indirect-function instead of using condition-case.
10702
10703 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
10704
10705 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
10706 less `colloquial'...
10707
10708 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
10709
10710 * tumme.el: Add a couple of todo items.
10711
10712 2006-02-09 Lars Hansen <larsh@soem.dk>
10713
10714 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
10715 (highlight-changes-mode): Don't change desktop-locals-to-save.
10716
10717 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
10718
10719 * image-mode.el (image-toggle-display): Clear image cache if using
10720 filename.
10721
10722 2006-02-09 Masatake YAMATO <jet@gyve.org>
10723
10724 * dired-x.el (dired-guess-shell-alist-default): Add .man as
10725 a `dired-man' target.
10726
10727 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
10728 boundary of symbols.
10729
10730 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
10731
10732 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
10733
10734 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
10735
10736 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
10737 `mapcar'; return nil.
10738
10739 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
10740
10741 * mouse.el (mouse-drag-track): Don't change window if we rebind to
10742 some other event.
10743
10744 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
10745
10746 * net/rcirc.el (rcirc-startup-channels-alist):
10747 Add irc.freenode.net and #emacs as defaults.
10748 (rcirc-ignore-all-activity-flag): Remove variable.
10749 (rcirc-authinfo): New variable.
10750 (rcirc-authinfo-filename): Remove variable.
10751 (rcirc-always-use-server-buffer-flag): New flag.
10752 (rcirc): M-x rcirc will automatically connect without prompting.
10753 C-u M-x rcirc will prompt. Use rcirc-connect to create a
10754 connection in lisp.
10755 (rcirc-process-server-response-1): Remove everything but the nick
10756 portion of the sender so it doesn't need to be done everywhere
10757 else. Update related code.
10758 (global-map): Remove global keybindings.
10759 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
10760 (rcirc-send-input): Split into several functions.
10761 (rcirc-process-input-line, rcirc-process-message)
10762 (rcirc-process-command): New functions.
10763 (rcirc-target-buffer): New function to determine where to route
10764 messages.
10765 (rcirc-user-nick): Save match data.
10766 (rcirc-toggle-ignore-buffer-activity)
10767 (rcirc-update-activity-string): Remove global ignore functionality,
10768 which can be done now by toggling rcirc-track-minor-mode.
10769 (rcirc-track-minor-mode-map): New keymap.
10770 (rcirc-track-minor-mode): New minor-mode.
10771 (ignore): Make the ignore output nicer. Always print it when
10772 adding or removing nicks.
10773 (rcirc-url-regexp): Improve.
10774 (rcirc-mangle-text): Remove properties before using text in the
10775 modeline.
10776 (rcirc-authenticate): Authentication data comes from
10777 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
10778 (rcirc-server-prefix): Inherit from rcirc-server.
10779
10780 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
10781
10782 * Makefile.in (compile): Append "|| true" to the end of the `find'
10783 command, like compile-always does.
10784
10785 2006-02-08 Sam Steingold <sds@gnu.org>
10786
10787 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
10788 output from a dead connection.
10789
10790 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
10791
10792 * dired.el (dired-mode-map): Add more bindings for tumme.
10793
10794 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * wdired.el (wdired-mode-map): Use remap.
10797 (wdired-get-filename): Massage.
10798 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
10799 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
10800 `keymap' property rather than `local-map'.
10801
10802 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
10803
10804 * tumme.el (tumme-get-thumbnail-image): New utility function.
10805 Suggested by from Chong Yidong.
10806 (tumme-dired-with-window-configuration): Rename from
10807 `tumme-dired'. Add code to save window configuration.
10808 (tumme-restore-window-configuration): New command to restore the
10809 window configuration that `tumme-dired-with-window-configuration'
10810 saves before it changes the window configuration.
10811 (tumme-show-all-from-dir): New command to display thumbnails for
10812 all files in a directory entered by the user, like M-x thumbs.
10813 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
10814 have been created.
10815 (tumme-display-thumbnail-original-image): Call `display-buffer'.
10816 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
10817 Remove obsolete test function.
10818
10819 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
10820
10821 * vc.el (small-temporary-file-directory): Remove defvar; there's
10822 a defcustom for it in files.el.
10823
10824 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
10825 Fix typo in message.
10826 (tumme-gallery-generate): Fix typo in `error' message.
10827 (tumme-display-window-height-correction)
10828 (tumme-display-window-width-correction, tumme-line-up-dynamic)
10829 (tumme-line-up-interactive): Dox fixes.
10830 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
10831 (tumme-restore-window-configuration, tumme-format-properties-string)
10832 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
10833 Fix typos in docstrings.
10834
10835 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
10836
10837 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
10838
10839 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
10840
10841 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
10842 User should use hook if desired.
10843
10844 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
10845 buffer if necessary.
10846 (gdb-delete-frame-or-window): New function.
10847 (gdb-breakpoints-mode-map): Bind "q" to it.
10848
10849 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * textmodes/nroff-mode.el: Clean up name space.
10852 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
10853 (nroff-mode): Obey the global setting of nroff-electric-mode.
10854 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
10855
10856 * calendar/calendar.el (calendar-increment-month): Typo in last change.
10857
10858 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
10859
10860 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
10861
10862 2006-02-06 Lars Hansen <larsh@soem.dk>
10863
10864 * generic-x.el (etc-fstab-generic-mode): Add file system types
10865 cifs and usbdevfs. Allow special chars in file names.
10866
10867 2006-02-05 Jay Belanger <belanger@truman.edu>
10868
10869 Update copyright notices of the files in lisp/calc.
10870
10871 2006-02-05 Romain Francoise <romain@orebokech.com>
10872
10873 Update copyright notices of all files in the lisp/play directory.
10874
10875 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
10876
10877 * ldefs-boot.el: Regenerate.
10878
10879 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
10880
10881 2006-02-05 Kim F. Storm <storm@cua.dk>
10882
10883 * files.el (magic-mode-regexp-match-limit): New defvar.
10884 (set-auto-mode): Use it to limit magic-mode-alist matching.
10885
10886 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
10887
10888 * simple.el (display-message-or-buffer): Compare the number of
10889 characters to the frame width when determining whether a 1-line
10890 message string will fit in the echo area. Count screen lines
10891 instead of buffer lines when determining whether a multi-line
10892 message will fit in the echo area/minibuffer window.
10893
10894 2006-02-04 Eli Zaretskii <eliz@gnu.org>
10895
10896 * info.el (Info-index, Info-mode): Improve the description of the
10897 `i' command.
10898
10899 * ldefs-boot.el: Regenerate.
10900
10901 2006-02-03 Werner Lemberg <wl@gnu.org>
10902
10903 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
10904 greedy to find the closing bracket in \*[...] and similar
10905 expressions. This is a first rough fix -- many additional
10906 refinements are necessary to make nroff mode really usable with groff.
10907
10908 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
10909
10910 * international/mule-cmds.el (set-locale-environment):
10911 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
10912 libX11.
10913
10914 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
10915
10916 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
10917 archive are created in archive-tmpdir.
10918
10919 2006-02-02 John Paul Wallington <jpw@pobox.com>
10920
10921 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
10922 (ibuffer-fontification-alist): Use it.
10923 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
10924 to "* z" and the Ibuffer Mark menu.
10925
10926 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
10927
10928 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * textmodes/table.el (*table--cell-describe-mode)
10931 (*table--cell-describe-bindings): Undo last change since
10932 print-help-return-message is not obsoleted by anything at all.
10933
10934 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
10935
10936 * emulation/cua-base.el (cua-mode): Doc fix.
10937
10938 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
10939
10940 * dframe.el (dframe-handle-make-frame-visible)
10941 (dframe-handle-iconify-frame, dframe-get-focus)
10942 (dframe-select-attached-frame, dframe-power-click)
10943 (dframe-frame-mode): Fix typos in docstrings.
10944
10945 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
10946 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10947 Fix typos in docstrings.
10948
10949 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
10950 (hi-lock-face-buffer, hi-lock-font-lock-hook)
10951 (hi-lock-archaic-interface-message-used)
10952 (hi-lock-file-patterns-range): Fix typos in docstrings.
10953
10954 * savehist.el (savehist-loaded, savehist-load, savehist-install)
10955 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
10956
10957 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
10958 Fix typo in docstring.
10959
10960 * net/newsticker.el (newsticker--decode-iso8601-date)
10961 (newsticker--set-customvar, newsticker--buffer-insert-item)
10962 (newsticker--do-run-auto-mark-filter)
10963 (newsticker--parse-generic-feed): Doc fixes.
10964 (newsticker--retrieval-timer-list, newsticker-url-list)
10965 (newsticker-hide-immortal-items-in-echo-area)
10966 (newsticker-hide-obsolete-items-in-echo-area)
10967 (newsticker-new-item-face, newsticker--enclosure)
10968 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
10969 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
10970 (newsticker--parse-generic-feed, newsticker--cache-contains)
10971 (newsticker--stat-num-items, newsticker-download-enclosures):
10972 Fix typos in docstrings.
10973
10974 * net/rcirc.el (rcirc-debug): Doc fix.
10975 (rcirc-fill-column, rcirc-receive-message-hooks)
10976 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
10977 (rcirc-mode, rcirc-generate-new-buffer-name)
10978 (rcirc-startup-channels, rcirc-ignore-update-automatic)
10979 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
10980 Fix typos in docstrings.
10981 (rcirc-print): "?\ " -> "?\s".
10982 (rcirc-cmd-join): Improve argument/docstring consistency.
10983
10984 2006-02-01 Mark A. Hershberger <mah@everybody.org>
10985
10986 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
10987 before narrow-to-region.
10988
10989 2006-02-01 Richard M. Stallman <rms@gnu.org>
10990
10991 * simple.el (move-beginning-of-line): Scan properly for invis change.
10992
10993 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
10994
10995 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
10996
10997 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
10998 change bit only when id-format is 'integer. Reported by Matt
10999 Hodges <M.P.Hodges@rl.ac.uk>.
11000
11001 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
11002
11003 * hilit-chg.el (highlight-changes-initial-state)
11004 (highlight-changes-global-initial-state): Doc fixes.
11005 (highlight-changes-global-modes, global-highlight-changes):
11006 Fix typos in docstrings.
11007
11008 2006-02-01 Kim F. Storm <storm@cua.dk>
11009
11010 * emulation/cua-base.el (cua-mode): Mention that CUA enables
11011 transient-mark-mode in doc string.
11012
11013 2006-01-31 Richard M. Stallman <rms@gnu.org>
11014
11015 * replace.el (multi-occur): Doc fix.
11016 (multi-occur-in-matching-buffers): Rename from
11017 multi-occur-by-filename-regexp. Prefix arg says match
11018 buffer names instead of file names.
11019
11020 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
11021
11022 * bs.el: Allow non-default values of `bs-header-lines-length'.
11023 (bs--running-in-xemacs): Remove (not needed anymore).
11024 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
11025 instead of `shrink-window', thus avoiding having to compute the
11026 height of the window.
11027 (bs--up): Wrap around even when there's no header.
11028 (bs--down): Use `forward-line' instead of `next-line'.
11029
11030 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
11031
11032 * image-mode.el (image-toggle-display): Use file name if possible,
11033 instead of unnecessarily allocating a (possibly huge) lisp string.
11034
11035 2006-01-30 John Paul Wallington <jpw@pobox.com>
11036
11037 * subr.el (toplevel): Define `cl-assertion-failed' condition here
11038 because the `assert' macro signals it at runtime.
11039
11040 * emacs-lisp/cl.el (toplevel): Remove definition of
11041 `cl-assertion-failed' condition.
11042
11043 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
11044
11045 * thumbs.el (thumbs-marked-list): Make buffer-local and
11046 permanent-local.
11047 (thumbs-insert-thumb): Make help-echo non-sticky.
11048 (thumbs-file-alist): Use eolp as check for (non)-image.
11049
11050 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
11051
11052 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
11053 (ediff-before-session-group-setup-hooks)
11054 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
11055 Fix typos in docstrings.
11056
11057 * window.el (bw-dir, bw-eqdir, balance-windows)
11058 (split-window-keep-point): Fix typos in docstrings.
11059
11060 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
11061 (org-quote-string, org-calendar-to-agenda-key)
11062 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
11063 (org-show-following-heading, org-tags-column)
11064 (org-use-tag-inheritance, org, org-allow-space-in-links)
11065 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
11066 (org-enable-table-editor, org-calc-default-modes)
11067 (org-table-allow-automatic-line-recalculation)
11068 (org-export-html-style, org-export-with-fixed-width)
11069 (org-export-with-sub-superscripts, org-special-keyword)
11070 (org-formula, org-time-grid, org-table-may-need-update)
11071 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
11072 (org-goto-quit, org-get-indentation, org-end-of-item)
11073 (org-move-item-down, org-move-item-up)
11074 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
11075 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
11076 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
11077 (org-agenda-log-mode, org-agenda-toggle-diary)
11078 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
11079 (org-agenda-file-to-end, org-agenda-no-heading-message)
11080 (org-agenda-get-closed, org-format-agenda-item)
11081 (org-cmp-priority, org-cmp-category, org-cmp-time)
11082 (org-agenda-change-all-lines, org-agenda-diary-entry)
11083 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
11084 (org-link-search, org-camel-to-words, org-open-file)
11085 (org-remember-handler, org-table-convert-region)
11086 (org-table-move-row-down, org-table-move-row-up)
11087 (org-table-copy-region, org-table-wrap-region)
11088 (org-table-toggle-vline-visibility)
11089 (org-table-get-vertical-vector, org-table-modify-formulas)
11090 (org-table-get-specials, org-recalc-commands)
11091 (org-table-rotate-recalc-marks, org-table-eval-formula)
11092 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
11093 (org-level-color-stars-only, org-insert-heading):
11094 Fix typos in docstrings.
11095 (last-arg): Add defvar.
11096
11097 * makefile.w32-in (WINS): Add erc.
11098 (MH_E_SRC): Update (copied from lisp/Makefile.in).
11099
11100 2006-01-29 Bill Wohler <wohler@newt.com>
11101
11102 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
11103 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
11104 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
11105 (mh-autoloads): Don't use comments on otherwise empty lines.
11106
11107 2006-01-29 Edward O'Connor <ted@oconnor.cx>
11108
11109 * emulation/viper.el (viper-major-mode-modifier-list): Add
11110 insert-state and vi-state entries for erc-mode.
11111 (viper-go-away, viper-set-hooks): Add and remove
11112 viper-comint-mode-hook from erc-mode-hook as appropriate.
11113
11114 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
11115
11116 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
11117
11118 * bs.el (bs--format-aux): Implement `middle' alignment as
11119 described in the docstring for `bs-attributes-list'.
11120 (bs--get-name): Simplify. Don't pad the buffer name.
11121
11122 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
11123
11124 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
11125 English aspell dictionary is installed, use the first entry of
11126 ispell-dictionary-alist-1.
11127
11128 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
11129
11130 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11131 Doc fix.
11132
11133 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
11134
11135 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11136 for `process-file', in order to let it work for older Emacsen too.
11137
11138 2006-01-27 Eli Zaretskii <eliz@gnu.org>
11139
11140 * international/latexenc.el: Add a suitable `coding:' tag.
11141 (latexenc-find-file-coding-system): Undo last change.
11142
11143 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11144
11145 * international/latexenc.el (latexenc-find-file-coding-system):
11146 Make sure latexenc-main-file is a regular file and is readable.
11147
11148 2006-01-27 Andre Spiegel <spiegel@gnu.org>
11149
11150 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
11151 Pass FILE to vc-user-login-name.
11152
11153 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
11154
11155 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
11156
11157 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
11158 there are no more images to display.
11159 (thumbs-mark, thumbs-unmark): Revert change so that they move to
11160 the next image.
11161
11162 2006-01-26 Richard M. Stallman <rms@gnu.org>
11163
11164 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
11165
11166 * wid-edit.el (advertised-widget-backward): New alias.
11167 (widget-keymap): Use advertised-widget-backward for S-TAB.
11168
11169 * tumme.el: Correct the keywords.
11170 (tumme-dir-max-size): Use defvar.
11171 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
11172
11173 * simple.el (move-beginning-of-line): Take account of fields.
11174 (clone-indirect-buffer-other-window): Take args like
11175 clone-indirect-buffer, and work like it.
11176
11177 * help-fns.el (describe-function): Don't pass `nil' as default.
11178
11179 * files.el (risky-local-variable-p): Follow var aliases.
11180
11181 * subr.el (lazy-completion-table): Doc fix.
11182
11183 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
11184 global binding of `line'.
11185
11186 2006-01-25 Andre Spiegel <spiegel@gnu.org>
11187
11188 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
11189 Tramp.
11190
11191 * vc.el (vc-default-dired-state-info): Pass FILE to
11192 vc-user-login-name.
11193 (vc-default-update-changelog): Don't use vc-user-login-name, we
11194 don't need it here.
11195
11196 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
11197 no longer necessary.
11198
11199 2006-01-25 Kenichi Handa <handa@m17n.org>
11200
11201 * international/mule.el (decode-char): Avoid the overhead of
11202 calling utf-lookup-subst-table-for-decode if
11203 utf-translate-cjk-mode is nil.
11204 (encode-char): Avoid the overhead of calling
11205 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
11206 nil.
11207
11208 2006-01-22 Kenichi Handa <handa@m17n.org>
11209
11210 * international/mule.el (make-subsidiary-coding-system): Reset
11211 `coding-system-define-form' property of subsidiaries to nil.
11212 Avoid duplicated entry in coding-system-alist.
11213 (make-coding-system): Avoid duplicated entry in
11214 coding-system-alist.
11215 (define-coding-system-alias): Likewise.
11216
11217 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
11218
11219 * completion.el: Minor fixes in introductory comment.
11220 (completion-def-wrapper): Fix alist.
11221
11222 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
11223
11224 * thumbs.el (thumbs-new-image-size): New function.
11225 (thumbs-increment-image-size-element)
11226 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
11227 (thumbs-decrement-image-size): Delete.
11228 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
11229 temp files and use to resize.
11230 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
11231 Use increment argument to enlarge/shrink. Preserve point.
11232 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
11233 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
11234 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
11235 (thumbs-mark, thumbs-unmark): Preserve point.
11236 (thumbs-modify-image): Keep old temp files and use to modify.
11237 Cleanup old temp files at load time. Preserve point.
11238 (thumbs-view-image-mode-map): Use new command names.
11239
11240 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
11241
11242 * log-view.el (log-view-minor-wrap): First rev is the one at point.
11243
11244 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
11245 the nastiest part of the cyclic dependency.
11246 (cal-menu-update): Use dotimes and calendar-increment-month.
11247
11248 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
11249 (calendar-week-start-day): Add an :initializer.
11250 (calendar-mode-map): Use suppress-keymap, and command remapping.
11251 (describe-calendar-mode): Setup xref-stack info for the back button.
11252 (calendar-star-date): Insert before delete.
11253 (calendar-set-mode-line): Add file-modified info if applicable.
11254 (calendar-increment-month): New function.
11255
11256 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
11257
11258 * font-lock.el (lisp-font-lock-keywords-2):
11259 Recognize "& keywords" only at word boundaries.
11260
11261 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
11262
11263 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
11264 and permanent-local.
11265 (thumbs-max-image-number): New variable.
11266 (thumbs-do-thumbs-insertion): Use them.
11267 (thumbs-per-line): Change default to 4.
11268 (thumbs-marked-list): Rename from thumbs-markedL.
11269 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
11270 (thumbs-rename-images): Use -list instead of L for internal variables.
11271 (thumbs-call-convert): Use call-process instead of shell-command.
11272 (thumbs-insert-thumb): Add filename as help-echo to each image.
11273 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
11274 Give dir to thumbs-show-thumbs-list.
11275 (thumbs-show-thumbs-list): Set default-directory to that of images.
11276 (thumbs-dired-show): Rename from thumbs-dired-show-all.
11277 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
11278 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
11279 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
11280
11281 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * ses.el (ses-read-cell): Provide a default value.
11284
11285 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
11286
11287 * term/w32-win.el (image-library-alist): Add additional names for
11288 GIF library.
11289
11290 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11291
11292 * international/latexenc.el (latexenc-find-file-coding-system):
11293 Add file-regular-p check.
11294
11295 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
11296
11297 * simple.el (clone-buffer): Don't show the new buffer in the same
11298 window.
11299
11300 2006-01-23 Juri Linkov <juri@jurta.org>
11301
11302 * faces.el (link, link-visited): New faces based on default values
11303 of `info-xref' and `info-xref-visited'.
11304
11305 * info.el (info-xref): Inherit from `link'.
11306 (info-xref-visited): Inherit from `link-visited'.
11307
11308 * cus-edit.el (custom-buffer-create-internal): Use widget type
11309 `custom-manual' instead of `info-link' and don't set properties
11310 `button-face' and `mouse-face' explicitly.
11311 (custom-browse-group-tag, custom-browse-variable-tag)
11312 (custom-browse-face-tag): Inherit from widget class
11313 `custom-group-link' instead of `push-button'.
11314 (custom-button-unraised): Inherit from `underline' face.
11315 (custom-link): Inherit from `link' face. Fix doc and group.
11316 (custom-add-parent-links, custom-group-value-create): Don't set
11317 properties `button-face' and `mouse-face' explicitly for
11318 `custom-group-link' widget.
11319 (custom-group-link): Add properties `button-face' and `mouse-face'
11320 to widget definition.
11321 (custom-field-keymap): New variable. Put `custom-field-keymap' to
11322 editable-field's :keymap property.
11323 (custom-mode): Fix docstring: substitute keybindings for
11324 `widget-forward' and `widget-backward' from `widget-keymap',
11325 `widget-complete' from `custom-field-keymap', replace old
11326 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
11327
11328 * desktop.el (desktop-load-file): Check for `fboundp' before
11329 calling `symbol-function'.
11330
11331 * simple.el (clone-buffer, clone-indirect-buffer)
11332 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
11333 `read-string'. Fix prompts.
11334
11335 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
11336
11337 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
11338
11339 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
11340
11341 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
11342
11343 * startup.el (inhibit-splash-screen, initial-scratch-message):
11344 Doc fixes.
11345
11346 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
11347
11348 Sync with Tramp 2.0.52.
11349
11350 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
11351 net/tramp-vc.el: Add code for unloading Tramp. See comment before
11352 `tramp-unload-tramp' for checklist.
11353
11354 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
11355 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
11356 (tramp-unload-file-name-handler-alist)
11357 (tramp-unload-tramp): New defuns.
11358 (tramp-advice-PC-expand-many-files): New defadvice.
11359 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
11360 removed.
11361 (tramp-handle-expand-file-name): Remove double slash.
11362 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
11363 It doesn't matter, because it will be converted later on.
11364 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
11365 implementation was just heuristic.
11366 (tramp-post-connection): Set uid and gid properties.
11367 (tramp-convert-file-attributes): Set file's gid change bit.
11368 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
11369 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
11370 in case of su(do)? methods. The home directory of the local user
11371 will be taken else.
11372 (tramp-open-connection-telnet)
11373 (tramp-open-connection-rsh, tramp-open-connection-su)
11374 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
11375 local shell prompt could hurt. Reported by Romain Francoise
11376 <romain@orebokech.com>.
11377 (tramp-let-maybe): Add `edebug-form-spec' property.
11378 (tramp-handle-expand-file-name): Bind `default-directory' locally
11379 to "/" in order to avoid problems with UNC shares or Cygwin
11380 mounts.
11381 (tramp-md5-function): Fix typo in error message.
11382
11383 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
11384
11385 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
11386 for byte-compiler pacification.
11387
11388 2006-01-22 Andre Spiegel <spiegel@gnu.org>
11389
11390 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
11391 ID-FORMAT `string'. This allows us to get rid of
11392 `vc-user-login-name UID'.
11393
11394 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
11395
11396 2006-01-22 John Paul Wallington <jpw@pobox.com>
11397
11398 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
11399
11400 2006-01-21 Martin Rudalics <rudalics@gmx.at>
11401
11402 * emacs-lisp/find-func.el (find-definition-noselect)
11403 (find-variable-noselect): Search variables in C source code too.
11404 (find-function-C-source, find-function-noselect, find-function)
11405 (find-function-other-frame, find-variable-noselect, find-variable)
11406 (find-variable-other-frame, find-variable-at-point):
11407 Fix docstrings.
11408
11409 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
11410
11411 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
11412
11413 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
11414
11415 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
11416 Default to disabling the "Save affix" question.
11417
11418 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
11419
11420 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
11421 the first arg to run-python.
11422
11423 2006-01-21 Eli Zaretskii <eliz@gnu.org>
11424
11425 * startup.el (command-line-1): Handle --no-desktop if desktop.el
11426 is not loaded.
11427
11428 2006-01-20 Jay Belanger <belanger@truman.edu>
11429
11430 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
11431 limit is 0.
11432
11433 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
11434 the correct variable.
11435
11436 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
11437
11438 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
11439 link. Fixed buggy argument sequence in call to `org-view-tags'.
11440 (org-compile-prefix-format): Set `org-prefix-has-tag'.
11441 (org-prefix-has-tag): New variable.
11442 (org-format-agenda-item): Remove tags from headline if
11443 appropriate.
11444 (org-agenda-remove-tags-when-in-prefix): New option.
11445 (org-get-tags-at): New function.
11446
11447 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
11448
11449 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
11450 (thumbs-find-image): Move image name and number from buffer name
11451 to mode name. Set thumbs-buffer. Preserve point so that large
11452 images remain visible.
11453 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
11454 order.
11455 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
11456 mode name.
11457 (thumbs-next-image, thumbs-previous-image): Make them work.
11458
11459 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
11460
11461 * cus-edit.el (custom-buffer-create-internal): State in the text above
11462 the whole buffer buttons that they do not operate on hidden items.
11463 (custom-face-menu): Use `custom-face-save' instead of
11464 `custom-face-save-command'.
11465 (custom-face-save-command): Make it an alias for `custom-face-save'
11466 and declare it obsolete.
11467 (custom-face-save): Doc fix.
11468
11469 * dired.el (dired-no-confirm): Add quote.
11470 (dired-subdir-alist-pre-R): Add quote in
11471 `make-variable-buffer-local' form and remove unbalanced parenthesis.
11472
11473 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * textmodes/table.el (table-mode-indicator): Typo in last change.
11476
11477 2006-01-19 Richard M. Stallman <rms@gnu.org>
11478
11479 * outline.el (hide-leaves): Don't call outline-end-of-heading.
11480 Fixes bug reported in Nov 2005.
11481
11482 * isearch.el (isearch-forward): Doc fix.
11483
11484 * dired.el (dired-move-to-filename-regexp): Define as alias.
11485 (dired-no-confirm): Use defcustom.
11486 (dired-subdir-alist-pre-R): Put defvar at top level.
11487
11488 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
11489
11490 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11491 Mark as risky.
11492
11493 * simple.el (set-mark-command): Doc fix.
11494 (clone-indirect-buffer-other-window):
11495 Read arg like clone-indirect-buffer.
11496 (move-beginning-of-line): Skip invisible newlines.
11497
11498 2006-01-19 Masatake YAMATO <jet@gyve.org>
11499
11500 * progmodes/cpp.el (cpp-edit-load): Make the order of
11501 listed conditions in a base C code buffer and its associate
11502 CPP Edit buffer the same.
11503
11504 2006-01-19 Kenichi Handa <handa@m17n.org>
11505
11506 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
11507 (rmail-mime-feature): Likewise.
11508 (rmail-require-mime-maybe): Use display-warning to show a warning
11509 message.
11510
11511 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
11512 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
11513
11514 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * array.el: Move defvars out of eval-when-compile.
11517 (array-make-template): Replace undeclared global var with a local one.
11518 (array-mode): Inline initialization functions.
11519 (array-init-local-variables, array-init-max-row)
11520 (array-init-max-column, array-init-columns-per-line)
11521 (array-init-field-width, array-init-rows-numbered)
11522 (array-init-line-length, array-init-lines-per-row): Remove.
11523
11524 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
11525 (doc-mode-map): Define explicitly.
11526 (doctor-txtype): Use mapc.
11527
11528 * textmodes/table.el: Move defvars out of eval-when-compile.
11529 Remove harmful code meant to avoid byte-compiler warnings.
11530 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
11531 specification that checks table-fixed-width-mode directly.
11532 (table-recognize-region, table-recognize-cell):
11533 Use restore-buffer-modified-p.
11534 (table-fixed-width-mode): Remove code that refreshes
11535 table-fixed-mode-indicator.
11536 (*table--cell-describe-bindings, *table--cell-describe-mode):
11537 Avoid obsolete name print-help-return-message.
11538 (table--test-cell-list): Don't use replace-regexp from elisp.
11539 (table--point-entered-cell-function, table--point-left-cell-function):
11540 Don't set table-fixed-mode-indicator, use force-mode-line-update.
11541
11542 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
11543 that was after the end of file. Use buffer-file-name variable.
11544 (org-timestamp-change): Use with-current-buffer.
11545 (org-todo-list): Don't unnecessarily define a new buffer-local var.
11546 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
11547 `file'.
11548
11549 * progmodes/fortran.el: Move defvars out of eval-when-compile.
11550 (fortran-break-line): Remove unused var `opoint'.
11551 (fortran-abbrev-start): Obey help-event-list.
11552
11553 2006-01-18 Jesper Harder <harder@phys.au.dk>
11554
11555 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
11556
11557 2006-01-18 Masatake YAMATO <jet@gyve.org>
11558
11559 * progmodes/make-mode.el (makefile-imake-mode): New mode
11560 derived from makefile-mode.
11561 (makefile-imake-mode-syntax-table): New syntax table
11562 derived from makefile-mode-syntax-table.
11563 (makefile-mode): Write about makefile-imake-mode in doc string.
11564 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
11565 (makefile-imake-font-lock-keywords): New font lock keywords.
11566
11567 * files.el (auto-mode-alist): Add Imakefile.
11568
11569 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
11570
11571 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
11572 loading the file rather than when turning on flyspell-mode.
11573
11574 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
11575
11576 * cus-edit.el (customize-rogue): Minor doc fix.
11577
11578 2006-01-17 Juri Linkov <juri@jurta.org>
11579
11580 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
11581 instead of the file at the mark as default if the file at the mark
11582 is the same as the file at point or if dired-dwim-target-directory
11583 is not the same as the current directory and the mark is not active.
11584
11585 * log-view.el (log-view-minor-wrap): Use the same logic to get
11586 revisions as `log-view-diff'.
11587
11588 * info.el (Info-revert-find-node): Check for Info-current-file
11589 before preserving new-history.
11590
11591 * man.el (Man-heading-regexp): Add `/'.
11592
11593 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
11594 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
11595
11596 2006-01-16 Juri Linkov <juri@jurta.org>
11597
11598 * faces.el (mode-line-faces): New defgroup.
11599 (mode-line-highlight): Move definition after new defgroup.
11600 (mode-line, mode-line-inactive, mode-line-highlight):
11601 Replace :group `modeline' with `mode-line-faces'.
11602 (mode-line-buffer-id): New face.
11603 (modeline-buffer-id): New face alias.
11604 (vertical-border): Remove :group `modeline'.
11605
11606 * bindings.el (propertized-buffer-identification): Use face
11607 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
11608 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
11609 (mode-line-buffer-identification-keymap): For mouse-1 replace
11610 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
11611 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
11612 mouse-3.
11613
11614 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
11615 Buffer-menu-buffer. Doc fix.
11616 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
11617 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
11618 `Buffer-menu-buffer'.
11619
11620 * info.el (Info-mode-line-node-keymap): New defvar.
11621 (Info-set-mode-line): Use `stringp' to check Info-current-file.
11622 Propertize Info-current-node with `mode-line-buffer-id' and
11623 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
11624
11625 * time.el (display-time-mail-face): Replace :group `faces' with
11626 `mode-line-faces'.
11627
11628 2006-01-16 Kenichi Handa <handa@m17n.org>
11629
11630 * international/code-pages.el: Add autoload cookies for cp125[0345678].
11631
11632 * language/european.el (cp1252): New alias for windows-1252.
11633
11634 * international/mule.el (autoload-coding-system): Prepare for EOL
11635 variants.
11636
11637 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
11638
11639 * term.el (term-raw-map): Add mapping for insert.
11640 (term-send-insert): New.
11641 (term-mode): Make variables local here instead of doing it in
11642 `term-emulate-terminal'.
11643 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
11644 Scroll reverse needs to take into account the scroll region.
11645 Saving and restoring the cursor should save the color attributes too.
11646 (term-reset-terminal): Reset the scroll region.
11647 (term-handle-ansi-escape): Cursor up and down should take into
11648 account the scroll region.
11649 (term-set-scroll-region): Rename from `term-scroll-region'.
11650 Move to 0,0 after setting the region.
11651 (term-handle-scroll): Handle scroll up.
11652 (term-down): Fix off by one error.
11653 (term-delete-lines): Do not delete outside the scroll region.
11654 (term-insert-lines): Take into account the scroll region.
11655
11656 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
11657
11658 * textmodes/ispell.el (ispell-internal-change-dictionary)
11659 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
11660 (start, end): Move declaration outside of eval-when-compile.
11661
11662 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
11663 (flyspell-mode-on): Use it.
11664
11665 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
11666 ispell-kill-ispell-hook.
11667
11668 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
11669
11670 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11671 (Custom-reset-saved): Do not ask for confirmation in single option
11672 buffers.
11673
11674 2006-01-13 Richard M. Stallman <rms@gnu.org>
11675
11676 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
11677
11678 2006-01-13 Romain Francoise <romain@orebokech.com>
11679
11680 * add-log.el (add-change-log-entry, change-log-merge):
11681 Conditionally use `hard-newline'.
11682
11683 2006-01-13 Martin Rudalics <rudalics@gmx.at>
11684
11685 * wid-edit.el (widget-field-end): If the overlay is no longer
11686 associated with a buffer, behave as if the overlay didn't exist.
11687
11688 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
11689 Make sure the links use the `custom-link' face.
11690
11691 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
11694 (ld-script-mode): Don't set indent-line-function since we don't
11695 have one.
11696
11697 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
11698
11699 * textmodes/org.el (org-open-file): Use mailcap for selecting an
11700 application.
11701 (org-file-apps-defaults-gnu): Use mailcap as the default for
11702 selecting an application on a UNIX system.
11703 (org-agenda-show-tags): New command.
11704 (org-table-insert-hline): Keep cursor in current table line.
11705 (org-table-convert): Offset effect of modifying
11706 `org-table-insert-hline'.
11707 (org-format-agenda-item): New optional argument TAG.
11708 (org-compile-prefix-format): Handle %T format for the tag.
11709 (org-expand-wide-chars): New function.
11710 (org-table-insert-row, org-table-insert-hline):
11711 Use `org-expand-wide-chars'.
11712 (org-open-file): Fix bug in program launch.
11713 (org-get-time-of-day): Fix bug with times before 1am.
11714 (org-agenda-menu): Add tags commands.
11715
11716 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
11717
11718 * textmodes/ispell.el (ispell-init-process): Include the used
11719 dictionary in ispell process start message.
11720 (ispell-internal-change-dictionary): When flyspell-mode is active
11721 and dictionary is changed, make sure ispell process is restarted
11722 and flyspell word cache cleared out for the current buffer.
11723 (ispell-change-dictionary): Make sure flyspell word cache is
11724 cleared out in all buffers with active flyspell mode when
11725 dictionary is globally changed.
11726 Call ispell-internal-change-dictionary after dictionary change.
11727
11728 2006-01-13 Eli Zaretskii <eliz@gnu.org>
11729
11730 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
11731
11732 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
11733 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
11734 years. Fix small differences wrt Makefile.in.
11735 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
11736 Makefile.in does.
11737
11738 2006-01-12 Bill Wohler <wohler@newt.com>
11739
11740 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
11741 mh-search.el.
11742
11743 2006-01-12 Masatake YAMATO <jet@gyve.org>
11744
11745 * progmodes/ld-script.el: Update copyright year.
11746
11747 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
11748
11749 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
11750 Don't add widget if setting undefined.
11751
11752 2006-01-12 John Paul Wallington <jpw@pobox.com>
11753
11754 * help-fns.el (describe-variable): Remove newlines from void
11755 variable output.
11756
11757 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
11758
11759 * wdired.el (wdired-mode-map): Add help echo for
11760 wdired-abort-changes.
11761
11762 * man.el (Man-file-name-regexp): Adjust for a list of files.
11763
11764 2006-01-12 Masatake YAMATO <jet@gyve.org>
11765
11766 * progmodes/ld-script.el (auto-mode-alist): Support
11767 suffix conventions used in netbsd and eCos.
11768
11769 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
11770
11771 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
11772 (custom-variable-menu, custom-face-menu, custom-group-menu)
11773 (Custom-mode-menu): Change names of menu items. (As discussed on
11774 emacs-devel.)
11775 (custom-face-menu): Add "Undo Edits" item.
11776
11777 * startup.el (init-file-user): defcustom -> defvar.
11778
11779 * tooltip.el (tooltip-mode): Doc fix.
11780
11781 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * reveal.el (reveal-post-command): window-buffer signals an error on
11784 dead windows rather than returning nil.
11785 (reveal-open-new-overlays): An overlay might die while we open others.
11786
11787 2006-01-11 Bill Wohler <wohler@newt.com>
11788
11789 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
11790 phrasing in docstring.
11791
11792 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
11793 can give some systems gas. Add new file mh-buffers.el.
11794
11795 2006-01-06 Masatake YAMATO <jet@gyve.org>
11796
11797 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
11798 C preprocessor forward ported from GNU Emacs 21.2.
11799
11800 * progmodes/asm-mode.el (asm-font-lock-keywords):
11801 Use `cpp-font-lock-keywords'.
11802
11803 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
11804
11805 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
11806 of $ for "\\.ld[s]?".
11807
11808 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11809
11810 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
11811 (tcl-indent-line): Return `noindent' if inside a string.
11812
11813 * progmodes/flymake.el (flymake-split-string): Remove more than one
11814 empty string at beg/end of the result.
11815 (flymake-find-buildfile, flymake-find-possible-master-files):
11816 Use expand-file-name.
11817 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
11818 since expand-file-name does it for us. Use directory-file-name.
11819 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
11820 (flymake-ler-get-type, flymake-ler-get-text)
11821 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
11822 (flymake-current-line-no): Remove spurious interactive spec.
11823 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
11824 (flymake-check-include): Remove arg inc-path merged into inc-name.
11825 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
11826 Arg regexp-list replaced by a simple regexp.
11827 (flymake-master-make-header-init, flymake-master-tex-init):
11828 Correspondingly replace regexp-list with a regexp. Fix regexp.
11829
11830 2006-01-10 Simon Josefsson <jas@extundo.com>
11831
11832 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
11833 describing AUTH PLAIN fix.
11834
11835 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
11836
11837 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
11838 (report-emacs-bug): Don't record initial prompt text.
11839 Instead, add text properties to prompting text.
11840 (report-emacs-bug-hook): Delete prompting text.
11841
11842 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
11845 `dirs'. Adjust callers.
11846
11847 2006-01-09 John Paul Wallington <jpw@gnu.org>
11848
11849 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
11850
11851 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * reveal.el (reveal-open-new-overlays): New extracted fun.
11854 (reveal-close-old-overlays): Idem. Check overlays's liveness before
11855 using them. Simplify the code.
11856 (reveal-post-command): Use them. Fix up obsolete windows in
11857 reveal-open-spots.
11858
11859 * progmodes/flymake.el: Use `require' rather than autoload for
11860 XEmacs's overlays.
11861 (flymake-get-common-file-prefix, flymake-build-relative-filename):
11862 Delete. Use file-relative-name instead.
11863 (flymake-get-syntax-check-program-args, flymake-perl-init):
11864 Simplify the resulting code.
11865
11866 * log-view.el (log-view-file-re, log-view-message-re): Add support
11867 for DaRCS output.
11868
11869 2006-01-09 Alex Schroeder <alex@gnu.org>
11870
11871 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
11872 identifiers sometimes added in square brackets at the beginning of
11873 subject lines.
11874
11875 2006-01-07 Richard M. Stallman <rms@gnu.org>
11876
11877 * cus-edit.el (Custom-set, Custom-save): Doc fix.
11878 (Custom-reset-current, Custom-reset-saved): Change question text.
11879 (Custom-reset-standard): Likewise.
11880 (custom-variable-reset-saved): Doc fix.
11881
11882 2006-01-07 Eli Zaretskii <eliz@gnu.org>
11883
11884 * startup.el (init-file-user): Doc fix.
11885
11886 2006-01-07 Alex Schroeder <alex@gnu.org>
11887
11888 * mail/rmail.el (rmail-current-subject): New function.
11889 (rmail-current-subject-regexp): New function.
11890 (rmail-next-same-subject): Use it.
11891
11892 * mail/rmailsum.el (rmail-summary-by-topic):
11893 Use rmail-current-subject and rmail-current-subject-regexp.
11894 (rmail-summary-next-same-subject): Ditto.
11895
11896 * net/rcirc.el (rcirc-send-input): No longer check whether the
11897 process is open, since not all commands need an open process.
11898 (rcirc-send-string): Check whether the process is open before
11899 sending anything.
11900 (rcirc-ignore-list): New option.
11901 (rcirc-ignore-list-automatic): New variable.
11902 (rcirc-print): Take rcirc-ignore-list into account.
11903 (rcirc-cmd-ignore): New command.
11904 (rcirc-ignore-update-automatic): New function.
11905 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
11906 list if ignored nicks.
11907 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
11908
11909 2006-01-06 David Reitter <david.reitter@gmail.com>
11910
11911 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
11912 reflect the address to which the report will be sent.
11913
11914 2006-01-06 Eli Zaretskii <eliz@gnu.org>
11915
11916 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
11917 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
11918
11919 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
11920
11921 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
11922
11923 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
11924 the doc string: "functoin" => "function".
11925 * ldefs-boot.el: Likewise.
11926
11927 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
11928 message text: "Duplicat" => "Duplicate".
11929
11930 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
11931
11932 * files.el (basic-save-buffer-2): If backing-up failed, reset
11933 buffer-backed-up to nil.
11934
11935 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
11936
11937 * progmodes/gud.el (gdb-script-skip-to-head)
11938 (gdb-script-calculate-indentation): Indent for breakpoint command
11939 lists also.
11940
11941 2006-01-05 Bill Wohler <wohler@newt.com>
11942
11943 * Makefile.in (compile-always): Add mh-autoloads dependency.
11944 (bootstrap): Remove mh-autoloads dependency, as compile dependency
11945 provides it.
11946 (updates): Remove mh-autoloads dependency, since it probably has
11947 already run recently (via recompile).
11948
11949 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11950
11951 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
11952 argument `force' to disable the flyspell-last-buffer optimization.
11953 (flyspell-mode-on): Use it.
11954
11955 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
11956 flymake-simple-cleanup.
11957 (flymake-allowed-file-name-masks): Use this new default.
11958 All the functions are now called in the right buffer rather than
11959 passing the buffer as argument.
11960 (flymake-process-sentinel): Switch to buffer before calling cleanup.
11961 (flymake-parse-err-lines): Remove redundant buffer arg.
11962 (flymake-get-program-dir): Comment out unused function.
11963 (flymake-start-syntax-check, flymake-start-syntax-check-process):
11964 Remove redundant buffer argument.
11965 (flymake-get-real-file-name, flymake-simple-java-cleanup)
11966 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
11967
11968 2006-01-05 Richard M. Stallman <rms@gnu.org>
11969
11970 * info.el (Info-find-node): Don't record previous node if have none.
11971 (info): Go to directory only if history is empty.
11972
11973 * simple.el (mark): Doc fix.
11974
11975 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11976
11977 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
11978 already of desired type.
11979 (mac-ae-list): Coerce parameter to "list" type.
11980 (mac-dispatch-apple-event): Replace cadr part of event with a
11981 dummy position so that event-start returns it.
11982
11983 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
11984
11985 * textmodes/org.el (org-end-of-subtree): New function.
11986 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
11987 Use `org-end-of-subtree'.
11988 (org-agenda, org-agenda-convert-date): Protect calls to
11989 `fit-window-to-buffer'.
11990 (org-tags-view): Force matching of sublevels when doing a
11991 todo-only search. Define the correct redo command, including the
11992 arguments.
11993 (org-agenda-redo): Display message.
11994 (org-check-for-org-mode): New function.
11995 (org-agenda-type): New variable.
11996 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11997 Set `org-agenda-type'.
11998 (org-agenda-check-type): New function.
11999 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
12000 (org-agenda-week-view, org-agenda-day-view)
12001 (org-agenda-next-date-line, org-agenda-previous-date-line)
12002 (org-agenda-log-mode, org-agenda-toggle-diary)
12003 (org-agenda-toggle-time-grid, org-agenda-date-later)
12004 (org-agenda-date-prompt, org-agenda-diary-entry)
12005 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
12006 (org-agenda-convert-date, org-agenda-menu):
12007 Use `org-agenda-check-type'.
12008 (org-make-overlay, org-delete-overlay)
12009 (org-detatch-overlay, org-move-overlay, org-overlay-put):
12010 New compatibility functions.
12011 (org-calendar-select-mouse): New command.
12012
12013 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
12014
12015 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
12016 (Custom-reset-standard): Fix y-or-n-p messages.
12017 (custom-link): New face for links.
12018 (custom-buffer-create-internal, custom-manual): Use it.
12019 (custom-face-save): Push to theme-face before setting face spec.
12020
12021 * wid-edit.el (widget-default-mouse-face-get): New function.
12022 (widget-specify-button): Handle mouse-face like button-face.
12023
12024 * custom.el (load-theme): Clear old theme settings if reloading.
12025
12026 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
12027
12028 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
12029 "Erase Customization" button back to same position it occupies in
12030 the individual State menus.
12031
12032 2006-01-04 Kim F. Storm <storm@cua.dk>
12033
12034 * wid-edit.el (key-sequence): Rework widget to read key binding
12035 using `kbd' syntax. Use C-q to insert literal key, event, or code.
12036 (widget-key-sequence-default-value): Default value for empty sequence.
12037 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
12038 (widget-key-sequence-read-event): New command for C-q.
12039 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
12040 (widget-key-sequence-value-to-external): New functions.
12041
12042 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
12043
12044 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
12045 Use expand-file-name.
12046 (flymake-delete-temp-directory): Use expand-file-name,
12047 file-name-directory, and directory-file-name.
12048 (flymake-strrchr): Delete.
12049 (flymake-start-syntax-check): Don't pass the redundant buffer argument
12050 to the init-f function.
12051 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
12052 (flymake-init-find-buildfile-dir)
12053 (flymake-init-create-temp-source-and-master-buffer-copy)
12054 (flymake-simple-make-init-impl, flymake-simple-make-init)
12055 (flymake-master-make-init, flymake-master-make-header-init)
12056 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
12057 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
12058 (flymake-xml-init): Remove corresponding redundant buffer argument.
12059 (flymake-allowed-file-name-masks): Remove last elems that are equal to
12060 the default anyway. Clean up regexps.
12061
12062 * progmodes/flymake.el (flymake-temp-source-file-name)
12063 (flymake-master-file-name, flymake-temp-master-file-name)
12064 (flymake-base-dir): New buffer-local vars.
12065 (flymake-buffer-data, flymake-get-buffer-value)
12066 (flymake-set-buffer-value): Replace those hash-tables by the new
12067 buffer-local vars. Update callers.
12068
12069 * progmodes/flymake.el (flymake-check-start-time)
12070 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
12071 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
12072 Move definition, so we can remove redundant earlier declaration.
12073 (flymake-replace-regexp-in-string, flymake-split-string)
12074 (flymake-get-temp-dir): Use defalias.
12075 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
12076 (flymake-xemacs-window-edges): Remove unused function.
12077 (flymake-get-point-pixel-pos): Move.
12078 (flymake-pid-to-names, flymake-reg-names)
12079 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
12080 Replace by a simple list flymake-processes and by process-buffer.
12081 Update callers. Other than simplify the code, it uses buffers rather
12082 than buffer-names so it doesn't get confused by uniquify.
12083 (flymake-buffer-data): The global value should just be nil.
12084
12085 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
12086 Optimize the body of a defalias like any other code.
12087
12088 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
12089 Make sure we've setup font-lock's vars. It may influence which
12090 function we then call.
12091 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
12092 here since it's too late anyway.
12093
12094 2006-01-03 Romain Francoise <romain@orebokech.com>
12095
12096 * startup.el (fancy-splash-tail, normal-splash-screen):
12097 Update copyright year.
12098
12099 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
12100
12101 * mouse.el (mouse-drag-track): Rename, from
12102 `mouse-drag-region-1'. Includes optional argument required to
12103 enable post-drag event processing (e.g. delete region keys).
12104 Can be used without this argument to track a mouse region and operate
12105 on it as soon as the drag completes.
12106 (mouse-drag-region): Use `mouse-drag-track'.
12107
12108 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
12109
12110 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
12111 Move to `custom-buffer' group.
12112
12113 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
12114 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
12115 (custom-theme-insert-face-marker, custom-theme-variable-menu)
12116 (custom-theme-face-menu): New variables.
12117 (custom-theme-add-variable, custom-theme-variable-action)
12118 (custom-variable-reset-theme, custom-theme-delete-variable)
12119 (custom-face-reset-theme, custom-theme-face-action)
12120 (custom-theme-delete-face, custom-theme-merge-theme)
12121 (custom-theme-add-face, custom-theme-visit-theme): New functions.
12122
12123 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
12124
12125 * custom.el: Move Custom Themes commentary to start of theme code.
12126 (custom-known-themes): Rename `standard' theme to `changed'.
12127 (custom-push-theme): Caller no longer specifies what theme to use
12128 when doing `reset'---the setting is simply removed from the theme.
12129 Delete MODE from `theme-value' and `theme-settings' properties.
12130 (custom-declare-theme): Ignore &rest args since we don't use them.
12131
12132 (custom-loaded-themes): Delete variable.
12133 (custom-theme-load-themes, custom-theme-loaded-p)
12134 (custom-theme-value): Delete functions.
12135
12136 (custom-declare-theme): Signal error on invalid theme names.
12137 (provide-theme): custom-loaded-themes was deleted.
12138 (load-theme): Load the file unconditionally.
12139 (enable-theme): Call `load-theme' if theme is undefined.
12140 (custom-enabled-themes): Only update value for successful loads.
12141 (disable-theme): Complete from enabled themes when interactive.
12142 (custom-variable-theme-value): Calculate theme value directly.
12143
12144 (custom-theme-reset-variables, custom-reset-variables): Mark as
12145 XEmacs compatibility functions. We don't actually use these.
12146
12147 * cus-edit.el (custom-variable-state-set):
12148 Use custom-variable-theme-value instead of custom-theme-value.
12149 (custom-face-state-set): Rename `standard' theme to `changed'.
12150 (custom-save-variables, custom-save-faces): Delete unneeded
12151 references to custom-reset-variables.
12152 (custom-save-resets): Delete function.
12153 (custom-save-variables, custom-save-faces): MODE argument deleted.
12154 (custom-save-variables, custom-save-faces): Ignore theme values.
12155
12156 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
12157 compatibility function.
12158
12159 2006-01-01 Richard M. Stallman <rms@gnu.org>
12160
12161 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
12162 (Custom-reset-current, Custom-reset-saved): Likewise.
12163 (Custom-reset-standard): Show message if aborted.
12164 (custom-mode): Doc fix, describing those commands.
12165
12166 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
12167 put on event-kind property.
12168
12169 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
12170
12171 * custom.el (provide-theme): Ban `user' theme name.
12172 (custom-enabling-themes): New variable.
12173 (enable-theme): Don't enable user if custom-enabling-themes is t.
12174 (custom-enabled-themes): Make it a defcustom.
12175 (custom-theme-recalc-face): No-op if face is undefined.
12176
12177 * cus-edit.el (custom-button-mouse): New variable.
12178 (custom-button-mouse): New face.
12179 (custom-raised-buttons, custom-mode): Use it.
12180
12181 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
12182
12183 2005-12-31 Eli Zaretskii <eliz@gnu.org>
12184
12185 * progmodes/gud.el (gud-display-line): Support hl-line in the
12186 source buffer.
12187
12188 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12189
12190 * mouse.el (mouse-drag-window-above): Verify that the found window
12191 overlaps with the given window in the horizontal dimension.
12192
12193 2005-12-31 Eli Zaretskii <eliz@gnu.org>
12194
12195 * Makefile.in (cvs-update): New target.
12196
12197 * makefile.w32-in (cvs-update): Ditto.
12198
12199 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
12200
12201 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
12202 (custom-new-theme-mode-map): New variable.
12203
12204 2005-12-30 Richard M. Stallman <rms@gnu.org>
12205
12206 * custom.el (custom-load-themes): Function deleted.
12207
12208 * cus-edit.el (custom-save-loaded-themes): Function deleted.
12209 (custom-save-variables): Don't delete or add custom-load-themes call.
12210
12211 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
12212
12213 * cus-start.el: Add `visible-cursor'.
12214
12215 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
12216 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
12217 (flymake-process-filter): Switch to buffer before calling it instead.
12218 (flymake-post-syntax-check, flymake-highlight-err-lines)
12219 (flymake-delete-own-overlays, flymake-parse-err-lines)
12220 (flymake-start-syntax-check, flymake-start-syntax-check-process)
12221 (flymake-count-lines, flymake-parse-residual):
12222 Remove constant buffer argument.
12223 (flymake-start-syntax-check-for-current-buffer): Remove.
12224 Update callers to use flymake-start-syntax-check instead.
12225 (flymake-display-err-menu-for-current-line):
12226 Remove unused var `mouse-pos'.
12227 (flymake-restore-formatting): Comment out unused function.
12228 (flymake-report-status, flymake-report-fatal-status): Remove buffer
12229 argument, use current-buffer instead. Update callers.
12230
12231 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12232
12233 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
12234 buffer-local because choose-completion-delete-max-match requires
12235 that we set completion-ignore-case (i.e., binding via let is not
12236 sufficient).
12237 (bibtex-complete): Always set completion-ignore-case and
12238 choose-completion-string-functions. The latter is needed because
12239 choose-completion-string-functions keeps its value if we quit the
12240 *Completions* buffer without requesting a completion.
12241
12242 2005-12-30 Andreas Schwab <schwab@suse.de>
12243
12244 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
12245
12246 2005-12-30 Eli Zaretskii <eliz@gnu.org>
12247
12248 * jit-lock.el (jit-lock-chunk-size): Doc fix.
12249
12250 2005-12-30 Juri Linkov <juri@jurta.org>
12251
12252 * locate.el (locate-fcodes-file, locate-header-face)
12253 * progmodes/delphi.el (delphi-other-face)
12254 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
12255
12256 * paren.el (show-paren-match, show-paren-mismatch): Use existing
12257 group `paren-showing-faces'.
12258
12259 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
12260 (goto-address): Fix docstring.
12261
12262 * net/webjump.el (webjump-sample-sites): Update URLs.
12263
12264 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
12265
12266 * subr.el (cancel-change-group): Add listp around pending-undo-list.
12267
12268 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * font-lock.el (font-lock-compile-keywords): Signal an error when
12271 font-lock-set-defaults hasn't been called.
12272
12273 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
12274
12275 * subr.el (noreturn, 1value): Doc fixes.
12276
12277 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12278
12279 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
12280 that assoc-string returns nil.
12281
12282 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12283
12284 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
12285 (bibtex-entry-type-str, bibtex-empty-field-re)
12286 (bibtex-search-backward-string, bibtex-preamble-prefix)
12287 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
12288 (bibtex-any-valid-entry-type): New variable.
12289 (bibtex-parse-field-name): Simplify.
12290 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
12291 (bibtex-preamble-prefix): Include left delimiter.
12292 (bibtex-search-forward-field, bibtex-search-backward-field):
12293 Allow unbounded search past entry boundaries (required by bibtex-pop).
12294 (bibtex-text-in-field-bounds): Use push.
12295 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
12296 (bibtex-parse-preamble, bibtex-valid-entry)
12297 (bibtex-beginning-first-field): New functions.
12298 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
12299 (bibtex-map-entries): Fix docstring.
12300 (bibtex-flash-head): New arg prompt. Simplify.
12301 (bibtex-enclosing-field): Include code of bibtex-inside-field.
12302 (bibtex-insert-kill): Simplify. Always insert text past the
12303 current field or entry.
12304 (bibtex-format-entry): Use bibtex-parse-field.
12305 (bibtex-pop): Use bibtex-beginning-of-entry and
12306 bibtex-end-of-entry to initiate the search. Insert empty field if
12307 we found ourselves.
12308 (bibtex-print-help-message): New args field and comma.
12309 Handle entry keys.
12310 (bibtex-make-field): Use bibtex-beginning-of-entry.
12311 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
12312 invalid entry.
12313 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
12314 Handle preambles. Simplify code for thorough test.
12315 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
12316 New arg comma. Handle entry heads.
12317 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
12318 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
12319 New arg comma.
12320 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
12321 (bibtex-fill-field): Simplify.
12322 (bibtex-fill-entry): Use bibtex-beginning-first-field and
12323 bibtex-parse-field.
12324 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
12325 (bibtex-complete): Use bibtex-parse-preamble.
12326
12327 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
12328
12329 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
12330 Display name of expression instead of convenience variable.
12331 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
12332
12333 * progmodes/gud.el (gud-tooltip-dereference): Rename from
12334 toggle-gud-tooltip-dereference.
12335 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
12336 (gud-tooltip-tips): ...here when dereferencing.
12337
12338 2005-12-28 Bill Wohler <wohler@newt.com>
12339
12340 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
12341
12342 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
12343
12344 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
12345 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
12346 (vc-annotate-display-autoscale): Adjust call.
12347 (vc-annotate-display-default): Adjust call. Make arg compulsory.
12348 Fix interactive spec.
12349 (vc-annotate-time-span): Remove.
12350 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
12351 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
12352 (vc-annotate-display-select): Use new name.
12353
12354 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
12355 (vc-annotate-mode-menu): Remove left-over redundant declaration.
12356 Correct the construction of span entries. Simplify.
12357 (vc-annotate-display-select): Fix the nil case.
12358 (vc-annotate): Remove obsolete (and now broken) code.
12359 (vc-annotate-extract-revision-at-line): Remove obsolete code.
12360 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
12361
12362 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
12363
12364 * subr.el (lazy-completion-table): Correct typo in docstring.
12365
12366 * startup.el (command-line): Use `custom-reevaluate-setting' for
12367 `send-mail-function'.
12368
12369 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
12370
12371 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
12372
12373 * mail/smtpmail.el (smtpmail-try-auth-methods):
12374 Send credentials together with "AUTH PLAIN" command.
12375
12376 2005-12-27 Richard M. Stallman <rms@gnu.org>
12377
12378 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
12379 mouse-2, go back to previously selected window, so it's selected
12380 when mouse-2 command runs.
12381
12382 2005-12-27 Juri Linkov <juri@jurta.org>
12383
12384 * descr-text.el (describe-text-sexp): Use square brackets for
12385 button [Show] to distinguish it from the property value `show'.
12386 (describe-property-list): Use `insert-text-button' with
12387 `help-face' type instead of putting face in quotes, because button
12388 is not created automatically for a list of faces.
12389 (describe-text-properties-1): Put button-type value in quotes to
12390 distinguish from plain text "button".
12391 (describe-char): Display code point values in hex. Don't use
12392 `symbol-name' for `current-input-method' because it is a string.
12393 Use `insert-text-button' with `help-face' type instead of putting
12394 hardcoded face in quotes, because button is not created automatically.
12395
12396 2005-12-27 Richard M. Stallman <rms@gnu.org>
12397
12398 * progmodes/glasses.el (glasses-face): More specific custom type.
12399
12400 * files.el (set-visited-file-name): Doc fix.
12401
12402 * textmodes/flyspell.el (flyspell-external-point-words):
12403 Use local var buffer-scan-pos to advance scan for next misspelling.
12404 Advance it only after we find the misspelling.
12405
12406 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
12407
12408 * textmodes/flyspell.el (flyspell-external-point-words):
12409 New criteria for finding the misspelling in the buffer.
12410
12411 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
12412
12413 * help-mode.el (help-insert-string): Set help-xref-stack-item
12414 rather than call help-setup-xref.
12415
12416 * descr-text.el (describe-char): Revert previous changes for
12417 optional buffer argument.
12418
12419 2005-12-27 Juri Linkov <juri@jurta.org>
12420
12421 * help-mode.el (help-insert-string): New function. Save buffer
12422 contents in cases where it is impossible to recompute the old contents.
12423
12424 * descr-text.el (describe-char): Set help-xref-stack-item
12425 explicitly after buffer has been generated.
12426
12427 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12428
12429 * cus-start.el (all): Add x-gtk-show-hidden-files.
12430
12431 2005-12-26 Richard M. Stallman <rms@gnu.org>
12432
12433 * replace.el (perform-replace): Calculate match-again
12434 before skipping read-only matches.
12435
12436 * paren.el (paren-showing-faces): New group.
12437 (show-paren-match, show-paren-mismatch): Move to that group.
12438
12439 * button.el (button): Put into group `basic-faces'.
12440
12441 * progmodes/make-mode.el: Remove faces from group `faces'.
12442
12443 * apropos.el (apropos, apropos-value): Doc fix.
12444 (apropos-documentation): Doc fix.
12445
12446 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * subr.el (lazy-completion-table): Remove argument `args'.
12449
12450 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12451 Don't use the `args' argument of lazy-completion-table.
12452
12453 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
12454
12455 * descr-text.el (describe-char): Add optional argument for buffer.
12456 Set buffer appropriately. Call help-setup-xref.
12457 Suggested by Stefan Monnier.
12458
12459 2005-12-26 Juri Linkov <juri@jurta.org>
12460
12461 * descr-text.el: Require `help-fns' at runtime. Don't require
12462 `button' for byte compilation.
12463 (describe-text-widget): Add `help-echo' for first button.
12464 Use `help-info' for second.
12465 (describe-property-list): Use `help-argument-name' instead of `italic'.
12466 (describe-text-category): Add prompt to interactive spec.
12467 Call `help-setup-xref'.
12468 (describe-char): Use `help-character-set'. Add `help-echo' for
12469 code point. Use `help-input-method'. Remove superfluous insert.
12470
12471 2005-12-25 Richard M. Stallman <rms@gnu.org>
12472
12473 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
12474 at point, in case of narrowing.
12475
12476 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
12477
12478 * locate.el (locate-header-face): Allow nil in type.
12479
12480 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
12481
12482 2005-12-25 Romain Francoise <romain@orebokech.com>
12483
12484 * battery.el (battery-linux-proc-acpi): Also try
12485 `/proc/acpi/thermal_zone/THM0/temperature'.
12486
12487 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
12488
12489 * custom.el (custom-push-theme): Fix docstring.
12490
12491 * cus-edit.el (custom-variable-set, custom-variable-save)
12492 (custom-variable-save): Custom-quote widget values.
12493 (customize-save-variable): Fix custom-push-theme call.
12494
12495 2005-12-24 Eli Zaretskii <eliz@gnu.org>
12496
12497 * w32-fns.el (w32-batch-update-autoloads): New function.
12498
12499 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
12500 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
12501 from the command line.
12502
12503 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
12504
12505 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
12506 reset means to remove setting from theme entirely. Don't keep
12507 expanding theme-settings list; delete old entries if necessary.
12508
12509 * cus-edit.el (custom-buffer-create-internal): Move "Erase
12510 customization" button one line up.
12511 (custom-themed): New face.
12512 (custom-magic-alist): New value, THEMED, for theme settings.
12513 (custom-variable-state-set, custom-face-state-set):
12514 Check theme-value instead of saved-value.
12515 (custom-variable-reset-standard, custom-face-reset-standard):
12516 Remove theme setting entirely. Recalculate new values.
12517 (custom-variable-set, custom-variable-set)
12518 (custom-variable-reset-saved, custom-variable-reset-backup)
12519 (custom-face-set, custom-face-reset-saved): Update `user' theme.
12520 (custom-variable-save): Fix typos.
12521
12522 2005-12-23 Juri Linkov <juri@jurta.org>
12523
12524 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
12525 Add autoload cookies.
12526 (edebug-outside-d-c-i-n-s-w): New variable.
12527 (edebug-display, edebug-outside-excursion): Use it to save the
12528 original value of default-cursor-in-non-selected-windows.
12529 Set default-cursor-in-non-selected-windows to t while Edebug
12530 is active.
12531 (edebug-mode, edebug-eval-mode): Doc fix.
12532
12533 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
12534 with `buffer-substring-no-properties' to remove common substring
12535 highlighting.
12536
12537 * info.el (info-other-window, info): Rename function argument
12538 `file' to `file-or-node'.
12539 (Info-complete-menu-item): Use local variable `complete-nodes' to
12540 keep the global value of `Info-complete-nodes' unchanged for
12541 subsequent completions.
12542 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
12543
12544 * simple.el (get-next-valid-buffer, last-buffer)
12545 (next-error-buffer-p, next-error-find-buffer)
12546 (minibuffer-history-sexp-flag): Doc fix.
12547
12548 * savehist.el (savehist-mode-hook): Add `:group'.
12549
12550 * log-view.el: Call autoload for vc-find-version.
12551 (log-view-current-file): Adjust subgroup numbers.
12552 (log-view-current-tag): Add `length'.
12553
12554 2005-12-23 Richard M. Stallman <rms@gnu.org>
12555
12556 * vc.el (vc-annotate-car-last-cons): Defn moved up.
12557
12558 2005-12-23 Juri Linkov <juri@jurta.org>
12559
12560 * hi-lock.el (hi-lock-archaic-interface-message-used)
12561 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
12562 (hi-lock-mode): Display "Hi" in the mode line only when
12563 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
12564 (hi-lock-write-interactive-patterns):
12565 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
12566 (hi-lock-set-pattern, hi-lock-set-file-patterns)
12567 (hi-lock-font-lock-hook): Set 3rd arg `how' of
12568 font-lock-add-keywords to t.
12569
12570 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
12571
12572 * hi-lock.el (hi-lock-highlight-range): New variable.
12573 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
12574 only if font-lock-fontified is non-nil. Remove overlays.
12575 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
12576 font-lock-fontified is non-nil, otherwise use overlays (instead of
12577 text properties).
12578 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
12579 New variables.
12580 (hi-lock-string-serialize) New function.
12581
12582 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12583
12584 * menu-bar.el (menu-find-file-existing): New function.
12585 (menu-bar-file-menu): Use menu-find-file-existing for Open.
12586
12587 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
12588
12589 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
12590
12591 * vc.el: Remove unnecessary leading * in docstrings.
12592 (vc-annotate-mode-map): Move initialization into declaration.
12593 (vc-static-header-alist): Nitpick on the regexp.
12594 (vc-default-init-version): New fun.
12595 (vc-register): Use it.
12596 (vc-insert-headers): Use dolist.
12597 (vc-annotate-get-backend): Remove unused function.
12598 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
12599 (vc-annotate-mode): Remove corresponding call.
12600 (vc-annotate-car-last-cons): Simplify.
12601 (vc-annotate-buffers): Remove var.
12602 (vc-annotate-backend): Make it buffer-local.
12603 (vc-annotate): Move the interaction to the interactive spec.
12604 Add a `buf' argument.
12605 (vc-annotate-warp-version): Use this new `buf' argument to avoid
12606 killing&creating a vc-annotate buffer, which is very disruptive when
12607 the buffers are shown in dedicated frames.
12608
12609 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
12610
12611 * descr-text.el: Add FSF as maintainer.
12612 (describe-text-mode, describe-text-mode-map)
12613 (describe-text-mode-hook, describe-text-done): Delete. Use normal
12614 help-mode.
12615 (describe-text-widget, describe-text-sexp)
12616 (describe-property-list, describe-text-category)
12617 (describe-text-properties, describe-text-properties-1)
12618 (describe-char): Use help buttons instead of widgets.
12619 (describe-char-unicodedata-file): Make URL link in doc string.
12620
12621 2005-12-22 Richard M. Stallman <rms@gnu.org>
12622
12623 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
12624 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
12625 Don't include buttons that write a file when there's no file.
12626 (custom-variable-menu, custom-face-menu, custom-group-menu):
12627 Don't include commands that write a file when there's no file.
12628 (customize-browse): Reword the top-of-buffer help intro.
12629 (custom-buffer-create-internal): Fix previous change.
12630 (customize-changed-options-previous-release): Prev release is 21.1.
12631 (customize-changed-options): Doc fix.
12632 (customize-changed): New alias.
12633 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
12634 Say "standard values".
12635 (Custom-reset-standard): Doc fix.
12636 (custom-face-reset-standard): Doc fix.
12637
12638 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
12639
12640 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
12641 even if font-lock-mode is non-nil since it may be t without having
12642 turned on font-lock-mode-internal.
12643 (font-lock-choose-keywords): Minor optimization.
12644 (font-lock-add-keywords, font-lock-remove-keywords)
12645 (font-lock-set-defaults): Don't call make-local-variable on a variable
12646 that we know to already be local.
12647
12648 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12649
12650 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
12651 messages if in the minibuffer.
12652
12653 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
12656 (tex-mode-flyspell-verify, flyspell-get-word)
12657 (flyspell-external-point-words): Don't use point-min/max uselessly.
12658
12659 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
12660 by Kevin Rodgers. Instead, just hide the completions buffer if we
12661 don't need to show it.
12662
12663 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
12664
12665 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
12666
12667 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
12670 delete-windows-on with an inexistent buffer.
12671
12672 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
12673
12674 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12675 Delete defcustom variable :tag names.
12676
12677 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
12678
12679 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
12680 (log-view-font-lock-keywords): Ajust subgroup numbers.
12681 (log-view-current-tag): Don't hard code the number of subgroups.
12682
12683 2005-12-20 Juri Linkov <juri@jurta.org>
12684
12685 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
12686 (tooltip-x-offset, tooltip-y-offset): Doc fix.
12687
12688 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12689 (menu-bar-non-minibuffer-window-p): Instead of checking
12690 display-multi-frame-p, use selected-frame when menu-updating-frame
12691 is nil.
12692
12693 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
12694
12695 * align.el (align-rules-list): Use [ \t] instead of \s-
12696 for column separators in text mode.
12697
12698 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
12699
12700 * help-mode.el (help-customize-variable, help-customize-face):
12701 Don't pop help-xref-stack as help-follow no longer pushes
12702 anything on to it.
12703
12704 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
12705
12706 * textmodes/org.el (org-agenda-custom-commands): New option.
12707 (org-agenda): Offer custom commands on splash screen.
12708 (org-make-tags-matcher): Parser for Boolean logic added.
12709 (org-agenda-set-tags): New command.
12710 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
12711 (org-set-tags): Efficiency improvements.
12712 (org-auto-align-tags): New option.
12713 (org-todo, org-demote, org-promote): Realign tags.
12714 (org-tags-completion-function): Use also "&" and "|" as separators.
12715 (org-org-menu): Agenda commands simplified.
12716
12717 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
12718
12719 * cus-edit.el (customize-apropos, customize-apropos-options):
12720 Docstring changes.
12721
12722 * font-lock.el (font-lock): Add tags to the links in the defgroup.
12723
12724 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
12725
12726 * longlines.el (longlines-mode): Wrap while widened.
12727 (longlines-decode-region, longlines-encode-region): Compute max
12728 just once.
12729
12730 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12731
12732 * cus-edit.el (mac): New group.
12733
12734 * cus-start.el (all): Add user options in macterm.c. Add test for
12735 Mac-related built-ins. Fix test for GTK-related built-ins.
12736
12737 * term/mac-win.el (mac-handle-language-change)
12738 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
12739 (mac-services-open-selection, mac-services-mail-selection)
12740 (mac-services-mail-to, mac-services-insert-text)
12741 (mac-dispatch-apple-event): Add docstrings.
12742 (x-get-selection, mac-select-convert-to-string): Select coding
12743 system from `utf-16be' and `utf-16le' using `byteorder'.
12744
12745 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
12746
12747 * subr.el (lazy-completion-table): Don't be fooled if the var holds
12748 a "list" (lambda ...) rather than a real completion list.
12749
12750 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
12751 lexical-let when encountering ((lambda (...) ...) ...).
12752
12753 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12754
12755 * progmodes/sh-script.el (sh-mode):
12756 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
12757 * textmodes/picture.el (picture-mode): Update docstrings.
12758
12759 2005-12-17 Eli Zaretskii <eliz@gnu.org>
12760
12761 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
12762 commands enclosed in $(ARGQUOTE)s should not be split between two
12763 lines, as that will break with GNU Make >3.80, when sh.exe is used
12764 and arg quoting is with '..'.
12765 (autoloads): Don't break the quoted --eval expression between
12766 several lines.
12767
12768 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12769
12770 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
12771 Capture error from printing circular structures.
12772
12773 2005-12-17 Martin Rudalics <rudalics@gmx.at>
12774
12775 * wid-edit.el (widget-checkbox-action): Clear undo info.
12776
12777 2005-12-16 Bill Wohler <wohler@newt.com>
12778
12779 * menu-bar.el (kill-this-buffer): Set a good example by using menu
12780 bar, not menubar in comment.
12781
12782 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
12785 After-change-functions should not clobber the match data.
12786
12787 2005-12-16 Juri Linkov <juri@jurta.org>
12788
12789 * simple.el (choose-completion): Use `buffer-substring-no-properties'
12790 instead of `buffer-substring'.
12791 (completion-common-substring): Doc fix.
12792 (completion-setup-function): Use minibuffer-completion-contents
12793 instead of minibuffer-contents. Don't set common-string-length
12794 initially. Remove special handling of partial-completion-mode.
12795 Move computation of completion-base-size into one cond.
12796 Call completion-base-size-function in mainbuf. In computation of
12797 completion-base-size for file name completion don't move point to
12798 the end of the minibuffer. Move computation of common-string-length
12799 into one cond. Start putting faces only when common-string-length>=0.
12800 Add condition to put completions-common-part when
12801 common-string-length>0.
12802
12803 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
12804 place point at the first different character in the minibuffer
12805 even if this position is at the beginning of the minibuffer.
12806
12807 * info.el (Info-read-node-name-1): In completion-base-size-function's
12808 lambda return 1 if common-substring or minibuffer-completion-contents
12809 starts with (, and 0 otherwise.
12810
12811 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
12812 Use `crm-current-element' for second arg of `display-completion-list'.
12813
12814 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
12815
12816 * files.el (set-auto-mode): Look for an interpreter specified on
12817 the first line also if search for mode specification succeeded,
12818 but the mode is not known.
12819
12820 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
12821
12822 * textmodes/org.el (org-tags-match-list-sublevels): New option.
12823 (org-open-at-point): Implement tag searches as links.
12824 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
12825 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
12826 (org-tags-sparse-tree, org-tags-view, org-set-tags)
12827 (org-agenda-dispatch): New commands.
12828 (org-use-tag-inheritance, org-tags-column): New options.
12829 (org-tab-follows-link, org-return-follows-link): New options.
12830 (org-tags): New customize group.
12831 (org-start-icalendar-file): Get local time zone.
12832 (org-tags-completion-function): New function.
12833 (org-set-font-lock-defaults): Make sure links will also be
12834 highlighted inside headlines.
12835
12836 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
12837
12838 * term.el (term-emulate-terminal):
12839 Let term-handle-ansi-terminal-messages override what Bash says about
12840 its current directory.
12841
12842 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12843
12844 * bindings.el (last-buffer): Move to simple.el.
12845 * simple.el (last-buffer): Move here.
12846 (get-next-valid-buffer): New function.
12847 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
12848 (prev-buffer): Ditto. Rename to `previous-buffer'.
12849
12850 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
12851 * bindings.el (global-map): Ditto.
12852
12853 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
12854
12855 * cus-edit.el: Introductory comment change.
12856 (custom-magic-alist): Change message string for the `rogue' state.
12857
12858 2005-12-15 Richard M. Stallman <rms@gnu.org>
12859
12860 * tooltip.el: Delete defcustom variable :tag names.
12861
12862 * complete.el (partial-completion-mode): Doc fix.
12863
12864 * textmodes/flyspell.el (flyspell-external-point-words):
12865 Use save-excursion to ensure we don't move backward in the
12866 search loop, not even one character.
12867 (flyspell-delete-all-overlays): Use remove-overlays directly.
12868
12869 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
12870 (ispell-start-process): Set that variable.
12871 Clear ispell-buffer-local-name.
12872 (ispell-internal-change-dictionary):
12873 Set ispell-current-dictionary after killing process.
12874 (ispell-buffer-local-dict):
12875 Don't set spell-personal-dictionary after killing process.
12876 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
12877 (ispell-tex-skip-alists, ispell-html-skip-alists)
12878 (ispell-skip-region-alist): Mark as risky.
12879
12880 * net/newsticker.el (newsticker--retrieval-timer-list)
12881 (newsticker--display-timer, newsticker-running-p)
12882 (newsticker-ticker-running-p): Definitions moved up.
12883
12884 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
12885
12886 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
12887
12888 2005-12-15 David Ponce <david@dponce.com>
12889
12890 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
12891 (recentf-edit-list, recentf-open-files): Signal an error when
12892 there is no recent file.
12893
12894 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
12895
12896 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
12897 read-only except for texinfo-format-region evaluation.
12898
12899 2005-12-14 Richard M. Stallman <rms@gnu.org>
12900
12901 * vc.el (vc-default-previous-version, vc-default-next-version)
12902 (vc-do-command): Doc fixes.
12903
12904 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12905
12906 * textmodes/bibtex.el (bibtex-expand-strings)
12907 (bibtex-autokey-expand-string, bibtex-name-part)
12908 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
12909 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
12910 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
12911 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
12912 (bibtex-entry-postfix, bibtex-known-entry-type-re)
12913 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
12914 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
12915 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
12916 (bibtex-beginning-of-last-entry): Remove.
12917 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
12918 message if comma is missing but buffer is read-only.
12919 (bibtex-parse-field-text): Handle whitespaces at the end of field
12920 text. Return 3-element list with beginning and end of field text
12921 and end of field.
12922 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
12923 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
12924 (bibtex-search-forward-field, bibtex-search-backward-field):
12925 Search always delimited by limits of entry. Use more efficient
12926 search algorithms.
12927 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
12928 bibtex-end-of-name-in-field.
12929 (bibtex-text-in-field-bounds): Handle BibTeX strings when
12930 extracting the content of a field.
12931 (bibtex-text-in-field): Use search limits.
12932 (bibtex-parse-string-prefix): Handle empty string keys based on
12933 bibtex-string-empty-key.
12934 (bibtex-parse-string): Fix docstring.
12935 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
12936 (bibtex-preamble-prefix, bibtex-strings): New functions.
12937 (bibtex-skip-to-valid-entry): Include preceding whitespace in
12938 BibTeX entries (consistent with other BibTeX functions).
12939 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
12940 (bibtex-search-entry): Fix docstring. Simplify.
12941 (bibtex-flash-head, bibtex-complete-string-cleanup)
12942 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
12943 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
12944 (bibtex-parse-entry): New optional arg content.
12945 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
12946 Use bibtex-text-in-field-bounds.
12947 (bibtex-print-help-message): Handle BibTeX strings and preambles.
12948 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
12949 bibtex-parse-string-postfix.
12950 (bibtex-find-text-internal): New function.
12951 (bibtex-remove-delimiters): Use it.
12952 (bibtex-find-text): Use it. New optional arg help.
12953 (bibtex-complete): Handle BibTeX string and preamble entries.
12954 (bibtex-Preamble): Fix order of closing delimiters.
12955
12956 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
12957
12958 * vc.el (vc-default-revert): New fun.
12959
12960 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
12961
12962 2005-12-14 Romain Francoise <romain@orebokech.com>
12963
12964 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
12965 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
12966 (font-lock-remove-keywords): Likewise.
12967
12968 2005-12-14 Juri Linkov <juri@jurta.org>
12969
12970 * log-view.el (log-view-diff): Doc fix.
12971
12972 * isearch.el (isearch-query-replace): Use (mark) instead of
12973 isearch-opoint if mark is active in transient-mark-mode.
12974
12975 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
12976
12977 * isearch.el (isearch-query-replace): Check for isearch-other-end.
12978
12979 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
12980
12981 * progmodes/cpp.el (cpp-face): New widget.
12982 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
12983
12984 2005-12-14 Juri Linkov <juri@jurta.org>
12985
12986 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
12987 around `erase-buffer' and `insert'.
12988
12989 * descr-text.el (describe-text-properties): Replace buffer name
12990 "*Help-2*" with "*Help*<2>".
12991 (describe-char): Add functions print-help-return-message,
12992 toggle-read-only. Use help-setup-xref with nil to not store
12993 describe-char in help-xref-stack. Use help-make-xrefs to
12994 make [back] button.
12995
12996 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
12997
12998 * wdired.el (wdired-old-point): New internal variable.
12999 (wdired-change-to-wdired-mode): Set it buffer-locally.
13000 (wdired-abort-changes): Restore point after aborting changes.
13001
13002 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
13003
13004 * vc.el (vc-do-command): Add a new value t for okstatus.
13005
13006 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
13007 frame in case of errors.
13008
13009 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13010
13011 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
13012 so it comes after "On the Left" in the menu.
13013
13014 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
13015
13016 * cus-edit.el (customize-apropos, customize-apropos-options)
13017 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
13018
13019 2005-12-12 Bill Wohler <wohler@newt.com>
13020
13021 * vc-svn.el (vc-svn-registered): Fix problem of visiting
13022 non-writable Subversion-controlled files by saving window
13023 configuration before calling vc-do-command. vc-do-command calls
13024 pop-to-buffer on error which is unexpected during registration.
13025
13026 2005-12-12 Jay Belanger <belanger@truman.edu>
13027
13028 * calc/README: Update the summary of changes.
13029
13030 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * descr-text.el (describe-char): Rework last fix to solve the problem
13033 is the same way it's solved for everything else in that function
13034 (i.e. by extracting the info before setting up the *Help* buffer).
13035
13036 2005-12-12 Kim F. Storm <storm@cua.dk>
13037
13038 * subr.el (version-regexp-alist): Allow space as separator before
13039 non-numeric part, e.g. "1.0 alpha".
13040 (version-to-list): Interpret .X.Y version as 0.X.Y version.
13041
13042 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
13043
13044 * textmodes/org.el (org-agenda, org-timeline, org-todo):
13045 Implement Logging and the keep-modes setting.
13046 (org-get-category): Make sure a string is returned.
13047 (org-log-done): New function.
13048 (org-log-done, org-closed-string): New options.
13049
13050 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13051
13052 * tooltip.el (tooltip-y-offset): Change default to 20.
13053
13054 2005-12-12 Richard M. Stallman <rms@gnu.org>
13055
13056 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
13057
13058 * frame.el (display-hourglass): Doc fix.
13059
13060 * help.el (help-for-help-internal): Simplify entry for `a'.
13061
13062 * info.el (Info-on-current-buffer): Doc fix.
13063 (info-insert-file-contents): Don't test (featurep 'jka-compr).
13064
13065 * startup.el (inhibit-splash-screen): Make this the real name.
13066 (inhibit-startup-message): Make this the alias.
13067 (command-line): Find only simple.el, and use its directory
13068 to fill in other preloaded files' names.
13069 (command-line): Deactivate the mark if deactivate-mark is set.
13070
13071 * international/mule.el (load-with-code-conversion):
13072 Bind deactivate-mark.
13073
13074 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13075
13076 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
13077
13078 * cus-edit.el (customize-apropos): Avoid listing an option more
13079 than once under different aliases. No longer list user options
13080 that are not defined with defcustom (unless a prefix arg is given).
13081 Doc fix.
13082 (customize-apropos-options): Doc fix.
13083
13084 2005-12-11 Juri Linkov <juri@jurta.org>
13085
13086 * frame.el (set-background-color, set-foreground-color)
13087 (set-cursor-color, set-mouse-color, set-border-color):
13088 Add explicit prompts to read colors by `facemenu-read-color'.
13089 (show-trailing-whitespace, blink-cursor-delay)
13090 (blink-cursor-interval, display-hourglass, hourglass-delay):
13091 Remove tags.
13092 (display-hourglass, hourglass-delay): Doc fix.
13093 (cursor-in-non-selected-windows): Capitalize words in tag.
13094
13095 * faces.el (frame-background-mode): Replace `choice-item' keywords
13096 with `const' to not make [default] button. Change default value tag
13097 from `default' to `automatic'. Doc fix.
13098 (trailing-whitespace) <defface>: Change group `whitespace' to
13099 `whitespace-faces'.
13100
13101 2005-12-11 Richard M. Stallman <rms@gnu.org>
13102
13103 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
13104
13105 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13106
13107 * term/mac-win.el: Create keymap for mac-apple-event-map.
13108
13109 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
13110
13111 * tooltip.el (tooltip-mode): Move to start of file so that it
13112 appears at top of customize buffer.
13113
13114 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13115 Add the gud groupname.
13116 (gud-tooltip-mode): Add the tooltip groupname.
13117 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
13118 avoid conflict with tooltip-use-echo-area.
13119
13120 2005-12-10 Romain Francoise <romain@orebokech.com>
13121
13122 * help.el (help-for-help-internal): Add `r' in doc string.
13123
13124 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13125
13126 * align.el (align-regexp, align-highlight-rule):
13127 Use region-beginning and region-end instead of point and mark, so that
13128 repetition (with `repeat-complex-command') recomputes the region
13129 bounds.
13130
13131 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
13132
13133 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13134 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13135 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
13136 (balance-windows): Rewrite using the above new functions.
13137
13138 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
13139
13140 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
13141 react if global-hi-lock-mode seems intended.
13142 (global-hi-lock-mode) Renamed from hi-lock-mode.
13143 (hi-lock-archaic-interface-message-used)
13144 (hi-lock-archaic-interface-deduce): New variables.
13145 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
13146 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
13147 (hi-lock-find-patterns, hi-lock-font-lock-hook):
13148 Replace hi-lock-buffer-mode with hi-lock-mode.
13149
13150 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
13151
13152 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
13153 completion list, even after a partial completion has been
13154 inserted in the current buffer. If there are more than 1
13155 completion, redisplay the *Completions* buffer; if the
13156 completion is unique, delete the *Completions* window.
13157
13158 2005-12-10 Eli Zaretskii <eliz@gnu.org>
13159
13160 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
13161 strings and long subject lines that were broken into multiple
13162 lines at arbitrary places. Handle subjects that have "Re: " in
13163 the middle.
13164
13165 2005-12-10 John W. Eaton <jwe@octave.org>
13166
13167 * emacs/octave-mod.el (octave-electric-space): Don't indent
13168 comments or strings if octave-auto-indent is nil.
13169
13170 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13171
13172 * term/mac-win.el: Require url when compiling.
13173 Call mac-process-deferred-apple-events after loading init files.
13174 (mac-apple-event-map): New defvar. Define event handlers in it.
13175 (core-event, internet-event): New Apple event class symbols.
13176 (open-application, reopen-application, open-documents)
13177 (print-documents, open-contents, quit-application)
13178 (application-died, show-preferences, autosave-now, get-url):
13179 New Apple event ID symbols.
13180 (about): New HICommand ID symbol.
13181 (mac-event-spec, mac-event-ae): New macros.
13182 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
13183 (mac-ae-selection-range, mac-ae-text-for-search)
13184 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
13185 (mac-application-menu-map): Remove keymap. Handlers for HICommand
13186 and Services menu events are now defined in mac-apple-event-map.
13187 (mac-drag-n-drop): Remove selection range handling.
13188
13189 2005-12-10 Kenichi Handa <handa@m17n.org>
13190
13191 * simple.el (zap-to-char):
13192 * isearch.el (isearch-process-search-char): Translate CHAR by
13193 translation-table-for-input.
13194
13195 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
13196
13197 * foldout.el (foldout-exit-fold): Properly hide subtree.
13198
13199 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13200
13201 * files.el (save-buffer):
13202 * international/ucs-tables.el (ucs-set-table-for-input):
13203 * mail/mail-extr.el (mail-extract-address-components):
13204 * mail/sendmail.el (mail-mode): Reformat doc string.
13205
13206 2005-12-09 Juri Linkov <juri@jurta.org>
13207
13208 * isearch.el (isearch-highlight): Change main overlay priority
13209 from 1 to 1001. Simplify.
13210 (isearch-lazy-highlight-update): Change lazy overlay priority
13211 from 0 to 1000.
13212
13213 * replace.el (replace-highlight): Change overlay priority from
13214 1 to 1001.
13215
13216 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
13217 Change overlay priority from 1 to 1001. Reuse existing overlay.
13218
13219 * compare-w.el (compare-windows-highlight): Change overlay
13220 priority from 1 to 1000.
13221
13222 * menu-bar.el (menu-bar-edit-menu): Add listp around
13223 pending-undo-list to disable menu item "undo" when pending
13224 undo list is empty.
13225
13226 * locate.el (locate): Disable undo in *Locate* buffer.
13227
13228 2005-12-09 Kim F. Storm <storm@cua.dk>
13229
13230 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
13231
13232 2005-12-09 David Ponce <david@dponce.com>
13233
13234 * recentf.el: Improvement of the menu code.
13235 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
13236 instead of menu hook.
13237 (recentf-show-menu, recentf-hide-menu): New functions.
13238 (recentf-menu-customization-changed, recentf-mode): Use them.
13239 (recentf-menu-action, recentf-max-menu-items)
13240 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
13241 (recentf-arrange-by-rule-others)
13242 (recentf-arrange-by-rules-min-items)
13243 (recentf-arrange-by-rule-subfilter) : Don't use
13244 `recentf-menu-customization-changed'.
13245 (recentf-arrange-rules): Likewise. Accept functions to compute
13246 sub-menu titles.
13247 (recentf-menu-filter): Likewise. Doc fix.
13248 (recentf-menu-value-shortcut): Doc fix.
13249 (recentf-dump-variable): Quote atom value.
13250 (recentf-make-menu-items): Update to use it as a menu filter.
13251 (recentf-match-rule): New function.
13252 (recentf-arrange-by-rule): Use it.
13253 (recentf-indirect-mode-rule): New function.
13254 (recentf-build-mode-rules): Use it.
13255 (recentf-dir-rule): New function.
13256 (recentf-arrange-by-dir): Use it.
13257 (recentf-filter-changer-current): Rename from
13258 `recentf-filter-changer-state'. All references updated.
13259 (recentf-filter-changer-alist): Update filter names.
13260 (recentf-filter-changer-select): New function.
13261 (recentf-filter-changer): Use it. Make a sub-menu from filters
13262 available in `recentf-filter-changer-alist'.
13263 (recentf-data-cache, recentf-clear-data)
13264 (recentf-update-menu): Remove. All references updated.
13265 (recentf-match-rule-p, recentf-build-dir-rules)
13266 (recentf-filter-changer-goto-next)
13267 (recentf-filter-changer-get-current)
13268 (recentf-filter-changer-get-next): Remove.
13269
13270 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
13271
13272 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
13273 buffer "Reset" button to "Reset to Current" for consistency with
13274 the State buttons.
13275
13276 2005-12-08 John Paul Wallington <jpw@pobox.com>
13277
13278 * ibuf-ext.el (define-ibuffer-filter filename):
13279 If `dired-directory' is a list then really use its car.
13280
13281 2005-12-08 Kim F. Storm <storm@cua.dk>
13282
13283 * emulation/cua-rect.el (cua--rectangle-aux-replace):
13284 Fix indention of text on right side of replaced rectangle.
13285
13286 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
13287
13288 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
13289 No need to check gud-comint-buffer is bound.
13290 (gdb): Prevent multiple debugging when first session uses gdba.
13291
13292 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13293
13294 CC Mode update to 5.31.
13295
13296 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
13297 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
13298 We might do this function properly in the future).
13299
13300 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
13301 New macros c-sentence-end and c-default-value-sentence end, to cope
13302 with Emacs 22's new function `sentence-end'.
13303
13304 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13305
13306 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
13307 compat issue using `c-put-overlay' and `c-delete-overlay'.
13308
13309 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
13310 New compat macros to handle overlays/extents.
13311
13312 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13313
13314 * progmodes/cc-fix.el: Add definitions of the macros push and pop
13315 (for GNU Emacs 20.4)
13316
13317 * progmodes/cc-defs.el:
13318 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
13319
13320 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
13321 highlighting mechanism so it will work in XEmacs too.
13322
13323 * progmodes/cc-defs.el: Insert c-int-to-char.
13324
13325 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
13326 call to the new macro c-int-to-char. This solves XEmacs's
13327 regarding characters as different from integers.
13328
13329 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13330
13331 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
13332 New internal helper.
13333
13334 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
13335 construct to make the indirect face lookup work in XEmacs.
13336
13337 (c-cpp-matchers): Append the negation char face to the existing
13338 fontification, so that the cpp face doesn't disappear.
13339 Use `c-make-syntactic-matcher' to avoid negation chars in comments
13340 and strings.
13341
13342 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
13343 to map to `font-lock-negation-char-face' in emacsen where it exists.
13344
13345 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13346
13347 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
13348
13349 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
13350 Rename "c-subword-move-mode" as "c-subword-mode".
13351
13352 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
13353 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
13354
13355 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13356
13357 * progmodes/cc-mode.el: Added autoload directive for
13358 `c-subword-move-mode' for use in older emacsen.
13359
13360 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13361
13362 * progmodes/cc-mode.el:
13363 (i) Insert a binding for C-c C-backspace into
13364 c-bind-special-erase-keys which works in TTYs.
13365 (ii) Make sure that when file styles are used, any explicitly
13366 given style variables take priority over those in the style.
13367 Do this by calling `hack-local-variables' a second time.
13368
13369 * progmodes/cc-vars.el: Add language specific customization
13370 widgets for AWK to c-doc-comment-style, c-require-final-newline
13371 and c-default-style. Add a defcustom for awk-mode-hook.
13372 Give c-syntactic-element and c-syntactic-context doc-strings by
13373 directly setting their `variable-documentation' propery.
13374 This allows Emacs 22.1 to read these with C-h v.
13375
13376 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
13377
13378 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13379
13380 * progmodes/cc-fonts.el, cc-vars.el
13381 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
13382 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
13383 Masatake YAMATO.
13384
13385 (c-doc-comment-style): Made GtkDoc default in C mode.
13386
13387 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
13388 and C-c C-<delete>.
13389
13390 (c-bind-special-erase-keys): New function for use on
13391 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
13392
13393 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
13394 <delete> key behavior in XEmacs according to `delete-forward-p'.
13395 C.f. `c-electric-delete'.
13396
13397 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13398
13399 * progmodes/cc-mode.el: Give c-hungry-backspace and
13400 c-hungry-delete-forward permanent key bindings.
13401
13402 * progmodes/cc-cmds.el (c-electric-semi&comma):
13403 Bind c-syntactic-context for calls to "criteria functions", for
13404 consistency with other calls to user functions.
13405
13406 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
13407 `current-prefix-arg', since this might be the prefix arg to a
13408 command which calls c-indent-command as a function. Change the
13409 interactive spec from "p" to "P".
13410
13411 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
13412 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
13413 was difficult to understand.
13414
13415 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13416
13417 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
13418 first char of an identifier.
13419
13420 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
13421 +" syntax in C++.
13422
13423 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13424
13425 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
13426 auto-fill doesn't split a c-comment's last word from a hanging
13427 "*/" when a space is typed between them after fill-column.
13428
13429 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
13430
13431 * progmodes/cc-styles.el (c-set-style)
13432 (c-setup-paragraph-variables): Abort the command if we're not in a
13433 CC Mode buffer.
13434
13435 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
13436 with blank comment-prefix, and a blank line as the comment's
13437 second line.
13438
13439 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13440
13441 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
13442 Incorporate the patterns added in the Emacs development branch
13443 for the new Emacs 22 face `font-lock-negation-char-face'.
13444
13445 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
13446 of "red" since it stands out better in xterms and DOS terminals.
13447
13448 * progmodes/cc-engine.el (c-literal-faces):
13449 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
13450
13451 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13452
13453 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
13454 forcibly enable c-electric-flag.
13455
13456 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
13457 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
13458 after the comment-prefix of a C-style comment will close that comment.
13459
13460 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13461
13462 * progmodes/cc-fonts.el (c-basic-matchers-before)
13463 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
13464 in Pike.
13465
13466 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
13467 digraphs.
13468
13469 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
13470 (c-cpp-message-directives, c-cpp-include-directives)
13471 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
13472 (c-cpp-expr-directives): Introduce new language constants to
13473 control cpp syntax in a cleaner way.
13474
13475 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
13476
13477 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
13478
13479 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
13480 (c-multiline-string-start-char): New language constants and
13481 variables to specify how newlines in string literals work.
13482
13483 (c-font-lock-invalid-string): Use them.
13484
13485 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
13486 unbalanced close brace is entered. Optimization by avoiding going
13487 back over arbitrarily large blocks. Removed hints that this
13488 function only would be relevant/useful in AWK.
13489
13490 (c-electric-brace): Indent syntactically after the cleanups since
13491 lineup functions might do it differently then.
13492
13493 * progmodes/cc-engine.el, cc-langs.el
13494 (c-opt-op-identifier-prefix): New language constant and variable.
13495
13496 (c-just-after-func-arglist-p, c-after-special-operator-id)
13497 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
13498
13499 * progmodes/cc-align.el, cc-engine.el
13500 (c-after-special-operator-id): New helper to handle C++ operator
13501 identifiers.
13502
13503 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
13504 (c-guess-basic-syntax): Handle C++ operator identifiers in
13505 declarations.
13506
13507 * progmodes/cc-langs.el (c-assignment-operators): Add the
13508 trigraph version of ^= too.
13509
13510 * progmodes/cc-langs.el (c-assignment-operators): Add the
13511 trigraph version of |= in C++.
13512
13513 * progmodes/cc-fonts.el (c-font-lock-declarators):
13514 Handle `c-decl-hangon-kwds' after the identifier name.
13515
13516 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
13517 whether an arglist is "nonempty", ignore a comment after the open
13518 paren if it isn't followed by a non-comment token on the same line.
13519
13520 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
13521 Enable heuristics below the point to cope with classes inside special
13522 brace lists in Pike.
13523
13524 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13525
13526 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
13527
13528 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13529
13530 * progmodes/cc-guess.el (cc-guess-install): New function to
13531 install an already guessed style in another buffer.
13532
13533 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
13534 sets `inhibit-read-only' - `c-save-buffer-state' should be used
13535 anyway if the change always is undone.
13536
13537 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13538
13539 Implement togglable electricity:
13540
13541 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
13542 saying when it should be used.
13543
13544 * progmodes/cc-engine.el: Add the new buffer-local variable,
13545 c-electric-flag.
13546
13547 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
13548 c-toggle-auto-newline.
13549
13550 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
13551 c-toggle-auto-newline. Remove the binding for
13552 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
13553 c-toggle-electric-state.
13554
13555 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
13556
13557 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
13558 c-\(forward\|backward\)-subword.
13559 (c-update-modeline): Add the new modeline flag `l' for
13560 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
13561 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
13562 Make the old name an alias of the new name.
13563 (c-toggle-electric-state): New function.
13564 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
13565 Adapt these functions to do electric things only when
13566 c-electric-flag is non-nil.
13567 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
13568 new functions from c-electric-brace.
13569 (c-point-syntax): Add a check for "virtual semicolons" in AWK
13570 mode, so that the tentative extra newline doesn't change the
13571 syntax of the following brace.
13572 (c-electric-brace): Restructure by extracting the above functions.
13573 Tidy up the coding somewhat.
13574 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13575 restructure a bit.
13576
13577 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13578
13579 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
13580 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
13581
13582 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
13583 (c-submode-indicators): Change name from `c-auto-hungry-string'
13584 since it's now used to track another submode.
13585
13586 (c-update-modeline): Convert to function and extended to check
13587 `c-subword-move-mode'.
13588
13589 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13590 Convert to compat aliases for `c-forward-subword' and
13591 `c-backward-subword'.
13592
13593 * progmodes/cc-subword.el: New functions and minor mode to handle
13594 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
13595
13596 (c-forward-subword, c-backward-subword, c-mark-subword)
13597 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
13598 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
13599 Functions corresponding to the standard word handling functions.
13600
13601 (c-subword-move-mode): Minor mode that replaces all the standard
13602 word handling functions with their subword equivalences.
13603
13604 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13605
13606 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
13607 entry for one-liner-defun.
13608
13609 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
13610 name in its def-edebug-spec.
13611
13612 * progmodes/cc-cmds.el (c-electric-brace): Make the
13613 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
13614 compacts space before a comment, if this will make things fit on
13615 one line.
13616
13617 Introduce an "awk" style, mainly for auto-newline and clean-ups.
13618
13619 * progmodes/cc-align.el: New function c-snug-1line-defun-close
13620
13621 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
13622 clean-up one-liner-defun.
13623
13624 * progmodes/cc-styles.el: Add the new "awk" style.
13625
13626 * progmodes/cc-vars.el: Add description of one-liner-defun to
13627 c-cleanup-list's doc-string. New user options,
13628 c-max-one-liner-length. In c-default-style, set the default style
13629 for AWK to "awk".
13630
13631 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13632
13633 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
13634 macros inside labels.
13635
13636 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
13637 `c-at-statement-start-p' and `c-at-expression-start-p'.
13638
13639 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
13640 error if the mark isn't set.
13641
13642 * progmodes/cc-engine.el (c-guess-continued-construct)
13643 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
13644 accurately detect functions inside functions.
13645
13646 * progmodes/cc-engine.el (c-at-expression-start-p): New function
13647 like `c-at-statement-start-p' that additionally recognizes commas
13648 and expression parentheses as delimiters.
13649
13650 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
13651 to avoid heuristics that doesn't work for unclosed blocks.
13652 (c-at-statement-start-p): New function.
13653
13654 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
13655 Objective-C directives, e.g. directives spanning lines should work
13656 reasonably well now.
13657
13658 (c-put-c-type-property, c-clear-c-type-property): New helpers.
13659
13660 (c-forward-objc-directive): New function to move over any ObjC
13661 directive.
13662
13663 (c-just-after-func-arglist-p, c-guess-basic-syntax)
13664 (c-basic-matchers-before): Use it.
13665
13666 (c-font-lock-objc-iip-decl): Remove.
13667
13668 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
13669 in the template arglist recognition.
13670
13671 * progmodes/cc-styles.el (c-style-alist): Fix several
13672 inconsistencies in the Whitesmith style.
13673
13674 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
13675 New lineup function to get lines after Whitesmith style blocks
13676 correctly indented.
13677
13678 (c-lineup-whitesmith-in-block): Back out the compensation for
13679 opening parens since it's done using `add' lists in the style
13680 definition instead. Don't use the anchor position since it varies
13681 too much between the syntactic symbols. :P
13682
13683 * progmodes/cc-vars.el (c-valid-offset): Update.
13684
13685 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
13686 lists where the offsets are combined according to several
13687 different methods: `first', `min', `max', and `add'.
13688 Report offset evaluation errors with `c-benign-error' so that some kind
13689 of reindentation still is done.
13690
13691 * progmodes/cc-engine.el (c-guess-basic-syntax):
13692 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
13693 `arglist-close'.
13694
13695 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
13696 situations for `arglist-cont-nonempty' and `arglist-close'.
13697
13698 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
13699
13700 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
13701 cc-bytecomp-boundp' in a number of places.
13702
13703 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
13704 macro related issue.
13705
13706 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13707
13708 * progmodes/cc-awk.el: Change the terminology of regexps: A char
13709 list is now [asdf], a char class [:alpha:].
13710 Include code for char classes.
13711 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
13712 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
13713
13714 Remove (nearly all of) the cruft associated with AWK Mode's former
13715 concept of "virtual semicolons":
13716
13717 Adapt c-beginning-of-statement, c-end-of-statement (together with
13718 subfunctions) to use the new notion of "virtual semicolon" in
13719 place of the old awkward special handling for AWK. There remains
13720 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
13721 * progmodes/cc-cmds.el:
13722 (c-ascertain-adjacent-literal): In the backwards direction, now
13723 recognises AWK regexp delimiters as string delimiters.
13724 (c-after-statement-terminator-p): Adapt for virtual semicolons;
13725 check more rigorously for "end of macro".
13726 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
13727 virtual semicolons;
13728 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
13729 out the code for forward movement into ...
13730 (c-end-of-statement): Now contains the code for forward movement,
13731 adapted for virtual semicolons.
13732
13733 * progmodes/cc-engine.el:
13734 (c-ws*-string-limit-regexp): New regexp.
13735 (c-forward-single-comment, c-backward-single-comment): Comment out
13736 the (now redundant) "special" AWK stuff.
13737
13738 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
13739 c-string-par-start, c-string-par-separate to be more like Text
13740 Mode than Fundamental Mode.
13741
13742 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13743
13744 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
13745 to the fontified region so that fontification doesn't occur
13746 outside it (could happen e.g. when fontifying a line with an
13747 unfinished declaration).
13748
13749 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13750
13751 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
13752 start of the file. ^L now separate sections of the file.
13753 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
13754 (c-awk-one-line-possibly-open-string-re)
13755 (c-awk-regexp-one-line-possibly-open-char-class-re)
13756 (c-awk-one-line-possibly-open-regexp-re)
13757 (c-awk-one-line-non-syn-ws*-re): New defonsts.
13758 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
13759
13760 Amend the concept of "virtual semicolons" (in the indentation
13761 engine) for languages like AWK, such that they are now
13762 conceptually attached to end of the last token of a statement, not
13763 the end of the line. (In AWK Mode, however, the pertinent text
13764 property is still physically set on the EOL.) Remove the specific
13765 tests for awk-mode, thus facilitating the introduction of other
13766 language modes where EOLs can end statements.
13767 (Note: The funtionality in cc-cmds.el, specifically
13768 c-beginning/end-of-statement has yet to be amended.)
13769
13770 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
13771 New macros.
13772
13773 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
13774 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
13775 c-vsemi-status-unknown-p-fn (in a new page).
13776
13777 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
13778 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
13779 numerous awkward forms like
13780 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
13781 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
13782 variable before-ws-ip, the place just after char-before-ip appears.
13783
13784 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
13785 a comment.
13786
13787 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13788
13789 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
13790 `c-tentative-buffer-changes'.
13791
13792 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
13793 convert to macro to choose between Emacs and XEmacs at compile time.
13794
13795 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
13796
13797 (c-tentative-buffer-changes): New macro to handle temporary buffer
13798 changes in a convenient way.
13799
13800 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
13801 for `c-tentative-buffer-changes'.
13802
13803 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
13804 the checks for paren sexps between the point and the keyword, to
13805 avoid some false alarms.
13806
13807 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
13808 Fixed a situation where an error could be thrown for unbalanced
13809 parens. Changed to make use of c-keyword-member' to avoid some
13810 repeated regexp matches.
13811
13812 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
13813 These language variable are no longer necessary.
13814
13815 (c-block-stmt-kwds): New language constant used by
13816 c-looking-at-inexpr-block'.
13817
13818 (c-guess-basic-syntax): Remove an optional check that looked at
13819 the existence of the now removed language variables.
13820
13821 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
13822 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
13823 object instantiation expressions as declarations in some contexts.
13824 This bug only affected languages where the declarator can't be
13825 enclosed in parentheses.
13826
13827 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
13828 insert newlines before and after substatement braces.
13829
13830 * progmodes/cc-engine.el: Improved the heuristics for recognizing
13831 function declaration headers and the handling of C++ style member
13832 init lists.
13833
13834 (c-just-after-func-arglist-p): Rewritten to use
13835 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
13836
13837 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
13838
13839 (c-guess-basic-syntax): Adapt case 5B for the new
13840 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
13841 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
13842 covers all cases now).
13843
13844 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
13845
13846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13847
13848 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
13849 c-string-par-start/separate c-sentence-end-with-esc-eol,
13850 initialised in c-setup-paragraph-variables, used in string
13851 scanning subroutines of c-beginning-of-statement.
13852
13853 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13854 which precedes the newly inserted `{'.
13855
13856 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13857
13858 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
13859 function for declaration level blocks. It should now cope with
13860 templates better and also be a lot more comprehensible.
13861
13862 (c-looking-at-decl-block): The new function.
13863
13864 (c-search-uplist-for-classkey): The old one. It's now a wrapper
13865 for compatibility.
13866
13867 (c-add-class-syntax, c-guess-continued-construct)
13868 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
13869
13870 (c-decl-block-key): Change to tell apart ambiguous and
13871 unambiguous keywords. Pike specials are now handled directly in
13872 the code instead.
13873
13874 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
13875 New language constants and variables to make the backward skip in
13876 `c-looking-at-decl-block' as tight as possible.
13877
13878 (c-nonsymbol-token-char-list): New language constant.
13879
13880 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
13881 find balanced template arglists backwards.
13882
13883 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
13884 making char classes for `c-syntactic-skip-backward'.
13885
13886 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
13887 16D - can't be a class-close at that point.
13888
13889 * progmodes/cc-engine.el (c-guess-basic-syntax)
13890 (c-add-class-syntax): Don't narrow out the enclosing declaration
13891 level. This makes everything a lot easier, and it was actually
13892 only four small places that needed it to work. Some places that
13893 previously did `widen' are removed now, which has the effect that
13894 `c-guess-basic-syntax' never will look at things outside the
13895 current narrowment now. The anchor position for `topmost-intro'
13896 is affected by this, but it was so bogus it was basically useless
13897 before, and now it's equally bogus but in a slightly different way.
13898
13899 (c-narrow-out-enclosing-class): Gone.
13900
13901 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
13902 the narrowed region.
13903
13904 (c-least-enclosing-brace): Remove silly optional argument.
13905
13906 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13907 the point could be left directly after an open paren when finding
13908 the beginning of the first decl in the block.
13909
13910 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
13911 Specify which submatch to use.
13912
13913 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
13914
13915 (c-decl-start-re): No longer any need for special treatment of
13916 ObjC due to the above.
13917
13918 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
13919 presumably follows C in that regard.
13920
13921 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
13922 New language constants to specify operator tokens inside
13923 identifiers in a more high level way.
13924
13925 (c-opt-identifier-prefix-key): New internal language constant.
13926
13927 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
13928 (c-identifier-start, c-identifier-key): Now completely calculated
13929 from other constants.
13930
13931 (c-identifier-last-sym-match): Decommission since it's no longer used.
13932
13933 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
13934
13935 * progmodes/cc-engine.el (c-forward-name): Remove the
13936 optimization when c-identifier-key is equal to c-symbol-key since
13937 it doesn't work in byte compiled files. Don't record empty
13938 regions as identifiers.
13939
13940 * progmodes/cc-langs.el (c-filter-ops): New helper function to
13941 simplify access to `c-operators' and its likes.
13942
13943 (c-operator-list, c-all-op-syntax-tokens)
13944 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
13945 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
13946 (c-primary-expr-regexp, c-cast-parens): Use it.
13947
13948 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
13949 an explicit language in functions.
13950
13951 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
13952 variant of adornment.
13953
13954 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
13955 variable.
13956
13957 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
13958 the Pike value.
13959
13960 * progmodes/cc-engine.el (c-on-identifier)
13961 (c-simple-skip-symbol-backward): Small fix for handling "-"
13962 correctly in `skip-chars-backward'. Affected the operator lfun
13963 syntax in Pike.
13964
13965 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
13966 diagnostic message about precompiled language vars not being used.
13967
13968 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
13969 "__attribute__" is followed by a parenthesis.
13970
13971 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
13972 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
13973 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
13974
13975 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
13976 Internal cleanups to properly detect the declared identifiers in
13977 various declarations.
13978
13979 (c-decl-start-kwds): New language constant to recognize
13980 declarations that can start anywhere. Used for class declarations
13981 in Pike.
13982
13983 (c-specifier-key, c-not-decl-init-keywords)
13984 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
13985 (c-find-decl-spots): Implement `c-decl-start-kwds'.
13986
13987 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
13988 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
13989 handling of the compiler specific extension keywords into a new
13990 language constant `c-decl-hangon-kwds' that defines keyword
13991 clauses to be ignored in declarations.
13992
13993 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
13994 past unrecognized tokens when handling `c-colon-type-list-kwds'.
13995 Necessary to stop at the declared identifier in e.g. IDL valuetype
13996 declarations.
13997
13998 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
13999 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
14000 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
14001 (c-forward-decl-or-cast-1): Recognize the declared identifier in
14002 class and enum declarations as such and not as part of the type.
14003
14004 (c-forward-decl-or-cast-1, c-forward-label): Relax the
14005 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
14006
14007 (c-forward-decl-or-cast-1): Don't disregard sure signs of
14008 declarations when there's some syntax error later on.
14009
14010 (c-complex-decl-matchers): Did away with a reference to
14011 `c-specifier-key'.
14012
14013 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
14014 value - this variable is always dynamically bound.
14015
14016 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
14017 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
14018 * cc-cmds.el, cc-defs.el: Change the policy for marking up
14019 functions that might do hidden buffer changes: All such internal
14020 functions are now marked instead of those that don't.
14021
14022 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
14023 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
14024 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
14025 (c-literal-type): Allow these functions to make hidden buffer changes,
14026 so that they are free to use text property caching later on.
14027
14028 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
14029 (c-electric-brace, c-electric-slash, c-electric-star)
14030 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
14031 (c-electric-paren, c-electric-continued-statement, c-indent-command)
14032 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
14033 (c-context-line-break): Add `c-save-buffer-state' calls to comply
14034 with the changed semantics of the functions above.
14035
14036 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
14037 when macros occur in obscure places. Optimized the sexp movement
14038 a bit.
14039
14040 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14041
14042 Enhancements for c-beginning-of-statement to work in AWK Mode:
14043
14044 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
14045 (completed statement) with `}' (statement completed by closing
14046 brace or semicolon) and `$' (statement completed by EOL).
14047
14048 (c-awk-virtual-semicolon-ends-prev-line-p)
14049 (c-awk-virtual-semicolon-ends-line-p)
14050 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
14051 (c-awk-at-statement-end-p): New functions.
14052
14053 * progmodes/cc-cmds.el: Simplify the structure of functions
14054 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
14055 two functions and c-beginning-of-statement to handle AWK Mode.
14056
14057 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
14058 c-backward-single-comment for AWK mode. Attempt to clarify their
14059 doc-strings.
14060
14061 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
14062
14063 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14064
14065 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
14066 label handling. Labels are now recognized in a uniform and more
14067 robust way, regardless of context. Text properties are put on all
14068 labels to recognize the following declarations better.
14069 Multiword labels are handled both in indentation and fontification for
14070 the benefit of language extensions like Qt. For consistency, keywords
14071 in labels are now fontified with the label face instead.
14072 That also applies to "case" and "default".
14073
14074 (c-beginning-of-statement-1): Fix some bugs in the label
14075 handling. Disregard `c-nonlabel-token-key' in labels that begin
14076 with `c-label-kwds'.
14077
14078 (c-find-decl-spots): Support that the callback adds more
14079 `c-decl-end' spots to find.
14080
14081 (c-forward-decl-or-cast-1): Don't treat a list of plain
14082 identifiers followed by a colon as a declaration.
14083
14084 (c-forward-label): New function to recognize labels.
14085
14086 (c-guess-basic-syntax): Replace uses of `c-label-key' with
14087 `c-forward-label'. Moved the label recognition cases (14 and 15)
14088 earlier since they aren't so context sensitive now. Handle labels
14089 on the top level gracefully. Moved access label recognition to
14090 the generic label case (CASE 15) - removed CASE 5E.
14091
14092 (c-font-lock-declarations): Add recognition of labels in the
14093 same round since we need to handle labels in parallell with other
14094 declarations to recognize both accurately. It should also improve
14095 speed.
14096
14097 (c-simple-decl-matchers, c-basic-matchers-after):
14098 Move `c-font-lock-labels' so that it only is used on decoration level 2
14099 since `c-font-lock-declarations' handles it otherwise.
14100
14101 (c-complex-decl-matchers): Remove the simplistic recognition of
14102 access labels.
14103
14104 (c-decl-prefix-re): Remove the kludges that was necessary to cope
14105 with labels earlier.
14106
14107 (c-decl-start-re): New language variable to make
14108 `c-font-lock-declarations' stop for the special protection labels
14109 in Objective-C that start with `@'.
14110
14111 (c-label-key): Remove since it's no longer used.
14112
14113 (c-recognize-colon-labels, c-label-prefix-re): New language
14114 constants to support recognition of generic colon-terminated labels.
14115
14116 (c-type-decl-end-used): `c-decl-end' is now used whenever there
14117 are colon terminated labels.
14118
14119 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14120 first argument starts with a special brace list.
14121
14122 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
14123 (c-font-lock-declarations): Break out the declaration and cast
14124 recognition from `c-font-lock-declarations' to a new function, so
14125 that it can be used in the indentation engine.
14126
14127 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
14128 up to the start of the literal. Fixed bug with the point on the
14129 wrong side of the search limit that could happen when the start
14130 position is inside a literal.
14131
14132 * progmodes/cc-engine.el (c-parse-state)
14133 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
14134 so that it's kept a little bit back to increase the hit rate.
14135
14136 (c-parse-state): Change the macro handling and fixed some
14137 glitches. Macro context is checked more often than necessary now,
14138 but otoh less garbage conses are generated.
14139
14140 * progmodes/cc-engine.el (c-parse-state)
14141 (c-invalidate-state-cache): Cache the last position where
14142 `c-state-cache' applies. This can speed up refontification quite
14143 a bit in blocks where there are many non-brace parens before the point.
14144
14145 (c-state-cache-end): New variable for this.
14146
14147 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
14148 cache variable.
14149
14150 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
14151 get close initial continue positions when the start position is
14152 inside a literal or macro. Do not call the callback for spots
14153 before the start position (which can happen e.g. for `c-decl-end'
14154 spots inside comments). Optimize better in special cases when the
14155 region is a single line inside a literal or macro (typically when
14156 the current line is refontified).
14157
14158 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
14159 to `c-add-stmt-syntax' - there's no need to explicitly whack off
14160 entries from the paren state.
14161
14162 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
14163 special case for "else if" clauses.
14164
14165 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
14166 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
14167
14168 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
14169 New language variable to recognize the gcc extension with statement
14170 blocks inside expressions.
14171
14172 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
14173 it somewhat more comprehensible. The argument AT-BLOCK-START is
14174 no longer used and hence removed.
14175
14176 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
14177 to `c-add-stmt-syntax'.
14178
14179 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14180 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
14181 This fixes bogus label recognition.
14182
14183 * progmodes/cc-engine.el (c-add-type, c-check-type)
14184 (c-forward-name, c-forward-type): Improve storage of template
14185 types in `c-found-types' so that they can be recognized better.
14186
14187 (c-syntactic-content): Add option to skip past nested parens.
14188
14189 * progmodes/cc-engine.el (c-forward-name):
14190 Set `c-last-identifier-range' all the time. It's less work that way.
14191 Handle that there might not be an identifier to store in
14192 `c-last-identifier-range'.
14193
14194 (c-forward-type): Handle that `c-last-identifier-range' might be
14195 nil from `c-forward-name'.
14196
14197 * progmodes/cc-defs.el (c-safe-scan-lists)
14198 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
14199
14200 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
14201 to work even if the form fails.
14202
14203 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
14204 down in a large file in one go.
14205
14206 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
14207
14208 * progmodes/cc-align.el (c-lineup-assignments): New lineup
14209 function which is like `c-lineup-math' but returns nil instead of
14210 `c-basic-offset' when it doesn't match.
14211
14212 (c-lineup-math): Change to use `c-lineup-assignments'.
14213
14214 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14215
14216 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
14217 c-beginning-of-statement. New subfunctions
14218 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
14219
14220 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14221
14222 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
14223 hardcoded char classes whereever possible. Changed a couple of
14224 places to use skip by syntax instead of skip by char class.
14225
14226 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
14227 Fix a bug in the regexp that caused extreme backtracking.
14228
14229 * progmodes/cc-langs.el (c-block-comment-starter)
14230 (c-block-comment-ender): New language constants to specify in a
14231 single place how block comments look.
14232
14233 (c-comment-start-regexp, c-block-comment-start-regexp)
14234 (comment-start, comment-end, comment-start-skip)
14235 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
14236 (c-syntactic-ws, c-nonempty-syntactic-ws)
14237 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
14238 `c-line-comment-starter', `c-block-comment-starter' and
14239 `c-block-comment-ender'.
14240
14241 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
14242 New language constants to break up things a bit.
14243
14244 (c-simple-ws): New language constant for simple whitespace.
14245
14246 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
14247
14248 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
14249 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
14250 newlines. Allow and ignore nil elements in the list.
14251
14252 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14253
14254 * progmodes/cc-cmds.el: Comment out a (n almost certainly
14255 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
14256
14257 * progmodes/cc-cmds.el: Tidy up the comments in
14258 c-beginning-of-statement and subfunctions.
14259
14260 * progmodes/cc-awk.el: Replace calls to put-text-property to the
14261 more flexible c-put-char-property and c-clear-char-properties.
14262 Add the author's email address.
14263
14264 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
14265
14266 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
14267 closing "*/" of a block comment.
14268
14269 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
14270 subfunctions) so that it works at BOB and EOB.
14271
14272 * progmodes/cc-cmds.el, cc-vars.el: More updating of
14273 c-beginning-of-statement, including new variable
14274 c-block-comment-start-regexp.
14275
14276 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14277
14278 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
14279 symbols from `*-font-lock-extra-types' so that there's no need to
14280 use `regexp-opt' on those lists.
14281
14282 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
14283 `c-type-modifier-kwds' is empty.
14284
14285 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
14286 there are several strings on the same line.
14287
14288 * progmodes/cc-engine.el (c-literal-limits): Remove the
14289 compatibility function for older emacsen. `c-literal-limits-fast'
14290 has now taken the place of this function.
14291
14292 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
14293 with older emacsen: We now require `pps-extended-state'.
14294
14295 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14296
14297 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
14298 which obviates the need to hack sentence-end. This now handles
14299 escaped newlines in strings correctly. Correct minor bugs in
14300 c-move-over-sentence and in c-beginning-of-statement.
14301
14302 * progmodes/cc-cmds.el (c-beginning-of-statement (and
14303 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
14304 that movement over macros and code are rigorously separated from
14305 eachother. Correct a few incidental bugs.
14306
14307 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
14308 Improve its doc-string. Improve the handling of certain specific cases.
14309
14310 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14311
14312 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
14313 (c-guess-basic-syntax): Change the way class-level labels are
14314 recognized; they can now contain essentially any symbols.
14315
14316 (c-opt-extra-label-key): New language variable to cope with the
14317 special protection label syntax in Objective-C.
14318
14319 (c-opt-access-key): Remove; this is now handled better by
14320 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
14321
14322 (c-complex-decl-matchers): Update to handle that
14323 `c-opt-access-key' no longer exists.
14324
14325 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
14326 improved label recognition in `c-beginning-of-statement-1'.
14327
14328 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14329 Recognize bitfields better.
14330
14331 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
14332 Remove some cruft and fixed a bug that could cause it to go to a
14333 position further down.
14334
14335 * progmodes/cc-langs.el, cc-engine.el
14336 (c-beginning-of-statement-1): Improve detection of labels in
14337 declaration contexts.
14338
14339 (c-beginning-of-decl-1): Use it.
14340
14341 (c-nonlabel-token-key): New language constant and variable needed
14342 by `c-beginning-of-statement-1'.
14343
14344 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
14345 manifested itself due to the correction in `c-forward-sexp'.
14346
14347 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
14348 Make these behave as documented when used at the buffer limits.
14349
14350 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
14351 (c-type-decl-end-used): Made this a language variable.
14352
14353 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
14354 correctly when `combine-after-change-calls' is used together with
14355 temporary narrowings.
14356
14357 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14358 Report labels correctly when the start point is immediately after the
14359 colon.
14360
14361 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
14362 Remove since it isn't used anymore.
14363
14364 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
14365 bracket arglists such as template parens in C++.
14366
14367 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
14368 in the last check-in. Some optimization.
14369
14370 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
14371 where it could stop at the same level in a preceding sexp when
14372 PAREN-LEVEL is set.
14373
14374 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
14375 text property lookup only when it's needed.
14376
14377 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
14378 Change the policy for paren marked angle brackets to be more
14379 persistent; once marked they remain marked even when they're found
14380 to be unbalanced in the searched region. This should keep the
14381 paren syntax around even when individual lines are refontified in
14382 multiline template arglists.
14383
14384 (c-parse-and-markup-<>-arglists): New dynamically bound variable
14385 to control markup so that incorrect angle bracket arglists aren't
14386 marked in contexts where the correct value for
14387 `c-disallow-comma-in-<>-arglists' isn't known.
14388
14389 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
14390 argument has become `c-parse-and-markup-<>-arglists'.
14391
14392 (c-remove-<>-arglist-properties): Remove - no longer used.
14393
14394 (c-after-change-check-<>-operators): New function used on
14395 `after-change-functions' to avoid that "<" and ">" characters that
14396 are part of longer operators have paren syntax.
14397
14398 (c-<>-multichar-token-regexp): New language variable used by
14399 `c-after-change-check-<>-operators'.
14400
14401 (c-after-change): Call `c-after-change-check-<>-operators'.
14402
14403 (c-font-lock-<>-arglists): Use the context properties set by
14404 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
14405 correctly to avoid doing invalid markup.
14406
14407 (c-font-lock-declarations): Remove code that undoes the invalid
14408 markup done by `c-font-lock-<>-arglists'.
14409
14410 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
14411 after `c-font-lock-declarations'.
14412
14413 * progmodes/cc-engine.el (c-syntactic-skip-backward):
14414 Add paren-level feature.
14415
14416 (c-guess-basic-syntax): Improve the anchor position for
14417 `template-args-cont' in nested template arglists. There's still
14418 much to be desired in this area, though.
14419
14420 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14421
14422 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
14423 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
14424
14425 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14426
14427 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
14428 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
14429
14430 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
14431 it doesn't work no longer are supported.
14432
14433 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
14434 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
14435 requires support for the syntax-table' text property, which rules
14436 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
14437 cruft associated with those versions.
14438
14439 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
14440 for the `syntax-table' text property, which rules out Emacs 19 and
14441 XEmacs < 21.4. Removed various compatibility cruft associated
14442 with those versions.
14443
14444 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
14445 support for the `syntax-table' text property.
14446
14447 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
14448 variable and use an extra quoted face name instead. All the
14449 emacsen flavors handle that correctly.
14450
14451 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
14452 (c-font-lock-declarators, c-font-lock-declarations)
14453 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
14454 property to mark the items in in declarator lists to handle
14455 refontification inside multiline declarations better.
14456
14457 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
14458 construct like "a * b = c;" as a declaration.
14459
14460 2005-12-08 Kim F. Storm <storm@cua.dk>
14461
14462 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
14463 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
14464 select either meta, hyper, or super modifier for rectangle commands.
14465 (cua--rectangle-modifier-key): New defvar.
14466 (cua--M/H-key): Use it. Remove special case for `space'.
14467 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
14468 on X, to meta otherwise. Always bind C-return to toggle
14469 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
14470
14471 * emulation/cua-rect.el (cua-help-for-rectangle):
14472 Use cua--rectangle-modifier-key. Handle super modifier too.
14473 (cua--init-rectangles): Always bind C-return to toggle rectangle.
14474 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
14475
14476 * ido.el: Move Acknowledgements and History after Commentary.
14477 Minor changes to Commentary.
14478
14479 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
14480 keymap if cua--prefix-override-timer is `shift'.
14481 (cua--shift-control-prefix): New function; emulate "type prefix
14482 key twice" functionality to handle shifted prefix key override.
14483 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
14484 New commands.
14485 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
14486
14487 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
14488
14489 * textmodes/org.el (org-insert-heading): Try to do items before
14490 headings.
14491 (org-agenda-mode): Quote `org-agenda-mode-hook'.
14492 (org-insert-item): New function.
14493 (org-renumber-ordered-list): Don't skip to higher level lists.
14494
14495 2005-12-08 Juri Linkov <juri@jurta.org>
14496
14497 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
14498
14499 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
14500
14501 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
14502
14503 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
14504 the constructed function name fun-1.
14505
14506 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
14507 because such links don't lead to parent documentation.
14508
14509 2005-12-08 Kenichi Handa <handa@m17n.org>
14510
14511 * descr-text.el (describe-char): Use *Help-2* buffer if the
14512 current buffer is *Help*. Call describe-text-properties while
14513 setting the original buffer.
14514
14515 2005-12-07 Bill Wohler <wohler@newt.com>
14516
14517 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
14518 and causes problems with non-MH users (such as Gnus users).
14519
14520 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
14521
14522 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
14523 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
14524 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
14525 command "info sources". Move calls to GDB command "list".
14526 (gdb-find-file-hook): Just use gdb-source-file-list.
14527 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
14528 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
14529 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
14530 (gdb-data-list-register-values-handler): Use correct trigger name.
14531
14532 2005-12-07 Kim F. Storm <storm@cua.dk>
14533
14534 * ido.el (ido-completion-map): Rename from ido-mode-map.
14535 (ido-common-completion-map, ido-file-completion-map)
14536 (ido-file-dir-completion-map, ido-buffer-completion-map):
14537 Rename from ido-mode-....-map.
14538 (ido-init-completion-maps): Rename from ido-init-mode-maps.
14539 (ido-setup-completion-map): Rename from ido-define-mode-map.
14540 (ido-read-internal): Bind minibuffer-local-filename-completion-map
14541 to ido-completion-map.
14542
14543 2005-12-07 Kenichi Handa <handa@m17n.org>
14544
14545 * international/mule-cmds.el
14546 (set-display-table-and-terminal-coding-system): If the coding
14547 system specified in `unibyte-display' property is different from
14548 the arg coding-system, don't setup standard-display-table.
14549
14550 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
14553 that comments end at \n, regardless of selective-display.
14554
14555 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
14556
14557 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
14558 (gdb-version): New variables.
14559 (gdb-source-file-list, gdb-register-names)
14560 (gdb-changed-registers): New variables for use with GDB 6.4+.
14561 (gdb-ann3): Replace with...
14562 (gdb-init-1, gdb-init-2): ...two new functions.
14563 (gdba, gdb-prompt): Call gdb-init-1.
14564 (gdb-get-version): New function. Call gdb-init-2 from here.
14565 (gud-watch): Make it work with mouse events too.
14566 (gdb-post-prompt): Don't add to queue until GDB version is known.
14567 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
14568 (gdb-locals-mode): Use gdb-version.
14569 (gdb-memory-format-map, gdb-memory-unit-map)
14570 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
14571 (gdb-locals-font-lock-keywords-1)
14572 (gdb-locals-font-lock-keywords-2): New variables.
14573 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
14574 (gdb-set-gud-minor-mode-existing-buffers-1)
14575 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
14576 (gdb-var-update-1, gdb-var-update-handler-1)
14577 (gdb-data-list-register-values-handler)
14578 (gdb-data-list-register-values-custom)
14579 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
14580 (gdb-stack-list-locals-handler, gdb-get-register-names):
14581 New functions for use with GDB 6.4+.
14582 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
14583 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
14584 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
14585 (gdb-stack-list-locals-regexp)
14586 (gdb-data-list-register-names-regexp): New regexps for use with
14587 GDB 6.4+.
14588
14589 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14590
14591 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
14592
14593 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
14594
14595 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
14596 prompts work for AUTH PLAIN. Also reported by Steve Allan
14597 <seallan@verizon.net>.
14598
14599 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14600
14601 * frame.el (set-frame-parameter): Add doc string.
14602
14603 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
14604
14605 * textmodes/org.el (org-occur-highlights): New variable.
14606 (org-highlight-new-match, org-remove-occur-highlights): New functions.
14607 (org-highlight-sparse-tree-matches): New option.
14608 (org-do-occur): New function.
14609 (org-get-heading): Make it work also at beginning of line.
14610 (org-category-table): New variable.
14611 (org-get-category-table, org-get-category)
14612 (org-camel-to-words, org-link-search): New functions.
14613 (org-select-this-todo-keyword): New variable.
14614 (org-todo-list): New command.
14615 (org-shiftright, org-shiftleft): New commands.
14616 (org-agenda-todo): Add prefix argument.
14617 (org-show-hierarchy-above): New option.
14618 (org-show-todo-tree): Numerical prefix creates tree for specific
14619 TODO keyword.
14620 (org-outline-level): New function, to assign a level to plain
14621 lists items.
14622 (org-cycle-include-plain-lists): New option.
14623 (org-mode): Use `org-outline-level' as value of `outline-level'.
14624 (org-cycle): Temporarily switch `outline-regexp' if
14625 `org-cycle-include-plain-lists' is non-nil.
14626 (org-start-icalendar-file): Fix format bug.
14627 (org-agenda-get-day-entries): Create category table.
14628 (org-agenda-get-todos, org-agenda-get-timestamps)
14629 (org-agenda-get-deadlines, org-agenda-get-scheduled)
14630 (org-agenda-get-blocks): Use `org-get-category'.
14631 (org-context-in-file-links): Rename from
14632 `org-line-numbers-in-file-links'.
14633
14634 2005-12-06 Romain Francoise <romain@orebokech.com>
14635
14636 * window.el (balance-windows): Delete extraneous third arg in call
14637 to `enlarge-window'.
14638
14639 2005-12-06 Kenichi Handa <handa@m17n.org>
14640
14641 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
14642
14643 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
14644
14645 * progmodes/gdb-ui.el (gdb-var-create-handler)
14646 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
14647 (gdb-var-list-children-handler, gdb-var-update-handler):
14648 Current buffer is already gdb-partial-output-buffer, don't
14649 make it current again.
14650
14651 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
14652
14653 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
14654 (list-buffers-noselect): Use it.
14655
14656 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14657
14658 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
14659 (mail-yank-ignored-headers): Use regexp-opt.
14660 (mail-mode-map): Move initialization into declaration.
14661 (mail-sent-via): Remove unused shadowed var `to-line'.
14662 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
14663 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
14664 (mail-do-fcc): Use dolist and push.
14665 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
14666 (mail-yank-ignored-headers): Don't autoload.
14667
14668 2005-12-05 Kenichi Handa <handa@m17n.org>
14669
14670 * international/mule-cmds.el (set-language-info-internal): New fun.
14671 (set-language-info): Call set-language-info-internal to update
14672 language-info-alist. If LANG-ENV is the current one, call
14673 set-language-environment to make INFO effective now.
14674 (set-language-info-alist): Likewise.
14675 (locale-language-names): With locale "en", use English
14676 lang. env. but set the default codings to iso-8859-1.
14677
14678 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
14679
14680 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
14681 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
14682 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
14683 for plain strings.
14684 (gdb-frames-mode): Remove redundant call to font-lock-mode.
14685 (gdb-all-registers): Rename from toggle-gdb-all-registers.
14686 Create registers buffer if necessary. Echo new state in minibuffer.
14687 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
14688
14689 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
14690
14691 * info.el (Info-fontify-node): Match external links using
14692 non-directory part of filename.
14693
14694 2005-12-04 Juri Linkov <juri@jurta.org>
14695
14696 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
14697 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
14698 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
14699 because there is no customization option for it.
14700
14701 * font-lock.el (lisp-font-lock-keywords-1):
14702 Add define-global-minor-mode.
14703
14704 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
14705
14706 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
14707 properties on the constructed variable names.
14708
14709 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14710 Put `definition-name' properties on the constructed function names
14711 next-sym and prev-sym.
14712
14713 * emacs-lisp/find-func.el (find-function-regexp):
14714 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
14715 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
14716 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
14717 and easy-menu-define.
14718
14719 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
14720 easy-mmode-define-global-mode and define-global-minor-mode.
14721 (lisp-imenu-generic-expression): Add define-global-minor-mode.
14722
14723 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
14724 instead of easy-mmode-define-global-mode.
14725
14726 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14727 Use define-minor-mode instead of easy-mmode-define-minor-mode.
14728
14729 * cus-edit.el (customize-group, customize-group-other-window):
14730 Filter out autoloaded options from the group completion list by
14731 using heuristics that autoloaded groups don't have `custom-autoload'
14732 property on their symbols (they have only `custom-loads').
14733
14734 * simple.el (completion-setup-function): Put completions-common-part
14735 face on complete completion string too (i.e. completion string
14736 without completions-first-difference face).
14737
14738 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
14739
14740 2005-12-03 Eli Zaretskii <eliz@gnu.org>
14741
14742 * view.el (view-mode): Doc fix.
14743
14744 * disp-table.el (standard-display-european): Add to the warning
14745 message a reference to the doc string.
14746
14747 * play/yow.el (apropos-zippy): Call print-help-return-message,
14748 similar to other Help and Apropos commands.
14749
14750 * help.el (print-help-return-message): If pop-up-frames is
14751 non-nil, set up help-return-method to delete the help window and,
14752 possibly, its frame as well, and don't display message about
14753 scrolling the help window. Doc fix.
14754 (help-return-method): Doc fix.
14755
14756 2005-12-03 Martin Rudalics <rudalics@gmx.at>
14757
14758 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
14759 whereby names of length one or names starting with a
14760 symbol-constituent character would not be returned.
14761
14762 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14763
14764 * subr.el (atomic-change-group): Add edebug and indentation spec.
14765
14766 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14767
14768 * completion.el (save-completions-file-name): Fix typo in last change.
14769
14770 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14771
14772 * info.el: Move back/forward history to the beginning of the tool bar.
14773
14774 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
14775
14776 * allout.el (eval-when-compile): Remove unnecessary load of cl.
14777 Add fset of allout-real-isearch-abort during compile to fix
14778 byte-compilation warnings.
14779 (allout-mode-p): Move definition of this macro above all uses, or
14780 byte compilation in barren Emacs (eg, during Emacs build) will
14781 lack the definition.
14782 (allout-mode): Move this variable above any uses, or byte
14783 compilation will fail.
14784 (allout-resolve-xref): Remove use of personal file-reference function.
14785 (allout-toggle-current-subtree-encryption): Do the current (ie,
14786 visible containing) topic, rather than nearest around point. Doc fix.
14787 (allout-toggle-subtree-encryption): New function, workhorse that
14788 works on nearest topic containing point.
14789 (allout-encrypt-string): Signal requirement for newer version of pgg.
14790 (allout-resumptions): Doc fix.
14791
14792 2005-12-02 Eli Zaretskii <eliz@gnu.org>
14793
14794 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
14795
14796 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
14797
14798 * textmodes/flyspell.el (flyspell-external-point-words):
14799 Consider a misspelling as found in the string search if: (a) misspelling
14800 and found string lengths match, or (b) misspelling is found as
14801 element in a boundary-chars separated longer string, or (c)
14802 ispell-program-name is really ispell and misspelling is found as
14803 part of a TeX string. After successful match move beginning of
14804 search region to end of match. Warn about not found misspellings
14805 once the process is done.
14806 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
14807
14808 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
14809
14810 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
14811 tool bar (removed inadvertently).
14812
14813 2005-12-02 Juri Linkov <juri@jurta.org>
14814
14815 * log-view.el (log-view-diff): Clarify doc string.
14816
14817 2005-12-01 Bill Wohler <wohler@newt.com>
14818
14819 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
14820 triggers lm-verify errors.
14821
14822 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
14823
14824 * simple.el (transient-mark-mode, line-number-mode)
14825 (column-number-mode, size-indication-mode): Remove `:require nil'.
14826
14827 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
14828
14829 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
14830 in the margin also.
14831 (gdb-breakpoints-mode-map): Use D instead of d for
14832 gdb-delete-breakpoint.
14833 (gdb-get-frame-number): Require a number to match on.
14834 (gdb-threads-mode-map): Add follow-link binding.
14835
14836 2005-11-30 Jason Rumney <jasonr@gnu.org>
14837
14838 * isearch.el (isearch-mode-map): Avoid exiting search on
14839 language-change event.
14840
14841 2005-11-30 Romain Francoise <romain@orebokech.com>
14842
14843 * speedbar.el (speedbar-default-position): New defcustom.
14844 (speedbar-frame-reposition-smartly): Use it.
14845
14846 * dframe.el (dframe-reposition-frame-emacs): Fix position
14847 computation for `left' location.
14848 Update copyright year.
14849
14850 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14851
14852 * help.el (help-map): Move initialization into declaration.
14853
14854 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
14855
14856 * help-fns.el (help-argument-name): Don't autoload.
14857 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
14858 to be re-loaded when customizing the `help' group.
14859
14860 2005-11-30 John Paul Wallington <jpw@gnu.org>
14861
14862 * help-fns.el (describe-function-1): Fill arglist output.
14863
14864 2005-11-30 Kim F. Storm <storm@cua.dk>
14865
14866 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
14867 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
14868 after revert-buffer (or anything else which kills all local variables).
14869
14870 * apropos.el (apropos-parse-pattern): Doc fix.
14871 Set apropos-regexp directly, rather than expecting callers to do so.
14872 (apropos-command, apropos, apropos-value, apropos-documentation):
14873 Simplify calls to apropos-parse-pattern.
14874
14875 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14876
14877 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
14878 (hi-lock-face-phrase-buffer): Use hi-yellow face.
14879 (hi-lock-write-interactive-patterns): Use comment-region.
14880
14881 * longlines.el (longlines-mode): Add mail-setup-hook.
14882
14883 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
14884
14885 * simple.el (sendmail-user-agent-compose, next-line):
14886 Conditionally use hard-newline.
14887
14888 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14889
14890 * international/latexenc.el (latex-inputenc-coding-alist):
14891 Reword doc string.
14892
14893 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14894
14895 * help.el (describe-key-briefly, describe-key): Recognize default
14896 bindings.
14897
14898 2005-11-29 Romain Francoise <romain@orebokech.com>
14899
14900 * view.el (view-inhibit-help-message): New defcustom.
14901 (view-mode-enter): Use it.
14902
14903 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
14904
14905 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
14906 Preserve user position.
14907
14908 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
14909
14910 * font-lock.el: Throw error if facemenu is not loaded to prevent
14911 accidental change of loading order in loadup.el. (Suggested by RMS.)
14912
14913 * loadup.el: Add comment explaining why facemenu must be loaded
14914 before font-lock.
14915
14916 2005-11-28 Jay Belanger <belanger@truman.edu>
14917
14918 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
14919 (calc-dispatch-map): Add more keys for `calc-same-interface'.
14920
14921 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
14922
14923 * calc/calc-embed.el (calc-do-embedded): Update help message.
14924
14925 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
14926
14927 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14928
14929 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
14930
14931 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
14932 called-interactively-p.
14933 (elp-profilable-p): Rename from elp-not-profilable-p.
14934 Invert result and take into account macros and autoloaded functions.
14935 (elp-instrument-function): Update call.
14936 (elp-instrument-package): Update call. Add completion.
14937 (elp-pack-number): Use match-string.
14938 (elp-results-jump-to-definition-by-mouse): Merge into
14939 elp-results-jump-to-definition and then remove.
14940 (elp-output-insert-symname): Make help echo text single-line.
14941
14942 * replace.el (query-replace-map): Move initialization into declaration.
14943 (occur-engine): Use with-current-buffer.
14944 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
14945 (occur-mode-mouse-goto): Replace with an alias.
14946
14947 2005-11-28 Juri Linkov <juri@jurta.org>
14948
14949 * simple.el (quoted-insert): Let-bind input-method-function to nil.
14950
14951 * term/w32-win.el: Bind [S-tab] to [backtab].
14952
14953 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
14954 `Info-find-file' to t.
14955
14956 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
14957 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
14958 and same-window-regexps.
14959 (occur-next-error): Don't move point for arg 0.
14960
14961 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
14962
14963 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14964
14965 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14966
14967 * log-edit.el (log-edit-changelog-use-first): New var.
14968 (log-edit-changelog-ours-p): Use it.
14969 (log-edit-insert-changelog): Set it with new arg `use-first'.
14970 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
14971 (log-edit-hook): Add them to the list of suggested options.
14972
14973 * textmodes/flyspell.el (flyspell-last-buffer): New var.
14974 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
14975 redundant work.
14976 (flyspell-mode-on): Use add-hook for after-change-functions.
14977 (flyspell-mode-off): Use remove-hook for after-change-functions.
14978 (flyspell-changes): Make it buffer-local.
14979 (flyspell-after-change-function): Make it non-interactive. Use push.
14980 (flyspell-post-command-hook): Check input-pending-p while processing
14981 the potentially long list of buffer changes.
14982
14983 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14984
14985 * buff-menu.el (list-buffers-noselect): Display the selected
14986 frame's buffer list, not the global one.
14987
14988 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14989
14990 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
14991 that (list last-input-event) works as in interactive spec.
14992
14993 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14994
14995 * loadup.el ("facemenu"): Load facemenu before font-lock, because
14996 `facemenu-keymap' needs to be defined when font-lock is loaded.
14997 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
14998
14999 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15000
15001 * completion.el: Remove useless leading * in defcustom docstrings.
15002 (save-completions-file-name): Use ~/.emacs.d if available.
15003 (completion-standard-syntax-table): Rename from
15004 cmpl-standard-syntax-table and fold initialization into declaration,
15005 thus removing cmpl-make-standard-completion-syntax-table.
15006 (completion-lisp-syntax-table, completion-c-syntax-table)
15007 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
15008 (cmpl-saved-syntax, cmpl-saved-point): Remove.
15009 (symbol-under-point, symbol-before-point)
15010 (symbol-under-or-before-point, symbol-before-point-for-complete)
15011 (add-completions-from-c-buffer): Use with-syntax-table.
15012 (make-completion): Don't return a list of completion entries.
15013 Update callers.
15014 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
15015 (completion-initialize): Rename from initialize-completions.
15016 (completion-find-file-hook): Rename from cmpl-find-file-hook.
15017 (kill-emacs-save-completions): Collect stats here.
15018 (save-completions-to-file, load-completions-from-file):
15019 Use with-current-buffer.
15020 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
15021 into a function. Move all calls to toplevel.
15022 (completion-lisp-mode-hook): New fun.
15023 (completion-c-mode-hook, completion-setup-fortran-mode):
15024 Set the syntax-table here. Use local-set-key.
15025 (completion-saved-bindings): New var.
15026 (dynamic-completion-mode): Make it into a proper minor mode.
15027 (load-completions-from-file): Remove unused var `num-uses'.
15028
15029 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
15030 constructor if it is explicitly overridden.
15031
15032 * complete.el (PC-completion-as-file-name-predicate):
15033 Use minibuffer-completing-file-name.
15034 (partial-completion-mode): Use find-file-not-found-functions.
15035 (PC-lisp-complete-symbol): Use with-syntax-table.
15036 (PC-look-for-include-file): Remove dead setq.
15037 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
15038 (PC-complete): Use with-current-buffer.
15039
15040 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
15041 escape single quotes.
15042
15043 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
15044
15045 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
15046 of `if' whose condition always returned nil. Doc fix.
15047
15048 * buff-menu.el (Buffer-menu-revert-function): Make the selected
15049 window's buffer the current buffer around the call to
15050 `list-buffers-noselect'. This is necessary to mark that buffer
15051 with a `.' in the Buffer Menu when called from Lisp, for instance
15052 by Auto Revert Mode.
15053
15054 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
15055
15056 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
15057 attaching to it.
15058 (gdb-pre-prompt): Make sure gdb-error is reset.
15059
15060 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
15061 with a child process, detect it.
15062 (gud-speedbar-buttons): Match regexp more carefully.
15063
15064 2005-11-27 Richard M. Stallman <rms@gnu.org>
15065
15066 * mouse.el (mouse-drag-move-window-bottom):
15067 Use adjust-window-trailing-edge.
15068
15069 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
15070
15071 * simple.el (blink-matching-open): Ignore
15072 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
15073 (blink-matching-paren-on-screen): Update docstring.
15074
15075 * paren.el (show-paren-mode): No longer change
15076 `blink-matching-paren-on-screen'.
15077
15078 2005-11-27 John Paul Wallington <jpw@pobox.com>
15079
15080 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15081 (gdb-threads-select, gdb-edit-register-value):
15082 Use `posn-set-point' instead of `mouse-set-point' because the
15083 latter is not fbound when configured without X.
15084
15085 2005-11-27 Kim F. Storm <storm@cua.dk>
15086
15087 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
15088 existing face when partially highlighting a TAB in a rectangle.
15089
15090 2005-11-26 Kim F. Storm <storm@cua.dk>
15091
15092 * ido.el (ido-mode-map): Doc fix.
15093 (ido-mode-common-map, ido-mode-file-map)
15094 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
15095 (ido-define-mode-map): Rewrite. Select one of the new maps as
15096 parent for ido-mode-map instead of building from scratch.
15097 (ido-init-mode-maps): New defun to initialize new maps.
15098 (ido-mode): Call it.
15099 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
15100 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
15101
15102 2005-11-26 John Paul Wallington <jpw@pobox.com>
15103
15104 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
15105 `mouse-set-point' because the latter is not fbound when configured
15106 without X.
15107
15108 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
15109
15110 * files.el (file-relative-name): Doc fix.
15111
15112 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15113
15114 * progmodes/octave-inf.el (inferior-octave-startup): Force a
15115 non-empty string for secondary prompt PS2.
15116
15117 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
15118
15119 * progmodes/compile.el (compilation-setup): Fix last change.
15120
15121 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
15122
15123 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15124 (gdb-mouse-toggle-breakpoint-margin)
15125 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
15126 Add gdb-server-prefix to keep out of command history.
15127 (gdb-edit-register-value): New function.
15128 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
15129 (gdb-info-registers-custom): Use above map.
15130
15131 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
15132
15133 * custom.el (enable-theme): Signal error if argument is not a
15134 theme. Don't recalculate a face if it's not loaded yet.
15135
15136 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
15137 the `user' theme is in effect.
15138
15139 * info.el (Info-on-current-buffer): Record actual filename in
15140 Info-current-file, instead of t, or a fake filename if a non-file
15141 buffer. Make autoload.
15142 (Info-find-node, Info-revert-find-node): No need to check for
15143 Info-current-file nil.
15144 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
15145 Info-current-file is now never `t'.
15146 (Info-fontify-node): Many simplifications due to Info-current-file
15147 always being valid. Use Info-find-file to find node filename.
15148
15149 2005-11-25 David Kastrup <dak@gnu.org>
15150
15151 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
15152 new character, then delete" in order to preserve markers.
15153
15154 2005-11-25 David Ponce <david@dponce.com>
15155
15156 * recentf.el (recentf-arrange-by-rule): Handle a special
15157 `auto-mode-alist'-like "strip suffix" rule.
15158 (recentf-build-mode-rules): Handle second level auto-mode entries.
15159
15160 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
15161
15162 * viper-keym.el (viper-ESC-key): Use different values in terminal and
15163 window modes.
15164
15165 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
15166 jde-javadoc-checker-report-mode.
15167
15168 * ediff-wind (ediff-make-wide-display): Slight simplification.
15169
15170 * ediff.el (ediff-date): Change the date of last update.
15171
15172 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
15173
15174 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
15175 Use define-minor-mode, and make it a local mode. Turn on font-lock.
15176 (hi-lock-mode): New global minor mode.
15177 (turn-on-hi-lock-if-enabled): New function.
15178 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
15179 Change arguments to regexp and face instead of a font-lock pattern.
15180 Directly set face property, instead of refontifying.
15181 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
15182 (hi-lock-find-patterns): Use line-number-at-pos.
15183
15184 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
15185 arguments for hi-lock-set-pattern.
15186 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
15187 Call font-lock-fontify-buffer.
15188 (hi-lock-find-file-hook, hi-lock-current-line)
15189 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
15190
15191 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
15192 turned off.
15193
15194 * progmodes/compile.el (compilation-setup): Don't fiddle with
15195 font-lock-defaults.
15196
15197 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
15198
15199 * progmodes/gdb-ui.el (gdb-var-create-handler)
15200 (gdb-var-list-children-handler): Find values for all variable
15201 objects. gud-speedbar-buttons decides whether to display them.
15202
15203 2005-11-24 Romain Francoise <romain@orebokech.com>
15204
15205 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
15206 buffer name with a space.
15207
15208 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
15209
15210 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
15211 `org-export-local-list-max-depth'. Change default value to 3.
15212 (org-auto-renumber-ordered-lists)
15213 (org-plain-list-ordered-item-terminator): New options.
15214 (org-at-item-p, org-beginning-of-item, org-end-of-item)
15215 (org-get-indentation, org-get-string-indentation)
15216 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
15217 New functions.
15218 (org-move-item-down, org-move-item-up): New commands.
15219 (org-export-as-html): New classes for CSS support. Bug fix in
15220 regular expression detecting fixed-width regions. Respect
15221 `org-local-list-ordered-item-terminator'.
15222 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
15223 also a list item.
15224 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
15225 New item moving functions.
15226
15227 2005-11-24 Juri Linkov <juri@jurta.org>
15228
15229 * isearch.el (isearch-repeat): With empty search ring set
15230 `isearch-error' to the error string instead of signaling error
15231 with the function `error'.
15232
15233 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15234
15235 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
15236
15237 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
15238
15239 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
15240 and variable.
15241 (gdb-var-create-handler, gdb-var-list-children-handler):
15242 Don't match on "char **...".
15243 (gdb-var-update-handler): Find values for all variable objects.
15244 (gdb-info-frames-custom): Identify frames by leading "#".
15245
15246 * progmodes/gud.el (gud-speedbar-menu-items): Add
15247 gdb-speedbar-auto-raise as radio button.
15248 (gud-speedbar-buttons): Raise speedbar if requested.
15249 Don't match on "char **...".
15250 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
15251 Make it editable.
15252
15253 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
15254
15255 * info.el (Info-fontify-node): Handle the case where
15256 Info-current-file is t.
15257
15258 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15259
15260 * simple.el (blink-matching-open): Fix off-by-one in last change.
15261
15262 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15263
15264 * term/mac-win.el: Don't change default directory.
15265
15266 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
15267
15268 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
15269 buffers correctly. (It used to throw an error in such buffers.)
15270 Make it ask for confirmation in group buffers and other Custom
15271 buffers containing more than one customization item.
15272
15273 2005-11-22 John Paul Wallington <jpw@gnu.org>
15274
15275 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
15276 property on mail and url overlays.
15277 (goto-address-at-point): Use `posn-set-point' instead of
15278 `mouse-set-point' because the latter is not fbound when configured
15279 without X.
15280
15281 2005-11-22 Lars Hansen <larsh@soem.dk>
15282
15283 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
15284 (ls-lisp-classify, ls-lisp-format): Delete call to
15285 ls-lisp-parse-symlink.
15286 (ls-lisp-handle-switches): Handle symlinks to directories as
15287 directories when ls-lisp-dirs-first in non-nil.
15288
15289 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
15290
15291 * startup.el (command-line): Make sure that loaddefs.el is handled
15292 correctly in load-history.
15293
15294 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
15295
15296 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
15297 (gdb-struct-string, gdb-array-string): New constants.
15298 (gdb-info-locals-handler): Use them.
15299 (gdb-reset): Reset gdb-var-list to nil.
15300
15301 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15302
15303 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
15304 in patterns.
15305
15306 2005-11-21 Juri Linkov <juri@jurta.org>
15307
15308 * custom.el (defcustom): Update link types in docstring.
15309
15310 2005-11-20 Martin Rudalics <rudalics@gmx.at>
15311
15312 * custom.el (defgroup): Add doc-string-elt info.
15313
15314 * widget.el (define-widget): Don't use declare for the doc-string-elt.
15315
15316 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * newcomment.el (comment-enter-backward): Fix last fix.
15319
15320 * simple.el (blink-matching-open):
15321 * paren.el (show-paren-function): Allow new paren-class info.
15322
15323 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
15324
15325 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
15326 handled automagically.
15327
15328 2005-11-20 Andreas Schwab <schwab@suse.de>
15329
15330 * descr-text.el (describe-char): When copying overlays put them
15331 over the full char description instead of just the first character
15332 of it.
15333
15334 2005-11-20 Juri Linkov <juri@jurta.org>
15335
15336 * simple.el (what-cursor-position):
15337 * descr-text.el (describe-char): Use Lisp-readable syntax
15338 for octal and hex. Reorder decimal, octal and hex values.
15339 Remove excess whitespace in the output. Use `=' in `column='
15340 like in `point=' and `Hscroll='.
15341
15342 * international/mule-cmds.el (encoded-string-description):
15343 Use Lisp-readable syntax for hex.
15344
15345 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15346
15347 * newcomment.el (comment-enter-backward): Handle the case where the
15348 comment is closed by EOB.
15349
15350 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
15351
15352 * longlines.el (longlines-before-revert-hook)
15353 (longlines-after-revert-hook): New functions.
15354 (longlines-mode): Turn off longlines temporarily when reverting.
15355 Add a message-setup-hook.
15356 (longlines-decode-buffer): New function.
15357 (longlines-wrap-line): Preserve marker positions.
15358
15359 2005-11-19 Andreas Schwab <schwab@suse.de>
15360
15361 * emacs-lisp/shadow.el: Handle compressed files.
15362
15363 2005-11-19 Romain Francoise <romain@orebokech.com>
15364
15365 * net/browse-url.el (browse-url-default-browser): Signal an error
15366 if no usable browser can be found, rather than try to load w3.
15367
15368 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
15369
15370 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
15371 replacing existing properties.
15372 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15373 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
15374 tty specs.
15375 (rcirc-server-prefix, rcirc-server): New faces.
15376 (rcirc-url-regexp): Generate with rx macro.
15377 (rcirc-last-server-message-time): New variable.
15378 (rcirc-filter): Record time of last message.
15379 (rcirc-keepalive): Kill processes that did not send a message
15380 since the last ping.
15381 (rcirc-mode): Give rcirc-topic a local binding here.
15382
15383 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
15384
15385 * subr.el (read-passwd): Fontify the prompt as we do with other
15386 prompts.
15387
15388 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
15389
15390 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
15391 binding buffer-read-only to nil.
15392
15393 2005-11-19 Eli Zaretskii <eliz@gnu.org>
15394
15395 * complete.el (partial-completion-mode):
15396 Mention completion-auto-help in the doc string.
15397
15398 * man.el (Man-highlight-references): Doc fix. Reformat code in a
15399 more Lisp-ish way.
15400
15401 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15402
15403 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
15404 digits, not 8, to avoid misalignment for files larger than 100MB.
15405
15406 2005-11-19 Eli Zaretskii <eliz@gnu.org>
15407
15408 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
15409 Mention "keyboard shortcuts" in the help text.
15410
15411 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15412
15413 * startup.el (fancy-splash-default-action): Discard only
15414 mouse-down and succeeding mouse-up events in the splash screen
15415 window so that drag-n-drop event can be processed.
15416
15417 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
15418
15419 * longlines.el (longlines-mode): Add hacks for mail-mode and
15420 message-mode.
15421
15422 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
15423
15424 * textmodes/org.el (org-table-sort-lines): New command.
15425 (org-tbl-menu): Add entry for `org-table-sort-lines'.
15426 (org-add-file): Command removed, use `org-agenda-file-to-front'
15427 instead.
15428 (org-export-icalendar): Use `org-icalendar-combined-name'.
15429 (org-cycle-agenda-files, org-agenda-file-to-end)
15430 (org-agenda-file-to-front): New commands.
15431 (org-table-tab-jumps-over-hlines, org-export-html-style):
15432 New options.
15433 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
15434 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
15435 New functions.
15436 (org-fill-paragraph): Call `org-table-align' in tables.
15437 (org-mode): Call `org-set-autofill-regexps'.
15438 (org-export-as-html): Support for local handformatted lists.
15439 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
15440 (org-export-local-list-max-depth): New option.
15441 (org-html-expand): Use `org-html-protect'.
15442
15443 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
15444
15445 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
15446 to "p".
15447 (gdb): Move definition of gud-pp to...
15448
15449 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
15450 speedbar.
15451 (gdb-find-watch-expression): New function.
15452
15453 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15454
15455 * faces.el (face-attribute, set-face-attribute): Mention existence
15456 of `:ignore-defface' setting in docstring.
15457
15458 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15459
15460 * simple.el (completion-setup-function): Fix last change.
15461
15462 2005-11-17 John Paul Wallington <jpw@pobox.com>
15463
15464 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
15465 Use `posn-set-point' instead of `mouse-set-point' because the
15466 latter is not fbound when configured without X.
15467
15468 * comint.el (comint-insert-input): Likewise.
15469
15470 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15471
15472 * simple.el (hard-newline): New variable.
15473 (sendmail-user-agent-compose, next-line): Use it.
15474
15475 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
15476 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
15477 (mail-mail-reply-to, mail-mail-followup-to)
15478 (mail-position-on-field, mail-signature, mail-yank-original)
15479 (mail-attach-file): Likewise.
15480
15481 * mail/mailheader.el (mail-header-format)
15482 (mail-header-format-function): Likewise.
15483
15484 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
15485
15486 2005-11-17 Juri Linkov <juri@jurta.org>
15487
15488 * font-lock.el (font-lock-faces): Rename this defgroup from
15489 `font-lock-highlighting-faces'.
15490 (font-lock-comment-face, font-lock-comment-delimiter-face)
15491 (font-lock-string-face, font-lock-doc-face)
15492 (font-lock-keyword-face, font-lock-builtin-face)
15493 (font-lock-function-name-face, font-lock-variable-name-face)
15494 (font-lock-type-face, font-lock-constant-face)
15495 (font-lock-warning-face, font-lock-negation-char-face)
15496 (font-lock-preprocessor-face)
15497 (font-lock-regexp-grouping-backslash)
15498 (font-lock-regexp-grouping-construct): Rename :group from
15499 `font-lock-highlighting-faces' to `font-lock-faces'.
15500
15501 * cus-edit.el (lisp, c, tex):
15502 * progmodes/ada-mode.el (ada):
15503 * progmodes/asm-mode.el (asm):
15504 * progmodes/cperl-mode.el (cperl-faces):
15505 * progmodes/cpp.el (cpp):
15506 * progmodes/dcl-mode.el (dcl):
15507 * progmodes/f90.el (f90):
15508 * progmodes/fortran.el (fortran):
15509 * progmodes/icon.el (icon):
15510 * progmodes/idlwave.el (idlwave-misc):
15511 * progmodes/m4-mode.el (m4):
15512 * progmodes/make-mode.el (makefile):
15513 * progmodes/meta-mode.el (meta-font):
15514 * progmodes/modula2.el (modula2):
15515 * progmodes/octave-mod.el (octave):
15516 * progmodes/pascal.el (pascal):
15517 * progmodes/perl-mode.el (perl):
15518 * progmodes/prolog.el (prolog):
15519 * progmodes/ps-mode.el (PostScript-edit):
15520 * progmodes/scheme.el (scheme):
15521 * progmodes/sh-script.el (sh-script):
15522 * progmodes/simula.el (simula):
15523 * progmodes/tcl.el (tcl):
15524 * textmodes/nroff-mode.el (nroff):
15525 * textmodes/reftex-vars.el (reftex-fontification-configurations):
15526 * textmodes/sgml-mode.el (sgml):
15527 * textmodes/texinfo.el (texinfo):
15528 Add :link (custom-group-link font-lock-faces) to defgroup.
15529
15530 * hi-lock.el (hi-lock): Rename this defgroup from
15531 `hi-lock-interactive-text-highlighting'. Change parent group from
15532 `faces' to `font-lock'. Add link to the manual.
15533 (hi-lock-mode, hi-lock-file-patterns-range)
15534 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
15535 `hi-lock-interactive-text-highlighting' to `hi-lock'.
15536 (hi-lock-faces): Add :group `faces'.
15537
15538 * cus-edit.el (custom-variable-prompt): Clarify the code.
15539
15540 * faces.el (face-read-string): Set the default value arg of
15541 completing-read.
15542
15543 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
15544
15545 * rfn-eshadow.el (file-name-shadow-properties)
15546 (file-name-shadow-tty-properties, file-name-shadow-mode):
15547 Remove autoloads, because the file is now preloaded.
15548
15549 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15550
15551 * printing.el (easy-menu-intern): Don't define.
15552 (pr-get-symbol): Use easy-menu-intern only if defined.
15553
15554 * simple.el (blink-matching-open): Simplify a bit.
15555 (completion-setup-function): Fix the case of partial-completion-mode
15556 when the minibuffer's contents start with "-".
15557 Obey completion-base-size-function even when
15558 minibuffer-completing-file-name is non-nil.
15559
15560 2005-11-16 Richard M. Stallman <rms@gnu.org>
15561
15562 * net/eudcb-ph.el (eudc-ph-open-session):
15563 Use set-process-query-on-exit-flag.
15564
15565 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
15566
15567 * international/ucs-tables.el (ucs-set-table-for-input):
15568 Use make-local-variable, not make-variable-buffer-local.
15569
15570 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15571 Improve warning message text.
15572
15573 * savehist.el (savehist-save-hook): Add :group.
15574
15575 * menu-bar.el (menu-bar-help-menu):
15576 Rename Find Extra Packages to External Packages.
15577
15578 * cus-edit.el (Custom-reset-standard): Verify that
15579 :custom-standard-value prop exists before calling it.
15580
15581 * apropos.el (apropos-calc-scores): Use apropos-pattern.
15582
15583 2005-11-16 Martin Rudalics <rudalics@gmx.at>
15584
15585 * wid-edit.el (color): Enclose %t in %{...%}.
15586
15587 * cus-edit.el (face): Enclose %t in %{...%}.
15588
15589 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
15590
15591 * savehist.el (savehist-mode-hook): Re-add the var.
15592 (savehist-mode): Use it.
15593
15594 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15595
15596 * textmodes/flyspell.el: Fix commenting convention.
15597 Remove unnecessary leading * in custom docstrings.
15598 (flyspell-emacs): Remove unused var.
15599 (flyspell-delete-region-overlays): Use remove-overlays.
15600 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
15601 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
15602 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
15603 (flyspell-debug-signal-word-checked): Use with-current-buffer.
15604 (make-flyspell-overlay): Don't locally reuse a global name.
15605 (flyspell-highlight-incorrect-region)
15606 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
15607 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
15608 (flyspell-notify-misspell): Remove unused args `start' and `end'.
15609 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
15610 Wrap calls to accept-process-output inside with-local-quit since it's
15611 often called from a post-command-hook.
15612 (flyspell-correct-word, flyspell-auto-correct-word):
15613 Use ispell-send-string.
15614 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
15615
15616 * calendar/diary-lib.el (diary-list-entries): Also hide the
15617 terminating newline.
15618
15619 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
15620
15621 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
15622 window-system, to allow fonts on tty.
15623
15624 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
15625
15626 * progmodes/gud.el (gud-speedbar-item-info): New function.
15627 (gud-install-speedbar-variables): Use it to display data type
15628 of watch expression as a tooltip in speedbar.
15629
15630 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
15631
15632 * font-core.el (global-font-lock-mode): Add :version keyword,
15633 because default was changed.
15634
15635 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
15636
15637 * startup.el (command-line): Use `custom-reevaluate-setting' for
15638 `file-name-shadow-mode'.
15639
15640 * loadup.el: Preload rfn-eshadow.
15641
15642 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
15643 Add :version keyword.
15644 (file-name-shadow-properties, file-name-shadow-tty-properties)
15645 (file-name-shadow): Add :version keyword.
15646
15647 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
15648 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
15649 in the custom-group property of the symbol frames and the fringe
15650 group got no link to its parent group frames.
15651 Doc fix.
15652
15653 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15654
15655 * progmodes/gud.el (gud-stop-subjob): New function.
15656 (gud-menu-map, gud-tool-bar-map): Use it.
15657
15658 2005-11-16 Kim F. Storm <storm@cua.dk>
15659
15660 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
15661 than kill it.
15662 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
15663 to a more useful/logical place.
15664
15665 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15666
15667 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
15668 go buttons complementary.
15669
15670 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15671
15672 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
15673 (rfn-eshadow-sifn-equal): New function.
15674 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
15675
15676 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
15677
15678 * viper-utils.el (viper-non-word-characters-reformed-vi):
15679 Quote `-' in string.
15680
15681 * viper.el (viper-emacs-state-mode-list): Ensure that
15682 rcirc-mode buffers come up in Emacs state.
15683
15684 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
15685 operation.
15686
15687 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15688
15689 * term.el (term-termcap-format): Fix typos.
15690 (term-down): Fix the negative argument case.
15691
15692 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15693
15694 * progmodes/gdb-ui.el: Remove face-alias left over from change on
15695 2005-08-15.
15696 (gdb-ann3): New command gud-go.
15697 (menu): Accomodate gdb-mi.el.
15698 (gdb-assembler-custom): Make buffer of selected window current
15699 so that set-window-point works.
15700
15701 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
15702 buttons and include new ones.
15703
15704 2005-11-16 Kim F. Storm <storm@cua.dk>
15705
15706 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
15707 (gud-menu-map): Use it.
15708
15709 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
15710
15711 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
15712 that works correctly for Custom and that does not override a user
15713 who disables it.
15714
15715 * help-mode.el (help-make-xrefs, help-xref-on-pp)
15716 (help-xref-interned, help-follow): Make hyperlinks for variables
15717 that are unbound, but have a non-nil variable-documentation property.
15718
15719 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
15720 mode hook. (It conflicted with defcustoms for some mode hooks.)
15721 Use the `variable-documentation' property to give the mode hook a
15722 docstring and expand that docstring.
15723
15724 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
15725
15726 * savehist.el (savehist-mode): Don't bother with
15727 `custom-set-minor-mode'.
15728 (savehist-coding-system): Check XEmacs version.
15729 (history-length): Declare also at run time.
15730 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
15731 Don't set the customize state.
15732 (savehist-minibuffer-hook): Special case for when
15733 minibuffer-history-variable is equal to t.
15734
15735 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15736
15737 * files.el (write-file): Refresh VC status.
15738
15739 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
15740 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
15741 than fundamental-mode to see if the mode was set.
15742
15743 2005-11-14 Romain Francoise <romain@orebokech.com>
15744
15745 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
15746 dummy function in `eval-when-compile' to avoid compiler warning.
15747 Require `man' at compile time.
15748
15749 2005-11-14 Jay Belanger <belanger@truman.edu>
15750
15751 * calc-alg.el (calcFunc-write-out-power): Rename it to
15752 calcFunc-powerexpand.
15753 (math-write-out-power): Rename it to math-powerexpand; have it
15754 handle negative exponents.
15755 (calc-writeoutpower): Rename it to calc-powerexpand.
15756
15757 * calc-ext.el: Change calcFunc-writeoutpower and
15758 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
15759 autoloads.
15760 Add calcFunc-ldiv to autoloads.
15761
15762 * calc-arith.el (calcFunc-ldiv): New function.
15763
15764 * calc.el (calc-left-divide): New function.
15765
15766 2005-11-14 Juri Linkov <juri@jurta.org>
15767
15768 * cus-edit.el (custom-variable-prompt): Set the default value arg
15769 of completing-read.
15770
15771 * cus-dep.el (custom-make-dependencies): Reverse the list of
15772 found dependencies.
15773
15774 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15775
15776 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
15777 Highlighting" entry, it is on by default now.
15778 (menu-bar-options-save): Do not save global-font-lock-mode.
15779
15780 2005-11-13 Richard M. Stallman <rms@gnu.org>
15781
15782 * textmodes/flyspell.el (flyspell-large-region):
15783 Call flyspell-accept-buffer-local-defs.
15784
15785 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
15786
15787 * textmodes/flyspell.el (flyspell-notify-misspell):
15788 Fix misspelling of "Misspelling".
15789 (flyspell-process-localwords): New function.
15790 (flyspell-large-region): Call flyspell-process-localwords and
15791 flyspell-delete-region-overlays.
15792 (flyspell-delete-region-overlays): New function.
15793 (flyspell-delete-all-overlays): Call that.
15794
15795 2005-11-13 Richard M. Stallman <rms@gnu.org>
15796
15797 * help.el (help-for-help-internal): Improve doc of C-h a.
15798 (describe-key): Improve prompt; doc fix.
15799
15800 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * vc-svn.el (vc-svn-registered): Catch all errors.
15803
15804 * cus-dep.el (custom-make-dependencies): Typo.
15805
15806 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
15807
15808 * net/tramp-util.el (top): Fix compilation warning.
15809
15810 2005-11-13 Kim F. Storm <storm@cua.dk>
15811
15812 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
15813
15814 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15815
15816 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
15817 (gud-speedbar-buttons): Match on "const char *" too.
15818
15819 * progmodes/gdb-ui.el (gdb-var-create-handler)
15820 (gdb-var-list-children-handler): Match on "const char *" too.
15821 (gdb-var-evaluate-expression-handler): Match on empty string.
15822 (gdb-var-update-handler): Only call
15823 gdb-var-evaluate-expression-handler when required.
15824
15825 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15826
15827 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
15828 selected window. This still doesn't work for speedbar.
15829 (gud-speedbar-buttons): Handle string expressions properly.
15830
15831 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15832 (gdb-var-create-handler): Handle string expressions properly.
15833 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
15834 Handle string expressions properly. Move "type" field into regexp.
15835
15836 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15837
15838 * bookmark.el (bookmark-maybe-message): New function to reduce
15839 code duplication: invokes `message' iff baud-rate is high enough.
15840 (bookmark-write-file): Use above instead of an inline conditional.
15841 (bookmark-load): Same.
15842
15843 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15844
15845 * bookmark.el (bookmark-write-file): Don't visit the destination
15846 file, just write the data to it using write-region. This is
15847 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
15848 change to avoid visiting the file in the first place.
15849
15850 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
15851
15852 * hi-lock.el (hi-lock-mode): Set the default value of
15853 font-lock-defaults.
15854
15855 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
15856
15857 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
15858 arg to `file-attributes'.
15859 (find-lisp-format): The UID and GID can now be strings.
15860
15861 2005-11-12 Kim F. Storm <storm@cua.dk>
15862
15863 * help.el (help-map): Bind C-h d to apropos-documentation.
15864
15865 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
15866 when point is at end-of-buffer.
15867
15868 * apropos.el (apropos-match-face): Doc fix.
15869 (apropos-sort-by-scores): Add new choice `verbose'.
15870 (apropos-documentation-sort-by-scores): New defcustom.
15871 (apropos-pattern): Now contains the pattern entered by the user.
15872 (apropos-pattern-quoted): New defvar.
15873 (apropos-regexp): New defvar, containing the regexp corresponding
15874 to apropos-pattern.
15875 (apropos-all-words-regexp): Rename from apropos-all-regexp.
15876 (apropos-read-pattern): New defun. Use it to read pattern arg in
15877 interactive calls; returns list of words for a word list, and
15878 string for a regexp.
15879 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
15880 parses a list of words or regexp as returned by apropos-read-pattern.
15881 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
15882 (apropos-score-doc): Return a very high score if the string
15883 entered by the user matches literally.
15884 (apropos-variable): Doc fix. Use apropos-read-pattern.
15885 (apropos-command): Doc fix. Use apropos-read-pattern and
15886 apropos-parse-pattern. Call apropos-print with nosubst=t.
15887 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
15888 apropos-parse-pattern.
15889 (apropos-documentation): Doc fix. Use apropos-read-pattern and
15890 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
15891 apropos-documentation-sort-by-scores. Call apropos-print with
15892 nosubst=t.
15893 (apropos-documentation-internal): Pass doc string through
15894 substitute-key-definition before adding text properties.
15895 Highlight substring matching literal user input if possible.
15896 (apropos-documentation-check-doc-file): Remove locals beg and end.
15897 Fix calculation of score (as added twice). Pass doc string through
15898 substitute-key-definition before adding text properties.
15899 (apropos-documentation-check-elc-file): Pass doc string through
15900 substitute-key-definition before adding text properties.
15901 Highlight substring matching literal user input if possible.
15902 (apropos-print): Add new arg NOSUBST; if set, command and variable
15903 doc strings have already been passed through substitute-key-definition.
15904 Add code to handle apropos-accumulator items without score element
15905 for backwards compatibility (e.g. with woman package).
15906 Only show scores if apropos-sort-by-scores is `verbose'.
15907
15908 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15909
15910 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
15911 Add jka-compr-load-suffixes to load-suffixes.
15912
15913 * jka-compr.el: Require jka-cmpr-hook.
15914 (jka-compr-info-compress-message, jka-compr-info-compress-program)
15915 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
15916 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
15917 (jka-compr-info-can-append, jka-compr-info-strip-extension)
15918 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
15919 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
15920 (jka-compr-uninstall): Remove entries from
15921 jka-compr-added-to-file-coding-system-alist after they are used.
15922 (jka-compr-error): Remove unused var `curbuf'.
15923 (jka-compr-file-local-copy): Remove unused var `notfound'.
15924
15925 2005-11-10 Romain Francoise <romain@orebokech.com>
15926
15927 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
15928
15929 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
15930
15931 * progmodes/gud.el (gud-menu-map): Move parentheses.
15932 (gdb): New command gud-pv.
15933
15934 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15935
15936 * tar-mode.el: Remove spurious or unnecessary leading stars
15937 in docstrings.
15938 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
15939 (tar-parse-octal-integer-safe): Use mapc.
15940 (tar-header-block-summarize): Remove unused var `ck'.
15941 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
15942 cleared before. Obey default-enable-multibyte-characters.
15943 Use mapconcat. Simplify setting of tar-header-offset.
15944 (tar-mode-map): Move initialization inside delcaration.
15945 (tar-flag-deleted): Use `abs'.
15946 (tar-expunge-internal): Remove unused var `line'.
15947 (tar-expunge-internal): Don't hardcode point-min==1.
15948 (tar-expunge): Widen while doing set-buffer-multibyte.
15949 (tar-rename-entry): Use file-name-coding-system.
15950 (tar-alter-one-field): Don't hardcode point-min==1.
15951 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
15952 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
15953
15954 2005-11-10 Masatake YAMATO <jet@gyve.org>
15955
15956 * add-log.el (add-log-current-defun): Handle class::method
15957 notation of c++. Fix incorrect comment.
15958
15959 2005-11-10 Alan Mackenzie <acm@muc.de>
15960
15961 * help-fns.el (describe-variable): Make C-h v work when a variable
15962 has variable documentation yet is unbound.
15963
15964 2005-11-10 Masatake YAMATO <jet@gyve.org>
15965
15966 * man.el (Man-highlight-references): Set an empty
15967 string to `Man-arguments' if it is nil.
15968 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
15969
15970 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
15973 commenting conventions.
15974
15975 * cus-dep.el (custom-make-dependencies): Simplify.
15976 Better follow the commenting conventions.
15977
15978 2005-11-09 Richard M. Stallman <rms@gnu.org>
15979
15980 * apropos.el (apropos-pattern): Rename from apropos-regexp.
15981 (apropos-orig-pattern): Rename from apropos-orig-regexp.
15982 All uses changed.
15983 (apropos-rewrite-regexp): Doc fix.
15984 (apropos-variable, apropos-command, apropos, apropos-value):
15985 Change prompt; carry through the argument renaming.
15986
15987 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
15988
15989 * find-lisp.el: Require dired.
15990 (find-lisp-find-dired-internal): Do not call
15991 `abbreviate-file-name' on DIR.
15992
15993 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
15994
15995 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
15996
15997 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
15998
15999 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
16000 when using the speedbar.
16001 (gdb): New command gud-pp.
16002 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
16003
16004 2005-11-09 Juri Linkov <juri@jurta.org>
16005
16006 * replace.el (occur-excluded-properties): New defcustom.
16007 (occur-1, occur-engine, occur-accumulate-lines): Use it.
16008
16009 2005-11-08 Jay Belanger <belanger@truman.edu>
16010
16011 * calc/calc-units.el (math-convert-units): Replace any composite
16012 unit by its definition.
16013
16014 2005-11-08 Lars Hansen <larsh@soem.dk>
16015
16016 * emacs-lisp/autoload.el (update-directory-autoloads):
16017 Add obsolete function alias.
16018
16019 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
16020
16021 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16022 comment-indent-function.
16023 (lisp-comment-indent): Replace by an alias for comment-indent-default.
16024
16025 * reveal.el (reveal-post-command): Rework the handling of
16026 reveal-open-spots, so as to be more reliable. There were several
16027 tricky corner cases where an open spot might be lost, or where
16028 a closed spot might end up on the list of open spots.
16029 Only reveal text that's ellipsised.
16030
16031 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
16032
16033 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
16034
16035 2005-11-07 John Paul Wallington <jpw@gnu.org>
16036
16037 * ibuffer.el (ibuffer): Search iconified frames too when
16038 getting Ibuffer buffer's window.
16039
16040 2005-11-06 Richard M. Stallman <rms@gnu.org>
16041
16042 * progmodes/compile.el (compilation-internal-error-properties):
16043 save-excursion around the computation of MARKER.
16044
16045 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
16046
16047 * textmodes/flyspell.el (flyspell-external-point-words):
16048 flyspell-get-word returns a list, not just a string.
16049
16050 2005-11-06 John Paul Wallington <jpw@pobox.com>
16051
16052 * ibuffer.el (ibuffer): Search all visible frames when getting
16053 Ibuffer buffer's window.
16054
16055 2005-11-07 Masatake YAMATO <jet@gyve.org>
16056
16057 * man.el (Man-reference-regexp): Accept spaces between
16058 `Man-name-regexp' and `Man-section-regexp'.
16059 (Man-apropos-regexp): New variable.
16060 (Man-abstract-xref-man-page): Use value for `Man-target-string'
16061 if available.
16062 (Man-highlight-references, Man-highlight-references0):
16063 Handle the case when `Man-arguments' includes "-k".
16064 (Man-highlight-references0): Rename the argument `TARGET-POS' to
16065 `TARGET'. `TARGET' can be a number, function or nil.
16066
16067 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
16068
16069 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
16070 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
16071 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
16072 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
16073 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
16074 (gdb-send-item): Use buffer-local-value and simplify.
16075
16076 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
16077
16078 * startup.el (command-line): Use `custom-reevaluate-setting' for
16079 `global-font-lock-mode'.
16080
16081 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
16082 by default, except in batch mode or when the -D option is given.
16083
16084 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
16085 specified keyword args on to `define-minor-mode'. Update docstring.
16086
16087 2005-11-05 Romain Francoise <romain@orebokech.com>
16088
16089 * replace.el (occur-engine): Add marker at end of line, too.
16090
16091 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
16092
16093 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16094 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16095 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16096 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16097 argument to all these routines, so the passphrase can be managed
16098 externally and passed in to the system.
16099 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16100 pgg-add-passphrase-to-cache function.
16101
16102 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16103 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16104 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16105 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16106 argument to all these routines, so the passphrase can be managed
16107 externally and passed in to the system.
16108 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16109 function.
16110
16111 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16112
16113 * font-lock.el: Don't deal with font-lock-face-attributes here,
16114 move the code ...
16115
16116 * startup.el (command-line): ... here. Use face-spec-set instead
16117 of custom-declare-face.
16118
16119 * faces.el (face-spec-set): Reset the face if spec is not nil.
16120
16121 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16122
16123 * newcomment.el (comment-region-internal): Box more tightly in the
16124 common case where there's no TAB in the boxed text.
16125
16126 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16127
16128 * info.el (info-tool-bar-map): Use images prev-node, next-node and
16129 up-node.
16130
16131 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
16132
16133 * newsticker.el: Commentary updated. Code formatting changed.
16134 (newsticker-version): Change to "1.9".
16135 (newsticker, newsticker-feed): Doc fix.
16136 (newsticker-url-list): Doc fix. Add option "Weekly".
16137 (newsticker-retrieval-interval): Add option "Weekly".
16138 (newsticker-headline-processing): Doc fix.
16139 (newsticker-auto-mark-filter): Remove.
16140 (newsticker-auto-mark-filter-list): New.
16141 (newsticker-layout, newsticker-sort-method): Doc fix.
16142 (newsticker-hide-old-items-in-newsticker-buffer)
16143 (newsticker-heading-format, newsticker-item-format)
16144 (newsticker-desc-format): Doc fix.
16145 (newsticker-show-all-rss-elements): Remove.
16146 (newsticker-show-all-news-elements): New.
16147 (newsticker-faces, newsticker-ticker): Doc fix.
16148 (remove-from-invisibility-spec): Code formatting.
16149 (newsticker--process-ids): New.
16150 (newsticker-mode): Doc fix.
16151 (newsticker-mode): Change mode-line-format.
16152 (newsticker-start): Remove debug output.
16153 (newsticker-start-ticker): Doc fix. Add autoload cookie.
16154 (newsticker-w3m-show-inline-images): Code formatting.
16155 (newsticker-next-item): Call `force-mode-line-update'.
16156 (newsticker-previous-item): Call `force-mode-line-update'.
16157 (newsticker-next-feed): Call `force-mode-line-update'.
16158 (newsticker-previous-feed): Call `force-mode-line-update'.
16159 (newsticker-mark-all-items-at-point-as-read): Code formatting.
16160 (newsticker-show-old-items): Do not show descs.
16161 (newsticker-hide-entry): Hide too much.
16162 (newsticker-hide-entry, newsticker-show-entry)
16163 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
16164 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
16165 (newsticker-toggle-auto-narrow-to-item): Code formatting.
16166 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
16167 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
16168 (newsticker-get-news): Call `force-mode-line-update'.
16169 Collect process ids.
16170 (newsticker--sentinel): Change coding system handling.
16171 Move image retrieval to new functions newsticker--get-logo-url-*.
16172 Move feed parsing to new functions newsticker--parse-*.
16173 Update list of process ids.
16174 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
16175 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
16176 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
16177 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
16178 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16179 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
16180 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
16181 (newsticker--decode-coding-string): Remove.
16182 (newsticker--decode-numeric-entities): Check input. Format code.
16183 (newsticker--remove-whitespace): Check input.
16184 (newsticker--do-forget-preformatted): Doc fix.
16185 (newsticker--decode-rfc822-date): Allow for missing time.
16186 (newsticker--update-process-ids): New.
16187 (newsticker--image-sentinel): Change comment.
16188 (newsticker--image-read): Change error message.
16189 (newsticker--imenu-goto): Doc fix. Show headline title.
16190 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
16191 (newsticker--buffer-do-insert-text): Clean whitespace in
16192 html-rendered headline title. Code formatting.
16193 Call `newsticker--buffer-print-extra-elements'.
16194 (newsticker--buffer-print-extra-element): Remove.
16195 (newsticker--buffer-print-extra-elements): New.
16196 (newsticker--buffer-do-print-extra-element): New.
16197 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
16198 large sizes.
16199 (newsticker--run-auto-mark-filter)
16200 (newsticker--do-run-auto-mark-filter):
16201 Use `newsticker-auto-mark-filter-list'.
16202
16203 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
16204
16205 * net/rcirc.el: Use split-string OMIT-NULLS argument.
16206 (rcirc-print): Force redisplay before running hooks. Do long
16207 buffer truncation after making new text read-only. Deal with nil
16208 text when decoding strings. If TARGET is nil, use either the
16209 currently selected buffer, if it is an rcirc buffer and of the
16210 same process or the process buffer.
16211 (rcirc-mode): Remove header-line. Recompute short buffer names.
16212 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
16213 (rcirc-short-buffer-name): Add variable.
16214 (rcirc-kill-buffer-hook): Recompute short buffer names.
16215 Remove nick from private channel.
16216 (rcirc-send-input): Send command text to current-buffer.
16217 Don't clear overlay arrow here.
16218 (rcirc-short-buffer-name): Return a short buffer name.
16219 (rcirc-update-short-buffer-names, rcirc-abbreviate)
16220 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
16221 buffer-name abbreviations.
16222 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
16223 Do not touch nick-table when killing a parted channel.
16224 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
16225 Clear arrow from current buffer if it is now hidden.
16226 (rcirc-current-buffer): Add variable.
16227 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16228 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
16229 Remove -face from names.
16230 (rcirc-update-activity-string): Print "DND" when globally ignoring
16231 activity.
16232 (rcirc-ignore-buffer-activity-flag): Rename from
16233 rcirc-ignore-channel-activity.
16234 (rcirc-ignore-all-activity-flag): Doc fix.
16235 (rcirc-channels): Remove variable.
16236 (rcirc-kill-buffer-hook):
16237 (rcirc-get-buffer-create): Add nick to private channel.
16238 (rcirc-multiline-edit-submit): Remove tabs.
16239 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
16240 folded.
16241 (rcirc-remove-nick-channel): Bug fix.
16242 (rcirc-toggle-ignore-buffer-activity): Rename from
16243 rcirc-toggle-ignore-channel-activity.
16244 (rcirc-record-activity): Add buffers to the front of the list.
16245 (rcirc-update-activity): Remove killed buffers from list.
16246 (rcirc-process-server-response-1): Remove last argument if it is
16247 null before calling handler.
16248 (rcirc): Add "rcirc" defcustom prefix.
16249 (rcirc-prompt): Simplify default prompt.
16250 Use custom-initialize-default.
16251 (rcirc-private-chats): Remove variable.
16252 (rcirc-prompt): Change initialization.
16253 (rcirc-version): Remove function.
16254 (rcirc-id-string): Add constant.
16255 (rcirc-last-buffer): Remove variable.
16256 (rcirc-buffer-alist): Add variable.
16257 (rcirc-connect): Update variable setup.
16258 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
16259 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
16260 default.
16261 (rcirc-handler-generic): Trigger activity.
16262 (rcirc-send-message): Create the buffor of the target.
16263 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
16264 (rcirc-get-buffer): Just return nil if there is no matching buffer.
16265 (rcirc-multiline-edit-cancel): Remove function.
16266 (rcirc-set-last-buffer): Remove function.
16267 (rcirc-get-any-buffer): Add function.
16268 (rcirc-join-channels): Don't print /join text.
16269 (rcirc-toggle-ignore-channel-activity): Add and update echo area
16270 messages.
16271 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
16272 (rcirc-handler-NOTICE): Recognize CTCP responses.
16273 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
16274 constructing TOPIC string for buffers we are not JOINed.
16275 (rcirc-handler-CTCP-response): Add handler.
16276 (rcirc-multiline-edit-submit): Restore the window-configuration
16277 before adjusting point.
16278 (rcirc): Add customization group.
16279 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
16280 (rcirc-user-full-name, rcirc-startup-channels-alist)
16281 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
16282 (rcirc-ignore-all-activity-flag, rcirc-time-format)
16283 (rcirc-input-ring-size, rcirc-read-only-flag)
16284 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
16285 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
16286 Change defvar to defcustom.
16287 (rcirc-update-prompt): Add optional ALL arg, which will update
16288 prompts in all rcirc buffers. Regexp quote replacement text.
16289 (rcirc-fill-column): Accept frame-width as a value.
16290 (rcirc-set-changed): Add function.
16291 (rcirc-next-active-buffer): Write more meaningful messages.
16292 (rcirc-faces): Add customization group.
16293 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
16294 (rcirc-nick-in-message-face, rcirc-prompt-face)
16295 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
16296 (with-rcirc-process-buffer): Move before first usage.
16297 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
16298 (rcirc-debug-flag): Rename from `rcirc-log-p'.
16299 (rcirc-debug): Rename from `rcirc-log'.
16300 (rcirc-format-response-string): Do not print `-' chars for a
16301 NOTICE with no sender. Simplify output of server responses.
16302
16303 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
16304
16305 (rcirc-browse-url-map, rcirc-browse-url-at-point)
16306 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
16307 Make urls mouse and RET clickable.
16308
16309 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
16310
16311 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
16312
16313 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
16314
16315 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16316 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16317 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16318 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16319 argument to all these routines, so the passphrase can be managed
16320 externally and passed in to the system.
16321 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16322 pgg-add-passphrase-to-cache function.
16323
16324 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16325 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16326 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16327 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16328 argument to all these routines, so the passphrase can be managed
16329 externally and passed in to the system.
16330 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16331 function.
16332
16333 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
16334
16335 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
16336 from goto-address-url-regexp.
16337
16338 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
16339
16340 * textmodes/org.el (org-read-date, org-goto-calendar)
16341 (org-recenter-calendar, org-agenda-goto-calendar):
16342 Temporarily clear `calendar-move-hook'.
16343
16344 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
16345
16346 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
16347 merging.
16348
16349 * ediff-util.el (ediff-previous-difference): Don't skip regions that
16350 have merge clashes.
16351
16352 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16353
16354 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16355 Undo previous change.
16356
16357 * startup.el (command-line): Use `custom-reevaluate-setting' for
16358 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
16359 tty-register-default-colors on Mac.
16360
16361 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
16362
16363 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
16364 (gdb-buffer-type): Make it automatically buffer local...
16365 (gdb-get-create-buffer): ...and set it accordingly.
16366 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
16367 actually work.
16368
16369 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
16370
16371 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
16372 not red.
16373
16374 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
16375
16376 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
16377 case GUD buffer is not visible.
16378 (gdb-goto-breakpoint): Try to force display in source buffer.
16379 (gdb-frame-gdb-buffer): Copy other similar functions.
16380 (gdb-restore-windows): Don't display source if not asked for.
16381 (gdb-assembler-buffer-name): Don't capitalise.
16382
16383 2005-11-03 Richard M. Stallman <rms@gnu.org>
16384
16385 * wid-edit.el (key-sequence): New widget type.
16386
16387 * simple.el (set-mark-command-repeat-pop): New variable.
16388 (set-mark-command): Only interpret plan C-@ after a pop as a pop
16389 if set-mark-command-repeat-pop is true.
16390
16391 * info.el (Info-fontify-node): Don't display extra "see" if there
16392 already is one here.
16393
16394 * mouse.el: Fix special handling of DEL after dragging a region:
16395 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
16396 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
16397
16398 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
16399
16400 * textmodes/ispell.el (ispell-command-loop): Change `i' description
16401 not to assume it pertains to an affix.
16402
16403 * textmodes/flyspell.el (flyspell-post-command-hook):
16404 Bind deactivate-mark to prevent deactivation.
16405
16406 2005-11-03 Lars Hansen <larsh@soem.dk>
16407
16408 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
16409 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
16410 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
16411
16412 2005-11-03 Romain Francoise <romain@orebokech.com>
16413
16414 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
16415 Update copyright years.
16416
16417 2005-11-03 Sam Steingold <sds@gnu.org>
16418
16419 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16420 Use system-type instead of window-system because window-system is not
16421 correctly defined during loadup.
16422
16423 2005-11-02 Mark A. Hershberger <mah@everybody.org>
16424
16425 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
16426 (xml-parse-tag): Join strings separated by a comment properly.
16427
16428 2005-11-02 Andreas Schwab <schwab@suse.de>
16429
16430 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
16431
16432 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16433
16434 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
16435 (byte-optimize-pure-func): Quote the eval'd value.
16436
16437 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
16438 Rename from perl-font-lock-syntactic-face-function.
16439 Change the calling convention so it can be used as a font-lock MATCHER.
16440 Do the parse-partial-sexp loop outselves.
16441 (perl-font-lock-syntactic-keywords): Use it.
16442 (perl-mode): Don't set font-lock-syntactic-face-function any more.
16443
16444 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
16445
16446 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
16447 disassembly buffer too.
16448 (gdb-exited): Remove overlay arrows when execution has finished.
16449 (gdb-info-frames-custom, gdb-info-threads-custom)
16450 (gdb-info-registers-custom): Don't add inappropriate text
16451 properties if inferior is not active.
16452
16453 2005-11-02 Glenn Morris <rgm@gnu.org>
16454
16455 * progmodes/fortran.el (fortran-blink-match):
16456 Use `blink-matching-delay'.
16457
16458 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
16459
16460 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
16461
16462 2005-11-02 Lars Hansen <larsh@soem.dk>
16463
16464 * net/tramp.el (tramp-action-out-of-band): Handle scp message
16465 "Permission denied".
16466
16467 2005-11-01 Richard M. Stallman <rms@gnu.org>
16468
16469 * textmodes/flyspell.el (flyspell-external-point-words):
16470 Pass nil to flyspell-get-word.
16471
16472 2005-11-02 Kim F. Storm <storm@cua.dk>
16473
16474 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
16475 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
16476
16477 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
16480 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
16481 (calendar-mouse-print-dates): Add optional `event' argument.
16482 Update interactive-spec.
16483 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
16484 Use `calendar-event-to-date' instead of `event'.
16485
16486 2005-11-02 Masatake YAMATO <jet@gyve.org>
16487
16488 * progmodes/ld-script.el (ld-script-builtins):
16489 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
16490 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
16491 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
16492
16493 2005-11-01 Romain Francoise <romain@orebokech.com>
16494
16495 * vc-sccs.el: Update copyright year.
16496 * ezimage.el: Likewise.
16497
16498 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
16499
16500 * info.el (Info-fontify-node): Use `string-width' for fontifying
16501 underlined titles.
16502
16503 2005-11-01 Juri Linkov <juri@jurta.org>
16504
16505 * info.el (Info-fontify-node): Downcase node header keywords Node,
16506 Prev, Next, Up before comparison.
16507 (Info-history): Insert absolute directory name, and put invisible
16508 property on it.
16509
16510 2005-11-01 Juri Linkov <juri@jurta.org>
16511
16512 * info.el (Info-file-supports-index-cookies): New variable.
16513 (Info-find-node-2): Check makeinfo version for index cookie support.
16514 (Info-index-nodes): Search for nodes with index cookies only when
16515 Info-file-supports-index-cookies is t. Otherwise, search nodes
16516 with "Index" in the node name.
16517 (Info-index-node): Search index cookie in the current node only when
16518 Info-file-supports-index-cookies is t. Otherwise, check the word
16519 "Index" in the node name.
16520 (Info-find-emacs-command-nodes): Remove code that searches nodes
16521 with "Index" node name in the top menu.
16522
16523 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
16524
16525 * progmodes/scheme.el (scheme-mode-variables): Use the default
16526 comment-indent-function.
16527
16528 * faces.el (face-attribute): Handle the case where a face inherits from
16529 a non-existent face.
16530
16531 * simple.el (eval-expression-print-format): Use lisp-readable syntax
16532 for octal and hexa output, and merge the char into the paren.
16533 (kill-new): Use push.
16534 (copy-to-buffer): Use with-current-buffer.
16535 (completion-setup-function): Move code in loop to remove redundancy.
16536 (minibuffer-local-must-match-map): Don't add bindings that duplicate
16537 those inherited from minibuffer-local-completion-map.
16538
16539 * savehist.el (savehist-mode) <defcustom>:
16540 Use custom-set-minor-mode if available.
16541 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
16542 and emit a message if applicable.
16543
16544 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
16545
16546 * savehist.el: Sync up to version 19.
16547 (savehist-mode): New minor mode.
16548 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
16549 (savehist-length): Remove (use history-length instead).
16550 (savehist-file-modes): Rename from savehist-modes.
16551 (savehist-save-hook, savehist-loaded): New vars.
16552 (savehist-load): Use savehist-mode. Try to smooth up transition from
16553 old format to new format.
16554 (savehist-install): Allow savehist-autosave-interval to be nil.
16555 (savehist-save): Run the new hook. Be more careful to only trim the
16556 history variables.
16557 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
16558 (savehist-printable): Print into a buffer rather than char-by-char.
16559
16560 2005-11-01 John Wiegley <johnw@newartisans.com>
16561
16562 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
16563 toggle-ignore keybinding (C-a). The author said it had been
16564 disabled much earlier due to a possible incompatibility, but after
16565 many months of usage I have encountered no problems (and it is a
16566 rather useful option, especially for switching to " *temp*").
16567
16568 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
16569 support for OS/X's AddressBook, by calling out to the open source
16570 program "contacts" (installable through Fink).
16571
16572 * net/eudc.el (eudc-expand-inline): If the
16573 `eudc-multiple-match-handling-method' is set to `all', delete the
16574 query string before inserting the query result.
16575
16576 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
16577 flag, to prevent Eshell from using the system ls when
16578 `eshell-ls-insert-directory' is in used.
16579 (eshell-ls-insert-directory): Disable font-lock in directory
16580 buffer so that Eshell's own fontification is seen. This broke
16581 recently due to changes in font-lock, so this goes back to version
16582 21 behavior.
16583
16584 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
16585
16586 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
16587 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
16588 (gdb-many-windows): Doc fix.
16589
16590 2005-10-31 Romain Francoise <romain@orebokech.com>
16591
16592 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
16593
16594 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
16595
16596 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
16597 that global-font-lock-mode can be enabled by default.
16598
16599 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
16600 (font-lock-add-keywords, font-lock-remove-keywords)
16601 (font-lock-fontify-buffer): Remove autoload cookies.
16602
16603 * jit-lock.el (jit-lock-register): Likewise.
16604
16605 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
16606
16607 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
16608
16609 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
16610 intact if there is no gud-comint-buffer.
16611
16612 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
16613
16614 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
16615 old prompt comint-prompt-read-only is t and GDB commands are
16616 issued from tool bar etc.
16617
16618 2005-10-31 Masatake YAMATO <jet@gyve.org>
16619
16620 * vc.el (vc-directory-exclusion-list): Add "{arch}".
16621
16622 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
16623
16624 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
16625 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
16626
16627 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
16628
16629 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
16630 starting at beginning of line. Fontification is messed up when
16631 `open-paren-in-column-0-is-defun-start' set to t.
16632 Reported by John Paul Wallington <jpw@pobox.com>.
16633
16634 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
16635
16636 * comint.el (comint-send-input): Call `comint-update-fence' when
16637 `comint-process-echoes' and `comint-prompt-read-only' are both
16638 non-nil, to avoid leftover read-only newline.
16639
16640 2005-10-30 Richard M. Stallman <rms@gnu.org>
16641
16642 * textmodes/flyspell.el (flyspell-external-point-words):
16643 Detect when WORD can't be checked properly because
16644 flyspell-get-word finds just part of it, and move on.
16645
16646 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
16647 boundarychar for Polish.
16648 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
16649 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
16650
16651 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
16652
16653 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
16654 (gdb-registers-font-lock-keywords): Delete.
16655 (gdb-registers-mode): Don't fontify.
16656 (gdb-info-registers-custom): Use text properties instead as, in
16657 future, changed register values will use font-lock-warning-face.
16658 (gdb-local-font-lock-keywords): Rename to...
16659 (gdb-locals-font-lock-keywords): ...for consistency.
16660
16661 2005-10-30 Andre Spiegel <spiegel@gnu.org>
16662
16663 * vc.el (vc-switch-backend): Better error message if the buffer is
16664 not visiting a file under version control.
16665
16666 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
16667
16668 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
16669
16670 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
16671 ~/.emacs.d/.emacs.
16672
16673 2005-10-29 Richard M. Stallman <rms@gnu.org>
16674
16675 * replace.el (occur-mode-mouse-goto): Always go to other window.
16676 (occur-mode-goto-occurrence): Always switch in same window.
16677
16678 * simple.el (undo): Display message at end, not at start.
16679
16680 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
16681 New arg REUSE-CELL.
16682 (cancel-timer-internal): New function.
16683 (timer-event-handler): Use cancel-timer-internal,
16684 and pass the cell it returns to timer-activate...
16685
16686 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
16687 (jit-lock-deferred-fontify, jit-lock-context-fontify)
16688 (jit-lock-after-change): Test memory-full.
16689
16690 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
16691
16692 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16693 part of the decoded armor to find the key-identifier.
16694 (pgg-gpg-lookup-key-owner): New function to return the
16695 human-readable identifier of a key owner.
16696 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16697 key itself.
16698 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16699 the key value) if we have a key and can match it against a secret
16700 key. Also, added a note pointing out fact that the prompt only
16701 indicates the first matching key.
16702
16703 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16704 pgg-decrypt-region.
16705 (pgg-pending-timers): A new hash for tracking the passphrase cache
16706 timers, so that new ones supercede old ones.
16707 (pgg-add-passphrase-to-cache): Rename from
16708 `pgg-add-passphrase-cache' to reduce confusion (all callers
16709 changed). Modified to cancel old timers when new ones are added.
16710 (pgg-remove-passphrase-from-cache): Rename from
16711 `pgg-remove-passphrase-cache' to reduce confusion (all callers
16712 changed). Modified to cancel old timers when their keys are
16713 removed from the cache.
16714 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16715 XEmacs, an indirection to delete-itimer.
16716 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16717 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16718 users can only check cache without risk of prompting. Correct bug in
16719 notruncate behavior.
16720 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16721 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16722 Add informative docstrings.
16723 (pgg-decrypt): Convey provided passphrase in subordinate call to
16724 pgg-decrypt-region.
16725
16726 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16727 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16728 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16729 `passphrase' argument, so the passphrase can be managed externally
16730 and then passed in to the system.
16731
16732 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16733 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16734 so the passphrase cache can be used reliably with identifiers
16735 besides a pgp packet's key id.
16736
16737 * pgg-gpg.el (pgg-pgp-encrypt-region)
16738 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16739 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16740 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16741 argument to all these routines, so the passphrase can be managed
16742 externally and passed in to the system.
16743
16744 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16745 `notruncate' argument, so the passphrase cache can be used
16746 reliably with identifiers besides a pgp packet's key id.
16747
16748 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16749
16750 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16751 symmetric encryption.
16752 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16753 encrypted session key.
16754 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16755 message ask for the passphrase in a proper way.
16756
16757 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16758 New user commands for symmetric encryption.
16759
16760 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
16761
16762 * textmodes/conf-mode.el (conf-assignment-sign)
16763 (conf-assignment-regexp): Fix docstrings.
16764 (conf-mode-initialize): New function.
16765 (conf-mode): Remove optional args. Use delay-mode-hooks to
16766 recognize recursive calls.
16767 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
16768 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
16769 (conf-xdefaults-mode): Use define-derived-mode and
16770 conf-mode-initialize.
16771
16772 2005-10-29 Romain Francoise <romain@orebokech.com>
16773
16774 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
16775
16776 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
16777
16778 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16779 part of the decoded armor to find the key-identifier.
16780 (pgg-gpg-lookup-key-owner): New function to return the
16781 human-readable identifier of a key owner.
16782 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16783 key itself.
16784 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16785 the key value) if we have a key and can match it against a secret
16786 key. Also, added a note pointing out fact that the prompt only
16787 indicates the first matching key.
16788
16789 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16790 pgg-decrypt-region.
16791 (pgg-pending-timers): A new hash for tracking the passphrase cache
16792 timers, so that new ones supercede old ones.
16793 (pgg-add-passphrase-to-cache): Rename from
16794 `pgg-add-passphrase-cache' to reduce confusion (all callers
16795 changed). Modified to cancel old timers when new ones are added.
16796 (pgg-remove-passphrase-from-cache): Rename from
16797 `pgg-remove-passphrase-cache' to reduce confusion (all callers
16798 changed). Modified to cancel old timers when their keys are
16799 removed from the cache.
16800 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16801 XEmacs, an indirection to delete-itimer.
16802 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16803 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16804 users can only check cache without risk of prompting. Correct bug in
16805 notruncate behavior.
16806 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16807 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16808 Add informative docstrings.
16809 (pgg-decrypt): Convey provided passphrase in subordinate call to
16810 pgg-decrypt-region.
16811
16812 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
16813
16814 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16815 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16816 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16817 `passphrase' argument, so the passphrase can be managed externally
16818 and then passed in to the system.
16819
16820 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16821 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16822 so the passphrase cache can be used reliably with identifiers
16823 besides a pgp packet's key id.
16824
16825 * pgg-gpg.el (pgg-pgp-encrypt-region)
16826 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16827 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16828 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16829 argument to all these routines, so the passphrase can be managed
16830 externally and passed in to the system.
16831
16832 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16833 `notruncate' argument, so the passphrase cache can be used
16834 reliably with identifiers besides a pgp packet's key id.
16835
16836 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16837
16838 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16839 symmetric encryption.
16840 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16841 encrypted session key.
16842 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16843 message ask for the passphrase in a proper way.
16844
16845 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16846 New user commands for symmetric encryption.
16847
16848 2005-10-28 Bill Wohler <wohler@newt.com>
16849
16850 * help-mode.el (help-url): New button type. Calls browse-url.
16851 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
16852 Similar to Info nodes: URL `url'.
16853 (help-make-xrefs): Create help-url buttons for
16854 help-xref-url-regexp matches.
16855
16856 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
16857
16858 * tool-bar.el (tool-bar-add-item-from-menu)
16859 (tool-bar-local-item-from-menu): Fix doc strings.
16860
16861 2005-10-28 Romain Francoise <romain@orebokech.com>
16862
16863 * ldefs-boot.el: Update.
16864
16865 * subr.el (locate-library): Move from help-fns.el.
16866 * help-fns.el (locate-library): Move to subr.el.
16867
16868 2005-10-28 Richard M. Stallman <rms@gnu.org>
16869
16870 * net/tramp.el (tramp-completion-mode): defvar moved up.
16871
16872 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
16873
16874 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
16875
16876 * files.el (find-file-noselect): Use %d to format large file size.
16877
16878 * bindings.el (mode-line-format): Add %e.
16879
16880 * loadup.el ("facemenu"): Load unconditionally.
16881 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
16882 ("x-dnd"): Load, when appropriate.
16883
16884 * startup.el (command-line): Call before-init-hook earlier.
16885 Warn about some bad characters in -u user name.
16886
16887 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
16888 (flyspell-external-point-words): Error if misspelled word is not found.
16889 Set flyspell-large-region-beg at end of word.
16890
16891 2005-10-28 Andreas Schwab <schwab@suse.de>
16892
16893 * view.el (View-revert-buffer-scroll-page-forward):
16894 Use view-page-size-default.
16895
16896 2005-10-28 Juri Linkov <juri@jurta.org>
16897
16898 * international/quail.el (quail-get-current-str): Translate last
16899 raw character for deterministic input methods.
16900
16901 2005-10-27 Jay Belanger <belanger@truman.edu>
16902
16903 * calc/calc-ext.el: Add functions to autoloads.
16904 (math-identity-matrix-p, math-ident-row-p): New functions.
16905
16906 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
16907 multiplication by an identity matrix; don't turn multiplication by
16908 an inverse matrix into division.
16909 (math-div-symbol-fancy): Replace division by matrices with
16910 multiplication by inverse.
16911
16912 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
16913
16914 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
16915 (calc-writeoutpower): New functions.
16916
16917 2005-10-27 Romain Francoise <romain@orebokech.com>
16918
16919 * replace.el (occur-engine): Include colon in mouse-face highlight.
16920
16921 * dired-x.el: Change Maintainer field.
16922
16923 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
16924
16925 * longlines.el (longlines-mode): Bind after-change-functions to
16926 nil during initial decoding and final encoding.
16927
16928 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16929
16930 * term.el (term-emulate-terminal, term-handle-colors-array)
16931 (term-handle-ansi-escape): Specify the terminfo capabilities
16932 implemented.
16933
16934 2005-10-26 Richard M. Stallman <rms@gnu.org>
16935
16936 * info.el (Info-fontify-node): Fix detection of sentence-break
16937 before *Note.
16938
16939 2005-10-26 Romain Francoise <romain@orebokech.com>
16940
16941 * smerge-mode.el: Add `tools' to file keywords.
16942
16943 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
16944
16945 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
16946 when the fringe is not available.
16947
16948 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
16949 (def-gdb-auto-update-trigger): Simplify construction.
16950 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
16951 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
16952 defined explicitly.
16953 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
16954 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
16955 defined explicitly.
16956 (gdb-info-locals-custom): Remove as it's a no-op.
16957
16958 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
16959
16960 * longlines.el (longlines-mode): Remove narrowing before
16961 performing the initial decoding or final encoding.
16962
16963 2005-10-25 Romain Francoise <romain@orebokech.com>
16964
16965 * emacs-lisp/find-func.el (find-library-name): Also strip
16966 extension if library name ends in .el, to take advantage of
16967 `find-library-suffixes'.
16968
16969 2005-10-25 Richard M. Stallman <rms@gnu.org>
16970
16971 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
16972
16973 2005-10-25 Juri Linkov <juri@jurta.org>
16974
16975 * textmodes/texinfo.el (texinfo-mode): Change charset of one
16976 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
16977
16978 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16979
16980 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
16981 (blackbox-redefine-key): Add argument `map'.
16982
16983 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
16984 regions when moving the jit-lock-context-unfontify-pos boundary.
16985
16986 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16987
16988 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
16989
16990 2005-10-25 Masatake YAMATO <jet@gyve.org>
16991
16992 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
16993
16994 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16995
16996 * play/blackbox.el (blackbox-redefine-key): New function.
16997 (blackbox-mode-map): Use it to remap existing bindings for cursor
16998 motion instead of binding literal keys.
16999
17000 2005-10-25 Glenn Morris <rgm@gnu.org>
17001
17002 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
17003 diary does not end in a newline. Do not assume a blank line at
17004 the start of the diary file.
17005
17006 2005-10-25 Kenichi Handa <handa@m17n.org>
17007
17008 * international/quail.el (quail-translate-key): If the input
17009 method is deterministic and failed to handle the last key, restart
17010 the key handling loop from an appropriate key.
17011
17012 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
17013
17014 * vc.el (vc-dired-mode): Extend comment for binding of
17015 `directory-listing-before-filename-regexp'.
17016
17017 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17018
17019 * textmodes/texinfo.el (texinfo-mode):
17020 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
17021 not to unnecessarily expose emacs-mule's internal char codes.
17022
17023 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
17024
17025 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
17026 Display hand pointer and help-echo on disabled icon too.
17027 (gdb-mouse-until): New function.
17028 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
17029
17030 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
17031
17032 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
17033 with 2005-10-23 change to doctor.el.
17034
17035 * finder.el (finder-mode-map): Add follow-link binding.
17036
17037 2005-10-25 Kim F. Storm <storm@cua.dk>
17038
17039 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
17040 to gdb-mouse-toggle-breakpoint-fringe.
17041 (gdb-mouse-toggle-breakpoint-margin): Rename from
17042 gdb-mouse-toggle-breakpoint. Fix doc.
17043 (gdb-mouse-toggle-breakpoint-fringe): New defun.
17044 (gdb-put-string): Add optional SPROPS arg. Add props to string.
17045 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
17046 string properties also for fringe breakpoint bitmaps.
17047
17048 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
17049
17050 * textmodes/org.el (org-start-icalendar-file): Fix format form.
17051
17052 2005-10-25 Masatake YAMATO <jet@gyve.org>
17053
17054 * simple.el (completion-common-substring):
17055 Use `completion-common-substring' prior to `completion-base-size'.
17056
17057 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
17058
17059 * savehist.el: Require CL while compiling.
17060 (savehist-history-variables): Remove.
17061 (savehist-save-minibuffer-history, savehist-additional-variables)
17062 (savehist-minibuffer-history-variables): New vars.
17063 (savehist-save): Use them.
17064 (savehist-uninstall, savehist-minibuffer-hook): New funs.
17065 (savehist-install): New fun, extracted from savehist-load.
17066 (savehist-load): Use them.
17067
17068 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17069
17070 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
17071 a dummy doc-string-elt property.
17072 (defalias, defvaralias, define-category): Add a docstring property.
17073
17074 * image.el (defimage):
17075 * widget.el (define-widget):
17076 * custom.el (defface, defcustom): Add `doc-string' declaration.
17077
17078 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
17079 (defadvice): Add `doc-string' declaration.
17080
17081 * emacs-lisp/byte-run.el (macro-declaration-function):
17082 Handle `doc-string' declarations.
17083 (define-obsolete-function-alias, define-obsolete-variable-alias):
17084 Add `doc-string' declaration.
17085
17086 2005-10-24 Kenichi Handa <handa@m17n.org>
17087
17088 * international/utf-7.el (utf-7): Add autoload cookie.
17089
17090 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
17091
17092 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17093
17094 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
17095 list of directories passed to batch-update-autoloads. Add "." to
17096 the list of the echoed directories.
17097
17098 * pgg-def.el:
17099 * pgg-gpg.el:
17100 * pgg-parse.el:
17101 * pgg-pgp.el:
17102 * pgg-pgp5.el:
17103 * pgg.el: Moved here from the gnus subdirectory.
17104
17105 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
17106
17107 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
17108 in case comint-prompt-read-only is set to t.
17109
17110 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
17111 in case comint-prompt-read-only is set to t.
17112
17113 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
17114
17115 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
17116 Now a string.
17117 (icalendar-import-format): Handle CLASS, STATUS, URL.
17118 Rename `subject' to `summary'.
17119 (icalendar-import-format-summary): Rename from
17120 `icalendar-import-format-subject'.
17121 (icalendar-import-format-url, icalendar-import-format-status)
17122 (icalendar-import-format-class): New variables.
17123 (icalendar--rris): Take variable argument list.
17124 (icalendar--datestring-to-isodate): Remove unnecessary
17125 calendar-style check when converting dates with explicit month names.
17126 (icalendar-export-region): Change return type of conversion
17127 subroutines. Bury current buffer unless error occurred.
17128 (icalendar--convert-to-ical)
17129 (icalendar--parse-summary-and-rest): New functions.
17130 (icalendar--convert-ordinary-to-ical)
17131 (icalendar--convert-weekly-to-ical)
17132 (icalendar--convert-yearly-to-ical)
17133 (icalendar--convert-block-to-ical)
17134 (icalendar--convert-cyclic-to-ical)
17135 (icalendar--convert-anniversary-to-ical): Change return type.
17136 Strip trailing blanks from subject.
17137 (icalendar--convert-sexp-to-ical): Change return type.
17138 Strip trailing blanks from subject. Handle simple sexp
17139 entries as generated by icalendar.el.
17140 (icalendar--convert-float-to-ical)
17141 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
17142 (icalendar-import-file): Doc fix.
17143 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
17144 Correct call to icalendar--rris.
17145 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
17146 `summary'.
17147 (icalendar--add-diary-entry): Rename `subject' to `summary'.
17148
17149 2005-10-24 Romain Francoise <romain@orebokech.com>
17150
17151 * server.el (server-sentinel): Set query-on-exit flag to nil on
17152 new client processes (it isn't inherited from the server process).
17153
17154 * replace.el (occur-engine): Rearrange text properties.
17155
17156 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17157
17158 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
17159 case-fold-search is nil.
17160 (debug-help-follow): Use help-xref-interned directly.
17161
17162 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17163
17164 * thumbs.el (thumbs-image-type): Add .pbm.
17165
17166 2005-10-23 Richard M. Stallman <rms@gnu.org>
17167
17168 * faces.el (inhibit-face-set-after-frame-default): New variable.
17169 (set-face-attribute): Bind it.
17170 (face-set-after-frame-default): Test it.
17171
17172 * help-fns.el (describe-simplify-lib-file-name): New function.
17173 (describe-function-1, describe-variable): Use it.
17174
17175 * faces.el (describe-face): Use describe-simplify-lib-file-name.
17176
17177 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
17178 Eliminate nil as possible value.
17179 (tooltip-hide-delay): Reduce internal-border-width.
17180
17181 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
17182 (menu-bar-file-menu) <new-file>: Likewise.
17183
17184 * simple.el (line-move-finish): Ignore fields computing LINE-END.
17185
17186 * international/mule.el (load-with-code-conversion):
17187 Pass full file name to `eval-buffer' unless preloading.
17188
17189 * textmodes/flyspell.el (flyspell-large-region):
17190 Call ispell-check-version.
17191
17192 * textmodes/ispell.el (ispell-local-dictionary-overridden):
17193 Fix the make-variable-buffer-local call that was supposed
17194 to be for this variable.
17195 (ispell-aspell-supports-utf8): Doc fix.
17196 (ispell-find-aspell-dictionaries): Preserve elements of
17197 ispell-dictionary-alist for dictionaries that aspell doesn't report.
17198 (ispell-aspell-find-dictionary): Return nil on error.
17199
17200 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
17201 (doctor-symptoms): Likewise.
17202
17203 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
17204
17205 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17206
17207 * cus-edit.el (custom-button, custom-button-pressed): New vars.
17208 (custom-raised-buttons): Add :set spec.
17209 (custom-button-unraised, custom-button-pressed-unraised):
17210 New faces, so that custom-raised-buttons actually does something.
17211 (custom-mode): Use custom-button and custom-button-pressed.
17212
17213 * wid-edit.el (widget-specify-button): Don't ignore
17214 widget-mouse-face on graphic terminals.
17215 (widget-move-and-invoke): Cleanup.
17216
17217 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
17218
17219 * whitespace.el (whitespace-cleanup): Doc fix.
17220
17221 2005-10-23 Romain Francoise <romain@orebokech.com>
17222
17223 * emulation/viper.el (viper-set-hooks): Quote forms passed to
17224 `eval-after-load' to avoid evaluating their result.
17225
17226 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
17227
17228 * files.el (directory-listing-before-filename-regexp):
17229 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
17230
17231 * dired.el (dired-move-to-filename-regexp): Remove.
17232 All occurences replaced by `directory-listing-before-filename-regexp'.
17233
17234 * dired-x.el, locate.el, vc.el:
17235 Replace `dired-move-to-filename-regexp' by
17236 `directory-listing-before-filename-regexp'. In vc.el it is
17237 overwritten locally; maybe this can be handled in files.el too.
17238
17239 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
17240 replaced by `directory-listing-before-filename-regexp'.
17241
17242 2005-10-23 Andreas Schwab <schwab@suse.de>
17243
17244 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
17245 and eval-next-after-load.
17246
17247 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
17248
17249 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
17250 exist, create it.
17251
17252 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
17253
17254 * allout.el: Remove autoloads for mailcrypt and crypt++.
17255 Require pgg, pgg-gpg during compilation.
17256 (allout-version): Increment version number to 2.1, and use a literal
17257 rather than RCS Id.
17258 (allout-default-encryption-scheme): Remove.
17259 (allout-passphrase-verifier-handling)
17260 (allout-passphrase-verifier-string)
17261 (allout-file-passphrase-verifier-string)
17262 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
17263 (allout-passphrase-hint-handling): Rename and simplify.
17264 (allout-init): Use `find-file-hook' if available, otherwise
17265 `find-file-hooks'.
17266 (allout-mode): Use `write-file-functions' if available, otherwise
17267 `local-write-file-hooks' and, instead of making auto-save-hook
17268 buffer local, make the write-file-hook activity contingent to
17269 allout-mode.
17270 (allout-mode): Use key-binding substitution in the docstring.
17271 (allout-kill-line): Spell-out kill ring data structure mutation
17272 instead of using byte-compiler-complaint-provoking `pop'.
17273 (allout-insert-listified): Use `insert' rather than `insert-string'
17274 (allout-toggle-current-subtree-encryption): Update docstring, adjust
17275 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
17276 (allout-encrypt-string): Totally revamped vis new underlying
17277 encryption facilities.
17278 (allout-mc-activate-passwd): Remove.
17279 (allout-obtain-passphrase): New, more or less replaces
17280 allout-mc-activate-passwd.
17281 (allout-encrypted-key-info): More or less replaces
17282 allout-encrypted-text-type.
17283 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
17284 (my-mark-marker): Use `(featurep 'xemacs)'.
17285
17286 2005-10-23 Lars Hansen <larsh@soem.dk>
17287
17288 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
17289 (byte-compile-file-form-defmumble, byte-compile-defun)
17290 (byte-compile-defmacro): Use it.
17291 (byte-compile-form): Don't call byte-compile-set-symbol-position
17292 when a byte-compile handler is called.
17293
17294 2005-10-22 Romain Francoise <romain@orebokech.com>
17295
17296 * savehist.el (savehist-history-variables): Add `grep-find-history'.
17297
17298 * subr.el (eval-after-load): Convert library name to an absolute
17299 file name using locate-library, since load-history no longer has
17300 library names in it.
17301
17302 2005-10-22 Richard M. Stallman <rms@gnu.org>
17303
17304 * files.el (make-temp-file): Move from subr.el.
17305 * subr.el (make-temp-file): Move to files.el.
17306
17307 * window.el (get-buffer-window-list): Move from subr.el.
17308 * subr.el (get-buffer-window-list): Move to window.el.
17309
17310 * image.el (image-load-path): Use eval-at-startup to initialize.
17311
17312 * subr.el (eval-at-startup): New macro.
17313
17314 * subr.el: Much rearrangement of functions and division
17315 into pages. No code changes.
17316
17317 2005-10-22 Kenichi Handa <handa@m17n.org>
17318
17319 * tar-mode.el (tar-extract): Be sure to call
17320 find-operation-coding-system if set-auto-coding doesn't find a
17321 coding system.
17322
17323 2005-10-22 Kim F. Storm <storm@cua.dk>
17324
17325 * image.el (image-type-header-regexps): Rename from image-type-regexps.
17326 Change users.
17327 (image-type-file-name-regexps): New defconst.
17328 (image-type-from-data): Simplify loop.
17329 (image-type-from-buffer): New defun.
17330 (image-type-from-file-header): Use it instead of image-type-from-data.
17331 Use image-search-load-path instead of only looking in data-directory.
17332 (image-type-from-file-name): New defun.
17333 (image-search-load-path): Change `pathname' to `filename'.
17334 Make PATH arg optional, default to image-load-path.
17335
17336 2005-10-21 Richard M. Stallman <rms@gnu.org>
17337
17338 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
17339
17340 * textmodes/paragraphs.el (sentence-end-base): New variable.
17341 (sentence-end): Use sentence-end-base.
17342
17343 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17344
17345 * font-lock.el (font-lock-default-fontify-region): Check the multiline
17346 property independently from the font-lock-multiline variable.
17347
17348 2005-10-21 Richard M. Stallman <rms@gnu.org>
17349
17350 * emacs-lisp/find-func.el (find-library-name): Doc fix.
17351
17352 * startup.el (command-line): Convert library names
17353 in `load-history' to absolute file names.
17354
17355 * subr.el (symbol-file): Doc fix.
17356
17357 * loadhist.el (file-loadhist-lookup): Call locate-library
17358 instead of find-library-name. Don't try converting
17359 abs file names to library names, since load-history no longer
17360 has library names in it.
17361 (file-dependents, file-provides, file-requires): Doc fixes.
17362
17363 2005-10-21 Juri Linkov <juri@jurta.org>
17364
17365 * progmodes/etags.el (tags-table-mode): New function.
17366 (tags-verify-table): Replace initialize-new-tags-table with
17367 tags-table-mode.
17368
17369 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
17370 default value.
17371 (desktop-modes-not-to-save): Add tags-table-mode to the
17372 default value.
17373
17374 * info.el (Info-index-next): Add total number of index
17375 alternatives to the message.
17376
17377 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
17378 backward only space (instead of space and period) before looking
17379 at sentence end.
17380
17381 * simple.el (set-variable): Use user-variable-p instead of symbolp.
17382 Add the old variable value as 4th default-value arg of read-string.
17383
17384 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17385
17386 * cus-face.el (custom-declare-face): Make face from X resources
17387 also on Mac.
17388
17389 * disp-table.el (standard-display-g1, standard-display-graphic):
17390 Refuse to use string glyphs also on Mac.
17391 (standard-display-european): Don't set terminal coding system also
17392 on Mac.
17393
17394 * frame.el (display-screens): Use x-display-screens also on Mac.
17395
17396 2005-10-21 Romain Francoise <romain@orebokech.com>
17397
17398 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
17399
17400 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17401
17402 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
17403 and $? into sexps.
17404
17405 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
17406 warning face on open-paren-in-column-0.
17407
17408 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
17409 boundary case. Fix typo.
17410 Suggested by Martin Rudalics <rudalics@gmx.at>.
17411
17412 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
17413
17414 * textmodes/org.el (org-combined-agenda-icalendar-file)
17415 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
17416 (org-export-icalendar-this-file)
17417 (org-export-icalendar-all-agenda-files)
17418 (org-export-icalendar-combine-agenda-files): New commands.
17419 (org-export-icalendar, org-print-icalendar-entries)
17420 (org-start-icalendar-file, org-finish-icalendar-file)
17421 (org-ical-ts-to-string): New functions.
17422 (org-read-date, org-goto-calendar)
17423 (org-agenda-goto-calendar): Inhibit displaying diary entries by
17424 call to `calendar'.
17425 (orgtbl-setup): Remove the :keys arguments from the menu description.
17426 (org-after-save-iCalendar-file-hook): New variable.
17427
17428 2005-10-21 Kenichi Handa <handa@m17n.org>
17429
17430 * language/vietnamese.el (tcvn-5712): Make it an alias of
17431 vietnamese-tcvn coding-system.
17432
17433 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
17434
17435 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
17436 group id is given.
17437
17438 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17439
17440 * progmodes/sh-script.el (sh-escaped-line-re): New var.
17441 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
17442 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
17443 whose line is either continued or ends with a comment.
17444
17445 2005-10-20 Romain Francoise <romain@orebokech.com>
17446
17447 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
17448
17449 * replace.el (occur-engine): Add follow-link property.
17450
17451 * font-core.el (font-lock-mode): Doc fix.
17452
17453 2005-10-20 Richard M. Stallman <rms@gnu.org>
17454
17455 * net/rcirc.el: New file.
17456
17457 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
17458
17459 * term.el (term-term-name): Initialize to "eterm-color".
17460
17461 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
17462
17463 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
17464 for encryption functionality.
17465 Move allout customization subgroup from `editing' to `outlines' group.
17466 Fix commentary keywords to legitimate ones.
17467 Update author info (using my current email address, obscurified).
17468 (allout-encrypt-string, allout-encryption-produce-work-buffer)
17469 (allout-encrypted-topic-p, allout-encrypted-text-type)
17470 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
17471 (allout-situate-encryption-key-verifier)
17472 (allout-get-encryption-key-verifier, allout-verify-key)
17473 (allout-next-topic-pending-encryption)
17474 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
17475 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
17476 (outline-key-verifier-handling, outline-key-hint-handling)
17477 (outline-encrypt-unencrypted-on-saves): New defcustoms.
17478 (allout-file-key-verifier-string, allout-encryption-scheme)
17479 (allout-key-verifier-string, allout-key-hint-string)
17480 (allout-after-save-decrypt): New variables.
17481 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
17482 (allout-after-saves-handler): New hook functions.
17483 (allout-post-command-business): Do allout-after-save-decrypt.
17484 (allout-enable-file-variable-adjustment): Custom var to enable
17485 mechanism for adding and adjusting settings of Emacs file variables.
17486 (allout-adjust-file-variable, allout-file-vars-section-data):
17487 New functions, implement the mechanism.
17488 (outlineify-sticky): Use the file vars mechanism.
17489 (allout-inhibit-protection, allout-during-write-cue)
17490 (allout-override-protect, allout-before-change-protect): Remove.
17491 (allout-flag-region, allout-open-topic): Adjust read-only text.
17492 (allout-open-line-not-read-only): Add to facilitate read-only
17493 text based protection.
17494 (allout-kill-line): Revise to adjust read-only text, clue the
17495 user about the inhibition.
17496 (allout-unprotected): Use unwind-protect.
17497 (allout-shift-in, allout-shift-out): Disallow manually shifting a
17498 topic deeper than the offspring depth of the previous topic -
17499 avoiding confusing "containment discontinuities".
17500 (allout-reindent-bodies): Fix retention of body relative hanging
17501 indent during promotion of collapsed bodies.
17502 (allout-open-topic): Make it easy to open new topic with same
17503 bullet as current topic - topic creation functions provided with
17504 any universal argument provokes now prompt for bullet, defaulting
17505 to the bullet of the previous topic.
17506 (allout-plain-bullets-string, allout-distinctive-bullets-string):
17507 Plain bullet alternates `.' period and `,' comma only. All other
17508 bullets are relegated to special status (but customizable).
17509 (allout-end-of-entry): Rename from allout-end-of-current-entry
17510 since it actually operates w.r.t. most immediately containing
17511 entry, visible or not.
17512 (allout-hide-current-entry, allout-show-current-entry): Use the
17513 revised version.
17514 (allout-old-expose-topic): Solidify deprecation.
17515 (allout-end-of-subtree): Add so we can span concealed as well
17516 as visible topics.
17517 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
17518 (allout-end-of-current-heading): Tweak to just respect the first line.
17519 (allout-get-body-text): Add.
17520 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
17521 when invoked interactively.
17522 (allout-up-current-level): Use `interactive-p'.
17523 (allout-mode, allout-init): Miscellaneous docstring and
17524 operational refinements, as well as hookups of new encryption stuff.
17525 (allout-beginning-of-current-entry): Now works as advertised.
17526 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
17527 (allout-isearch-rectification): Refine condition for isearching.
17528 (allout-isearch-abort, allout-enwrap-isearch)
17529 (allout-flag-region, my-region-active-p): Relocate some macros.
17530 (allout-title): Fallback title is (buffer-name), not
17531 non-existing (current-buffer-name).
17532 (subst-char-in-string): Define if absent (for some XEmacs versions).
17533
17534 2005-10-20 Jari Aalto <jari.aalto@cante.net>
17535
17536 * mail/sendmail.el (mail-setup-hook, mail-aliases)
17537 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
17538 (mail-citation-prefix-regexp, mail-signature-file)
17539 (mail-default-headers, mail-bury-selects-summary)
17540 (mail-send-nonascii): Add autoload cookies.
17541
17542 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17543
17544 * frame.el (blink-cursor-mode): Add `mac' to the list of
17545 window-system's that support blinking cursor.
17546
17547 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
17548
17549 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
17550
17551 2005-10-20 Eli Zaretskii <eliz@gnu.org>
17552
17553 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
17554 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
17555 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
17556
17557 2005-10-20 Kim F. Storm <storm@cua.dk>
17558
17559 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
17560 (ido-set-current-directory): Don't add / after final @.
17561 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
17562 Explicitly handle ange-ftp completion oddities.
17563 (ido-make-file-list): Don't rotate list at tramp root to avoid
17564 triggering tramp file handler for expand-file-name via get-file-buffer.
17565
17566 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17567
17568 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
17569
17570 2005-10-19 Jay Belanger <belanger@truman.edu>
17571
17572 * calc/calc-units.el (math-standard-units): Add units, adjust
17573 symbols and update values.
17574 (math-unit-prefixes): Add more prefixes.
17575
17576 2005-10-19 Romain Francoise <romain@orebokech.com>
17577
17578 * bookmark.el (bookmark-menu-heading): New face.
17579 (bookmark-bmenu-list): Use it.
17580 Don't fiddle with `baud-rate' at top-level.
17581
17582 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
17583
17584 * image.el (create-image, find-image): Mention max-image-size in
17585 docstring.
17586
17587 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17588
17589 * savehist.el (savehist-load): Revert to checking XEmacs.
17590
17591 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
17592 Various docstring and line-width fixups.
17593 (conf-mode): Use cond.
17594 Set font-lock-defaults. Don't set comment-use-syntax.
17595
17596 2005-10-18 David Ponce <david@dponce.com>
17597
17598 * tree-widget.el (tree-widget-button-click): New function.
17599 (tree-widget-button-keymap): Use it.
17600
17601 2005-10-18 Romain Francoise <romain@orebokech.com>
17602
17603 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17604 (bookmark-bmenu-hide-filenames): Add follow-link property.
17605 Improve help-echo text.
17606
17607 * ffap.el (find-file-at-point): Doc fix.
17608
17609 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17610
17611 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
17612
17613 2005-10-18 Masatake YAMATO <jet@gyve.org>
17614
17615 Install to the CVS repository what I forgot to install in my
17616 2005-10-16 changes.
17617
17618 * progmodes/python.el (python-complete-symbol): Pass the common
17619 prefix substring of completion to `display-completion-list'.
17620
17621 * textmodes/org.el (org-complete): Ditto.
17622
17623 2005-10-18 Masatake YAMATO <jet@gyve.org>
17624
17625 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
17626
17627 * woman.el (WoMan-xref-man-page): New button type derived
17628 from `Man-abstract-xref-man-page'.
17629 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
17630
17631 * man.el (Man-abstract-xref-man-page): New button type.
17632 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
17633 (Man-highlight-references): Add new optional argument `xref-man-type'.
17634
17635 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
17636
17637 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
17638
17639 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
17640
17641 * cus-edit.el (Custom-move-and-invoke): Delete.
17642 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
17643
17644 * wid-edit.el (widget-move-and-invoke): New function, from
17645 Custom-move-and-invoke.
17646
17647 2005-10-17 Bill Wohler <wohler@newt.com>
17648
17649 Move all remaining images from lisp/toolbar to etc/images, move
17650 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
17651 the low resolution images in their own directory (low-color).
17652
17653 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
17654 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
17655 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
17656 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
17657 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
17658 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
17659 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
17660
17661 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
17662 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
17663 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
17664 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
17665 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
17666 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
17667 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
17668 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
17669 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
17670 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
17671 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
17672 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
17673 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
17674 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
17675 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
17676
17677 To conform with convention, replace the underscore (_) in the
17678 following image names with dash (-) or (/) as appropriate.
17679
17680 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
17681 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
17682 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
17683 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
17684 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
17685 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
17686 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
17687 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
17688 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
17689 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
17690 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
17691 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
17692 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
17693 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
17694 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
17695
17696 * info.el (info-tool-bar-map): Replace underscores in image names
17697 with dashes.
17698
17699 * makefile.w32-in (WINS): Remove toolbar.
17700
17701 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
17702
17703 * tool-bar.el: Move to lisp from toolbar. Now that
17704 toolbar is empty, it should be deleted when folks run "cvs up -P".
17705
17706 2005-10-18 Jay Belanger <belanger@truman.edu>
17707
17708 * calc/calc-store.el (calc-store-into): Get the proper variable name
17709 to display in message.
17710
17711 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
17712
17713 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
17714 expressions display in speedbar for all buffers when debugging.
17715 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
17716
17717 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
17718 (speedbar-insert-button, speedbar-make-button):
17719 Use add-text-properties.
17720 (speedbar-update-localized-contents)
17721 (speedbar-update-directory-contents)
17722 (speedbar-update-special-contents): Use dolist.
17723 (speedbar-buffer-easymenu-definition): Add a menu separator.
17724
17725 2005-10-17 Jason Rumney <jasonr@gnu.org>
17726
17727 * makefile.w32-in: Use $(lisp) consistently.
17728 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
17729 for shell specific generation of mh-autoloads.
17730
17731 2005-10-17 Richard M. Stallman <rms@gnu.org>
17732
17733 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
17734
17735 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17736
17737 * jit-lock.el (jit-lock-fontify-now):
17738 Move jit-lock-context-unfontify-pos to avoid wasted work.
17739
17740 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
17741
17742 * net/tramp.el (tramp-completion-mode): New defvar. Used in
17743 `tramp-completion-mode' for checking if we are in completion mode.
17744 (tramp-completion-handle-file-name-all-completions): Reorder code
17745 in order to complete for file names only in case there are no
17746 method/user/host completions. This is necessary for cooperation
17747 with ido. Reported by Kim F. Storm <storm@cua.dk>.
17748
17749 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
17750
17751 * longlines.el (longlines-search-forward)
17752 (longlines-search-backward): Match any number of spaces.
17753
17754 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
17755
17756 * diff-mode.el (diff-mode): Doc fix.
17757
17758 2005-10-16 David Reitter <david.reitter@gmail.com>
17759
17760 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
17761 as default on darwin and windows systems.
17762
17763 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
17764
17765 * arc-mode.el (archive-zip-extract): Doc fix.
17766
17767 2005-10-16 Romain Francoise <romain@orebokech.com>
17768
17769 * mouse.el (mouse-1-click-follows-link): Doc fix.
17770
17771 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17772
17773 * savehist.el: Don't require CL at runtime.
17774 (savehist-xemacs): Remove.
17775 (savehist-coding-system): Use utf-8 if present, regardless of religion.
17776 (savehist-no-conversion): Use (featurep 'xemacs).
17777 (savehist-load): Check existence of start-itimer rather than XEmacs.
17778 Use an idle timer.
17779 (savehist-process-for-saving): Replace use of CL funs `subseq' and
17780 `delete-if-not'.
17781
17782 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
17783
17784 * savehist.el: Newer version.
17785 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
17786 (savehist-last-checksum, savehist-no-conversion): New vars.
17787 (savehist-autosave, savehist-process-for-saving, savehist-printable):
17788 New functions.
17789 (savehist-load, savehist-save): Use them.
17790 (savehist-delimit): Remove.
17791
17792 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17793
17794 * progmodes/compile.el (compilation-goto-locus): Display the
17795 compilation buffer first and the source buffer second, in case they're
17796 in overlapping frames. Don't raise the compilation frame if it was the
17797 selected window upon entry. Pass the `other-window' arg to
17798 pop-to-buffer.
17799
17800 * info.el (Info-fontify-node): Use dolist.
17801 Change add-text-properties to put-text-property.
17802
17803 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17804
17805 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
17806 bound of search.
17807
17808 2005-10-16 Masatake YAMATO <jet@gyve.org>
17809
17810 * dabbrev.el (dabbrev-completion): Pass the common
17811 prefix substring of completion to `display-completion-list'.
17812
17813 * filecache.el (file-cache-minibuffer-complete)
17814 (file-cache-complete): Ditto.
17815
17816 * tempo.el (tempo-display-completions): Ditto.
17817
17818 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
17819
17820 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
17821
17822 * eshell/em-hist.el (eshell-list-history): Ditto.
17823
17824 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
17825
17826 * mail/mailalias.el (mail-complete): Ditto.
17827
17828 * progmodes/etags.el (complete-tag): Ditto.
17829
17830 * progmodes/make-mode.el (makefile-complete): Ditto.
17831
17832 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
17833
17834 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
17835
17836 * progmodes/pascal.el (pascal-complete-word)
17837 (pascal-show-completions): Ditto.
17838
17839 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
17840
17841 * simple.el (completion-common-substring): New variable.
17842 (completion-setup-function): Use `completion-common-substring'
17843 to put faces.
17844
17845 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17846
17847 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
17848 (x-get-selection, mac-select-convert-to-string): Convert from/to
17849 UTF-16 clipboard data as in native byte order, no BOM.
17850
17851 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
17852
17853 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17854 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
17855 (gud-sentinel): Use speedbar-frame to check for speedbar.
17856
17857 2005-10-15 Richard M. Stallman <rms@gnu.org>
17858
17859 * savehist.el: New file.
17860
17861 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
17862
17863 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
17864 Fix bug in \bf fontification.
17865
17866 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17867
17868 * pcvs.el (cvs-edit-log-files): New var.
17869 (cvs-mode-edit-log): New arg `file'.
17870 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
17871 Instead force the use of the original file and nothing else.
17872 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
17873 the cvs-minor-wrap-function is set.
17874 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
17875
17876 2005-10-14 Bill Wohler <wohler@newt.com>
17877
17878 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
17879 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
17880 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
17881 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
17882 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
17883 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
17884 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
17885 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
17886 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
17887 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
17888 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
17889 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
17890 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
17891 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
17892 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
17893
17894 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17895 appropriately (for example, gud-break to gud/break).
17896
17897 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
17898
17899 * longlines.el (longlinges-search-function)
17900 (longlines-search-forward, longlines-search-backward): New functions.
17901 (longlines-mode): Set isearch-search-fun-function to
17902 longlinges-search-function.
17903
17904 * mouse.el (mouse-drag-region-1): Handle the case where a
17905 double-click event is bound to an arbitrary function.
17906
17907 2005-10-14 David Ponce <david@dponce.com>
17908
17909 * recentf.el (recentf-track-opened-file)
17910 (recentf-track-closed-file, recentf-update-menu)
17911 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
17912 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
17913 mouse-1-click-follows-link.
17914
17915 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17916
17917 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
17918 Gnome file-manager.png. Suggested by
17919 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
17920
17921 * toolbar/README: Add diropen.xpm.
17922
17923 2005-10-13 Bill Wohler <wohler@newt.com>
17924
17925 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
17926 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
17927
17928 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17929
17930 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17931 Don't waste the byte-compiler's time on constant data.
17932
17933 2005-10-13 Kenichi Handa <handa@m17n.org>
17934
17935 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
17936 byte with `escape-glyph' face.
17937
17938 * international/fontset.el (ccl-encode-unicode-font):
17939 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
17940 Handle the case that ucs-mule-to-mule-unicode translates a character to
17941 ASCII (usually for IPA characters).
17942
17943 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17944
17945 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
17946 Don't hide the underline of titles if font-lock-mode is disabled.
17947
17948 2005-10-12 Bill Wohler <wohler@newt.com>
17949
17950 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
17951 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17952 files in MH-E-SRC have been updated.
17953 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
17954
17955 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17956
17957 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
17958 (mixal-mode-syntax-table): Add \n as end-comment.
17959 (mixal-operation-codes-alist): Immediately initialize to full value.
17960 (mixal-add-operation-code): Remove.
17961 (mixal-describe-operation-code): Make the arg non-optional.
17962 Use the interactive spec instead.
17963 Use mixal-operation-codes-alist rather than mixal-operation-codes.
17964 (mixal-font-lock-keywords): Don't highlight comments here any more.
17965 (mixal-font-lock-syntactic-keywords): New var.
17966 (mixal-mode): Use it. Fix comment-start-skip.
17967
17968 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17969
17970 * startup.el (command-line-x-option-alist): -nb => -nbi
17971
17972 2005-10-12 Kim F. Storm <storm@cua.dk>
17973
17974 * startup.el (fancy-splash-default-action): Discard mouse click in
17975 the splash screen window, as it has no sensible meaning in the
17976 next window to be selected. Fixes error reported by Jan D.
17977
17978 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17979
17980 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
17981
17982 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17983
17984 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
17985 Try to fix up minor layout issues like indentation, line break, etc...
17986 (mixal-mode-syntax-table): Don't try to specify comment syntax,
17987 because it doesn't work.
17988 (mixal-operation-codes): Add some more codes.
17989 (mixal-font-lock-keywords): Process comments here.
17990 (mixal-mode): mixasm no longer needs -g option.
17991
17992 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
17993
17994 * progmodes/sh-script.el (sh-tmp-file):
17995 Use mktemp -t. Finish support for es and rc shells.
17996
17997 2005-10-11 Jay Belanger <belanger@truman.edu>
17998
17999 * calc/calcalg2.el (calc-integral): With an argument, compute the
18000 definite integral.
18001
18002 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
18003
18004 * mouse.el (mouse-drag-region-1): Don't try to catch a
18005 double-click when doing follow-link (it's overridden anyway).
18006
18007 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
18008
18009 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
18010 (autoload-print-form-outbuf): Add docstring.
18011
18012 2005-10-11 Juri Linkov <juri@jurta.org>
18013
18014 * info.el (Info-mode-menu): Delete menu item "Edit".
18015 (Info-mode): Delete description of Info-edit from docstring,
18016 and rearrange descriptions of Info commands in the order
18017 they are documented in the Info manual.
18018
18019 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18020
18021 * calendar/appt.el (appt-check): Use diary-selective-display var.
18022
18023 2005-10-10 Richard M. Stallman <rms@gnu.org>
18024
18025 * net/newsticker.el (newsticker-start, newsticker-show-news):
18026 Add autoload cookies.
18027
18028 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
18029
18030 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
18031
18032 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
18033
18034 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
18035
18036 2005-10-10 Jay Belanger <belanger@truman.edu>
18037
18038 * calc/calc-arith.el (math-check-known-scalarp)
18039 (math-check-known-matrixp): Check the values of arguments that are
18040 variables.
18041 (math-check-known-square-matrixp): New function.
18042 (math-known-square-matrixp): Use math-check-known-square-matrixp.
18043 (math-super-types): Add sqmatrix type.
18044
18045 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
18046 mode name `square' to `sqmatrix'.
18047
18048 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
18049 mode name `square' to `sqmatrix'.
18050
18051 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18052
18053 * progmodes/etags.el (select-tags-table-mode): Don't use
18054 selective-display.
18055 (tags-select-tags-table): Pass `button' to the action function.
18056 (select-tags-table): Place the side-info on button properties rather
18057 than in hidden text. Abbreviate file names.
18058 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
18059 (select-tags-table-select): Add `button' argument.
18060 Get side-info from the button property rather than from hidden text.
18061
18062 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
18063
18064 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
18065 (gud-speedbar-buttons): Preserve point if possible.
18066 (gud-sentinel): Restore previous speedbar display type.
18067
18068 * progmodes/gdb-ui.el (gdba): Improve diagram.
18069 (def-gdb-auto-update-handler, gdb-info-locals-handler)
18070 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
18071 Call get-buffer-window once.
18072
18073 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
18074
18075 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
18076 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
18077 (pascal-indent-command): Remove unused var `ind'.
18078 (pascal-indent-case): Remove unused var `oldpos'.
18079 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
18080 since it's now used as a proper minor mode map.
18081 (pascal-outline): Rename to pascal-outline-mode.
18082 (pascal-outline-mode): Use define-minor-mode.
18083 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
18084 selective-display.
18085
18086 2005-10-10 Andreas Schwab <schwab@suse.de>
18087
18088 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
18089 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
18090
18091 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
18092 outside source directory.
18093
18094 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
18095
18096 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
18097 C-x' as a prefix.
18098 (orgtbl-mode-map): Full keymap instead of sparse, because all
18099 `self-insert-command' keys are redefined in this map.
18100 (org-export-as-html): Specify charset for HTML file, by taking it
18101 from the coding system.
18102
18103 2005-10-10 Kenichi Handa <handa@m17n.org>
18104
18105 * textmodes/flyspell.el (flyspell-check-word-p):
18106 If unread-command-events is non-empty, don't call sit-for.
18107
18108 2005-10-09 Richard M. Stallman <rms@gnu.org>
18109
18110 * font-lock.el (font-lock-syntactic-keywords)
18111 (font-lock-keywords): Doc fixes.
18112
18113 * textmodes/flyspell.el (flyspell-external-point-words):
18114 Simplify logic, and don't try to check for consecutive appearances
18115 of one incorrect word.
18116
18117 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
18118
18119 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
18120 separator.
18121
18122 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
18123 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
18124 (gud-expansion-speedbar-buttons): New function.
18125 (gud-speedbar-buttons): Check for gud-comint-buffer.
18126
18127 2005-10-09 Bill Wohler <wohler@newt.com>
18128
18129 * Makefile.in (updates): Add mh-loaddefs dependency.
18130
18131 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
18132
18133 * speedbar.el (speedbar-file-key-map): Fix typo.
18134
18135 2005-10-09 Daniel Brockman <daniel@brockman.se>
18136
18137 * cus-start.el (line-spacing): Add custom spec.
18138
18139 2005-10-09 Romain Francoise <romain@orebokech.com>
18140
18141 * textmodes/ispell.el (ispell-check-version): Fix last change.
18142
18143 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18144
18145 * term/x-win.el: Remove -i, --icon-type from comment.
18146
18147 * startup.el (command-line-x-option-alist): Remove options -i,
18148 -itype, --icon-type, added -nb, --no-bitmap-icon
18149
18150 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
18151
18152 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
18153 instead of :active.
18154
18155 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
18156
18157 * textmodes/ispell.el (ispell-check-version):
18158 Ignore hyphen, and all that follows, in aspell's version text.
18159
18160 2005-10-08 Jay Belanger <belanger@truman.edu>
18161
18162 * calc/calc-arith.el (math-known-square-matrixp): New function.
18163 (math-pow-fancy): Check for matrices before distributing exponent
18164 across products.
18165
18166 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
18167 fullscreen keypad. Suggested by Luc Teirlinck.
18168 (calc-keypad-show-input): Add space for formatting.
18169
18170 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
18171 Add square matrix option.
18172
18173 * calc/calc-poly.el (math-expand-term): Check for matrices instead
18174 of checking calc-matrix-mode when deciding how to expand.
18175
18176 * calc/calc.el (calc-set-mode-line): Add square matrix option.
18177
18178 2005-10-08 Lars Hansen <larsh@soem.dk>
18179
18180 * net/tramp.el (tramp-perl-directory-files-and-attributes):
18181 Add error handling.
18182 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
18183
18184 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
18185
18186 Sync with Tramp 2.0.51.
18187
18188 * net/tramp.el (tramp-handle-set-visited-file-modtime)
18189 (tramp-handle-insert-file-contents, tramp-handle-write-region):
18190 Insert special handling for `last-coding-system-used', again
18191 it still seems to be necessary (unlike stated before).
18192 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
18193 (tramp-password-prompt-regexp): There might be other words before
18194 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
18195 (tramp-chunksize): Improve docstring.
18196 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
18197 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
18198 Christian Joergensen <bugs@razor.dk>.
18199
18200 2005-10-07 Glenn Morris <rgm@gnu.org>
18201
18202 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
18203 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
18204 precision'.
18205
18206 2005-10-07 Romain Francoise <romain@orebokech.com>
18207
18208 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
18209 (ibuffer-do-shell-command-pipe-replace)
18210 (ibuffer-do-shell-command-file, ibuffer-do-eval)
18211 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
18212 (ibuffer-do-revert, ibuffer-do-replace-regexp)
18213 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
18214 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
18215 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
18216 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
18217 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
18218 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
18219 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
18220 Autoload file sans suffix.
18221
18222 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
18223
18224 2005-10-07 David Ponce <david@dponce.com>
18225
18226 * recentf.el (recentf-menu-open-all-flag): New option.
18227 (recentf-digit-shortcut-command-name): New function.
18228 (recentf--shortcuts-keymap): New variable.
18229 (recentf-menu-shortcuts): New variable.
18230 (recentf-make-menu-items): Initialize it. Replace the "More..."
18231 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
18232 (recentf-menu-value-shortcut): New function.
18233 (recentf-make-menu-item): Use it. No more in-lined.
18234 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
18235 (recentf-open-most-recent-file): Rename from
18236 `recentf-open-file-with-key'. Don't depend on key binding.
18237 (recentf-mode-map): New variable.
18238 (recentf-mode): Use it.
18239
18240 2005-10-06 Bill Wohler <wohler@newt.com>
18241
18242 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
18243
18244 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
18245 (MH-E-SRC): New. Used by mh-autoloads.
18246 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
18247 files in MH-E-SRC have been updated.
18248 (compile, recompile, bootstrap): Depend on mh-autoloads.
18249
18250 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
18251
18252 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
18253 gud-break and gud-remove icons when the fringe is not available.
18254
18255 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
18256 Typo.
18257
18258 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
18259
18260 * play/zone.el (zone): Wrap body with save-window-excursion.
18261
18262 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
18263
18264 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
18265 Use the new `list-only' arg to diary-list-entries.
18266
18267 * calendar/diary-lib.el: Use overlays rather than selective-display.
18268 (diary-selective-display): New var.
18269 (diary-header-line-format): Use it.
18270 (diary-list-entries): Add argument `list-only'.
18271 Put the buffer in diary-mode. Don't add \^M at beg and end.
18272 Replace \^M by invisible overlays.
18273 (diary-unhide-everything): Replace \^M by invisible overlays.
18274 (print-diary-entries): Look for overlays rather than \^M.
18275 Add a space to the temp buffer name.
18276 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
18277 Put the buffer in diary-mode.
18278 (list-sexp-diary-entries): Replace \^M by invisible overlays.
18279 (diary-anniversary): Make the year arg optional.
18280 (diary-time-regexp): New const.
18281 (diary-font-lock-keywords): Use it to accept a few more time formats.
18282
18283 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
18284
18285 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
18286
18287 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
18288 Fix bug introduced 2005-07-03: Use (car (last ...))
18289 to faithfully reproduce replaced artist-last.
18290 (artist-set-arrow-points-for-poly): Likewise.
18291 Suggested by Johan Bockg\e,Ae\e(Brd.
18292
18293 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
18294
18295 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
18296 * wid-edit.el (widget):
18297 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
18298 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
18299
18300 2005-10-06 Kenichi Handa <handa@m17n.org>
18301
18302 * international/mule-cmds.el (set-language-environment):
18303 Fix setting up of case-table for unibyte mode.
18304
18305 * simple.el (what-cursor-position): If the character is displayed
18306 by some `display' text property, show that. Don't use
18307 single-key-description for eight-bit characters in multibyte mode.
18308
18309 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
18310
18311 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
18312 (gdb-ann3): Set it.
18313 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
18314 (gdb-info-frames-custom): Use inverse-video for first five
18315 characters of selected frame only.
18316 (gdb-get-frame-number): Select frame even when point is on frame
18317 number.
18318
18319 2005-10-06 Masatake YAMATO <jet@gyve.org>
18320
18321 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
18322 Put `font-lock-function-name-face'.
18323 (gdb-info-frames-custom): Put `font-lock-function-name-face'
18324 and `font-lock-variable-name-face'
18325 (gdb-registers-font-lock-keywords): New font lock keywords definition.
18326 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
18327 (gdb-memory-font-lock-keywords): New font lock keywords definition.
18328 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
18329 (gdb-local-font-lock-keywords): New font lock keywords definition.
18330 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
18331 (gdb-threads-font-lock-keywords): New font lock keywords definition.
18332 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
18333
18334 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
18335
18336 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
18337 (ediff-merge-region-is-non-clash-to-skip): Previously called
18338 ediff-merge-region-is-non-clash.
18339
18340 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
18341 Use insert-buffer-substring.
18342
18343 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
18344 selecting files to patch. Also bug fixes.
18345
18346 * ediff-util.el (ediff-setup): Bug fix.
18347 (ediff-next-difference): Never skip clashes that differ in white
18348 space only.
18349
18350 * ediff-wind.el (ediff-setup-control-frame)
18351 (ediff-destroy-control-frame): Check the menubar feature.
18352
18353 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
18354 (viper-refresh-mode-line): Use make-local-variable to localize
18355 some vars instead of make-variable-buffer-local. Suggested by
18356 Stefan Monnier.
18357
18358 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
18359 (viper-restore-cursor-type, viper-set-insert-cursor-type):
18360 Use make-local-variable instead of make-variable-buffer-local.
18361 Suggested by Stefan Monnier.
18362
18363 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
18364 (viper-comint-mode-hook): Use make-local-variable on
18365 require-final-newline.
18366 (viper-non-hook-settings): Don't use make-variable-buffer-local.
18367
18368 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
18371 also the second char of a comment-start sequence.
18372 (scheme-sexp-comment-syntax-table): New var.
18373 (lambda, define): Set their scheme-doc-string-elt property.
18374 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
18375 Use lisp-font-lock-syntactic-face-function now that it properly
18376 handles |...| symbols.
18377 (scheme-mode-variables): Set lisp-doc-string-elt-property,
18378 parse-sexp-lookup-properties and font-lock-extra-managed-props.
18379
18380 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
18381 bit from # to |.
18382 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
18383
18384 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
18385 (lisp-doc-string-elt-property): New var.
18386 (lisp-font-lock-syntactic-face-function): Use it.
18387 Rewrite to recognize docstrings even for forms not at toplevel.
18388
18389 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
18390 annotation on the | part of #| rather than on the # part.
18391 (scheme-font-lock-syntactic-face-function): New function, to
18392 distinguish strings from |...| symbols.
18393 (scheme-mode-variables): Use it. Also fix up the font-lock-time
18394 syntax-table so that #|...|# is properly highlighted.
18395
18396 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
18397 Don't mark as docstring the 3rd elem of an unknown toplevel form.
18398
18399 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
18400
18401 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
18402 and C-e.
18403
18404 * emacs-lisp/eldoc.el: Move comments into docstrings.
18405 (eldoc-message-commands): Initialize in its declaration.
18406 Add move-beginning-of-line and move-end-of-line.
18407 (eldoc-add-command, eldoc-add-command-completions)
18408 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
18409
18410 * outline.el (outline-mark-subtree): Activate the mark.
18411
18412 * calendar/appt.el (appt-time-regexp): New var.
18413 (appt-add, appt-make-list): Use it.
18414 (appt-convert-time): Clean up.
18415
18416 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
18417 Don't set any syntax-table property here.
18418 (tex-font-lock-verb): New function. Do it here.
18419 (tex-font-lock-syntactic-keywords): Use it.
18420
18421 2005-10-04 Richard M. Stallman <rms@gnu.org>
18422
18423 * wid-edit.el (widget-file-complete): Get the widget start point
18424 the right way. Default directory to `/' if file has none.
18425
18426 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
18427
18428 * textmodes/flyspell.el (flyspell-mode-on):
18429 Call ispell-maybe-find-aspell-dictionaries.
18430
18431 * textmodes/ispell.el (ispell-word, ispell-region):
18432 Call ispell-maybe-find-aspell-dictionaries.
18433 (ispell-accept-buffer-local-defs):
18434 Don't call ispell-maybe-find-aspell-dictionaries
18435
18436 2005-10-04 Richard M. Stallman <rms@gnu.org>
18437
18438 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
18439
18440 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
18441
18442 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
18443 instead of `fboundp' in order to allow for anonymous functions.
18444
18445 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
18446
18447 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
18448 case the user clicks on the link while another window is selected.
18449 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
18450
18451 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
18452 functionality.
18453 (dframe-help-echo): Save point in case mouse tracking is off.
18454
18455 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
18456
18457 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
18458
18459 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18460
18461 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
18462 not change the global value of those vars.
18463
18464 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
18465 make-local-variable which we do not need any more.
18466
18467 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
18468
18469 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
18470 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
18471 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
18472 (speedbar-path-line): Define obsolete aliases.
18473 (speedbar-line-directory): Doc fix.
18474
18475 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
18476 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
18477 instead of speedbar-line-path.
18478
18479 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18480
18481 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
18482 to nil if dropping on a window. Handle dropping on a minibuffer window
18483 like dropping on a non-window part of Emacs.
18484
18485 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18486
18487 * net/ange-ftp.el: Use with-current-buffer.
18488 (ange-ftp-insert-directory): Do not follow symlinks any more.
18489
18490 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18491 Remove interactive spec.
18492
18493 2005-10-03 Kim F. Storm <storm@cua.dk>
18494
18495 * ido.el (ido-mode): Use custom-initialize-set.
18496
18497 2005-10-02 Richard M. Stallman <rms@gnu.org>
18498
18499 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
18500 Use insert-buffer-substring.
18501
18502 * net/tramp.el: Pacify byte compiler warnings in pacification code.
18503 (tramp-handle-file-local-copy): Use insert-buffer-substring.
18504
18505 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18506
18507 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
18508 in last change.
18509 (ange-ftp-insert-directory): Fix up the search for the case where
18510 `file' is absolute.
18511
18512 2005-10-02 Romain Francoise <romain@orebokech.com>
18513
18514 * progmodes/compile.el (compile-goto-error): Delete extra paren.
18515
18516 2005-10-02 Andreas Schwab <schwab@suse.de>
18517
18518 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
18519 directory component in the session info.
18520
18521 2005-10-01 Richard M. Stallman <rms@gnu.org>
18522
18523 * comint.el (comint-redirect-subvert-readonly): Doc fix.
18524
18525 * simple.el (next-error-internal): New function.
18526
18527 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
18528 (compilation-start): Pass new arg to compilation-buffer-name.
18529 (compile-goto-error): Use next-error-internal.
18530
18531 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
18532
18533 * speedbar.el: Remove RCS tag.
18534 (speedbar-check-read-only): Handle non-existent files.
18535
18536 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
18537
18538 * info.el (Info-speedbar-hierarchy-buttons)
18539 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
18540
18541 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18542
18543 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
18544 Do not match newline.
18545 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
18546 (bibtex-summary): Remove unnecessary save-excursion.
18547 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
18548
18549 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18550
18551 * term/mac-win.el: Add charset info for "iso10646-1".
18552 Modify default fontset to use ATSUI-compatible fonts for some charsets
18553 if available.
18554
18555 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
18556
18557 * speedbar.el: Re-apply arch tag.
18558 (speedbar-version): Rename to version 1.0. Suggested by Eric
18559 M. Ludlam.
18560 Reapply two changes from Emacs CVS' version of speedbar lost
18561 during the merge:
18562 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
18563 (speedbar-frame-parameters): Improve customize type.
18564
18565 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18566
18567 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
18568 (ange-ftp-file-directory-p): Fix the symlink case.
18569 (ange-ftp-insert-directory): When listing a single file, get a list of
18570 the parent buffer and extract the relevant line. Inspired from a patch
18571 by Katsumi Yamaoka <yamaoka@jpl.org>.
18572 (ange-ftp-file-name-sans-versions): Simplify.
18573
18574 2005-09-30 Bill Wohler <wohler@newt.com>
18575
18576 Move MH-E image files from toolbar and mail directories into
18577 etc/images.
18578
18579 * mail/reply2.*: Move to etc/images/mail/reply*.
18580
18581 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
18582 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
18583 etc/images.
18584
18585 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
18586 * toolbar/reply*: Move to etc/images/mail.
18587
18588 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
18589
18590 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
18591
18592 * speedbar.el: New version 1.0pre3.
18593
18594 Frame management code (including timer, and mouse click specifics)
18595 moved to dframe.el:
18596 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
18597 (speedbar-timer): Removed. Use dframe-timer.
18598 (speedbar-close-frame): Removed. Use dframe-close-frame.
18599 (speedbar-activity-change-focus-flag): Removed. Use
18600 dframe-activity-change-focus-flag.
18601 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
18602 dframe-update-speed.
18603
18604 (speedbar-current-frame): New macro. Use this instead of the
18605 variable speedbar-frame.
18606
18607 (speedbar-use-images, speedbar-expand-image-button-alist)
18608 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
18609
18610 (speedbar-find-image-on-load-path): Removed. Replaced by
18611 defezimage in ezimage.el.
18612 (speedbar-expand-image-button-alist): Removed. Replaced by
18613 ezimage-expand-image-button-alist in ezimage.el.
18614
18615 (speedbar-ignored-directory-regexp)
18616 (speedbar-add-ignored-directory-regexp)
18617 (speedbar-ignored-directory-expressions)
18618 (speedbar-line-directory, speedbar-buffers-line-directory)
18619 (speedbar-directory-line, speedbar-buffers-line-directory):
18620 Renamed, replacing `path' with `directory'.
18621
18622 (speedbar-create-directory, speedbar-expand-line-descendants)
18623 (speedbar-toggle-line-expansion)
18624 (speedbar-contract-line-descendants): New commands.
18625
18626 (speedbar-query-confirmation-method, speedbar-select-frame-method)
18627 (speedbar-use-tool-tips-flag): New options.
18628
18629 (speedbar-check-read-only, speedbar-require-version)
18630 (speedbar-insert-separator, speedbar-buffers-tail-notes)
18631 (speedbar-handle-delete-frame, speedbar-try-completion)
18632 (speedbar-update-localized-contents): New functions.
18633
18634 (speedbar-incompatible-version, speedbar-ro-to-do-point)
18635 (speedbar-object-read-only-indicator): New variables.
18636
18637 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
18638 New hooks.
18639
18640 (speedbar-separator-face): New face.
18641
18642 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
18643 (speedbar-ignored-modes): Add fundamental-mode.
18644 (speedbar-directory-unshown-regexp): Add . directories.
18645
18646 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
18647 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
18648 `]' for full expand/close.
18649 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
18650
18651 (speedbar-check-vc): Support hidden files.
18652 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
18653 (speedbar-this-file-in-vc): Use vc-state if available. If VC
18654 state is nil, it is not checked out.
18655
18656 (speedbar-line-text, speedbar-line-token): Support expand buttons
18657 with no text.
18658 (speedbar-refresh): Universal argument acts as power-click.
18659 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
18660 that buffer to get variable values.
18661
18662 And many other bugfixes.
18663
18664 * dframe.el, ezimage.el, sb-image.el: New files.
18665
18666 * sb-*.xpm: Remove files. New image files installed into
18667 etc/images/ezimage.
18668
18669 2005-09-30 Kenichi Handa <handa@m17n.org>
18670
18671 * ps-mule.el (ps-mule-show-warning): If a character is in
18672 ps-print-translation-table, don't treat it as non-printable.
18673
18674 2005-09-30 David Ponce <david@dponce.com>
18675
18676 * tree-widget.el (tree-widget-themes-load-path): New variable.
18677 (tree-widget-themes-directory): Doc fix.
18678 (tree-widget-image-formats) [Emacs]: Doc fix.
18679 (tree-widget--locate-sub-directory): New function.
18680 (tree-widget-themes-directory): Use it.
18681
18682 * recentf.el (recentf-filename-handlers): Rename from
18683 `recentf-filename-handler'. Allow a list of functions.
18684 (recentf-menu-items-for-commands): Fix :help strings.
18685 (recentf-apply-filename-handlers): New function.
18686 (recentf-expand-file-name): Use it.
18687 (recentf-cleanup): Remove duplicates too.
18688
18689 2005-09-29 Juri Linkov <juri@jurta.org>
18690
18691 * faces.el: Rearrange face definitions to be in the same order as
18692 their face descriptions in "(emacs)Standard Faces".
18693
18694 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
18695
18696 * tooltip.el (tooltip): Add group `basic-faces'.
18697
18698 * buff-menu.el (Buffer-menu-buffer): Remove group
18699 `font-lock-highlighting-faces'.
18700
18701 * progmodes/compile.el (compilation-error, compilation-warning)
18702 (compilation-info, compilation-line-number, compilation-column-number):
18703 Change group from `font-lock-highlighting-faces' to `compilation'.
18704
18705 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18706 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
18707 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
18708 (vhdl-font-lock-reserved-words-face)
18709 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
18710 `font-lock-highlighting-faces'.
18711
18712 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
18713
18714 2005-09-28 Kim F. Storm <storm@cua.dk>
18715
18716 * emulation/cua-base.el: Set CUA move property on additional commands:
18717 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
18718 forward-sexp, backward-sexp, forward-list, backward-list.
18719
18720 2005-09-28 Romain Francoise <romain@orebokech.com>
18721
18722 * comint.el (comint-show-output): Really set point at the
18723 beginning of the output when not using `comint-use-prompt-regexp'.
18724
18725 2005-09-27 Jay Belanger <belanger@truman.edu>
18726
18727 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
18728 in TeX mode.
18729
18730 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
18731
18732 * textmodes/org.el (org-table-sum): Fix format string.
18733
18734 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
18735 Quote face names.
18736
18737 2005-09-26 Romain Francoise <romain@orebokech.com>
18738
18739 * isearch.el (isearch-forward-regexp): Close doc string.
18740
18741 2005-09-25 Richard M. Stallman <rms@gnu.org>
18742
18743 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
18744
18745 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
18746
18747 * progmodes/compile.el (compilation-error-properties):
18748 When getting the file from the previous error message,
18749 correctly decode the new data format.
18750
18751 * progmodes/cc-cmds.el (c-electric-paren):
18752 Call old-blink-paren only for close-paren.
18753
18754 2005-09-24 Andreas Schwab <schwab@suse.de>
18755
18756 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
18757 condition.
18758
18759 2005-09-25 Romain Francoise <romain@orebokech.com>
18760
18761 * dired-aux.el (dired-copy-file-recursive):
18762 * dired.el (dired-delete-file):
18763 * ediff-mult.el (ediff-dir-diff-copy-file):
18764 * ediff-util.el (ediff-test-save-region):
18765 * forms.el (forms-mode):
18766 * ido.el (ido-file-internal, ido-delete-file-at-head):
18767 * log-edit.el (log-edit-done):
18768 * ses.el (ses-yank-resize):
18769 * play/gomoku.el (gomoku-human-plays, gomoku)
18770 (gomoku-human-resigns, gomoku-prompt-for-other-game)
18771 (gomoku-offer-a-draw):
18772 * play/landmark.el (lm-human-resigns, lm):
18773 * net/eudcb-ldap.el (eudc-ldap-check-base):
18774 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
18775 * progmodes/ebrowse.el (ebrowse-find-pattern):
18776 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
18777 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
18778 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
18779
18780 * vc.el (vc-delete-file):
18781 * play/gomoku.el (gomoku-terminate-game, gomoku)
18782 (gomoku-prompt-for-move, gomoku-human-takes-back):
18783 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
18784 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
18785
18786 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
18787
18788 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
18789 color rxvt terminals by using the code xterm.el used to use before
18790 2005-04-09 in order to match the colors used by rxvt.
18791
18792 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18793
18794 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
18795 colors rxvt-unicode terminals by using the same code as xterm.el.
18796
18797 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18798
18799 * textmodes/tex-mode.el (tex-font-lock-append-prop)
18800 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
18801 new symbol used for the tex-verbatim face.
18802
18803 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18804
18805 * woman.el (woman-file-name):
18806 * wid-edit.el (widget-file-prompt-value)
18807 (widget-coding-system-prompt-value):
18808 * w32-fns.el (set-w32-system-coding-system):
18809 * vc.el (vc-version-diff, vc-annotate):
18810 * textmodes/reftex-auc.el (reftex-arg-cite)
18811 (reftex-arg-index-tag):
18812 * textmodes/refer.el (refer-get-bib-files):
18813 * textmodes/artist.el (artist-figlet-choose-font):
18814 * terminal.el (terminal-emulator):
18815 * replace.el (occur-read-primary-args):
18816 * rect.el (string-rectangle, string-insert-rectangle):
18817 * ps-print.el (ps-print-preprint):
18818 * progmodes/pascal.el (pascal-goto-defun):
18819 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
18820 * progmodes/compile.el (compilation-find-file):
18821 * printing.el (pr-interactive-n-up):
18822 * play/animate.el (animate-birthday-present):
18823 * net/rcompile.el (remote-compile):
18824 * man.el (man, Man-goto-section, Man-follow-manual-reference):
18825 * mail/rmailsum.el (rmail-summary-search-backward)
18826 (rmail-summary-search):
18827 * mail/rmailout.el (rmail-output-read-rmail-file-name)
18828 (rmail-output-read-file-name):
18829 * mail/rmail.el (rmail-search, rmail-search-backwards):
18830 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
18831 * locate.el (locate):
18832 * international/quail.el (quail-show-keyboard-layout):
18833 * international/mule.el (set-buffer-file-coding-system)
18834 (revert-buffer-with-coding-system, set-file-name-coding-system)
18835 (set-terminal-coding-system, set-keyboard-coding-system)
18836 (set-next-selection-coding-system):
18837 * international/mule-diag.el (describe-coding-system)
18838 (describe-font, describe-fontset):
18839 * international/mule-cmds.el (universal-coding-system-argument)
18840 (search-unencodable-char, describe-input-method)
18841 (set-language-environment, describe-language-environment):
18842 * international/codepage.el (codepage-setup):
18843 * international/code-pages.el (codepage-setup):
18844 * info.el (Info-search, Info-follow-reference)
18845 (Info-search-backward):
18846 * emacs-lisp/advice.el (ad-read-advised-function)
18847 (ad-read-advice-class, ad-clear-cache, ad-activate)
18848 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
18849 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
18850 (ad-read-regexp):
18851 * ediff-util.el (ediff-toggle-regexp-match):
18852 * ediff-ptch.el (ediff-prompt-for-patch-file):
18853 * dired-aux.el (dired-diff):
18854 * diff.el (diff):
18855 * cus-edit.el (custom-variable-prompt):
18856 * calendar/timeclock.el (timeclock-ask-for-project):
18857 * calc/calcalg3.el (calc-get-fit-variables):
18858 * calc/calc-store.el (calc-edit-variable)
18859 (calc-permanent-variable):
18860 * vc-mcvs.el (vc-mcvs-register):
18861 * shadowfile.el (shadow-define-literal-group):
18862 * woman.el (woman-file-name):
18863 * vc.el (vc-version-diff, vc-merge):
18864 * textmodes/reftex-index.el (reftex-index-complete-tag):
18865 * format.el (format-decode-buffer, format-decode-region):
18866 * emulation/viper-cmd.el (viper-read-string-with-history):
18867 * emacs-lisp/debug.el (cancel-debug-on-entry):
18868 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
18869 * ediff.el (ediff-merge-revisions)
18870 (ediff-merge-revisions-with-ancestor, ediff-revision):
18871 * completion.el (interactive-completion-string-reader):
18872 * calc/calc-prog.el (calc-user-define-formula):
18873 Follow convention for reading with the minibuffer.
18874
18875 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
18876
18877 * progmodes/python.el (python-describe-symbol): Add globals() and
18878 locals() to the arguments of emacs.ehelp.
18879
18880 2005-09-24 Magnus Henoch <mange@freemail.hu>
18881
18882 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
18883 New function, code extracted from ispell-valid-dictionary-list.
18884 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
18885 Call it.
18886
18887 2005-09-24 Eli Zaretskii <eliz@gnu.org>
18888
18889 * subr.el (version-regexp-alist): Extend valid syntax for version
18890 strings: allow any of the characters -,_,+ to separate the
18891 alpha/beta/rc part from the version part. Doc fix.
18892 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
18893
18894 2005-09-23 David Reitter <david.reitter@gmail.com>
18895
18896 * mail/mailclient.el: New file.
18897
18898 2005-09-23 Richard M. Stallman <rms@gnu.org>
18899
18900 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
18901 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
18902 Doc fixes.
18903
18904 * progmodes/cc-mode.el (c-font-lock-init):
18905 Specify font-lock-lines-before.
18906
18907 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18908
18909 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
18910 whole conflict.
18911
18912 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
18913
18914 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
18915 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
18916 of `remap' feature when available. Additional key bindings for
18917 better tty support.
18918 (org-mode-restart, org-force-self-insert): New commands.
18919 (org-time-stamp-inactive): New command.
18920 (org-remap): New function.
18921 (org-table-auto-blank-field, org-level-color-stars-only): New options.
18922 (org-enable-fixed-width-editor): Move to `org-structure'
18923 customization group.
18924 (org-self-insert-command, orgtbl-self-insert-command): Modify to
18925 blank field after field motion commands.
18926
18927 2005-09-23 Kenichi Handa <handa@m17n.org>
18928
18929 * international/mule-cmds.el (set-language-environment):
18930 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
18931 have to call utf-translate-cjk-load-tables.
18932
18933 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18934
18935 * mouse.el (mouse-move-drag-overlay): Fix last change.
18936
18937 2005-09-22 David Ponce <david@dponce.com>
18938
18939 * tree-widget.el (tree-widget-value-create): Fix previous change.
18940
18941 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18942
18943 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
18944
18945 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18946
18947 * mouse.el (mouse-move-drag-overlay): New function.
18948 (mouse-drag-region-1): Use it.
18949 Try to simplify a bit the state handling. Handle clicks on links
18950 inside intangible areas.
18951 (mouse-save-then-kill): Minor simplification.
18952 (mouse-secondary-overlay): Make it always non-nil instead of
18953 recreating it each time.
18954 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
18955 (mouse-kill-secondary, mouse-secondary-save-then-kill):
18956 Simplify accordingly.
18957
18958 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18959
18960 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
18961
18962 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
18963
18964 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
18965 (ediff-file-name-sans-prefix): Treat nil as an empty string.
18966 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
18967 to patch.
18968
18969 * ediff-util.el: Use insert-buffer-substring.
18970
18971 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
18972
18973 * emulation/viper-cmd.el (viper-change-state): Don't move over the
18974 field boundaries in the minibuffer.
18975 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
18976 (viper-minibuffer-post-command-hook): New hook.
18977 (viper-line): Don't move cursor at bolp.
18978
18979 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
18980
18981 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
18982 avoid compiler warnings.
18983
18984 * emulation/viper-macs.el (ex-map): Better messages.
18985
18986 * emulation/viper-utils.el (viper-beginning-of-field): New function.
18987
18988 * emulation/viper.el: Replace make-variable-buffer-local with
18989 viper-make-variable-buffer-local everywhere, to avoid warnings.
18990
18991 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18992
18993 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
18994 Delete unused var `old-selected-window'.
18995 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
18996 (mouse-drag-secondary): Delete unused var `start-frame'.
18997
18998 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18999
19000 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
19001
19002 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19003
19004 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
19005 Re-indent within 80 columns. Use inhibit-read-only.
19006
19007 2005-09-19 Romain Francoise <romain@orebokech.com>
19008
19009 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
19010
19011 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19012
19013 * font-lock.el (font-lock-default-fontify-region): Don't add a line
19014 unconditionally, since the after-change-function already did it.
19015
19016 2005-09-19 Miles Bader <miles@gnu.org>
19017
19018 * net/newsticker.el: Get rid of CVS keyword.
19019
19020 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
19021
19022 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
19023 The prompt is formatted later.
19024
19025 2005-09-19 David Ponce <david@dponce.com>
19026
19027 * tree-widget.el (tree-widget-value-create): Save the converted
19028 tree :node widget.
19029
19030 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
19031
19032 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
19033 variable `message'.
19034
19035 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
19036
19037 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
19038 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
19039 <slawomir.nowaczyk.847@student.lu.se>.
19040
19041 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
19042
19043 * image.el (image-load-path): Use symbol `data-directory' instead
19044 of its value, for backward compatibility with packages that bind
19045 it during `find-image'. Suggested by Katsumi Yamaoka.
19046 (image-search-load-path): Handle symbols whose values are strings.
19047
19048 2005-09-18 Romain Francoise <romain@orebokech.com>
19049
19050 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
19051 with-current-buffer form in save-excursion.
19052
19053 2005-09-18 Deepak Goel <deego@gnufans.org>
19054
19055 * apropos.el (apropos-command): Fix `message' call: first arg
19056 should be a format spec. In this and all other cases that appear
19057 below and elsewhere in the source code, I made a change only when
19058 two conditions were satisfied: [1] I can think of a possibility
19059 that the arguments would cause an error, for example, the code in
19060 question relies on external variables such as filenames. [2] I
19061 was sure that the arg to `message' could not have been nil in the code.
19062
19063 * textmodes/tildify.el (tildify-region): Ditto.
19064
19065 * textmodes/reftex-index.el (reftex-index-change-entry)
19066 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
19067 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
19068 * textmodes/org.el (org-complete, org-deadline, org-schedule)
19069 (org-priority, org-table-sum):
19070 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
19071 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
19072 (flyspell-word, flyspell-display-next-corrections):
19073 * textmodes/bibtex.el (bibtex-print-help-message):
19074 * textmodes/artist.el (artist-key-set-point-poly):
19075 * term/mac-win.el (mac-services-insert-text):
19076 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
19077 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
19078 (vhdl-port-paste-testbench, vhdl-compose-new-component)
19079 (vhdl-compose-configuration):
19080 * progmodes/sh-script.el (sh-blink, sh-show-indent)
19081 (sh-set-indent, sh-learn-line-indent):
19082 * progmodes/ps-mode.el (ps-mode-target-column):
19083 * progmodes/idlwave.el (idlwave-make-tags)
19084 (idlwave-scan-library-catalogs):
19085 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
19086 * progmodes/gud.el (gud-jdb-analyze-source):
19087 * progmodes/flymake.el (flymake-log):
19088 * progmodes/ebnf2ps.el (ebnf-generate-region):
19089 * progmodes/cmacexp.el (c-macro-expansion):
19090 * progmodes/ada-xref.el (ada-treat-cmd-string):
19091 * progmodes/ada-mode.el (ada-create-case-exception-substring)
19092 (ada-justified-indent-current, ada-batch-reformat):
19093 * play/zone.el (zone):
19094 * play/landmark.el (lm-move):
19095 * play/decipher.el (decipher-show-alphabet):
19096 * net/newsticker.el (newsticker--display-jump)
19097 (newsticker--display-scroll):
19098 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
19099 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
19100 * mail/feedmail.el (feedmail-dump-message-to-queue):
19101 * eshell/esh-proc.el (eshell-remove-process-entry):
19102 * emulation/ws-mode.el (ws-last-error):
19103 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
19104 (viper-record-kbd-macro):
19105 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
19106 * emacs-lisp/lisp-mnt.el (lm-report-bug):
19107 * emacs-lisp/find-func.el (find-function-noselect):
19108 * calendar/timeclock.el (timeclock-status-string)
19109 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
19110 (timeclock-when-to-leave-string):
19111 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
19112 * calc/calc-units.el (calc-enter-units-table):
19113 * calc/calc-mode.el (calc-mode-record-mode):
19114 * woman.el (woman-mini-help):
19115 * wdired.el (wdired-change-to-wdired-mode):
19116 * vc.el (vc-retrieve-snapshot):
19117 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
19118 * startup.el (display-startup-echo-area-message):
19119 * simple.el (set-goal-column):
19120 * ses.el (ses-command-hook, ses-recalculate-cell):
19121 * server.el (server-process-filter):
19122 * printing.el (pr-interface-txt-print, pr-interface-printify)
19123 (pr-interface-ps):
19124 * pcvs.el (cvs-help):
19125 * log-edit.el (log-edit, log-edit-mode-help):
19126 * iswitchb.el (iswitchb-possible-new-buffer):
19127 * isearch.el (isearch-edit-string):
19128 * image-mode.el (image-mode, image-minor-mode):
19129 * ibuf-macs.el (define-ibuffer-filter):
19130 * hi-lock.el (hi-lock-find-patterns):
19131 * files.el (toggle-read-only):
19132 * ediff-util.el (ediff-copy-diff)
19133 (ediff-write-merge-buffer-and-maybe-kill):
19134 * echistory.el (Electric-history-undefined):
19135 * dnd.el (dnd-insert-text):
19136 * dired-aux.el (dired-query):
19137 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
19138 * bookmark.el (bookmark-bmenu-locate):
19139 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
19140 Fix `message' calls to ensure first arg is a format string.
19141 The change was made only when these two conditions were satisfied:
19142 [1] when there is a possibility that the arguments would cause an error
19143 for example, if the code in question relies on external variables
19144 such as filenames, and
19145 [2] if the arg to `message' could not have been nil in the code.
19146
19147 * pcomplete.el (pcomplete--help): Fix `message' format spec.
19148 Not having a %s would be weird, though not technically wrong.
19149
19150 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19151
19152 * term/mac-win.el (mac-add-charset-info): Doc fix.
19153
19154 2005-09-17 Romain Francoise <romain@orebokech.com>
19155
19156 * shell.el (shell-resync-dirs): Handle echoing processes more
19157 reliably. Don't insert resync command if `comint-process-echoes'
19158 is non-nil.
19159
19160 2005-09-17 Magnus Henoch <mange@freemail.hu>
19161
19162 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
19163 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
19164 aspell versions >= 0.60.
19165 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
19166 only if ispell-aspell-supports-utf8 is non-nil.
19167
19168 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19169
19170 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
19171 buffer-local value to lisp-indent-function.
19172
19173 2005-09-17 Milan Zamazal <pdm@zamazal.org>
19174
19175 * progmodes/glasses.el (glasses-make-readable): If
19176 glasses-separator differs from underscore, put appropriate
19177 overlays over underscore characters.
19178 (glasses-convert-to-unreadable): If glasses-separator differs from
19179 underscore, try to convert glasses-separator characters to
19180 underscores.
19181
19182 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19183
19184 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
19185 Use with-syntax-table and dolist.
19186
19187 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
19188
19189 * textmodes/reftex-auc.el:
19190 * textmodes/reftex-cite.el:
19191 * textmodes/reftex-dcr.el:
19192 * textmodes/reftex-global.el:
19193 * textmodes/reftex-parse.el:
19194 * textmodes/reftex-ref.el:
19195 * textmodes/reftex-sel.el:
19196 * textmodes/reftex-toc.el:
19197 * textmodes/reftex-vars.el:
19198 * textmodes/reftex.el: Small changes to remove compiler warnings.
19199
19200 * textmodes/reftex-index.el: Likewise.
19201 (reftex-query-index-phrase): More efficient use of markers.
19202
19203 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
19204
19205 * image.el (image-load-path): New variable.
19206 (image-search-load-path): New function.
19207 (find-image): Search for images in `image-load-path'.
19208
19209 2005-09-15 Richard M. Stallman <rms@gnu.org>
19210
19211 * follow.el: Change Maintainer field.
19212
19213 2005-09-15 David Ponce <david@dponce.com>
19214
19215 * recentf.el (recentf-save-file-modes): New option.
19216 (recentf-save-list): Use it.
19217
19218 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
19219
19220 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
19221 (mode-line-mule-info, mode-line-modified): Move bindings from
19222 mouse-3 to mouse-1.
19223
19224 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
19225
19226 * simple.el (sendmail-user-agent-compose): Revert last change.
19227
19228 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19229
19230 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
19231 Use with-current-buffer.
19232 (ange-ftp-gwp-start): Remove unused var `gw-user'.
19233 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
19234 (ange-ftp-insert-directory): Remove unused var `short'.
19235 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
19236
19237 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
19238 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
19239
19240 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
19241 (check-calendar-holidays, diary-list-entries): Autoload.
19242 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
19243 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
19244
19245 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
19246 which mistakenly removed a call to display-buffer.
19247
19248 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
19249
19250 * obsolete/iso-insert.el: Move to obsolete/ from international/.
19251
19252 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
19253
19254 * progmodes/hideshow.el
19255 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
19256 (hs-allow-nesting): New user var.
19257 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
19258 (hs-hide-block-at-point): When nesting allowed,
19259 if there is already an overlay in place, delete it.
19260 (hs-safety-is-job-n): Delete func; remove call sites.
19261 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
19262 (hs-overlay-at): New func.
19263 (hs-already-hidden-p, hs-show-block): Use it.
19264 (hs-hide-all): Don't pre-clean if nesting allowed.
19265 (hs-show-all): Temporarily disallow
19266 nesting around call to `hs-discard-overlays'.
19267
19268 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
19269
19270 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
19271 Delete unused local var.
19272
19273 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
19274
19275 * help-fns.el (describe-categories): "?\ " -> "?\s".
19276 (help-do-arg-highlight): Recognize also ARG-n, as in
19277 `move-to-left-margin' (ARG+n is already recognized). Simplify.
19278
19279 * international/codepage.el (dos-unsupported-char-glyph):
19280 * net/newsticker.el (tool-bar-map, w3-mode-map)
19281 (w3m-minor-mode-map):
19282 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
19283 (ent-alist):
19284 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
19285
19286 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
19287
19288 * custom.el (custom-push-theme): Handle the case where a symbol is
19289 bound but face properties have not yet been assigned.
19290
19291 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
19292 Fix behavior if noerase is `t' and there is no mail buffer.
19293
19294 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
19295 if `continue' is nil, rather than signal an error.
19296
19297 2005-09-12 Richard M. Stallman <rms@gnu.org>
19298
19299 * font-lock.el (font-lock-keywords): Add autoload.
19300
19301 * help-fns.el (describe-variable): Rearrange to put source link
19302 in a predictable place.
19303
19304 * net/newsticker.el: New file.
19305
19306 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19307
19308 * calendar/calendar.el (calendar-for-loop): Add edebug info.
19309 (calendar-basic-setup): Use the new nil arg.
19310 (number-of-diary-entries): Move to diary-lib.el.
19311
19312 * calendar/diary-lib.el: Use with-current-buffer, match-string.
19313 (diary-list-entries): Use with-syntax-table and dolist.
19314 Rename from list-diary-entries.
19315 Use number-of-diary-entries if `number' is nil.
19316 (diary, diary-view-entries): Use this new name and new nil arg value.
19317 (number-of-diary-entries): Move from calendar.el.
19318 (diary-unhide-everything): New function.
19319 (include-other-diary-files, fancy-diary-display)
19320 (diary-show-all-entries, make-diary-entry): Use it.
19321 (diary-mail-entries): Use buffer-string.
19322 (mark-diary-entries): Fix long standing paren typo.
19323 (diary-sexp-entry): Use count-lines.
19324 (make-diary-entry): Avoid `previous-line'.
19325 (diary-mode-map): New var.
19326 (diary-mode): Redraw cal after saving. Setup header-line.
19327 (fancy-diary-display-mode): Use local-set-key.
19328
19329 * startup.el (command-line): Try calling various terminal-init-foo-bar
19330 functions by stripping hyphenated suffixes from $TERM.
19331
19332 * files.el (normal-mode): Check boundness of font-lock-keywords.
19333
19334 2005-09-12 Richard M. Stallman <rms@gnu.org>
19335
19336 * progmodes/compile.el: Don't decide a file's directory
19337 until the user actually tries to go there.
19338 (compilation-next-error-function):
19339 Pass compilation-find-file the directory from the file-struct.
19340 (compilation-internal-error-properties): Separate local FILE-STRUCT
19341 from FILE. Doc the args better. Rename arg FMT to FMTS.
19342 (compilation-find-file): Arg DIR renamed to DIRECTORY.
19343 Expand it, and if nil, use default-directory.
19344 (compilation-get-file-structure): Don't mix specified directory
19345 with default directory. Put specified directory into
19346 file-struct. Don't make the file name absolute.
19347
19348 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19349 (compile-command): Add autoload.
19350 (compilation-disable-input): Add autoload.
19351
19352 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
19353
19354 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
19355 strings of the variables it can override.
19356 (time-stamp): New (as yet undocumented) time-stamp-format escapes
19357 %Q and %q, for fully-qualified domain name and unqualified host name.
19358
19359 2005-09-11 Kim F. Storm <storm@cua.dk>
19360
19361 * emacs-lisp/authors.el (authors-aliases): Update list.
19362 (authors-fixed-entries): Update mldrag.el entry.
19363
19364 2005-09-10 Alan Mackenzie <acm@muc.de>
19365
19366 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
19367 from the region narrowed to.
19368
19369 2005-09-10 Magnus Henoch <mange@freemail.hu>
19370
19371 * textmodes/ispell.el (ispell-check-version): Signal an error if
19372 aspell version is less than 0.60.
19373
19374 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
19375
19376 * progmodes/octave-inf.el (inferior-octave-startup):
19377 Resync current dir at the end.
19378
19379 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
19380
19381 * woman.el (woman-topic-at-point-default):
19382 Rename to woman-use-topic-at-point-default.
19383 (woman-topic-at-point): Rename to woman-use-topic-at-point.
19384 (woman-file-name): Reflect renames above. Automatically use the
19385 word at point as topic if woman-use-topic-at-point is non-nil.
19386 Otherwise offer it as default but don't insert it in the
19387 minibuffer. Also use `test-completion' instead of `assoc' as
19388 suggested by Stefan Monnier.
19389
19390 2005-09-10 Andre Spiegel <spiegel@gnu.org>
19391
19392 * vc.el (vc-directory, vc-update-change-log): Throw an error on
19393 the attempt to do it over Tramp. This is not yet supported.
19394
19395 2005-09-10 Eli Zaretskii <eliz@gnu.org>
19396
19397 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19398 (menu-bar-non-minibuffer-window-p): New functions.
19399 ("Split Window", "Save As..."): Use them.
19400 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
19401 ("Print Buffer", "Truncate Long Lines in this Buffer"):
19402 Use menu-bar-menu-frame-live-and-visible-p.
19403 ("Save Buffer", "Insert File", "Open Directory...")
19404 ("Open File...", "Visit New File..."):
19405 Use menu-bar-non-minibuffer-window-p.
19406 (kill-this-buffer-enabled-p, dired <menu-enable>):
19407 Use menu-bar-non-minibuffer-window-p.
19408
19409 2005-09-09 Eli Zaretskii <eliz@gnu.org>
19410
19411 * cus-start.el (all): Don't complain about fringe-related
19412 built-ins if fringes are not supported. Ditto about
19413 selection-related built-ins. Fix the test for GTK-related built-ins.
19414
19415 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
19416 ("Postscript Print Buffer", "Print Region", "Save As...")
19417 ("Save", "Insert File...", "Open Directory...")
19418 ("Open File...", "Visit New File..."")
19419 ("Truncate Long Lines in this Buffer"): Don't look at
19420 menu-updating-frame if this display does not support multiple frames.
19421
19422 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19423
19424 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
19425
19426 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
19427
19428 * woman.el: Format- and whitespace-related changes.
19429
19430 2005-09-09 Eli Zaretskii <eliz@gnu.org>
19431
19432 * woman.el: Fix my email address.
19433
19434 2005-09-08 Richard M. Stallman <rms@gnu.org>
19435
19436 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
19437 (sh-mode): Locally set skeleton-pair-default-alist.
19438
19439 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
19440
19441 * progmodes/flymake.el: Require `compile' unconditionally.
19442
19443 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
19444
19445 * woman.el (woman-file-name): Provide a default, not initial input.
19446
19447 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
19448
19449 * font-lock.el (font-lock-support-mode): Doc fix.
19450
19451 * descr-text.el (describe-property-list): Handle non-symbol prop names.
19452
19453 2005-09-08 Richard M. Stallman <rms@gnu.org>
19454
19455 * simple.el (blink-matching-open): Get rid of text props from
19456 the string shown in echo area. Don't permanently set point.
19457 Some rearrangements.
19458
19459 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
19460
19461 * recentf.el (recentf-filename-handler): Add custom choice
19462 `abbreviate-file-name'.
19463
19464 * msb.el (msb--very-many-menus): Fix typo.
19465
19466 * disp-table.el (standard-display-european): Don't set
19467 enable-multibyte-characters to nil.
19468
19469 2005-09-08 David Ponce <david@dponce.com>
19470
19471 * recentf.el (recentf-show-file-shortcuts-flag): New option.
19472 (recentf-expand-file-name): Doc fix.
19473 (recentf-dialog-mode-map): Define digit shortcuts.
19474 (recentf--files-with-key): New variable.
19475 (recentf-show-digit-shortcut-filter): New function.
19476 (recentf-open-files-items): New function.
19477 (recentf-open-files): Use it.
19478 (recentf-open-file-with-key): New command.
19479
19480 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
19481
19482 * buff-menu.el (Buffer-menu-sort-by-column): New function.
19483 Suggested by Kim F. Storm.
19484 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
19485 (Buffer-menu-make-sort-button): Use global keymap.
19486
19487 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
19488
19489 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
19490 (Man-getpage-in-background-advice): Remove defadvice; it isn't
19491 necessary any longer with the remapped command.
19492 (Man-bgproc-sentinel-advice): Remove defadvice which counts
19493 formatting time only.
19494
19495 * net/tramp.el (tramp-action-password)
19496 (tramp-multi-action-password): Compile the password prompt from
19497 `method', `user' and `host'. Sometimes it isn't obvious which
19498 password to enter, for example with remote files offered by
19499 recentf.el, or with multiple steps. Suggested by Robert Marshall
19500 <robert@chezmarshall.freeserve.co.uk>.
19501
19502 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19503
19504 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19505 Fix regexp for when "s///" is at the beginning of line.
19506
19507 2005-09-07 Jay Belanger <belanger@truman.edu>
19508
19509 * calc/calc-poly.el (math-expand-term): Multiply out any powers
19510 when in matrix mode.
19511
19512 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19513
19514 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
19515 non-anonymous functions.
19516
19517 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
19518
19519 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
19520 when using a header line. Otherwise, use mouse-1-click-follows-link.
19521
19522 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
19523 can't be moved; don't signal an error.
19524
19525 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
19526
19527 * cus-theme.el (custom-theme-write-faces): Save the current face
19528 spec, not the defface spec.
19529
19530 * custom.el (custom-known-themes): Clarify meaning of "standard".
19531 (custom-push-theme): Save old values in the standard theme.
19532 (disable-theme): Correct typo.
19533 (custom-face-theme-value) Deleted unused function.
19534 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
19535
19536 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
19537
19538 * progmodes/compile.el (compilation-goto-locus): Take into account
19539 iconified frames when determining whether the buffer is
19540 already visible.
19541 Don't reset window height if the window already existed.
19542
19543 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
19544
19545 * custom.el (load-theme): Rename from require-theme.
19546 Add interactive spec.
19547 (enable-theme): Rename from custom-enable-theme.
19548 Add interactive spec.
19549 (disable-theme): Rename from custom-disable-theme.
19550 Add interactive spec.
19551 (custom-make-theme-feature): Doc fix.
19552 (custom-theme-directory): Doc fix.
19553 (provide-theme): Call enable-theme.
19554
19555 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19556
19557 * obsolete/lazy-lock.el (lazy-lock-mode):
19558 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
19559 font-lock-mode if it's off. Print a warning instead.
19560
19561 * progmodes/compile.el (compilation-start): Ignore errors if the
19562 process died before we get to send-eof.
19563
19564 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
19565 Undo last change. Enclosing the result in quotes broke things on Unix
19566 since tex-send-command passes it through shell-quote-argument.
19567 (tex-send-command): Pass `file' through convert-standard-filename
19568 when possible.
19569 (tex-uptodate-p): Handle the case where TeX hasn't put additional
19570 info in a transcript.
19571
19572 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
19573
19574 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
19575 fix compilation warning. Reorder the key definitions to group
19576 together keys emitted by the current version of xterm.
19577
19578 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
19579 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
19580 Reorder predicates to correct min-color usage.
19581
19582 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
19583
19584 * longlines.el (longlines-mode): Inhibit read-only when encoding.
19585 Kill local variables when longlines-mode is turned off.
19586
19587 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19588
19589 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
19590
19591 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
19592
19593 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
19594
19595 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
19596 (font-lock-lines-before): Change default to being inactive.
19597 (font-lock-default-fontify-region): Obey font-lock-lines-before.
19598 (font-lock-after-change-function): Don't handle f-l-lines-before here.
19599
19600 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
19601
19602 * net/tramp.el (tramp-handle-make-auto-save-file-name):
19603 Deactivate temporarily advice if active (not needed for Emacs 22,
19604 but for backwards compatibility).
19605 (tramp-exists-file-name-handler): Rewrite. First implementation
19606 was too simple.
19607 (tramp-advice-make-auto-save-file-name):
19608 Call `tramp-handle-make-auto-save-file-name' (again, just for
19609 backwards compatibility).
19610
19611 2005-08-31 Reto Zimmermann <reto@gnu.org>
19612
19613 * progmodes/vhdl-mode.el
19614 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
19615 (vhdl-end-p): Fix indentation bug "else" after "-- when".
19616 (vhdl-set-default-project): New function (easier setting of default).
19617 (vhdl-port-copy): Handle extended identifiers for generics.
19618 (vhdl-compiler-alist): Better description for error message regexp.
19619 (vhdl-make): Query for target, use previous as default.
19620 (vhdl-port-copy): Fix port copy for port names starting with "signal".
19621 (vhdl-font-lock-keywords-2): Fix fontification for record
19622 el. assign.
19623 (vhdl-speedbar-make-subpack-line): Add package body link.
19624 (vhdl-generate-makefile-1): Not include itself as dependency.
19625 (vhdl-font-lock-init): Highlight c-preprocessor directives.
19626 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
19627 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
19628 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
19629 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
19630 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
19631 (vhdl-import-project): Add string argument for `error'.
19632 (vhdl-compose-configuration)
19633 (vhdl-compose-configuration-architecture): Add configuration
19634 declaration generation.
19635 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
19636 (vhdl-trailer-re): Add "record" keyword (better indentation).
19637 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
19638 "[^ \t-\"]+".
19639 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
19640 (vhdl-testbench-entity-file-name)
19641 (vhdl-testbench-architecture-file-name): Allow separate
19642 customization of testbench file names.
19643 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
19644 (vhdl-get-visible-signals): Allow newline within alias declaration.
19645 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
19646 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
19647 (member-ignore-case): Alias for missing function in XEmacs.
19648 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
19649 (vhdl-update-sensitivity-list): Ignore case on read signals.
19650 (vhdl-replace-string): Adjust case only for file names.
19651 (vhdl-update-sensitivity-list): Fix search for read signals.
19652 (vhdl-update-sensitivity-list): Exclude formal parameters.
19653 (vhdl-get-visible-signals): Include aliases of signals.
19654 (vhdl-get-visible-signals): Fix signal name searching.
19655 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
19656 (vhdl-fixup-whitespace-region): Fix for character
19657 literals (e.g. `:').
19658
19659 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19660
19661 * ansi-color.el (comint-last-output-start):
19662 * bs.el (font-lock-verbose):
19663 * diff-mode.el (add-log-buffer-file-name-function):
19664 * dired-x.el (vm-folder-directory):
19665 * faces.el (help-xref-stack-item):
19666 * files.el (font-lock-keywords):
19667 * find-lisp.el (dired-buffers, dired-subdir-alist):
19668 * ido.el (cua-inhibit-cua-keys):
19669 * log-view.el (cvs-minor-wrap-function):
19670 * outline.el (font-lock-warning-face):
19671 * simple.el (compilation-current-error):
19672 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
19673 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
19674 * tooltip.el (comint-prompt-regexp):
19675 * w32-fns.el (explicit-shell-file-name):
19676 * term/mac-win.el (mac-charset-info-alist)
19677 (mac-services-selection, mac-system-script-code):
19678 * term/tty-colors.el (msdos-color-values):
19679 * term/w32-win.el (xlfd-regexp-registry-subnum):
19680 * term/x-win.el (x-keysym-table, x-selection-timeout)
19681 (x-session-id, x-session-previous-id):
19682 * textmodes/ispell.el (mail-yank-prefix):
19683 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
19684 * textmodes/org.el (calc-embedded-close-formula)
19685 (calc-embedded-open-formula)
19686 (font-lock-unfontify-region-function):
19687 * textmodes/reftex-global.el (isearch-next-buffer-function)
19688 (TeX-master):
19689 * textmodes/reftex.el (font-lock-keywords):
19690 * textmodes/tex-mode.el (font-lock-comment-face)
19691 (font-lock-doc-face):
19692 * textmodes/texinfo.el (outline-heading-alist):
19693 Add defvars.
19694
19695 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
19696 (artist-spray-chars, artist-mode-init, artist-replace-string)
19697 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
19698 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
19699 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
19700
19701 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
19702 (conf-align-assignments): "?\ " -> "?\s".
19703
19704 * textmodes/reftex-index.el (TeX-master): Add defvar.
19705 (reftex-index-phrases-marker): Move up defvar.
19706
19707 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
19708 (reftex-toc-include-labels-indicator)
19709 (reftex-toc-include-index-indicator)
19710 (reftex-toc-max-level-indicator): Move up declarations.
19711
19712 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
19713 of args to `tramp-run-real-handler', even if it's empty in this case.
19714
19715 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19716
19717 * dired.el (dired-move-to-filename-regexp): Add date format for
19718 Mac OS X 10.3 in East Asian locales.
19719
19720 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
19721
19722 * files.el (make-auto-save-file-name): Add file name handler call
19723 if applicable.
19724
19725 * net/tramp.el (tramp-file-name-handler-alist)
19726 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
19727 (tramp-handle-make-auto-save-file-name): Rename from
19728 `tramp-make-auto-save-file-name'.
19729 (tramp-exists-file-name-handler): New defun.
19730 (tramp-advice-make-auto-save-file-name): Make defadvice only when
19731 `make-auto-save-file-name' is not a magic file name operation.
19732
19733 2005-08-30 Richard M. Stallman <rms@gnu.org>
19734
19735 * files.el (risky-local-variable-p):
19736 Match `-predicates' and `-commands.
19737
19738 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
19739 (custom-save-all): Visit the file if necessary;
19740 kill the buffer if we created it.
19741 (custom-save-delete): Don't visit file or kill buffer here.
19742
19743 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
19744
19745 * textmodes/org.el (org-special-keyword): New face.
19746 (org-table-copy-down, org-table-eval-formula)
19747 (org-table-recalculate, org-init-section-numbers):
19748 Use `string-to-number' instead of `string-to-int'.
19749 (org-get-location): Use `insert-buffer-substring' instead of
19750 `insert-buffer'.
19751 (org-modify-diary-entry-string): New function.
19752 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
19753 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
19754 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
19755 active region.
19756 (org-export-as-html): Handle QUOTE keyword.
19757 (org-quote-string): New option.
19758 (org-bookmark-jump-unhide): New function, used for
19759 `bookmark-after-jump-hook'.
19760 (org-diary-default-entry): Apply only when not called through
19761 `org-agenda'.
19762
19763 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
19764
19765 * net/eudc.el (mode-popup-menu):
19766 * play/handwrite.el (ps-printer-name, ps-lpr-command):
19767 * progmodes/ada-mode.el (compile-auto-highlight)
19768 (skeleton-further-elements):
19769 * progmodes/autoconf.el (font-lock-syntactic-keywords):
19770 * progmodes/cmacexp.el (msdos-shells):
19771 * progmodes/compile.el (font-lock-extra-managed-props)
19772 (font-lock-keywords, font-lock-maximum-size)
19773 (font-lock-support-mode):
19774 * progmodes/grep.el (font-lock-lines-before):
19775 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
19776 * progmodes/mixal-mode.el (compile-command):
19777 * progmodes/perl-mode.el (font-lock-comment-face)
19778 (font-lock-doc-face, font-lock-string-face):
19779 * progmodes/prolog.el (comint-prompt-regexp):
19780 * progmodes/sh-script.el (font-lock-comment-face)
19781 (font-lock-set-defaults, font-lock-string-face):
19782 * progmodes/sql.el (font-lock-keyword-face)
19783 (font-lock-set-defaults, font-lock-string-face):
19784 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
19785 (itimer-version, lazy-lock-defer-contextually)
19786 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
19787 Add defvars.
19788
19789 * progmodes/cperl-mode.el (cperl-electric-lbrace)
19790 (cperl-electric-keyword, cperl-electric-pod)
19791 (cperl-electric-backspace, cperl-forward-re)
19792 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
19793 (vc-rcs-header, vc-sccs-header): Add defvars.
19794
19795 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
19796 (font-lock-syntactic-keywords, gud-find-expr-function):
19797 Add defvars.
19798
19799 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
19800 (gdb-frame-parameters): Declare before use.
19801
19802 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
19803 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
19804 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
19805 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
19806
19807 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
19808 (idlwave-help-with-source): Use `insert-buffer-substring', not
19809 `insert-buffer'.
19810
19811 2005-08-29 Juri Linkov <juri@jurta.org>
19812
19813 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
19814 Put outline-back-to-heading function call inside save-excursion.
19815
19816 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
19817
19818 * man.el (Man-init-defvars, Man-translate-references)
19819 (Man-support-local-filenames, Man-highlight-references):
19820 * progmodes/sql.el (sql-interactive-mode):
19821 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
19822
19823 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
19824 (compilation-mode-font-lock-keywords): Add defvars.
19825 (checkdoc-interactive-loop): "?\ " -> "?\s".
19826
19827 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
19828 (font-lock-doc-face, font-lock-string-face)
19829 (font-lock-keywords-case-fold-search): Add defvars.
19830 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
19831
19832 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
19833 Don't pass X and Y (they are ignored anyway).
19834 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
19835 (mouse-delete-window): Make arguments optional.
19836
19837 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
19838 (caesar-translate-table, minor-modes, news-buffer-save)
19839 (news-group-name, news-minor-modes): Add defvars.
19840
19841 * emacs-lisp/lselect.el (mouse-highlight-priority)
19842 (x-lost-selection-functions, zmacs-regions):
19843 * emacs-lisp/pp.el (font-lock-verbose):
19844 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
19845 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
19846 (ses-mode-map):
19847 * emacs-lisp/tcover-unsafep.el (safe-functions):
19848 * international/mule-cmds.el (mac-system-coding-system)
19849 (mac-system-locale):
19850 * language/ethio-util.el (rmail-current-message)
19851 (rmail-message-vector):
19852 * language/thai-util.el (thai-auto-composition-mode):
19853 * mail/metamail.el (rmail-current-message, rmail-message-vector):
19854 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
19855 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
19856 (vm-primary-inbox, vm-spool-files):
19857 * mail/rmail.el (deleted-head, font-lock-fontified)
19858 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
19859 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
19860 (total-messages):
19861 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
19862 (rmail-summary-mode-map):
19863 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
19864 (rmail-last-label, rmail-last-multi-labels)
19865 (rmail-summary-vector, rmail-total-messages):
19866 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
19867 * mail/rmailsum.el (msgnum):
19868 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
19869 (rmail-current-message):
19870 * obsolete/fast-lock.el (font-lock-face-list):
19871 * obsolete/rnewspost.el (mail-reply-buffer):
19872 * obsolete/scribe.el (compile-command):
19873 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
19874
19875 2005-08-28 John Paul Wallington <jpw@gnu.org>
19876
19877 * ibuf-ext.el (ibuffer-auto-update-changed):
19878 Use `frame-or-buffer-changed-p' to check whether we need to update.
19879 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
19880 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
19881 as a `frame-or-buffer-changed-p' state vector instead.
19882
19883 2005-08-27 Romain Francoise <romain@orebokech.com>
19884
19885 * textmodes/makeinfo.el (makeinfo-compile):
19886 Use `compilation-start'. Set `next-error-function' according to
19887 `disable-errors'.
19888 (makeinfo-next-error): New function.
19889 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
19890 (makeinfo-buffer): Likewise.
19891
19892 * progmodes/compile.el (compilation-start): Add autoload cookie.
19893
19894 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
19895 * textmodes/sgml-mode.el: Likewise.
19896 * progmodes/python.el: Likewise.
19897
19898 2005-08-27 Eli Zaretskii <eliz@gnu.org>
19899
19900 * simple.el (blink-matching-paren-distance): Document the meaning
19901 of nil value, and allow to customize to nil.
19902
19903 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
19904 command.com, not command.exe.
19905
19906 2005-08-26 John Wiegley <johnw@newartisans.com>
19907
19908 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
19909 code around a bit so that an extraneous nil argument is not added
19910 to a command when no args are given.
19911
19912 * eshell/esh-arg.el (eshell-parse-double-quote): If a
19913 double-quoted argument resolves to nil, return it as an empty
19914 string rather than as nil. This made it impossible to pass "" to
19915 a shell script as a null string argument.
19916
19917 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
19918
19919 * outline.el (outline-invent-heading): New fun.
19920 (outline-promote, outline-demote): Use it.
19921 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
19922 (outline-end-of-subtree): Remove unused var `opoint'.
19923
19924 2005-08-26 David Reitter <david.reitter@gmail.com>
19925
19926 * menu-bar.el (truncate-lines, write-file, print-buffer)
19927 (ps-print-buffer-faces, ps-print-buffer, split-window):
19928 Disable menu items when the frame they refer to is invisible, or when
19929 they refer to a buffer and the minibuffer is selected.
19930
19931 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
19932
19933 * progmodes/flymake.el (flymake-highlight-err-lines):
19934 Use save-excursion around flymake-highlight-line to preserve point.
19935
19936 2005-08-26 Eli Zaretskii <eliz@gnu.org>
19937
19938 * progmodes/octave-mod.el: Change Author and Maintainer address.
19939 (octave-maintainer-address): Change Kurt's email address.
19940 * progmodes/octave-inf.el: Change Author and Maintainer address.
19941 * progmodes/octave-hlp.el: Change Author and Maintainer address.
19942
19943 2005-08-26 Kim F. Storm <storm@cua.dk>
19944
19945 * subr.el (version-list-<, version-list-<=, version-list-=):
19946 Rename from integer-list-*.
19947 (version-list-not-zero): Likewise. Fix while loop.
19948 (version=): Use version-list-= instead of string-equal.
19949
19950 2005-08-26 Richard M. Stallman <rms@gnu.org>
19951
19952 * outline.el (outline-promote): Try shortening the heading.
19953 As last resort, read the heading to use.
19954 (outline-demote): As last resort, read the heading to use.
19955
19956 2005-08-26 Romain Francoise <romain@orebokech.com>
19957
19958 * progmodes/compile.el (compilation-start): Doc fix.
19959
19960 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
19961 (antlr-font-lock-additional-keywords): Fix reference to
19962 `antlr-font-lock-literal-regexp' erroneously changed during the
19963 mass face rename.
19964 (antlr-run-tool): Use `compilation-start'.
19965
19966 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
19967 instead of the obsolete `compile-internal'.
19968
19969 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
19970
19971 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
19972 (number, original-date):
19973 * calendar/cal-china.el (date):
19974 * calendar/cal-coptic.el (date):
19975 * calendar/cal-french.el (date):
19976 * calendar/cal-hebrew.el (date, entry, number, original-date):
19977 * calendar/cal-islam.el (date, number, original-date):
19978 * calendar/cal-iso.el (date):
19979 * calendar/cal-julian.el (date):
19980 * calendar/cal-mayan.el (date):
19981 * calendar/cal-menu.el (date, event):
19982 * calendar/cal-persia.el (date):
19983 * calendar/lunar.el (date):
19984 * calendar/solar.el (date): Add defvars.
19985
19986 * emerge.el:
19987 * ibuffer.el:
19988 * info-xref.el:
19989 * obsolete/bg-mouse.el:
19990 * obsolete/sun-curs.el:
19991 * obsolete/swedish.el: Move the `defvar's to the top level.
19992
19993 * smerge-mode.el (smerge-refined-change): Add :group.
19994
19995 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19996
19997 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
19998 (smerge-keep-n): Remove props.
19999 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
20000 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
20001 now that it's done in smerge-keep-n.
20002 (smerge-refined-change): New face.
20003 (smerge-refine-chopup-region, smerge-refine-highlight-change)
20004 (smerge-refine): New funs.
20005 (smerge-basic-map): Bind smerge-refine.
20006
20007 2005-08-25 Juri Linkov <juri@jurta.org>
20008
20009 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
20010 compilation-process-setup-function and compilation-disable-input
20011 in grep-mode instead of let-bindings in grep.
20012
20013 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
20014 Delete "Automatic File De/compression" (auto-compression-mode).
20015
20016 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
20017
20018 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
20019 Silence warning about non-existent variable.
20020
20021 2005-08-25 Richard M. Stallman <rms@gnu.org>
20022
20023 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
20024 Rename "Describe Key" to "Describe Key or Mouse Operation".
20025
20026 * mail/mailalias.el (build-mail-aliases): Delete comments
20027 from the contents before processing them.
20028
20029 * isearch.el (isearch-edit-string): Erase the Search prompt
20030 if user enters an empty string and there is no default.
20031
20032 * comint.el (comint-file-name-prefix): Add autoload.
20033
20034 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
20035
20036 * subr.el (play-sound): Rearrange to avoid warning.
20037
20038 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
20039
20040 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
20041 New hook.
20042 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
20043
20044 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20045
20046 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
20047
20048 * custom.el (custom-theme-set-variables): Sort minor modes last.
20049
20050 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20051
20052 * subr.el (version-separator, version-regexp-alist): New vars used by
20053 version comparison funs.
20054 (integer-list-<, integer-list-=, integer-list-<=)
20055 (integer-list-not-zero): New funs for integer list comparison.
20056 (version-to-list, version=, version<, version<=): New funs for version
20057 comparison.
20058
20059 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
20060
20061 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
20062 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
20063 time to silence the byte-compiler.
20064
20065 * ibuffer.el (ibuffer-compile-make-eliding-form)
20066 (ibuffer-check-formats): Use `with-no-warnings' to hide references
20067 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
20068 so it's silly to get warnings for it).
20069 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
20070 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
20071 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
20072 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
20073 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
20074 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
20075 Defvar at compile time.
20076 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
20077 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
20078 Declare them before use.
20079
20080 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
20081 (info-xref-good, info-xref-bad): Defvar at compile time.
20082
20083 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
20084 Use `let*' instead of `let'.
20085
20086 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
20087 (*mouse-y*, menu, char): Defvar at compile time.
20088 (sc::menu): Declare it before use.
20089 (sc::pack-one-line): Use `let', not `let*'.
20090
20091 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
20092 (mail-send-hook): Defvar at compile time.
20093
20094 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
20095 Defvar at compile time.
20096
20097 * term/sun-mouse.el (current-global-mousemap)
20098 (current-local-mousemap): Declare them before use.
20099
20100 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
20101
20102 * bookmark.el (bookmark-after-jump-hook): New hook.
20103 (bookmark-jump): Run `bookmark-after-jump-hook'.
20104
20105 2005-08-23 Juri Linkov <juri@jurta.org>
20106
20107 * faces.el (minibuffer-prompt): Doc fix.
20108
20109 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
20110
20111 * progmodes/xscheme.el: Trivial changes to silence warnings.
20112 (xscheme-previous-mode, xscheme-previous-process-state):
20113 Add defvars.
20114 (xscheme-last-input-end, xscheme-process-command-line)
20115 (xscheme-process-name, xscheme-buffer-name)
20116 (xscheme-expressions-ring-max, xscheme-expressions-ring)
20117 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
20118 (xscheme-control-g-synchronization-p)
20119 (xscheme-control-g-disabled-p, xscheme-string-receiver)
20120 (default-xscheme-runlight, xscheme-runlight)
20121 (xscheme-runlight-string, xscheme-process-filter-state)
20122 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
20123 Move to beginning of file.
20124 (scheme-interaction-mode-commands-alist)
20125 (scheme-interaction-mode-map, scheme-debugger-mode-map):
20126 Declare them before use. Note: the initialization code for the
20127 variables has not been moved because it uses functions that reference
20128 the variables.
20129 (xscheme-control-g-message-string, xscheme-process-filter-alist)
20130 (xscheme-prompt-for-expression-map): Declare them before use.
20131 (scheme-debugger-mode-commands): "?\ " -> "?\s".
20132
20133 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
20134
20135 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
20136
20137 2005-08-22 Juri Linkov <juri@jurta.org>
20138
20139 * faces.el (set-face-underline): Delete this duplicate function
20140 and make an obsolete alias to set-face-underline-p.
20141 (set-face-underline-p): Use docstring of set-face-underline.
20142 (describe-face): Create hyperlink to parent face.
20143
20144 * info.el (Info-insert-dir): Use save-excursion around
20145 insert-buffer-substring.
20146 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
20147 (Info-escape-percent): Delete function.
20148 (Info-fontify-node): Replace Info-escape-percent by
20149 replace-regexp-in-string with REP arg set to lambda that
20150 duplicates `%' and preserves text properties.
20151
20152 * progmodes/compile.el (compilation-disable-input): Doc fix.
20153 (define-compilation-mode): Doc fix and refill.
20154 (kill-compilation): Use `mode-name' in the error message.
20155 (compilation-find-file): Use `compilation-error' in the
20156 read-file-name's prompt.
20157
20158 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20159
20160 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
20161 (smerge-auto-leave): Make undo re-enable the mode.
20162 (debug-ignored-errors): Add the user-error of impossible resolution.
20163 (smerge-resolve): Move things around a bit, in preparation for later.
20164 (smerge-diff): Don't fail if the buffer has no associated file.
20165 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
20166 (smerge-conflict-overlay): New function.
20167 (smerge-match-conflict): Don't add text properties here.
20168 (smerge-find-conflict): Instead, add an overlay here.
20169 Also check for the case where we're inside a conflict already, so as to
20170 obviate the need for font-lock-multiline, which is unbearably slow with
20171 large conflicts and ciomplex font-lock patterns.
20172 (smerge-remove-props): Remove overlay rather than text-properties.
20173 (smerge-mode): Don't set font-lock-multiline.
20174 Remove overlays when turned off.
20175
20176 2005-08-21 Kim F. Storm <storm@cua.dk>
20177
20178 * ido.el (ido-ignore-item-p): Use save-match-data.
20179 Bind case-fold-search to ido-case-fold locally.
20180
20181 2005-08-20 Richard M. Stallman <rms@gnu.org>
20182
20183 * files.el (normal-mode): If font lock is on, turn it off and on.
20184
20185 * subr.el (replace-regexp-in-string): Doc fix.
20186
20187 * startup.el (command-line-1): Don't suppress startup screen
20188 due to existing processes.
20189
20190 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
20191
20192 * progmodes/compile.el (compilation-disable-input): Default to nil.
20193
20194 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20195
20196 * progmodes/compile.el (compilation-disable-input): New defcustom.
20197 (compilation-start): If compilation-disable-input is non-nil, send
20198 EOF to the compilation process.
20199
20200 2005-08-20 Eli Zaretskii <eliz@gnu.org>
20201
20202 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
20203 Run the argument of tex-shell-cd-command through
20204 convert-standard-filename, to get the correct style of slashes on
20205 Windows, and enclose the result in quotes, in case the file name
20206 includes whitespace or other special characters.
20207
20208 2005-08-19 Andreas Schwab <schwab@suse.de>
20209
20210 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
20211 process.
20212
20213 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
20214
20215 * cus-start.el (minibuffer-prompt-properties): Correct typo.
20216
20217 2005-08-18 Kim F. Storm <storm@cua.dk>
20218
20219 * scroll-lock.el: Fix errors due to incorrect line wrapping.
20220
20221 2005-08-18 Richard M. Stallman <rms@gnu.org>
20222
20223 * scroll-lock.el: New file.
20224
20225 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
20226
20227 * dired.el (dired-move-to-end-of-filename):
20228 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
20229
20230 2005-08-18 Kim F. Storm <storm@cua.dk>
20231
20232 * ido.el (ido-everywhere): Fix defcustom :set function to disable
20233 rather than toggle mode when custom value is nil.
20234 (ido-everywhere): Fix defun doc string.
20235
20236 2005-08-17 Richard M. Stallman <rms@gnu.org>
20237
20238 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
20239 as tag instead of "Inviolable".
20240
20241 2005-08-17 Kim F. Storm <storm@cua.dk>
20242
20243 * windmove.el (windmove-coordinates-of-position): Remove.
20244 (windmove-coordinates-of-window-position): Remove.
20245 (windmove-reference-loc): Use posn-at-point instead.
20246
20247 * subr.el (insert-for-yank-1): Doc fix.
20248
20249 * ido.el (ido-enter-matching-directory): Rename from
20250 ido-enter-single-matching-directory. Change `slash' choice to
20251 `only'. Add `first' choice.
20252 (ido-exhibit): Adapt to above changes.
20253
20254 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
20255
20256 * Makefile.in: Expand comment about building loaddefs.el.
20257
20258 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
20259
20260 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
20261 Comment use of defadvice.
20262
20263 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
20264
20265 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
20266
20267 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
20268 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
20269 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
20270 * progmodes/idlw-shell.el, progmodes/ld-script.el,
20271 * progmodes/which-func.el, ruler-mode.el, strokes.el,
20272 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
20273 for backward compatibility for faces that did not appear in the
20274 previous Emacs release.
20275
20276 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
20277
20278 2005-08-15 Kim F. Storm <storm@cua.dk>
20279
20280 * emulation/cua-base.el (cua-delete-region): Return t if
20281 deleted region was non-empty.
20282 (cua-replace-region): Inhibit overwrite-mode for
20283 self-insert-command if replaced region was non-empty.
20284 (cua--explicit-region-start, cua--status-string): Make them
20285 buffer-local at top-level...
20286 (cua-mode): ...rather than when mode is enabled.
20287
20288 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
20289
20290 * progmodes/vhdl-mode.el (vhdl-emacs-21):
20291 Set t for Emacs 21, 22, and so on.
20292
20293 2005-08-15 David Ponce <david@dponce.com>
20294
20295 * tree-widget.el: Update Commentary header.
20296 (tree-widget-theme): Doc fix.
20297 (tree-widget-space-width): New option.
20298 (tree-widget-image-properties): Look up in the default theme too.
20299 (tree-widget--cursors): Only for images with arrow pointer shape.
20300 (tree-widget-lookup-image): Pointer shape is hand by default.
20301 (tree-widget-icon): Rename generic icon widget from
20302 `tree-widget-control'.
20303 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
20304 derive from `tree-widget-icon'.
20305 (tree-widget-handle): Improve default look and feel of the text
20306 representation.
20307 (tree-widget): Rename :*-control properties to :*-icon properties.
20308 Add :action and :help-echo properties.
20309 (tree-widget-after-toggle-functions): Move.
20310 (tree-widget-close-node, tree-widget-open-node): Remove.
20311 (tree-widget-before-create-icon-functions): New hook.
20312 (tree-widget-value-create): Update to allow customization of icons
20313 and nodes at run-time via that new hook.
20314 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
20315 (tree-widget-icon-action, tree-widget-icon-help-echo)
20316 (tree-widget-action, tree-widget-help-echo): New functions.
20317
20318 2005-08-15 Kim F. Storm <storm@cua.dk>
20319
20320 * ido.el (ido-buffer-internal): Use with-no-warnings.
20321 (ido-make-merged-file-list): Use while-no-input.
20322
20323 2005-08-15 Richard M. Stallman <rms@gnu.org>
20324
20325 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
20326 (flyspell-large-region): Fix doc and custom type.
20327
20328 2005-08-14 Richard M. Stallman <rms@gnu.org>
20329
20330 * files.el (interpreter-mode-alist): Doc fix.
20331
20332 * mail/rmail.el (rmail-nonignored-headers): New variable.
20333 (rmail-clear-headers): Use it.
20334 (rmail-reply): Better handling of mail-followup-to header.
20335
20336 * progmodes/sh-script.el (sh-font-lock-keywords-var):
20337 Rename variable from sh-font-lock-keywords. In the `shell' entry,
20338 don't try to refer to executable-font-lock-keywords.
20339 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
20340 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
20341 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
20342 (sh-mode): Set comment-start-skip, local-abbrev-table,
20343 imenu-case-fold-search.
20344 (sh-set-shell): Don't set them here.
20345 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
20346 Don't cache the results in the original alist; don't ever modify
20347 that alist.
20348
20349 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
20350
20351 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
20352 empty.
20353
20354 2005-08-15 Andreas Schwab <schwab@suse.de>
20355
20356 * desktop.el: Put autoload cookie at risky-local-variable declarations.
20357
20358 * dired.el, info.el, mail/rmail.el: Revert last change.
20359
20360 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
20361
20362 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
20363 modification in `eval-after-load' form.
20364 * info.el: Likewise.
20365 * mail/rmail.el: Likewise.
20366
20367 2005-08-14 Juri Linkov <juri@jurta.org>
20368
20369 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20370 Remove highlighting of "Compilation started". Highlight only
20371 the word "finished" in "Compilation finished". Add highlighting
20372 of "interrupt", "killed", "terminated" and the exit code.
20373 (compilation-start): Add newline after header. Use exactly the
20374 same time stamp format as the finishing message.
20375 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
20376
20377 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
20378 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
20379 Add highlighting of "interrupt", "killed", "terminated".
20380
20381 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
20382 enabled and the current command is self-insert-command, call it
20383 explicitly with overwrite-mode bound to nil, to not allow it
20384 to delete the character after the selected region.
20385
20386 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
20387
20388 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
20389 move-end-of-line, end-of-line, and beginning-of-line to the list
20390 of commands after which the echo area is updated.
20391
20392 2005-08-12 Eli Zaretskii <eliz@gnu.org>
20393
20394 * cus-edit.el (custom-save-all, custom-save-delete):
20395 Bind recentf-exclude to exclude custom-file.
20396
20397 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
20398
20399 * mail/rmailsum.el (rmail-summary-end-of-message): New command
20400 to go to the bottom of the mail message. Added to
20401 `rmail-summary-mode-map' with key "/".
20402 (rmail-summary-show-message): New (internal) function for use by
20403 both `rmail-summary-beginning/end-of-message'.
20404 (rmail-summary-beginning-of-message): Change to use
20405 rmail-summary-show-message.
20406
20407 * mail/rmail.el (rmail-end-of-message): New command to go to the
20408 end of the current message. Added to `rmail-mode-map' with key "/".
20409 (rmail-beginning-of-message): Fix to work as documented.
20410 (rmail-mode): Change documentation.
20411
20412 * progmodes/compile.el (compilation-start): Add the line
20413 "Compilation started" with compilation start time.
20414 (compilation-mode-font-lock-keywords): Add `started' to keywords.
20415
20416 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
20417
20418 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
20419 of menu items.
20420
20421 2005-08-11 Richard M. Stallman <rms@gnu.org>
20422
20423 * simple.el (pop-global-mark): Reverse test of widen-automatically.
20424
20425 * battery.el (battery-status-function): Don't use ignore-errors.
20426
20427 2005-08-11 Lute Kamstra <lute@gnu.org>
20428
20429 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
20430 define-obsolete-variable-alias.
20431
20432 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
20433
20434 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
20435 (ange-ftp-send-cmd): Revert last change, and expand
20436 the comment explaining the problem.
20437
20438 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
20439
20440 * ldefs-boot.el: Update.
20441
20442 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
20443 item to "Time, Load and Mail". Change help echo text.
20444
20445 * time.el (display-time-use-mail-icon, display-time-format)
20446 (display-time-string-forms): Shorten first line of docstrings.
20447
20448 2005-08-10 Lars Hansen <larsh@soem.dk>
20449
20450 * desktop.el (desktop-buffer-mode-handlers):
20451 Make non-customizable. Add autoload cookie. Change initial value to
20452 nil; add elements in respective modules instead. Fix doc string.
20453 (desktop-load-file): New function.
20454 (desktop-minor-mode-handlers): New autoloaded variable.
20455 (desktop-create-buffer): Call minor mode handlers.
20456 Use desktop-load-file to load major and minor mode modules prior to
20457 checking for a handler.
20458 (desktop-save): Don't add nil to desktop-minor-modes for minor
20459 modes with nil function in desktop-minor-mode-table. Don't delete
20460 desktop file before rewriting it.
20461 (desktop-locals-to-save): Add autoload cookie. Don't make
20462 automatically buffer-local. Add variables column-number-mode,
20463 size-indication-mode, indent-tabs-mode,
20464 indicate-buffer-boundaries, indicate-empty-lines and
20465 show-trailing-whitespace.
20466 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
20467 regexps. Don't use desktop-clear-preserve-buffers-regexp.
20468 (desktop-clear-preserve-buffers-regexp): Delete.
20469 (desktop-clear-preserve-buffers): Update initial value and docstring.
20470 (desktop-save-buffer): Fix doc string.
20471
20472 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
20473 (hilit-chg-desktop-restore): New function.
20474 (highlight-changes-mode): Add highlight-changes-mode to
20475 desktop-locals-to-save.
20476
20477 * dired.el: Add handler to desktop-buffer-mode-handlers.
20478 (dired-restore-desktop-buffer): Remove autoload cookie.
20479 (dired-mode): Add autoload cookie.
20480
20481 * info.el: Add handler to desktop-buffer-mode-handlers.
20482 (Info-restore-desktop-buffer): Remove autoload cookie.
20483 (Info-mode): Add autoload cookie.
20484
20485 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
20486 (mh-restore-desktop-buffer): Remove autoload cookie.
20487 (mh-folder-mode): Add autoload cookie.
20488
20489 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
20490 (rmail-restore-desktop-buffer): Remove autoload cookie.
20491
20492 2005-08-11 Masatake YAMATO <jet@gyve.org>
20493
20494 * hexl.el (hexl-address-region):
20495 (hexl-ascii-region, hexl-font-lock-keywords):
20496 (hexl-highlight-line-range): Use the term "region"
20497 instead of "area" for consistency with the other symbols
20498 defined in hexl.el.
20499
20500 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
20501
20502 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
20503 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
20504 out by Juri Linkov). Add `display-battery-mode'.
20505
20506 2005-08-09 Juri Linkov <juri@jurta.org>
20507
20508 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20509 Remove `-text' from face variable names.
20510 (compilation-error-file-name, compilation-warning-file-name)
20511 (compilation-info-file-name): Delete faces.
20512 (compilation-line-number, compilation-column-number):
20513 Remove face underlining.
20514 (compilation-message-face): Set to `underline' value by default.
20515 (compilation-error-face, compilation-warning-face)
20516 (compilation-info-face): Remove `-file-name' from face names.
20517 (compilation-error-text-face, compilation-warning-text-face)
20518 (compilation-info-text-face): Delete face variables.
20519 (compilation-text-face): Delete function.
20520
20521 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
20522 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
20523 (grep-error-face): Set to `compilation-error' instead of
20524 `compilation-error-face' (which is redefined to `grep-hit-face' in
20525 grep buffers).
20526 (grep-mode-font-lock-keywords): Remove `-text' from face variable
20527 names. Use `grep-error-face' instead of `compilation-error-text-face'.
20528
20529 * dired-aux.el (dired-do-query-replace-regexp):
20530 Use `query-replace-read-args'.
20531
20532 * replace.el (query-replace-read-from, query-replace-read-to)
20533 (query-replace-read-args): Rename arg `string' to `prompt'.
20534
20535 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
20536
20537 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
20538
20539 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
20540 uploading files.
20541 (ange-ftp-canonize-filename): Handle file names beginning with ~
20542 correctly.
20543
20544 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
20545
20546 * textmodes/fill.el (canonically-space-region)
20547 (fill-context-prefix, fill-french-nobreak-p)
20548 (fill-delete-newlines, fill-comment-paragraph)
20549 (justify-current-line): "?\ " -> "?\s".
20550
20551 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
20552
20553 * textmodes/fill.el (fill-nonuniform-paragraphs):
20554 Improve argument/docstring consistency.
20555
20556 2005-08-09 Richard M. Stallman <rms@gnu.org>
20557
20558 * textmodes/ispell.el (ispell-word): More fboundp checks.
20559
20560 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
20561 (find-file-noselect-1): Call it here, only if RAWFILE.
20562 (normal-mode): Always set some major mode.
20563 (save-some-buffers-action-alist): Change some explanation strings.
20564 (file-name-non-special): In the `quote' method, use unwind-protect.
20565
20566 2005-08-09 Magnus Henoch <mange@freemail.hu>
20567
20568 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
20569 (ispell-have-aspell-dictionaries): New variable.
20570 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
20571 (ispell-get-aspell-config-value): New function.
20572 (ispell-aspell-find-dictionary): New function.
20573 (ispell-aspell-add-aliases): New function.
20574 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
20575 appropriate. Don't look for ispell dictionaries if we use aspell.
20576 (ispell-menu-map): Don't build a submenu of dictionaries.
20577
20578 2005-08-09 Richard M. Stallman <rms@gnu.org>
20579
20580 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
20581 (sql-read-passwd): Use read-passwd.
20582
20583 * progmodes/idlw-toolbar.el (idlwave-toolbar)
20584 (idlwave-toolbar-is-possible): Add defvars.
20585
20586 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
20587 Avoid warnings.
20588
20589 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
20590 (idlwave-system-class-info, idlwave-executive-commands-alist):
20591 Use defvar.
20592
20593 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
20594
20595 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
20596 Avoid warnings.
20597
20598 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
20599 and content-type: headers.
20600
20601 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
20602
20603 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
20604 and rename some of them to be more self-explanatory.
20605
20606 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
20607
20608 * startup.el (command-line-1): Implement -scriptload.
20609
20610 * replace.el (occur-engine): Initial *Occur* output not undoable.
20611
20612 * menu-bar.el (menu-bar-file-menu): Rename some menu items
20613 and improve help strings.
20614
20615 * isearch.el (isearch-repeat): When changing direction,
20616 mark search successful.
20617
20618 * ediff-init.el: Use (featurep 'xemacs).
20619
20620 * comint.el (send-invisible): Identify buffer, if not selected.
20621
20622 * align.el: Delete autoload for c-guess-basic-syntax.
20623
20624 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
20625
20626 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
20627 Improve argument/docstring consistency. Doc fixes.
20628 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
20629 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
20630 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
20631 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
20632 (r2bv-organization, r2bv-pages, r2bv-primary-author)
20633 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
20634 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
20635 Defvar at compile time.
20636
20637 2005-08-09 Juri Linkov <juri@jurta.org>
20638
20639 * info.el: Replace `info' with upper-case `Info' where appropriate.
20640 (info-title-1, info-title-2, info-title-3, info-title-4)
20641 (info-menu-header): Move up face definitions.
20642 (info-menu-star): Rename from `info-menu-5'.
20643 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
20644 (Info-fontify-visited-nodes): Fix docstring.
20645 (Info-hide-note-references): Fix docstring.
20646 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
20647 menu items in the same way as on cross-references.
20648 (info-apropos): Fix sorting order and formatting to be like in the
20649 stand-alone Info browser. Display error messages for 1 sec.
20650 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
20651 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
20652 from the menu bar.
20653 (Info-insert-dir): Restore point after calling
20654 `insert-buffer-substring'.
20655
20656 2005-08-08 Richard M. Stallman <rms@gnu.org>
20657
20658 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
20659 (recompute-lucid-menubar): Add defvars.
20660
20661 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
20662
20663 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
20664
20665 * net/net-utils.el (run-dig): Rename from `dig'.
20666
20667 * play/gametree.el (gametree-mode): Use make-local-variable,
20668 not make-variable-buffer-local.
20669
20670 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
20671
20672 * ansi-color.el (ansi-color-make-extent)
20673 (ansi-color-set-extent-face): Use fboundp, not functionp.
20674
20675 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
20676 not make-variable-buffer-local.
20677
20678 * bookmark.el (Info-current-file): Add defvar.
20679 (bookmark-jump-noselect): Use with-no-warnings.
20680
20681 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
20682
20683 * ebuff-menu.el (Helper-return-blurb): Add defvar.
20684
20685 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
20686
20687 * find-file.el (ada-procedure-start-regexp)
20688 (ada-package-start-regexp): Add defvars.
20689
20690 * info.el (Info-insert-dir): Use insert-buffer-substring.
20691
20692 * xml.el (xml-att-def-re): Add defvar.
20693
20694 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
20695 calling convention.
20696
20697 * subr.el (while-no-input): Return t if there is input.
20698
20699 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
20700
20701 * cus-start.el (all): Add `overflow-newline-into-fringe'.
20702
20703 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
20704
20705 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
20706 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
20707
20708 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
20709
20710 * cmuscheme.el (scheme-start-file): Replace reference to
20711 `user-emacs-directory' by "~/.emacs.d/".
20712
20713 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
20714
20715 * info.el (Info-dir-remove-duplicates): Avoid case folding
20716 in loop; instead, keep downcased strings for comparison.
20717 Suggested by Helmut Eller.
20718
20719 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
20720
20721 Sync with Tramp 2.0.50.
20722
20723 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
20724 XEmacs case; not necessary anymore.
20725 (tramp-user-regexp): Allow "@" as part of user name.
20726 (tramp-handle-set-visited-file-modtime)
20727 (tramp-handle-insert-file-contents)
20728 (tramp-handle-write-region): No special handling for
20729 `last-coding-system-used, because this is done in
20730 `tramp-accept-process-output' now.
20731 (tramp-accept-process-output): New defun.
20732 (tramp-process-one-action, tramp-process-one-multi-action)
20733 (tramp-wait-for-regexp, tramp-wait-for-output)
20734 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
20735 Howells <dhowells@redhat.com>.
20736 (clear-visited-file-modtime): Defadvice removed. The check for
20737 unset buffer's modtime does not need to be based on
20738 `tramp-buffer-file-attributes'. Suggested by RMS.
20739 (tramp-message): Insert "\n" if not being at beginning of line.
20740 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
20741 sequence with same logic.
20742 (tramp-completion-handle-expand-file-name): Discard call of
20743 `tramp-drop-volume-letter'. It is not necessary, and there have
20744 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
20745 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20746 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
20747 should always be visible.
20748 (tramp-handle-insert-directory, tramp-setup-complete)
20749 (tramp-set-process-query-on-exit-flag)
20750 (tramp-append-tramp-buffers): Pacify byte-compiler.
20751 (tramp-bug): Delete non-existing variables from list.
20752 Apply `tramp-load-report-modules' as pre-hook.
20753 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
20754 `shell-prompt-pattern' because of non-7bit characters.
20755 Reported by Sebastian Luque <sluque@mun.ca>.
20756 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
20757 (tramp-match-string-list): Remove function.
20758 (tramp-wait-for-regexp): Remove call of that function.
20759 Suggested by Kim F. Storm <storm@cua.dk>.
20760 (tramp-set-auto-save-file-modes): Use octal integer code #o600
20761 instead of octal character code ?\600. The latter resulted in a
20762 syntax error with XEmacs.
20763
20764 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
20765 XEmacs case; not necessary anymore.
20766 (tramp-smb-handle-write-region): No special handling for
20767 `last-coding-system-used, because this is done in
20768 `tramp-accept-process-output' now.
20769 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
20770
20771 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
20772
20773 * wid-edit.el (widget-choice-value-create):
20774 Unconditionally respect user choice. Set :explicit-choice back to nil
20775 when no longer needed.
20776 (widget-choice-action): Unconditionally respect user choice.
20777 Eliminate :explicit-choice-value.
20778
20779 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
20780
20781 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
20782 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
20783 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
20784 running new function `toggle-indicate-empty-lines'.
20785 Rename "Customize" item to "Customize fringe".
20786 Rename "Indicators" item to "Buffer boundaries" and change help echo.
20787 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
20788 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
20789 Delete "Empty lines only" item.
20790 (menu-bar-showhide-fringe-ind-customize): New function.
20791 (menu-bar-showhide-fringe-ind-mixed)
20792 (menu-bar-showhide-fringe-ind-box)
20793 (menu-bar-showhide-fringe-ind-right)
20794 (menu-bar-showhide-fringe-ind-left)
20795 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
20796 instead of `fringe-indicators'.
20797
20798 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
20799
20800 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
20801 Change the date of last update.
20802
20803 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
20804
20805 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
20806 (viper-exec-yank, viper-put-back): Don't display modification msg
20807 if in the minibuffer.
20808
20809 * viper-init.el (viper-replace-overlay-cursor-color)
20810 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
20811 Make variables frame local.
20812
20813 * viper-util.el (viper-append-filter-alist): Use append instead of
20814 nconc.
20815
20816 * viper.el (viper-vi-state-mode-list)
20817 (viper-emacs-state-mode-list): Move help-mode and
20818 completion-list-mode from the first list to the second.
20819 (viper-mode): Docstring.
20820 (viper-go-away, viper-non-hook-settings): Don't localize
20821 minor-mode-alist in newer Emacsen. Add advice to
20822 set-cursor-color. Don't bind "\C-c\\".
20823
20824 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
20825
20826 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
20827 (scheme-macro-expand-command): New user options.
20828 (scheme-trace-procedure, scheme-expand-current-form): New commands.
20829 (scheme-form-at-point, scheme-start-file)
20830 (scheme-interactively-start-process): New functions.
20831 (scheme-get-process): New function, extracted from `scheme-proc'.
20832 (run-scheme): Call `scheme-start-file' to get start file, and pass
20833 it to `make-comint'.
20834 (switch-to-scheme, scheme-proc):
20835 Call `scheme-interactively-start-process' if no Scheme buffer/process
20836 is available.
20837
20838 2005-08-06 Juri Linkov <juri@jurta.org>
20839
20840 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20841 Use `compilation-text-face', `compilation-info-text-face' and
20842 `compilation-error-text-face' instead of `font-lock-keyword-face'.
20843 (compilation-error): New face.
20844 (compilation-error-file-name): Inherit from
20845 `compilation-error' instead of `font-lock-warning-face'.
20846 (compilation-warning-file-name): Inherit from
20847 `compilation-warning' instead of `font-lock-warning-face'.
20848 (compilation-info, compilation-error-file-name)
20849 (compilation-warning-file-name, compilation-info-file-name)
20850 (compilation-line-number, compilation-column-number): Doc fix.
20851 (compilation-error-text-face, compilation-warning-text-face)
20852 (compilation-info-text-face): New face variables.
20853 (compilation-line-face, compilation-column-face)
20854 (compilation-enter-directory-face)
20855 (compilation-leave-directory-face): Doc fix.
20856 (compilation-text-face): New function.
20857
20858 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
20859 instead of 1 to display binary file names as info file links.
20860 (grep-error-face): Use `compilation-error-face' instead of
20861 `font-lock-keyword-face'.
20862 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
20863 and `compilation-warning-text-face' instead of
20864 `font-lock-keyword-face'. Use `compilation-error-text-face'
20865 instead of `grep-error-face'.
20866
20867 2005-08-05 Kenichi Handa <handa@m17n.org>
20868
20869 * international/code-pages.el: Add autoload cookies for all coding
20870 systems.
20871
20872 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
20873
20874 * cus-start.el (all): Put undo.c where it alphabetically belongs.
20875
20876 2005-08-04 Juri Linkov <juri@jurta.org>
20877
20878 * progmodes/compile.el (compilation-mode-map):
20879 * progmodes/grep.el (grep-mode-map):
20880 Bind TAB to `compilation-next-error' and [backtab] to
20881 `compilation-previous-error'.
20882
20883 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
20884 matching line numbers, column numbers and their ranges with regexp
20885 matching only line numbers.
20886 (grep-context-face): New face variable.
20887 (grep-mode-font-lock-keywords): Use it.
20888
20889 * faces.el (read-face-name): Delete duplicate faces.
20890
20891 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
20892
20893 * thumbs.el (thumbs-find-image): Don't make variables
20894 automatically buffer local.
20895 (thumbs-current-tmp-filename, thumbs-current-image-filename)
20896 (thumbs-image-num): Make automatically buffer local.
20897 (thumbs-show-thumbs-list): Use `make-local-variable', not
20898 `make-variable-buffer-local'.
20899 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
20900
20901 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
20902 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
20903 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
20904 (bother, bye, canyou, chatlst, continue, deathlst, describe)
20905 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
20906 (feelings-about, foullst, found, hello, history, howareyoulst)
20907 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
20908 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
20909 (neglst, obj, object, owner, please, problems, qlist)
20910 (random-adjective, relation, remlst, repetitive-shortness)
20911 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
20912 (shortlst, something, sportslst, stallmanlst, states, subj)
20913 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
20914 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
20915 Defvar at compile time.
20916
20917 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
20918 not `make-variable-buffer-local'.
20919
20920 2005-08-02 Kim F. Storm <storm@cua.dk>
20921
20922 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
20923 rectangle overlay in selected window.
20924
20925 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
20926
20927 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
20928 instead of display group. Make `indicate-buffer-boundaries'
20929 customizable through Custom.
20930
20931 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
20932
20933 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
20934 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
20935 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
20936 (gdb-put-string): Fix typos in docstrings.
20937
20938 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
20939
20940 Update copyright notices of files in progmodes directory for
20941 release of Emacs 22.1.
20942
20943 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
20944
20945 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
20946 Don't barf if the GUD buffer has been killed.
20947
20948 2005-08-01 Kim F. Storm <storm@cua.dk>
20949
20950 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
20951
20952 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20953
20954 * simple.el (next-error-follow-minor-mode):
20955 make-variable-buffer-local -> make-local-variable.
20956
20957 * emacs-lisp/cl-extra.el: Require CL also when compiling.
20958
20959 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
20960 (byte-compile-form-make-variable-buffer-local): New functions to warn
20961 about misuses of make-variable-buffer-local where make-local-variable
20962 was meant.
20963
20964 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
20965
20966 * bs.el (bs-attributes-list): Doc fix.
20967 (bs): Update url-link.
20968
20969 * desktop.el (desktop-save-buffer): Fix typos in docstring.
20970 (desktop-load-default): Simplify.
20971
20972 * ibuffer.el (ibuffer-columnize-and-insert-list)
20973 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
20974 (ibuffer-unmark-all, ibuffer-toggle-marks)
20975 (ibuffer-unmark-forward, ibuffer-unmark-backward)
20976 (ibuffer-compile-make-format-form, ibuffer-format-column)
20977 (ibuffer-current-buffers-with-marks)
20978 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
20979 (ibuffer): Doc fix.
20980 (ibuffer-mode): Fix typo in docstring.
20981 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
20982 with `define-obsolete-variable-alias'.
20983 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
20984
20985 2005-07-29 Kenichi Handa <handa@m17n.org>
20986
20987 * international/mule-cmds.el (select-message-coding-system):
20988 Be sure to use LF for end-of-line. If no coding system is decided,
20989 return iso-8859-1-unix.
20990
20991 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20992
20993 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
20994 (ange-ftp-pending-error-line): New vars.
20995 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
20996 to handle the non-fatal no-route-to-host messages.
20997 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
20998
20999 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
21000
21001 * isearch.el (isearch-mode-map, isearch-other-meta-char)
21002 (isearch-quote-char, isearch-printing-char)
21003 (isearch-text-char-description): "?\ " -> "?\s".
21004 (isearch-lazy-highlight-cleanup)
21005 (isearch-lazy-highlight-initial-delay)
21006 (isearch-lazy-highlight-interval)
21007 (isearch-lazy-highlight-max-at-a-time)
21008 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
21009 Declare with define-obsolete-*-alias macros.
21010 (isearch-forward): Fix typo in docstring.
21011 (search-invisible, search-ring-yank-pointer)
21012 (regexp-search-ring-yank-pointer): Doc fixes.
21013
21014 * recentf.el (recentf-menu-append-commands-p): Declare with
21015 `define-obsolete-variable-alias'.
21016 (recentf-max-saved-items, recentf-menu-filter)
21017 (recentf-arrange-by-rule-subfilter): Doc fixes.
21018 (recentf-menu-append-commands-flag)
21019 (recentf-initialize-file-name-history, recentf-expand-file-name)
21020 (recentf-clear-data): Fix typos in docstrings.
21021
21022 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
21023
21024 * progmodes/gdb-ui.el: Smarten comments.
21025 (gdb-info-breakpoints-custom): Use nowarn when finding file.
21026
21027 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21028
21029 * term/apollo.el (terminal-init-apollo): New function containing
21030 all former top level forms in the file.
21031 * term/bobcat.el (terminal-init-bobcat):
21032 * term/cygwin.el (terminal-init-cygwin):
21033 * term/iris-ansi.el (terminal-init-iris-ansi):
21034 * term/linux.el (terminal-init-linux):
21035 * term/news.el (terminal-init-news):
21036 * term/rxvt.el (terminal-init-rxvt):
21037 * term/sun.el (terminal-init-sun):
21038 * term/tvi970.el (terminal-init-tvi970):
21039 * term/vt100.el (terminal-init-vt100):
21040 * term/vt102.el (terminal-init-vt102):
21041 * term/vt125.el (terminal-init-vt125):
21042 * term/vt200.el (terminal-init-vt200):
21043 * term/vt201.el (terminal-init-vt201):
21044 * term/vt220.el (terminal-init-vt220):
21045 * term/vt240.el (terminal-init-vt240):
21046 * term/vt300.el (terminal-init-vt300):
21047 * term/vt320.el (terminal-init-vt320):
21048 * term/vt400.el (terminal-init-vt400):
21049 * term/vt420.el (terminal-init-vt420):
21050 * term/wyse50.el (terminal-init-wyse50):
21051 * term/xterm.el (terminal-init-xterm): Likewise.
21052
21053 * term/README: Describe the terminal-init-* functionality.
21054
21055 * startup.el (command-line): After loading the terminal initialization
21056 file call the corresponding terminal initialization function.
21057
21058 2005-07-27 Kenichi Handa <handa@m17n.org>
21059
21060 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
21061 negative.
21062
21063 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
21064 (ps-mule-composition-prologue): Fix for the case that
21065 RelativeCompose is false.
21066
21067 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
21068
21069 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
21070
21071 * descr-text.el (describe-char): Handle the case where the list of
21072 chars is displayed in a separate frame.
21073 Be a bit more discriminating when looking for the char.
21074
21075 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
21076
21077 * bookmark.el (bookmark-automatically-show-annotations)
21078 (bookmark-read-annotation-text-func): Doc fixes.
21079 (bookmark-save): Improve argument/docstring consistency.
21080 (bookmark-get-bookmark, bookmark-get-bookmark-record)
21081 (bookmark-alist-from-buffer)
21082 (bookmark-upgrade-file-format-from-0)
21083 (bookmark-grok-file-format-version)
21084 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
21085 (bookmark-read-annotation-mode)
21086 (bookmark-insert-current-bookmark, bookmark-jump)
21087 (bookmark-exit-hook): Fix typos in docstrings.
21088 (bookmark-exit-hooks): Define as obsolete alias.
21089 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
21090 not `bookmark-exit-hooks'. Fix docstring.
21091 (bookmark-bmenu-select): "?\ " -> "?\s".
21092
21093 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
21094
21095 * startup.el (command-line): Fix typo.
21096
21097 2005-07-24 Richard M. Stallman <rms@gnu.org>
21098
21099 * tooltip.el (tooltip-mode): Test emacs-basic-display,
21100 not emacs-quick-startup.
21101
21102 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
21103
21104 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
21105 (reb-next-match, reb-show-subexp): Use `with-selected-window'
21106 instead of `reb-with-current-window'.
21107 (reb-prev-match): Likewise. Also, don't move left if the search
21108 was unsuccessful.
21109 (reb-initialize-buffer): New function.
21110 (re-builder, reb-change-syntax): Use it.
21111
21112 * man.el (Man-goto-page): Make second argument NOERROR optional.
21113
21114 2005-07-23 Richard M. Stallman <rms@gnu.org>
21115
21116 * man.el (Man-bgproc-sentinel): Check here for failure to find
21117 any man page in the output, and report the error here.
21118 (Man-arguments): Make it permanent local.
21119 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
21120 (Man-mode): Pass t for NOERROR.
21121
21122 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
21123 (grep-mode-font-lock-keywords):
21124 Don't use compilation-...-face for messages that are not file names.
21125
21126 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21127 Don't use compilation-...-face for messages that are not file names.
21128
21129 2005-07-22 Juri Linkov <juri@jurta.org>
21130
21131 * startup.el (normal-splash-screen): Update menu name.
21132
21133 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
21134
21135 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21136
21137 * term/xterm.el: Load term/rxvt if the terminal is actually an
21138 rxvt terminal.
21139 (xterm-rxvt-set-background-mode): Remove, not used anymore.
21140
21141 * term/rxvt.el (function-key-map): Use substitute-key-definition
21142 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
21143
21144 * term/cygwin.el: New file.
21145
21146 2005-07-22 Kim F. Storm <storm@cua.dk>
21147
21148 * image-file.el (insert-image-file, image-file-yank-handler):
21149 Fix last change to maintain a (unique) yank-handler on yanked images.
21150
21151 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
21152
21153 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
21154 of the file size (as in "177B" for 177 bytes). This happens with
21155 "ls -lh" on FreeBSD.
21156
21157 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
21158
21159 * hilit-chg.el (highlight-changes-global-initial-state)
21160 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
21161 (hilit-chg-fixup, highlight-changes-mode):
21162 Fix typos in docstrings.
21163 (highlight-changes-global-modes, highlight-changes-rotate-faces):
21164 Doc fixes.
21165
21166 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
21167
21168 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
21169 mode function using `eval-after-load'.
21170
21171 2005-07-21 Kim F. Storm <storm@cua.dk>
21172
21173 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
21174 included when reporting an Emacs crash, and tell about the DEBUG file.
21175
21176 * image-file.el (insert-image-file): Add yank-handler.
21177 (image-file-yank-handler): Yank handler to make unique copies of
21178 images when they are yanked into a buffer next to each other.
21179
21180 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
21181
21182 * comint.el (comint-use-prompt-regexp, comint-send-input)
21183 (comint-source-default, comint-extract-string)
21184 (comint-get-source, comint-word, comint-completion)
21185 (comint-source, comint-prompt-read-only, comint-update-fence):
21186 Fix typos in docstrings.
21187 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
21188 Declare with define-obsolete-*-alias macros.
21189 (comint-previous-matching-input-from-input)
21190 (comint-next-matching-input-from-input)
21191 (comint-previous-matching-input, comint-next-matching-input)
21192 (comint-forward-matching-input):
21193 Improve argument/docstring consistency.
21194
21195 * desktop.el (desktop-clear-preserve-buffers-regexp):
21196 Also preserve the *server* buffer.
21197
21198 * simple.el (clone-indirect-buffer): Doc fix.
21199 (fixup-whitespace, just-one-space)
21200 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
21201 (next-error, next-error-highlight)
21202 (next-error-highlight-no-select, next-error-last-buffer)
21203 (next-error-buffer-p, next-error-find-buffer, next-error)
21204 (previous-error, next-error-no-select, previous-error-no-select)
21205 (open-line, split-line, minibuffer-prompt-width, kill-new)
21206 (binary-overwrite-mode): Fix typos in docstrings.
21207 (set-fill-column): Fix typo in message.
21208
21209 * skeleton.el (skeleton-proxy-new): Doc fix.
21210
21211 * strokes.el (strokes-load-hook): Doc fix.
21212 (strokes-grid-resolution, strokes-get-grid-position)
21213 (strokes-renormalize-to-grid, strokes-read-stroke)
21214 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
21215 (strokes-global-map): Fix typos in docstrings.
21216 (strokes-help): Doc fix. Fix help message and pass it through
21217 `substitute-command-keys'.
21218
21219 * tempo.el (tempo-insert-prompt, tempo-interactive)
21220 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
21221 (tempo-insert-string-functions, tempo-local-tags)
21222 (tempo-define-template, tempo-insert-template)
21223 (tempo-insert-prompt-compat, tempo-is-user-element)
21224 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
21225 Fix typos in docstrings.
21226
21227 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
21228 (vcursor-key-bindings, vcursor-use-vcursor-map)
21229 (vcursor-find-window, vcursor-scroll-down)
21230 (vcursor-disable, vcursor-beginning-of-buffer)
21231 (vcursor-end-of-buffer): Fix typos in docstrings.
21232 (vcursor-relative-move, vcursor-get-char-count):
21233 Improve argument/docstring consistency.
21234
21235 * version.el: "?\ " -> "?\s".
21236
21237 * wid-edit.el (widget-default-create, widget-after-change)
21238 (widget-default-format-handler, widget-checklist-add-item)
21239 (widget-radio-add-item, widget-choose, widget-specify-secret)
21240 (widget-field-value-create, widget-field-value-get)
21241 (widget-editable-list-format-handler)
21242 (widget-editable-list-entry-create, widget-group-value-create)
21243 (widget-documentation-link-add)
21244 (widget-documentation-string-value-create): "?\ " -> "?\s".
21245 (widget-convert-text): Doc fix.
21246 (widget-narrow-to-field, widget-field-find)
21247 (widget-url-link-action, widget-emacs-library-link-action)
21248 (widget-color-notify): Fix typos in docstrings.
21249
21250 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
21251 (x-select-text, set-w32-system-coding-system)
21252 (w32-add-charset-info): Fix typos in docstrings.
21253
21254 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
21255 (cua-enable-cua-keys, cua-use-hyper-key)
21256 (cua-virtual-rectangle-edges): Fix typos in docstrings.
21257 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
21258
21259 * net/tramp.el (tramp-handle-load): Fix typo in error message.
21260
21261 * emacs-lisp/re-builder.el (regexp-builder): Declare with
21262 `defalias' instead of faking it.
21263
21264 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
21265 (eshell-ls-missing, eshell-ls-dired-initial-args)
21266 (eshell-ls-use-in-dired): Fix typos in docstrings.
21267
21268 2005-07-20 Kim F. Storm <storm@cua.dk>
21269
21270 * emulation/cua-base.el (cua-mode): Improve doc string.
21271
21272 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
21273
21274 * abbrev.el (expand-region-abbrevs): Doc fix.
21275 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
21276 Improve argument/docstring consistency.
21277
21278 * arc-mode.el (archive-get-descr, archive-alternate-display):
21279 Doc fixes.
21280 (archive-l-e): Improve argument/docstring consistency.
21281 (archive-tmpdir, archive-unixdate, archive-unixtime)
21282 (archive-chmod-entry): Fix typos in docstrings.
21283 (archive-unflag, archive-unflag-backwards)
21284 (archive-unmark-all-files): "?\ " -> "?\s".
21285
21286 * buff-menu.el (Buffer-menu-unmark): Doc fix.
21287 (Buffer-menu-not-modified, Buffer-menu-execute)
21288 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
21289 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
21290
21291 * composite.el (compose-string, encode-composition-rule)
21292 (compose-last-chars): Fix typos in docstrings.
21293
21294 * desktop.el (desktop-enable, desktop-basefilename):
21295 Declare with `define-obsolete-variable-alias'.
21296 (desktop-internal-v2s): Don't quote keywords.
21297 (desktop-clear): "?\ " -> "?\s".
21298
21299 * dired.el (dired-align-file, dired-flag-backup-files)
21300 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
21301 (dired-listing-switches, dired-ls-F-marks-symlinks)
21302 (dired-dwim-target, dired-load-hook, dired-mode-hook)
21303 (dired-directory, dired-faces, dired, dired-revert)
21304 (dired-mode, dired-summary, dired-view-file)
21305 (dired-copy-filename-as-kill, dired-delete-file)
21306 (dired-no-confirm, dired-unmark-all-marks)
21307 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
21308 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
21309 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
21310 Fix typos in message strings.
21311
21312 * dired-x.el (virtual-dired): Declare with `defalias'.
21313 (dired-mark-unmarked-files, dired-local-variables-file)
21314 (dired-omit-here-always): Doc fix.
21315 (dired-omit-mode, dired-find-subdir)
21316 (dired-enable-local-variables, dired-clean-up-buffers-too)
21317 (dired-extra-startup, dired-mark-extension, dired-jump)
21318 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
21319 (dired-smart-shell-command, dired-guess-shell-alist-user)
21320 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
21321 (dired-x-bind-find-file, dired-x-submit-report):
21322 Fix typos in docstrings.
21323 (dired-mark-unmarked-files): "?\ " -> "?\s".
21324
21325 * dirtrack.el (dirtrack-list): Fix typos in docstring.
21326
21327 * faces.el (describe-face): "?\ " -> "?\s".
21328 (read-all-face-attributes, read-face-font, modify-face)
21329 (face-attr-construct, italic): Fix typos in docstrings.
21330 (frame-update-face-colors): Declare with
21331 `define-obsolete-function-alias'.
21332
21333 * files.el (find-file-noselect, recode-file-name): Doc fixes.
21334 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
21335 (magic-mode-alist, buffer-file-numbers-unique)
21336 (write-file-functions, get-free-disk-space):
21337 Fix typos in docstrings.
21338 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
21339 (write-contents-hooks, write-file-hooks):
21340 Declare with `define-obsolete-variable-alias'.
21341
21342 * forms-d2.el (arch-rj): Fix typo in docstrings.
21343 (arch-tocol): Likewise. "?\ " -> "?\s".
21344
21345 * frame.el (set-frame-font, cursor-in-non-selected-windows):
21346 Fix typo in docstring.
21347 (set-screen-width, set-screen-height): Delete redundant info in
21348 doctrings.
21349 (new-frame, screen-height, screen-width): Declare with
21350 `define-obsolete-function-alias'.
21351 (delete-frame-hook, blink-cursor): Declare with
21352 `define-obsolete-variable-alias'.
21353
21354 * paths.el (prune-directory-list): Fix typos in docstring.
21355
21356 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
21357 (cvs-prefix-get): Fix typos in docstrings.
21358
21359 * ps-print.el (ps-extend-face-list, ps-extend-face)
21360 (ps-print-background-image): Fix typos in docstrings.
21361 (ps-default-fg, ps-default-bg): Doc fixes.
21362
21363 * s-region.el (s-region-bind): Doc fix.
21364 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
21365
21366 * textmodes/org.el (org-table-formula-substitute-names)
21367 (org-table-get-vertical-vector): Doc fixes.
21368 (org-table-recalculate): Remove unused argument to `message'.
21369
21370 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
21371
21372 * textmodes/org.el (org-table-column-names)
21373 (org-table-column-name-regexp)
21374 (org-table-named-field-locations): New variables.
21375 (org-archive-subtree): Protect `this-command' when calling
21376 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
21377 the kill buffer.
21378 (org-complete): Remove fixed-formula completion.
21379 (org-edit-formulas-map): New variable.
21380 (org-table-edit-formulas): New command.
21381 (org-finish-edit-formulas, org-abort-edit-formulas)
21382 (org-show-variable, org-table-get-vertical-vector): New functions.
21383 (org-table-maybe-eval-formula): Handle `:=' fields.
21384 (org-table-get-stored-formulas, org-table-store-formulas)
21385 (org-table-get-formula, org-table-modify-formulas)
21386 (org-table-replace-in-formulas): Handle named field formulas.
21387 (org-table-get-specials): Store locations of named fields.
21388
21389 2005-07-19 Juri Linkov <juri@jurta.org>
21390
21391 * progmodes/grep.el (grep-regexp-alist)
21392 (grep-mode-font-lock-keywords, grep-process-setup):
21393 Use default GNU grep match color "01;31m" instead of "01;41m".
21394 (grep-regexp-alist, grep-mode-font-lock-keywords):
21395 Use `\\[[0-9]*m' instead of `\\[00m'.
21396 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
21397 sgr_start where its handling is more important. Use the real
21398 length of sgr_start instead of constant 8.
21399 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
21400 specially. Delete all remaining escape sequences.
21401 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
21402 (grep-regexp-alist): Make hyperlink only for binary file name
21403 instead of the whole line.
21404 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
21405 (grep-mode): Add autoload.
21406
21407 * emacs-lisp/find-func.el (find-function-regexp):
21408 Add `define-compilation-mode'.
21409
21410 2005-07-19 Juri Linkov <juri@jurta.org>
21411
21412 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
21413 (compare-windows-sync-string-size, compare-windows-recenter)
21414 (compare-windows-highlight, compare-windows): Add version 22.1.
21415 (compare-windows) <defface>: Inherit from lazy-highlight instead
21416 of duplicating its default value.
21417
21418 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
21419 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
21420
21421 * descr-text.el (describe-char): Create link buttons for `charset'
21422 and `code point'. Add the current input method name with a link
21423 button to `to input' field. Print face names of display table
21424 characters in `The display table entry is displayed by' section
21425 instead of printing face-id in the `display' field.
21426 Guess hardcoded faces and create a link button for them.
21427 Skip empty fields when calculating max-width.
21428 Treat `widget-create' specially while inserting strings from the
21429 collected field list.
21430 (describe-char-after): Made obsolete in version 22.1, not 21.5.
21431
21432 * diff-mode.el (diff-file-header): Change foreground color from
21433 yellow to green on light backgrounds.
21434 (diff-context): Inherit from `shadow' only for color/grayscale
21435 with more than 88 colors.
21436 (diff-indicator-removed, diff-indicator-added)
21437 (diff-indicator-changed): New faces.
21438 (diff-font-lock-keywords): Use new faces. Regroup rules.
21439 Add "^---$" for `normal' diff format. Fontify `#' lines with
21440 font-lock-comment-delimiter-face and font-lock-comment-face.
21441 Add `#' to ^[^...] in the rule for `diff-context-face'.
21442
21443 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
21444 a button-like box. Inherit from `highlight' on low colors.
21445 (shadow): Use shades of gray only for color/grayscale with
21446 more than 88 colors. Use green for light backgrounds with
21447 8 colors, and yellow for dark backgrounds with 8 colors.
21448
21449 * font-lock.el (font-lock-regexp-grouping-backslash):
21450 Don't inherit from escape-glyph (use bold for all cases).
21451
21452 * info.el (info-xref-visited): Use light foreground color `violet'
21453 for dark backgrounds instead of dark color `magenta3'.
21454 (info-title-1): Use `yellow' color for dark backgrounds.
21455
21456 * isearch.el (isearch): Use not-too-dark magenta3 instead of
21457 too-light magenta2.
21458
21459 * replace.el (match): Use slightly more light RoyalBlue3 instead
21460 of dark RoyalBlue4.
21461
21462 * wid-edit.el (widget-inactive): Inherit from `shadow'.
21463
21464 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
21465
21466 * novice.el (disabled-command-hook): Declare it with
21467 `define-obsolete-variable-alias'.
21468
21469 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
21470 (desktop-buffer-misc-functions, desktop-buffer-handlers)
21471 (desktop-load-default): Add release to obsolescence info.
21472 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
21473 (desktop-append-buffer-args, desktop-read):
21474 Fix typos in docstrings.
21475 (desktop-kill): Fix typo in message.
21476 (desktop-save): Doc fix.
21477
21478 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
21479
21480 * viper-cmd.el (viper-escape-to-state): Bug fix.
21481 (viper-envelop-ESC-key): Change the definition of fast
21482 keysequence so it'll work with keyboard macros.
21483
21484 * ediff.el (ediff-patch-buffer): Change the docstring.
21485
21486 2005-07-19 Kenichi Handa <handa@m17n.org>
21487
21488 * international/mule-cmds.el (select-safe-coding-system): Try to
21489 use an auto-coding (if any) before anything else. If the found
21490 auto-coding is invalid, show a warning message.
21491
21492 * international/mule.el (find-auto-coding): New function created
21493 by modifying the body of set-auto-coding.
21494 (set-auto-coding): Use find-auto-coding to find a coding.
21495
21496 2005-07-18 Richard M. Stallman <rms@gnu.org>
21497
21498 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
21499 not isearch-mode-end-hook-error.
21500 (allout-before-change-protect): Fix error message.
21501
21502 2005-07-18 Juri Linkov <juri@jurta.org>
21503
21504 * allout.el (allout-mode):
21505 * calculator.el (calculator-copy):
21506 * custom.el (custom-known-themes):
21507 * dired.el (dired-desktop-buffer-misc-data)
21508 (dired-restore-desktop-buffer):
21509 * dired-x.el (dired-omit-marker-char):
21510 * files.el (basic-save-buffer):
21511 * font-core.el (font-lock-mode):
21512 * calendar/calendar.el (calendar-goto-hebrew-date)
21513 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
21514 (calendar-goto-persian-date):
21515 * language/ethio-util.el (ethio-sera-to-fidel-region):
21516 * textmodes/picture.el (picture-mode):
21517 Delete duplicate duplicate words.
21518
21519 2005-07-18 Juri Linkov <juri@jurta.org>
21520
21521 * isearch.el (isearch-mode-map): Remove key bindings for regexp
21522 chars * ? } |.
21523 (isearch-fallback): Don't call `isearch-process-search-char'.
21524 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
21525 (isearch-process-search-char): Call `isearch-fallback' for regexp
21526 chars * ? } |.
21527 (isearch-return-char): Make obsolete with `make-obsolete' instead
21528 of simply documenting it as obsolete in the docstring.
21529 (isearch-fallback): Refill docstring.
21530
21531 * international/isearch-x.el
21532 (isearch-process-search-multibyte-characters): Remove unneeded
21533 `concat'. Add intermediate values to `junk-hist' instead of
21534 `minibuffer-history'. Test the length of `str'.
21535
21536 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
21537
21538 * allout.el (allout-resolve-xref): Fix typos in error strings.
21539 (allout-before-change-protect): Remove unneeded `concat'.
21540
21541 * array.el (array-mode, array-reconfigure-rows)
21542 (untabify-backward): Fix typos in docstrings.
21543 (array-reconfigure-rows): Use `insert-buffer-substring', not
21544 `insert-buffer'.
21545
21546 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
21547 * progmodes/ada-mode.el (ada-make-body):
21548 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
21549
21550 * dired.el (dired-log):
21551 * tar-mode.el (tar-subfile-save-buffer):
21552 * play/zone.el (zone-pgm-stress-destress):
21553 Use `insert-buffer-substring', not `insert-buffer'.
21554
21555 2005-07-17 Simon Josefsson <jas@extundo.com>
21556
21557 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
21558
21559 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
21560
21561 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
21562 Add plain auth method.
21563 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
21564
21565 2005-07-17 Kim F. Storm <storm@cua.dk>
21566
21567 * ido.el (dired-other-window): Add ido property.
21568
21569 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
21570
21571 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21572 Fix typo in docstring.
21573 (byte-compile-interactive-only-functions): Add `insert-buffer' and
21574 `insert-file-literally'.
21575
21576 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
21577 info and delete redundant message. Doc fix.
21578 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
21579 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
21580
21581 2005-07-16 Richard M. Stallman <rms@gnu.org>
21582
21583 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
21584 (byte-compile-and): Use byte-compile-and-recursion.
21585 (byte-compile-or-recursion): New function.
21586 (byte-compile-or): Use that.
21587 (byte-compile-if): Guard the else-clause too.
21588 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
21589
21590 * isearch.el (isearch-mode-end-hook-quit): New variable.
21591 (isearch-done): Bind it.
21592 (isearch-mode-end-hook): Doc fix.
21593
21594 * allout.el (allout-isearch-did-quit): Variable deleted.
21595 (allout-real-isearch-abort): Function name no longer used.
21596 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
21597 (allout-isearch-rectification): isearch-mode always exists.
21598 Don't set allout-isearch-did-quit.
21599 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
21600 allout-isearch-did-quit.
21601 (allout-enwrap-isearch): Just add the hook.
21602 (allout-isearch-abort): Function deleted.
21603 (allout-pre-command-business): Avoid warning.
21604
21605 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
21606 Correctly avoid warnings.
21607 (pascal-outline): Likewise.
21608
21609 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
21610
21611 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
21612
21613 * play/tetris.el (tetris-mode): Avoid warning.
21614
21615 * play/snake.el (snake-mode): Avoid warning.
21616
21617 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
21618 (gamegrid-set-display-table): Avoid warning.
21619 (gamegrid-set-timer): Likewise.
21620 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
21621 (gamegrid-add-score-with-update-game-score-1): Take FILE
21622 as argument.
21623 (gamegrid-add-score-with-update-game-score): Pass that argument.
21624 Rename have-shared-game-dir to gamegrid-shared-game-dir.
21625
21626 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
21627
21628 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
21629 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
21630
21631 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
21632 and insert-file.
21633
21634 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
21635 (sc-ask): Avoid warnings.
21636
21637 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
21638 (eshell-hist-initialize): Use that var the natural way.
21639
21640 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
21641
21642 * emacs-lisp/re-builder.el (reb-cook-regexp):
21643 Avoid warning calling lre-compile-string.
21644 (reb-color-display-p): Avoid warning.
21645
21646 * calculator.el (calculator-last-input): Guard uses
21647 of event-key and key-press-event-p.
21648 (event-key, key-press-event-p): Delete definitions.
21649
21650 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
21651 (find-gc-source-directory, find-gc-subrs-callers)
21652 (find-gc-noreturn-list, find-gc-source-files)
21653 (find-gc-subrs-called): Vars renamed and defvar'd.
21654
21655 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
21656 (checkdoc-overlay-put, checkdoc-delete-overlay)
21657 (checkdoc-overlay-start, checkdoc-overlay-end)
21658 (checkdoc-mode-line-update, checkdoc-char=):
21659 Define such that compiler knows they are defined.
21660 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
21661 (checkdoc-read-event): Delete. Use read-event directly.
21662
21663 * whitespace.el (whitespace-make-overlay)
21664 (whitespace-overlay-put, whitespace-delete-overlay)
21665 (whitespace-overlay-start, whitespace-overlay-end):
21666 Define such that compiler knows they are defined.
21667 (whitespace): Move conditional inside.
21668
21669 * tempo.el (tempo-insert-template): Suppress warning.
21670
21671 * ediff-diff.el (longlines-mode): Add defvar.
21672
21673 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
21674
21675 * server.el: Bind "C-x #" in a way that works even if C-x is
21676 redefined to a command key, not a prefix key.
21677
21678 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
21679
21680 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
21681 cl-make-type-test till execution time.
21682
21683 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
21684
21685 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
21686 arg ARG and use it.
21687
21688 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
21689
21690 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
21691
21692 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
21693
21694 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21695 a defcustom with two :set or :type keywords.
21696
21697 2005-07-15 Richard M. Stallman <rms@gnu.org>
21698
21699 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21700 Don't give ^M comment-end syntax.
21701
21702 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
21703
21704 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
21705 Don't consider gdbmi (gdb-mi.el has its own update functions).
21706 (gdb-var-delete): Make it work for gdbmi as well.
21707 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
21708
21709 * progmodes/gud.el (etags, sdb): Only require etags when needed.
21710 (gud-speedbar-menu-items): Correct logic for enabling items.
21711
21712 2005-07-15 Kim F. Storm <storm@cua.dk>
21713
21714 * ido.el: Fix commentary.
21715 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
21716 Use with-no-warnings around ffap-guesser.
21717 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
21718 Let bind minibuffer-completing-file-name to t.
21719
21720 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
21721
21722 * startup.el (site-run-file, keyboard-type): Doc fixes.
21723 (command-line): Check for "--basic-display" argument; also for
21724 "--quick", not "--bare-bones" (which was renamed).
21725 (fancy-splash-text): Add missing item "Getting New Versions".
21726 (normal-splash-screen): Fix typos and improve consistency with
21727 `fancy-splash-text'. Update copyright year.
21728
21729 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
21730 valid binding for `help-char'.
21731
21732 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
21733
21734 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
21735
21736 * term.el (term-mode): Disable cua-mode for term buffers.
21737
21738 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
21739
21740 * add-log.el (add-log-mailing-address, change-log-merge):
21741 Doc fixes.
21742 (change-log-get-method-definition): Fix typo in docstring.
21743
21744 2005-07-14 Kim F. Storm <storm@cua.dk>
21745
21746 * emulation/cua-base.el:
21747 (cua--pre-command-handler-1, cua--pre-command-handler)
21748 (cua--post-command-handler-1, cua--post-command-handler):
21749 Split in two. Check (buffer local) value of cua-mode.
21750 (cua-selection-mode): New command.
21751
21752 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
21753
21754 * custom.el (custom-initialize-safe-set)
21755 (custom-initialize-safe-default): Doc fixes.
21756
21757 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21758 and simplify :init-value again.
21759
21760 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21761 and simplify :init-value again. Delete autoload.
21762
21763 * startup.el (command-line): Use `custom-reevaluate-setting' again
21764 for tooltip-mode.
21765
21766 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21767 a defcustom with two :initialize keywords.
21768
21769 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
21770
21771 * allout.el (my-mark-marker, allout-isearch-prior-pos)
21772 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
21773 (allout-post-command-business, allout-flag-region)
21774 (isearch-reenable-font-lock, allout-yank)
21775 (allout-insert-latex-header, allout-insert-latex-trailer)
21776 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
21777 (allout-latex-verb-quote): Fix typos in docstrings.
21778 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
21779 (allout-unprotected, allout-prefix-data):
21780 Improve argument/docstring consistency.
21781 (allout-chart-subtree): Fix argument spec.
21782 (allout-open-topic): Rename `use_sib_bullet' argument to
21783 `use-sib-bullet'. Doc fix.
21784
21785 * whitespace.el (whitespace-check-buffer-leading)
21786 (whitespace-check-buffer-trailing)
21787 (whitespace-check-buffer-indent)
21788 (whitespace-check-buffer-spacetab)
21789 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
21790 (whitespace-check-leading-whitespace)
21791 (whitespace-check-trailing-whitespace)
21792 (whitespace-check-spacetab-whitespace)
21793 (whitespace-check-indent-whitespace)
21794 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
21795 (whitespace-modes): Fix typos in docstrings.
21796 (defgroup, defcustom): Doc fixes.
21797
21798 * winner.el (winner-mode, winner-boring-buffers)
21799 (winner-pending-undo-ring): Doc fixes.
21800 (winner-ring): Remove unneeded `progn'.
21801 (winner-equal): `defsubst' it.
21802 (winner-redo): Fix message.
21803
21804 2005-07-13 Kim F. Storm <storm@cua.dk>
21805
21806 * simple.el (line-move-1): Always use vertical-motion to
21807 do the last (or only) line move to ensure some movement.
21808 Undo 2005-06-23 change--don't check for overlays.
21809
21810 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21811
21812 * term/mac-win.el (ccl-encode-mac-roman-font)
21813 (ccl-encode-mac-centraleurroman-font)
21814 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
21815 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
21816 Change charset-id boundary of dimension to ?\xef.
21817 (mac-char-fontspec-list): New constant.
21818 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
21819 argument. Nil uses itself as family in font-spec. Previous
21820 behavior for nil is now provided by non-nil non-string argument.
21821 All callers changed. Add font-specs for Mac fonts to
21822 "fontset-default" unless iso8859-1 fonts are installed.
21823
21824 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21825
21826 * progmodes/sh-script.el (sh-get-indent-info): Only indent
21827 a continuation line if the \ is preceded by SPC or TAB.
21828 (sh-get-indent-info): Simplify.
21829 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
21830 Use with-current-buffer.
21831
21832 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
21833 when the matched text is empty.
21834
21835 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
21836
21837 * startup.el (command-line): Revert to previous handling of
21838 tooltip-mode. Explain in comment why the complexity is needed.
21839
21840 * tooltip.el (tooltip-mode): Revert to previous implementation of
21841 its defcustom.
21842
21843 * frame.el (blink-cursor-mode): Revert to previous implementation
21844 of its defcustom. Update comment.
21845
21846 2005-07-12 Lars Hansen <larsh@soem.dk>
21847
21848 * desktop.el: Update e-mail address.
21849
21850 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21851
21852 * term/mac-win.el (mac-services-mail-selection)
21853 (mac-services-mail-to): New functions.
21854 (mac-application-menu-map): Bind them.
21855
21856 2005-07-12 wulei <milton@wulei.net> (tiny change)
21857
21858 * progmodes/gdb-ui.el: Add note about buffering with Windows.
21859
21860 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
21861
21862 * custom.el (custom-reevaluate-setting): Doc fix.
21863
21864 2005-07-11 Jay Belanger <belanger@truman.edu>
21865
21866 * calc/calc.el (calc-embedded-announce-formula-alist)
21867 (calc-embedded-open-close-plain-alist)
21868 (calc-embedded-open-close-mode-alist): Add checks for additional
21869 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
21870
21871 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
21872
21873 * custom.el (custom-enable-theme): Don't add theme to
21874 `custom-enabled-themes' with `push' because there is no
21875 setf-method for `delq'.
21876
21877 2005-07-11 Richard M. Stallman <rms@gnu.org>
21878
21879 * custom.el (custom-declare-variable): Doc fix.
21880
21881 * dired-aux.el (dired-compare-directories): Remove "." and ".."
21882 from the alists.
21883
21884 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
21885 Do nothing if edebug-active.
21886
21887 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
21888 (edebug-display): Do it here instead.
21889
21890 2005-07-10 Richard M. Stallman <rms@gnu.org>
21891
21892 * cus-face.el (custom-theme-set-faces): Make it work.
21893 (custom-reset-faces): Doc fix.
21894 (custom-theme-reset-internal-face, custom-theme-face-value):
21895 Functions deleted.
21896
21897 * custom.el (custom-push-theme): Maintain list of the settings
21898 of a given theme in its theme-settings property.
21899 Maintain position of old settings in the theme-value
21900 or theme-face property.
21901 (custom-enabled-themes): New variable.
21902 (custom-theme-enabled-p): New function.
21903 (provide-theme): Update custom-enabled-themes.
21904 Disable and reenable the `user' theme.
21905 (require-theme): Doc fix.
21906 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
21907 (custom-theme-value, custom-theme-variable-value): Likewise.
21908 (custom-theme-reset-internal): Likewise.
21909 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
21910 (custom-enable-theme, custom-disable-theme): New functions.
21911 (custom-variable-theme-value, custom-face-theme-value): Likewise.
21912 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
21913 (custom-theme-reset-variables): Simplify.
21914 (deftheme, custom-declare-theme, custom-make-theme-feature):
21915 Definitions moved.
21916
21917 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
21918
21919 * longlines.el (longlines-show-region)
21920 (longlines-unshow-hard-newlines): Recognize hard newlines by
21921 non-nil hard property, instead of t.
21922
21923 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
21924
21925 * viper-cmd.el (viper--key-maps): New variable.
21926 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
21927 emulation-mode-map-alists.
21928 (viper-envelop-ESC-key): Use viper-subseq.
21929 (viper-search-forward/backward/next): Disable debug-on-error.
21930
21931 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21932 (viper-ESC-key): New defcustoms.
21933
21934 * viper-macs.el (ex-map-read-args): Use viper-subseq.
21935
21936 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
21937 (viper-subseq): Copy of subseq from cl.el.
21938
21939 * viper.el (viper-go-away, viper-set-hooks): Use
21940 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
21941
21942 * viper-mous.el (viper-current-frame-saved): Use defvar.
21943
21944 * viper-init.el: Get rid of -face in face names.
21945
21946 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
21947 Make it work with longlines mode
21948
21949 * ediff-mult.el (ediff-meta-mode-hook): New variable.
21950
21951 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
21952
21953 * ediff-init.el: Get rid of -face in face names.
21954
21955 2005-07-10 Richard M. Stallman <rms@gnu.org>
21956
21957 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
21958 and with-timeout-unsuspend.
21959
21960 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
21961 and with-timeout-unsuspend.
21962
21963 * emacs-lisp/timer.el (with-timeout-timers): New variable.
21964 (with-timeout): Bind that variable to record timers.
21965 (with-timeout-suspend, with-timeout-unsuspend): New functions.
21966
21967 * emacs-lisp/debug.el (debug-help-follow): New function.
21968 (debugger-mode-map): Use that instead of help-follow.
21969 (debugger-setup-buffer): Use eval-buffer-list
21970 to handle eval-buffer frames.
21971
21972 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
21973
21974 * timezone.el (timezone-parse-date): Change first regexp
21975 so it will not mistakenly match dates with no time zone.
21976
21977 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
21978
21979 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
21980
21981 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
21982
21983 * custom.el (custom-initialize-safe-set)
21984 (custom-initialize-safe-default): New functions.
21985
21986 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21987 and simplify :init-value.
21988
21989 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21990 and simplify :init-value. Delete obsolete comment.
21991
21992 * startup.el (command-line): Use `custom-reevaluate-setting' to
21993 handle `tooltip-mode'. Delete obsolete comment.
21994
21995 * files.el (set-visited-file-name): Avoid calling
21996 `file-name-nondirectory' with a nil argument.
21997
21998 2005-07-09 Richard M. Stallman <rms@gnu.org>
21999
22000 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
22001 was called with nil for the buffer, handle the read position right.
22002 Handle read position for eval-region, too.
22003
22004 2005-07-09 Juri Linkov <juri@jurta.org>
22005
22006 * fringe.el (fringe-mode): Add period in docstring.
22007 (fringe-query-style): Build prompt depending on `all-frames' arg.
22008
22009 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
22010 to not create links to unrelated functions in the Help buffer.
22011
22012 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
22013 Doc fix.
22014
22015 * simple.el (next-error-hook): New variable.
22016 (next-error): Use it. Doc fix.
22017
22018 * textmodes/ispell.el (ispell-command-loop): Add current
22019 dictionary name and program name to mode-line-format.
22020 (ispell-region, ispell-process-line): Add current dictionary name
22021 and program name to messages.
22022
22023 2005-07-08 Jay Belanger <belanger@truman.edu>
22024
22025 * calc/calc.el (calc-embedded-announce-formula-alist)
22026 (calc-embedded-open-close-formula-alist)
22027 (calc-embedded-open-close-word-alist)
22028 (calc-embedded-open-close-plain-alist)
22029 (calc-embedded-open-close-new-formula-alist)
22030 (calc-embedded-open-close-mode-alist)
22031 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
22032 (calc-embedded-mode-hook): New variables.
22033
22034 * calc/calc-embed.el (calc-embedded-firsttime)
22035 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
22036 New variables.
22037 (calc-do-embedded): Use calc-embedded-firsttime,
22038 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
22039 determine whether or not to run hooks.
22040 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
22041 calc-embedded-firsttime-formula appropriately.
22042 Set calc-embedded delimiter variables according to mode.
22043
22044 2005-07-08 Richard M. Stallman <rms@gnu.org>
22045
22046 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
22047 Check for "emacs", etc., as entire symbol, not just as word.
22048 (checkdoc-file-comments-engine): Use regexp-quote on FN.
22049
22050 * files.el (set-visited-file-name): Report the error
22051 for "empty filename" earlier.
22052 (kill-some-buffers): Ignore buffers already dead.
22053
22054 * fringe.el (fringe-mode): Doc fix.
22055
22056 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22057 Check for (featurep 'xemacs) and turn off warnings in what it guards.
22058 Use unwind-protect to ensure byte-compile-unresolved-functions
22059 is updated.
22060
22061 * whitespace.el (whitespace-buffer-leading-cleanup):
22062 Simplify w/ skip-chars-forward.
22063 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
22064
22065 * mail/rmail.el (rmail-only-expunge): Fix paren error.
22066 Unconditionally try to leave point at the same old place.
22067
22068 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
22069
22070 * comint.el (comint-postoutput-scroll-to-bottom)
22071 (comint-show-maximum-output): Take scroll-margin into consideration.
22072
22073 2005-07-08 Kim F. Storm <storm@cua.dk>
22074
22075 * ido.el (ido-use-filename-at-point): New choice `guess'.
22076 (ido-file-internal): Try ffap-guesser if selected.
22077
22078 * ido.el (ido-before-fallback-functions): New hook.
22079 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
22080 (ido-read-file-name): Run it.
22081
22082 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
22083
22084 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
22085 strings rather than a list of symbols to the completion function.
22086
22087 2005-07-07 Jay Belanger <belanger@truman.edu>
22088
22089 * calc/calc-units.el (math-apply-units): Change the places in
22090 which units are simplified.
22091
22092 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
22093
22094 * cus-edit.el (customize-option, customize-option-other-window):
22095 Make them handle aliases.
22096
22097 * custom.el (custom-variable-p): Make it recursively follow
22098 aliases. Mention that in the docstring.
22099
22100 2005-07-07 Richard M. Stallman <rms@gnu.org>
22101
22102 * cus-start.el (exec-path): Use `directory' instead of `file'.
22103 Fix tag for nil.
22104
22105 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
22106
22107 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
22108 when called non-interactively. Doc fix.
22109
22110 2005-07-07 Lute Kamstra <lute@gnu.org>
22111
22112 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
22113 new address as well.
22114
22115 2005-07-07 Kenichi Handa <handa@m17n.org>
22116
22117 * international/mule.el (make-coding-system):
22118 Describe `ascii-incompatible' property in the docstring.
22119 (set-file-name-coding-system): Signal an error if coding-system is
22120 ascii-incompatible.
22121 (set-keyboard-coding-system): Likewise.
22122
22123 * international/mule-cmds.el (set-default-coding-systems):
22124 Don't set default-file-name-coding-system and
22125 default-keyboard-coding-system if coding-system is ASCII-incompatible.
22126
22127 * international/utf-16.el: Declare that all UTF-16-based coding
22128 systems are ASCII-incompatible.
22129
22130 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
22131
22132 * progmodes/gud.el: Require font-lock for displaying errors.
22133 Used by gdb-ui.el.
22134
22135 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
22136
22137 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
22138 values for the pattern lists which are `read'able but not
22139 `append'able (like symbols).
22140
22141 2005-07-06 Richard M. Stallman <rms@gnu.org>
22142
22143 * progmodes/flymake.el (flymake-float-time): Instead of
22144 with-no-warnings, test for XEmacs.
22145 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
22146 to avoid warning.
22147
22148 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
22149
22150 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
22151
22152 2005-07-05 Lute Kamstra <lute@gnu.org>
22153
22154 * battery.el: Add support for Darwin (with much debugging help
22155 from Samuel Lauber <sam124@operamail.com>).
22156 (battery-status-function, battery-echo-area-format)
22157 (battery-mode-line-format): Add support for pmset on Darwin.
22158 (battery-load-low, battery-load-critical): New user options.
22159 (battery-pmset): New function.
22160
22161 2005-07-05 Lute Kamstra <lute@gnu.org>
22162
22163 Update FSF's address in GPL notices.
22164
22165 * textmodes/page-ext.el: Update FSF's address.
22166
22167 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22168
22169 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
22170 filling from using prefix when filling a single-line docstring.
22171
22172 * progmodes/flymake.el: Remove useless eval-when-compile.
22173
22174 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
22175
22176 2005-07-04 Richard M. Stallman <rms@gnu.org>
22177
22178 * textmodes/org.el (org-file-apps-defaults-gnu):
22179 Rename from org-file-apps-defaults-linux.
22180 (org-default-apps): Don't test system-type for `linux'.
22181 (org-file-apps): Doc fix.
22182
22183 2005-07-04 David Ponce <david@dponce.com>
22184
22185 * tree-widget.el: Improve header Commentary section.
22186 (tree-widget) [defgroup]
22187 (tree-widget-image-enable, tree-widget-themes-directory)
22188 (tree-widget-theme, tree-widget-image-properties-emacs)
22189 (tree-widget-image-properties-xemacs, tree-widget-create-image)
22190 (tree-widget-image-formats, tree-widget-control)
22191 (tree-widget-empty-control, tree-widget-leaf-control
22192 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
22193 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
22194 (tree-widget-keep, tree-widget-after-toggle-functions)
22195 (tree-widget-open-node, tree-widget-close-node): Doc fix.
22196 (tree-widget-open-control, tree-widget-close-control): Fix doc and
22197 :help-echo message.
22198 (tree-widget-set-theme): Doc fix. Use `string-equal'.
22199 (tree-widget-image-properties): Doc fix. Clearer implementation.
22200 (tree-widget--cursors): New constant.
22201 (tree-widget-lookup-image): New function split from
22202 `tree-widget-find-image'. Clearer implementation.
22203 (tree-widget-find-image): Use it.
22204 (tree-widget-button-keymap): Use `set-keymap-parent'.
22205 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
22206 Define the sub-widgets here.
22207 (tree-widget-node): Check that :node is not a tree-widget.
22208 (tree-widget-get-super, tree-widget-open-control)
22209 (tree-widget-close-control, tree-widget-empty-control)
22210 (tree-widget-leaf-control, tree-widget-guide)
22211 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
22212 (tree-widget-no-handle, tree-widget-value-delete)
22213 (tree-widget-map): Remove.
22214 (tree-widget-children-value-save): Doc fix. Simplified.
22215 (tree-widget-value-create): Update according to previous changes.
22216
22217 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
22218
22219 * textmodes/org.el: Leading space replaced by TABS.
22220 (org-recalc-marks, org-table-rotate-recalc-marks)
22221 (org-table-get-specials): Treat "^" and "_" marks.
22222 (org-table-justify-field-maybe): Optional argument NEW.
22223 (org-table-eval-formula): Parsing of the format simplified.
22224 New modes C,I. Honor the %= parameter in the current table.
22225 Avoid unnecessary re-align by using the NEW argument to
22226 `org-table-justify-field-maybe'.
22227 (org-calc-default-modes): Default for date-format mimicks org-mode.
22228 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
22229
22230 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
22231
22232 * cus-face.el (custom-theme-set-faces): Make it handle face
22233 aliases whose alias declarations are pre- or autoloaded.
22234
22235 2005-07-04 Juri Linkov <juri@jurta.org>
22236
22237 * faces.el (read-face-name): Put the code for getting a face name
22238 from the buffer before adding the faces from the `face' property.
22239 Use `completing-read-multiple' instead of `completing-read'.
22240 Require `crm'. Add default value and post-process the returned
22241 list of faces.
22242
22243 * emacs-lisp/crm.el (crm-find-current-element)
22244 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
22245
22246 * emacs-lisp/lisp-mode.el (eval-defun-1):
22247 * emacs-lisp/edebug.el (edebug-eval-defun):
22248 Remove unnecessary quotes.
22249
22250 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
22251
22252 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
22253 (prolog-indent-level): Fix typo in docstring.
22254
22255 * info.el (Info-history, Info-history-forward)
22256 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
22257
22258 * add-log.el (add-change-log-entry):
22259 * comint.el (comint-dynamic-list-input-ring)
22260 (comint-dynamic-list-completions):
22261 * dabbrev.el (dabbrev-expand):
22262 * delim-col.el (delimit-columns-rectangle-line):
22263 * diff-mode.el (diff-context->unified, diff-reverse-direction)
22264 (diff-unified->context):
22265 * ediff-init.el (ediff-abbrev-jobname):
22266 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
22267 (ediff-replace-session-activity-marker-in-meta-buffer):
22268 * info.el (Info-summary):
22269 * lpr.el (printify-region):
22270 * printing.el (pr-create-interface):
22271 * ps-print.el (ps-print-quote):
22272 * ses.el (ses-column-widths, ses-print-cell)
22273 (ses-adjust-print-width, ses-center):
22274 * shell.el (shell-file-name-quote-list):
22275 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
22276 (strokes-fill-current-buffer-with-whitespace)
22277 (strokes-xpm-for-stroke, strokes-list-strokes)
22278 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
22279 * term.el (term-dynamic-list-input-ring)
22280 (term-dynamic-list-completions):
22281 * calc/calc.el (math-format-stack-value):
22282 * emacs-lisp/edebug.el (edebug-display-freq-count):
22283 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
22284 (delphi-new-comment-line):
22285 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
22286 * progmodes/executable.el (executable-set-magic):
22287 * progmodes/python.el (inferior-python-mode):
22288 * progmodes/scheme.el (scheme-mode-syntax-table):
22289 * progmodes/sh-script.el (sh-maybe-here-document):
22290 * progmodes/sql.el (sql-copy-column):
22291 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
22292 * textmodes/bibtex.el (bibtex-mode):
22293 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
22294 (sgml-auto-attributes):
22295 * textmodes/table.el (table-insert, table-shorten-cell)
22296 (table--generate-source-scan-lines, table-delete-row)
22297 (*table--cell-delete-char, table--spacify-frame)
22298 (table--horizontally-shift-above-and-below)
22299 (table--cell-insert-char, table--cell-blank-str)
22300 (table--fill-region-strictly):
22301 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
22302 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
22303
22304 * add-log.el (change-log):
22305 * apropos.el (apropos):
22306 * comint.el (comint-completion, comint-source):
22307 * dabbrev.el (dabbrev):
22308 * delim-col.el (columns):
22309 * diff-mode.el (diff-mode):
22310 * ediff.el (ediff):
22311 * ediff-diff.el (ediff-diff):
22312 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
22313 * ediff-mult.el (ediff-mult):
22314 * ediff-ptch.el (ediff-ptch):
22315 * ediff-wind.el (ediff-window):
22316 * facemenu.el (facemenu):
22317 * indent.el (indent):
22318 * info.el (info):
22319 * jka-cmpr-hook.el (compression, jka-compr):
22320 * lpr.el (lpr):
22321 * outline.el (outlines):
22322 * pcmpl-cvs.el (pcmpl-cvs):
22323 * pcmpl-rpm.el (pcmpl-rpm):
22324 * printing.el (printing):
22325 * ps-print.el (postscript, ps-print, ps-print-horizontal)
22326 (ps-print-vertical, ps-print-headers, ps-print-font)
22327 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
22328 (ps-print-background, ps-print-printer, ps-print-page)
22329 (ps-print-miscellany):
22330 * ses.el (ses):
22331 * shell.el (shell, shell-directories, shell-faces):
22332 * startup.el (initialization):
22333 * strokes.el (strokes):
22334 * term.el (term):
22335 * uniquify.el (uniquify):
22336 * w32-vars.el (w32):
22337 * calc/calc.el (calc):
22338 * emacs-lisp/bytecomp.el (bytecomp):
22339 * emacs-lisp/cl-indent.el (lisp-indent):
22340 * emacs-lisp/edebug.el (edebug):
22341 * emacs-lisp/elp.el (elp):
22342 * emacs-lisp/testcover.el (testcover):
22343 * emacs-lisp/trace.el (trace):
22344 * emulation/viper-ex.el (viper-ex):
22345 * emulation/viper-mous.el (viper-mouse):
22346 * mail/mailalias.el (mailalias):
22347 * mail/supercite.el (supercite, supercite-frames)
22348 (supercite-attr, supercite-cite, supercite-hooks):
22349 * net/rcompile.el (remote-compile):
22350 * net/rlogin.el (rlogin):
22351 * obsolete/ooutline.el (outlines):
22352 * progmodes/delphi.el (delphi):
22353 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
22354 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
22355 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
22356 (ebnf-optimization):
22357 * progmodes/etags.el (etags):
22358 * progmodes/executable.el (executable):
22359 * progmodes/idlwave.el (idlwave):
22360 * progmodes/pascal.el (pascal):
22361 * progmodes/prolog.el (prolog):
22362 * progmodes/python.el (python):
22363 * progmodes/scheme.el (scheme):
22364 * progmodes/sh-script.el (sh, sh-script):
22365 * progmodes/sql.el (SQL):
22366 * progmodes/tcl.el (tcl):
22367 * textmodes/bibtex.el (bibtex, bibtex-autokey):
22368 * textmodes/enriched.el (enriched):
22369 * textmodes/makeinfo.el (makeinfo):
22370 * textmodes/sgml-mode.el (sgml):
22371 * textmodes/table.el (table-hooks):
22372 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
22373 * textmodes/texinfo.el (texinfo):
22374 * textmodes/two-column.el (two-column):
22375 Finish `defgroup' description with period.
22376
22377 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
22378 * eshell/esh-var.el (eshell-var):
22379 * progmodes/vhdl-mode.el (vhdl-testbench):
22380 * textmodes/org.el (org): Fix typos in docstrings.
22381
22382 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
22383 consistency.
22384
22385 * progmodes/flymake.el (flymake-find-file): Remove.
22386 (flymake-float-time): Use `with-no-warnings'.
22387 (flymake-check-start-time, flymake-check-was-interrupted)
22388 (flymake-err-info, flymake-is-running, flymake-last-change-time)
22389 (flymake-new-err-info): `defvar' at compile time.
22390
22391 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
22392
22393 * replace.el (occur-hook): Doc fix.
22394 (occur-1): Don't call `occur-hook' if there are no matches.
22395
22396 2005-07-03 Richard M. Stallman <rms@gnu.org>
22397
22398 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
22399 global-map, save the same map.
22400 (global-map): Don't alter it at top level.
22401 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
22402 Then alter it here instead.
22403 (tpu-edt-off): Set global-map to the saved one.
22404
22405 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
22406 All references simplified.
22407 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
22408 (zmacs-regions): Add defvar.
22409 (repeat-complex-command-map): Everything about that deleted.
22410
22411 * textmodes/artist.el (artist-key-is-drawing)
22412 (artist-key-endpoint1, artist-key-poly-point-list)
22413 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
22414 (artist-key-compl-table, artist-rb-save-data)
22415 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
22416 Don't put them in eval-when-compile.
22417 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
22418
22419 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
22420 Use with-no-warnings.
22421
22422 * net/browse-url.el (dos-windows-version): Add defvar.
22423
22424 * mail/supercite.el (filladapt-prefix-table): Add defvar.
22425
22426 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
22427 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
22428 (rmail-new-summary-line-count): Rename from new-summary-line-count.
22429 Add defvar.
22430 (rmail-summary-beginning-of-message): Use with-no-warnings.
22431 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
22432
22433 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
22434 Use with-no-warnings.
22435
22436 * emulation/vi.el (vi-mark-region): Use c-mark-function.
22437 (c-mark-function): Add point-moving-unit property.
22438 (vi-goto-line): Use with-no-warnings.
22439
22440 * emulation/edt.el (edt-last-copied-word): Add defvar.
22441 (zmacs-region-stays): Likewise.
22442 (edt-mark-section-wisely): Use c-mark-function for C.
22443 Use makr-defun for Fortran.
22444 (time-string): defvar deleted.
22445 (edt-display-the-time): Don't set time-string.
22446
22447 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
22448
22449 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22450 Don't warn when name is not constant
22451 or for defining the group `emacs'.
22452
22453 * tooltip.el (gud-tooltip-mode): Add defvar.
22454
22455 * startup.el (default-frame-background-mode): Add defvar.
22456
22457 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
22458
22459 * info.el (tool-bar-map): Add defvar.
22460
22461 * dired.el (dnd-protocol-alist): Add defvar.
22462
22463 * dired-aux.el (dired-query): Display question with answer, when
22464 the user answers.
22465
22466 * custom.el (custom-add-option): Doc fix.
22467
22468 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
22469
22470 2005-07-03 Eli Zaretskii <eliz@gnu.org>
22471
22472 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
22473 bogus name from the last change.
22474
22475 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
22476
22477 * custom.el (custom-declare-variable): Fix typos in comment.
22478 (custom-known-themes): Doc fix.
22479 (custom-theme-directory): New defcustom.
22480 (require-theme): Make it check `custom-theme-directory'.
22481
22482 * cus-theme.el (custom-new-theme-mode): New function.
22483 (custom-theme-name, custom-theme-variables, custom-theme-faces)
22484 (custom-theme-description): Add compiler defvars.
22485 (customize-create-theme): Add doc to the "*New Custom Theme*"
22486 buffer. Use `custom-new-theme-mode'.
22487 (custom-theme-write): Put the created buffer in emacs-lisp-mode
22488 and save it to the `custom-theme-directory'. Make this the
22489 default directory of the buffer.
22490
22491 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
22492
22493 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
22494 Fix unbalanced parentheses.
22495
22496 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
22497
22498 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
22499 into flymake-mode and delegate to flymake-mode.
22500
22501 * find-file.el (ff-which-function-are-we-in): Clean up.
22502
22503 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
22504
22505 * replace.el (occur-rename-buffer): Fix docstring.
22506
22507 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
22508 (edt-last-copied-word, edt-learn-macro-count)
22509 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
22510 (edt-rect-start-point, edt-user-global-map, rect-start-point)
22511 (time-string, zmacs-region-stays):
22512 * emulation/edt-mapper.el (edt-save-function-key-map)
22513 (EDT-key-name): `defvar' to silence the byte-compiler.
22514
22515 2005-07-02 Martin Rudalics <rudalics@gmx.at>
22516
22517 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
22518 font-lock-regexp-backslash. Doc fix.
22519 (font-lock-regexp-backslash-grouping-construct): Rename from
22520 font-lock-regexp-backslash-construct. Doc fix.
22521 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
22522 grouping constructs.
22523
22524 2005-07-02 Eli Zaretskii <eliz@gnu.org>
22525
22526 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
22527 updating all the prerequisites.
22528
22529 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
22530
22531 * textmodes/org.el (org-agenda-start-on-weekday)
22532 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
22533 (org-agenda-use-time-grid, org-archive-location)
22534 (org-allow-space-in-links, org-usenet-links-prefer-google)
22535 (org-enable-table-editor, org-export-default-language)
22536 (org-export-html-show-new-buffer, org-fill-paragraph)
22537 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
22538 (org-goto-quit, org-occur, org-eval-in-calendar)
22539 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
22540 (org-agenda-diary-entry, org-remember-help)
22541 (org-table-convert-region, org-at-table-p)
22542 (org-table-move-row-down, org-table-move-row-up)
22543 (org-table-copy-region, org-table-toggle-vline-visibility)
22544 (org-table-get-stored-formulas, org-table-get-specials)
22545 (org-recalc-commands, org-table-eval-formula)
22546 (org-table-formula-substitute-names, orgtbl-make-binding)
22547 (org-format-org-table-html, org-format-table-table-html)
22548 (org-format-table-table-html-using-table-generate-source)
22549 (org-customize): Fix typos in docstrings.
22550 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
22551 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
22552 (org-back-to-heading): Doc fixes.
22553 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
22554 (org-agenda-change-all-lines, org-get-header):
22555 Improve argument/docstring consistency.
22556 (orgtbl-error): Fix error message.
22557
22558 * progmodes/flymake.el (flymake-find-possible-master-files)
22559 (flymake-master-file-compare, flymake-get-line-err-count)
22560 (flymake-highlight-line, flymake-gui-warnings-enabled):
22561 Fix typos in docstrings.
22562 (flymake-parse-line, flymake-get-project-include-dirs-function)
22563 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
22564 Doc fixes.
22565 (flymake-get-project-include-dirs-function)
22566 (flymake-make-err-menu-data):
22567 Improve argument/docstring consistency.
22568
22569 2005-07-01 Lute Kamstra <lute@gnu.org>
22570
22571 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
22572 Catch errors with ignore-errors. Use temporary buffer.
22573 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
22574
22575 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
22576 background color faces.
22577 (facemenu-set-foreground, facemenu-set-background):
22578 Use facemenu-set-face-from-menu.
22579 (facemenu-set-face-from-menu): Treat face names that start with
22580 "fg:" or "bg:" as special.
22581 (facemenu-add-new-color): Don't create faces. Simplify.
22582
22583 2005-06-30 Richard M. Stallman <rms@gnu.org>
22584
22585 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
22586 (crm-find-current-element): Likewise.
22587
22588 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22589
22590 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
22591
22592 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
22593
22594 * arc-mode.el (archive-extract): Make it work as a mouse binding.
22595 (archive-mouse-extract): Make it an obsolete alias.
22596 (archive-mode-map): Don't use archive-mouse-extract any more.
22597 (archive-mode, archive-extract): write-contents-hooks ->
22598 write-contents-functions.
22599 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
22600 first arg.
22601 (archive-rename-entry): Update the call.
22602 (archive-zip-summarize): Remove unused var `method'.
22603 (archive-lzh-summarize): Remove unused var `creator'.
22604
22605 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
22606 dedicated frame upon exit.
22607
22608 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
22609 (archive-zip-extract, archive-zip-expunge)
22610 (archive-zip-update, archive-zip-update-case): Use executable-find.
22611 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
22612 Use restore-buffer-modified-p.
22613 (archive-extract, archive-add-new-member, archive-write-file-member):
22614 Use with-current-buffer.
22615 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
22616
22617 2005-06-30 Andreas Schwab <schwab@suse.de>
22618
22619 * progmodes/gud.el (gud-filter): Remove unneeded progn.
22620
22621 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22622
22623 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
22624
22625 2005-06-30 Juri Linkov <juri@jurta.org>
22626
22627 * faces.el (vertical-border): Inherit from mode-line-inactive
22628 only on tty.
22629
22630 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
22631
22632 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
22633 example, -NLINES in the `occur' docstring).
22634
22635 * replace.el (occur-1): When no matches are found, do not set the
22636 `buffer-read-only' and modified flags for the occur buffer,
22637 because it is deleted.
22638
22639 * emulation/cua-base.el (cua-check-pending-input)
22640 (cua-repeat-replace-region, cua-mode, cua-debug)
22641 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
22642 Fix typos in docstrings.
22643
22644 * emulation/cua-gmrk.el (cua-toggle-global-mark)
22645 (cua-cut-region-to-global-mark)
22646 (cua--cut-rectangle-to-global-mark):
22647 Remove period from end of messages.
22648
22649 * emulation/cua-rect.el (cua-do-rectangle-padding):
22650 Remove period from end of messages.
22651 (cua--rectangle-seq-format): Fix typo in docstring.
22652 (cua-sequence-rectangle, cua-fill-char-rectangle):
22653 Improve argument/docstring consistency.
22654
22655 2005-06-29 Juri Linkov <juri@jurta.org>
22656
22657 * faces.el (default-frame-background-mode): New internal variable.
22658 (frame-set-background-mode): Use it.
22659
22660 * startup.el (normal-top-level): Set default-frame-background-mode
22661 instead of frame-background-mode. Before setting it, test for its
22662 nil value. Remove tests for frame-background-mode and frame
22663 parameter `reverse'. Add test for "unspecified-fg".
22664
22665 * term/xterm.el (xterm-rxvt-set-background-mode):
22666 * term/rxvt.el (rxvt-set-background-mode):
22667 Set default-frame-background-mode instead of frame-background-mode.
22668
22669 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
22670
22671 * simple.el (set-variable): Warn about obsolete user variables.
22672
22673 * imenu.el (imenu--completion-buffer):
22674 * mouse.el (mouse-buffer-menu-alist):
22675 * msb.el (msb-invisible-buffer-p):
22676 * calendar/diary-lib.el (diary-header-line-format):
22677 * emacs-lisp/pp.el (pp-buffer):
22678 * progmodes/cperl-mode.el (cperl-do-auto-fill):
22679 * textmodes/picture.el (picture-replace-match):
22680 Change space constants followed by a sexp to "?\s ".
22681
22682 * play/decipher.el (decipher-loop-with-breaks):
22683 * textmodes/texinfo.el (texinfo-insert-@item): Change space
22684 constants "protected" from end of line by a comment to "?\s".
22685
22686 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22687
22688 * font-lock.el (save-buffer-state): Use `declare'.
22689
22690 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
22691 reset the syntax-table to cperl-mode-syntax-table.
22692 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
22693 "foo_print_bar" is not matched as a reserved keyword.
22694
22695 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
22696
22697 * textmodes/org.el (orgtbl-setup): New function, for delayed
22698 setup for the orgtbl commands.
22699 (org-calc-default-modes): New option.
22700 (orgtbl-make-binding): Use `defun' to get better help display.
22701 (org-diary): Call `org-compile-prefix-format'.
22702 (org-table-formula-substitute-names): New function.
22703 (org-agenda-day-view, org-agenda-week-view): New commands.
22704 (org-agenda-toggle-week-view): Command removed.
22705 (org-tbl-menu): Split off from org-org-menu.
22706 (org-mode): Move removal of outline-mode menus to here.
22707 (org-table-formula-debug): New option.
22708 (org-table-insert-row): Keep first field if just "#" or "*".
22709 (org-mode): Paragraph regexps fixed.
22710 (org-table-recalculate-regexp): New constant.
22711 (org-table-justify-field-maybe): Avoid replace if not necessary.
22712 (org-copy-special, org-cut-special): Use `call-interactively'.
22713 (org-table-copy-region): Take region from `interactive' call.
22714 (org-trim): Return string even if no match.
22715 (org-formula): New face.
22716 (org-set-font-lock-defaults): No longer highlight "FIXME".
22717 But highlight formula-related fields in table.
22718 (org-table-p): Use regexp, not fontification.
22719 (org-table-align): Handle white space at end of line.
22720 (org-table-formula-evaluate-inline): New option.
22721 (org-mode): Auto-wrapping in comment lines turned off.
22722 (org-table-copy-down): Evaluate only in copied field, not in
22723 destination.
22724 (org-table-current-formula): Variable removed.
22725 (org-table-store-formulas, org-table-get-stored-formulas)
22726 (org-table-modify-formulas, org-table-replace-in-formulas)
22727 (org-table-maybe-eval-formula): New functions.
22728 (org-table-get-formula): Modify to use stored formulas.
22729 (org-table-insert-column, org-table-delete-column)
22730 (org-table-move-column): Call `org-table-modify-formulas'.
22731 (org-complete): Add completion for keyword formulas.
22732 (orgtbl-mode): Pull orgtbl-mode-map to start of
22733 minor-mode-map-alist.
22734
22735 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22736
22737 * progmodes/python.el (python-check): Require `compile' before
22738 modifying its variables.
22739
22740 * newcomment.el (comment-indent-default): Don't get fooled by an early
22741 end of buffer.
22742
22743 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22744
22745 * ps-print.el (ps-print-version): Fix version number.
22746
22747 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
22748
22749 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
22750
22751 2005-06-28 Richard M. Stallman <rms@gnu.org>
22752
22753 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
22754 (flyspell-local-mouse-map): Declaration deleted.
22755 (flyspell-mouse-map): Bind only mouse-2.
22756 (flyspell-mode-map): Don't test flyspell-use-local-map.
22757 (flyspell-overlay-keymap-property-name): Var deleted.
22758 (flyspell-mode-on): Don't make local bindings for
22759 flyspell-mouse-map and flyspell-mode-map.
22760 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
22761
22762 * textmodes/ispell.el (ispell-word): Do not ignore short words.
22763
22764 * progmodes/compile.el (compilation-next-error-function):
22765 Don't switch buffers; operate on the current buffer.
22766
22767 * progmodes/compile.el (compilation-error-file-name)
22768 (compilation-warning-file-name, compilation-info-file-name)
22769 (compilation-line-number, compilation-column-number): New faces.
22770 (compilation-error-face, compilation-warning-face)
22771 (compilation-info-face, compilation-line-face)
22772 (compilation-column-face): Use them.
22773
22774 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
22775
22776 * comint.el (comint-password-prompt-regexp): Accept ", try again".
22777
22778 * bindings.el (global-map): Bind insertchar and its variants.
22779
22780 2005-06-27 Richard M. Stallman <rms@gnu.org>
22781
22782 * textmodes/artist.el (artist-text-overwrite)
22783 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
22784
22785 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22786
22787 * ps-print.el: It was not working the page selection for printing.
22788 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
22789 (ps-print-version): New version 6.6.7.
22790 (ps-end-sheet): New fun.
22791 (ps-header-sheet, ps-end-job): Call it.
22792
22793 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
22794
22795 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
22796
22797 2005-06-27 Lute Kamstra <lute@gnu.org>
22798
22799 * facemenu.el (facemenu-unlisted-faces): Add foreground and
22800 background color faces.
22801 (facemenu-get-face): Delete function.
22802 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
22803 (facemenu-add-new-color): Make second argument mandatory.
22804 Create the appropriate face and return it. Simplify.
22805 (facemenu-set-foreground, facemenu-set-background): Don't check if
22806 color is defined. Use return value of facemenu-add-new-color.
22807
22808 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
22809
22810 * progmodes/gud.el (gud-filter): Add missing argument to
22811 with-selected-window.
22812
22813 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
22814
22815 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
22816 a :require to the defcustom.
22817
22818 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
22819 defcustoms corresponding to minor modes.
22820
22821 2005-06-26 David Ponce <david@dponce.com>
22822
22823 * recentf.el: Require tree-widget instead of wid-edit.
22824 (recentf-filename-handler): Fix widget :type.
22825 (recentf-cancel-dialog, recentf-open-more-files)
22826 (recentf-open-files-action): Doc fix.
22827 (recentf-dialog-goto-first): New function.
22828 (recentf-dialog-mode-map): Set parent keymap first.
22829 (recentf-dialog-mode): Define with define-derived-mode.
22830 Don't display continuation lines in dialogs.
22831 (recentf-edit-list): Rename from recentf-edit-selected-items.
22832 (recentf-edit-list-select): Rename from recentf-edit-list-action.
22833 Simplify.
22834 (recentf-edit-list-validate): New function.
22835 (recentf-edit-list): Update accordingly.
22836 (recentf-open-files-item-shift): Remove.
22837 (recentf-open-files-item): Convert menu elements into tree and
22838 link widgets. Don't create the widgets.
22839 (recentf-open-files): Update accordingly.
22840 (recentf-save-list): Untabify.
22841
22842 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
22843
22844 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
22845 (keep-lines): Add INTERACTIVE arg. Never delete lines only
22846 partially contained in the active region. Do not take active
22847 region into account when called from Lisp, unless INTERACTIVE arg
22848 is non-nil. Use `forward-line' instead of `beginning-of-line' to
22849 avoid trouble with fields. Make marker point nowhere when no
22850 longer used. Always return nil. Doc fix.
22851 (flush-lines): Add INTERACTIVE arg. Do not take active region
22852 into account when called from Lisp, unless INTERACTIVE arg is
22853 non-nil. Use `forward-line' instead of `beginning-of-line' to
22854 avoid trouble with fields. Make marker point nowhere when no
22855 longer used. Always return nil. Doc fix.
22856 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
22857 interchangeable. Do not take active region into account when
22858 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
22859 message in echo area when called from Lisp, unless INTERACTIVE arg
22860 is non-nil. Avoid saying "1 occurrences". Do not use markers.
22861 Return the number of matches. Doc fix.
22862 (occur): Doc fix.
22863 (perform-replace): Make comment follow double space convention for
22864 the sake of `outline-minor-mode'.
22865
22866 * faces.el (facep): Doc fix.
22867
22868 2005-06-25 Richard M. Stallman <rms@gnu.org>
22869
22870 * facemenu.el (facemenu-enable-faces-p): New function.
22871 (facemenu-background-menu, facemenu-foreground-menu)
22872 (facemenu-face-menu): Add menu-enable property.
22873
22874 * jka-compr.el (jka-compr-insert-file-contents):
22875 Special handling if cannot find the uncompression program.
22876
22877 * cus-face.el (custom-face-attributes): Add autoload.
22878
22879 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22880 Bind comment-indent-function locally.
22881
22882 * window.el (save-selected-window): Use save-current-buffer.
22883
22884 * subr.el (with-selected-window): Use save-current-buffer.
22885
22886 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
22887 and with-current-buffer.
22888
22889 2005-06-24 Richard M. Stallman <rms@gnu.org>
22890
22891 * simple.el (line-move-1): Fix previous change.
22892
22893 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
22894
22895 * replace.el (occur-1): Set `buffer-read-only' and the
22896 buffer-modified flag before running `occur-hook' to protect
22897 against unintentional buffer switches that can lead to data loss.
22898
22899 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
22900
22901 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
22902 (gud-gdb-marker-filter): Use font-lock-warning-face for any
22903 initial error.
22904
22905 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
22906 after fresh input.
22907 (gdb-var-create-handler): Put name of expression in quotes.
22908
22909 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
22910
22911 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
22912 elements of RING in order, and without bogus nil elements.
22913
22914 2005-06-23 Richard M. Stallman <rms@gnu.org>
22915
22916 * simple.el (set-variable): Args renamed; doc fix.
22917 (line-move-1): When there are overlays around, use vertical-motion.
22918
22919 * faces.el (escape-glyph): Use brown against light background.
22920 (nobreak-space): Rename from no-break-space.
22921 Fix previous change.
22922
22923 * dired-aux.el (dired-do-copy): Fix arg prompt.
22924
22925 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
22926
22927 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22928
22929 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
22930 rather than "Distributor".
22931
22932 2005-06-23 Lute Kamstra <lute@gnu.org>
22933
22934 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
22935 (debug-on-entry): Use it. New interactive declaration that uses
22936 function-called-at-point.
22937
22938 2005-06-23 Kim F. Storm <storm@cua.dk>
22939
22940 * subr.el (save-match-data): Add comment about using evaporate arg
22941 to set-match-data.
22942
22943 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
22944
22945 * cus-edit.el (customize-face)
22946 (customize-face-other-window): Handle face aliases.
22947
22948 * faces.el (face-documentation, set-face-attribute)
22949 (face-spec-set): Handle face aliases.
22950
22951 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
22952
22953 * help-mode.el (help-make-xrefs): If a symbol representing a face
22954 name is not followed by the word "face", it could still be a
22955 function or variable name, so don't bypass other checks.
22956
22957 2005-06-22 Juri Linkov <juri@jurta.org>
22958
22959 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
22960 Replace aliased functions with calls where second arg `inherit' is t.
22961
22962 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
22963
22964 * progmodes/gdb-ui.el (gdb-error): New variable.
22965 (gdb-error): New function.
22966 (gdb-annotation-rules): Act on error-begin and error annotations.
22967 (gdb-concat-output): Use font-lock-warning-face for errors.
22968
22969 2005-06-22 Miles Bader <miles@gnu.org>
22970
22971 * bindings.el (propertized-buffer-identification): Use renamed
22972 `Buffer-menu-buffer' face.
22973
22974 * faces.el (vertical-border): Rename from `vertical-divider'.
22975 (escape-glyph): Change dark-background color back to `cyan'.
22976
22977 2005-06-21 Juri Linkov <juri@jurta.org>
22978
22979 * faces.el (face-user-default-spec): Try getting `customized-face'
22980 prior to `saved-face'.
22981 (frame-background-mode): Refill docstring.
22982
22983 * emacs-lisp/lisp-mode.el (eval-defun-1):
22984 * emacs-lisp/edebug.el (edebug-eval-defun):
22985 Set `saved-face' temporarily to nil before calling form.
22986 Set `customized-face' to the new spec after that.
22987
22988 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
22989
22990 * subr.el (1value, lambda, key-substitution-in-progress):
22991 Doc fixes.
22992
22993 * autoinsert.el (auto-insert-alist):
22994 * ses.el (ses-call-printer):
22995 * subr.el (noreturn):
22996 * emacs-lisp/lisp.el (check-parens):
22997 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
22998 * net/browse-url.el (browse-url-mosaic):
22999 * progmodes/cc-defs.el (c-safe-scan-lists):
23000 * progmodes/ebnf-abn.el (ebnf-abn-lex):
23001 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
23002 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
23003 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
23004 * progmodes/ebnf-iso.el (ebnf-iso-lex):
23005 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
23006
23007 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
23008
23009 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
23010
23011 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
23012
23013 * calendar/appt.el (appt-make-list): Activate the package, if
23014 not already active (for backwards compatibility).
23015
23016 2005-06-20 Kim F. Storm <storm@cua.dk>
23017
23018 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
23019
23020 2005-06-20 Miles Bader <miles@gnu.org>
23021
23022 * faces.el (vertical-divider): New face.
23023
23024 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
23025
23026 * simple.el (kill-whole-line): Doc fix.
23027 (next-error-buffer-p, next-error-find-buffer)
23028 (clone-indirect-buffer): Fix typos in docstrings.
23029 (comment-line-break-function): Doc fix: don't say variable
23030 is automatically buffer-local (it isn't).
23031
23032 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
23033
23034 * net/tramp-ftp.el (top):
23035 * net/tramp-smb.el (top):
23036 * net/tramp-util.el (top):
23037 * net/tramp-uu.el (top):
23038 * net/tramp-vc.el (top):
23039 * net/tramp.el (top): Revert copyright years back to original
23040 ones. Tramp has a life outside GNU Emacs.
23041
23042 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
23043
23044 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
23045
23046 2005-06-18 Juri Linkov <juri@jurta.org>
23047
23048 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
23049 end of first regexp to limit the match to the position between
23050 line number and source line with same separator character as used
23051 between file name and line number. In the second regexp limit
23052 mouse-face area to file name and line number by adding new group
23053 for them and referring it in HYPERLINK arg.
23054 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
23055 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
23056 previous line where grep markers may be already removed.
23057
23058 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
23059
23060 * progmodes/ps-mode.el: Update version and maintainer's email address.
23061
23062 2005-06-18 Steve Youngs <steve@xemacs.org>
23063
23064 * net/browse-url.el (browse-url-browser-function)
23065 (browse-url-default-browser): Add firefox.
23066 (browse-url-firefox-program, browse-url-firefox-arguments)
23067 (browse-url-firefox-startup-arguments)
23068 (browse-url-firefox-new-window-is-tab): New defcustoms.
23069 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
23070
23071 2005-06-17 Richard M. Stallman <rms@gnu.org>
23072
23073 * startup.el (command-line): Warn if specified user name has
23074 no home directory.
23075
23076 * term.el (term-get-old-input, term-input-filter, term-input-sender)
23077 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
23078
23079 * longlines.el (longlines-mode, longlines-show-hard-newlines):
23080 Doc fixes.
23081
23082 * faces.el (underline): Try bold if terminal doesn't support underline.
23083
23084 * mail/sendmail.el (mail-setup-with-from): New variable.
23085 (mail-insert-from-field): New function.
23086 (sendmail-send-it): Call it.
23087 (mail-setup): Optionally call it here.
23088
23089 * term/linux.el: Call tty-no-underline.
23090
23091 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
23092
23093 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
23094
23095 2005-06-17 Miles Bader <miles@gnu.org>
23096
23097 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
23098 (ediff-current-diff-C, ediff-current-diff-Ancestor)
23099 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
23100 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
23101 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
23102 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
23103 Remove "-face" suffix from face names.
23104 (ediff-current-diff-face-A, ediff-current-diff-face-B)
23105 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23106 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23107 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23108 (ediff-even-diff-face-A, ediff-even-diff-face-B)
23109 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23110 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23111 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23112 New backward-compatibility aliases for renamed faces.
23113 (ediff-current-diff-face-A, ediff-current-diff-face-B)
23114 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
23115 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
23116 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
23117 (ediff-even-diff-face-A, ediff-even-diff-face-B)
23118 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
23119 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
23120 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
23121 Use renamed ediff faces.
23122
23123 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
23124 Remove "-face" suffix from face names.
23125 (eshell-test-ok-face, eshell-test-failed-face):
23126 New backward-compatibility aliases for renamed faces.
23127 (eshell-run-test): Use renamed eshell-test faces.
23128
23129 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
23130 face name.
23131 (eshell-prompt-face): New backward-compatibility alias for renamed
23132 face.
23133 (eshell-emit-prompt): Use renamed eshell-prompt face.
23134
23135 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
23136 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
23137 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
23138 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
23139 Remove "-face" suffix from face names.
23140 (eshell-ls-directory-face, eshell-ls-symlink-face)
23141 (eshell-ls-executable-face, eshell-ls-readonly-face)
23142 (eshell-ls-unreadable-face, eshell-ls-special-face)
23143 (eshell-ls-missing-face, eshell-ls-archive-face)
23144 (eshell-ls-backup-face, eshell-ls-product-face)
23145 (eshell-ls-clutter-face):
23146 New backward-compatibility aliases for renamed faces.
23147 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
23148
23149 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
23150 Remove "-face" suffix from face name.
23151 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
23152 instead of literal face.
23153
23154 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
23155
23156 * emacs-lisp/warnings.el (display-warning, lwarn)
23157 (warning-minimum-log-level): Doc fixes.
23158 (warning-minimum-level, warning-minimum-log-level):
23159 Add :debug to :type choices.
23160
23161 * progmodes/ada-mode.el (ada-format-paramlist)
23162 (ada-get-indent-case, ada-check-matching-start)
23163 (ada-check-defun-name, ada-goto-matching-decl-start)
23164 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
23165 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
23166 (ada-make-subprogram-body): Follow error conventions.
23167 (ada-case-exception-file, ada-indent-comment-as-code)
23168 (ada-indent-handle-comment-special, ada-indent-renames)
23169 (ada-indent-return, ada-search-directories-internal)
23170 (ada-tab-policy, ada-case-exception-substring)
23171 (ada-other-file-alist, ada-matching-start-re)
23172 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
23173 (ada-imenu-generic-expression, ada-compile-goto-error)
23174 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
23175 (ada-popup-menu, ada-add-extensions, ada-mode)
23176 (ada-region-selected, ada-create-case-exception)
23177 (ada-create-case-exception-substring, ada-after-keyword-p)
23178 (ada-activate-keys-for-case, ada-adjust-case-region)
23179 (ada-adjust-case-buffer, ada-format-paramlist)
23180 (ada-scan-paramlist, ada-insert-paramlist)
23181 (ada-indent-newline-indent)
23182 (ada-indent-newline-indent-conditional)
23183 (ada-justified-indent-current, ada-goto-previous-word)
23184 (ada-indent-current, ada-get-indent-open-paren)
23185 (ada-get-indent-paramlist, ada-get-indent-end)
23186 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
23187 (ada-get-indent-block-start, ada-get-indent-subprog)
23188 (ada-get-indent-noindent, ada-get-indent-label)
23189 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
23190 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
23191 (ada-goto-stmt-end, ada-goto-next-word)
23192 (ada-check-matching-start, ada-check-defun-name)
23193 (ada-goto-matching-decl-start, ada-goto-matching-start)
23194 (ada-goto-matching-end, ada-search-ignore-string-comment)
23195 (ada-in-decl-p, ada-looking-at-semi-or)
23196 (ada-looking-at-semi-private, ada-in-paramlist-p)
23197 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
23198 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
23199 (ada-next-procedure, ada-previous-procedure, ada-next-package)
23200 (ada-previous-package, ada-create-menu)
23201 (ada-fill-comment-paragraph-justify)
23202 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
23203 (ada-other-file-name, ada-last-which-function-line)
23204 (ada-last-which-function-subprog, ada-which-function)
23205 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
23206 (ada-gen-treat-proc, ada-check-emacs-version)
23207 (ada-continuation-indent, ada-align-region-separate):
23208 Fix typos in docstrings.
23209 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
23210
23211 2005-06-16 Lute Kamstra <lute@gnu.org>
23212
23213 * simple.el (fundamental-mode): Run after-change-major-mode-hook
23214 conditionally.
23215
23216 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
23217
23218 * comint.el (comint-replace-by-expanded-filename)
23219 (comint-prompt-regexp, comint-delimiter-argument-list)
23220 (comint-preinput-scroll-to-bottom):
23221 * info.el (Info-hide-cookies-node):
23222 * ls-lisp.el (ls-lisp-classify):
23223 * find-file.el (ff-search-directories, ff-special-constructs)
23224 (ff-find-other-file):
23225 * font-lock.el (font-lock-keywords):
23226 * shell.el (shell-prompt-pattern)
23227 (shell-dynamic-complete-functions, shell-mode)
23228 (shell-delimiter-argument-list):
23229 * term.el (term-replace-by-expanded-filename)
23230 (term-prompt-regexp, term-delimiter-argument-list):
23231 * woman.el (woman-ignore, woman0-if):
23232 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
23233 * emacs-lisp/elint.el (elint-init-env):
23234 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
23235 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
23236 * language/ethio-util.el (ethio-tilde-escape)
23237 (ethio-use-three-dot-question):
23238 * net/zone-mode.el (zone-mode-load-time-setup):
23239 * progmodes/cc-align.el (c-lineup-argcont):
23240 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
23241 * progmodes/cperl-mode.el (cperl-set-style-back):
23242 * progmodes/inf-lisp.el (inferior-lisp-prompt):
23243 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
23244 Fix spellings in docstrings.
23245
23246 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
23247 * progmodes/modula2.el (m2-for): Fix spellings.
23248
23249 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
23250
23251 * simple.el (undo-more): Don't use `format' on `error' arguments.
23252 Improve argument/docstring consistency.
23253 (pending-undo-list): Doc fix.
23254
23255 * smerge-mode.el (smerge-ensure-match):
23256 * emulation/vip.el (vip-ex):
23257 * net/zone-mode.el (zone-mode-update-serial):
23258 * progmodes/idlwave.el (idlwave-complete):
23259 * progmodes/vhdl-mode.el (vhdl-visit-file)
23260 (vhdl-compose-wire-components):
23261 Don't use `format' on `error' arguments.
23262
23263 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
23264 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
23265 (tooltip-help-tips): Fix typos in docstrings.
23266
23267 2005-06-16 David Ponce <david@dponce.com>
23268
23269 * tree-widget.el (tree-widget-value-create): Simplify last change.
23270
23271 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
23272
23273 * ido.el (ido-incomplete-regexp): New variable.
23274 (ido-set-matches-1): Handle invalid-regexp error and set
23275 ido-incomplete-regexp.
23276 (ido-incomplete-regexp): New face.
23277 (ido-completions): Use it.
23278 (ido-complete, ido-exit-minibuffer, ido-completions):
23279 Handle incomplete regexps.
23280 (ido-completions): Add check for complete match when entering a regexp.
23281
23282 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23283
23284 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
23285
23286 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23287
23288 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
23289 by field delimiters.
23290
23291 2005-06-15 David Ponce <david@dponce.com>
23292
23293 * tree-widget.el: eval-and-compile inlined functions so they will
23294 be available at run-time too.
23295 (tree-widget-super-format-handler)
23296 (tree-widget-format-handler): Remove.
23297 (tree-widget-value-create): Handle the :indent property.
23298
23299 2005-06-15 Miles Bader <miles@gnu.org>
23300
23301 * progmodes/which-func.el (which-func): Only inherit
23302 `font-lock-function-name-face' when that makes sense against the
23303 default mode-line face, otherwise set the face color explicitly.
23304
23305 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
23306 faces instead of (non-existent) variables.
23307
23308 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
23309
23310 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
23311 (iswitchb-get-matched-buffers): Likewise. Simplify.
23312
23313 2005-06-14 Miles Bader <miles@gnu.org>
23314
23315 * progmodes/ld-script.el (ld-script-location-counter):
23316 Remove "-face" suffix from face name.
23317 (ld-script-location-counter-face):
23318 New backward-compatibility alias for renamed face.
23319 (ld-script-location-counter-face): Use renamed face.
23320
23321 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
23322 (cperl-hash): Remove "-face" suffix from face names.
23323 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
23324 New backward-compatibility aliases for renamed faces.
23325 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
23326 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
23327
23328 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
23329 name.
23330 (which-func-face): New backward-compatibility alias for renamed face.
23331 (which-func-format): Use renamed which-func face.
23332
23333 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
23334 (vhdl-function, vhdl-directive, vhdl-reserved-word)
23335 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
23336 names.
23337 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
23338 (vhdl-speedbar-configuration, vhdl-speedbar-package)
23339 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
23340 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
23341 (vhdl-speedbar-architecture-selected)
23342 (vhdl-speedbar-configuration-selected)
23343 (vhdl-speedbar-package-selected)
23344 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
23345 names.
23346 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
23347 Use renamed faces.
23348 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
23349 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
23350 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
23351 Use renamed faces.
23352 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
23353 names.
23354 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
23355 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
23356 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
23357 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
23358 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
23359 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
23360
23361 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
23362 face name.
23363 (sh-heredoc-face): New backward-compatibility alias for renamed face.
23364 (sh-heredoc-face): Use renamed sh-heredoc face.
23365
23366 * progmodes/idlw-help.el (idlwave-help-link):
23367 Remove "-face" suffix from face name.
23368 (idlwave-help-link-face):
23369 New backward-compatibility alias for renamed face.
23370 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
23371
23372 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
23373 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
23374 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
23375 New backward-compatibility aliases for renamed faces.
23376 (idlwave-shell-disabled-breakpoint-face)
23377 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
23378
23379 * progmodes/flymake.el (flymake-errline, flymake-warnline):
23380 Remove "-face" suffix from face names.
23381 (flymake-errline-face, flymake-warnline-face):
23382 New backward-compatibility aliases for renamed faces.
23383 (flymake-highlight-line): Use renamed flymake faces.
23384
23385 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
23386 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
23387 (ebrowse-member-class, ebrowse-progress):
23388 Remove "-face" suffix from face names.
23389 (ebrowse-tree-mark-face, ebrowse-root-class-face)
23390 (ebrowse-file-name-face, ebrowse-default-face)
23391 (ebrowse-member-attribute-face, ebrowse-member-class-face)
23392 (ebrowse-progress-face):
23393 New backward-compatibility aliases for renamed faces.
23394 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
23395 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
23396 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
23397 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
23398
23399 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
23400 antlr-syntax)
23401 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
23402 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
23403 names.
23404 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
23405 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
23406 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
23407 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
23408 backward-compatibility aliases for renamed faces.
23409 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
23410 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
23411 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
23412 remove "font-lock-". Use renamed antlr-mode faces.
23413 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
23414 literal face-names with face variable references.
23415
23416 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
23417 face name.
23418 (Buffer-menu-buffer-face): New backward-compatibility alias for
23419 renamed face.
23420 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
23421
23422 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
23423
23424 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
23425 Eliminate "-face" suffix.
23426 (makefile-targets): Inherit from font-lock-function-name-face and
23427 eliminate "-face" suffix.
23428 (makefile-shell): Remove attributes and eliminate "-face" suffix.
23429 (makefile-*-font-lock-keywords): Append makefile-targets in rule
23430 actions, instead of prepending, to make it less visible.
23431 (makefile-previous-dependency, makefile-match-dependency):
23432 Don't match a target on a continuation line.
23433
23434 * files.el (auto-mode-alist): Put Makefile in gmake mode.
23435
23436 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
23437
23438 * progmodes/gdb-ui.el (menu): Re-order menu items.
23439 (gdb-tooltip-print): Respect tooltip-use-echo-area.
23440
23441 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
23442 Define in tooltip.el.
23443 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
23444 (gud-tooltip-tips): Respect tooltip-use-echo-area and
23445 gud-tooltip-echo-area.
23446
23447 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
23448 backward compatibility and make obsolete.
23449 (tooltip-help-tips): Use tooltip-use-echo-area.
23450 (tooltip-show-help-function): Rename to...
23451 (tooltip-show-help): ...this, because it is a function.
23452 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
23453
23454 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
23455
23456 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
23457 (edebug-print-length, edebug-print-level, edebug-print-circle)
23458 (edebug-modify-breakpoint, edebug-eval-last-sexp)
23459 (edebug-eval-print-last-sexp): Doc fixes.
23460
23461 2005-06-14 Kim F. Storm <storm@cua.dk>
23462
23463 * ido.el (ido-mode): Make a new keymap every time we enable ido,
23464 as the coverage buffer/file/both may change.
23465
23466 2005-06-14 Lute Kamstra <lute@gnu.org>
23467
23468 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
23469 and run-mode-hooks. Simplify.
23470
23471 * mail/rmailedit.el (rmail-edit-mode):
23472 * progmodes/octave-inf.el (inferior-octave-mode):
23473 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
23474
23475 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
23476 and run-mode-hooks.
23477 (recentf-edit-list, recentf-open-files): Don't call
23478 kill-all-local-variables directly.
23479
23480 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
23481
23482 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
23483
23484 * emacs-lisp/byte-run.el (make-obsolete)
23485 (define-obsolete-function-alias): Rename arguments FUNCTION and
23486 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
23487 (make-obsolete-variable, define-obsolete-variable-alias):
23488 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
23489 respectively.
23490
23491 * isearchb.el (isearchb-activate):
23492 * pcvs.el (cvs-mode):
23493 * ses.el (ses-load):
23494 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
23495 * net/tramp.el (tramp-find-file-exists-command)
23496 (tramp-find-shell):
23497 * progmodes/ada-mode.el (ada-create-case-exception)
23498 (ada-create-case-exception-substring, ada-make-subprogram-body):
23499 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
23500 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
23501 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
23502 * textmodes/org.el (org-promote, org-evaluate-time-range)
23503 (org-agenda-next-date-line, org-agenda-previous-date-line)
23504 (org-agenda-error, org-open-at-point, org-table-move-row)
23505 (org-format-table-table-html-using-table-generate-source)
23506 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
23507 * textmodes/reftex.el (reftex-access-scan-info):
23508 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
23509 (reftex-toc-promote-prepare): Follow error conventions.
23510
23511 * diff-mode.el (diff-mode): Fix typo in docstring.
23512
23513 * forms.el (forms--intuit-from-file): Fix reference to
23514 `forms-number-of-fields' in error message.
23515 (forms-print): Fix quoting in error message.
23516
23517 * forms.el (forms-mode):
23518 * emulation/vi.el (vi-goto-insert-state):
23519 * progmodes/flymake.el (flymake-new-err-info)
23520 (flymake-start-syntax-check-for-current-buffer)
23521 (flymake-simple-cleanup):
23522 * eshell/esh-var.el (eshell/export):
23523 * progmodes/gud.el (xdb):
23524 * textmodes/flyspell.el (flyspell-incorrect-hook)
23525 (flyspell-maybe-correct-transposition)
23526 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
23527
23528 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
23529
23530 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
23531 minibuffer prompt.
23532
23533 2005-06-13 Kim F. Storm <storm@cua.dk>
23534
23535 * subr.el (add-to-ordered-list): New defun.
23536
23537 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
23538 add cua--keymap-alist to emulation-mode-map-alists.
23539
23540 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23541
23542 * subr.el (complete-in-turn): New macro.
23543 (dynamic-completion-table, lazy-completion-table): Add debug info.
23544
23545 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
23546 in preference to face aliases.
23547
23548 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
23549 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
23550 Remove unused vars `start' and `firstline'.
23551 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
23552 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
23553
23554 2005-06-13 Eli Zaretskii <eliz@gnu.org>
23555
23556 * cus-start.el (all): Don't complain about missing GTK-related
23557 variables, unless either `gtk' is boundp or this isn't a
23558 `windows-nt' build.
23559
23560 2005-06-13 Lute Kamstra <lute@gnu.org>
23561
23562 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
23563 run-mode-hooks.
23564
23565 * ediff-mult.el (ediff-meta-mode):
23566 * ediff-util.el (ediff-mode): Use run-mode-hooks.
23567
23568 * ledit.el (ledit-mode): Use delay-mode-hooks.
23569
23570 * woman.el (woman-mode-line-format): Delete constant.
23571 (woman-mode-map): Initialize it properly.
23572 (woman-mode): Set mode-class property to special.
23573 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
23574 Set major-mode and mode-name. Don't set mode-line-format directly.
23575 (Man-getpage-in-background): Don't reference woman-mode-line-format.
23576
23577 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
23578 string argument obsolete.
23579
23580 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
23581
23582 * textmodes/org.el (org-CUA-compatible): New option.
23583 (org-disputed-keys): New variable.
23584 (org-key): New function.
23585 (orgtbl-make-binding): Add docstring to the created function.
23586 (org-mode): Set paragraph start/separate regexps.
23587 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
23588 (org-archive-location, org-archive-mark-done)
23589 (org-archive-stamp-time): New options.
23590 (org-archive-subtree): New command.
23591 (org-fill-paragraph): New function.
23592 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
23593 (org-fake-empty-table-line): Function removed.
23594 (org-format-org-table-html): Do not create empty table lines at
23595 separator lines. Improved table header treatment.
23596 (org-link-format): New option.
23597 (org-make-link): New function.
23598 (org-insert-link, org-store-link): Use org-make-link.
23599 (org-open-file): Quote file name for shell command, to allow
23600 spaces in file names.
23601 (org-link-regexp): Fix bug with mailto link.
23602 (org-link-maybe-angles-regexp, org-protected-link-regexp):
23603 New constants.
23604 (org-export-as-html): Deal with the optional angles around a link.
23605 Better treatment of file: links.
23606 (org-open-at-point): Replace @{ and @} with < and >.
23607 (org-run-mode-hooks): Function removed.
23608 (org-agenda-mode): No longer use `org-run-mode-hooks'.
23609
23610 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
23611
23612 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
23613 MI command -data-list-register-values.
23614 (gdb-post-prompt): Indent properly.
23615
23616 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
23617
23618 * hilit-chg.el (highlight-changes-colors): Rename from
23619 `highlight-changes-colours'.
23620 (highlight-changes-colours): Keep as obsolete alias.
23621 (highlight-changes-face-list): Doc fix.
23622 (hilit-chg-make-list): Use `highlight-changes-colors'.
23623
23624 2005-06-12 Mark A. Hershberger <mah@everybody.org>
23625
23626 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
23627 defun-prompt-regexp.
23628
23629 2005-06-12 Eli Zaretskii <eliz@gnu.org>
23630
23631 * loadup.el: Don't say we are dumping under 2 names on windows-nt
23632 and cygwin.
23633
23634 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
23635 Don't use an old loaddefs.el, as in Makefile.in.
23636
23637 2005-06-12 Lute Kamstra <lute@gnu.org>
23638
23639 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
23640
23641 * man.el (Man-mode-map): Initialize it properly.
23642 (Man-mode): Set mode-class property to special.
23643
23644 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
23645
23646 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
23647
23648 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
23649 A newline is needed in the docstring there.
23650
23651 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
23652 Doc fixes.
23653
23654 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23655
23656 * printing.el: Doc fix. The menubar is no more changed when printing
23657 is loaded, it only changes when pr-menu-bind or pr-update-menus is
23658 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
23659 (pr-version): New version number (6.8.4).
23660 (pr-menu-bind): New command.
23661 (pr-update-menus): Docstring and code fix.
23662 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
23663 Docstring fix.
23664 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
23665 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
23666
23667 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
23668
23669 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
23670 "Returns" to "return", document useful return values, etc.
23671
23672 2005-06-11 Alan Mackenzie <acm@muc.de>
23673
23674 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
23675 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
23676 (adaptive-file-function): Minor amendment to doc-string.
23677
23678 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23679
23680 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
23681 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
23682 Fix :type--it is `integer', not `string'.
23683
23684 * faces.el (modeline-highlight): Rename from (the erroneous)
23685 `modeline-higilight'.
23686
23687 2005-06-11 Lute Kamstra <lute@gnu.org>
23688
23689 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
23690 lisp-interaction-mode-map but make it the parent.
23691 (edebug-eval-mode): Use define-derived-mode.
23692
23693 2005-06-11 Andreas Schwab <schwab@suse.de>
23694
23695 * bindings.el: Add binding of `ESC functionkey' for every
23696 `M-functionkey'.
23697 * hexl.el (hexl-mode-map): Likewise.
23698
23699 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
23700
23701 * progmodes/compile.el (compilation-error-regexp-alist-alist)
23702 [msft]: update regexp for newer msft compilers.
23703
23704 2005-06-10 Mark A. Hershberger <mah@everybody.org>
23705
23706 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
23707 ATTLIST portions of included DTDs.
23708 (xml-parse-dtd): Eliminate use of inefficient match-data.
23709
23710 2005-06-10 Miles Bader <miles@gnu.org>
23711
23712 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
23713 (mpuz-text): Remove "-face" suffix from face names.
23714 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
23715 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
23716 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
23717
23718 * play/gomoku.el (gomoku-O, gomoku-X):
23719 Remove "-face" suffix from face names.
23720 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
23721 New backward-compatibility aliases for renamed faces.
23722 (gomoku-font-lock-keywords): Use renamed gomoku faces.
23723
23724 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23725
23726 * thumbs.el: Fixes for changes of 2005-06-09.
23727 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
23728 as a directory.
23729 (thumbs-thumbname): Remove directory separator from format string;
23730 `thumbs-thumbsdir' now returns a valid directory name.
23731 (thumbs-temp-dir): New defsubst.
23732 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
23733 Use it.
23734
23735 * cus-edit.el (minibuffer):
23736 * files.el (make-backup-file-name-function):
23737 * filesets.el (filesets-external-viewers):
23738 * hilit-chg.el (highlight-changes-colours)
23739 (highlight-changes-face-list, highlight-changes-rotate-faces):
23740 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
23741 * kmacro.el (kmacro-call-macro):
23742 * log-edit.el (log-edit-changelog-full-paragraphs):
23743 * mouse.el (mouse-1-click-follows-link):
23744 * skeleton.el (skeleton-autowrap):
23745 * subr.el (insert-for-yank-1):
23746 * tempo.el (tempo-insert-region):
23747 * terminal.el (terminal-emulator):
23748 * time.el (display-time-mail-face):
23749 * vc.el (vc-annotate):
23750 * vcursor.el (vcursor-copy-line):
23751 * woman.el (woman-bold-headings, woman-ignore)
23752 (woman-default-faces, woman-monochrome-faces):
23753 * calendar/todo-mode.el (todo-insert-threshold):
23754 * emulation/pc-select.el (pc-select-selection-keys-only)
23755 (pc-selection-mode):
23756 * emulation/vip.el (vip-find-char-forward):
23757 * emulation/viper-cmd.el (viper-find-char-forward):
23758 * international/mule-cmds.el
23759 (select-safe-coding-system-accept-default-p)
23760 (input-method-exit-on-invalid-key):
23761 * international/mule-diag.el (describe-coding-system):
23762 * international/ucs-tables.el (unify-8859-on-encoding-mode):
23763 * net/browse-url.el (browse-url-xterm-program):
23764 * obsolete/lazy-lock.el (lazy-lock-mode):
23765 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
23766 (cperl-mode):
23767 * progmodes/cpp.el (cpp-face-light-name-list)
23768 (cpp-face-dark-name-list):
23769 * progmodes/delphi.el (delphi-newline-always-indents):
23770 Fix spellings in docstrings.
23771
23772 * ido.el (ido-mode, ido-file-extensions-order)
23773 (ido-default-file-method, ido-default-buffer-method)
23774 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
23775 (ido-decorations, ido-read-file-name-as-directory-commands)
23776 (ido-read-file-name-non-ido, ido-work-directory-list)
23777 (ido-ignore-item-temp-list, ido-current-directory)
23778 (ido-magic-forward-char, ido-enter-find-file)
23779 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
23780 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
23781
23782 2005-06-10 Lute Kamstra <lute@gnu.org>
23783
23784 * play/dunnet.el (dun-mode): Use define-derived-mode.
23785 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
23786 obsolete alias.
23787
23788 * play/doctor.el (doctor-mode-map): Remove defvar.
23789 (doctor-mode): Use define-derived-mode.
23790
23791 * mail/mspools.el (mspools-mode):
23792 * net/eudc-hotlist.el (eudc-hotlist-mode):
23793 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
23794
23795 2005-06-10 Miles Bader <miles@gnu.org>
23796
23797 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
23798 Remove "-face" suffix from face names.
23799 (flyspell-incorrect-face, flyspell-duplicate-face):
23800 New backward-compatibility aliases for renamed faces.
23801 (flyspell-mode-on, make-flyspell-overlay)
23802 (flyspell-highlight-incorrect-region)
23803 (flyspell-highlight-duplicate-region)
23804 (flyspell-display-next-corrections)
23805 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
23806
23807 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
23808 from face name.
23809 (texinfo-heading-face): New backward-compatibility alias for
23810 renamed face.
23811 (texinfo-heading-face): Use renamed texinfo-heading face.
23812
23813 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
23814 suffix from face names.
23815 (tex-math-face, tex-verbatim-face):
23816 New backward-compatibility aliases for renamed faces.
23817 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
23818 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
23819 literal face name.
23820
23821 * textmodes/table.el (table-cell): Remove "-face" suffix from face
23822 name.
23823 (table-cell-face): New backward-compatibility alias for renamed face.
23824 (table--put-cell-face-property, table--update-cell-face):
23825 Use renamed table-cell face.
23826
23827 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
23828 from face name.
23829 (sgml-namespace-face): New backward-compatibility alias for
23830 renamed face.
23831 (sgml-namespace-face): Use renamed sgml-namespace face.
23832
23833 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
23834 (org-level-4, org-level-5, org-level-6, org-level-7)
23835 (org-level-8, org-warning, org-headline-done)
23836 (org-deadline-announce, org-scheduled-today)
23837 (org-scheduled-previously, org-link, org-done, org-table)
23838 (org-time-grid): Remove "-face" suffix from face names.
23839 (org-level-1-face, org-level-2-face, org-level-3-face)
23840 (org-level-4-face, org-level-5-face, org-level-6-face)
23841 (org-level-7-face, org-level-8-face, org-warning-face)
23842 (org-headline-done-face, org-deadline-announce-face)
23843 (org-scheduled-today-face, org-scheduled-previously-face)
23844 (org-link-face, org-done-face, org-table-face)
23845 (org-time-grid-face):
23846 New backward-compatibility aliases for renamed faces.
23847 (org-level-faces, org-set-font-lock-defaults, org-timeline)
23848 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
23849 (org-agenda-get-timestamps, org-agenda-get-scheduled)
23850 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
23851
23852 * emulation/viper-init.el (viper-search, viper-replace-overlay)
23853 (viper-minibuffer-emacs, viper-minibuffer-insert)
23854 (viper-minibuffer-vi): Remove "-face" suffix from face names.
23855 (viper-search-face, viper-replace-overlay-face)
23856 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23857 (viper-minibuffer-vi-face):
23858 New backward-compatibility aliases for renamed faces.
23859 (viper-search-face, viper-replace-overlay-face)
23860 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23861 (viper-minibuffer-vi-face): Use renamed viper faces.
23862
23863 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
23864 Remove "-face" suffix from face names.
23865 (testcover-nohits-face, testcover-1value-face):
23866 New backward-compatibility aliases for renamed faces.
23867 (testcover-mark): Use renamed testcover faces.
23868
23869 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
23870 face name.
23871 (diary-button-face): New backward-compatibility alias for renamed face.
23872 (diary-entry): Use renamed diary-button face.
23873
23874 * calendar/calendar.el (diary, calendar-today, holiday)
23875 (mark-visible-calendar-date): Remove "-face" suffix from face names.
23876 (diary-face, calendar-today-face, holiday-face):
23877 New backward-compatibility aliases for renamed faces.
23878 (eval-after-load "facemenu", diary-entry-marker)
23879 (calendar-today-marker, calendar-holiday-marker, diary-face):
23880 Use renamed calendar faces.
23881
23882 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
23883 (compare-windows-face): New backward-compatibility alias for
23884 renamed face.
23885 (compare-windows-highlight): Use renamed compare-windows face.
23886
23887 * strokes.el (strokes-char): Remove "-face" suffix from face name.
23888 (strokes-char-face): New backward-compatibility alias for renamed face.
23889 (strokes-encode-buffer): Use renamed strokes-char face.
23890
23891 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
23892 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
23893 Remove "-face" suffix from face names.
23894 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
23895 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
23896 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
23897 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
23898 Use renamed pcvs faces.
23899 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
23900 * pcvs-defs.el (cvs-mode-map): Likewise.
23901 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
23902
23903 * info.el (info-title-1, info-title-2, info-title-3)
23904 (info-title-4): Remove "-face" suffix from and downcase face names.
23905 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
23906 (Info-title-4-face):
23907 New backward-compatibility aliases for renamed faces.
23908 (Info-fontify-node): Use renamed info faces.
23909
23910 * hilit-chg.el (highlight-changes, highlight-changes-delete):
23911 Remove "-face" suffix from face names.
23912 (highlight-changes-face, highlight-changes-delete-face):
23913 New backward-compatibility aliases for renamed faces.
23914 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
23915 (hilit-chg-make-list): Use renamed highlight-changes faces.
23916
23917 * generic-x.el (show-tabs-tab, show-tabs-space):
23918 Remove "-face" suffix from face names.
23919 (show-tabs-tab-face, show-tabs-space-face):
23920 New backward-compatibility aliases for renamed faces.
23921 (show-tabs-generic-mode-font-lock-defaults-1)
23922 (show-tabs-generic-mode-font-lock-defaults-2):
23923 Use renamed show-tabs faces.
23924
23925 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
23926 (smerge-markers): Remove "-face" suffix from face names.
23927 (smerge-mine-face, smerge-other-face, smerge-base-face)
23928 (smerge-markers-face):
23929 New backward-compatibility aliases for renamed faces.
23930 (smerge-mine-face, smerge-other-face, smerge-base-face)
23931 (smerge-markers-face): Use renamed smerge faces.
23932
23933 * log-view.el (log-view-file, log-view-message): Remove "-face"
23934 suffix from face names.
23935 (log-view-file-face, log-view-message-face):
23936 New backward-compatibility aliases for renamed faces.
23937 (log-view-file-face, log-view-message-face): Use renamed log-view
23938 faces.
23939
23940 * paren.el (show-paren-match, show-paren-mismatch):
23941 Remove "-face" suffix from face names.
23942 (show-paren-match-face, show-paren-mismatch-face):
23943 New backward-compatibility aliases for renamed faces.
23944 (show-paren-function): Use renamed show-paren faces.
23945
23946 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
23947 (ruler-mode-margins, ruler-mode-fringes)
23948 (ruler-mode-column-number, ruler-mode-fill-column)
23949 (ruler-mode-comment-column, ruler-mode-goal-column)
23950 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
23951 suffix from face names.
23952 (ruler-mode-default-face, ruler-mode-pad-face)
23953 (ruler-mode-margins-face, ruler-mode-fringes-face)
23954 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
23955 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
23956 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
23957 New backward-compatibility aliases for renamed faces.
23958 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
23959 (ruler-mode-column-number, ruler-mode-fill-column)
23960 (ruler-mode-comment-column, ruler-mode-goal-column)
23961 (ruler-mode-tab-stop, ruler-mode-current-column)
23962 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
23963 faces.
23964
23965 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
23966 face name.
23967 (whitespace-highlight-the-space): Use renamed face.
23968 (whitespace-highlight-face): New backward-compatibility alias for
23969 renamed face.
23970
23971 * woman.el (woman-italic, woman-bold, woman-unknown)
23972 (woman-addition, woman-symbol-face):
23973 Remove "-face" suffix from face names.
23974 (woman-italic-face, woman-bold-face, woman-unknown-face)
23975 (woman-addition-face):
23976 New backward-compatibility aliases for renamed faces.
23977 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
23978 (woman-decode-region, woman-replace-match)
23979 (woman-display-extended-fonts, woman-special-characters)
23980 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
23981 Use renamed woman faces.
23982
23983 * longlines.el (longlines-visible-face): Face removed.
23984
23985 * diff-mode.el (diff-header, diff-file-header, diff-index)
23986 (diff-hunk-header, diff-removed, diff-added, diff-changed)
23987 (diff-function, diff-context, diff-nonexistent): Remove "-face"
23988 suffix from face names.
23989 (diff-header-face, diff-file-header-face, diff-index-face)
23990 (diff-hunk-header-face, diff-removed-face, diff-added-face)
23991 (diff-changed-face, diff-function-face, diff-context-face)
23992 (diff-nonexistent-face): New backward-compatibility aliases for
23993 renamed faces.
23994 (diff-header-face, diff-file-header-face)
23995 (diff-index, diff-index-face, diff-hunk-header)
23996 (diff-hunk-header-face, diff-removed, diff-removed-face)
23997 (diff-added, diff-added-face, diff-changed-face, diff-function)
23998 (diff-function-face, diff-context-face, diff-nonexistent)
23999 (diff-nonexistent-face): Use renamed diff-mode faces.
24000
24001 * progmodes/compile.el (compilation-warning-face)
24002 (compilation-info-face): Remove "-face" suffix from face names.
24003 (compilation-warning-face, compilation-info-face):
24004 New backward-compatibility aliases for renamed faces.
24005 (compilation-warning-face, compilation-info-face):
24006 Use renamed compilation faces.
24007
24008 * add-log.el (change-log-date, change-log-name)
24009 (change-log-email, change-log-file, change-log-list)
24010 (change-log-conditionals, change-log-function)
24011 (change-log-acknowledgement): Remove "-face" suffix from face names.
24012 (change-log-date-face, change-log-name-face)
24013 (change-log-email-face, change-log-file-face)
24014 (change-log-list-face, change-log-conditionals-face)
24015 (change-log-function-face, change-log-acknowledgement-face):
24016 New backward-compatibility aliases for renamed faces.
24017 (change-log-font-lock-keywords): Use renamed change-log faces.
24018
24019 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
24020 (custom-set, custom-changed, custom-saved, custom-button)
24021 (custom-button-pressed, custom-documentation, custom-state)
24022 (custom-comment, custom-comment-tag, custom-variable-tag)
24023 (custom-variable-button, custom-face-tag, custom-group-tag-1)
24024 (custom-group-tag): Remove "-face" suffix from face names.
24025 (custom-magic-alist, custom-magic-value-create)
24026 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
24027 (custom-invalid-face, custom-rogue-face, custom-modified-face)
24028 (custom-set-face, custom-changed-face, custom-saved-face)
24029 (custom-button-face, custom-button-pressed-face)
24030 (custom-documentation-face, custom-state-face)
24031 (custom-comment-face, custom-comment-tag-face)
24032 (custom-variable-tag-face, custom-variable-button-face)
24033 (custom-face-tag-face, custom-group-tag-face-1)
24034 (custom-group-tag-face):
24035 New backward-compatibility aliases for renamed faces.
24036
24037 * wid-edit.el (widget-documentation, widget-button)
24038 (widget-field, widget-single-line-field, widget-inactive)
24039 (widget-button-pressed): "-face" suffix removed from face names.
24040 (widget-documentation-face, widget-button-face)
24041 (widget-field-face, widget-single-line-field-face)
24042 (widget-inactive-face, widget-button-pressed-face):
24043 New backward-compatibility aliases for renamed faces.
24044 (widget-documentation-face, widget-button-face)
24045 (widget-button-pressed-face, widget-specify-field)
24046 (widget-specify-inactive): Use renamed widget faces.
24047
24048 2005-06-10 Kenichi Handa <handa@m17n.org>
24049
24050 * term/x-win.el (x-clipboard-yank): Remove condition-case
24051 wrapping.
24052
24053 2005-06-11 Kenichi Handa <handa@m17n.org>
24054
24055 * add-log.el (change-log-font-lock-keywords): Make the regexp for
24056 date lines stricter.
24057
24058 2005-06-10 Zhang Wei <id.brep@gmail.com>
24059
24060 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
24061 of x-get-selection.
24062
24063 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
24064
24065 * comint.el (comint-mode, comint-snapshot-last-prompt):
24066 * frame.el (frame-current-scroll-bars):
24067 * term.el (term-mode, term-check-proc, term-input-sender)
24068 (term-simple-send, term-extract-string, term-word)
24069 (term-match-partial-filename):
24070 * window.el (window-current-scroll-bars):
24071 * emulation/cua-base.el (cua-normal-cursor-color)
24072 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
24073 (cua-global-mark-cursor-color):
24074 * mail/undigest.el (rmail-forward-separator-regex):
24075 Fix typos in docstrings.
24076
24077 * comint.el (comint-check-proc, make-comint-in-buffer)
24078 (comint-source-default): Doc fixes.
24079
24080 * term.el (term-send-string): Improve argument/docstring consistency.
24081
24082 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
24083
24084 * comint.el (comint-send-input): Bind `inhibit-read-only' around
24085 call to `delete-region'.
24086 (comint-mode-hook): Do not enable Font Lock by default.
24087
24088 2005-06-09 Lute Kamstra <lute@gnu.org>
24089
24090 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
24091 could be void.
24092
24093 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
24094
24095 * emacs-lisp/debug.el (debugger-will-be-back): New var.
24096 (debug): Use it.
24097 (debugger-step-through, debugger-continue, debugger-jump)
24098 (debugger-return-value): Set it when needed.
24099 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
24100 Use inhibit-read-only.
24101
24102 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
24103
24104 * window.el (shrink-window-if-larger-than-buffer)
24105 (window-size-fixed): Fix typo in docstring.
24106
24107 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
24108 thumbnails directory on loading.
24109 (thumbs-conversion-program): Use `eq' to check the system type,
24110 not `equal'.
24111 (thumbs-temp-dir): Initialize to `temporary-file-directory',
24112 not "/tmp". Fix docstring.
24113 (thumbs-thumbsdir): New function to return the thumbnails
24114 directory, creating it if needed.
24115 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
24116 (thumbs-temp-file): Delete variable and make it into a function.
24117 (thumbs-resize-image, thumbs-modify-image): Use it.
24118 (thumbs-kill-buffer): Simplify.
24119 (thumbs-gensym): Defalias or duplicate CL `gensym'.
24120 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
24121 docstrings.
24122
24123 2005-06-09 Kim F. Storm <storm@cua.dk>
24124
24125 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
24126 set-match-data to free markers in match-data.
24127
24128 * replace.el (replace-match-data): Pass RESEAT arg `t' to
24129 match-data to unchain markers in match-data.
24130
24131 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
24132
24133 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
24134 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
24135 unnecessary now.
24136
24137 2005-06-08 Richard M. Stallman <rms@gnu.org>
24138
24139 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
24140 give the variable a doc string that doesn't say don't set it directly.
24141
24142 * textmodes/ispell.el (ispell-check-version):
24143 Use match-string-no-properties.
24144 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
24145 (ispell-buffer-local-words): Likewise.
24146
24147 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
24148 except on terminals with enough colors to really display it.
24149 (makefile-dependency-regex): Delete spurious `bb'.
24150
24151 * faces.el (escape-glyph): Use blue once again in last case.
24152 (no-break-space): Redefine so that it isn't invisible on a tty.
24153
24154 2005-06-08 Kim F. Storm <storm@cua.dk>
24155
24156 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
24157 also when reading directory name.
24158
24159 2005-06-08 Lute Kamstra <lute@gnu.org>
24160
24161 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
24162 (flyspell-mode-line-string): Remove autoload cookie.
24163 (flyspell-mode): Remove defvar.
24164
24165 2005-06-07 Lute Kamstra <lute@gnu.org>
24166
24167 * textmodes/org.el (org-run-mode-hooks): New function.
24168 (org-agenda-mode): Use it.
24169
24170 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
24171
24172 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
24173
24174 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
24175
24176 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
24177
24178 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
24179
24180 * font-lock.el (font-lock-add-keywords): Doc fix.
24181
24182 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
24183
24184 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
24185 (tex-compile-default): In the absence of any history, use the order in
24186 tex-compile-alist to choose the preferred command.
24187 (tex-compile-commands): Reorder a bit.
24188
24189 * textmodes/flyspell.el (flyspell-auto-correct-binding)
24190 (flyspell-incorrect-face, flyspell-duplicate-face):
24191 Use (X)Emacs-agnostic code.
24192 (flyspell-mode-map): Don't overwrite at each load. Remove code
24193 redundant with the subsequent add-minor-mode. Merge Emacs and
24194 XEmacs code.
24195 (flyspell-word): Minor simplification.
24196 (flyspell-math-tex-command-p): Quieten the byte-compiler.
24197 (flyspell-external-point-words): Remove unused vars `size' and `start'.
24198 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
24199 Merge the corresponding Emacs code.
24200 (flyspell-correct-word, flyspell-xemacs-popup):
24201 Use flyspell-do-correct.
24202
24203 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
24204 a dedicated window.
24205
24206 * international/latexenc.el (latexenc-find-file-coding-system):
24207 Undo part of last patch, to turn off a compiler warning.
24208
24209 2005-06-06 Juri Linkov <juri@jurta.org>
24210
24211 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
24212 Rename `tmm-inactive-face' to `tmm-inactive'.
24213
24214 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
24215
24216 * iswitchb.el: Rename faces.
24217
24218 2005-06-06 Kim F. Storm <storm@cua.dk>
24219
24220 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
24221 (cua-global-mark): Remove -face suffix from face names.
24222
24223 * emulation/cua-gmrk.el (cua--init-global-mark):
24224 Remove cua-global-mark face setup.
24225
24226 2005-06-06 Richard M. Stallman <rms@gnu.org>
24227
24228 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
24229 just like other allowed characters.
24230 (makefile-match-dependency): Exclude leading and training whitespace
24231 from the range of regexp subexp 1.
24232 (makefile-macroassign-regex): Don't try to match the body,
24233 just the name of the macro being defined.
24234
24235 * info.el (Info-read-node-name-2): New function.
24236 (Info-read-node-name-1): Use that.
24237 Add a completion-base-size-function property.
24238
24239 * simple.el (completion-setup-function): Look for
24240 completion-base-size-function property of minibuffer-completion-table.
24241
24242 * files.el (locate-file-completion): Doc fix.
24243
24244 * printing.el: Don't call pr-update-menus; user must do that.
24245
24246 * emacs-lisp/debug.el (debugger-window): New variable.
24247 (debug): Use debugger-window if it is set and still alive.
24248 Record debugger-window for next entry.
24249
24250 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
24251
24252 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
24253
24254 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
24255 (hack-one-local-variable, hack-local-variables)
24256 (hack-local-variables-prop-line): Pass that arg.
24257
24258 2005-06-06 Kim F. Storm <storm@cua.dk>
24259
24260 * ido.el (ido-first-match, ido-only-match, ido-subdir)
24261 (ido-indicator): Remove -face suffix from face names.
24262
24263 2005-06-06 Juri Linkov <juri@jurta.org>
24264
24265 * font-lock.el (font-lock-regexp-backslash)
24266 (font-lock-regexp-backslash-construct): New faces.
24267 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
24268 after `('. Add `while-no-input' to control structures.
24269
24270 * faces.el (no-break-space, shadow): New faces.
24271 (escape-glyph): Use less loud colors pink2 and red4.
24272
24273 * diff-mode.el (diff-context-face)
24274 * dired.el (dired-ignored)
24275 * rfn-eshadow.el (file-name-shadow)
24276 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
24277
24278 * info.el (Info-title-1-face): Use green instead of yellow because
24279 bold yellow is not readable on light backgrounds.
24280
24281 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
24282 before selecting the desired mode to not spend time fontifying
24283 old contents.
24284
24285 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
24286
24287 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
24288 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
24289
24290 * ps-print.el (ps-default-fg, ps-default-bg):
24291 Fix typos in docstrings.
24292
24293 * isearchb.el (isearchb): Don't pass a spurious second argument to
24294 `iswitchb-completions'.
24295
24296 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
24297
24298 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
24299 to preserve point.
24300 (gdb-find-file-hook): Add doc string.
24301
24302 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
24303 C dereferenced pointer expression.
24304 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
24305
24306 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
24307
24308 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
24309 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
24310 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
24311 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
24312 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
24313 Make background transparent.
24314
24315 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
24316
24317 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
24318 (font-lock-remove-keywords): Doc fix.
24319 (font-lock-mode-major-mode): Compiler defvar.
24320 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
24321
24322 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
24323 (font-lock-mode): Update `font-lock-mode-major-mode'.
24324 (font-lock-set-defaults): Compiler defvar.
24325 (font-lock-default-function): Take `font-lock-mode-major-mode'
24326 into account.
24327
24328 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
24329 keep track of which major mode it enabled the minor mode for.
24330 Use find-file-hook again. Update docstring.
24331
24332 * simple.el (eval-expression-print-level)
24333 (eval-expression-print-length, eval-expression-debug-on-error):
24334 Doc fixes.
24335
24336 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
24337
24338 * iswitchb.el (iswitchb-single-match-face)
24339 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
24340 (iswitchb-invalid-regexp-face): New faces.
24341 (iswitchb-completions): Use them.
24342 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
24343 now marked as an obsolete alias.
24344 (iswitchb-read-buffer): Remove check for bound font variables.
24345 (iswitchb-invalid-regexp): New free variable.
24346 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
24347 set iswitchb-invalid-regexp.
24348 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
24349 invalid regexps.
24350 (iswitchb-completions): Add check for complete match when entering
24351 a regexp.
24352 (iswitchb-completions): Remove require-match argument.
24353 (iswitchb-exhibit): Fix caller.
24354 (iswitchb-common-match-inserted): New variable.
24355 (iswitchb-complete, iswitchb-completion-help): Use it.
24356
24357 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
24358
24359 * url-http.el (url-http-chunked-encoding-after-change-function):
24360 Use `url-http-debug' instead of `message'.
24361
24362 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
24363
24364 * url-http.el (url-http-parse-headers): Pass redirected URL as a
24365 callback argument.
24366
24367 2005-06-04 Kim F. Storm <storm@cua.dk>
24368
24369 * simple.el (line-move): Only call sit-for when moving backwards.
24370
24371 * ido.el (ido-make-merged-file-list-1): New defun split from
24372 ido-make-merged-file-list.
24373 (ido-make-merged-file-list): Bind throw-on-input around call to
24374 ido-make-merged-file-list-1. Return input-pending-p if
24375 interrupted by more input available.
24376 (ido-read-internal): Handle input-pending-p return value from
24377 ido-make-merged-file-list.
24378
24379 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
24380
24381 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
24382 compatibility code.
24383
24384 * international/latexenc.el (latexenc-find-file-coding-system):
24385 Don't inherit the EOL part of the coding-system from the
24386 tex-main buffer. Fit within 80 columns.
24387
24388 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
24389
24390 * tmm.el (tmm-inactive-face): New face.
24391 (tmm-remove-inactive-mouse-face): New function.
24392 (tmm-prompt, tmm-add-one-shortcut)
24393 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
24394 but not selectable.
24395
24396 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
24397
24398 * faces.el (face-equal): Improve argument/docstring consistency.
24399
24400 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
24401
24402 * progmodes/make-mode.el (makefile-targets-face)
24403 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
24404 (makefile-bsdmake-dependency-regex)
24405 (makefile-makepp-rule-action-regex)
24406 (makefile-bsdmake-rule-action-regex): New constants.
24407 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
24408
24409 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24410 Allow (...) within `...' for makepp messages.
24411
24412 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
24413
24414 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
24415
24416 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
24417 "." files are deleted from all file lists before comparison.
24418
24419 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24420 (viper-ESC-key): Made them customizable.
24421
24422 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
24423
24424 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
24425
24426 * autorevert.el (auto-revert-buffers): Use save-match-data.
24427
24428 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24429
24430 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
24431 menu items with a nil command binding.
24432
24433 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
24434
24435 * emacs-lisp/cl-macs.el (defsetf):
24436 Improve argument/docstring consistency.
24437
24438 * faces.el (list-faces-display): Improve the formatting by
24439 computing the maximum length required for any face-name (reworked
24440 patch of 1999-01-11, accidentally deleted on 1999-07-21).
24441 (internal-find-face): Remove redundant info in docstring.
24442
24443 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
24444
24445 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
24446 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
24447 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
24448 (gdb-assembler-custom): Improve regexps.
24449 (def-gdb-auto-update-handler): Use window point to preserve point.
24450
24451 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24452
24453 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
24454
24455 2005-05-31 Jay Belanger <belanger@truman.edu>
24456
24457 * calc/calc-embed.el (calc-embedded-word): Change argument passed
24458 to calc-embedded.
24459 (calc-embedded-make-info): Have plain prefix argument select
24460 entire line.
24461
24462 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
24463
24464 * faces.el (list-faces-display): Signal error if passed a regexp
24465 that matches no face name.
24466
24467 * simple.el (filter-buffer-substring): Fix typo in docstring.
24468
24469 2005-05-31 Richard M. Stallman <rms@gnu.org>
24470
24471 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
24472 (vhdl-emacs-21): Doc fix.
24473 (vhdl-mode): Unconditionally set comment-padding.
24474 (vhdl-fixup-whitespace-region): Insert spaces only where
24475 there are none.
24476 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
24477
24478 2005-05-30 John Wiegley <johnw@newartisans.com>
24479
24480 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
24481 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
24482 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
24483 `directory-sep-char' to ?/, and all uses of `string-to-int' to
24484 `string-to-number'.
24485
24486 2005-05-30 Jay Belanger <belanger@truman.edu>
24487
24488 * calc/calc.el (calc-bug-address): Fix docstring.
24489 (calc-window-hook, calc-trail-window-hook): New variables.
24490 (calc-trail-display): Restore use of calc-trail-window-hook.
24491 (calc): Restore use of calc-window-hook.
24492
24493 2005-05-31 Masatake YAMATO <jet@gyve.org>
24494
24495 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
24496
24497 * help-fns.el (help-C-file-name): Add autoload mark for
24498 `find-function-noselect'.
24499
24500 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24501
24502 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
24503 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
24504
24505 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24506
24507 * calendar/diary-lib.el (mark-included-diary-files): Only kill
24508 included diary buffer if it was not already being visited.
24509 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
24510
24511 * calendar/icalendar.el (top-level): Do not require appt.
24512
24513 * mail/supercite.el (sc-select-attribution): Only use a list
24514 element from sc-attrib-selection-list if it returns a string.
24515 Reported by Davide G. M. Salvetti <salve@debian.org>.
24516
24517 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
24518
24519 * thumbs.el (thumbs-thumbname): The resulting thumbname now
24520 includes a hash value to improve its uniqueness, and has a ".jpg"
24521 extension. Also, it is now a valid filename on all systems.
24522 (thumbs-make-thumb): Use `let', not `let*'.
24523 (thumbs-show-thumbs-list): Check for JPEG availability.
24524
24525 2005-05-30 Richard M. Stallman <rms@gnu.org>
24526
24527 * filesets.el (filesets-menu-ensure-use-cached):
24528 Prevent warning when emacs-version>= is undefined.
24529
24530 * printing.el (pr-interactive-n-up): Use string-to-number.
24531
24532 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
24533
24534 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24535 Warn only when name to be defined is quoted.
24536
24537 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
24538
24539 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
24540 Make regexp more robust.
24541 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
24542 Force regeneration of disassembly.
24543
24544 2005-05-29 Jay Belanger <belanger@truman.edu>
24545
24546 * calc/calc.el (calc-user-invocation): Check if
24547 calc-invocation-macro is non-nil.
24548
24549 2005-05-29 Juri Linkov <juri@jurta.org>
24550
24551 * add-log.el (change-log-font-lock-keywords):
24552 Add `+' to e-mail regexp to accept mail address with keywords.
24553
24554 * man.el (Man-name-regexp): Add `:' to accept qualified names.
24555
24556 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
24557
24558 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
24559
24560 * ielm.el (inferior-emacs-lisp-mode): Ditto.
24561
24562 2005-05-29 Richard M. Stallman <rms@gnu.org>
24563
24564 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24565 Undo the change that moves to end of the current word.
24566
24567 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
24568
24569 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
24570 Throw error when count <= 0 to ensure input is a number.
24571 (gdb-read-memory-custom): Pick up address from buffer.
24572 (gdb-memory-mode): Allow user to increment and decrement
24573 memory address from header line.
24574
24575 2005-05-29 Richard M. Stallman <rms@gnu.org>
24576
24577 * flyspell.el (flyspell-version): Function deleted.
24578 (flyspell-auto-correct-previous-hook): Doc fix.
24579
24580 * jit-lock.el (jit-lock-function, jit-lock-after-change):
24581 Do nothing if memory is full.
24582
24583 * font-lock.el (font-lock-fontify-syntactically-region):
24584 Pass t for GREEDY to looking-back.
24585
24586 * saveplace.el (save-place-alist-to-file): Write the file
24587 using write-region.
24588
24589 * subr.el (looking-back): New argument GREEDY.
24590
24591 * progmodes/compile.el (compilation-start): Set the mode
24592 before inserting the initial text.
24593
24594 * progmodes/which-func.el (which-func-update-1): Turn the mode
24595 off in case of error by setting which-func-mode.
24596
24597 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
24598
24599 * flyspell.el (flyspell-auto-correct-previous-word):
24600 Narrow down to what's on the screen, and recenter overlays
24601 at the end of the next word.
24602
24603 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
24604
24605 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
24606 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
24607 (flyspell-abbrev-p): Default to nil.
24608 (flyspell-use-global-abbrev-table-p): Doc fix.
24609 (flyspell-large-region): Allow nil as value.
24610 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
24611
24612 (mail-mode-flyspell-verify): More robust handling
24613 of `mail-header-separator'. More efficient signature detection.
24614 Allow for regexp metacharacters in message-header-separator.
24615 Adding `To' not to be checked in mail-mode-flyspell-verify.
24616
24617 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
24618 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
24619 Bind flyspell-auto-correct-binding.
24620 Bind C-. and C-, .
24621 (flyspell-mode-map): Likewise.
24622 (flyspell-mode): Doc fix.
24623 (flyspell-accept-buffer-local-defs): Preserve current buffer.
24624 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
24625 (flyspell-word-cache-result): New var, always local.
24626 (flyspell-check-pre-word-p): Doc fix.
24627 (flyspell-check-changed-word-p): Handle spc like newline.
24628 (flyspell-post-command-hook): Set flyspell-word-cache-result.
24629 (flyspell-word-search-backward, flyspell-word-search-forward):
24630 New functions.
24631 (flyspell-word): Return t if nothing to check.
24632 When parsing TeX code, check for after } or \.
24633 Use flyspell-word-search-backward to find previous word.
24634 Return nil if duplicated word.
24635 For word already checked, return same value as last time.
24636 Set flyspell-word-cache-result after checking.
24637 Don't clobber the return value.
24638 (flyspell-get-word): Major rewrite.
24639 (flyspell-external-point-words): New locals pword, pcount.
24640 Fix size used in progress message.
24641 Find the proper corresponding word in flyspell-large-region-buffer.
24642 (flyspell-region): Check for flyspell-large-region = nil.
24643 (flyspell-highlight-incorrect-region): Clean up overlays in region.
24644 (flyspell-auto-correct-word): Check that WORD is a cons.
24645 (flyspell-correct-word): Likewise.
24646
24647 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
24648
24649 * progmodes/make-mode.el (makefile-rule-action-regex)
24650 (makefile-macroassign-regex, makefile-makepp-mode)
24651 (makefile-bsdmake-mode): Continuation lines may be empty.
24652 Reported by Joshua Varner.
24653 (makefile-makepp-font-lock-keywords): Add $(stem).
24654
24655 2005-05-28 Karl Berry <karl@gnu.org>
24656
24657 * textmodes/tex-mode.el: Now that tex-send-command calls
24658 shell-quote-argument (2005-03-31 change), remove all calls to
24659 shell-quote-argument; they all end up invoking tex-send-command.
24660 The double quoting loses on filenames with non-safe characters,
24661 such as "@". Reported by Frederik Fouvry.
24662
24663 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
24664
24665 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
24666 about preserving point.
24667
24668 2005-05-27 Jay Belanger <belanger@truman.edu>
24669
24670 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
24671 Info-goto-node.
24672
24673 * calc/calc-embed.el (calc-embed-arg): New variable.
24674 (calc-do-embedded-activate, calc-embedded-activate-formula)
24675 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
24676 variable by new variable.
24677 (calc-embedded-make-info): Replace undeclared variable by new
24678 variable. When selecting region with positive prefix
24679 argument, use end of previous line instead of beginning of line.
24680
24681 * calc/calc-aent.el (calc-arg-values): Declare it.
24682
24683 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
24684 Declare them.
24685
24686 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
24687
24688 * calc/calc.el (calc-alg-map): Declare it.
24689
24690 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
24691
24692 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
24693
24694 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
24695 (gdb-registers-buffer, toggle-gdb-all-registers):
24696 Toggle display of floating point registers.
24697 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
24698
24699 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
24700 (toggle-gud-tooltip-dereference):
24701 Rename from gud-toggle-tooltip-dereference.
24702
24703 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
24704
24705 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
24706
24707 2005-05-27 Jay Belanger <belanger@truman.edu>
24708
24709 * calc/calc-prog.el (calc-kbd-report): Remove.
24710 (calc-kbd-query): Rewrite.
24711
24712 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
24713
24714 * image.el (image-library-alist): Move to image.c.
24715 (image-type-available-p): Doc fix.
24716
24717 2005-05-27 Lute Kamstra <lute@gnu.org>
24718
24719 * calc/calc.el (calc):
24720 * outline.el (outline-1, outline-2, outline-3, outline-4)
24721 (outline-5, outline-6, outline-7, outline-8):
24722 * textmodes/dns-mode.el (dns-mode):
24723 * textmodes/sgml-mode.el (sgml-namespace-face):
24724 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
24725 (tex-verbatim-face, tex-use-reftex):
24726 * textmodes/texinfo.el (texinfo-heading-face):
24727 Specify customization group.
24728
24729 * longlines.el: Don't require easy-mmode.
24730 (longlines-visible-face): Specify customization group.
24731
24732 2005-05-27 Kenichi Handa <handa@m17n.org>
24733
24734 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
24735 encoding table of windows-1251.
24736
24737 * international/ucs-tables.el (ucs-set-table-for-input):
24738 If translation-table-for-input of a coding system is a symbol, get
24739 its translation-table property.
24740
24741 * international/code-pages.el: Don't register a coding system into
24742 non-iso-charset-alist more than once.
24743 (cp-make-coding-system): Likewise.
24744
24745 2005-05-26 John Wiegley <johnw@newartisans.com>
24746
24747 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
24748 `eshell-resume-eval' is wrapped in a list, it indicates that the
24749 command was run asynchronously. In that case, unwrap the value
24750 before checking the delimiter value.
24751
24752 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
24753 character before a space at the end of a line is \, assume the space
24754 is part of the last argument rather than a final argument separator.
24755
24756 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
24757 is in use, and the target is `t' or `nil' (which are the most common
24758 values), don't assume that the symbol target is a buffer.
24759
24760 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
24761
24762 * calendar/calendar.el (calendar-mode-line-format):
24763 Use mode-line-highlight as mouse-face.
24764
24765 * time.el (display-time-string-forms, display-time-update):
24766 Use mode-line-highlight as mouse-face.
24767
24768 2005-05-26 Jay Belanger <belanger@truman.edu>
24769
24770 * calc/calc.el (calc-language-alist): Remove extra defvar.
24771
24772 2005-05-26 Lute Kamstra <lute@gnu.org>
24773
24774 * arc-mode.el (archive-mode):
24775 * bookmark.el (bookmark-read-annotation-mode)
24776 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
24777 * bs.el (bs-mode):
24778 * calc/calc-yank.el (calc-edit-mode):
24779 * calc/calc.el (calc-mode, calc-trail-mode):
24780 * calculator.el (calculator-mode):
24781 * chistory.el (command-history-mode):
24782 * comint.el:
24783 * cus-edit.el (custom-mode):
24784 * descr-text.el (describe-text-mode):
24785 * ebuff-menu.el (Electric-buffer-menu-mode):
24786 * ediff-util.el (ediff-mode):
24787 * emacs-lisp/re-builder.el (reb-mode):
24788 * emulation/vi.el (vi-mode-setup):
24789 * emulation/ws-mode.el (wordstar-mode):
24790 * eshell/esh-mode.el (eshell-mode):
24791 * forms.el (forms-mode):
24792 * help-mode.el (help-mode):
24793 * hexl.el (hexl-mode):
24794 * ibuffer.el (ibuffer-mode):
24795 * ielm.el (inferior-emacs-lisp-mode):
24796 * info.el (Info-mode, Info-edit-mode):
24797 * international/swedish.el:
24798 * ledit.el (ledit-from-lisp-mode):
24799 * locate.el (locate-mode):
24800 * mail/rmail.el (rmail-mode):
24801 * mail/rmailedit.el (rmail-edit-mode):
24802 * mail/rmailsum.el (rmail-summary-mode):
24803 * mail/supercite.el (sc-electric-mode):
24804 * net/eudc.el (eudc-mode):
24805 * net/quickurl.el (quickurl-list-mode):
24806 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
24807 * obsolete/ooutline.el (outline-mode):
24808 * obsolete/options.el (Edit-options-mode):
24809 * obsolete/rnews.el (news-mode):
24810 * obsolete/rnewspost.el (news-reply-mode):
24811 * play/5x5.el (5x5-mode):
24812 * play/decipher.el (decipher-mode, decipher-stats-mode):
24813 * play/gomoku.el (gomoku-mode):
24814 * play/snake.el (snake-mode):
24815 * play/solitaire.el (solitaire-mode):
24816 * play/tetris.el (tetris-mode):
24817 * progmodes/ada-mode.el (ada-mode):
24818 * progmodes/antlr-mode.el (antlr-mode):
24819 * progmodes/autoconf.el (autoconf-mode):
24820 * progmodes/dcl-mode.el (dcl-mode):
24821 * progmodes/delphi.el (delphi-mode):
24822 * progmodes/ebrowse.el (ebrowse-tree-mode)
24823 (ebrowse-electric-list-mode, ebrowse-member-mode)
24824 (ebrowse-electric-position-mode):
24825 * progmodes/f90.el (f90-mode):
24826 * progmodes/fortran.el (fortran-mode):
24827 * progmodes/icon.el (icon-mode):
24828 * progmodes/idlw-help.el (idlwave-help-mode):
24829 * progmodes/idlw-shell.el (idlwave-shell-mode):
24830 * progmodes/idlwave.el (idlwave-mode):
24831 * progmodes/inf-lisp.el (inferior-lisp-mode):
24832 * progmodes/m4-mode.el (m4-mode):
24833 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
24834 * progmodes/modula2.el (modula-2-mode):
24835 * progmodes/octave-inf.el (inferior-octave-mode):
24836 * progmodes/octave-mod.el (octave-mode):
24837 * progmodes/pascal.el (pascal-mode):
24838 * progmodes/sh-script.el (sh-mode):
24839 * progmodes/sql.el (sql-mode, sql-interactive-mode):
24840 * progmodes/vhdl-mode.el (vhdl-mode):
24841 * progmodes/xscheme.el (scheme-interaction-mode):
24842 * replace.el (occur-mode):
24843 * ses.el (ses-mode):
24844 * simple.el (completion-list-mode):
24845 * skeleton.el:
24846 * speedbar.el (speedbar-mode):
24847 * term.el (term-mode):
24848 * terminal.el (terminal-edit-mode):
24849 * textmodes/reftex-index.el (reftex-index-mode)
24850 (reftex-index-phrases-mode):
24851 * textmodes/reftex-sel.el (reftex-select-label-mode)
24852 (reftex-select-bib-mode):
24853 * textmodes/reftex-toc.el (reftex-toc-mode):
24854 * wdired.el (wdired-change-to-wdired-mode):
24855 * wid-browse.el (widget-browse-mode):
24856 Use run-mode-hooks.
24857
24858 * array.el (array-mode):
24859 * calendar/todo-mode.el (todo-mode):
24860 * man.el (Man-mode):
24861 * play/landmark.el (lm-mode):
24862 * play/mpuz.el (mpuz-mode):
24863 Use kill-all-local-variables and run-mode-hooks.
24864
24865 * subr.el (delay-mode-hooks): Specify indentation.
24866
24867 2005-05-26 Mark A. Hershberger <mah@everybody.org>
24868
24869 * xml.el (xml-substitute-special): Don't die for undefined xml
24870 entities.
24871
24872 2005-05-26 Jay Belanger <belanger@truman.edu>
24873
24874 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
24875 of nil.
24876
24877 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
24878
24879 * progmodes/gdb-ui.el (gdb-frame-address):
24880 Rename from gdb-current-address.
24881 (gdb-previous-frame-address): Rename from gdb-previous-address.
24882 (gdb-selected-frame): Rename from gdb-current-frame.
24883 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
24884 (gdb-frame-number): Rename from gdb-current-stack-level.
24885 (gdb-ann3): Match new mode-name for disassembly buffer.
24886 Extend initialization of variables.
24887 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
24888 (gdb-memory-mode): Use mouse-face in header line.
24889 (gdb-assembler-buffer-name): Call it disassembly and give frame
24890 in mode line.
24891 (gdb-source-spec-regexp, gdb-assembler-custom)
24892 (gdb-invalidate-assembler, gdb-frame-handler):
24893 Make robust to leading zeroes in address format.
24894
24895 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
24896
24897 * textmodes/org.el (org-mode): Use `define-derived-mode' to
24898 define `org-mode'.
24899 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
24900
24901 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
24902
24903 * log-edit.el (log-edit-changelog-entries): Distinguish between
24904 filenames like xfns.c and fns.c.
24905
24906 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
24907
24908 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
24909 point after reverting.
24910 (Buffer-menu-make-sort-button): Handle the case where
24911 `Buffer-menu-use-header-line' is nil.
24912
24913 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
24914
24915 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
24916 New funcs. In minibuffer-local-completion-map bind `]', `/'
24917 and `:' to them.
24918
24919 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
24920
24921 * startup.el (normal-top-level): Allow modification of load-path while
24922 we're iterating over it.
24923
24924 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
24925
24926 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
24927 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
24928 (thumbs-resize-interactive, thumbs-insert-image)
24929 (thumbs-insert-thumb, thumbs-dired-show-marked)
24930 (thumbs-find-image-at-point, thumbs-delete-images)
24931 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
24932 (thumbs-increment-image-size, thumbs-decrement-image-size):
24933 Fix typos in docstrings.
24934
24935 2005-05-24 Andre Spiegel <spiegel@gnu.org>
24936
24937 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
24938 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
24939 (cperl-mode): Use them.
24940
24941 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
24942
24943 * window.el (quit-window, shrink-window-if-larger-than-buffer):
24944 Doc fixes.
24945
24946 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
24947
24948 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
24949 Bind C-d to gdb-inferior-io-eof.
24950
24951 * dired.el (dired-dnd-popup-notice): Use message-box.
24952
24953 2005-05-23 Masatake YAMATO <jet@gyve.org>
24954
24955 * bindings.el (mode-line-major-mode-keymap):
24956 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
24957
24958 * faces.el (mode-line-highlight): New face.
24959
24960 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
24961 as mouse-face.
24962
24963 * bindings.el (top-level, help-echo, mode-line-modified)
24964 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
24965 as mouse-face.
24966
24967 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
24968
24969 * progmodes/cc-engine.el (c-guess-basic-syntax):
24970 Remove spurious call to `zerop'.
24971
24972 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
24973
24974 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
24975
24976 CC Mode update to 5.30.10:
24977
24978 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
24979 could go past the limit in decoration level 2, thereby causing
24980 errors during interactive fontification.
24981
24982 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
24983 the file is evaluated interactively.
24984
24985 * cc-engine.el (c-guess-basic-syntax): Handle operator
24986 declarations somewhat better in C++.
24987
24988 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
24989 make use of `run-mode-hooks' which has been added in Emacs 21.1.
24990 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
24991 (awk-mode): Use it.
24992 (make-local-hook): Suppress warning about obsoleteness.
24993
24994 * cc-engine.el, cc-align.el, cc-cmds.el
24995 (c-append-backslashes-forward, c-delete-backslashes-forward)
24996 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
24997 Compensate for return value from `forward-line' when it has moved
24998 but not to a different line due to eob.
24999
25000 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
25001 `objc-method-intro' and `objc-method-args-cont'.
25002
25003 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
25004
25005 CC Mode update to 5.30.10:
25006
25007 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
25008 in the copyright statement. Incidentally, change "along with GNU
25009 Emacs" to "along with this program" where it occurs.
25010
25011 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
25012 so that it is interactive, hence can be found by M-x awk-mode
25013 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
25014 <gmorris+emacs@ast.cam.ac.uk>.
25015
25016 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
25017 Mode's regexps.
25018
25019 2005-05-23 Kevin Ryde <user42@zip.com.au>
25020
25021 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
25022 c-parse-state, to avoid a lisp error (on bad code).
25023
25024 2005-05-23 Lute Kamstra <lute@gnu.org>
25025
25026 * subr.el (font-lock-defaults): Remove defvar as it's already
25027 defined in font-core.el.
25028
25029 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
25030
25031 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
25032
25033 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
25034 more general and work when GDB variable "print pretty" is on,
25035 as with Emacs, for example.
25036
25037 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
25038
25039 * font-core.el: Update comment.
25040
25041 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25042 Use `after-change-major-mode-hook' instead of `find-file-hook'.
25043
25044 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
25045
25046 2005-05-22 Eli Zaretskii <eliz@gnu.org>
25047
25048 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
25049 and `yank-handler' in the doc strings.
25050
25051 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25052
25053 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
25054
25055 2005-05-22 Richard M. Stallman <rms@gnu.org>
25056
25057 * help.el (describe-key): Move print-help-return-message call
25058 out of conditional.
25059
25060 * progmodes/etags.el (list-tags): Use with-no-warnings.
25061
25062 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
25063 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
25064 (starttls-extra-args, starttls-extra-arguments): Add defvars.
25065
25066 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
25067
25068 * language/viet-util.el (viet-viscii-nonascii-translation-table):
25069 Add defvar.
25070
25071 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
25072 Use defvar, not defconst.
25073
25074 * hexl.el (hexl-follow-line): Use with-no-warnings.
25075
25076 * emulation/tpu-extras.el: Use write-file-functions instead of
25077 write-file-hooks.
25078
25079 * dired.el (dired-font-lock-keywords): Fontify files with junk
25080 extensions even if marked by -F.
25081
25082 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
25083
25084 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
25085 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
25086 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
25087 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
25088 (concatenate, list-length, get*, getf, cl-remprop):
25089 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
25090 (etypecase, progv, lexical-let, lexical-let*)
25091 (multiple-value-bind, multiple-value-setq, shiftf):
25092 Improve argument/docstring consistency.
25093
25094 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
25095
25096 2005-05-22 Andre Spiegel <spiegel@gnu.org>
25097
25098 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
25099 doesn't exist.
25100
25101 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
25102 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
25103
25104 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
25105
25106 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
25107 already deleted variables: auto-fill-hook, blink-paren-hook,
25108 lisp-indent-hook, inhibit-local-variables, unread-command-event,
25109 suspend-hooks, comment-indent-hook, meta-flag,
25110 before-change-function, after-change-function,
25111 font-lock-doc-string-face.
25112
25113 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
25114
25115 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
25116
25117 2005-05-21 Eli Zaretskii <eliz@gnu.org>
25118
25119 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
25120 rmail-dont-reply-to.
25121
25122 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25123
25124 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
25125 literal blank when splitting new-header-values.
25126
25127 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
25128
25129 * calendar/cal-menu.el (cal-menu-update): Add separator as a
25130 string so that tmm doesn't create a completion entry for it.
25131
25132 * textmodes/table.el (table-disable-menu): Ditto.
25133
25134 2005-05-21 Richard M. Stallman <rms@gnu.org>
25135
25136 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
25137
25138 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
25139
25140 * net/rcompile.el (remote-compile): Use compilation-start.
25141
25142 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
25143
25144 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
25145
25146 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
25147 Default to makefile-bsdmake-mode on BSD systems.
25148
25149 * imenu.el (imenu-generic-expression, imenu--generic-function'):
25150 REGEXP may also be a search function now. The part of doc-string
25151 for describing the structure was 95% identical to that of
25152 `imenu--generic-function'. Unify it there.
25153
25154 * progmodes/make-mode.el (makefile-imenu-generic-expression):
25155 Use function to find dependencies, because regexp alone is so complex,
25156 it easily goes into an endless loop.
25157 (makefile-makepp-mode): Also add submenu for Perl functions
25158 defined in the makefile.
25159 (makefile-bsdmake-mode): Special imenu-generic-expression no
25160 longer needed, due to function call.
25161 (makefile-match-dependency): Take BOUND into account when checking
25162 if we're through.
25163
25164 2005-05-20 Jay Belanger <belanger@truman.edu>
25165
25166 * calc/calc-units.el (calc-invalidate-units-table):
25167 Use inhibit-read-only.
25168 (math-build-units-table-buffer): Use view-mode.
25169
25170 2005-05-20 David Kastrup <dak@gnu.org>
25171
25172 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
25173 easy-menu-add is not a nop on Emacs; and clarify when to call it.
25174
25175 2005-05-20 Lute Kamstra <lute@gnu.org>
25176
25177 * diff-mode.el (diff-header-face, diff-file-header-face)
25178 (diff-index-face, diff-hunk-header-face, diff-removed-face)
25179 (diff-added-face, diff-changed-face, diff-function-face)
25180 (diff-context-face, diff-nonexistent-face): Put them in the
25181 diff-mode customization group.
25182
25183 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25184
25185 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
25186
25187 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
25188
25189 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
25190 Minor regexp-optimization.
25191
25192 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
25193
25194 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
25195 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
25196 (org-agenda-add-time-grid-maybe): New function.
25197 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
25198 (org-table-create): `dotimes' instead of `mapcar'.
25199 (org-xor): Simplify implementation.
25200 (org-agenda): `inhibit-redisplay' turned on.
25201 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
25202 a consistent line after a state change.
25203 (org-agenda-remove-times-when-in-prefix): New option.
25204 (org-prefix-has-time): New variable.
25205 (org-parse-time-string): Optional argument NODEFAULT.
25206 (org-format-agenda-item): Parse items for time-of-day
25207 specifications and move these into the prefix if possible.
25208 (org-agenda-priority): Get current heading, not previous heading
25209 during agenda remote editing.
25210
25211 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
25212
25213 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
25214 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
25215 (remove-duplicates, delete-duplicates, substitute)
25216 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
25217 (nsubstitute-if-not, find, find-if, find-if-not, position)
25218 (position-if, position-if-not, count, count-if, count-if-not)
25219 (mismatch, search, sort*, stable-sort, merge, member*)
25220 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
25221 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
25222 (intersection, nintersection, set-difference, nset-difference)
25223 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
25224 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
25225 (nsublis, tree-equal): Improve argument/docstring consistency.
25226
25227 * subr.el (send-string, send-region): Remove obsolescence declaration.
25228 (window-dot, set-window-dot, read-input, show-buffer)
25229 (eval-current-buffer, string-to-int):
25230 Add release number to obsolescence declarations.
25231
25232 2005-05-19 Kim F. Storm <storm@cua.dk>
25233
25234 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
25235 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
25236
25237 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
25238
25239 * faces.el (list-faces-display): Make back button respect optional
25240 regexp arg.
25241
25242 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
25243
25244 * calculator.el (calculator-radix-grouping-mode)
25245 (calculator-radix-grouping-digits, calculator-displayer)
25246 (calculator-radix-grouping-separator, calculator-copy-displayer):
25247 * dabbrev.el (dabbrev-search-these-buffers-only):
25248 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
25249 (diff-advance-after-apply-hunk, diff-mode-hook)
25250 (diff-minor-mode-prefix):
25251 * imenu.el (imenu-use-popup-menu):
25252 * jit-lock.el (jit-lock-context-time):
25253 * newcomment.el (comment-fill-column, comment-column)
25254 (comment-style, comment-padding, comment-multi-line)
25255 (comment-empty-lines, comment-auto-fill-only-comments):
25256 * reveal.el (reveal-around-mark):
25257 * uniquify.el (uniquify-buffer-name-style)
25258 (uniquify-after-kill-buffer-p)
25259 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
25260 (uniquify-min-dir-content, uniquify-separator)
25261 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
25262 * w32-vars.el (w32-fixed-font-alist):
25263 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
25264 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
25265 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
25266 * progmodes/perl-mode.el (perl-indent-level)
25267 (perl-continued-statement-offset, perl-continued-brace-offset)
25268 (perl-brace-offset, perl-brace-imaginary-offset)
25269 (perl-label-offset, perl-indent-continued-arguments)
25270 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
25271 * progmodes/tcl.el (tcl-indent-level)
25272 (tcl-continued-indent-level, tcl-auto-newline)
25273 (tcl-tab-always-indent, tcl-electric-hash-style)
25274 (tcl-help-directory-list, tcl-use-smart-word-finder)
25275 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
25276 (inferior-tcl-source-command):
25277 * textmodes/fill.el (enable-kinsoku):
25278 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
25279 * textmodes/table.el (table-yank-handler):
25280 Specify missing group (and type, if simple) in defcustom.
25281
25282 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
25283
25284 * progmodes/compile.el (compilation-finish-function): Fix defvar.
25285
25286 2005-05-19 Richard M. Stallman <rms@gnu.org>
25287
25288 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
25289
25290 * subr.el (event-basic-type): Don't get an error.
25291 (left-fringe-p): Function deleted.
25292
25293 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
25294 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
25295
25296 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
25297 in recursive copy.
25298
25299 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
25300
25301 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
25302
25303 * emacs-lisp/bytecomp.el
25304 (byte-compile-file-form-custom-declare-variable):
25305 Call byte-compile-nogroup-warn if appropriate.
25306
25307 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
25308 (compilation-set-window): Don't call left-fringe-p; do it directly.
25309
25310 2005-05-19 Jay Belanger <belanger@truman.edu>
25311
25312 * calc/calc-graph.el (calc-graph-format-data): Make sure
25313 var-PlotRejects is bound before trying to check its value.
25314
25315 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
25316
25317 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
25318 definition of this variable from reftex-global.el to reftex.el,
25319 because it is needed in the menu.
25320
25321 2005-05-19 Lute Kamstra <lute@gnu.org>
25322
25323 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
25324 years are fixed. Don't insert a space after a dash.
25325
25326 2005-05-19 Kim F. Storm <storm@cua.dk>
25327
25328 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
25329
25330 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
25331
25332 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
25333 strings, because (eq ... ?\\) is fairly frequent.
25334
25335 * progmodes/make-mode.el (makefile-add-this-line-targets):
25336 Simplify and integrate into `makefile-pickup-targets'.
25337 (makefile-add-this-line-macro): Simplify and integrate into
25338 `makefile-pickup-macros.
25339 (makefile-pickup-filenames-as-targets): Simplify.
25340 (makefile-previous-dependency, makefile-match-dependency):
25341 Don't stumble over `::'.
25342
25343 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
25344
25345 * subr.el (post-command-idle-hook, post-command-idle-delay):
25346 Remove obsoletion of post-command-idle-hook and
25347 post-command-idle-delay.
25348
25349 * faces.el (list-faces-display): Provide button when describe-face
25350 is called to take user back to the list of faces.
25351
25352 * help-fns.el (describe-variable): Remove hyperlinks in a
25353 variable's value as these are quite frequently inappropriate.
25354
25355 * follow.el (follow-submit-feedback, follow-mode):
25356 Remove references to post-command-idle-hook.
25357
25358 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
25359
25360 * progmodes/make-mode.el (makefile-previous-dependency)
25361 (makefile-match-dependency): Check for := (and in bsd mode also
25362 !=) to give a better result, even when font-lock is not on.
25363
25364 2005-05-18 Jay Belanger <belanger@truman.edu>
25365
25366 * calc/calc-help.el (calc-s-prefix-help):
25367 Add `calc-copy-special-constant' to help string.
25368
25369 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
25370
25371 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25372
25373 2005-05-18 Jay Belanger <belanger@truman.edu>
25374
25375 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
25376 in linear factors are in proper order.
25377
25378 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
25379
25380 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25381 Support for jurabib.
25382
25383 * textmodes/reftex.el (featurep): Define aliases for overlay
25384 commands, for XEmacs compatibility, and use these aliases in
25385 overlay initializations.
25386 (reftex-highlight): Use `reftex-move-overlay'.
25387 (reftex-unhighlight): Use `reftex-delete-overlay'.
25388 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
25389 (reftex-access-search-path): Use `reftex-uniquify' instead of
25390 `reftex-uniq'
25391
25392 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
25393 `before-string' property modification enables for Emacs as well.
25394 (reftex-select-item): Use `reftex-delete-overlay'.
25395 (reftex-select-mark): Use `reftex-make-overlay' and
25396 `reftex-overlay-put'.
25397 (reftex-select-unmark): Use `reftex-delete-overlay' and
25398 `reftex-overlay-put'.
25399
25400 2005-05-18 Lute Kamstra <lute@gnu.org>
25401
25402 * emacs-lisp/lisp.el (check-parens): Fix docstring.
25403
25404 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
25405
25406 * add-log.el (add-change-log-entry):
25407 * array.el (array-make-template, array-reconfigure-rows)
25408 (array-init-max-row, array-init-max-column)
25409 (array-init-columns-per-line, array-init-field-width):
25410 * replace.el (replace-match-maybe-edit, perform-replace):
25411 * textmodes/spell.el (spell-region):
25412 Replace `read-input' by `read-string'.
25413
25414 * forms.el (forms-mode):
25415 * finder.el (finder-compile-keywords):
25416 * shadowfile.el (shadow-read-files):
25417 Replace `eval-current-buffer' by `eval-buffer'.
25418
25419 * terminal.el (te-pass-through):
25420 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
25421 (ange-ftp-raw-send-cmd):
25422 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
25423 (send-process-next-char, telnet-initial-filter, telnet):
25424 Replace `send-string' by `process-send-string'.
25425
25426 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
25427 (prolog-consult-region): Replace `send-string' by
25428 `process-send-string'; replace `send-region' by `process-send-region'.
25429
25430 * progmodes/delphi.el (delphi-log-msg):
25431 Replace `set-window-dot' by `set-window-point'.
25432
25433 * subr.el (window-dot, set-window-dot, read-input, send-string)
25434 (send-region, show-buffer, eval-current-buffer):
25435 Make really obsolete, as the comment says.
25436
25437 2005-05-17 Kim F. Storm <storm@cua.dk>
25438
25439 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
25440 (cua--init-keymaps): Bind C-return instead of S-return to set
25441 rectangle mark.
25442
25443 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
25444 instead of S-return to toggle/clear rectangle mark.
25445
25446 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
25447
25448 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
25449 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
25450 Also fontify plain strings assigned to variables, mostly so that a
25451 colon has a face and is thus not taken as a dependency separator.
25452 (makefile-previous-dependency): Inline the new matcher, because it
25453 is too complex to work in both directions.
25454 (makefile-match-dependency): Eliminate `backward' arg (see above).
25455 Completely reimplemented so as to not sometimes go into an endless
25456 loop. It should also be more efficient, because first it only
25457 searches for `:', instead of applying the very complex regexp.
25458 (makefile-mode): Cancel `font-lock-support-mode', because blocks
25459 to be fontified in one piece can be too long for JIT.
25460 Makefiles are never *that* big.
25461
25462 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
25463
25464 * dired.el (dired-mode): Simplify.
25465
25466 2005-05-17 Lute Kamstra <lute@gnu.org>
25467
25468 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
25469 defcustom for the mode hook variable.
25470
25471 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
25472 Emacs Lisp Reference Manual.
25473
25474 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
25475
25476 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
25477 (evenp, list*):
25478 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
25479 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
25480
25481 * net/tramp-smb.el (tramp-smb-open-connection):
25482 Pass `tramp-chunksize' as fifth (required) argument.
25483
25484 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
25485
25486 * font-lock.el (lisp-font-lock-keywords-1):
25487 Set `font-lock-negation-char-face' for [^...] char group.
25488 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
25489
25490 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
25491 a var, and refine it to mask one more level of nested vars.
25492 (makefile-rule-action-regex): Turn it into a var, and refine it so
25493 it recognizes backslashed continuation lines as belonging to the
25494 same command.
25495 (makefile-macroassign-regex): Refine it so it recognizes
25496 backslashed continuation lines as belonging to the same command.
25497 (makefile-var-use-regex): Don't look at the next char, because it
25498 might be the same one to be skipped by the initial [^$], leading
25499 to an overlooked variable use.
25500 (makefile-make-font-lock-keywords): Remove two parameters, which
25501 are now variables that some of the modes set locally.
25502 Handle dependency and rule action matching through functions, because
25503 regexps alone match too often. Dependency matching now comes
25504 last, so it can check, whether a colon already matched something else.
25505 (makefile-mode): Inform that font-lock improves makefile parsing
25506 capabilities.
25507 (makefile-match-dependency, makefile-match-action): New functions.
25508
25509 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
25510
25511 * emacs-lisp/cl-extra.el (equalp): Doc fix.
25512
25513 * align.el (align-regexp):
25514 * ansi-color.el (ansi-color-get-face):
25515 * array.el (array-reconfigure-rows, array-init-max-row)
25516 (array-init-max-column, array-init-columns-per-line)
25517 (array-init-field-width):
25518 * dired-aux.el (dired-trample-file-versions):
25519 * dired-x.el (dired-mark-sexp):
25520 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
25521 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
25522 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
25523 * faces.el (face-read-integer):
25524 * files.el (backup-extract-version, insert-directory):
25525 * hexl.el (hexl-insert-decimal-char):
25526 * server.el (server-process-filter):
25527 * shell.el (shell-extract-num):
25528 * startup.el (command-line-1):
25529 * term.el (term-command-hook):
25530 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
25531 (time-stamp-do-number):
25532 * time.el (display-time-update):
25533 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
25534 (timezone-fix-time):
25535 * vms-patch.el (vms-suspend-resume-hook):
25536 * calendar/appt.el (appt-convert-time):
25537 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25538 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
25539 * calendar/cal-islam.el (mark-islamic-diary-entries):
25540 * calendar/calendar.el (calendar-cursor-to-date)
25541 (calendar-star-date):
25542 * calendar/diary-lib.el (diary-attrtype-convert)
25543 (mark-diary-entries, diary-entry-time):
25544 * calendar/solar.el (solar-get-number):
25545 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
25546 * emacs-lisp/re-builder.el (reb-display-subexp):
25547 * emulation/edt.el (edt-set-scroll-margins):
25548 * emulation/tpu-extras.el (tpu-set-scroll-margins):
25549 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
25550 (vip-get-ex-count):
25551 * emulation/viper-ex.el (viper-get-ex-token)
25552 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
25553 * international/fontset.el (fontset-plain-name):
25554 * mail/feedmail.el (feedmail-look-at-queue-directory):
25555 * mail/mailalias.el (mail-get-names):
25556 * mail/rmail.el (rmail-convert-to-babyl-format):
25557 * mail/rmailsum.el (rmail-make-basic-summary-line)
25558 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
25559 (rmail-summary-goto-msg):
25560 * mail/smtpmail.el (smtpmail-read-response):
25561 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
25562 (ange-ftp-vms-add-file-entry):
25563 * play/gametree.el (gametree-looking-at-ply)
25564 (gametree-current-branch-score):
25565 * progmodes/ada-xref.el (ada-prj-find-prj-file)
25566 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
25567 * progmodes/cperl-mode.el (condition-case):
25568 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
25569 (ebrowse-set-member-buffer-column-width)
25570 (ebrowse-select-1st-to-9nth):
25571 * progmodes/etags.el (etags-snarf-tag):
25572 * progmodes/flymake.el (flymake-parse-line):
25573 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
25574 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
25575 (idlwave-shell-menu-def):
25576 * progmodes/ps-mode.el (ps-run-goto-error):
25577 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
25578 (vhdl-speedbar-contract-level):
25579 * term/mac-win.el (x-handle-numeric-switch):
25580 * term/sun-mouse.el (sun-get-frame-data):
25581 * term/w32-win.el (x-handle-numeric-switch):
25582 * term/x-win.el (x-handle-numeric-switch):
25583 * textmodes/ispell.el (ispell-parse-output):
25584 * textmodes/nroff-mode.el (nroff-outline-level):
25585 * textmodes/reftex-cite.el (reftex-bib-sort-year)
25586 (reftex-bib-sort-year-reverse, reftex-format-citation):
25587 * textmodes/reftex-parse.el (reftex-init-section-numbers)
25588 (reftex-section-number):
25589 * textmodes/texinfmt.el (texinfo-paragraphindent):
25590 Replace `string-to-int' by `string-to-number'.
25591
25592 * international/latexenc.el: Add page marker to force the "Local
25593 Variables:" string out of the last page.
25594
25595 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
25596
25597 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
25598 tooltip-change-major-mode.
25599 (gud-tooltip-print-command): Remove case where gud-minor-mode
25600 is gdb ("--fullname").
25601 (gud-tooltip-tips): Turn GUD tooltips off for this case and
25602 explain to user.
25603
25604 2005-05-16 Jay Belanger <belanger@truman.edu>
25605
25606 * calc/calc-store.el (calc-copy-special-constant): New function.
25607
25608 * calc/calc-ext.el (calc-init-extensions): Add binding for
25609 `calc-copy-special-constant'.
25610
25611 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
25612 for the `calc-copy-special-constant' command.
25613
25614 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
25615
25616 * subr.el (left-fringe-p): New function.
25617
25618 * progmodes/compile.el (compilation-setup): Set local value of
25619 overlay-arrow-string to "" always.
25620 (compilation-set-window): Left fringe then don't scroll.
25621 No left fringe then no arrow and scroll message to top.
25622 (compilation-context-lines): Adjust doc string accordingly.
25623
25624 2005-05-16 Kim F. Storm <storm@cua.dk>
25625
25626 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
25627 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
25628 (ido-wide-find-dir-or-delete-dir): New command for M-d.
25629 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
25630 (ido-read-file-name): Handle commands with ido property value
25631 equal to find-file as reading a file name, to allow C-d to enter dired.
25632 (ibuffer-find-file): Add ido property with value find-file.
25633
25634 2005-05-15 Kim F. Storm <storm@cua.dk>
25635
25636 * subr.el (open-network-stream-nowait): Remove.
25637 (open-network-stream-server): Remove.
25638
25639 2005-05-15 Richard M. Stallman <rms@gnu.org>
25640
25641 * faces.el (describe-face): Output a definition link button.
25642
25643 * help-mode.el (help-face-def): New button type.
25644
25645 * emacs-lisp/copyright.el (copyright-fix-years):
25646 Match properly if the first year is 2-digit.
25647 Don't mess up the whitespace after the years by filling.
25648
25649 * dired-aux.el (dired-mark-confirm):
25650 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
25651
25652 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
25653 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
25654 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
25655
25656 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25657 Set font-lock-comment-start-skip.
25658
25659 * font-lock.el (font-lock-comment-start-skip): New variable.
25660 (font-lock-comment-end-skip): New variable.
25661 (font-lock-fontify-syntactically-region): Use them if non-nil.
25662
25663 2005-05-15 Jay Belanger <belanger@truman.edu>
25664
25665 * calc/calc-store.el (calc-store-value): Return a string rather
25666 than display it as a message.
25667 Use calc-var-name for variable name.
25668 (calc-store-into): Add the result of calc-store-value to message.
25669 (calc-copy-variable): Add a message.
25670 (calc-store-exchange): Improve error messages.
25671 (calc-store-binary, calc-store-map): Don't reset the values of
25672 special constants.
25673
25674 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
25675
25676 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
25677 manual to docstring.
25678
25679 * files.el (hack-local-variables-confirm): Add STRING argument.
25680 Make the function handle non file visiting buffers correctly.
25681 (hack-local-variables-prop-line, hack-local-variables)
25682 (hack-one-local-variable): Use STRING arg of
25683 `hack-local-variables-confirm'.
25684
25685 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
25686
25687 Sync with Tramp 2.0.49.
25688
25689 * net/tramp.el (tramp-handle-dired-call-process)
25690 (tramp-handle-insert-directory):`insert-buffer' cannot be used
25691 because the contents of the Tramp buffer is changed before
25692 insertion (`expand-file' and alike).
25693 (tramp-handle-insert-directory): If `localname' has an empty
25694 nondirectory name, it must not be quoted.
25695 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
25696 variable `tramp-chunksize'. Change callees.
25697 (tramp-open-connection-setup-interactive-shell): Check remote host
25698 for buggy `send-process-string' implementation.
25699 Set `tramp-chunksize' if found. Reported by Michael Kifer
25700 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
25701 (tramp-handle-shell-command): `insert-buffer' cannot be used
25702 because the contents of the Tramp buffer is changed before
25703 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
25704 <frederic.bothamy@free.fr>.
25705 (tramp-set-auto-save): Actions should be done for Tramp file name
25706 handler only. Ange-FTP has its own auto-save mechanism.
25707 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25708 (tramp-set-auto-save-file-modes): Set file modes of
25709 `buffer-auto-save-file-name' to ?\600 as fallback solution.
25710 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
25711 (tramp-bug): Remove obsolete variable.
25712 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
25713 for presence of `mml-mode'. Make it running for older Emacsen as well.
25714
25715 2005-05-14 John Paul Wallington <jpw@pobox.com>
25716
25717 * ibuf-ext.el (define-ibuffer-filter filename):
25718 If `dired-directory' is a list, use its car.
25719
25720 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
25721
25722 * ibuffer.el (define-ibuffer-column filename):
25723 If `dired-directory' is a list, use its car.
25724
25725 2005-05-14 Richard M. Stallman <rms@gnu.org>
25726
25727 * subr.el (symbol-file): Doc fix.
25728
25729 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
25730 (byte-compile-form): Call byte-compile-nogroup-warn.
25731 (byte-compile-warning-types): Doc fix.
25732
25733 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
25734
25735 * progmodes/cc-engine.el (c-literal-faces):
25736 Add font-lock-comment-delimiter-face.
25737
25738 * net/net-utils.el (dig): Use with-no-warnings.
25739
25740 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
25741 (sc-recite-frame-alist, sc-default-cite-frame)
25742 (sc-default-uncite-frame, sc-default-recite-frame)
25743 (sc-attrib-selection-list, sc-rewrite-header-list):
25744 Mark as risky-local-variable.
25745
25746 * international/ogonek.el (ogonek-jak, ogonek-how):
25747 Don't use beginning-of-buffer.
25748
25749 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
25750
25751 * calendar/solar.el (solar-data-list): Move definition up.
25752
25753 * dnd.el (dnd-protocol-alist): Add autoload.
25754
25755 * progmodes/sh-script.el: Many doc usage fixes.
25756 (sh-indent-after-do): Change default to match common styles.
25757
25758 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
25759
25760 * files.el (interpreter-mode-alist)
25761 (auto-mode-interpreter-regexp): Doc fixes.
25762
25763 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
25764
25765 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
25766
25767 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
25768
25769 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25770
25771 * dired.el (dired-mode): make-variable-buffer-local =>
25772 make-local-variable.
25773
25774 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25775
25776 * term/mac-win.el (mac-select-convert-to-string): Try coding
25777 systems in mac-script-code-coding-systems if specified one cannot
25778 encode string for `com.apple.traditional-mac-plain-text'.
25779
25780 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
25781
25782 * progmodes/make-mode.el (makefile-targets-face)
25783 (makefile-shell-face, makefile-makepp-perl-face): New faces.
25784 (makefile-dependency-regex): Fix it to not make the colon in
25785 $(var:a=b) special.
25786 (makefile-rule-action-regex): New regexp for highlighting embedded
25787 Shell strings.
25788 (makefile-macroassign-regex): Handle != for highlighting as
25789 embedded Shell strings.
25790 (makefile-var-use-regex): New const.
25791 (makefile-statements, makefile-automake-statements)
25792 (makefile-gmake-statements, makefile-makepp-statements)
25793 (makefile-bsdmake-statements): New consts.
25794 (makefile-make-font-lock-keywords): New function.
25795 (makefile-automake-font-lock-keywords)
25796 (makefile-gmake-font-lock-keywords)
25797 (makefile-makepp-font-lock-keywords)
25798 (makefile-bsdmake-font-lock-keywords): New consts.
25799 (makefile-mode-map): Add switchers between the various submodes.
25800 (makefile-mode): Document the availability of the variants.
25801 (makefile-automake-mode, makefile-gmake-mode)
25802 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
25803
25804 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
25805 new variants of makefile-mode.
25806
25807 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25808
25809 * font-lock.el (font-lock-comment-delimiter-face): Fix up
25810 the inheritance.
25811
25812 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
25813
25814 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
25815 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
25816
25817 * files.el (normal-mode): Extend the scope of the
25818 `enable-local-variables' binding to include the `set-auto-mode' call.
25819 (magic-mode-alist): Doc fix.
25820
25821 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25822
25823 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
25824 font-lock-comment-face rather than copying its setting.
25825
25826 2005-05-12 Andreas Schwab <schwab@suse.de>
25827
25828 * eshell/esh-mode.el (eshell-send-input): Doc fix.
25829
25830 2005-05-12 Lute Kamstra <lute@gnu.org>
25831
25832 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
25833 defcustom for the mode hook variable. Delete the last argument.
25834 * generic-x.el: Fix callers of define-generic-mode.
25835 (generic-x-modes): Delete group.
25836 (show-tabs-tab-face, show-tabs-space-face): Put them in the
25837 generic-x customization group.
25838
25839 2005-05-12 Kim F. Storm <storm@cua.dk>
25840
25841 * font-lock.el (font-lock-negation-char-face): Default to "off".
25842
25843 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
25844 font-lock-negation-char-face to ! in !=.
25845
25846 2005-05-12 Masatake YAMATO <jet@gyve.org>
25847
25848 * add-log.el (find-change-log): Fix typos in the docstring
25849 of function.
25850
25851 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25852
25853 * international/latexenc.el (latexenc-find-file-coding-system):
25854 Avoid `re-search-forward' when looking for input encoding because
25855 of speed and safety. Better regular expressions for recognizing
25856 input encoding. Limit a search for TeX-master/tex-main-file to
25857 the local variable section.
25858
25859 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
25860
25861 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
25862 syntax of $ to "'" (quote).
25863
25864 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
25865
25866 * dnd.el (dnd-protocol-alist): Improve custom type.
25867
25868 * dired.el (dired-dnd-protocol-alist): New variable.
25869 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
25870 `dired-mode-hook' to the end.
25871
25872 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25873
25874 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
25875 comment-end if comment-start-skip is not set.
25876 Obey the font-lock-comment-delimiter-face variables.
25877
25878 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25879
25880 * files.el (executable-find): Move from executable.el. Use
25881 locate-file.
25882 * progmodes/executable.el (executable-find): Move to files.el.
25883
25884 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
25885 when trying to ensure forward progress.
25886
25887 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
25888
25889 * mouse-sel.el (mouse-sel-follow-link-p): New function.
25890 (mouse-select, mouse-select-internal, mouse-extend-internal):
25891 Use it to implement mouse-1-click-follows-link functionality.
25892
25893 2005-05-11 Richard M. Stallman <rms@gnu.org>
25894
25895 * font-lock.el (font-lock-fontify-syntactically-region):
25896 Use font-lock-comment-delimiter-face for comment delimiters.
25897
25898 2005-05-10 Jay Belanger <belanger@truman.edu>
25899
25900 * calc/calc-help.el (calc-m-prefix-help): Add mention of
25901 preserving embedded modes.
25902
25903 2005-05-10 Richard M. Stallman <rms@gnu.org>
25904
25905 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
25906
25907 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
25908 Move from ada-stmt.el.
25909 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
25910
25911 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
25912 Move to ada-mode.el.
25913 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
25914
25915 * cus-edit.el (custom-file): Call file-chase-links.
25916
25917 * files.el (read-directory-name): Fix previous change.
25918 (hack-local-variables-confirm): New function.
25919 (hack-local-variables-prop-line, hack-local-variables)
25920 (hack-one-local-variable): Use it.
25921
25922 2005-05-10 Lute Kamstra <lute@gnu.org>
25923
25924 * font-lock.el (font-lock-keywords-alist)
25925 (font-lock-removed-keywords-alist): Clarify docstrings.
25926
25927 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
25928
25929 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
25930 (gdb-source-info): Check for preprocessor info.
25931 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
25932 a macro for a function.
25933 (gdb-info-breakpoints-custom): Try to find file again if not already
25934 found (user might have used GDB dir command).
25935 (gdb-get-location): Update gdb-location-alist correctly for change
25936 to gdb-info-breakpoints-custom.
25937
25938 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
25939 (gud-tooltip-print-command): Add gdbmi case.
25940 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
25941 preprocessor info.
25942
25943 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
25944
25945 * startup.el (fancy-splash-insert): Fix typo in doc string.
25946
25947 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
25948
25949 * obsolete/float.el (string-to-float):
25950 * obsolete/hilit19.el (hilit-add-pattern):
25951 * obsolete/rnews.el (news-parse-range, news-select-message)
25952 (news-get-pruned-list-of-files): Replace `string-to-int' by
25953 `string-to-number'.
25954
25955 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
25956 `find-file-not-found-hooks'; use `add-hook'.
25957 (uncompress-while-visiting): Set `write-file-functions', not
25958 `write-file-hooks'; use `add-hook'.
25959
25960 2005-05-09 Kim F. Storm <storm@cua.dk>
25961
25962 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
25963 (cua-paste): Handle clipboard action.
25964 (cua--init-keymaps): Remap clipboard-kill-region and
25965 clipboard-kill-ring-save.
25966
25967 2005-05-08 Eli Zaretskii <eliz@gnu.org>
25968
25969 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25970 Improve commentary.
25971
25972 * simple.el (next-error-overlay-arrow-position): Revert the change
25973 made on 2005-04-30.
25974
25975 2005-05-07 Jay Belanger <belanger@truman.edu>
25976
25977 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
25978 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
25979 `calc-sel-reselect'.
25980
25981 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
25982 Calc is in embedded mode.
25983
25984 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25985
25986 * progmodes/compile.el (compilation-setup):
25987 Set overlay-arrow-string to an empty string on text terminals.
25988
25989 * textmodes/ispell.el (ispell-program-name): Try looking for
25990 "aspell" along exec-path, and if found, use it as the default
25991 speller program.
25992
25993 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
25994
25995 * international/mule.el (sgml-xml-auto-coding-function):
25996 Recognize encoding='FOO' in single quotes as well as in double quotes.
25997
25998 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25999
26000 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
26001 as well as `interactive', so that defmacro* would recognize
26002 `declare' forms.
26003
26004 2005-05-07 Eli Zaretskii <eliz@gnu.org>
26005
26006 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
26007 Explain more about the LIGHTER arg's usage in the doc string.
26008 Add commentary to clarify what the code does. Fix the regexp that
26009 strips whitespace from LIGHTER. Quote LIGHTER before using it,
26010 since it could have characters special to regular expressions.
26011
26012 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26013
26014 * replace.el (occur-1): Bind inhibit-read-only so that
26015 erase-buffer doesn't barf on read-only text properties (likewise
26016 for add-text-properties in occur-engine). Mark buffer as unmodified.
26017 (occur-engine): Don't set buffer-read-only here.
26018
26019 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
26020
26021 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
26022 list-buffers-directory. This caused the *cvs-commit* buffer to be
26023 sometimes mistakenly reused as a *cvs* buffer.
26024
26025 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
26026
26027 * tooltip.el: Move code for GUD tooltips into gud.el.
26028 (require): CL no longer needed to compile case.
26029 (tooltip-mode): Do not toggle functions for GUD tooltips.
26030 (tooltip-gud-tips-p): Remove. Replace with minor mode
26031 gud-tooltip-mode in gud.el.
26032 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
26033 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
26034 tooltip-gud prefix with gud-tooltip and obsolete.
26035 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
26036 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
26037 (tooltip-mouse-motion): Mouse movement functions/variable.
26038 Rename in gud.el by adding gud prefix.
26039 (tooltip-gud-original-filter, tooltip-gud-dereference)
26040 (tooltip-gud-event, tooltip-toggle-gud-tips)
26041 (tooltip-gud-process-output, tooltip-gud-print-command)
26042 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
26043 gud.el by replacing tooltip-gud prefix with gud-tooltip.
26044 (gdb-tooltip-print): Move to gdb-ui.el.
26045
26046 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
26047 (require): CL needed to compile case.
26048 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
26049 tooltip-gud-tips-p. Make it a minor-mode.
26050 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
26051 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
26052 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
26053 (gud-tooltip-change-major-mode)
26054 (gud-tooltip-activate-mouse-motions-if-enabled)
26055 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
26056 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
26057 (gud-tooltip-original-filter, gud-tooltip-dereference)
26058 (gud-tooltip-event, tooltip-toggle-gud-tips)
26059 (gud-tooltip-process-output, gud-tooltip-print-command)
26060 (gud-tooltip-tips): Move from tooltip.el.
26061
26062 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
26063 (gdb-cpp-define-alist-flags): Doc fix.
26064 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
26065 gud-tooltip-mode is t.
26066
26067 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
26068
26069 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
26070 evaporate if their text is deleted.
26071 (goto-address-at-point): Make it work as a mouse binding as well.
26072 (goto-address-at-mouse): Obsolete it. Update users.
26073
26074 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
26075
26076 * calendar/appt.el (top-level): No longer activate on load.
26077
26078 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
26079
26080 * calendar/cal-bahai.el (mark-bahai-diary-entries):
26081 * net/webjump.el (webjump):
26082 * progmodes/idlw-help.el (idlwave-do-context-help1)
26083 (idlwave-highlight-linked-completions):
26084 * textmodes/po.el (po-find-file-coding-system-guts):
26085 Replace `assoc-ignore-case' by `assoc-string'.
26086
26087 2005-05-06 Eli Zaretskii <eliz@gnu.org>
26088
26089 * files.el (locate-file): Doc fix.
26090
26091 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
26092 Remove the redundant test for ms-dos.
26093
26094 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
26095 look for the preprocessor with exec-suffixes. If not found in
26096 standard places, look in exec-path. Remove most of the tests that
26097 used system-type.
26098
26099 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
26100
26101 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
26102
26103 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
26104 file-name clash with jka-compr.el on 8+3 filesystems.
26105
26106 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26107
26108 * term/mac-win.el: Don't define or bind scroll bar functions if
26109 x-toolkit-scroll-bars is t.
26110 (x-select-text, x-get-selection-value): Clear
26111 x-last-selected-text-clipboard if x-select-enable-clipboard is
26112 nil.
26113 (PRIMARY): Put mac-scrap-name property.
26114 (mac-select-convert-to-file-url): New function.
26115 (public.file-url): New selection target type. Add to
26116 selection-converter-alist.
26117 (x-get-selection, x-selection-value): Handle it.
26118 (x-cut-buffer-or-selection-value): New alias.
26119
26120 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26121
26122 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
26123 entry to avoid calling bibtex-find-entry with arg global
26124 being t. Remove arg key.
26125 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
26126 (bibtex-copy-summary-as-kill): Change accordingly.
26127
26128 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
26129
26130 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
26131 (org-agenda-date-later): Use with-current-buffer.
26132
26133 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
26134
26135 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
26136 (define-obsolete-variable-alias): Doc Fixes.
26137
26138 2005-05-06 Kim F. Storm <storm@cua.dk>
26139
26140 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
26141 vertical-motion when selective-display is active.
26142
26143 * ido.el (ido-setup-hook): New hook.
26144 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
26145 (ido-input-stack): New var.
26146 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
26147 ido-next-work-file binding to M-O.
26148 Bind M-f to ido-wide-find-file-or-pop-dir.
26149 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
26150 (ido-read-internal): Run ido-setup-hook.
26151 Catch quit in read-file-name and read-string to cancel edit.
26152 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
26153 Automatically pop-all when completing a directory name (RET).
26154 (ido-file-internal): Add with-no-warnings around ffap and dired code.
26155 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
26156 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
26157 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
26158 New functions for M-b/M-f to move among the directory components.
26159 (ido-make-merged-file-list): Catch quit to cancel merge.
26160 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
26161 (ido-completion-help): No warnings for ido-completion-buffer-full.
26162
26163 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
26164
26165 * font-lock.el (font-lock-negation-char-face): New face and variable.
26166 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
26167 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
26168 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
26169 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
26170
26171 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
26172
26173 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
26174 Fix typo in docstring.
26175
26176 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
26177 (ebrowse-print-statistics-line)
26178 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
26179
26180 * term/w32-win.el (image-library-alist): Add additional name for
26181 Xpm library.
26182
26183 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
26184
26185 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
26186 use gcc instead of cpp.
26187
26188 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
26189 (gdb-create-define-alist): Use it.
26190 (gdb-cpp-define-alist-program): Update for MS-DOS.
26191
26192 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
26193
26194 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
26195
26196 2005-05-04 Richard M. Stallman <rms@gnu.org>
26197
26198 * help.el (describe-key): No error when UNTRANSLATED is nil.
26199
26200 * simple.el (line-move-1): Fix previous change to signal errors
26201 appropriately.
26202
26203 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
26204
26205 * calendar/icalendar.el (icalendar-version): Now at 0.12.
26206 (icalendar-duration-correction): Remove.
26207 (icalendar--get-event-properties): Split result at commas.
26208 (icalendar--decode-isoduration): New optional argument
26209 DURATION-CORRECTION.
26210 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
26211 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
26212 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
26213 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
26214 (icalendar--convert-anniversary-to-ical): New functions, extracted
26215 from icalendar-export-region, with bug fixes.
26216 (icalendar-export-region): Use the above functions.
26217 (icalendar-import-buffer): Check before saving diary file.
26218 (icalendar--convert-recurring-to-diary)
26219 (icalendar--convert-non-recurring-all-day-to-diary)
26220 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
26221 extracted from icalendar--convert-ical-to-diary, with bug fixes.
26222 (icalendar--convert-ical-to-diary): Use the above functions.
26223
26224 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
26225
26226 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
26227 Remove these recent additions.
26228 (c-mode): Restore to before 2005-04-28.
26229
26230 * progmodes/cc-vars.el (cc-define-list-program): Remove this
26231 recent addition.
26232
26233 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
26234 (gdb-define-alist): New variables.
26235 (gdb-create-define-alist): New function.
26236 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
26237 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
26238 with string-to-number.
26239 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
26240
26241 * progmodes/gud.el: Replace string-to-int with string-to-number.
26242 (gud-find-file): Handle gdb-define-alist.
26243
26244 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
26245
26246 2005-05-02 Jay Belanger <belanger@truman.edu>
26247
26248 * calc/calc-aent.el (math-read-token):
26249 * calc/calc-bin.el (calc-word-size):
26250 * calc/calc-ext.el (calc-read-number-fancy):
26251 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
26252 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
26253 * calc/calc-frac.el (calc-over-notation):
26254 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
26255 (calc-graph-num-points, calc-graph-init):
26256 * calc/calc-prog.el (calc-read-parse-table-part)
26257 (calc-edit-macro-repeats):
26258 * calc/calc-yank.el (calc-do-grab-rectangle):
26259 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
26260 Replace `string-to-int' by `string-to-number'.
26261
26262 2005-05-02 Kim F. Storm <storm@cua.dk>
26263
26264 * kmacro.el: Use executing-kbd-macro-index variable.
26265
26266 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
26267
26268 * net/rlogin.el (rlogin-parse-words): Delete func.
26269 (rlogin): Use split-string, not rlogin-parse-words.
26270 Also, if there are option-like elements in the parsed args,
26271 take the host to be the first arg immediately following them.
26272 Suggested by Michael Mauger.
26273
26274 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
26275
26276 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
26277
26278 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
26279
26280 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
26281 (cc-mode-cpp-program): Rename to cc-define-list-program and
26282 move to cc-vars.el.
26283
26284 * progmodes/cc-vars.el (cc-define-list-program):
26285 Change to "gcc -E -dM -". Make customizable.
26286
26287 2005-05-02 Kim F. Storm <storm@cua.dk>
26288
26289 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
26290
26291 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
26292
26293 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
26294
26295 * international/mule-util.el (truncate-string): Remove alias and
26296 obsolete declaration.
26297
26298 * international/mule-cmds.el (update-iso-coding-systems):
26299 Remove alias and obsolete declaration.
26300
26301 * international/mule.el (coding-system-parent): Remove alias and
26302 obsolete declaration.
26303
26304 * subr.el (define-function, sref): Remove aliases and obsolete
26305 declarations.
26306 (chars-in-region): Remove obsolete declaration.
26307
26308 2005-05-01 Richard M. Stallman <rms@gnu.org>
26309
26310 * info.el (Info-mode): Set widen-automatically to nil, locally.
26311
26312 * simple.el (widen-automatically): New variable.
26313 (pop-global-mark): Obey widen-automatically.
26314
26315 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
26316
26317 * term/xterm.el (function-key-map): Call substitute-key-definition
26318 before the keymap size is increased by a lot of define-key calls.
26319
26320 2005-05-01 Richard M. Stallman <rms@gnu.org>
26321
26322 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
26323 Rename ARG to ELEMENT. Doc fix.
26324
26325 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
26326
26327 * allout.el (allout-exposure): Remove macro and obsolete declaration.
26328 Remove references to allout-exposure/change to allout-new-exposure.
26329
26330 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
26331 bytecode symbols.
26332
26333 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
26334 (compiled-function-p, focus-frame, unfocus-frame):
26335 Remove aliases and obsolete declarations.
26336 Back out inadvertent changes from previous commit.
26337
26338 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
26339
26340 * files.el (require-final-newline): Make Custom tags consistent
26341 with mode-require-final-newline.
26342 (mode-require-final-newline): Doc fix.
26343
26344 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
26345
26346 * international/latexenc.el (latexenc-find-file-coding-system):
26347 Fix regular expressions.
26348
26349 2005-05-01 David Kastrup <dak@gnu.org>
26350
26351 * international/latexenc.el (latexenc-find-file-coding-system):
26352 Fix regular expressions.
26353
26354 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
26355
26356 * subr.el (string-to-int): Make obsolete.
26357
26358 2005-04-30 Richard M. Stallman <rms@gnu.org>
26359
26360 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
26361
26362 * loadup.el: load jka-comp-hook.
26363
26364 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
26365 (jka-compr-handler): Add autoload. `put' calls moved
26366 to jka-comp-hook.el.
26367 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
26368 (jka-compr-inhibit): Autoload.
26369
26370 * jka-comp-hook.el: New file.
26371 Enable the mode by default.
26372
26373 * files.el (backup-buffer-copy): Use copy-file instead
26374 of write-region, and put back the 'excl.
26375
26376 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
26377
26378 * progmodes/flymake.el (flymake-split-string)
26379 (flymake-split-string, flymake-log, flymake-pid-to-names)
26380 (flymake-reg-names, flymake-get-source-buffer-name)
26381 (flymake-unreg-names, flymake-add-line-err-info)
26382 (flymake-add-err-info): Clarify docstrings.
26383 (flymake-popup-menu, flymake-make-emacs-menu)
26384 (flymake-make-xemacs-menu): Add docstrings.
26385 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
26386 Set variables directly throughout.
26387
26388 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
26389
26390 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
26391 exists. Initialize cc-define-alist.
26392 (c-mode): Add cc-create-define-alist locally to after-save-hook.
26393 If there is no file (Macroexpansion) don't create an alist.
26394
26395 2005-04-29 Sam Steingold <sds@gnu.org>
26396
26397 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
26398 (cc-create-define-alist): Use it instead of the hard-coded string.
26399
26400 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
26401
26402 * international/mule-conf.el (file-coding-system-alist): Fix regexp
26403 for latexenc.
26404
26405 2005-04-29 Lute Kamstra <lute@gnu.org>
26406
26407 * emacs-lisp/generic.el: Improve commentary section.
26408 (define-generic-mode): Improve docstring.
26409
26410 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
26411
26412 * textmodes/org.el (many places): Change to quiet the byte compiler.
26413 (org-prefix-format-compiled): New variable.
26414 (org-compile-prefix-format): New function.
26415 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
26416 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
26417 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
26418 (org-get-entries-from-diary): Use `org-get-time-of-day' for
26419 consistency with entries from `org-mode' files.
26420 (org-get-time-of-day): Fix bug with partial matches early in a line.
26421 (org-non-link-chars): New constant.
26422 (org-link-regexp): Respect `org-non-link-chars'.
26423 (org-agenda-day-view): Remove command.
26424 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
26425 (org-follow-bbdb-link, org-store-link): Search also company field.
26426 (org-highlight-overlay): New variable.
26427 (org-highlight, org-unhighlight): New functions.
26428 (org-agenda-mode): Add pre-command-hook to remove highlight.
26429 (org-evaluate-time-range): Behavior depends upon whether time stamp
26430 contains a time or not.
26431 (org-show-subtree, org-show-entry): New functions.
26432 (org-agenda-cleanup-fancy-diary): Remove empty lines.
26433
26434 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
26435
26436 * comint.el (comint-output-filter-functions): Add autoload cookie.
26437
26438 2005-04-28 Kim F. Storm <storm@cua.dk>
26439
26440 * ido.el (ido-everywhere): Fix last change.
26441
26442 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
26443
26444 * international/latexenc.el: New file.
26445 * international/mule-conf.el (file-coding-system-alist): For .tex,
26446 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
26447
26448 2005-04-28 Lute Kamstra <lute@gnu.org>
26449
26450 * font-lock.el (font-lock-add-keywords)
26451 (font-lock-remove-keywords): Clarify docstring.
26452 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
26453 Don't start docstrings with a `*'.
26454 (font-lock-update-removed-keyword-alist): Give it a docstring.
26455
26456 * generic-x.el: Update commentary section.
26457 Only require font-lock when compiling.
26458 Define all modes conditionally.
26459 Place all generic modes in the generic-x-modes customization group.
26460 (generic-x-modes): New customization group.
26461 (generic-default-modes, generic-mswindows-modes)
26462 (generic-unix-modes, generic-other-modes): New constants.
26463 (generic-define-mswindows-modes, generic-define-unix-modes):
26464 Update docstrings. Make them obsolete.
26465 (generic-extras-enable-list): New default value. Update docstring.
26466 Improve :type. Change :set function.
26467 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
26468 Fix docstring.
26469
26470 * emacs-lisp/generic.el (generic-mode-internal):
26471 Simplify font-lock-defaults.
26472 (define-generic-mode): Fix docstring.
26473
26474 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26475
26476 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
26477 font-lock-face property to highlight matches.
26478
26479 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
26480
26481 * progmodes/cc-mode.el (cc-create-define-alist): New function.
26482 (cc-define-alist): New variable.
26483 (c-mode): Make it local and initialize it.
26484
26485 * progmodes/gdb-ui.el (gdb-active-process): New variable.
26486 (gdb-exited): New function.
26487 (gdb-annotation-rules): Use it.
26488 (gdb-starting): Set gdb-active-process to t.
26489 (gdb-stopping): Amend doc string.
26490 (gdb-reset): Set gdb-active-process to nil.
26491
26492 * tooltip.el (tooltip-gud-tips): Show the associated #define
26493 directives when a C program under GDB is not executing.
26494
26495 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
26496
26497 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
26498 font-lock-fontify-syntactic-keywords.
26499
26500 * font-lock.el (font-lock-default-fontify-region): Don't force
26501 parse-sexp-lookup-properties to nil.
26502
26503 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
26504
26505 * man.el (man-mode-syntax-table): Set up `:' to have
26506 word-constituent syntax.
26507
26508 2005-04-27 Lute Kamstra <lute@gnu.org>
26509
26510 * novice.el (disable-command): Don't add spurious newlines to the
26511 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
26512
26513 2005-04-26 Jay Belanger <belanger@truman.edu>
26514
26515 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
26516 than one window before deleting window.
26517
26518 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
26519
26520 * shell.el (shell-prompt-pattern): Doc fix.
26521 (shell-mode): Set paragraph-separate buffer locally to "\\'".
26522
26523 * comint.el (comint-prompt-regexp, comint-get-old-input)
26524 (comint-use-prompt-regexp)
26525 (comint-use-prompt-regexp-instead-of-fields)
26526 (comint-replace-by-expanded-history, comint-send-input)
26527 (comint-output-filter, comint-get-old-input-default)
26528 (comint-line-beginning-position, comint-bol, comint-show-output)
26529 (comint-backward-matching-input, comint-forward-matching-input)
26530 (comint-next-prompt, comint-previous-prompt):
26531 Rename `comint-use-prompt-regexp-instead-of-fields' to
26532 `comint-use-prompt-regexp'. Keep old name as alias and declare
26533 obsolete.
26534 (comint-use-prompt-regexp): Shorten first line of doc string.
26535
26536 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
26537 Set paragraph-separate buffer locally to "\\'".
26538
26539 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
26540 Adapt to above name change.
26541
26542 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
26543 (smbclient-prompt-regexp): Ditto.
26544
26545 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
26546
26547 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
26548
26549 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
26550 gdb-location-list.
26551 Break lines that are over 80 characters wide.
26552
26553 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
26554
26555 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
26556 New fun and var, to preserve compatibility.
26557
26558 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
26559
26560 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
26561
26562 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
26563 name to file-newer-than-file-p.
26564
26565 2005-04-26 Richard M. Stallman <rms@gnu.org>
26566
26567 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
26568
26569 * progmodes/python.el (python-mode):
26570 Use new name eldoc-documentation-function.
26571
26572 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
26573
26574 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26575 (eldoc-documentation-function):
26576 Rename from eldoc-print-current-symbol-info-function. Calls changed.
26577
26578 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
26579
26580 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
26581
26582 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
26583
26584 * term/xterm.el (function-key-map): Fix strings for
26585 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
26586 {C,S,A,C-S}-{f1-f12}.
26587
26588 2005-04-26 Kenichi Handa <handa@m17n.org>
26589
26590 * international/mule-cmds.el (select-safe-coding-system):
26591 Fix previous change.
26592
26593 2005-04-26 Lute Kamstra <lute@gnu.org>
26594
26595 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
26596
26597 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
26598 (font-lock-comment-delimiter-face): Ditto.
26599
26600 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
26601
26602 2005-04-25 Jay Belanger <belanger@truman.edu>
26603
26604 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
26605 to t while inserting information; use help-mode.
26606
26607 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
26608
26609 * term.el (ansi-term-color-vector): Use the xterm colors.
26610 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
26611
26612 2005-04-25 Lute Kamstra <lute@gnu.org>
26613
26614 * font-core.el (font-lock-defaults): Fix docstring.
26615
26616 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
26617
26618 2005-04-25 Kenichi Handa <handa@m17n.org>
26619
26620 * international/mule-cmds.el (select-safe-coding-system):
26621 Don't check consistency with coding: spec, etc if raw-text or
26622 no-conversion was found to be safe.
26623
26624 2005-04-24 Richard M. Stallman <rms@gnu.org>
26625
26626 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
26627 citation markers at start of each line.
26628
26629 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
26630 citation markers at start of each line.
26631
26632 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
26633
26634 * files.el (mode-require-final-newline): Fix previous change.
26635 (require-final-newline): Fix type label.
26636
26637 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
26638
26639 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
26640 statement in buffer (broken by 2004-11-24 change).
26641
26642 2005-04-24 Kim F. Storm <storm@cua.dk>
26643
26644 * ido.el (ido-everywhere): Save and restore old read-buffer-function
26645 and read-file-name-function values. Don't overwrite existing
26646 non-nil values if ido-mode is enabled without ido-everywhere.
26647
26648 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
26649
26650 * files.el (mode-require-final-newline): Minor doc fix.
26651
26652 2005-04-24 Eli Zaretskii <eliz@gnu.org>
26653
26654 * subr.el (syntax-after): Doc fix.
26655 (syntax-class): If argument is nil, return nil. Mask off upper 16
26656 bits, not 8 bits.
26657
26658 * files.el (mode-require-final-newline): Doc fix.
26659 (backup-buffer-copy): Fix last change.
26660
26661 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26662
26663 * term/mac-win.el: Require select. Set selection-coding-system to
26664 mac-system-coding-system. Call menu-bar-enable-clipboard.
26665 (x-last-selected-text-clipboard, x-last-selected-text-primary)
26666 (x-select-enable-clipboard): New variables.
26667 (x-select-text, x-get-selection, x-selection-value)
26668 (x-get-selection-value, mac-select-convert-to-string)
26669 (mac-services-open-file, mac-services-open-selection)
26670 (mac-services-insert-text): New functions.
26671 (CLIPBOARD, FIND): Put mac-scrap-name property.
26672 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
26673 (public.tiff): Put mac-ostype property.
26674 (selection-converter-alist): Add entries for them.
26675 (mac-application-menu-map): New keymap.
26676 (interprogram-cut-function, interprogram-paste-function): Set to
26677 x-select-text and x-get-selection-value, respectively.
26678 (split-window-keep-point): Set to t.
26679
26680 2005-04-23 Richard M. Stallman <rms@gnu.org>
26681
26682 * files.el (read-directory-name): Always pass non-nil
26683 DEFAULT-FILENAME arg to read-file-name.
26684 (backup-buffer-copy, basic-save-buffer-2): Take care against
26685 writing thru an unexpected existing symlink.
26686 (revert-buffer): In indirect buffer, revert the base buffer.
26687 (magic-mode-alist): Doc fix.
26688 (buffer-stale-function): Doc fix.
26689 (minibuffer-with-setup-hook): Avoid warning.
26690 (mode-require-final-newline): Doc and custom fix.
26691
26692 * follow.el (follow-end-of-buffer): Use with-no-warnings.
26693
26694 * font-lock.el (font-lock-comment-face): On terminals with few colors,
26695 use the default appearance.
26696 (font-lock-comment-delimiter-face): New face, new variable.
26697
26698 * imenu.el (imenu--generic-function): The official position of a
26699 definition is the start of the line that BEG is in.
26700
26701 * midnight.el (midnight-timer): Move defvar up.
26702
26703 * mouse.el (mouse-drag-region-1): Delete some debugging code.
26704
26705 * saveplace.el (save-place-to-alist): Use with-no-warnings.
26706
26707 * startup.el (command-line): Use with-no-warnings.
26708
26709 * window.el (window-size-fixed): New defvar.
26710
26711 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
26712
26713 * mail/rmail.el (rmail-font-lock-keywords):
26714 Use font-lock-comment-delimiter-face.
26715
26716 * mail/sendmail.el (mail-font-lock-keywords):
26717 Use font-lock-comment-delimiter-face.
26718
26719 * progmodes/compile.el (next-error-highlight-timer): New defvar.
26720
26721 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
26722
26723 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26724 Specify t for LAXMATCH when matching directories.
26725 Save match data around compilation-compat-error-properties form.
26726
26727 2005-04-23 David Kastrup <dak@gnu.org>
26728
26729 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
26730 Mention that the autoloaded aliases should be kept for AUCTeX.
26731
26732 2005-04-23 Andreas Schwab <schwab@suse.de>
26733
26734 * isearch.el (isearch-forward): Doc fix.
26735
26736 2005-04-23 Eli Zaretskii <eliz@gnu.org>
26737
26738 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
26739 (jit-lock-stealth-nice): Change default value to 0.5.
26740
26741 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
26742
26743 * abbrev.el (write-abbrev-file): Write table entries in
26744 alphabetical order by table name.
26745
26746 2005-04-22 Kim F. Storm <storm@cua.dk>
26747
26748 * ido.el (ido-read-internal): Fix `list' completion.
26749
26750 2005-04-22 Kenichi Handa <handa@m17n.org>
26751
26752 * recentf.el (recentf-save-file-coding-system): New variable.
26753 (recentf-save-list): Encode the file by
26754 recentf-save-file-coding-system and add coding: tag.
26755
26756 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
26757
26758 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
26759
26760 2005-04-21 Lute Kamstra <lute@gnu.org>
26761
26762 * loadhist.el (unload-feature): Don't remove a function from hooks
26763 if it is about to be restored to an autoload . Remove functions
26764 that will become unbound from auto-mode-alist. Simplify the code.
26765
26766 * subr.el (assq-delete-all): New implementation that is linear,
26767 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
26768 (rassq-delete-all): New function.
26769
26770 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26771 Add size-indication-mode.
26772
26773 2005-04-21 Kenichi Handa <handa@m17n.org>
26774
26775 * international/mule-cmds.el: Add autoload for widget-value in
26776 eval-when-compile.
26777
26778 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
26779
26780 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26781 Add tooltip-mode.
26782
26783 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
26784
26785 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
26786
26787 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
26788 (inferior-lisp-filter-regexp, inferior-lisp-program)
26789 (inferior-lisp-load-command, inferior-lisp-prompt)
26790 (inferior-lisp-mode-hook, lisp-source-modes)
26791 (inferior-lisp-load-hook): defvar->defcustom.
26792 (inferior-lisp-program, inferior-lisp-prompt)
26793 (inferior-lisp-load-hook): Doc fixes.
26794 (inferior-lisp-install-letter-bindings): Small change in
26795 introductory comment.
26796
26797 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
26798
26799 * vc.el (vc-annotate-color-map): Change some colors so that text
26800 using them as foreground is readable on both white and black
26801 backgrounds.
26802
26803 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26804
26805 * international/mule-conf.el (translation-table-for-input):
26806 Remove redundant declaration.
26807
26808 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26809
26810 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
26811
26812 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
26813 (tooltip-toggle-gud-tips): New function.
26814
26815 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26816
26817 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
26818 right angle brackets.
26819
26820 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26821
26822 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
26823
26824 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26825
26826 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
26827 Remove. Update callers to use expand-file-name instead.
26828
26829 * subr.el (syntax-class): New function.
26830
26831 * simple.el (blink-matching-open): Use it.
26832
26833 * paren.el (show-paren-function): Use it to recognize parens that are
26834 also used in 2-char comment markers.
26835
26836 2005-04-19 Lute Kamstra <lute@gnu.org>
26837
26838 * loadhist.el (unload-feature): Update for new format of
26839 load-history. Simplify the code.
26840
26841 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26842
26843 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
26844 (mac-add-charset-info): New function. Initialize variable
26845 mac-charset-info-alist using it.
26846 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
26847 for translation.
26848 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
26849 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
26850 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
26851 New CCL programs.
26852
26853 2005-04-19 Kim F. Storm <storm@cua.dk>
26854
26855 * simple.el (next-buffer, prev-buffer, next-error)
26856 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26857 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
26858
26859 * bindings.el (next-buffer, prev-buffer, next-error)
26860 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26861 (clone-indirect-buffer-other-window): Move bindings from simple.el.
26862 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
26863 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
26864
26865 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
26866
26867 * isearch.el (isearch-edit-string): Make the search-ring available for
26868 minibuffer history commands.
26869 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
26870 the default history commands now work just as well.
26871 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
26872
26873 2005-04-18 Kim F. Storm <storm@cua.dk>
26874
26875 * emulation/cua-base.el (cua--pre-command-handler): Add more
26876 elaborate check for shift modifier on non-window systems.
26877
26878 2005-04-18 Lars Hansen <larsh@math.ku.dk>
26879
26880 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
26881
26882 2005-04-18 Kim F. Storm <storm@cua.dk>
26883
26884 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
26885 and make it optional. Don't test tooltip-gud-echo-area here.
26886 (tooltip-gud-process-output, gdb-tooltip-print):
26887 Pass tooltip-gud-echo-area to tooltip-show.
26888 (tooltip-help-tips): Remove second optional arg to tooltip-show.
26889
26890 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26891
26892 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
26893 `display-graphic-p' may not be bound yet.
26894
26895 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
26896
26897 * startup.el (command-line): No longer enable Xterm Mouse mode by
26898 default in terminals compatible with xterm.
26899
26900 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
26901
26902 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
26903
26904 * tooltip.el (tooltip-gud-echo-area): Rename from
26905 tooltip-use-echo-area.
26906 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
26907 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
26908 area independently of where help tooltips are displayed.
26909
26910 2005-04-17 David Kastrup <dak@gnu.org>
26911
26912 * cus-theme.el (custom-theme-write-variables): Quote variables
26913 where necessary.
26914
26915 2005-04-17 Richard M. Stallman <rms@gnu.org>
26916
26917 * simple.el (yank-excluded-properties): Add follow-link to value.
26918
26919 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
26920
26921 * startup.el (fancy-splash-max-time): Just 30 seconds.
26922 (fancy-splash-delay): Just 7.
26923 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
26924
26925 * loadhist.el (unload-feature): Update for new format of load-history.
26926 Simplify the code.
26927
26928 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
26929 (rmail-font-lock-keywords): Don't fontify the text of a citation.
26930
26931 * mail/sendmail.el (mail-font-lock-keywords):
26932 Don't fontify subject text.
26933 Don't fontify the text of a citation.
26934
26935 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
26936
26937 * comint.el (comint-output-filter): Run comint-output-filter-functions
26938 with point where the user had it.
26939
26940 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
26941
26942 * international/ucs-tables.el (ucs-set-table-for-input):
26943 Disable when using unify-on-decoding.
26944
26945 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
26946
26947 * emulation/cua-base.el (cua-global-mark-face): Add special case
26948 for displays supporting a high number of colors.
26949
26950 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26951
26952 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
26953
26954 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
26955
26956 * filesets.el (filesets-add-buffer): If user supplies a name of a
26957 non-existing fileset, create a new fileset.
26958
26959 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
26960
26961 * textmodes/org.el (org-up-heading-all): Fix bug with
26962 `outline-up-heading-all'.
26963
26964 2005-04-16 Andreas Schwab <schwab@suse.de>
26965
26966 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
26967 /etc/permissions.d/* and /etc/aliases.d/*.
26968
26969 2005-04-16 Kenichi Handa <handa@m17n.org>
26970
26971 * international/code-pages.el (cp-make-coding-system):
26972 Set `translation-table-for-input' property value to the symbol
26973 ucs-mule-to-mule-unicode, not to that value.
26974 (pt154): Escape guillemet by `\'.
26975
26976 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
26977
26978 * loadup.el: Load tooltip if x-show-tip is fboundp.
26979
26980 * startup.el (command-line): Add comment.
26981
26982 * tooltip.el (tooltip-mode): Specify correct standard value for
26983 Custom in init-value.
26984
26985 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
26986
26987 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
26988 possible.
26989
26990 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
26991
26992 * textmodes/org.el (org-agenda-date-prompt): Rename from
26993 `org-agenda-date-today'.
26994 (org-evaluate-time-range): Insert at point instead of directly
26995 after time range.
26996 (org-first-headline-recenter, org-subtree-end-visible-p)
26997 (org-optimize-window-after-visibility-change): New functions
26998 (org-agenda-post-command-hook): Don't allow point at end of line,
26999 to make sure it always hits the text properties.
27000 (org-agenda-next-date-line, org-agenda-previous-date-line):
27001 New commands.
27002 (org-set-regexps-and-options): Category may contain white space.
27003 (org-agenda-get-deadlines, org-agenda-get-scheduled):
27004 Improve marker positions.
27005 (org-agenda-new-marker): Argument POS made optional.
27006 (org-agenda-get-timestamps): Deadlines which are done are listed
27007 in org-done-face now.
27008 (org-agenda-get-todos, org-agenda-get-timestamps)
27009 (org-agenda-get-deadlines, org-agenda-get-scheduled):
27010 Set `undone-face' and `done-face' properties.
27011 (org-last-todo-state-is-todo): New variable.
27012 (org-todo): Set `org-last-todo-state-is-todo'.
27013 (org-agenda-todo): Change face according to
27014 `org-last-todo-state-is-todo'. And change other lines referring to
27015 the same entry.
27016 (org-calendar-goto-agenda): New command.
27017 (org-calendar-to-agenda-key): New option.
27018 (org-startup-folded): New allowed value `content'.
27019 (org-set-regexps-and-options): Accept new value `content' for
27020 `org-startup-folded'.
27021 (org-get-current-options): Handle new value `content' for
27022 `org-startup-folded'.
27023 (org-insert-todo-heading): New command.
27024 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
27025 interactively in empty file and option
27026 `org-insert-mode-line-in-empty-file' has been set.
27027 (org-agenda-todo, org-agenda-priority): Modify to use
27028 `org-agenda-change-all-lines'.
27029 (org-warning-face): Change color on dark background
27030
27031 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27032
27033 * international/mule-cmds.el (set-locale-environment): On Mac OS,
27034 use preferences AppleLocale and AppleLanguages, and variable
27035 mac-system-locale for default locale. On Mac OS Classic, use
27036 mac-system-coding-system for default coding systems.
27037
27038 * term/mac-win.el: Don't set file-name-coding-system.
27039 Decode variables system-name, emacs-build-system, user-login-name, and
27040 user-full-name by mac-system-coding-system on Mac OS Classic.
27041 (mac-system-coding-system): New variable.
27042
27043 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
27044
27045 * startup.el (command-line): Handle `xterm-mouse-mode' before
27046 reading init file.
27047
27048 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
27049
27050 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
27051
27052 * progmodes/sh-script.el (sh-here-document-word): Make it a
27053 defcustom. Doc fix.
27054 (sh-add): Bash uses $(( )) for arithmetic.
27055 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
27056 (sh-maybe-here-document): Remove quotes and leading whitespace
27057 from heredoc word when closing. Indent heredoc with tabs if word
27058 starts with "-".
27059
27060 2005-04-13 Richard M. Stallman <rms@gnu.org>
27061
27062 * simple.el (undo): Fix previous change.
27063
27064 * custom.el (defface): Doc fix.
27065
27066 2005-04-13 Lute Kamstra <lute@gnu.org>
27067
27068 * Makefile.in (DONTCOMPILE): Remove list.
27069 (compile, compile-always): Don't use DONTCOMPILE.
27070 (update-authors): Load the library in which batch-update-authors
27071 is defined.
27072 * makefile.w32-in (DONTCOMPILE): Remove list.
27073 (compile, compile-always): Fix comments.
27074 (update-authors): Load the library in which batch-update-authors
27075 is defined.
27076
27077 * generic-x.el (generic-mode-ini-file-find-file-hook):
27078 Rename to ini-generic-mode-find-file-hook.
27079 Keep generic-mode-ini-file-find-file-hook as an alias.
27080 (ini-generic-mode-find-file-hook): Rename from
27081 generic-mode-ini-file-find-file-hook. Fix docstring.
27082 (ini-generic-mode): Docstring change.
27083 (bat-generic-mode-run-as-comint): Silence the byte compiler.
27084
27085 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
27086 called from lisp.
27087
27088 * generic.el: Move to the emacs-lisp subdir.
27089
27090 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
27091
27092 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
27093 and C-S- function and cursor motion keys.
27094
27095 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
27096
27097 * startup.el (command-line): Enable Xterm Mouse mode by default.
27098 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
27099 for Custom. No longer show "Mouse" in mode line when enabled.
27100 Doc fix.
27101
27102 2005-04-12 Kim F. Storm <storm@cua.dk>
27103
27104 * emulation/cua-base.el (cua-rectangle-face)
27105 (cua-rectangle-noselect-face): Define face attributes here.
27106
27107 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
27108
27109 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27110
27111 * startup.el (command-line): Turn off blinking cursor if
27112 cursorBlink in resources is off or false.
27113
27114 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27115
27116 * term/mac-win.el (dnd): Require dnd.
27117 (mac-drag-n-drop): Call dnd-handle-one-url.
27118 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
27119 (kTextEncodingISOLatin2): Remove constants.
27120 (mac-script-code-coding-systems): New constant.
27121 (mac-handle-language-change): New function.
27122 (special-event-map): Bind it to `language-change' event.
27123 (mac-centraleurroman, mac-cyrillic): New coding systems.
27124 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
27125 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
27126 and mac-cyrillic-encoder to encode-mac-centraleurroman and
27127 encode-mac-cyrillic, respectively.
27128
27129 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
27130
27131 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
27132 Don't set overlay-arrow-string to "=>" as this is done
27133 globally in C now.
27134
27135 2005-04-12 Lute Kamstra <lute@gnu.org>
27136
27137 * generic-x.el (rc-generic-mode, rul-generic-mode):
27138 Fix auto-mode-alist entries.
27139 (etc-fstab-generic-mode): Tweak fontification.
27140
27141 * generic.el (generic-make-keywords-list): Fix docstring.
27142 (generic-mode-internal): Simplify generic-font-lock-keywords.
27143
27144 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
27145
27146 * whitespace.el (whitespace-buffer-leading)
27147 (whitespace-buffer-trailing): Revert the incorrect test inversion.
27148 However, fix the highlight area for the leading and
27149 trailing whitespaces to show space.
27150
27151 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
27152
27153 * whitespace.el (whitespace-version): Bump to 3.5
27154
27155 (whitespace-buffer-leading, whitespace-buffer-trailing):
27156 Invert sense of the test to highlight the whitespace.
27157
27158 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
27159
27160 * progmodes/gud.el (gud-display-line): GUD uses its own
27161 overlay arrow now so don't set overlay-arrow-string.
27162 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
27163
27164 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
27165
27166 * term.el (term-ansi-current-bold, term-ansi-current-underline)
27167 (term-ansi-current-reverse, term-ansi-current-invisible)
27168 (term-ansi-face-already-done): Change to boolean.
27169 (term-reset-terminal, term-handle-colors-array): Handle the above
27170 vars accordingly.
27171 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
27172 (term-emulate-terminal): Use the new name.
27173
27174 * faces.el (secondary-selection): Use yellow1, not yellow.
27175 (trailing-whitespace): Use red1, not red.
27176
27177 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27178
27179 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
27180 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
27181 (dired-dnd-handle-file): Call dnd-get-local-file-uri
27182
27183 * cus-edit.el (dnd): New group.
27184
27185 * term/w32-win.el (dnd): Require dnd
27186 (w32-drag-n-drop): Call dnd-handle-one-url.
27187
27188 * x-dnd.el: Require dnd.
27189 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
27190 Call dnd-handle-one-url.
27191 (x-dnd-types-alist, x-dnd-insert-utf8-text)
27192 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
27193 to dnd-insert-text.
27194 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
27195 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
27196 (x-dnd-get-local-file-name, x-dnd-open-local-file)
27197 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
27198
27199 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
27200
27201 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27202
27203 * wdired.el: Doc fixes.
27204 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
27205 (wdired-use-dired-vertical-movement): Rename from
27206 wdired-always-move-to-filename-beginning.
27207 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
27208 (wdired-change-to-wdired-mode): Change mode name.
27209 (wdired-newline): Delete.
27210
27211 2005-04-11 Richard M. Stallman <rms@gnu.org>
27212
27213 * whitespace.el (whitespace-highlight-the-space):
27214 Don't call whitespace-unhighlight-the-space here.
27215
27216 * simple.el (undo): Record t in undo-equiv-table
27217 for the redo record made by an undo-in-region.
27218
27219 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
27220
27221 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
27222 (gdb-frame-inferior-io-buffer): New Functions to control
27223 display of separate IO buffer.
27224 (menu): Add them to menu-bar.
27225 (gdb-display-buffer): Check for buffer another frame.
27226 Protect GUD buffer.
27227 (gdb-setup-windows): Create IO buffer if not already there.
27228 (gdb-memory-mode): Remove purecopy noops.
27229
27230 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
27231
27232 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
27233 and pass to self-insert-command.
27234
27235 2005-04-11 Lute Kamstra <lute@gnu.org>
27236
27237 * generic.el: Commentary section cleanup.
27238 (generic): Delete.
27239 (generic-use-find-file-hook, generic-lines-to-scan)
27240 (generic-find-file-regexp, generic-ignore-files-regexp)
27241 (default-generic-mode, generic-mode-find-file-hook)
27242 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
27243 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
27244 (generic-use-find-file-hook, generic-lines-to-scan)
27245 (generic-find-file-regexp, generic-ignore-files-regexp)
27246 (default-generic-mode, generic-mode-find-file-hook)
27247 (generic-mode-ini-file-find-file-hook): Move from generic.el.
27248
27249 2005-04-10 Karl Fogel <kfogel@red-bean.com>
27250
27251 * bookmark.el (bookmark-write-file): Catch errors writing file.
27252 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
27253
27254 2005-04-10 Richard M. Stallman <rms@gnu.org>
27255
27256 * startup.el (fancy-splash-tail): Update copyright year.
27257 (command-line): Split part of -Q into -D.
27258 (emacs-basic-display): New defvar.
27259 (fancy-splash-text): Correct name of menu item.
27260
27261 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
27262
27263 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
27264 lines in one node.
27265
27266 * comint.el (comint-send-input): New arg ARTIFICIAL.
27267 Callers in this file changed.
27268
27269 * abbrev.el (define-abbrevs): Read system abbrevs properly.
27270
27271 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
27272
27273 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
27274
27275 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
27276 `ldap-search-internal'.
27277
27278 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
27279
27280 * files.el (set-auto-mode-1): Use line-end-position.
27281
27282 * international/latin-1.el:
27283 * international/latin-2.el:
27284 * international/latin-3.el:
27285 * international/latin-4.el:
27286 * international/latin-5.el:
27287 * international/latin-8.el:
27288 * international/latin-9.el: Give punctuation syntax to NBSP.
27289
27290 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
27291 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
27292 Use char-classes to accept non-ascii letters, accepted in some recent
27293 bibtex implementations.
27294
27295 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
27296
27297 * custom.el (custom-set-minor-mode): Any non-nil value for the
27298 variable should enable the mode when set through Custom.
27299
27300 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
27301
27302 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
27303 TAB binding so tab-always-indent is obeyed.
27304 (vhdl-minibuffer-local-map): Move initialization into declaration.
27305 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
27306 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
27307 (vhdl-hooked-abbrev): Avoid test for XEmacs.
27308 (vhdl-current-line): Use line-beginning-position.
27309 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
27310 with-output-to-temp-buffer, so the current position can be recorded.
27311
27312 2005-04-10 Masatake YAMATO <jet@gyve.org>
27313
27314 * progmodes/compile.el (compilation-error-regexp-alist-alist):
27315 Add regexp for gcov.
27316
27317 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
27318
27319 * calendar/time-date.el (time-to-seconds, seconds-to-time)
27320 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
27321 syntax which Emacs 20 doesn't support.
27322
27323 2005-04-09 Richard M. Stallman <rms@gnu.org>
27324
27325 * help.el (describe-key-briefly, describe-key):
27326 Replace strings as event types with "(any string)".
27327
27328 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
27329
27330 * arc-mode.el (archive-mode-map): Move initialization into
27331 the declaration. Override *all* bindings of `undo'.
27332 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
27333
27334 2005-04-09 Jay Belanger <belanger@truman.edu>
27335
27336 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
27337
27338 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
27339
27340 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
27341 (xterm-register-default-colors): Update color values computation
27342 to match xterm-200.
27343
27344 2005-04-09 Kenichi Handa <handa@m17n.org>
27345
27346 * international/code-pages.el (iso-latin-7): Fix the map.
27347
27348 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
27349
27350 * emacs-lisp/lisp.el (defun-prompt-regexp)
27351 (parens-require-spaces, buffer-end, end-of-defun)
27352 (insert-parentheses): Doc fixes.
27353
27354 2005-04-08 Kim F. Storm <storm@cua.dk>
27355
27356 * comint.el (comint-highlight-prompt): Fix face spec.
27357 * hi-lock.el (hi-green): Likewise.
27358
27359 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
27360
27361 * cus-edit.el (custom-modified-face):
27362 * comint.el (comint-highlight-input): Fix previous changes.
27363 * term.el (term-handle-ansi-escape): Add a comment.
27364
27365 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
27366
27367 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
27368 in the buffer and in whitespace-highlighted-space.
27369 (whitespace-unhighlight-the-space): Simplify.
27370 (whitespace-buffer): Simplify.
27371
27372 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
27373
27374 * textmodes/table.el (table-cell-face): Add special case for
27375 displays supporting a high number of colors.
27376 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
27377 (vhdl-font-lock-reserved-words-face)
27378 (vhdl-speedbar-architecture-face)
27379 (vhdl-speedbar-instantiation-face)
27380 (vhdl-speedbar-architecture-selected-face)
27381 (vhdl-speedbar-instantiation-selected-face): Likewise.
27382 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
27383 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
27384 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
27385 (ebrowse-root-class-face, ebrowse-member-attribute-face)
27386 (ebrowse-progress-face): Likewise.
27387 * progmodes/compile.el (compilation-info-face): Likewise.
27388 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
27389 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
27390 * calendar/calendar.el (diary-face): Likewise.
27391 * woman.el (woman-italic-face, woman-bold-face)
27392 (woman-unknown-face): Likewise.
27393 * wid-edit.el (widget-button-pressed-face): Likewise.
27394 * whitespace.el (whitespace-highlight-face): Likewise.
27395 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
27396 * pcvs-info.el (cvs-marked-face): Likewise.
27397 * info.el (info-xref): Likewise.
27398 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
27399 * hilit-chg.el (highlight-changes-face)
27400 (highlight-changes-delete-face): Likewise.
27401 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
27402 (hi-red-b): Likewise.
27403 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
27404 * font-lock.el (font-lock-keyword-face)
27405 (font-lock-function-name-face, font-lock-warning-face): Likewise.
27406 * cus-edit.el (custom-invalid-face, custom-modified-face)
27407 (custom-set-face, custom-changed-face, custom-variable-tag-face)
27408 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
27409 * comint.el (comint-highlight-prompt): Likewise.
27410
27411 2005-04-08 Lute Kamstra <lute@gnu.org>
27412
27413 * font-lock.el (font-lock-keywords): Docstring fixes.
27414
27415 2005-04-08 Kenichi Handa <handa@m17n.org>
27416
27417 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
27418 chars are more than a limit, print " and more..." at the tail.
27419
27420 2005-04-08 Kim F. Storm <storm@cua.dk>
27421
27422 * emacs-lisp/authors.el (authors-aliases): Update list.
27423 (authors-ignored-files): New list.
27424 (authors-fixed-entries): Fix typo.
27425 (authors-renamed-files-alist): Update list.
27426 (authors-add): Check authors-ignored-files.
27427
27428 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
27429
27430 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
27431 optional, to ensure backward compatibility.
27432
27433 2005-04-08 Stephen Eglen <stephen@gnu.org>
27434
27435 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
27436
27437 2005-04-08 Kim F. Storm <storm@cua.dk>
27438
27439 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
27440
27441 * mouse.el (mouse-on-link-p): Doc fix.
27442
27443 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
27444
27445 * ielm.el (ielm-prompt-read-only): Doc fix.
27446
27447 * comint.el (comint-prompt-read-only): Doc fix.
27448
27449 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
27450
27451 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
27452 ensure dired always handles wildcards passed to ffap.
27453 (find-file-at-point): Use it.
27454 (ffap-dired-wildcards): Doc fix.
27455
27456 2005-04-07 Juri Linkov <juri@jurta.org>
27457
27458 * simple.el (next-error-overlay-arrow-position): New defvar.
27459 Put "=>" on its property `overlay-arrow-string'. Add it to
27460 `overlay-arrow-variable-list'.
27461
27462 * progmodes/compile.el (compilation-setup):
27463 Set `next-error-overlay-arrow-position' to nil. Also set it to
27464 nil in the local hook `kill-buffer-hook'. Make local variable
27465 `overlay-arrow-string' and set it to "=>".
27466 (compilation-goto-locus): Set BOL position to
27467 `next-error-overlay-arrow-position' instead of
27468 `overlay-arrow-position'.
27469
27470 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
27471 locally instead of adding it to the global hook.
27472 (Info-kill-buffer): Move up.
27473
27474 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
27475
27476 * term/xterm.el (xterm-standard-colors): Update color values from
27477 xterm-200.
27478
27479 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
27480
27481 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
27482
27483 * fast-lock.el:
27484 * lazy-lock.el: Move them to the obsolete subdir.
27485
27486 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27487
27488 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
27489 (wdired-add-replace-advice): Remove.
27490 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
27491
27492 2005-04-06 Kim F. Storm <storm@cua.dk>
27493
27494 * startup.el (command-line): Add --bare-bones alias for -Q.
27495
27496 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27497
27498 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
27499 create the startup fontset if a font specification ends with
27500 `mac-roman'.
27501
27502 2005-04-06 Lute Kamstra <lute@gnu.org>
27503
27504 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
27505 change.
27506
27507 * emacs-lisp/copyright.el (copyright-update-year): Replace the
27508 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
27509
27510 2005-04-05 Lute Kamstra <lute@gnu.org>
27511
27512 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
27513 (define-generic-mode): Ditto. Fix debug declaration.
27514
27515 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
27516 Put them in the generic-x group.
27517
27518 * calendar/timeclock.el (timeclock): Doc fix.
27519
27520 * generic.el (define-generic-mode): Don't use custom-current-group.
27521 Document default :group value.
27522 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
27523 (define-global-minor-mode): Don't use custom-current-group.
27524
27525 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
27526
27527 * startup.el (command-line-1): Display startup-echo-area-message
27528 when fancy splash screen is in use.
27529
27530 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
27531 (sh-escaped-newline): New face.
27532 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
27533 newline, and use sh-escaped-newline face.
27534
27535 * progmodes/tcl.el (tcl-escaped-newline): New face.
27536 (tcl-builtin-list): New variable.
27537 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
27538 newlines. Fix keywords subexpression number.
27539
27540 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
27541
27542 * textmodes/org.el (org-diary-default-entry): Fix call to
27543 `add-to-diary-entry'.
27544
27545 2005-04-05 Kim F. Storm <storm@cua.dk>
27546
27547 * ediff-init.el: Use (featurep 'xemacs).
27548
27549 2005-04-05 David Ponce <david@dponce.com>
27550
27551 * cus-edit.el (face): Derive from symbol widget. Display sample
27552 of the current face on the fly.
27553 (widget-face-sample-face-get, widget-face-notify): New functions.
27554 (widget-face-value-create): Remove.
27555
27556 * wid-edit.el (widget-field-end): Temporarily remove field
27557 narrowing before to call `get-char-property'.
27558
27559 2005-04-04 Jay Belanger <belanger@truman.edu>
27560
27561 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
27562 (math-read-subscripts): New variable.
27563 (math-read-preprocess-string): Process subscripts.
27564
27565 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
27566
27567 * comint.el (comint-prompt-read-only): Doc fix.
27568
27569 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
27570 `-1'. Doc fix.
27571
27572 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
27573
27574 * textmodes/org.el (org-insert-mode-line-in-empty-file):
27575 Change default value to nil.
27576
27577 2005-04-04 Lute Kamstra <lute@gnu.org>
27578
27579 * autorevert.el (auto-revert-mode): Specify :group.
27580 * battery.el (display-battery-mode): Specify :group.
27581 * diff-mode.el (diff-minor-mode): Specify :group.
27582 * font-core.el (font-lock-mode): Specify :group.
27583 * hl-line.el (hl-line-mode): Specify :group.
27584 * iimage.el (iimage): New customization group.
27585 (iimage-mode): Specify :group.
27586 * longlines.el (longlines-mode): Specify :group.
27587 * master.el: Don't require easy-mmode.
27588 (master): New customization group.
27589 (master-mode): Specify :group.
27590 * msb.el (msb-mode): Specify :group.
27591 * reveal.el (reveal-mode): Specify :group.
27592 * simple.el (next-error-follow-minor-mode): Specify :group.
27593 * smerge-mode.el (smerge-mode): Specify :group.
27594 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
27595 * emulation/cua-base.el (cua-mode): Specify :group.
27596 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
27597 * language/thai-util.el (thai-auto-composition-mode)
27598 (thai-word-mode): Specify :group.
27599 * mail/supercite.el (sc-minor-mode): Specify :group.
27600 * progmodes/cwarn.el (cwarn-mode): Specify :group.
27601 * progmodes/flymake.el (flymake-mode): Specify :group.
27602 * progmodes/glasses.el (glasses-mode): Specify :group.
27603 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
27604 * textmodes/enriched.el (enriched-mode): Specify :group.
27605 * textmodes/refill.el (refill-mode): Specify :group.
27606
27607 * add-log.el (change-log-font-lock-keywords): Names in
27608 parenthesized lists can contain spaces.
27609
27610 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
27611
27612 * startup.el (fancy-splash-text): Shorten default text of
27613 "Emacs Tutorial" line. Also, if the current language env
27614 indicates an available tutorial file other than TUTORIAL,
27615 extract its title and append it to the line in parentheses.
27616 (fancy-splash-insert): If arg is a thunk, funcall it.
27617
27618 2005-04-04 Jay Belanger <belanger@truman.edu>
27619
27620 * calc.el (calc-language-alist): Add tags to customization type.
27621
27622 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
27623
27624 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
27625 Doc fix.
27626
27627 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
27628
27629 * add-log.el (change-log-font-lock-keywords): The manual
27630 describing a Change Log entry, says: (...) "Aside from these
27631 header lines, every line in the change log starts with a space or
27632 a tab.". The font-lock was not highlighting lines started with
27633 spaces, added support for it.
27634
27635 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27636
27637 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
27638 (bibtex-generate-url-list): Update docstring accordingly. Put the
27639 complex example in the docstring.
27640 (bibtex-font-lock-url): Use pop.
27641
27642 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
27643
27644 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
27645
27646 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
27647
27648 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
27649
27650 * filesets.el (filesets-set-default): Doc fix.
27651
27652 2005-04-03 Lute Kamstra <lute@gnu.org>
27653
27654 * generic.el (define-generic-mode): Add argument to specify
27655 keywords for defcustom.
27656 (default-generic-mode): Specify :group.
27657
27658 * generic-x.el: Specify :group for all generic modes.
27659
27660 * desktop.el (desktop-no-desktop-file-hook)
27661 (desktop-after-read-hook): Doc fix.
27662
27663 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
27664
27665 * simple.el (visible-mode): Use explicit :group keyword.
27666 This changes the group of `visible-mode-hook' from paren-blinking
27667 to editing-basics.
27668
27669 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
27670
27671 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
27672 mailbox specifications as well as URLs.
27673 (rmail-insert-inbox-text): Remove unused conditional branches.
27674
27675 2005-04-01 Jay Belanger <belanger@truman.edu>
27676
27677 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
27678 (calc-gnuplot-print-command): Move definitions to calc.el.
27679
27680 * calc/calc-embed.el (calc-embedded-announce-formula)
27681 (calc-embedded-open-formula, calc-embedded-close-formula)
27682 (calc-embedded-open-word, calc-embedded-close-word)
27683 (calc-embedded-open-plain, calc-embedded-close-plain)
27684 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
27685 (calc-embedded-open-mode, calc-embedded-close-mode):
27686 Move definitions to calc.el.
27687
27688 * calc/calc.el (calc-settings-file, calc-language-alist):
27689 Make customizable.
27690 (calc-embedded-announce-formula, calc-embedded-open-formula)
27691 (calc-embedded-close-formula, calc-embedded-open-word)
27692 (calc-embedded-close-word, calc-embedded-open-plain)
27693 (calc-embedded-close-plain, calc-embedded-open-new-formula)
27694 (calc-embedded-close-new-formula, calc-embedded-open-mode)
27695 (calc-embedded-close-mode, calc-gnuplot-name)
27696 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
27697 from other files and make customizable.
27698
27699 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27700
27701 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
27702 Use buffer-live-p.
27703 (cvs-mode-run): Don't call cvs-update-header here.
27704 (cvs-run-process): Call cvs-update-header.
27705 Use process properties for cvs-postprocess and cvs-buffer so that
27706 the sentinel can behave better if the temp buffer is killed.
27707 Use a pipe rather than a tty, to better handle unexpected prompts.
27708 (cvs-sentinel): Rewrite. Call cvs-update-header.
27709
27710 2005-04-01 Andre Spiegel <spiegel@gnu.org>
27711
27712 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
27713 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
27714
27715 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27716
27717 * generic.el (define-generic-mode): Add indentation rule.
27718
27719 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
27720
27721 * files.el (mode-require-final-newline): Make Custom correctly
27722 report a nil value and allow to set it to nil via Custom.
27723 Doc fix.
27724
27725 2005-04-01 Kenichi Handa <handa@m17n.org>
27726
27727 * international/characters.el: Enable the correct case setting for
27728 dotless-i and dotted-I.
27729
27730 2005-04-01 Kim F. Storm <storm@cua.dk>
27731
27732 * ido.el (ido-file-internal): Fall back to non-ido command if
27733 initial directory is on slow ftp (or tramp) host.
27734
27735 2005-03-31 Richard M. Stallman <rms@gnu.org>
27736
27737 * emacs-lisp/autoload.el (make-autoload):
27738 Handle define-global-minor-mode.
27739
27740 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27741 Rename from easy-mmode-define-global-mode.
27742 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
27743
27744 * progmodes/scheme.el (scheme-mode-syntax-table):
27745 Update syntax of | and # for two-character comment syntax.
27746
27747 2005-03-31 Lute Kamstra <lute@gnu.org>
27748
27749 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
27750 (define-minor-mode): Call custom-current-group at load-time.
27751
27752 * generic.el (define-generic-mode): Add debug declaration.
27753 Add defcustom for the mode hook.
27754 (generic-mode-internal): Use run-mode-hooks.
27755
27756 2005-03-31 Kim F. Storm <storm@cua.dk>
27757
27758 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
27759 (mouse-fixup-help-message): New defun called by show_help_echo
27760 to fixup mouse-2 prefix in help messages when applicable.
27761
27762 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
27763
27764 2005-03-31 Kenichi Handa <handa@m17n.org>
27765
27766 * language/thai-word.el (thai-find-word-ends): Pay attention to
27767 the case that we reach the end of buffer.
27768
27769 * textmodes/fill.el (fill-text-properties-at): New function.
27770 (fill-newline): Use fill-text-properties-at instead of
27771 text-properties-at.
27772
27773 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27774
27775 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
27776 not comint-quote-filename.
27777
27778 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
27779
27780 * help-fns.el (help-with-tutorial): Revert last change.
27781
27782 2005-03-31 Kim F. Storm <storm@cua.dk>
27783
27784 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
27785
27786 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
27787
27788 * calendar/cal-china.el: Update reference to "Calendrical
27789 Calculations" book; there's a new edition.
27790 * calendar/cal-coptic.el: Likewise.
27791 * calendar/cal-french.el: Likewise.
27792 * calendar/cal-hebrew.el: Likewise.
27793 * calendar/cal-islam.el: Likewise.
27794 * calendar/cal-iso.el: Likewise.
27795 * calendar/cal-julian.el: Likewise.
27796 * calendar/cal-mayan.el: Likewise.
27797 * calendar/cal-persia.el: Likewise.
27798 * calendar/calendar.el: Likewise.
27799 * calendar/holidays.el: Likewise.
27800 * calendar/lunar.el: Likewise.
27801 * calendar/solar.el: Likewise.
27802
27803 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
27804 white space from doc string.
27805
27806 2005-03-30 Jay Belanger <belanger@truman.edu>
27807
27808 * calc/calc-help.el (calc-full-help): Remove email address.
27809
27810 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
27811
27812 * help-fns.el (help-with-tutorial): Delete title line.
27813
27814 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27815
27816 * calendar/cal-x.el (calendar-one-frame-setup)
27817 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
27818 rather than `symbol' for set-window-dedicated-p.
27819
27820 * calendar/appt.el (appt-buffer-name): Make it a constant.
27821 (appt-add): Doc fix.
27822
27823 * filesets.el (filesets-menu-path, filesets-menu-before)
27824 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
27825 (filesets-menu-cache-file): Use directory ~/.emacs.d.
27826 (filesets-add-submenu): Delete and use add-submenu instead.
27827
27828 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
27829
27830 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
27831 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
27832 (org-diary-default-entry): New function.
27833 (org-get-entries-from-diary): Better parsing of diary entries.
27834 (org-agenda-check-no-diary): New function.
27835 ("diary-lib"): Advice to function `add-to-diary-list', to allow
27836 linking to diary entries.
27837 (org-agenda-execute-calendar-command): New function.
27838 (org-agenda): Improve visible section in window.
27839 Use `org-fit-agenda-window'.
27840 (org-fit-agenda-window): New option.
27841 (org-move-subtree-down): Better handling of empty lines
27842 at end of subtree.
27843 (org-cycle): Numeric prefix is interpreted now as show-subtree N
27844 levels up.
27845 (org-fontify-done-headline): New option.
27846 (org-headline-done-face): New face.
27847 (org-set-font-lock-defaults): Use `org-headline-done-face'.
27848 (org-table-copy-down): Rename from `org-table-copy-from-above'.
27849 When current field is non-empty, it is copied to next row.
27850 (org-table-copy-from-above): Fix bug which made it
27851 impossible to copy fields containing only a single non-white character.
27852
27853 2005-03-30 Kim F. Storm <storm@cua.dk>
27854
27855 * kmacro.el (kmacro-end-macro): Isearch may store this command
27856 into the macro -- so ignore it when executing keyboard macro.
27857
27858 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27859
27860 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
27861
27862 2005-03-29 Kenichi Handa <handa@m17n.org>
27863
27864 * language/thai.el ("Thai"): Set setup-function and exit-function
27865 for Thai language environment.
27866
27867 * language/thai-util.el: Require thai-word.
27868 (thai-word-mode-map): New variable.
27869 (thai-word-mode): New minor mode.
27870 (setup-thai-language-environment-internal): New function.
27871 (exit-thai-language-environment-internal): New function.
27872
27873 * language/thai-word.el (thai-word-table): Declare it by defvar,
27874 use dolist to initialize it.
27875 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
27876 (thai-fill-find-break-point): New functions.
27877
27878 2005-03-29 Richard M. Stallman <rms@gnu.org>
27879
27880 * simple.el (idle-update-delay): Move definition up.
27881 (set-mark): Doc fix.
27882
27883 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
27884
27885 * longlines.el: New file.
27886
27887 * simple.el (buffer-substring-filters): New variable.
27888 (filter-buffer-substring): New function.
27889 (kill-region, copy-region-as-kill): Use it.
27890
27891 * register.el (copy-to-register, append-to-register)
27892 (prepend-to-register): Use filter-buffer-substring.
27893
27894 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27895
27896 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
27897 (gud-filter-pending-text): Move in front of gdb.
27898 (gud-overlay-arrow-position): New variable.
27899 (gud-sentinel, gud-display-line): Use it in place of
27900 overlay-arrow-position.
27901
27902 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
27903
27904 * progmodes/fortran.el (fortran-if-indent): Doc fix.
27905 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
27906 (fortran-font-lock-keywords-4): New variable.
27907 (fortran-blocks-re, fortran-end-block-re)
27908 (fortran-start-block-re): New constants, for hideshow.
27909 (hs-special-modes-alist): Add a Fortran entry.
27910 (fortran-mode-map): Bind fortran-end-of-block,
27911 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
27912 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
27913 (fortran-looking-at-if-then, fortran-end-of-block)
27914 (fortran-beginning-of-block): New functions, for hideshow.
27915
27916 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
27917 Doc fix. Tweak regexp.
27918 (f90-beginning-of-block): Push mark first.
27919
27920 2005-03-29 Jay Belanger <belanger@truman.edu>
27921
27922 * calc/calc.el: Update copyright date.
27923 (calc-version): Increase to 2.1.
27924 (calc-version-date): Remove.
27925
27926 * calc/calc-help.el: Update copyright date.
27927 (calc-full-help): Remove reference to calc-version-date.
27928 Update copyright date.
27929
27930 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27931
27932 * vc.el (vc-do-command): Use a pipe for async processes, so password
27933 prompts don't show up at places where the user can't reply.
27934
27935 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27936
27937 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
27938 on the file name we pass to the inferior shell.
27939
27940 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27941
27942 * progmodes/which-func.el (which-function): Be robust in the face of an
27943 imenu--make-index-alist failure.
27944
27945 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27946
27947 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
27948
27949 * progmodes/python.el (python-preoutput-filter): Fix last change.
27950
27951 2005-03-29 Lute Kamstra <lute@gnu.org>
27952
27953 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
27954 functions and compiled macros.
27955 (debug-convert-byte-code): Handle macros too.
27956 (debug-on-entry-1): Don't signal an error when trying to clear a
27957 function that is not set to debug on entry.
27958
27959 2005-03-29 Jay Belanger <belanger@truman.edu>
27960
27961 * calc/calc-lang.el: Add functions to math-function-table
27962 properties of tex and math.
27963
27964 2005-03-29 Kenichi Handa <handa@m17n.org>
27965
27966 * ps-mule.el (ps-mule-plot-string): Translate characters by
27967 ps-print-translation-table.
27968 (ps-mule-begin-job): Call find-charset-region/string with
27969 ps-print-translation-table.
27970 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
27971
27972 * ps-print.el (ps-print-translation-table): New variable.
27973 (ps-plot-region): Translate characters by ps-print-translation-table.
27974
27975 2005-03-29 Juri Linkov <juri@jurta.org>
27976
27977 * simple.el (next-error-highlight-timer): New variable.
27978
27979 * progmodes/compile.el (compilation-goto-locus):
27980 Use `next-error-highlight-timer' instead of `sit-for'.
27981
27982 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27983
27984 * mail/supercite.el (sc-mail-field): Use assoc-string.
27985 (sc-get-address): Simplify regexps.
27986
27987 * files.el (minibuffer-with-setup-hook): New macro.
27988 (find-file-read-args): Use it to avoid let-binding
27989 minibuffer-with-setup-hook (which breaks turning on/off
27990 file-name-shadow-mode while in the prompt).
27991
27992 * complete.el (PC-read-include-file-name-internal):
27993 Use test-completion.
27994
27995 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
27996
27997 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
27998
27999 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
28000
28001 * window.el (window-buffer-height): Use count-screen-lines.
28002
28003 * progmodes/python.el (python-preoutput-leftover): New var.
28004 (python-preoutput-filter): Use it.
28005 (python-send-receive): Loop until all the result has been received.
28006
28007 2005-03-28 Juri Linkov <juri@jurta.org>
28008
28009 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
28010
28011 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
28012 "Recover Crashed Session".
28013 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
28014 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
28015 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
28016 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
28017 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
28018 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
28019 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
28020 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
28021
28022 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
28023 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
28024 Ediff Sessions", "Toggle use of separate control buffer frame",
28025 "Use separate frame for Ediff control buffer".
28026
28027 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
28028 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
28029 "Rename Bookmark", "Delete Bookmark".
28030
28031 * info.el (Info-mode-menu): Remove ellipsis from "Index".
28032 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
28033 Add `:active Info-index-alternatives' to "Next Matching Item".
28034
28035 * wdired.el (wdired-change-to-wdired-mode):
28036 Mention `wdired-abort-changes' key in the initial message.
28037
28038 * international/mule.el (auto-coding-alist): Associate non-ascii
28039 image filename extensions with `no-conversion'.
28040
28041 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
28042
28043 * international/iso-acc.el:
28044 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
28045
28046 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
28047
28048 * textmodes/sgml-mode.el (html-mode): Doc update.
28049
28050 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
28051
28052 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
28053
28054 * term.el (term-move-columns): Fix face after extending a line.
28055 (term-insert-spaces): Likewise.
28056 (term-reset-terminal): Fix off by one error.
28057
28058 2005-03-26 Eli Zaretskii <eliz@gnu.org>
28059
28060 * international/mule.el (auto-coding-alist): Add .xpi files.
28061
28062 * files.el (auto-mode-alist): Add .xpi files.
28063
28064 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
28065
28066 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
28067
28068 2005-03-26 Eli Zaretskii <eliz@gnu.org>
28069
28070 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
28071
28072 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
28073
28074 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
28075 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
28076
28077 * calendar/cal-move.el (calendar-beginning-of-year): Move the
28078 cursor to Jan 1 when needed.
28079 (calendar-end-of-year): Fix -/+ typo.
28080 Reported by Chong Yidong <cyd@stupidchicken.com>.
28081
28082 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
28083
28084 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
28085
28086 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
28087 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
28088
28089 2005-03-25 Richard M. Stallman <rms@gnu.org>
28090
28091 * filesets.el (filesets-init): Add autoload.
28092
28093 * mail/mailalias.el (mail-directory): Doc fix.
28094
28095 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28096
28097 * mail/mailalias.el (mail-directory-process): Do nothing if
28098 mail-directory-process is an atom.
28099 (mail-get-names): Ignore mail-directory-names if it is an atom.
28100 (mail-directory-process defvar): Doc fix.
28101 (mail-names): Doc fix.
28102
28103 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
28104
28105 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
28106
28107 2005-03-26 Kenichi Handa <handa@m17n.org>
28108
28109 * international/mule-util.el (detect-coding-with-priority):
28110 Call update-coding-systems-internal before detect-coding-region.
28111
28112 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
28113
28114 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
28115 (gdb-frames-mode-map): Add follow-link property.
28116
28117 2005-03-25 Jay Belanger <belanger@truman.edu>
28118
28119 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
28120 for variables.
28121
28122 2005-03-25 Juri Linkov <juri@jurta.org>
28123
28124 * image-mode.el: Optimize image filename extension regexps in
28125 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
28126 in `auto-mode-alist'.
28127 (image-mode): Add `image-toggle-display-text' to local hook
28128 `change-major-mode-hook'. Display the image as an image by
28129 default. Set `cursor-type' and `truncate-lines' if the image
28130 is already displayed. Take into account the current mode (image
28131 or text) in message.
28132 (image-minor-mode): New minor mode.
28133 (image-mode-maybe, image-toggle-display-text): New functions.
28134 (image-toggle-display): Use called-interactively-p.
28135 Let-bind `inhibit-read-only' to t.
28136
28137 * image-mode.el (image-minor-mode): Set `cursor-type' and
28138 `truncate-lines' if the image is already displayed. Add turning
28139 image-minor-mode off to `change-major-mode-hook'. Add message.
28140 Call `image-toggle-display-text' after turning image-minor-mode off.
28141
28142 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
28143
28144 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
28145 Terminal.app, use utf-8.
28146 (set-display-table-and-terminal-coding-system): Add coding-system arg.
28147 (set-locale-environment): Use it.
28148
28149 * term/xterm.el: Undo last change, better done in mule-cmds.el.
28150
28151 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
28152
28153 * progmodes/python.el (python-close-block-statement-p)
28154 (python-outdent-p, python-current-defun): Use symbol-end.
28155
28156 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28157
28158 * files.el (save-some-buffers): Doc fix.
28159
28160 2005-03-25 Werner Lemberg <wl@gnu.org>
28161
28162 * complete.el, thumbs.el: Replace `legal' with `valid'.
28163 * calendar/calendar.el: Replace `legal' with `valid'.
28164 * emacs-lisp/advice.el: Replace `legal' with `valid'.
28165 * mail/supercite.el: Replace `legal' with `valid'.
28166 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
28167 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
28168 Replace `legal' with `valid'.
28169 * textmodes/reftex-vars.el, textmodes/reftex.el:
28170 Replace `legal' with `valid'.
28171
28172 2005-03-25 Werner Lemberg <wl@gnu.org>
28173
28174 * calc/calc-forms.el, calc/calc-sel.el
28175 * midnight.el, vc-cvs.el
28176 * emacs-lisp/cl-macs.el
28177 * emulation/vip.el
28178 * eshell/esh-io.el, eshell/esh-var.el
28179 * mail/supercite.el
28180 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
28181 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
28182 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
28183 * progmodes/sh-script.el, progmodes/xscheme.el
28184 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
28185 * textmodes/reftex-index.el, textmodes/reftex-parse.el
28186 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
28187 * textmodes/reftex.el, textmodes/org.el:
28188 Replace `illegal' with `invalid'.
28189
28190 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28191
28192 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
28193 (flymake-find-buildfile, flymake-find-possible-master-files)
28194 (flymake-check-include, flymake-parse-line): Replace loops over the
28195 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
28196
28197 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
28198 Substitute file-name-as-directory in the rest of the file.
28199 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
28200 (flymake-replace-region): Remove unused arg `buffer'.
28201 (flymake-check-patch-master-file-buffer): Update calls to it.
28202 (flymake-add-err-info): Remove unused var `count'.
28203 (flymake-mode): Use define-minor-mode.
28204
28205 * progmodes/flymake.el: Use with-current-buffer.
28206 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
28207 flymake-replace-regexp-in-string, flymake-line-beginning-position)
28208 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
28209 Avoid testing for `xemacs'.
28210 (flymake-nop): Move.
28211 (flymake-region-has-flymake-overlays): Return the computed value.
28212 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
28213 Remove unused var `endline'.
28214 (flymake-get-line-count): Remove unused function.
28215 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
28216
28217 * emulation/vi.el:
28218 * generic.el:
28219 * hilit-chg.el (global-highlight-changes):
28220 * hi-lock.el (hi-lock-mode):
28221 * follow.el: find-file-hooks -> find-file-hook.
28222
28223 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
28224
28225 2005-03-24 Juri Linkov <juri@jurta.org>
28226
28227 * dired.el (dired-mode-map): Add menu item "Compare directories"
28228 for dired-compare-directories.
28229
28230 * dired-aux.el (dired-compare-directories): Add autoload cookie.
28231 Doc fix. Replace `read-file-name' with `read-directory-name'.
28232
28233 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28234
28235 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
28236
28237 2005-03-24 Jay Belanger <belanger@truman.edu>
28238
28239 * calc/calc-embed.el (calc-embedded-mode-change): Save all
28240 relevant mode settings in calc-embedded-original-modes when modes
28241 are permanently changed.
28242
28243 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28244
28245 * autoinsert.el: find-file-hooks -> find-file-hook.
28246
28247 2005-03-24 Lute Kamstra <lute@gnu.org>
28248
28249 * generic.el (generic-font-lock-defaults): Make it obsolete.
28250 (generic-font-lock-keywords): New variable to replace
28251 generic-font-lock-defaults.
28252 (generic-mode-set-font-lock): Delete it.
28253 (generic-mode-internal): Don't call generic-mode-set-font-lock.
28254 (generic-bracket-support): Add docstring.
28255
28256 * generic-x.el: Rename generic-font-lock-defaults to
28257 generic-font-lock-keywords throughout.
28258 (mailagent-rules-setup-function): Delete it.
28259 (mailagent-rules-generic-mode): Use anonymous function instead.
28260 (show-tabs-generic-mode-font-lock-defaults-1)
28261 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
28262 Quote faces.
28263 (show-tabs-tab-face, show-tabs-space-face): Specify background,
28264 not foreground.
28265
28266 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
28267 Recognize define-generic-mode.
28268
28269 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
28270
28271 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
28272 if there's no completion table.
28273
28274 2005-03-23 Miles Bader <miles@gnu.org>
28275
28276 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28277 Remove tty-specific variants, as they're no longer needed.
28278
28279 2005-03-23 Lute Kamstra <lute@gnu.org>
28280
28281 * generic-x.el: Code cleanup: make args constant whenever possible.
28282 (installshield-statement-keyword-list)
28283 (installshield-system-functions-list)
28284 (installshield-system-variables-list, installshield-types-list)
28285 (installshield-funarg-constants-list): Make them constants.
28286
28287 * generic.el (generic-make-keywords-list): Add autoload cookie.
28288
28289 * calendar/time-date.el: Add comment on time value formats.
28290 Don't require parse-time.
28291 (with-decoded-time-value): New macro.
28292 (encode-time-value): New function.
28293 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
28294 (days-to-time): Return a valid time value when arg is huge.
28295 (time-since): Use time-subtract.
28296 (time-to-number-of-days): Use time-to-seconds.
28297
28298 2005-03-23 David Ponce <david@dponce.com>
28299
28300 * recentf.el (recentf-keep): New option.
28301 (recentf-menu-action): Default to `find-file'.
28302 (recentf-keep-non-readable-files-flag)
28303 (recentf-keep-non-readable-files-p)
28304 (recentf-file-readable-p, recentf-find-file)
28305 (recentf-cleanup-remote): Remove.
28306 (recentf-include-p): More robust.
28307 (recentf-keep-p): New function.
28308 (recentf-remove-if-non-kept): Rename from
28309 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
28310 All callers updated.
28311 (recentf-menu-items-for-commands): Fix help string.
28312 (recentf-track-closed-file): Update. Doc fix.
28313 (recentf-cleanup): Update. Count removed files. Doc fix.
28314
28315 2005-03-23 Kim F. Storm <storm@cua.dk>
28316
28317 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28318 Don't inherit from fringe face (now happens automatically).
28319
28320 2005-03-22 Kim F. Storm <storm@cua.dk>
28321
28322 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
28323 position values.
28324
28325 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
28326
28327 * menu-bar.el (showhide-date-time): Remove.
28328 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
28329 (menu-bar-make-mm-toggle): Simplify.
28330
28331 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
28332
28333 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
28334 Accept qualified variable and function names.
28335
28336 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
28337
28338 * bindings.el (completion-ignored-extensions):
28339 Remove ".lis" for `vax-vms'.
28340
28341 2005-03-22 Andreas Schwab <schwab@suse.de>
28342
28343 * generic-x.el: Revert last change.
28344 * ldefs-boot.el: Update.
28345
28346 2005-03-22 Jay Belanger <belanger@truman.edu>
28347
28348 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
28349 (calc-embedded-save-original-modes)
28350 (calc-embedded-restore-original-modes): New functions.
28351 (calc-do-embedded): Save original modes when entering embedded mode
28352 and restore when leaving embedded mode.
28353 (calc-embedded-modes-change): Change the value of
28354 calc-embedded-original-modes to reflect permanent changes.
28355
28356 2005-03-22 Lute Kamstra <lute@gnu.org>
28357
28358 * generic-x.el: Require generic again.
28359
28360 2005-03-22 Miles Bader <miles@gnu.org>
28361
28362 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28363 Tweak details to look good on both ttys and bitmap displays, light
28364 or dark background, etc.
28365
28366 2005-03-21 Kim F. Storm <storm@cua.dk>
28367
28368 * tooltip.el (tooltip-show-help-function): Check car and cdr of
28369 mouse position.
28370
28371 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
28372
28373 * icomplete.el: Don't forcibly turn on the mode upon load.
28374 (icomplete-mode): Use define-minor-mode.
28375 (icomplete-eoinput): Default to nil.
28376 (icomplete-minibuffer-setup): Remove autoload.
28377 (icomplete-tidy): Simplify.
28378 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
28379 in the initial state or if the user has modified the field.
28380 Fix handling of icomplete-max-delay-chars.
28381 Remove code that handles the oddball case where
28382 minibuffer-completion-table is an integer.
28383 Wrap icomplete-completions in while-no-input in case building
28384 completions takes more time than expected.
28385 (icomplete-completions): Simplify.
28386
28387 2005-03-21 Richard M. Stallman <rms@gnu.org>
28388
28389 * jka-compr.el (jka-compr-really-do-compress):
28390 Make variable buffer-local.
28391
28392 * image-mode.el: Handle .xpm files too.
28393 (image-toggle-display): Preserve modification flag.
28394
28395 * help.el (where-is): Don't mention aliases with no key bindings.
28396
28397 2005-03-21 Lute Kamstra <lute@gnu.org>
28398
28399 * generic.el: Fix commentary section. Don't require cl for
28400 compilation.
28401 (generic-mode-list): Add autoload cookie.
28402 (generic-use-find-file-hook, generic-lines-to-scan)
28403 (generic-find-file-regexp, generic-ignore-files-regexp)
28404 (generic-mode, generic-mode-find-file-hook)
28405 (generic-mode-ini-file-find-file-hook): Fix docstrings.
28406 (define-generic-mode): Make it a defmacro. Fix docstring.
28407 (generic-mode-internal): Code cleanup. Add autoload cookie.
28408 (generic-mode-set-comments): Code cleanup.
28409 * generic-x.el: Don't prevent compilation. Don't require generic.
28410 Follow coding conventions. Minor code cleanup.
28411 (etc-fstab-generic-mode): Add some keywords.
28412 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
28413 define-generic-mode like a function declaration.
28414
28415 2005-03-21 Jay Belanger <belanger@truman.edu>
28416
28417 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
28418 changing modes.
28419
28420 2005-03-21 Sam Steingold <sds@gnu.org>
28421
28422 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
28423
28424 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
28425
28426 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
28427 Add underscore to "f$ lexicals" regexp.
28428
28429 2005-03-20 Juri Linkov <juri@jurta.org>
28430
28431 * subr.el (progress-reporter-do-update): When `min-value' is equal
28432 to `max-value', set `percentage' to 0 and prevent division by zero.
28433
28434 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
28435
28436 Sync with Tramp 2.0.48.
28437
28438 * net/tramp.el (all): Change all addresses to .gnu.org.
28439 (tramp-append-tramp-buffers): New defun.
28440 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
28441 Catch `dont-send' signal.
28442 (tramp-set-auto-save-file-modes): Set always permissions, because
28443 there might be an old auto-saved file belonging to another
28444 original file. This could be a security threat. Reported by
28445 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
28446 Check for Emacs 21.3.50 removed.
28447
28448 * net/tramp-smb.el (all): Remove debug construct for
28449 `with-parsed-tramp-file-name'.
28450 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
28451 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
28452 No error message if DIRECTORY or FILENAME doesn't exist.
28453 (tramp-smb-open-connection): Check existence of
28454 `tramp-smb-program'.
28455
28456 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
28457
28458 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
28459 Properly handle the case where the `m' or `s' command's argument is not
28460 yet terminated.
28461 (perl-indent-new-calculate): New function.
28462 (perl-indent-line): Use it.
28463
28464 2005-03-20 Miles Bader <miles@gnu.org>
28465
28466 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
28467 in text-mode too. Change to new face names.
28468 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
28469 Add `:weight bold' attribute.
28470 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
28471
28472 2005-03-19 Juri Linkov <juri@jurta.org>
28473
28474 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
28475
28476 * international/mule.el (auto-coding-alist): Sync with
28477 `auto-mode-alist' by adding upper case archive file extensions
28478 and adding ear/war to jar extension.
28479
28480 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
28481
28482 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
28483 running, restart it.
28484
28485 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
28486
28487 * finder.el (finder-current-item): Throw an error on an empty line.
28488
28489 * man.el (Man-follow-manual-reference): If current-word returns
28490 nil, use "".
28491
28492 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
28493
28494 * simple.el (goto-line): Doc fix.
28495
28496 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
28497
28498 * files.el (save-buffer): Doc fix.
28499
28500 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
28501
28502 * recentf.el (recentf-cleanup-remote): New variable.
28503 (recentf-cleanup): Use it to conditionally check availability of
28504 remote files.
28505
28506 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
28507
28508 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
28509 function names.
28510
28511 2005-03-19 Eli Zaretskii <eliz@gnu.org>
28512
28513 * language/thai-word.el: New file.
28514
28515 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
28516
28517 * files.el (backup-buffer): If the file's directory is not
28518 writable, use copy instead of move to backup the file.
28519
28520 2005-03-19 Eli Zaretskii <eliz@gnu.org>
28521
28522 * obsolete/keyswap.el: Moved to obsolete/ from term/.
28523
28524 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28525
28526 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
28527 Use functionp instead of symbolp and fboundp. Reported by Drkm
28528 <darkman_spam@yahoo.fr>.
28529 (ps-print-version): New version 6.6.6.
28530
28531 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
28532
28533 * textmodes/table.el (table--line-column-position): New idiom.
28534 (table--row-column-insertion-point-p): New function to test
28535 validity of row and column insertion operation at a location.
28536 (table-global-menu, table-cell-menu): Use above functions for
28537 deterministic test operation.
28538 (table--editable-cell-p): Behave in deterministic fashion.
28539
28540 2005-03-18 Juri Linkov <juri@jurta.org>
28541
28542 * isearch.el (isearch-lazy-highlight-new-loop):
28543 Make arguments beg and end optional.
28544 (isearch-update): Remove optional arguments nil from
28545 isearch-lazy-highlight-new-loop.
28546 (isearch-lazy-highlight-search): Let-bind case-fold-search to
28547 isearch-lazy-highlight-case-fold-search instead of
28548 isearch-case-fold-search, and let-bind isearch-regexp to
28549 isearch-lazy-highlight-regexp.
28550 Use isearch-lazy-highlight-last-string instead of isearch-string.
28551
28552 * replace.el (perform-replace): Remove bindings of global
28553 variables isearch-string, isearch-regexp, isearch-case-fold-search.
28554 Add three new arguments to `replace-highlight'.
28555 (replace-highlight): Add arguments string, regexp, case-fold.
28556 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
28557 to allow isearch-lazy-highlight-new-loop to use these values
28558 to set corresponding isearch-lazy-highlight-* internal
28559 variables whose values lazy highlighting will use regardless of
28560 changes to global variables isearch-string, isearch-regexp,
28561 isearch-case-fold-search during lazy highlighting loop.
28562 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
28563 to `lazy-highlight-cleanup'.
28564
28565 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
28566 (ispell-highlight-face): Set default face to `isearch' when
28567 lazy highlighting is enabled.
28568 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
28569 priority to 1. Add lazy highlighting.
28570 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
28571 from `isearch-dehighlight'.
28572
28573 2005-03-18 David Ponce <david@dponce.com>
28574
28575 * files.el (hack-local-variables): Do a case-insensitive search
28576 for End.
28577
28578 2005-03-18 Juri Linkov <juri@jurta.org>
28579
28580 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
28581 `isearch-lazy-highlight-cleanup', add alias to old name and
28582 declare obsolete. Add release numbers to other obsolete vars.
28583 (isearch-done, isearch-lazy-highlight-new-loop):
28584 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
28585 (lazy-highlight-cleanup) <variable>: Doc fix.
28586 (isearch-lazy-highlight-update): Rename obsolete
28587 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
28588
28589 2005-03-18 Kenichi Handa <handa@m17n.org>
28590
28591 * language/thai-util.el: Fix categorization of Thai characters in
28592 thai-category-table.
28593 (thai-composition-pattern): Adjust it for the above change.
28594 (thai-self-insert-command, thai-compose-syllable): New functions.
28595 (thai-compose-region): Use thai-compose-syllable.
28596 (thai-compose-string): Likewise.
28597 (thai-composition-function): Likewise.
28598 (thai-auto-composition): New function.
28599 (thai-auto-composition-mode): New minor mode.
28600
28601 * language/thai.el: Fix patterns to be registered in
28602 composition-function-table.
28603
28604 * international/quail.el (quail-input-method): Locally bind
28605 inhibit-modification-hooks to t.
28606
28607 2005-03-17 Richard M. Stallman <rms@gnu.org>
28608
28609 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
28610 (perl-mode): Use run-mode-hooks.
28611
28612 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
28613 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
28614 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
28615
28616 * mail/sendmail.el (sendmail-send-it): Reenable the code
28617 to compute resend-to-address and use it.
28618
28619 * tar-mode.el (tar-mode): Turn off undo unconditionally.
28620
28621 * image-mode.el: New file.
28622
28623 * image.el (insert-sliced-image): Add autoload cookie.
28624
28625 * font-lock.el (font-lock-lines-before): New user option.
28626 (font-lock-after-change-function): Obey it.
28627
28628 * bindings.el (esc-map): Make M-g a prefix.
28629 Bind M-g g and M-g M-g to goto-line.
28630
28631 * faces.el (face-id): Doc fix.
28632
28633 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28634
28635 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
28636 (rmail-show-message): Use rmail-unknown-mail-followup-to.
28637 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
28638
28639 * mail/sendmail.el (mail-yank-ignored-headers)
28640 (mail-font-lock-keywords, mail-mode-fill-paragraph):
28641 Add Mail-Followup-To and Mail-Reply-To headers.
28642 (mail-citation-hook): Add autoload cookie.
28643 (mail-mode): Doc fix.
28644 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
28645 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
28646 (mail-mode-fill-paragraph): Handle those headers.
28647 (mail-mailing-lists): New variable.
28648 (mail-mail-reply-to, mail-mail-followup-to): New functions.
28649
28650 2005-03-17 Juri Linkov <juri@jurta.org>
28651
28652 * isearch.el (isearch-fallback): Check for `(car previous)'
28653 before calling `isearch-other-end-state'.
28654
28655 2005-03-17 Kim F. Storm <storm@cua.dk>
28656
28657 * simple.el (move-beginning-of-line): Move to beginning of buffer
28658 line, as well as beginning of screen line.
28659
28660 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
28661
28662 * calendar/diary-lib.el (mark-diary-entries): Use new optional
28663 argument REDRAW rather than calendar-redrawing variable.
28664 * calendar/calendar.el (calendar-redrawing): Delete.
28665 (redraw-calendar): Do not bind calendar-redrawing.
28666
28667 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
28668
28669 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
28670 diary-file buffer.
28671
28672 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
28673
28674 * help.el (describe-mode): Allow a :minor-mode-function property to
28675 specify a different minor mode toggle function than the variable.
28676 * simple.el (auto-fill-function):
28677 * subr.el (add-minor-mode): Use it.
28678
28679 2005-03-16 Kenichi Handa <handa@m17n.org>
28680
28681 * language/ethio-util.el (sera-being-called-by-w3): New variable.
28682 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
28683 (ethio-fidel-to-sera-buffer): Likewise.
28684
28685 2005-03-16 Juri Linkov <juri@jurta.org>
28686
28687 * emacs-lisp/find-func.el (find-function-regexp):
28688 Add defun-emitting macro `menu-bar-make-toggle'.
28689
28690 * isearch.el: Put `isearch-scroll' property to
28691 `split-window-horizontally'.
28692
28693 * info.el: Update error messages for `debug-ignored-errors'.
28694 (Info-isearch-search): Doc fix.
28695 (Info-find-node): Move up code to go into info buffer before
28696 recording the node to the history.
28697 (Info-fontify-node): Fontify titles only if the next line
28698 has two or more `*', `=', `-', `.'.
28699 Display "go to this node" for empty (match-string 3).
28700
28701 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28702
28703 * term/mac-win.el: Add mouse pointer shape constants.
28704
28705 2005-03-15 Kim F. Storm <storm@cua.dk>
28706
28707 * simple.el (move-beginning-of-line): Use vertical-motion.
28708
28709 2005-03-15 Juri Linkov <juri@jurta.org>
28710
28711 * isearch.el (isearch-error): New variable.
28712 (isearch-invalid-regexp, isearch-within-brackets): Remove.
28713 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
28714 (isearch-within-brackets-state): Remove.
28715 (isearch-case-fold-search-state, isearch-pop-fun-state):
28716 Decrease frame index.
28717 (isearch-mode, isearch-top-state, isearch-push-state)
28718 (isearch-edit-string, isearch-abort, isearch-search-and-update)
28719 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
28720 (isearch-search, isearch-lazy-highlight-new-loop):
28721 Replace `isearch-invalid-regexp' with `isearch-error'.
28722 Remove `isearch-within-brackets'.
28723 (isearch-search): Add `search-failed' handler to `condition-case'.
28724 (isearch-lazy-highlight-search): Add `condition-case' to catch
28725 errors and allow `isearch-lazy-highlight-update' to try
28726 highlighting from the beginning of the window.
28727 (isearch-repeat): Move up code to set isearch-wrapped to t
28728 before calling isearch-wrap-function.
28729
28730 * info.el (Info-isearch-initial-node): New internal variable.
28731 (Info-search): Signal an error in isearch mode when search leaves
28732 the initial node. Signal an error when `bound' is non-nil and
28733 nothing was found in the current subfile.
28734 (Info-isearch-search): Remove `condition-case'.
28735 (Info-isearch-wrap): Don't wrap when search failed during leaving
28736 the initial node. If `Info-isearch-search' is nil, wrap around
28737 the current node.
28738 (Info-isearch-start): New fun.
28739 (Info-mode): Add buffer-local hook `Info-isearch-start' to
28740 `isearch-mode-hook'.
28741
28742 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28743
28744 * simple.el (normal-erase-is-backspace): Set default to t if
28745 running on Mac.
28746
28747 * term/mac-win.el (function-key-map): Sync with x-win.el.
28748
28749 2005-03-15 Kenichi Handa <handa@m17n.org>
28750
28751 * international/mule-cmds.el (locale-language-names): Modify the
28752 format of elements and add more entries.
28753 (locale-preferred-coding-systems): Add more entries.
28754 (set-locale-environment): Adjust for the change of
28755 locale-language-names.
28756
28757 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
28758
28759 * pcvs.el (smerge-ediff): Remove bogus autoload.
28760
28761 2005-03-14 Lute Kamstra <lute@gnu.org>
28762
28763 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
28764 Ignore a `*' at the beginning of a line.
28765
28766 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
28767 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
28768 subr.el.
28769 (dont-compile, eval-when-compile, eval-and-compile): Use declare
28770 to specify indentation.
28771
28772 * generic.el (define-generic-mode): Let generic-mode-list be a
28773 list of strings; test membership with equal.
28774
28775 2005-03-14 Kim F. Storm <storm@cua.dk>
28776
28777 * simple.el (next-line, previous-line): Add optional try-vscroll
28778 arg to recognize interactive use. Pass it on to line-move.
28779 (line-move): Don't perform auto-window-vscroll when defining or
28780 executing keyboard macro to ensure consistent behavior.
28781
28782 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
28783
28784 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
28785
28786 2005-03-13 Lute Kamstra <lute@gnu.org>
28787
28788 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
28789 debugger-setup-buffer so that backtrace marks the frames set to
28790 debug-on-exit and we don't have to do it manually. Set an extra
28791 debug-on-exit for macro's.
28792 (debugger-setup-buffer): Don't mark the top frame manually.
28793
28794 2005-03-12 Lute Kamstra <lute@gnu.org>
28795
28796 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
28797 lisp-indent-function throughout.
28798 (with-no-warnings): Set lisp-indent-function property.
28799
28800 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
28801
28802 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
28803 Add entry for backslash.
28804
28805 2005-03-12 Juri Linkov <juri@jurta.org>
28806
28807 * info.el (Info-search): Four fixes for backward search.
28808
28809 2005-03-11 Jay Belanger <belanger@truman.edu>
28810
28811 * calc/calc.el (calc-language-alist): New variable.
28812 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
28813 (calc-embedded-find-modes): Use calc-language-alist instead of
28814 calc-embedded-language-alist.
28815
28816 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
28817
28818 * calendar/calendar.el (calendar-redrawing): New internal
28819 variable.
28820 (redraw-calendar): Remove bogus save-excursion from previous
28821 change. Bind calendar-redrawing to t for mark-diary-entries.
28822 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
28823 calendar if that is why we were called.
28824
28825 2005-03-11 Kenichi Handa <handa@m17n.org>
28826
28827 * international/mule.el (make-coding-system): Set property
28828 coding-system-define-form to nil.
28829 (define-coding-system-alias): Likewise.
28830
28831 2005-03-11 Kenichi Handa <handa@m17n.org>
28832
28833 These changes are suggested by Dave Love <fx@gnu.org>.
28834
28835 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
28836 coding: tag.
28837 (adaptive-fill-regexp): Add more bullets.
28838 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
28839 regexps.
28840
28841 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
28842
28843 * help.el (describe-mode): Properly handle non-trivial lighters.
28844 Don't ignore minor modes that are not listed in minor-mode-list.
28845
28846 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
28847 feature ON when the user requests to turn it OFF.
28848
28849 2005-03-10 Lute Kamstra <lute@gnu.org>
28850
28851 * emacs-lisp/debug.el (debug-entry-code): Delete it.
28852 (implement-debug-on-entry): New function to replace debug-entry-code.
28853 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
28854 second argument as the 2005-03-07 change makes it obsolete.
28855 (debug-on-entry, cancel-debug-on-entry): Update call to
28856 debug-on-entry-1.
28857 (debug, debugger-setup-buffer): Comment update.
28858 (debugger-frame-number): Update to work with implement-debug-on-entry.
28859
28860 2005-03-10 Jay Belanger <belanger@truman.edu>
28861
28862 * calc/calc-embed.el (math-ms-args): Declare it.
28863 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
28864 math-ms-args.
28865 (calc-embedded-subst): Use math-multi-subst-rec to substitute
28866 variables.
28867
28868 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
28869
28870 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
28871 Use message-box.
28872
28873 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
28874 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
28875 (tooltip-gud-tips): Simplify.
28876 (tooltip-gud-tips-p): Remove superfluous :set.
28877 (tooltip-gud-modes): Add fortran-mode.
28878 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
28879
28880 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
28881
28882 2005-03-09 Kim F. Storm <storm@cua.dk>
28883
28884 * play/animate.el (animate-place-char): Use forward-line instead
28885 of next-line to improve performance.
28886
28887 2005-03-09 Simon Josefsson <jas@extundo.com>
28888
28889 * net/browse-url.el (browse-url-default-browser): Doc fix.
28890
28891 2005-03-09 Miles Bader <miles@gnu.org>
28892
28893 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
28894 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
28895
28896 2005-03-09 Kenichi Handa <handa@m17n.org>
28897
28898 * international/latin-1.el: Set case and syntax for 255 only if
28899 set-case-syntax-set-multibyte is nil.
28900
28901 * textmodes/ispell.el (ispell-insert-word): New function.
28902 (ispell-word): Use ispell-insert-word to insert a new word.
28903 (ispell-process-line): Likewise.
28904 (ispell-complete-word): Likewise.
28905
28906 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
28907
28908 * calendar/calendar.el (redraw-calendar): Preserve point.
28909 Reported by Matt Hodges <MPHodges@member.fsf.org>.
28910 (calendar-week-start-day): Move after definition of
28911 redraw-calendar. Delete buffer test, since redraw-calendar has
28912 that now.
28913
28914 * calendar/diary-lib.el (mark-diary-entries): Only call
28915 redraw-calendar in the first of any recursive calls.
28916 Reported by Alan Shutko <ats@acm.org>.
28917
28918 2005-03-08 Juri Linkov <juri@jurta.org>
28919
28920 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
28921 (html-horizontal-rule, html-line, html-image, html-checkboxes)
28922 (html-radio-buttons): Add a space before the trailing `/>' where
28923 sgml-xml-mode is non-nil.
28924 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
28925 the subsequent tag of the empty XML tag.
28926 (html-href-anchor): Don't set initial input to "http:".
28927 (html-image): Ask for the image URL and set point inside alt="".
28928 (html-name-anchor): Duplicate the name in the `id' attribute when
28929 sgml-xml-mode is non-nil.
28930 (html-paragraph): Remove \n before <p>.
28931 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
28932 instead of `checked' when sgml-xml-mode is non-nil.
28933
28934 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
28935 Remove 1 space before #RRGGBB to not truncate it on terminal
28936 windows w/o fringes. Remove 1 space between bg and fg examples
28937 to get more space.
28938 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
28939 avoid byte-compile warnings.
28940
28941 * image-file.el (image-file-handler): Put `safe-magic' property to
28942 `image-file-handler'.
28943
28944 * info.el (Info-isearch-search): Emulate word search in
28945 isearching through multiple Info nodes with Info-search.
28946 (Info-isearch-wrap): Allow isearch-word.
28947
28948 2005-03-08 Lute Kamstra <lute@gnu.org>
28949
28950 * emacs-lisp/debug.el (debugger-step-through): Make sure that
28951 stepping into the debugger's code is not possible.
28952 (debugger-jumping-flag): Docstring update.
28953
28954 2005-03-08 Jay Belanger <belanger@truman.edu>
28955
28956 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
28957 embedded mode begins.
28958 (calc-embedded-language-alist): New variable.
28959 (calc-embedded-find-modes): Use calc-embedded-language-alist to
28960 set default language mode.
28961
28962 2005-03-08 Kenichi Handa <handa@m17n.org>
28963
28964 * international/ccl.el (define-ccl-program): Fix docstring about
28965 extra 256 bytes assured for the output buffer.
28966
28967 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28968 Fix BUFFER_MAGNIFICATION to 2.
28969 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28970
28971 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
28972
28973 * align.el (align-rules-list): Added an alignment rule for CSS
28974 declarations (applies to css-mode and html-mode buffers).
28975
28976 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
28977
28978 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
28979
28980 2005-03-07 Kim F. Storm <storm@cua.dk>
28981
28982 * simple.el (move-beginning-of-line): New command.
28983
28984 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
28985
28986 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
28987
28988 * emulation/cua-base.el: Put CUA move property on move-end-of-line
28989 and move-beginning-of-line.
28990
28991 * apropos.el (apropos-print): Omit command from M-x ... RET.
28992
28993 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
28994
28995 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
28996 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
28997
28998 2005-03-06 Richard M. Stallman <rms@gnu.org>
28999
29000 * bindings.el (esc-map): Bind M-g to goto-line.
29001
29002 * facemenu.el (global-map): Bind M-o, not M-g.
29003
29004 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29005
29006 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
29007 "Open Directory" as for "Open File".
29008
29009 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
29010
29011 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
29012 (push-mark-command): Run activate-mark-hook.
29013
29014 2005-03-06 Richard M. Stallman <rms@gnu.org>
29015
29016 * help-mode.el (help-mode-finish): Don't alter the element
29017 in view-return-to-alist if there already is one.
29018
29019 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
29020 make sure the current buffer is the expected one.
29021
29022 * novice.el (disabled-command-function): Output in *Disabled Command*.
29023 Explicitly ignore non-keyboard events, and explicitly handle C-g.
29024
29025 * textmodes/flyspell.el (flyspell-large-region):
29026 Pass args differently for aspell.
29027
29028 * files.el (mode-require-final-newline): Doc fix.
29029
29030 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
29031
29032 * progmodes/which-func.el (which-function):
29033 Specify NOERROR when calling imenu--make-index-alist.
29034
29035 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
29036
29037 * simple.el (normal-erase-is-backspace): Define default value.
29038
29039 * custom.el (custom-theme-set-variables): Remove unused var
29040 `immediate'.
29041 (custom-reevaluate-setting): Simple function to handle variables
29042 that are defined before their default value can really be
29043 computed.
29044
29045 * startup.el (command-line): Use it for temporary-file-directory,
29046 small-emporary-file-directory, auto-save-file-name-transforms,
29047 blink-cursor-mode, and normal-erase-is-backspace.
29048
29049 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
29050 progress, even with buggy anchored keywords.
29051
29052 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
29053
29054 * simple.el (goto-line): Remove unbalanced final parenthesis.
29055
29056 2005-03-05 Richard M. Stallman <rms@gnu.org>
29057
29058 * simple.el (goto-line): Use a number at point as the default.
29059 With C-u as arg, switch buffers.
29060
29061 2005-03-05 Juri Linkov <juri@jurta.org>
29062
29063 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
29064 with `no-blinking-cursor'.
29065
29066 * startup.el (no-blinking-cursor): New defvar.
29067 (command-line): Add `--no-blinking-cursor' to longopts.
29068 Set `no-blinking-cursor' to t for command line arguments
29069 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
29070 with `no-blinking-cursor' in the condition for calling
29071 `blink-cursor-mode'.
29072
29073 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
29074
29075 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
29076 (menu-bar-options-save): Add blink-cursor-mode.
29077 (menu-bar-options-menu): Add blink-cursor-mode.
29078
29079 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
29080
29081 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
29082 (icalendar-export-file, icalendar-export-region)
29083 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
29084 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
29085
29086 2005-03-04 Lute Kamstra <lute@gnu.org>
29087
29088 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
29089 (debug-function-list): Ditto.
29090
29091 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
29092
29093 * textmodes/texinfmt.el (texinfo-append-refill):
29094 Redefine the types of line to which @refill
29095 is not appended by replacing a search for `@refill\\|@bye' with
29096 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
29097 itemize@refill' bug and the unfilled long lines bug.
29098 (texinfmt-version): Update number and date.
29099
29100 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
29101
29102 * international/code-pages.el (windows-1250, windows-125[2-8])
29103 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
29104
29105 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
29106
29107 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
29108 bound yet.
29109
29110 2005-03-02 Romain Francoise <romain@orebokech.com>
29111
29112 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
29113 buffer after removing limits.
29114 (ibuffer-pop-filter): Ditto.
29115 Update copyright.
29116
29117 2005-03-02 Miles Bader <miles@gnu.org>
29118
29119 * button.el (make-text-button): If the user doesn't specify a
29120 type, use the default. Rewrite to use `add-text-properties' and
29121 plist functions.
29122
29123 2005-03-01 Lute Kamstra <lute@gnu.org>
29124
29125 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
29126 (debugger-jumping-flag): New var.
29127 (debug-entry-code): Use it.
29128 (debugger-jump): Use debugger-jumping-flag and add
29129 debugger-reenable to post-command-hook.
29130 (debugger-reenable): Use debugger-jumping-flag and remove itself
29131 from post-command-hook.
29132 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
29133 debugger-reenable.
29134
29135 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
29136
29137 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
29138 inclusion of "itemize\\|", which may be unnecessary, is certainly
29139 inelegant, and stops refilling in itemize lists when formatting
29140 Japanese Texinfo files to Info.
29141 Update copyright to 2005.
29142
29143 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
29144
29145 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
29146 of an error if GDB can't find the source file.
29147
29148 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
29149
29150 * calendar/calendar.el (redraw-calendar): Work from any buffer,
29151 not just the calendar.
29152
29153 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
29154 first.
29155 (diary-redraw-calendar): New function.
29156 (make-diary-entry): Add diary-redraw-calendar to local
29157 write-contents-functions. Turn off selective display before
29158 inserting in diary.
29159
29160 2005-03-01 Kim F. Storm <storm@cua.dk>
29161
29162 * emacs-lisp/copyright.el (copyright-fix-years): New command.
29163
29164 2005-03-01 Lute Kamstra <lute@gnu.org>
29165
29166 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
29167 that debug-entry-code can be safely removed from a function while
29168 this code is being evaluated. Revert the 2005-02-27 change as the
29169 new implementation no longer requires it. Make sure that a
29170 function body containing just a string is not mistaken for a docstring.
29171 (debug): Skip one more frame in case of debug on entry.
29172 (debugger-setup-buffer): Delete one more frame line in case of
29173 debug on entry.
29174 (debugger-frame-number): Update to use the new text introduced by
29175 the 1999-11-03 change. Skip one more frame in case of debug on entry.
29176
29177 2005-02-28 Kim F. Storm <storm@cua.dk>
29178
29179 * double.el (double-translate-key): Call force-window-update after
29180 read-event to avoid crash in redisplay.
29181
29182 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
29183
29184 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
29185 (debug): Use it. Move the inhibit-trace earlier.
29186 (debug-entry-code): New const.
29187 (debug-on-entry-1): Use it.
29188
29189 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
29190
29191 * international/utf-16.el (ccl-encode-mule-utf-16le):
29192 Fix BUFFER_MAGNIFICATION to 2.
29193 (ccl-encode-mule-utf-16be): Likewise.
29194
29195 2005-02-28 Kenichi Handa <handa@m17n.org>
29196
29197 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29198 Fix BUFFER_MAGNIFICATION to 4.
29199 (ccl-encode-mule-utf-16be-with-signature): Likewise.
29200
29201 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
29202
29203 * speedbar.el (speedbar-update-flag): Doc fix.
29204 (speedbar-show-info-under-mouse): Give set-mouse-position the right
29205 argument.
29206
29207 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
29208
29209 * reveal.el (reveal-post-command): Don't try to reveal overlays which
29210 have a non-nil `invisible' property but are actually visible.
29211
29212 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
29213 for perldoc sections.
29214 (perl-outline-regexp, perl-outline-level): New var and function.
29215 (perl-mode): Use them.
29216
29217 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
29218
29219 * calendar/diary-lib.el (diary-remind): Discard any mark portion
29220 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
29221
29222 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
29223
29224 * cus-edit.el: Comment change.
29225 (custom-buffer-create-internal): Slightly reword text at top of
29226 Custom buffers. Mention there that saving an option edits the
29227 init file. Add link to Emacs manual node on `custom-file'.
29228 (custom-magic-alist): Rewrite individual State messages to use
29229 capitalized keywords. Doc fix.
29230
29231 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
29232
29233 * calendar/calendar.el (calendar-buffer): Move above
29234 calendar-week-start-day.
29235 (calendar-week-start-day): Doc fix. Add :set function.
29236 (calendar-minimum-window-height): New variable.
29237 (generate-calendar-window): Only resize window if selected-window
29238 is displaying the calendar buffer. Use new variable
29239 calendar-minimum-window-height.
29240 (generate-calendar): Reword error message.
29241 (calendar-mode-map): Bind DEL to scroll-other-window-down.
29242
29243 2005-02-27 Andreas Schwab <schwab@suse.de>
29244
29245 * vc.el (vc-do-command): Don't run command asynchronously when
29246 operating in a remote directory.
29247
29248 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
29249 change from sync with Tramp 2.0.47.
29250
29251 2005-02-27 Richard M. Stallman <rms@gnu.org>
29252
29253 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
29254
29255 * textmodes/flyspell.el (flyspell-mode-on):
29256 Call ispell-change-dictionary only if necessary.
29257
29258 * emacs-lisp/re-builder.el (regexp-builder): New function.
29259
29260 * register.el (describe-register-1): Explicitly handle
29261 yank-excluded-properties = t.
29262
29263 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
29264 (custom-magic-alist): Change the status descriptions again.
29265 (face widget-type): Total rewrite based on `restricted-sexp'
29266 to eliminate the confusing double hiding levels.
29267
29268 * emacs-lisp/debug.el (debug-on-entry-1):
29269 If function body is empty, add nil as body form.
29270
29271 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
29272
29273 * emacs-lisp/trace.el (inhibit-trace): New var.
29274 (trace-make-advice): Use it.
29275
29276 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
29277
29278 2005-02-26 Kim F. Storm <storm@cua.dk>
29279
29280 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
29281 (mouse-on-link-p, mouse-drag-region-1): Use it.
29282
29283 2005-02-25 Lute Kamstra <lute@gnu.org>
29284
29285 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
29286
29287 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
29288
29289 * frame.el (blink-cursor-mode): Add :group keyword.
29290
29291 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
29292
29293 * calendar/icalendar.el (icalendar--decode-isodatetime):
29294 New optional argument DAY-SHIFT.
29295 (icalendar-export-region): Fix coding-system-for-write.
29296 (icalendar--convert-ical-to-diary): Shift end-day of all-day
29297 events by one.
29298
29299 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
29300
29301 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
29302
29303 2005-02-24 Kim F. Storm <storm@cua.dk>
29304
29305 * international/iso-acc.el (iso-accents-compose): Fix crash
29306 during redisplay. Call force-window-update after read-event
29307 and delete-region to signal that window is not accurate.
29308
29309 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
29310
29311 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
29312 Remove unused and inexistent var `inhibit-trace'.
29313 (debugger-mode): Use run-mode-hooks.
29314 (debugger-list-functions): Add buttons; setup xref stack.
29315
29316 2005-02-23 Richard M. Stallman <rms@gnu.org>
29317
29318 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
29319 appointment says it was explicitly made.
29320 (appt-add): Set the 3rd element.
29321 (appt-make-list): Preserve explicit appointments.
29322
29323 * subr.el (find-tag-default): Catch errors in forward-sexp.
29324
29325 2005-02-23 Juri Linkov <juri@jurta.org>
29326
29327 * info.el (Info-isearch-search): New defcustom.
29328 (Info-isearch-search): Call the default isearch function
29329 when Info-isearch-search is nil.
29330 (Info-isearch-wrap): Use variable Info-isearch-search.
29331
29332 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
29333
29334 * cus-edit.el: Comment change.
29335
29336 2005-02-22 Kim F. Storm <storm@cua.dk>
29337
29338 * progmodes/hideif.el (hide-ifdef-use-define-alist):
29339 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
29340
29341 2005-02-22 Simon Josefsson <jas@extundo.com>
29342
29343 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
29344 New variable.
29345 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
29346 Oskarsson" <myrkraverk@users.sourceforget.net>.
29347
29348 2005-02-22 Kim F. Storm <storm@cua.dk>
29349
29350 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
29351 check that window of that event is the selected window.
29352 (mouse-drag-region-1): Compare mouse event window to selected
29353 window before setting point.
29354
29355 * tooltip.el (tooltip-show-help-function): Pass event to
29356 mouse-on-link-p so it can check selected window.
29357
29358 2005-02-22 Kenichi Handa <handa@m17n.org>
29359
29360 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
29361 (ps-mule-show-warning): New function.
29362 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
29363 characters are found.
29364
29365 * ps-print.el (ps-header-footer-string): Return a list of header
29366 and footer strings.
29367
29368 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
29369
29370 * pcvs.el (cvs-retrieve-revision): Fix thinko.
29371
29372 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
29373
29374 * frame.el (blink-cursor-mode): Use define-minor-mode.
29375
29376 * term/mac-win.el (function-key-map): Use char-names more consistently.
29377 (file-name-coding-system): Only set it for MacOS-9. The other case is
29378 already handled in mule-cmds.el (where it also works when mac-win.el
29379 is not used).
29380
29381 2005-02-21 Kenichi Handa <handa@m17n.org>
29382
29383 * international/mule.el (ctext-pre-write-conversion): Always use
29384 " *code-converting-work*" buffer for work.
29385
29386 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
29387
29388 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
29389
29390 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
29391
29392 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
29393
29394 * ses.el (undo-more): Restore defadvice, but only the part that
29395 allows changes outside the restricted area of the buffer.
29396
29397 2005-02-20 Kim F. Storm <storm@cua.dk>
29398
29399 * simple.el (line-move): Add fourth optional arg try-vscroll which
29400 must be set to perform auto-window-vscroll.
29401 When moving backwards and doing auto-window-vscroll, automatically
29402 vscroll to the last part of lines which are taller than the window.
29403 (next-line, previous-line): Set try-vscroll arg on line-move.
29404
29405 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
29406
29407 * replace.el (query-replace, query-replace-regexp)
29408 (replace-string, replace-regexp): When operating on region, make
29409 the minibuffer prompt say so.
29410
29411 * isearch.el (isearch-forward): Document isearch-query-replace and
29412 isearch-query-replace-regexp keybindings.
29413
29414 2005-02-19 Jay Belanger <belanger@truman.edu>
29415
29416 * calc/calc-aent.el (math-read-token): Add local variable.
29417
29418 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
29419 (calc-edit-top): Move declaration to earlier in file.
29420 (calc-edit-macro-repeats): Add local variables.
29421
29422 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
29423 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
29424 calcFunc-tanh.
29425 Adjust integration rule for calcFunc-tan.
29426
29427 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
29428
29429 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
29430 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
29431 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
29432 (viper-skip-separators): Bug fix.
29433 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
29434 particular major mode.
29435 (viper-del-backward-char-in-replace): Don't put deleted char on the
29436 kill ring.
29437
29438 * viper-ex.el (viper-color-display-p): New function.
29439 (viper-has-face-support-p): Use viper-color-display-p.
29440
29441 * viper-keym.el (viper-gnus-modifier-map): New keymap.
29442
29443 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
29444
29445 * viper-util.el (viper-glob-unix-files): Fix shell status check.
29446 (viper-file-remote-p): Make equivalent to file-remote-p.
29447
29448 * viper.el (viper-major-mode-modifier-list):
29449 Use viper-gnus-modifier-map.
29450
29451 2005-02-19 David Kastrup <dak@gnu.org>
29452
29453 * subr.el (subregexp-context-p): Fix garbled doc string by adding
29454 quoting.
29455
29456 2005-02-19 Jay Belanger <belanger@truman.edu>
29457
29458 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
29459 Remove extra definitions.
29460 (calc-coth): New function.
29461 (calcFunc-cot): Fix `let'.
29462
29463 2005-02-19 Eli Zaretskii <eliz@gnu.org>
29464
29465 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
29466 the reasons we use "type pc" in these faces.
29467
29468 * button.el (button): Ditto.
29469
29470 2005-02-19 Michael Mauger <mmaug@yahoo.com>
29471
29472 * replace.el (query-replace-read-from): Set the value of
29473 query-replace-from-history-variable to handle the case of an empty
29474 string entered to accept the suggested default.
29475
29476 * net/tramp.el (tramp-file-name-for-operation):
29477 Use dired-call-process instead of dired-call-process-command.
29478
29479 2005-02-19 Jay Belanger <belanger@truman.edu>
29480
29481 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
29482 (math-div-non-trig): New variables.
29483 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
29484 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
29485 (math-combine-prod, math-div-symb-fancy): Add simplifications for
29486 trig expressions.
29487
29488 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
29489
29490 * progmodes/gdb-ui.el (gdb-var-update-handler)
29491 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
29492 for watch expressions,
29493 (gdb-var-create-handler): Don't set speedbar-update-flag.
29494 (gdb-post-prompt): Simplify test for speedbar.
29495
29496 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
29497
29498 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
29499 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
29500 we use the syntax table of the correct buffer.
29501 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
29502 Felix Gatzemeier.
29503
29504 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
29505 (ediff-file-remote-p): Make synonymous with file-remote-p.
29506 In all deffaces ediff-*-face-*, use min-colors.
29507
29508 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
29509 ediff-recurse-to-subdirectories.
29510 (ediff-mark-if-equal): Check that the arguments are strings, use
29511 ediff-same-contents (after to Felix Gatzemeier).
29512
29513 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
29514 nil.
29515
29516 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
29517
29518 * log-view.el (log-view-message-re): Fix up Subversion regexp.
29519
29520 2005-02-18 David Kastrup <dak@gnu.org>
29521
29522 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
29523 use `mark-active' when defined.
29524
29525 2005-02-18 Kenichi Handa <handa@m17n.org>
29526
29527 * ps-print.el (ps-font-info-database): New entry
29528 ZapfChancery-MediumItalic with correct font name. Fix font name
29529 of the entry Zapf-Chancery-MediumItalic.
29530
29531 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
29532
29533 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
29534
29535 2005-02-16 Kim F. Storm <storm@cua.dk>
29536
29537 * ido.el (ido-fallback-command): Pass user input to fallback command.
29538
29539 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
29540
29541 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
29542 (gdb-find-file-hook): Add server prefix.
29543
29544 2005-02-16 Richard M. Stallman <rms@gnu.org>
29545
29546 * replace.el (perform-replace): Pass new args to replace-highlight.
29547 (replace-highlight): Take region args,
29548 and pass them to isearch-lazy-highlight-new-loop.
29549
29550 * novice.el (disabled-command-hook): Autoload the defalias
29551 and the make-obsolete-variable call.
29552
29553 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
29554
29555 * isearch.el (isearch-lazy-highlight-start-limit)
29556 (isearch-lazy-highlight-end-limit): New variables limit
29557 the region for highlighting.
29558 (isearch-lazy-highlight-new-loop): New args BEG and END.
29559 (isearch-lazy-highlight-search): Use the new vars.
29560 (isearch-lazy-highlight-update): Likewise.
29561
29562 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
29563
29564 * cus-start.el (all): Use default-boundp.
29565
29566 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
29567
29568 * menu-bar.el (menu-bar-select-frame): Handle current frame.
29569
29570 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
29571
29572 * autorevert.el (auto-revert-stop-on-user-input)
29573 (auto-revert-verbose): Doc fixes.
29574
29575 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
29576
29577 * international/mule-cmds.el (set-locale-environment): Remove call
29578 to set-selection-coding-system on Windows.
29579
29580 2005-02-15 Jay Belanger <belanger@truman.edu>
29581
29582 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
29583 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
29584 calcFunc-coth.
29585 (math-simplify-sqrt): Add simplifications.
29586
29587 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
29588 to list.
29589
29590 * calc/calc-ext.el: Add functions to autoloads.
29591
29592 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
29593 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
29594 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
29595 (math-csc-raw, math-cot-raw): New functions.
29596
29597 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
29598
29599 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
29600 the variable name in a message.
29601
29602 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
29603 calcFunc-csc, calcFunc-cot.
29604
29605 * calc/calcalg2.el: Add derivative and integration rules for
29606 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
29607 calcFunc-csch, calcFunc-coth.
29608 (math-do-integral-methods): Add to checks for when to use
29609 substitutions.
29610
29611 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
29612
29613 2005-02-15 Lute Kamstra <lute@gnu.org>
29614
29615 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29616 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
29617 <monnier@iro.umontreal.ca>.
29618 (lisp-outline-level): Improve efficiency. Suggested by David
29619 Kastrup <dak@gnu.org>.
29620
29621 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
29622
29623 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
29624 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
29625 (gdb-set-gud-minor-mode-existing-buffers): New functions.
29626 (gdb-find-file-hook): New hook. Add it to find-file-hook.
29627 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
29628
29629 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
29630
29631 * cus-start.el (all): Comment change.
29632
29633 2005-02-14 Lute Kamstra <lute@gnu.org>
29634
29635 * cus-start.el (all): Check if symbol is void.
29636
29637 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
29638
29639 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
29640 optional argument to \cite.
29641
29642 2005-02-14 Richard M. Stallman <rms@gnu.org>
29643
29644 * cus-edit.el (custom-buffer-create-internal): Update help message.
29645 (custom-magic-alist): Update help messages.
29646
29647 * cus-start.el (all): Allow a var to specify a standard value.
29648
29649 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
29650
29651 * custom.el (custom-theme-set-variables): Handle variable aliases.
29652
29653 * frame.el (blink-cursor-timer): Doc fix.
29654 (blink-cursor): Make it an alias for `blink-cursor-mode' and
29655 declare obsolete.
29656 (blink-cursor-mode): Define with defcustom and use correct
29657 standard expression in that defcustom.
29658 * startup.el (command-line): Adapt to above changes in frame.el.
29659
29660 2005-02-11 Lute Kamstra <lute@gnu.org>
29661
29662 * apropos.el (apropos-score-doc): Prevent division by zero.
29663
29664 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
29665
29666 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
29667 (icalendar--get-event-property-attributes)
29668 (icalendar--get-event-properties)
29669 (icalendar--datetime-to-diary-date): New functions.
29670 (icalendar--split-value): Doc fix.
29671 (icalendar--datetime-to-noneuropean-date)
29672 (icalendar--datetime-to-european-date): New optional argument
29673 SEPARATOR. Return result as a string instead of a list.
29674 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
29675 (icalendar--convert-string-for-export): Rename arg S to STRING.
29676 (icalendar-export-region): Doc fix. Change name of error buffer.
29677 Save output buffer.
29678 (icalendar-import-file): Add blank at end of prompt.
29679 (icalendar-import-buffer): Doc fix. Do not switch to error
29680 buffer. Indicate status in return value.
29681 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
29682 buffer. Save output buffer. Handle exception from recurrence
29683 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
29684 events. Fix problems with weekly all-day events.
29685
29686 2005-02-10 Richard M. Stallman <rms@gnu.org>
29687
29688 * simple.el (eval-expression-print-format):
29689 Avoid warning about edebug-active.
29690
29691 * help.el (help-for-help-internal): Rename from help-for-help.
29692 (help-for-help): Define with defalias.
29693
29694 * font-core.el (font-lock-default-function): Use with-no-warnings.
29695
29696 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
29697
29698 * custom.el (defface): Doc fix.
29699
29700 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
29701
29702 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
29703 width 0" to prevent word wrapping problems.
29704
29705 2005-02-09 Kim F. Storm <storm@cua.dk>
29706
29707 * ido.el (ido-file-extensions-order): New defcustom.
29708 (ido-file-extension-lessp, ido-file-extension-aux)
29709 (ido-file-extension-order): New advanced file ordering.
29710 (ido-file-lessp): New simple file ordering.
29711 (ido-sort-list): Remove.
29712 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
29713 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
29714
29715 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
29716
29717 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
29718 that some versions of grep produce.
29719 (grep-mode-font-lock-keywords): Likewise.
29720
29721 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
29722
29723 * progmodes/gdb-ui.el (gdb-location-list): New variable.
29724 (gdb-cdir): Delete.
29725 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
29726 (gdb-source-info): Treat case when source file is in another
29727 directory properly.
29728 (gdb-get-location): New function.
29729
29730 2005-02-07 Jay Belanger <belanger@truman.edu>
29731
29732 * calc/calc-prog.el (calc-write-parse-table-part)
29733 (calc-fix-token-name): Fix a check for language type.
29734
29735 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
29736
29737 2005-02-07 Andre Spiegel <spiegel@gnu.org>
29738
29739 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
29740 as directory not writable.
29741
29742 2005-02-07 Kim F. Storm <storm@cua.dk>
29743
29744 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
29745 (cua--standard-movement-commands): Remove list.
29746 Instead, set CUA property value to move for movement commands.
29747 (cua-movement-commands): Remove. Users must set CUA prop instead.
29748 (cua--pre-command-handler): Check CUA property.
29749 (cua--init-keymaps): Don't remap undo commands.
29750 (cua-mode): Don't call cua--rectangle-on-off.
29751
29752 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
29753 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
29754 (cua--rect-undo-set-point): New var.
29755 (cua--rectangle-undo-boundary): Setup undo apply entry.
29756 (cua--rect-undo-handler): New function for rectangle undo.
29757 (cua--rect-start-position, cua--rect-end-position): Add.
29758 (cua--rectangle-post-command): Call cua--rectangle-set-corners
29759 for restored rectangle. Set point if cua--rect-undo-set-point.
29760
29761 2005-02-06 Jay Belanger <belanger@truman.edu>
29762
29763 * calc/calc-lang.el (calc-tex-language): Display more information
29764 in messages.
29765
29766 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
29767 in TeX mode.
29768
29769 2005-02-06 Richard M. Stallman <rms@gnu.org>
29770
29771 * emacs-lisp/lisp.el (buffer-end): Doc fix.
29772
29773 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
29774
29775 * net/ldap.el (ldap-search-internal): Support attributes with
29776 optional descriptions separated by a semi-colon, as in
29777 "userCertificate;binary".
29778
29779 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29780
29781 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
29782 isn't a cons (i.e. the version is 0).
29783
29784 2005-02-05 Eli Zaretskii <eliz@gnu.org>
29785
29786 * help.el (help-for-help): Doc fix.
29787
29788 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
29789
29790 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
29791 GDB-Windows on the menu-bar as this works better.
29792
29793 2005-02-04 Jay Belanger <belanger@truman.edu>
29794
29795 * calc/calc-embed.el (calc-embedded-update): Don't put in
29796 unnecessary newlines. Adjust the end of formula marker.
29797
29798 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
29799 (math-latex-parse-two-args): New function.
29800
29801 2005-02-03 Lute Kamstra <lute@gnu.org>
29802
29803 * help-fns.el (help-with-tutorial): Make sure that users cannot
29804 remove the entire text of the tutorial by means of `undo'.
29805
29806 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
29807
29808 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
29809 in recent changes, where the ispell process was repeatedly
29810 killed & restarted.
29811
29812 * international/mule-cmds.el (set-locale-environment): Set file-name
29813 coding system to utf-8 on Darwin systems.
29814 (set-default-coding-systems): Don't set default-file-name-coding-system
29815 on Darwin systems.
29816
29817 2005-02-03 Richard M. Stallman <rms@gnu.org>
29818
29819 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
29820
29821 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
29822
29823 * faces.el (list-faces-display): Add optional argument.
29824
29825 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
29826
29827 * font-core.el (font-lock-default-function): Handle the rare case where
29828 only font-lock-keywords is set.
29829
29830 2005-02-02 Kenichi Handa <handa@m17n.org>
29831
29832 * international/characters.el: Cancel previous change for
29833 I-WITH-DOT-ABOVE and DOTLESS-i.
29834
29835 * international/latin-5.el: Cancel previous change.
29836
29837 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29838
29839 * progmodes/gud.el: Correction to syntax in gud-menu-map.
29840
29841 2005-02-02 Kenichi Handa <handa@m17n.org>
29842
29843 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
29844 DOTLESS-i.
29845
29846 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
29847 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
29848
29849 * case-table.el (get-upcase-table): New function.
29850 (copy-case-table): Copy upcaes table too if non-nil.
29851 (set-case-syntax-delims): Maintain upcase table too.
29852 (set-case-syntax-pair): Likewise.
29853 (set-upcase-syntax, set-downcase-syntax): New functions.
29854 (set-case-syntax): Maintain upcase table too.
29855
29856 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29857
29858 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
29859
29860 * progmodes/gud.el (gud-goto-info): New function.
29861 (gud-tool-bar-map): Use correct icon.
29862
29863 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29864
29865 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
29866 When delegating, order args in the funcall correctly.
29867
29868 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29869
29870 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
29871
29872 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
29873
29874 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
29875 buffer not visiting a file.
29876
29877 2005-01-31 Jay Belanger <belanger@truman.edu>
29878
29879 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
29880 bound on the line with the formula.
29881
29882 2005-01-31 Kim F. Storm <storm@cua.dk>
29883
29884 * ses.el (ses-create-cell-variable-range)
29885 (ses-destroy-cell-variable-range, ses-reset-header-string)
29886 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
29887 (ses-insert-row): Fix format of apply undo entries.
29888
29889 2005-01-31 Jay Belanger <belanger@truman.edu>
29890
29891 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
29892 parts.
29893
29894 * calc/calc-embed.el (calc-embedded-open-formula)
29895 (calc-embedded-close-formula): Ignore matrix environments.
29896
29897 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
29898 TeX mode.
29899
29900 * calc/calc-lang.el (math-function-table, math-oper-table)
29901 (math-variable-table): Adjust the LaTeX portions.
29902
29903 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
29904 (math-latex-ignore-words): New constant.
29905
29906 2005-01-31 Richard M. Stallman <rms@gnu.org>
29907
29908 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
29909 (ispell-local-dictionary): Doc fix.
29910 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
29911 Don't reinitialize at run time. Don't defcustom.
29912 All uses changed to append ispell-local-dictionary-alist,
29913 or check it first.
29914 (ispell-current-dictionary): New variable for dictionary in use.
29915 (ispell-dictionary): Now used only for global default.
29916 (ispell-start-process): Set ispell-current-dictionary,
29917 not ispell-dictionary.
29918 (ispell-change-dictionary): Use this only for setting
29919 user preferences.
29920 (ispell-internal-change-dictionary): New function
29921 to change the current dictionary in use.
29922 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
29923 Use ispell-current-dictionary.
29924 Handle ispell-local-dictionary-overridden.
29925 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
29926
29927 2005-01-31 Jay Belanger <belanger@truman.edu>
29928
29929 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
29930
29931 * calc/calc-ext.el: Add calc-latex-language to autoloads.
29932 (calc-mode-map): Add calc-latex-language.
29933
29934 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
29935 (math-latex-print-frac): New functions.
29936 (math-oper-table, math-function-table, math-variable-table)
29937 (math-complex-format, math-input-filter): Add latex properties.
29938 (calc-set-language): Set math-expr-special-function-mapping.
29939
29940 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
29941 (calc-write-parse-table-part): Add LaTeX support.
29942
29943 * calc/calc.el (calc-language): Adjust docstring.
29944 (calc-set-mode-line): Add LaTeX support.
29945 (math-expr-special-function-mapping): New variable.
29946 (math-tex-ignore-words): Add to list.
29947
29948 * calc/calccomp.el (math-compose-expr, math-compose-rows):
29949 Add LaTeX support.
29950 (math-compose-expr): Add support for special functions.
29951
29952 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
29953
29954 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
29955
29956 * progmodes/gdb-ui.el (gdb-memory-address)
29957 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
29958 (gdb-memory-mode-map, gdb-memory-format-keymap)
29959 (gdb-memory-format-menu, gdb-memory-unit-keymap)
29960 (gdb-memory-unit-menu): New variables for a buffer
29961 that lets the user examine program memory.
29962 (gdb-memory-set-address, gdb-memory-set-repeat-count)
29963 (gdb-memory-format-binary, gdb-memory-format-octal)
29964 (gdb-memory-format-unsigned, gdb-memory-format-signed)
29965 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
29966 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
29967 (gdb-memory-unit-word, gdb-memory-unit-halfword)
29968 (gdb-memory-unit-byte, gdb-memory-unit-menu)
29969 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
29970 (gdb-memory-mode, gdb-memory-buffer-name)
29971 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
29972 New functions for above buffer.
29973
29974 2005-01-30 Richard M. Stallman <rms@gnu.org>
29975
29976 * cus-edit.el (custom-bury-buffer): Function deleted.
29977 (custom-buffer-done-function): Option deleted.
29978 (custom-buffer-done-kill): New replacement option.
29979 (Custom-buffer-done): Call quit-window.
29980 (custom-buffer-create-internal): Update for above changes.
29981
29982 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
29983
29984 * simple.el (undo-ask-before-discard): New var.
29985 (undo-outer-limit-truncate): Implement it.
29986 (undo-extra-outer-limit): Doc update.
29987
29988 2005-01-29 Richard M. Stallman <rms@gnu.org>
29989
29990 * ses.el (undo-more): Delete defadvice.
29991 (ses-begin-change): Doc fix.
29992
29993 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
29994 instead of rebinding C-x u and C-_.
29995
29996 * files.el (normal-backup-enable-predicate): Return nil for files
29997 in /tmp, regardless of temporary-file-directory.
29998
29999 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
30000
30001 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
30002 (open-rectangle, delete-whitespace-rectangle-line)
30003 (clear-rectangle-line): If FILL, pass t instead of FILL
30004 for move-to-column's 2nd arg.
30005
30006 * simple.el (undo): Fix the test for continuing a series of undos.
30007 (undo-more): Set pending-undo-list to t when we reach end.
30008 (pending-undo-list): Move up defvar.
30009
30010 * wid-edit.el (widget-button-click):
30011 Shorten the range of the track-mouse binding.
30012
30013 * comint.el (comint-insert-input): Undo previous changes;
30014 use last-input-event in interactive spec.
30015
30016 2005-01-29 Eli Zaretskii <eliz@gnu.org>
30017
30018 * progmodes/compile.el (compilation-start): Bind buffer-read-only
30019 to nil before invoking call-process. Reset buffer's modified flag
30020 after fontifying it in the no-async branch.
30021
30022 * wid-edit.el (widget-specify-button): If mouse pointer shape
30023 cannot be changed, use mouse face instead.
30024
30025 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
30026
30027 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
30028 (gdb-goto-breakpoint): Make breakpoint handling work on template
30029 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
30030 (gdb-assembler-custom): Update to recognize breakpoint information
30031 added on 2005-01-19.
30032
30033 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
30034
30035 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
30036 (dsssl-mode): Use define-derived-mode.
30037 (scheme-mode-initialize): Remove.
30038 (scheme-mode): Use run-mode-hooks.
30039
30040 * cus-edit.el (customize-group-other-window)
30041 (custom-buffer-create-other-window): Don't override special-display-*.
30042 (custom-mode-map): Make it dense.
30043
30044 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
30045 sets the default value.
30046
30047 2005-01-28 Eli Zaretskii <eliz@gnu.org>
30048
30049 * descr-text.el: Add more keywords.
30050
30051 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
30052
30053 * speedbar.el: Avoid unnecessary use of locate-library.
30054
30055 * international/mule-cmds.el (standard-display-european-internal):
30056 Don't fiddle with latin-1 non-break space any more since it's now
30057 special cased in the C code.
30058 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
30059
30060 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
30061
30062 * cus-start.el (all): Add `undo-outer-limit'.
30063
30064 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30065
30066 * textmodes/bibtex.el (bibtex-format-entry):
30067 Use `bibtex-empty-field-re' only on the text of fields, not on entire
30068 field lines.
30069 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
30070 not on part of a buffer.
30071
30072 2005-01-25 Lute Kamstra <lute@gnu.org>
30073
30074 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
30075 nonempty field text strings like "{letters\\macro{}more letters}".
30076 Clarify docstring.
30077 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
30078 (bibtex-entry-offset, bibtex-parse-association)
30079 (bibtex-parse-field-name): Fix typos in docstrings.
30080 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
30081
30082 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
30083
30084 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
30085 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
30086 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
30087 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
30088
30089 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
30090 isearch minor mode.
30091
30092 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
30093
30094 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
30095
30096 2005-01-24 Lute Kamstra <lute@gnu.org>
30097
30098 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
30099 CASECHARS and NOT-CASECHARS regular expressions of the
30100 "nederlands" and "nederlands8" dictionaries to prevent a "Range
30101 striding over charsets" error.
30102
30103 2005-01-24 Jay Belanger <belanger@truman.edu>
30104
30105 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
30106 display variable name.
30107
30108 2005-01-24 Kenichi Handa <handa@m17n.org>
30109
30110 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
30111 Fix setting of the element of encoded-kbd-iso2022-invocations.
30112
30113 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
30114
30115 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
30116 (gdb-threads-select): Change to also accept mouse events.
30117 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
30118 (gdb-threads-mouse-select): Delete.
30119
30120 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
30121
30122 * files.el (insert-directory): Take care of empty directory,
30123 listed without -a switch.
30124
30125 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
30126
30127 * textmodes/refill.el (refill-post-command-function):
30128 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
30129 to the list of functions that we should be careful not to undo.
30130 (refill-late-fill-paragraph-function): Remove.
30131 (refill-saved-state): New var.
30132 (refill-mode): Use it to save fill-paragraph-function.
30133 Save also the value of auto-fill-function.
30134
30135 * term/w32-win.el: Simplify code.
30136
30137 2005-01-23 Kim F. Storm <storm@cua.dk>
30138
30139 * simple.el (line-move): Adapt to new return value from
30140 pos-visible-in-window-p.
30141
30142 * simple.el (line-move): Fix last change. Check partial
30143 visibility at point rather than at window-start.
30144
30145 2005-01-22 Jason Rumney <jasonr@gnu.org>
30146
30147 * term/w32-win.el (xw-defined-colors): Remove debug-message.
30148
30149 2005-01-22 David Kastrup <dak@gnu.org>
30150
30151 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
30152
30153 2005-01-22 Eli Zaretskii <eliz@gnu.org>
30154
30155 * type-break.el (type-break-mode): Add a test for
30156 type-break-file-name being non-nil.
30157
30158 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
30159
30160 * net/eudc.el (top level): Call (message "") via progn, so that
30161 eudc-options-file is loaded.
30162
30163 2005-01-22 Kim F. Storm <storm@cua.dk>
30164
30165 * simple.el (line-move-1): Rename from line-move.
30166 (line-move): New function that adjusts vscroll for partially
30167 visible rows, and calls line-move-1 otherwise.
30168
30169 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
30170
30171 * pcomplete.el: Define pcomplete-read-event instead of read-event,
30172 since it's not a complete read-event implementation
30173
30174 2005-01-20 Jay Belanger <belanger@truman.edu>
30175
30176 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
30177 for called function.
30178
30179 2005-01-20 Steven Tamm <steventamm@mac.com>
30180
30181 * term/mac-win.el (process-connection-type): Remove.
30182 Controlled now by s/darwin.h:PTY_ITERATION.
30183
30184 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
30185
30186 * window.el (handle-select-window): Don't switch window when we're
30187 in the minibuffer.
30188
30189 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
30190
30191 * subr.el (dotimes-with-progress-reporter): New macro.
30192
30193 * ses.el (ses-dotimes-msg): Remove macro.
30194 Use `dotimes-with-progress-reporter' instead.
30195
30196 2005-01-19 Steven Tamm <steventamm@mac.com>
30197
30198 * term/mac-win.el (process-connection-type): Use new
30199 operating-system-release variable to use ptys on Darwin 7 (OS X
30200 10.3) when using carbon build.
30201
30202 2005-01-19 Jay Belanger <belanger@truman.edu>
30203
30204 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
30205 flags if the last command was a tab or M-tab.
30206
30207 * calc/calc-prog.el (calc-user-define-edit): Put original formula
30208 in formula editing buffer.
30209
30210 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
30211
30212 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
30213 breakpoint image symbol in margin.
30214
30215 2005-01-19 Jay Belanger <belanger@truman.edu>
30216
30217 * calc/calc-prog.el (calc-execute-kbd-macro):
30218 Ignore calc-keep-arg-flag.
30219
30220 2005-01-19 Kenichi Handa <handa@m17n.org>
30221
30222 * textmodes/ispell.el (ispell-looking-at): New function.
30223 (ispell-process-line): Use ispell-looking-at to compare the ispell
30224 output and the buffer contents.
30225
30226 2005-01-18 Jay Belanger <belanger@truman.edu>
30227
30228 * calc/calc.el (calc-display-raw): Fix docstring.
30229
30230 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
30231
30232 * simple.el (blink-matching-open): Strip extra info from syntax.
30233
30234 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
30235 funny chars in the end-of-here-doc marker.
30236
30237 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
30238
30239 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
30240 that enable/disabled state of breakpoints is shown correctly in
30241 fringe and on ttys.
30242 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
30243 Add breakpoint information as text properties.
30244 (gdb-mouse-toggle-breakpoint):
30245 Rename to gdb-mouse-set-clear-breakpoint.
30246 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
30247 breakpoints in the margin.
30248 (gdb-remove-strings): Simplify.
30249
30250 2005-01-17 Jay Belanger <belanger@truman.edu>
30251
30252 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
30253 erasing buffer.
30254
30255 2005-01-17 Richard M. Stallman <rms@gnu.org>
30256
30257 * progmodes/grep.el (grep-find): Copy from `grep' the condition
30258 for calling grep-compute-defaults.
30259
30260 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
30261 if buffer is empty.
30262
30263 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
30264
30265 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
30266
30267 * hilit-chg.el (highlight-changes-mode): Don't autoload.
30268
30269 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
30270 non-preloaded variables.
30271
30272 2005-01-17 Steven Tamm <steventamm@mac.com>
30273
30274 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
30275 tex-shell cause to force interactivity when using pipes.
30276
30277 2005-01-17 Kim F. Storm <storm@cua.dk>
30278
30279 * simple.el (just-one-space): Make arg optional.
30280
30281 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
30282
30283 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30284 posn-at-x-y to t to access left-margin.
30285
30286 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
30287
30288 Sync with Tramp 2.0.47.
30289
30290 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
30291 catching keep-date problems in cp/scp operations.
30292 (tramp-handle-copy-file): Don't call `set-file-modes'
30293 unconditionally. Specialized functions should know better what is
30294 necessary. This improves performance a little bit, and the
30295 functions could catch errors with `cp -p' and `scp -p'.
30296 (tramp-do-copy-or-rename-file-via-buffer)
30297 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
30298 when appropriate.
30299 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
30300 Call `set-file-modes' when appropriate.
30301 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
30302 Johnsson <isak@hypergene.com>.
30303 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
30304 of both Tramp buffer and debug buffer. Reported by Joakim Verona
30305 <joakim@verona.se>.
30306 (tramp-file-name-for-operation): Mark `shell-command' as magic for
30307 Emacs only.
30308
30309 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
30310 `find-file-hooks' and `dired-mode-hook'.
30311 (tramp-minor-mode-map): Respective map. Add remapping for
30312 `compile' and `recompile'.
30313 (tramp-remap-command, tramp-recompile): New defuns.
30314 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
30315 in buffer "*Compilation*". Call the commands asynchronously.
30316
30317 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
30318 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
30319 `shell-command', because it isn't magic in XEmacs. Reported by
30320 Adrian Aichner <adrian@xemacs.org>.
30321
30322 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
30323 `substitute-in-file-name.
30324 (tramp-smb-handle-substitute-in-file-name): New defun.
30325 (tramp-smb-advice-PC-do-completion): Delete advice.
30326
30327 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
30328
30329 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
30330 Fix error in deleting region.
30331
30332 2005-01-15 Richard M. Stallman <rms@gnu.org>
30333
30334 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
30335 In non-temp buffer, switch syntax table temporarily.
30336
30337 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
30338
30339 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
30340
30341 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
30342
30343 * imenu.el (imenu--split-menu): Copy menulist before sorting.
30344 (imenu--generic-function): Use START, not BEG, as pos of definition.
30345
30346 * simple.el (just-one-space): Argument specifies number of spaces.
30347
30348 * simple.el (eval-expression-print-format): Avoid warning
30349 about edebug-active.
30350
30351 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
30352
30353 * progmodes/sh-script.el: Code copied from make-mode.el
30354 with small changes,
30355 (sh-mode-map): Bind C-c C-\.
30356 (sh-backslash-column, sh-backslash-align): New variables.
30357 (sh-backslash-region, sh-append-backslash): New functions.
30358
30359 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
30360
30361 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
30362 (rmail-pop-password, rmail-pop-password-required): Move to
30363 rmail-obsolete group.
30364 (rmail-set-pop-password): Rename to rmail-set-remote-password.
30365 All callers updated.
30366 (rmail-get-pop-password): Rename to rmail-get-remote-password.
30367 Take an argument specifying whether it is POP or IMAP mailbox we
30368 are using. All callers updated.
30369 (rmail-pop-password-error): Rename to
30370 rmail-remote-password-error. Added mailutils-specific error message.
30371 (rmail-movemail-search-path)
30372 (rmail-movemail-variant-in-use): New variables.
30373 (rmail-remote-password, rmail-remote-password-required):
30374 New customization variables.
30375 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
30376 (rmail-parse-url): New function.
30377 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
30378 with GNU mailutils movemail.
30379
30380 2005-01-15 Kevin Ryde <user42@zip.com.au>
30381
30382 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
30383 suffix to space, $ or '$, to correctly position point when going
30384 to @table style constants like DBL_MAX.
30385
30386 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
30387
30388 * type-break.el (type-break-mode, type-break-file-time)
30389 (type-break-file-keystroke-count, type-break-choose-file):
30390 Don't store data in or load data from the file if type-break-file-name
30391 is nil.
30392 (type-break-file-name): Doc update as per the above.
30393
30394 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
30395
30396 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
30397 lookup-key might return nil; handle that.
30398
30399 2005-01-15 Alan Mackenzie <acm@muc.de>
30400
30401 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
30402 rather than the element found, thus enabling the tree to be setcar'd.
30403
30404 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
30405
30406 * textmodes/org.el (org-show-following-heading): New option.
30407 (org-show-hierarchy-above): Use `org-show-following-heading'.
30408 (org-cycle): Documentation fix.
30409
30410 * textmodes/org.el (orgtbl-optimized): New option
30411 (orgtbl-mode): New command, a minor mode.
30412 (orgtbl-mode-map): New variable.
30413 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
30414 (orgtbl-error, orgtbl-self-insert-command)
30415 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
30416
30417 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
30418 a local variable in each org-mode buffer.
30419
30420 * textmodes/org.el (org-set-regexps-and-options): Rename from
30421 `org-set-regexps'. Added checking for STARTUP keyword.
30422 (org-get-current-options): Add STARTUP options.
30423 (org-table-insert-row): Make mode intelligent about when
30424 realignment is needed.
30425 (org-self-insert-command, org-delete-backward-char, org-delete-char):
30426 New commands.
30427 (org-enable-table-editor): New default value `optimized'.
30428 (org-table-blank-field): Support blanking regions if active.
30429
30430 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
30431
30432 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
30433 if the year is not given.
30434
30435 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
30436 Add new escapes %m and %M, fixed bug with %F by adding
30437 save-match-data.
30438 (reftex-reference): Remove ?. from list of spaces.
30439 (reftex-label-info): Add automatic label prefix recognition.
30440
30441 * textmodes/reftex-index.el (reftex-index-next-phrase):
30442 Add slave parameter to call of `reftex-index-this-phrase'.
30443 (reftex-index-this-phrase): New optional argument.
30444 (reftex-index-region-phrases): Add slave parameter to call of
30445 `reftex-index-this-phrase'.
30446 (reftex-display-index): New argument redo.
30447 (reftex-index-rescan): Add `redo' to arguments of
30448 `reftex-display-index'.
30449 (reftex-index-Rescan, reftex-index-revert)
30450 (reftex-index-switch-index-tag): Add `redo' to arguments of
30451 `reftex-display-index'.
30452 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
30453 indexing. Fix bug with matching is there is a quote before or
30454 after the word.
30455
30456 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
30457 Fix bug when collecting citation keys in lines with comments.
30458 (reftex-citation): Prefix argument no longer rescans the document,
30459 but forces prompting for optional arguments of cite macros.
30460 (reftex-do-citation): Prompting for optional arguments implemented.
30461
30462 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30463 Add optional arguments to most cite commands.
30464 (reftex-cite-cleanup-optional-args): New option
30465 (reftex-cite-prompt-optional-args): New option.
30466 (reftex-trust-label-prefix): New option.
30467
30468 * textmodes/reftex-toc.el (reftex-toc-find-section):
30469 Add push-mark before changing the position in the buffer.
30470
30471 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
30472 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
30473
30474 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
30475
30476 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
30477 more carefully.
30478
30479 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
30480
30481 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
30482 (sgml-mode): Use it.
30483 (sgml-get-context): Better keep track of implicitly closed tags.
30484
30485 2005-01-13 Kenichi Handa <handa@m17n.org>
30486
30487 * textmodes/ispell.el: These changes are to fix misalignment error
30488 caused by equivalent characters of different Emacs charsets.
30489 (ispell-unified-chars-table): New variable.
30490 (ispell-get-decoded-string): New function.
30491 (ispell-get-casechars, ispell-get-not-casechars)
30492 (ispell-get-otherchars): Call ispell-get-decoded-string.
30493
30494 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
30495
30496 * custom.el (custom-declare-variable): Just put symbol instead
30497 of (defvar . symbol) in `current-load-list'.
30498
30499 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
30500
30501 * emacs-lisp/elint.el: Fixed typo in Commentary section.
30502
30503 2005-01-12 Jay Belanger <belanger@truman.edu>
30504
30505 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
30506 to create a Calc summary.
30507
30508 2005-01-12 Kim F. Storm <storm@cua.dk>
30509
30510 * mouse.el (mouse-on-link-p): Change functionality and doc
30511 string to comply with latest description in lisp ref.
30512
30513 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
30514
30515 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
30516 Enable mouse clicks on mode-line, header-line and margin.
30517 (event-type): Give mouse event symbols an `event-kind' property
30518 with value `mouse-click'.
30519
30520 2005-01-12 Juri Linkov <juri@jurta.org>
30521
30522 * facemenu.el (list-colors-display): Add new arg buffer-name.
30523 Use it. Fix docstring. Replace code for identifying duplicate
30524 colors by the name with call to `list-colors-duplicates' which
30525 identifies duplicate colors by the value unless the color
30526 is one of special Windows colors. Set truncate-lines to t.
30527 Print sorted duplicate color names on each line. Indent to 22
30528 \(the longest color name in rgb.txt) instead of 20. Optimize.
30529 (list-colors-duplicates): New function.
30530 (facemenu-color-name-equal): Delete function.
30531
30532 * facemenu.el (list-colors-print): New function created from code
30533 in list-colors-display. Print #RRGGBB at the window right edge.
30534 (list-colors-display): When temp-buffer-show-function is not
30535 defined, call list-colors-print from temp-buffer-show-hook
30536 to get the right value of window-width in list-colors-print
30537 after the buffer is displayed.
30538
30539 * simple.el (pop-mark): Move deactivate-mark out of conditional
30540 part to deactivate the active mark regardless of the state of the
30541 mark ring.
30542
30543 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
30544 variables line in desktop files.
30545
30546 2005-01-12 Juri Linkov <juri@jurta.org>
30547
30548 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
30549 Bring together isearch highlight related options.
30550 (lazy-highlight): Replace group `replace' by `matching'.
30551 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30552 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30553 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
30554 and declare them obsolete.
30555 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
30556 (isearch-faces): Remove defgroup.
30557 (isearch-overlay, isearch-highlight, isearch-dehighlight):
30558 Move isearch highlighting code closer to lazy highlighting code.
30559
30560 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
30561 (query-replace-highlight, query-replace-lazy-highlight)
30562 (query-replace): Move definitions to the beginning of the file.
30563
30564 2005-01-11 Juri Linkov <juri@jurta.org>
30565
30566 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
30567 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
30568 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
30569
30570 * info.el (Info-history-forward): New variable.
30571 (Info-select-node): Reset Info-history-forward to nil.
30572 (Info-last): Turn into defalias.
30573 (Info-history-back): Rename from Info-last.
30574 Add current node to Info-history-forward.
30575 (Info-history-forward): New fun.
30576 (Info-mode-map): Replace Info-last by Info-history-back.
30577 Bind Info-history-forward to "r".
30578 (Info-mode-menu): Replace Info-last by Info-history-back.
30579 Fix menu item text. Add menu item for Info-history-forward.
30580 (info-tool-bar-map): Replace Info-last by Info-history-back.
30581 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
30582 for Info-history-forward.
30583 (Info-mode): Replace Info-last by Info-history-back in docstring.
30584 Add local variable Info-history-forward.
30585 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
30586
30587 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
30588
30589 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
30590 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
30591 Ignore select-window events rather than fiddle with
30592 mouse-autoselect-window.
30593
30594 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
30595
30596 * type-break.el (type-break-mode): Fix previous change.
30597
30598 2005-01-10 Jay Belanger <belanger@truman.edu>
30599
30600 * calc/calc-ext.el (calc-reset): Reset when inside embedded
30601 calculator; only reset when point is inside a calculator.
30602 Don't adjust the window height if the window takes up the whole height
30603 of the frame.
30604
30605 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
30606
30607 * ebuff-menu.el (Electric-buffer-menu-mode):
30608 Preserve value of buffer-local var header-line-format.
30609
30610 2005-01-09 Jay Belanger <belanger@truman.edu>
30611
30612 * calc/calc.el (calc-mode-var-list-restore-saved-values):
30613 Make sure settings file exists before accessing it.
30614
30615 * calc/calc-embed.el (calc-embedded-subst):
30616 Replace math-multi-subst-rec, which is only supposed to be called
30617 by math-multi-subst, by math-multi-subst.
30618
30619 2005-01-09 Andre Spiegel <spiegel@gnu.org>
30620
30621 * vc.el (vc-allow-async-revert): New user option.
30622 (vc-disable-async-diff): New internal variable.
30623 (vc-revert-buffer): Use them to disable asynchronous diff.
30624
30625 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
30626 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
30627 asynchronously if vc-disable-async-diff is t.
30628
30629 2005-01-09 Jay Belanger <belanger@truman.edu>
30630
30631 * calc/calc.el (defcalcmodevar): New macro.
30632 (calc-mode-var-list-restore-default-values)
30633 (calc-mode-var-list-restore-saved-values): New functions.
30634 (calc-mode-var-list): Use defcalcmodevar to define it.
30635 (calc-always-load-extensions, calc-line-numbering)
30636 (calc-line-breaking, calc-display-just, calc-display-origin)
30637 (calc-number-radix, calc-leading-zeros, calc-group-digits)
30638 (calc-group-char, calc-point-char, calc-frac-format)
30639 (calc-prefer-frac, calc-hms-format, calc-date-format)
30640 (calc-float-format, calc-full-float-format, calc-complex-format)
30641 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
30642 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
30643 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
30644 (calc-matrix-brackets, calc-language, calc-language-option)
30645 (calc-left-label, calc-right-label, calc-word-size)
30646 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
30647 (calc-display-raw, calc-internal-prec, calc-angle-mode)
30648 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
30649 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
30650 (calc-window-height, calc-display-trail, calc-show-selections)
30651 (calc-use-selections, calc-assoc-selections)
30652 (calc-display-working-message, calc-auto-why, calc-timing)
30653 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
30654 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
30655 (calc-gnuplot-default-device, calc-gnuplot-default-output)
30656 (calc-gnuplot-print-device, calc-gnuplot-print-output)
30657 (calc-gnuplot-geometry, calc-graph-default-resolution)
30658 (calc-graph-default-resolution-3d, calc-invocation-macro)
30659 (calc-show-banner): Use defcalcmodevar to declare them and set
30660 their default values.
30661
30662 * calc/calc-ext.el (calc-reset): Restore saved values of variables
30663 instead of default values (but restore default values if there is
30664 an argument of 0).
30665
30666 2005-01-09 David Kastrup <dak@gnu.org>
30667
30668 * desktop.el (desktop-restore-eager): Fix typo in type.
30669
30670 2005-01-08 Richard M. Stallman <rms@gnu.org>
30671
30672 * cus-edit.el (customize): Delete :link.
30673
30674 2005-01-08 Jay Belanger <belanger@truman.edu>
30675
30676 * calc/calc.el (calc-mode): Remove the extension from the
30677 `calc-settings-file' file name when loading it.
30678
30679 2005-01-08 Kim F. Storm <storm@cua.dk>
30680
30681 * info.el (Info-mode-map, Info-next-link-keymap)
30682 (Info-prev-link-keymap, Info-up-link-keymap):
30683 Map follow-link to mouse-face.
30684 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
30685
30686 2005-01-08 Jay Belanger <belanger@truman.edu>
30687
30688 * calc/calc.el (calc-settings-file): Change default value.
30689 Suggested by cgw in a comment in calc-mode.el.
30690
30691 * calc/calc-mode.el (calc-settings-file-name):
30692 Compare calc-settings-file to user-init-file instead of ~/.emacs.
30693 Replace ~/.emacs in a prompt by calc-settings-file.
30694
30695 2005-01-07 Lars Hansen <larsh@math.ku.dk>
30696
30697 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
30698 (desktop-lazy-idle-delay): New customizable variables.
30699 (desktop-buffer-args-list): New variable.
30700 (desktop-append-buffer-args): New function.
30701 (desktop-save): Call desktop-append-buffer-args for some buffers.
30702 (desktop-lazy-create-buffer): New function.
30703 (desktop-idle-create-buffers): New function.
30704 (desktop-read): Add message about buffers to restore lazily.
30705 (desktop-lazy-abort): New command.
30706 (desktop-clear): Call desktop-lazy-abort.
30707 (desktop-lazy-complete): New command.
30708
30709 2005-01-06 Richard M. Stallman <rms@gnu.org>
30710
30711 * emacs-lisp/find-func.el (find-face-definition):
30712 Rename from find-face.
30713
30714 2005-01-06 Kim F. Storm <storm@cua.dk>
30715
30716 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
30717
30718 * man.el (Man-xref-man-page, Man-xref-header-file)
30719 (Man-xref-normal-file): Add follow-link property.
30720
30721 2005-01-06 Jay Belanger <belanger@truman.edu>
30722
30723 * calc/calc-units.el: Make sure the proper macro definitions are
30724 available when compiling.
30725
30726 2005-01-06 Juri Linkov <juri@jurta.org>
30727
30728 * isearch.el (isearch-lazy-highlight-update):
30729 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
30730
30731 2005-01-06 Miles Bader <miles@gnu.org>
30732
30733 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
30734 (isearch-lazy-highlight-face): Use new name.
30735
30736 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
30737
30738 * uniquify.el (uniquify-rationalize-file-buffer-names):
30739 Re-add an interactive spec.
30740 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
30741 to the same name.
30742
30743 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
30744 (isearch-update, isearch-done): Adjust calls accordingly.
30745
30746 2005-01-05 Richard M. Stallman <rms@gnu.org>
30747
30748 * custom.el (custom-set-variables, custom-theme-set-variables):
30749 Clarify documentation.
30750
30751 * emacs-lisp/find-func.el (find-variable)
30752 (find-variable-other-window, find-variable-other-frame):
30753 Fix the TYPE args to find-function-read and find-function-do-it.
30754 (find-function): Doc fix.
30755 (find-function-at-point): Replace function-at-point alias.
30756
30757 2005-01-04 Richard M. Stallman <rms@gnu.org>
30758
30759 * cus-face.el (custom-declare-face):
30760 Record defface in current-load-list.
30761
30762 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
30763
30764 * emacs-lisp/find-func.el: Doc fixes.
30765 (find-face-regexp): New variable.
30766 (find-function-regexp-alist): New variable.
30767 (find-function-C-source): Third arg is now TYPE.
30768 (find-function-search-for-symbol): Handle general TYPE.
30769 (find-function-read, find-function-do-it): Handle general TYPE.
30770 (find-definition-noselect, find-face): New functions.
30771 (function-at-point): Alias deleted.
30772
30773 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
30774
30775 * battery.el (display-battery-mode): Rename from display-battery.
30776 Handle the case where it gets turned off.
30777
30778 2005-01-04 Richard M. Stallman <rms@gnu.org>
30779
30780 * cus-edit.el (customize): Make :link point to user doc.
30781
30782 * man.el (Man-fontify-manpage): Turn off undo generation.
30783
30784 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
30785
30786 2005-01-04 Andreas Schwab <schwab@suse.de>
30787
30788 * files.el (insert-directory): Only look for error lines in
30789 inserted text. Don't move too far after processing --dired markers.
30790
30791 2005-01-04 Richard M. Stallman <rms@gnu.org>
30792
30793 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
30794 Don't expand if the character is @, period, dash, etc.
30795 (define-mail-abbrev): Quote names that contain problem characters.
30796
30797 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
30798
30799 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
30800
30801 2005-01-03 Richard M. Stallman <rms@gnu.org>
30802
30803 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
30804 (query-replace-highlight, query-replace-lazy-highlight)
30805 (query-replace): Definitions moved up. Doc fix.
30806
30807 2005-01-03 Richard M. Stallman <rms@gnu.org>
30808
30809 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
30810 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30811 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30812 (lazy-highlight-face): Rename from isearch-lazy-...
30813 Change all references to them.
30814
30815 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
30816
30817 * cus-edit.el (custom-file): Doc fix for defcustom.
30818 (custom-file): The function no longer sets the variable
30819 `custom-file' to its return value.
30820
30821 * startup.el (command-line): No longer load `custom-file'.
30822
30823 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
30824
30825 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
30826
30827 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
30828 Don't confuse module-prefixed identifiers for labels.
30829 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
30830
30831 2005-01-02 Richard M. Stallman <rms@gnu.org>
30832
30833 * files.el (basic-save-buffer-1): Fix previous change.
30834
30835 * loadhist.el (file-loadhist-lookup): New function.
30836 (file-provides, file-requires): Use it.
30837
30838 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
30839 instead of calculating the right size.
30840
30841 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
30842
30843 * vc-svn.el (vc-svn-diff): Stay local if possible.
30844
30845 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
30846
30847 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
30848
30849 * files.el (hack-local-variables): Fix last change.
30850
30851 2005-01-02 Jay Belanger <belanger@truman.edu>
30852
30853 * calc/calc-yank.el (calc-edit-top): New variable.
30854 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
30855 object. Change header properties.
30856 (calc-edit-finish, calc-edit-finish-stack-object)
30857 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
30858 edited object.
30859 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
30860 for the beginning of the edited object.
30861 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
30862 for the beginning of the edited object.
30863 * calc/calc-prog.el (calc-edit-macro-finish-edit)
30864 (calc-finish-formula-edit, calc-macro-repeats)
30865 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
30866 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
30867 beginning of the edited object.
30868 (calc-user-define-edit): Change the header for editing macros.
30869 Remove unnecessary variable.
30870
30871 2005-01-01 Jay Belanger <belanger@truman.edu>
30872
30873 * calc/calc-yank.el (calc-edit-mode): Change default header.
30874 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
30875 * calc/calc-store.el (calc-edit-variable): Change title to match new
30876 header.
30877 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
30878 mode to match new header.
30879 (calc-user-define-edit): Change titles to include names of commands.
30880 (calc-finish-formula-edit): Adjust to handle new header.
30881 (calc-finish-macro-edit): Remove.
30882 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
30883 (calc-edit-macro-command, calc-edit-macro-command-type)
30884 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
30885 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
30886 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
30887 (calc-edit-macro-finish-edit): New functions.
30888 (calc-user-define-edit): Use new functions to edit named calc macros.
30889
30890 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
30891
30892 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
30893
30894 * ses.el (copy-region-as-kill): Deactivate mark.
30895
30896 2005-01-01 Richard M. Stallman <rms@gnu.org>
30897
30898 * replace.el (occur-1): If the output buffer is also an input,
30899 don't kill it, rename it.
30900
30901 * faces.el (set-face-background, set-face-foreground): Doc fix.
30902
30903 * cus-face.el (custom-face-attributes): Fix :help-echo strings
30904 for :foreground and :background.
30905
30906 * dired.el (dired-view-command-alist): Variable deleted.
30907 (dired-view-file, dired-mouse-find-file-other-window):
30908 Delete the code to use it.
30909
30910 2005-01-01 Kim F. Storm <storm@cua.dk>
30911
30912 * image.el (insert-sliced-image): Use t for line-height property.
30913
30914 See ChangeLog.11 for earlier changes.
30915
30916 ;; Local Variables:
30917 ;; coding: iso-2022-7bit
30918 ;; add-log-time-zone-rule: t
30919 ;; End:
30920
30921 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
30922 Copying and distribution of this file, with or without modification,
30923 are permitted provided the copyright notice and this notice are preserved.
30924
30925 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1