]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Update copyright for years from Emacs 21 to present (mainly adding
[gnu-emacs] / lisp / ChangeLog
1 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2
3 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4 path. Rewrite function in `cond' style for readability.
5
6 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>
7 (The path shortening, that is, not the rearrarangement.)
8
9 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10
11 * term/mac-win.el (mac-ae-quit-application): New function.
12 (mac-apple-event-map): Bind "quit application" Apple event to it.
13
14 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
17 than the program's output.
18
19 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
20
21 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
22 (kmacro-start-macro-or-insert-counter)
23 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
24 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
25
26 * longlines.el (longlines-show-hard-newlines):
27 * ruler-mode.el (ruler-mode-ruler):
28 * emulation/keypad.el (keypad-setup):
29 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
30 Fix typo in docstring.
31
32 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
33
34 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile
35 option. Remove redirect character ">".
36
37 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
38
39 * replace.el (perform-replace): Remove leftover code.
40
41 2007-01-12 Richard Stallman <rms@gnu.org>
42
43 * replace.el (perform-replace): Don't clear NODENT when computing
44 the replacement string.
45
46 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
47
48 * net/tramp.el (tramp-handle-file-local-copy):
49 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
50 <christopher.ian.moore@gmail.com>.
51
52 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * diff-mode.el (diff-sanity-check-context-hunk-half)
55 (diff-sanity-check-hunk): New functions.
56 (diff-find-source-location): Use'em to check the hunks are well-formed.
57
58 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
59 activate undo when undo is not active.
60 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
61
62 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
65 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
66 (ffap-url-at-point): Use char-classes rather than "a-z".
67
68 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
69
70 * ediff-init.el (ediff-autostore-merges):
71 * textmodes/fill.el (fill-region): Doc fix.
72
73 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * server.el (server-ensure-safe-dir): UIDs may be floats.
76
77 2007-01-10 Richard Stallman <rms@gnu.org>
78
79 * battery.el (battery-linux-proc-acpi): Use ignore-errors
80 around calls to directory-files.
81
82 * subr.el (momentary-string-display): Use save-excursion.
83
84 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
85 argument, but read it as `X' does.
86
87 2007-01-09 Juri Linkov <juri@jurta.org>
88
89 * info.el (Info-fontify-node): Don't hide node names of index entries.
90
91 * faces.el (momentary): Change :group to basic-faces where all
92 basic faces belong to. Add :version.
93
94 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
95
96 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
97 keybinding is found.
98 (tutorial--find-changed-keys): Never treat null keybinding as a
99 remapping.
100
101 2007-01-09 Martin Rudalics <rudalics@gmx.at>
102
103 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
104
105 2007-01-09 Kenichi Handa <handa@m17n.org>
106
107 * international/mule-cmds.el
108 (select-safe-coding-system-interactively): Fix message.
109
110 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
111
112 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
113 (tramp-process-actions): Add optional parameter TIMEOUT.
114 (tramp-open-connection-telnet, tramp-open-connection-rsh)
115 (tramp-open-connection-su): Add timeout of 60".
116
117 2007-01-09 Richard Stallman <rms@gnu.org>
118
119 * progmodes/compile.el (compile): Doc fix.
120
121 2007-01-09 Markus Triska <markus.triska@gmx.at>
122
123 * tumme.el (tumme-display-thumb): Doc fix.
124
125 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
126
127 * battery.el (battery-search-for-one-match-in-files):
128 * bindings.el (mode-line-minor-mode-help):
129 * x-dnd.el (x-dnd-types-alist):
130 * calendar/icalendar.el (icalendar-import-buffer):
131 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
132
133 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
134
135 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
136
137 * replace.el (replace-regexp): Fix typo in docstring.
138
139 2007-01-07 Alan Mackenzie <acm@muc.de>
140
141 * progmodes/cc-langs.el (c-operators, c-filter-ops):
142 Amend doc-string and comments.
143
144 2007-01-06 Eli Zaretskii <eliz@gnu.org>
145
146 * files.el (abbreviate-file-name): Doc fix.
147
148 2007-01-06 Markus Triska <triska@gmx.at>
149
150 * subr.el (split-string): Remove spurious ")" from doc string.
151
152 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
153
154 * textmodes/table.el (table--warn-incompatibility):
155 Use display-warning instead of momentary-string-display.
156
157 2007-01-05 Richard Stallman <rms@gnu.org>
158
159 * image.el (image-type-header-regexps): Recognize xbm more strictly.
160
161 * simple.el (backward-kill-word): Doc fix.
162
163 2007-01-05 Romain Francoise <romain@orebokech.com>
164
165 * international/mule.el (sgml-html-meta-auto-coding-function):
166 Ensure that the buffer contains a HTML document.
167
168 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
169
170 * faces.el (momentary): Move here ...
171 * subr.el (momentary): ... from here.
172
173 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
174
175 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
176 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
177 large structures/arrays.
178
179 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
180
181 * files.el (find-file-noselect-1, set-visited-file-name):
182 Allow backup-enable-predicate to be nil.
183
184 2007-01-04 Kevin Rodgers <kevin.d.rodgers@gmail.com>
185
186 * subr.el (momentary): New face.
187 (momentary-string-display): Display the string via a temporary
188 overlay using the new face, instead of inserting it in the buffer.
189
190 2007-01-04 Andreas Schwab <schwab@suse.de>
191
192 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
193 last change.
194
195 2007-01-03 Richard Stallman <rms@gnu.org>
196
197 * woman.el (woman-decode-buffer): Clarify error message.
198
199 2007-01-03 Alan Mackenzie <acm@muc.de>
200
201 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
202 patch.
203
204 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
205
206 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
207
208 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
211
212 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
213
214 * emulation/viper.el (viper-custom-file-name, viper-mode):
215 Fix typos in docstrings.
216
217 * subr.el (momentary-string-display): After moving point, set POS
218 variable to it to avoid later errors once the buffer is modified.
219 Doc fix.
220
221 2007-01-02 Alan Mackenzie <acm@muc.de>
222
223 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
224 check that the "*/" is present before trying to manipulate it.
225
226 2007-01-02 Richard Stallman <rms@gnu.org>
227
228 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
229
230 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
231 Fix format of value.
232
233 * cus-edit.el (customize-unsaved): Rename from customize-customized.
234 Change messages accordingly.
235 (customize-customized): Now alias.
236
237 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
238
239 * files.el (version-control): Doc fix.
240
241 2007-01-01 Alan Mackenzie <acm@muc.de>
242
243 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
244 Check the format of c-state-cache is valid for an optimisation before
245 using it.
246
247 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
248 are at a statement within a macro". Other changes so that only
249 the first continuation line in a macro gets the symbol
250 `cpp-define-intro', the others getting `statement', or whatever.
251
252 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
253 a string, preserve whitespace. Add a backslash only when also in
254 a macro.
255
256 * progmodes/cc-defs.el: Correct typos.
257
258 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
259 new line after an escaped EOL in a string.
260
261 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
262 label when it directly follows "else", "do", ....
263
264 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
265 angle brackets (as seen in "explicit specialisations" of C++
266 templates).
267
268 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
269 in the doc-string.
270
271 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
272 when the comment ender looks like "=========*/" and is alone on
273 its line.
274
275 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
276 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
277 for the old name.
278
279 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
280 c-\(beginning\|end\)-of-defun by default.
281
282 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
283 New line-up function, for the DEFUN macro in the Emacs C sources.
284 Only used in "gnu" style.
285
286 * progmodes/cc-styles.el (c-style-alist): Use this new function in
287 the "gnu" style.
288
289 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
290 clean-up comment-close-slash also to work when there's a comment
291 terminator on the line.
292 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
293 these for large arg - only take account of top level {..}, except
294 for initial and final adjustments. M-- C-M-[ae] now go to the
295 right defuns when the starting point is between defuns. They use
296 the four new functions:
297 (c-in-function-trailer-p, c-where-wrt-brace-construct)
298 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
299 support c-\(beginning\|end\)-of-defun.
300
301 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
302 expressions more rigorously, to exclude bit-field specifiers from
303 being classed as labels.
304 (c-forward-label): When analyzing a ":" within a macro, be careful
305 about using c-forward-syntactic-ws at the macro beginning.
306 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
307 stmt boundary, check for "operator=", etc.
308
309 * progmodes/cc-mode.el (c-postprocess-file-styles):
310 Bind inhibit-read-only to t, around the call to
311 c-remove-any-local-eval-or-mode-variables, so that it works on a
312 RO file.
313
314 * progmodes/cc-defs.el (c-version): Update the version number to
315 "5.31.4".
316
317 2007-01-01 Richard Stallman <rms@gnu.org>
318
319 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
320 only if we restored isearch-window-configuration.
321
322 2006-12-31 Romain Francoise <romain@orebokech.com>
323
324 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
325
326 2006-12-31 Kim F. Storm <storm@cua.dk>
327
328 * files.el (auto-mode-case-fold): New defcustom.
329 (set-auto-mode): If non-nil, perform second case-sensitive pass
330 through auto-mode-alist if first pass failed.
331
332 2006-12-30 Richard Stallman <rms@gnu.org>
333
334 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
335
336 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
337
338 * allout.el (allout-encrypt-string): Handle symmetric-key
339 passphrase caching but leave keypair caching to pgg.
340
341 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
342
343 Sync with Tramp 2.0.55.
344
345 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
346 `integerp'. `char-equal' could fail else in case of negative
347 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
348 (top): Check for `font-lock-add-keywords' before calling; it
349 doesn't exist under XEmacs.
350 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
351 (tramp-completion-mode): Remove clause (not
352 tramp-unified-filenames), because the function is called in other
353 context too, where this check results in wrong results in the
354 XEmacs case on Windows.
355 (tramp-touch): UTC handling is not possible for XEmacs.
356
357 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
358
359 * scroll-bar.el (previous-scroll-bar-mode): New variable
360 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
361 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
362
363 * term/x-win.el: Set scroll bar mode to right if set by X resources.
364
365 2006-12-30 Richard Stallman <rms@gnu.org>
366
367 * files.el (make-backup-file-name-1): Precompute abs name
368 but don't lose the relative name.
369
370 * international/mule-cmds.el (select-safe-coding-system-interactively):
371 Fix message.
372
373 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
374
375 * files.el (backup-buffer): Show entire backup file name in msg.
376
377 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
378
379 * image.el (image-type-header-regexps, image-type-from-data)
380 (image-type-from-buffer, image-type-from-file-header):
381 Revert changes from 2006-12-26.
382 (image-type-auto-detectable): New variable.
383 (image-type-auto-detected-p): New function.
384
385 * files.el (magic-mode-alist): Detect image files with
386 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
387
388 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
389
390 * dired.el (dired-sort-other): Move test for dired-mode...
391 (dired-sort-set-modeline): ...to here.
392
393 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
394
395 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
396 change. Suggested by Stefan Monnier.
397
398 2006-12-29 Kim F. Storm <storm@cua.dk>
399
400 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
401 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
402
403 2006-12-27 Kim F. Storm <storm@cua.dk>
404
405 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
406 so it doesn't accidentally match an fsf.org mail address.
407 (authors-renamed-files-alist): Add tcover-*.el.
408
409 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * vc-arch.el (vc-arch-find-version): New function.
412
413 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
414 composed of arbitrary characters (even /) in some systems.
415
416 2006-12-27 Eli Zaretskii <eliz@gnu.org>
417
418 * international/mule-cmds.el (select-safe-coding-system-interactively):
419 Improve the message in the *Warning* buffer.
420
421 2006-12-27 Kim F. Storm <storm@cua.dk>
422
423 * ido.el (ido-set-matches-1): Fix last change. If default item is
424 current buffer, it is ok to be first.
425
426 2006-12-27 Kenichi Handa <handa@m17n.org>
427
428 * international/mule-cmds.el (select-safe-coding-system-interactively):
429 Use face `link' for problematic chars.
430
431 2006-12-27 Kenichi Handa <handa@m17n.org>
432
433 * international/mule-cmds.el (select-safe-coding-system-interactively):
434 Improve the message in *Warning* buffer.
435
436 2006-12-27 Kim F. Storm <storm@cua.dk>
437
438 * ido.el (ido-set-matches-1): Never put current buffer first if
439 there are other matches.
440
441 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
442
443 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
444 expressions.
445 (gdb-var-delete): Handle duplicate names. Print message for non
446 root expressions.
447 (gdb-partial-output-name): Start buffer name with a space.
448 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
449 buffer name.
450
451 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
452
453 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
454 last footnote when `footnote-spaced-footnotes' is nil.
455
456 2006-12-26 Richard Stallman <rms@gnu.org>
457
458 * cus-edit.el (custom-browse-sort-alphabetically)
459 (custom-buffer-sort-alphabetically)
460 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
461
462 * image.el (image-type-header-regexps): Change element format
463 to include third item NOT-ALWAYS.
464 (image-type-from-data): Handle new format.
465 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
466 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
467
468 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> (tiny change)
469
470 * add-log.el (add-log-current-defun): Call `forward-sexp'
471 multiple times to pick a member function name defined as
472 part of nested classes/namespaces.
473
474 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
475
476 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
477 which keymap should be used to change menu. It does not affect any
478 existent code.
479
480 2006-12-26 Richard Stallman <rms@gnu.org>
481
482 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
483 rather than for being in a minibuffer window.
484
485 2006-12-25 Daiki Ueno <ueno@unixuser.org>
486
487 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
488 locale-coding-system.
489 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
490 LF.
491
492 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
493
494 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
495 (sql-mode-syntax-table): Disable double quoted strings.
496 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
497
498 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
499
500 * startup.el (fancy-splash-last-input-event): New variable.
501 (fancy-splash-special-event-action): New function.
502 (fancy-splash-screens): Temporarily bind special events to it.
503 Execute command for saved special event before exiting from
504 recursive editing.
505
506 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
507 New functions.
508 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
509 Use mac-unread-string.
510
511 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
512
513 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
514 an optimized comment regexp if `comment-start-skip' uses a ^.
515 * bs.el (bs--up): Remove interactive spec.
516
517 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
518
519 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
520 Suggested by James Cloos.
521
522 2006-12-24 Kevin Ryde <user42@zip.com.au>
523
524 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
525 in March.
526 (calendar-dst-ends): Default to first Sunday in November.
527
528 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
529
530 * allout.el (allout-encrypt-string): Inhibit use of agent within
531 body of let form where encryption happens. Acknowledge non-use of
532 gpg-agent in docstring.
533 (allout-toggle-subtree-encryption): Acknowledge non-use of
534 gpg-agent in docstring.
535
536 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
537
538 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
539
540 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
541
542 * ediff-diff.el (ediff-diff-options): Clarify docstring.
543 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
544
545 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
546 in hooks.
547 (viper-add-newline-at-eob-if-necessary): Add newline only if we
548 actually modify buffer; ignore errors if occur.
549
550 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
551
552 * calendar/calendar.el (calendar-mode-map): Switch < and >.
553 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
554 formatting.
555
556 2006-12-23 Richard Stallman <rms@gnu.org>
557
558 * simple.el (delete-horizontal-space): Doc fix.
559
560 2006-12-23 Eli Zaretskii <eliz@gnu.org>
561
562 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
563 explicitly in a recursive Make, not implicitly through prerequisites,
564 since the latter is wrong under parallel builds.
565
566 2006-12-22 Eli Zaretskii <eliz@gnu.org>
567
568 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
569
570 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
571
572 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
573 message string.
574
575 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
576
577 * outline.el (outline-next-visible-heading): Fix the case with a
578 header at end-of-file with no final newline.
579
580 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
581
582 * indent.el (tab-always-indent): Doc fix.
583
584 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
585
586 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
587 (Info-fontify-node): Do fontify indices.
588
589 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
590 to the Emacs Lisp reference manual.
591 (tutorial--tab-map): Remove. All callers changed.
592 (tutorial--find-changed-keys): New elt QUIET, used to...
593 (tutorial--display-changes): ...ensure that warning messages are
594 only issued once per changed key.
595 (tutorial--remove-remarks): Delete unused code-path.
596 (lang-strings): Remove extraneous formatting.
597 (tutorial--save-tutorial): Prompt before saving tutorial state.
598
599 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
600
601 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
602 Replace '?\ ' by '?\s' throughout.
603 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
604 `help' custom group.
605 (tutorial--key-description): New function.
606 (tutorial--display-changes): Remove redundant arg. Scan for all
607 key sequences to avoid false matches. Cleanup.
608 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
609 reduce homedir pollution.
610 (help-with-tutorial): Call tutorial--display-changes with no arg.
611
612 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
613
614 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
615
616 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
617
618 * net/tramp.el (tramp-default-method): We still need to check for
619 `executable-find', because it is not bound under Emacs 20.
620 (tramp-handle-file-name-completion)
621 (tramp-completion-handle-file-name-completion): Handle optional
622 parameter PREDICATE.
623 (tramp-find-default-method): Add code for default values.
624
625 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
626
627 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
628 make gud-go send "continue".
629
630 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
631
632 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
633 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
634
635 2006-12-19 Kim F. Storm <storm@cua.dk>
636
637 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
638 instead of global-map.
639
640 * files.el (magic-mode-alist): Allow matching file type by
641 calling a function at bob. Check for image types by calling
642 image-type-from-buffer. Suggested by Juanma Barranquero.
643 (set-auto-mode): Do it.
644
645 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
646
647 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
648 Remove "ControlMaster" option from the other `scp*' methods.
649 (tramp-default-method): Check for ssh-agent before setting to `scp'.
650
651 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
652
653 * textmodes/org.el (org-mode): Show context after isearch.
654 (org-show-siblings): New function.
655 (org-show-context): Use `org-show-siblings'.
656
657 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
660 Use syntax-ppss-toplevel-pos.
661
662 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
663
664 * textmodes/org.el (org-current-line): Make sure that lines are
665 counted from beginning of buffer.
666 (org-table-copy-region, org-table-paste-rectangle): Make sure that
667 lines are counted from beginning of buffer.
668
669 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
670
671 * info.el (Info-build-node-completions): Signal error if tag-table
672 marker is not found.
673
674 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
675
676 2006-12-17 Alan Mackenzie <acm@muc.de>
677
678 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
679 speed) the case when open-paren-in-column-0-is-defun-start is nil.
680 Based on code by Martin Rudalics.
681
682 * progmodes/cc-mode.el (c-basic-common-init): Don't set
683 open-paren-in-column-0-is-defun-start to nil any more.
684
685 2006-12-17 Richard Stallman <rms@gnu.org>
686
687 * simple.el (delete-horizontal-space): Use prefix arg.
688
689 * help-fns.el (describe-variable): Improve blank separator lines.
690
691 * files.el (magic-mode-alist): Mark as risky.
692
693 * files.el (make-backup-file-name-1):
694 Expand backup-directory explicitly.
695
696 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
697
698 * net/tramp.el (tramp-default-method): Before setting to "pscp",
699 check whether package password.el is loaded, or Pageant is running.
700
701 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
702
703 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
704 (icalendar--rris): First try Emacs, then XEmacs.
705 (icalendar--convert-ical-to-diary): Doc fix.
706 Insert newline at end of target file.
707
708 2006-12-17 Kim F. Storm <storm@cua.dk>
709
710 * outline.el (outline-isearch-open-invisible-function): New defvar.
711 (outline-flag-region): Use it if non-nil for isearch-open-invisible
712 overlay property instead of outline-isearch-open-invisible.
713
714 2006-12-16 Kim F. Storm <storm@cua.dk>
715
716 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
717 if ido-directory-too-big is set on entry.
718 (ido-toggle-ignore, ido-completion-help): Print message while
719 reading big directory.
720
721 2006-12-15 Richard Stallman <rms@gnu.org>
722
723 * shell.el (shell): Doc fix.
724
725 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
726
727 * emulation/edt.el (edt-xserver):
728 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
729 to fix a problem on Cygwin.
730
731 * emulation/edt.el
732 * emulation/edt-mapper.el
733 * emulation/edt-lk201.el
734 * emulation/edt-pc.el
735 * emulation/edt-vt100.el: Update maintainer's email address.
736
737 2006-12-15 Simon Marshall <simon@gnu.org>
738
739 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous
740 change.
741
742 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
743
744 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
745 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
746 instead of mac-atsu-font-table.
747 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
748
749 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
750
751 * align.el (align-match-tex-pattern): Fix a rare bug which
752 hanged Emacs.
753
754 2006-12-14 Richard Stallman <rms@gnu.org>
755
756 * startup.el (use-fancy-splash-screens-p): Use frame-height
757 instead of window-height. Pass frame to image-size.
758
759 2006-12-13 Kenichi Handa <handa@m17n.org>
760
761 * international/mule-cmds.el (set-locale-environment):
762 Set default-sendmail-coding-system too.
763
764 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
765
766 * progmodes/idlw-help.el: Fix copyright notice.
767
768 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
771
772 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
773
774 * subr.el (unread-command-char): Reformat obsolescence info.
775
776 2006-12-11 Richard Stallman <rms@gnu.org>
777
778 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
779 about calls to cl-struct-setf-expander.
780
781 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
782
783 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
784 (ediff-combination-pattern): Fix typo in docstring.
785
786 * textmodes/refer.el (refer-find-entry): Doc fix.
787 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
788 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
789 Fix tipos in docstrings.
790
791 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
792
793 2006-12-10 Kim F. Storm <storm@cua.dk>
794
795 * ido.el (ido-init-completion-maps): Remap backward-kill-word
796 instead of binding M-backspace.
797
798 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
799
800 * replace.el (replace-match-data, replace-match-maybe-edit):
801 * calc/calc-aent.el (calc-eval-error):
802 * emulation/vi.el (vi-char-argument):
803 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
804 (c-vsemi-status-unknown-p-fn): Doc fixes.
805
806 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
807
808 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
809 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
810
811 2006-12-10 Masatake YAMATO <jet@gyve.org>
812
813 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
814
815 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
816
817 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
818
819 * man.el (Man-xref-button-action): New function. If the
820 `Man-target-string' button property is a function, assume it
821 accepts a position argument.
822 (Man-abstract-xref-man-page): Use it.
823 (Man-default-man-entry): New optional arg POS.
824
825 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
826 symlink arrows read-only and non-rear-sticky.
827
828 2006-12-09 Martin Rudalics <rudalics@gmx.at>
829
830 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
831 (wdired-search-and-rename): Simplify code.
832 (wdired-preprocess-files, wdired-preprocess-perms): Make
833 read-only property of preceding character rear-nonsticky to
834 avoid that it can be modified. Put old-name and old-link
835 properties on character preceding name and replace
836 put-text-property by add-text-properties.
837 (wdired-get-filename, wdired-get-previous-link): Get old-name
838 and old-link properties from character preceding name and
839 simplify code.
840 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
841 (wdired-perms-to-number): Make local-map property
842 rear-nonsticky to avoid that text following permissions may be
843 modified. Use add-text-properties instead of put-text-property
844 when changing a permission bit.
845 (wdired-change-to-dired-mode): Remove stickiness properties.
846
847 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
848
849 * international/mule-cmds.el (register-input-method): Doc fix.
850
851 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
852
853 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
854
855 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
856
857 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
858 Force buffer local defs evaluation on local variables loading.
859 (flyspell-mode-on, flyspell-mode-off): Use it in
860 `hack-local-variables-hook'.
861
862 2006-12-09 Eli Zaretskii <eliz@gnu.org>
863
864 * emacs-lisp/find-func.el (find-variable): Doc fix.
865
866 * help-fns.el (variable-at-point): Doc fix.
867
868 * w32-fns.el (w32-append-code-lines): New function.
869
870 2006-12-09 Romain Francoise <romain@orebokech.com>
871
872 * comint.el (comint-insert-input): Delete obsolete comment.
873
874 2006-12-08 Kevin Rodgers <ihs_4664@yahoo.com>
875
876 * files.el (insert-file-1): Compare file size to
877 large-file-warning-threshold and request confirmation when
878 warranted.
879
880 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
883 current frame, in case we're connected to several displays.
884
885 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
886
887 * frame.el (other-frame): Doc fix.
888 (set-frame-parameter): Fix typo in docstring.
889
890 2006-12-07 Kim F. Storm <storm@cua.dk>
891
892 * info.el (Info-index): Strip leading colon from topic.
893
894 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
895
896 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
897 to pointers.
898
899 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
900
901 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
902 Trim out spurious class inheritance "None" entries.
903
904 2006-12-05 Kim F. Storm <storm@cua.dk>
905
906 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
907 (cua-paste-pop): Rework last change for
908 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
909 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
910 text inserted by the last M-y command.
911
912 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
913
914 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
915 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
916
917 * shell.el (shell): Search the start file in ~/.emacs.d as
918 `init_SHELLNAME.sh' instead.
919
920 2006-12-05 Glenn Morris <rgm@gnu.org>
921
922 * progmodes/cperl-mode.el (cperl-mode)
923 * progmodes/f90.el (f90-mode-abbrev-table)
924 * progmodes/fortran.el (fortran-mode-abbrev-table)
925 * progmodes/octave-mod.el (octave-abbrev-table)
926 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
927 if abbrev-table is non-nil (saved user abbrevs may have been restored).
928
929 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
930 clear abbrev table, else saved abbrevs will not be restored.
931
932 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
933
934 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
935 the call to `make-obsolete-variable', not in the docstring.
936
937 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
938
939 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
940
941 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
942
943 * progmodes/ebnf-abn.el:
944 * progmodes/ebnf-bnf.el:
945 * progmodes/ebnf-dtd.el:
946 * progmodes/ebnf-ebx.el:
947 * progmodes/ebnf-iso.el:
948 * progmodes/ebnf-otz.el:
949 * progmodes/ebnf-yac.el:
950 * progmodes/ebnf2ps.el:
951 * delim-col.el:
952 * printing.el:
953 * ps-bdf.el:
954 * ps-mule.el:
955 * ps-print.el: Remove 'Time-stamp' comment mark.
956
957 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
958 'easy-menu-add-item' when called in Emacs 21 or higher.
959
960 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
961
962 * progmodes/ada-xref.el (ada-check-current): Doc fix.
963 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
964
965 2006-12-04 Kim F. Storm <storm@cua.dk>
966
967 * bindings.el (global-map): Bind [signal t] to ignore, to have
968 user signals ignored by default.
969
970 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
971
972 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
973 Unicode data file pointed to by `describe-char-unicodedata-file'.
974
975 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
978 O(n^2) regexp-search by anchoring the search.
979
980 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
981
982 * whitespace.el (whitespace-cleanup-internal): Use current
983 argument for recursive call.
984
985 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
986
987 * net/tramp.el (tramp-methods): Add "ControlPath" and
988 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
989 Andreas Schwab <schwab@suse.de>.
990 (tramp-do-copy-or-rename-file-out-of-band)
991 (tramp-open-connection-rsh): Compute format spec for ?t.
992 (tramp-process-actions): Trace command parameters.
993
994 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
995
996 * simple.el (toggle-truncate-lines): Clarify doc string.
997
998 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
999 (gdb-speedbar-expand-node): Use it.
1000
1001 2006-12-04 Richard Stallman <rms@gnu.org>
1002
1003 * progmodes/python.el (python-indent): Add safe-local-variable prop.
1004
1005 * dired.el (dired-revert): Turn off dired-after-readin-hook
1006 around call to dired-readin.
1007
1008 * menu-bar.el (menu-bar-make-toggle): Add "globally"
1009 to echo area messages.
1010 <indicate-empty-lines, case-fold-search>:
1011 Add "globally" to Help string.
1012 <case-fold-search>: MESSAGE arg need not say "globally".
1013 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
1014
1015 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
1016
1017 * outline.el (outline-end-of-subtree): Don't leave an empty
1018 line hidden as we would a real next heading.
1019
1020 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
1021
1022 * allout.el (allout-ascend): Add an optional argument to preserve
1023 original position of point when unsuccessful. Also, fix a
1024 docstring error.
1025 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
1026 work again, using allout-ascend's new option.
1027 (allout-setup-mode-map): Extract from allout-mode to initialize
1028 allout-mode-map. Call it on file load, so the mode docstring
1029 substitutions work even if allout mode has not yet been invoked.
1030 (allout-mode): Use new allout-setup-mode-map to track any keybinding
1031 customizations since the map was last processed. Also, refine the
1032 docstring so it's ship-shape for release.
1033 (allout-default-layout, allout-beginning-of-line-cycles)
1034 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
1035 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
1036 (allout-version, allout-layout, allout-infer-body-reindent)
1037 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
1038 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
1039 (allout-previous-heading, allout-goto-prefix-doublechecked)
1040 (allout-current-bullet-pos, allout-next-sibling-leap)
1041 (allout-pre-command-business, allout-encrypted-type-prefix)
1042 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
1043 (allout-rebullet-topic, allout-rebullet-topic-grunt)
1044 (allout-flag-region, allout-expose-topic, allout-expose-topic)
1045 (allout-old-expose-topic, allout-listify-exposed)
1046 (allout-process-exposed, allout-latex-verb-quote)
1047 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
1048 (allout-toggle-current-subtree-encryption)
1049 (allout-toggle-subtree-encryption, allout-bullet-isearch):
1050 Remove extraneous open-paren and close paren string escapes.
1051
1052 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
1055 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
1056 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
1057 Fix typos in docstrings.
1058
1059 2006-12-03 Glenn Morris <rgm@gnu.org>
1060
1061 * progmodes/cc-align.el
1062 * progmodes/cc-awk.el
1063 * progmodes/cc-cmds.el
1064 * progmodes/cc-compat.el
1065 * progmodes/cc-defs.el
1066 * progmodes/cc-engine.el
1067 * progmodes/cc-langs.el
1068 * progmodes/cc-menus.el
1069 * progmodes/cc-mode.el
1070 * progmodes/cc-styles.el
1071 * progmodes/cc-vars.el
1072 * progmodes/vhdl-mode.el: Fix Copyright format.
1073
1074 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
1077 initial down event.
1078
1079 2006-12-02 Kim F. Storm <storm@cua.dk>
1080
1081 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
1082 (cua-repeat-replace-region): Make M-v more robust.
1083 (cua-paste-pop-rotate-temporarily): New defcustom.
1084 (cua-paste-pop): Use it.
1085 (cua-auto-mark-last-change): New defcustom.
1086 (cua-pop-to-last-change): New helper function.
1087 (cua-set-mark): Use them.
1088
1089 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
1090
1091 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
1092 mini-buffer message.
1093
1094 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
1095
1096 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
1097
1098 2006-12-01 Ben North <ben@redfrontdoor.org>
1099
1100 * paren.el: Fix the highlight overlay extension when the user types a
1101 sequence of char very fast just before the open parenthesis.
1102
1103 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1104
1105 * ps-mule.el: Eliminate Emacs 20 compatibility.
1106
1107 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
1108 (ps-print-version): New Version 6.7.
1109 (ps-print-quote): Replace '?\ ' by '?\s'.
1110
1111 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
1112
1113 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
1114 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
1115 (hexl-end-of-1k-page): Doc fixes.
1116 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
1117 Fix typos in docstrings.
1118
1119 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1120
1121 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
1122 locally, i.e. without using file name handlers.
1123 (ido-read-internal): Allow mono letter host names, avoiding the
1124 `c:' problem by testing if the file exists locally.
1125 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
1126
1127 2006-11-30 Masatake YAMATO <jet@gyve.org>
1128
1129 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
1130 to avoid bytecomp warnings.
1131 (hexl-mode-old-ruler-function): New variable.
1132 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
1133 and `hl-line-range-function' after `require' hl-line.
1134 Then bind `hl-line-range-function' and `hl-line-face'.
1135 Don't require frame. Don't use `with-no-warnings'.
1136 (hexl-activate-ruler): Store the original value of
1137 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
1138 (hexl-mode-exit): Restore the original value of
1139 `ruler-mode-ruler-function'.
1140
1141 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1142
1143 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
1144 (hexl-mode-old-hl-line-face): New variable.
1145 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
1146 line when exit from the hexl-mode.
1147
1148 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
1151 Doc fixes.
1152
1153 * international/fontset.el (create-fontset-from-ascii-font)
1154 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
1155 (fontset-name-p): Fix typo in docstring.
1156
1157 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
1158
1159 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1160
1161 * ps-bdf.el: Fix maintainer email.
1162
1163 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
1164 compatibility.
1165
1166 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
1167 21 compatibility.
1168 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
1169 Emacs 20 & 21.
1170
1171 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
1172
1173 * progmodes/idlwave.el (idlwave-auto-fill):
1174 Remove paragraph-start let to prevent auto-fill giving up.
1175
1176 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
1177
1178 * vt100-led.el (led-state): Fix typo in previous change.
1179
1180 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1181
1182 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1183 Fix interactive spec of the functions getting defined to make them
1184 work as documented.
1185
1186 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * startup.el (fancy-splash-screens): Hide initial splash buffer.
1189
1190 2006-11-28 Kim F. Storm <storm@cua.dk>
1191
1192 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
1193 icomplete-mode is enabled.
1194
1195 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
1196
1197 * textmodes/org.el (require): Require gnus-sum during compilation
1198 to avoid problem with a macro call.
1199
1200 2006-11-28 Glenn Morris <rgm@gnu.org>
1201
1202 * emacs-lisp/authors.el (authors-aliases): Add new alias.
1203
1204 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
1205 (fortran-window-create-momentarily): Do not need string-to-char.
1206
1207 2006-11-28 Richard Stallman <rms@gnu.org>
1208
1209 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1210 Replace incorrect use of assoc-default with a loop.
1211
1212 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
1213
1214 * simple.el (next-error-find-buffer): Improve messages.
1215
1216 * files.el (revert-buffer): Special error message if file
1217 is now not readable.
1218
1219 * facemenu.el (facemenu-add-new-face): Improve doc strings of
1220 constructed commands.
1221
1222 * comint.el (comint-exec-1): Provide Emacs version and `comint'
1223 in INSIDE_EMACS.
1224
1225 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
1228
1229 * server.el: Remove spurious * in docstrings.
1230 (server-process-filter): Exit from recursive editing before processing
1231 a new request.
1232
1233 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
1234
1235 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
1236 line so hidden blocks will be correctly identified.
1237
1238 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
1239
1240 * ledit.el (ledit-save-defun, ledit-mode):
1241 * resume.el (resume-emacs-args-buffer):
1242 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
1243 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
1244 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
1245 (command-send-input, command-kill-line):
1246 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
1247
1248 * autoarg.el (autoarg-kp-mode): Doc fix.
1249
1250 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
1251 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
1252 (check-emacs-lock): Doc fix. Simplify.
1253
1254 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
1255 (iimage-mode-buffer): Fix typos in docstring.
1256
1257 * misc.el (zap-up-to-char): Doc fix.
1258
1259 * time-stamp.el: Fix comment and obsolescence string for old
1260 functions. Use `dolist' instead of `while'.
1261
1262 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
1263
1264 * disp-table.el (standard-display-8bit, standard-display-default):
1265 * ebuff-menu.el (electric-buffer-list):
1266 * ehelp.el (electric-help-command-loop):
1267 * font-core.el (font-lock-mode):
1268 * help-macro.el (make-help-screen):
1269 * help.el (describe-minor-mode-completion-table-for-indicator)
1270 (lookup-minor-mode-from-indicator):
1271 * indent.el (tab-to-tab-stop, move-to-tab-stop):
1272 * info-look.el (info-lookup-guess-custom-symbol):
1273 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
1274 * longlines.el (longlines-wrap-line):
1275 * macros.el (insert-kbd-macro):
1276 * menu-bar.el (menu-bar-update-buffers):
1277 * misc.el (copy-from-above-command):
1278 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
1279 * newcomment.el (comment-indent):
1280 * novice.el (disabled-command-function):
1281 * sort.el (sort-fields-syntax-table):
1282 * subr.el (momentary-string-display):
1283 * tar-mode.el (tar-header-block-summarize)
1284 (tar-clear-modification-flags):
1285 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
1286 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
1287 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
1288 (te-delete-char, te-down-vertically-or-scroll):
1289 * time-stamp.el (time-stamp-string-preprocess):
1290 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
1291
1292 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1293
1294 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
1295 in GUD mode.
1296
1297 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
1298 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
1299
1300 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1301
1302 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
1303
1304 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
1305
1306 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
1307 (ada-compile-goto-error): Adapt to new argument profile of
1308 compilation-goto-locus in Emacs 22. Don't check if the various
1309 compile functions are defined; we already do "(require 'compile)".
1310
1311 2006-11-26 Kim F. Storm <storm@cua.dk>
1312
1313 * kmacro.el: Fix commentary.
1314
1315 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
1316
1317 * progmodes/gud.el (gdb): Explain how to run in text command mode
1318 more clearly. Say in error message that multiple debugging
1319 requires restarting GDB.
1320
1321 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
1324
1325 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
1326
1327 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
1328 (flymake-popup-menu): Use it instead of posn-at-point.
1329
1330 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1331
1332 * progmodes/cc-vars.el (c-backslash-column):
1333 Mention c-backslash-max-column in documentation for c-backslash-column.
1334
1335 2006-11-24 Lars Hansen <larsh@soem.dk>
1336
1337 * net/tramp.el (tramp-default-method): Under Windows, change from
1338 plink to pscp.
1339 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
1340 (tramp-actions-copy-out-of-band):
1341 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
1342 (tramp-action-out-of-band): Move "Permission denied" handling to
1343 tramp-action-copy-failed.
1344 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
1345 process buffer.
1346
1347 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1350 strings to a single string. Quote `errors-file-name'.
1351 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1352 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1353 Adjust calls. Use `shell-quote-argument'.
1354
1355 * international/mule.el (load-with-code-conversion)
1356 (with-category-table): Use with-current-buffer.
1357 (after-insert-file-set-coding): Use restore-buffer-modified-p.
1358
1359 2006-11-24 Eli Zaretskii <eliz@gnu.org>
1360
1361 * mail/smtpmail.el (smtpmail-send-it):
1362 Copy buffer-file-coding-system from the mail buffer. Possibly add a
1363 MIME header for the message encoding.
1364 Bind coding-system-for-write around the call to mail-do-fcc.
1365 Use smtpmail-code-conv-from to encode queued mail messages.
1366
1367 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
1368
1369 * tabify.el (tabify-regexp): Doc fix.
1370
1371 * net/rcirc.el (rcirc-buffer-maximum-lines):
1372 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
1373
1374 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
1375 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
1376 Fix typos in output messages.
1377 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
1378
1379 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
1382 the horse's mouth.
1383 (hexlify-buffer): Don't re-encode an arg that's already encoded.
1384
1385 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
1386
1387 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
1388 Remove condition-case.
1389
1390 2006-11-23 Glenn Morris <rgm@gnu.org>
1391
1392 * progmodes/f90.el (f90-comment-indent): Do not move point in
1393 default case.
1394
1395 2006-11-21 Romain Francoise <romain@orebokech.com>
1396
1397 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
1398 from library name (reverts change of 2005-10-25).
1399
1400 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
1401
1402 * tutorial.el (tutorial--default-keys): Add newline and
1403 delete-backward-char bindings.
1404 (tutorial--detailed-help): Save excursion when finding keys.
1405 Correct warning string for M-x FOO case.
1406 (tutorial--display-changes): Print special keys in tutorial style.
1407 Tweak search regexp for changed keys.
1408
1409 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1410
1411 * thingatpt.el (thing-at-point-url-at-point): Don't add a
1412 redundant scheme.
1413
1414 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
1415
1416 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
1417 are new to the list at IANA. Also added irc, mms, mmsh.
1418
1419 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
1420
1421 * progmodes/idlw-help.el (idlwave-html-help-location):
1422 Fail gracefully for missing help packages.
1423 (idlwave-help-assistant-open-link): Open full links.
1424 (idlwave-help-assistant-help-with-topic): Direct help link.
1425
1426 * progmodes/idlwave.el (idlwave-mode):
1427 Set add-log-current-defun-function.
1428 (idlwave-current-routine-fullname): Add, to support add-log.
1429 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
1430 to reflect improvements to xml-parse-file.
1431 (idlwave-mode-menu-def): New binding for help-with-topic.
1432
1433 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
1434 Handle extra newlines and spaces.
1435 (idlwave-shell-mode-map): Add help-with-topic.
1436
1437 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
1438
1439 * tutorial.el (tutorial-warning-face): New face.
1440 (tutorial--detailed-help, tutorial--display-changes): Use it.
1441 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
1442 Improve search pattern for occurrences of changed keys.
1443
1444 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1445
1446 * term/x-win.el (x-last-cut-buffer-coding): New variable.
1447 (x-select-text): Set it.
1448 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
1449 when checking for newness.
1450
1451 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
1452
1453 * subr.el (posn-image):
1454 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
1455
1456 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
1457
1458 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1459
1460 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
1461 Exceptions to the rule "add a space between an identifier and an
1462 opening parenthesis". Defaulted to the `#define' problem of cpp.
1463 (glasses-parenthesis-exception-p): New. Check if the region is an
1464 exception regarding to that.
1465 (glasses-make-readable): Use it.
1466 (glasses-convert-to-unreadable): Ditto. Modify the file also if
1467 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
1468
1469 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
1472
1473 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
1474
1475 * progmodes/ada-mode.el (ada-make-body): Fix typo.
1476
1477 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
1478 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
1479
1480 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
1483 conditions for function or variable bindings.
1484
1485 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
1486
1487 * progmodes/compile.el (compilation-start): Ditto.
1488
1489 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
1490
1491 * net/tramp.el (top): cl and custom are always required.
1492
1493 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1494
1495 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
1496 cut-buffers with next-selection-coding-system if not nil.
1497
1498 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
1499
1500 * textmodes/org.el (org-fix-decoded-time): New function.
1501 (org-display-custom-time): Use `org-fix-decoded-time'.
1502
1503 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * menu-bar.el (menu-bar-games-menu): Remove yow.
1506
1507 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
1508
1509 * textmodes/org.el (org-scan-tags): Re-align code fixed.
1510 (org-detach-overlay): Rename from `org-detatch-overlay'.
1511 (org-table-convert-region): Insert space after column separator.
1512 (org-agenda-kill): New command.
1513 (org-metaleft): Call `org-outdent-item' on bullets.
1514 (org-metaright): Call `org-indent-item' on bullets.
1515 (org-timestamp-change): Set `org-last-changed-timestamp'.
1516 (org-current-line): Make sure (bolp) returns correct result.
1517 (org-agenda-change-all-lines): Make sure TODO are highlighted.
1518
1519 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
1522
1523 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
1524
1525 * mouse.el (global-map): Change 2006-08-16 fix to call
1526 mouse-yank-at-click explicitly, since mouse events are not carried
1527 over into keyboard macros.
1528
1529 2006-11-16 Kim F. Storm <storm@cua.dk>
1530
1531 * ido.el (ido-file-internal): Use current buffer's file name as default
1532 choice for ido-find-alternate-file. Suggested by Matt Hodges.
1533
1534 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
1535
1536 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
1537 (allout-inhibit-aberrance-doublecheck): Rename from
1538 allout-during-yank-processing. All callers changed.
1539 (allout-ascend): Provide for unusual case where some topic after
1540 the first in file is at lower depth than the first.
1541 (allout-shift-in): Ensure the offspring of the new containing
1542 topic are exposed.
1543 (allout-encrypt-string): Preserve the coding-system of the text,
1544 according to that of the containing buffer.
1545 (allout-toggle-subtree-encryption): When the text being encrypted
1546 requires a different coding system, offer to preserve the coding
1547 system using a file local var.
1548
1549 2006-11-15 Simon Marshall <simon@gnu.org>
1550
1551 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
1552 to recognise "T t()" as a function declaration, rather than a
1553 variable instantiation, iff at the top-level or inside a class
1554 declaration. Suggested by Feng Li <fengli@gmail.com>.
1555
1556 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
1557
1558 * progmodes/ada-xref.el (ada-parse-prj-file):
1559 Don't delete project buffer; user may want to edit it.
1560 (ada-xref-set-project-field, ada-xref-current-project-file)
1561 (ada-xref-current-project, ada-show-current-project)
1562 (ada-set-main-compile-application): New functions.
1563 (ada-xref-get-project-field, ada-require-project-file):
1564 Normalize use of ada-prj-default-project-file.
1565 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
1566 Normalize use of ada-require-project-file.
1567 (ada-prj-find-prj-file): Improve doc string, comments.
1568
1569 * progmodes/ada-mode.el (ada-mode-version): Bump version.
1570 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
1571 (ada-create-menu): Add ada-set-main-compile-application,
1572 ada-show-current-main, ada-show-current-project.
1573
1574 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
1577 (inferior-python-mode): Use it.
1578
1579 2006-11-14 Andreas Schwab <schwab@suse.de>
1580
1581 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1582
1583 2006-11-13 Kim F. Storm <storm@cua.dk>
1584
1585 * ido.el (ido-copy-current-word): C-o copies region if active.
1586
1587 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1588
1589 * textmodes/org.el (org-emph-face): Fix typo in variable name.
1590
1591 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
1592
1593 * ediff.el (ediff-revision):
1594 * files.el (set-visited-file-name):
1595 * mail/rmailout.el (rmail-output-body-to-file):
1596 Use `format', not `message', in `y-or-n-p' call.
1597
1598 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
1599
1600 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
1601 (org-metaright): Call `org-indent-item' on bullets.
1602 (org-timestamp-change): Set `org-last-changed-timestamp'.
1603 (org-current-line): Make sure (bolp) returns correct result.
1604 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
1605
1606 2006-11-12 Richard Stallman <rms@gnu.org>
1607
1608 * language/european.el (turkish-case-conversion-enable)
1609 (turkish-case-conversion-disable): New functions.
1610 ("Turkish" lang env): Use them.
1611
1612 * international/characters.el (case table):
1613 Do nothing special for i and I.
1614
1615 * subr.el (remove-overlays): Fix last change.
1616
1617 * cus-edit.el (custom-save-all): Use find-file-visit-truename
1618 for visiting the custom file.
1619
1620 2006-11-12 Markus Triska <triska@gmx.at>
1621
1622 * play/handwrite.el (handwrite): Also process lines not ending
1623 with newline. Replace some position-fiddling with different
1624 logic. Improve performance.
1625
1626 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
1627
1628 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
1629 replacing deleted variable `ada-check-switch'.
1630 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
1631 (ada-xref-project-files): Improve doc string.
1632 (ada-find-executable): New function.
1633 (ada-initialize-runtime-library): Use `ada-find-executable'.
1634 (ada-xref-set-default-prj-values): In compile commands, don't need
1635 `ada-cd-command'; `compile' does that more portably.
1636 Use ada-prj-default-check-cmd.
1637 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
1638 properties if not specified in project file.
1639 (ada-goto-declaration): Display useful message for new error
1640 'error-file-not-found.
1641 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
1642 'error-file-not-found.
1643 (ada-get-all-references): Match latest ali syntax. Signal new
1644 error 'error-file-not-found.
1645 (ada-find-in-ali): Match latest ali syntax.
1646 (ada-make-filename-from-adaname): Handle different semantics of
1647 gnatkr in GNAT 3.15p vs later.
1648
1649 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
1650 ada-procedure-start-regexp.
1651 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
1652
1653 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
1654 with defvar.
1655 (ada-language-version): Rename ada05 -> ada2005.
1656 (ada-align-region-separate): Add `eval-when-compile'.
1657 (ada-name-regexp): Remove unneeded escapes in regexp character
1658 alternative.
1659 (ada-compile-goto-error-file-linenr-re): New constant.
1660 (ada-matching-start-re): Handle additional cases `declare',
1661 `procedure', `function'.
1662 (ada-compile-goto-error): Handle "... at line nn".
1663 (ada-mode): Clearer syntax, comments for ff-special-constructs.
1664 Delete support for old versions of `align'.
1665 (ada-search-prev-end-stmt): Handle additional keyword `private'.
1666 (ada-check-defun-name): Simplify handling of `declare'.
1667 (ada-goto-matching-start): Handle nested `begin ... end'.
1668 Handle `declare', `protected', `procedure', `function'.
1669 (ada-create-menu): Presence of arm95 is not conditional on using
1670 GNAT compiler.
1671
1672 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
1673
1674 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
1675 nil in the *RE-Builder* buffer (it causes spurious error messages).
1676
1677 * server.el (server-visit-files): If `minibuffer-auto-raise' has
1678 been set to t, respect it.
1679
1680 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
1681
1682 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
1683 Delete commented out code for old Emacs versions. Autoloading of
1684 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
1685 (ada-mode-version): Bump version number.
1686 (ada-95-string-keywords, ada-2005-string-keywords)
1687 (ada-2005-keywords, ada-name-regexp): New constant.
1688 (ada-language-version, ada-procedure-start-regexp, ada-mode)
1689 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
1690 (ada-package-start-regexp): Support private packages, include package
1691 name (for ada-set-point-accordingly).
1692 (ada-next-procedure, ada-previous-procedure)
1693 (ada-which-function-are-we-in): Match changes to
1694 ada-procedure-start-regexp.
1695 (ada-make-body): Make non-interactive; not a user function.
1696 (ada-make-subprogram-body): Improve doc string.
1697
1698 2006-11-11 Romain Francoise <romain@orebokech.com>
1699
1700 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
1701 `compilation-error-regexp-alist' buffer-local, since we changed
1702 `compilation-error-regexp-alist-alist' locally.
1703
1704 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
1705
1706 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
1707 to the value of `server-raise-frame'.
1708
1709 2006-11-11 Glenn Morris <rgm@gnu.org>
1710
1711 * ido.el (ido-enable-prefix)
1712 * ses.el (ses-call-printer-return)
1713 * net/tramp.el (tramp-unified-filenames)
1714 * progmodes/cc-align.el (c-lineup-string-cont)
1715 * progmodes/compile.el (compilation-directory-matcher)
1716 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1717 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1718 (vhdl-clock-rising-edge)
1719 * textmodes/org.el (org-export-with-timestamps)
1720 (org-export-remove-timestamps-from-toc)
1721 (org-export-with-tags): Improve previous doc fixes.
1722
1723 2006-11-11 Richard Stallman <rms@gnu.org>
1724
1725 * textmodes/flyspell.el (flyspell-mode-map):
1726 Bind C-c $ instead of M-RET.
1727
1728 2006-11-10 Simon Marshall <simon@gnu.org>
1729
1730 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
1731 fontification for "case" and "default" keywords.
1732
1733 2006-11-10 Andreas Schwab <schwab@suse.de>
1734
1735 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1736 Avoid starting sentence with "nil".
1737
1738 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1739
1740 * server.el (server-raise-frame): New option.
1741 (server-switch-buffer): Use it.
1742
1743 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
1744
1745 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
1746 with a capital.
1747
1748 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
1749
1750 * textmodes/org.el (org-show-hierarchy-above)
1751 (org-show-following-heading): Fix typo in default value.
1752 (org-scan-tags): Make the search case-sensitive.
1753 (org-tags-sparse-tree): Don't overrule
1754 `org-show-following-heading' and `org-show-hierarchy-above'.
1755 (org-reveal): New command.
1756 (org-show-context): Rename from `org-show-hierarchy-above'.
1757 (org-fast-tag-selection-single-key): New option.
1758 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
1759 (org-tags-overlay): New variable.
1760 (org-agenda-todo-ignore-deadlines): New option.
1761 ("session"): Add circular data structure `org-mark-ring' to
1762 exceptions list in session.el.
1763 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
1764 New options.
1765 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
1766 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
1767 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
1768 (org-finalize-agenda): Activate bracket links in agenda.
1769 (org-at-timestamp-p, org-at-date-range-p): Additional argument
1770 INACTIVE-OK.
1771 (org-show-hierarchy-above, org-show-following-heading):
1772 List values allowed for fine-tuned configuration.
1773 (org-show-hierarchy-above): New argument CONTEXT, use the
1774 fine-tuned settings in `org-show-hierarchy-above' and
1775 `org-show-following-heading'.
1776 (org-display-custom-time): New function.
1777 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
1778 (org-display-custom-times, org-time-stamp-custom-formats):
1779 (org-maybe-intangible): New macro.
1780 (org-activate-bracket-links, org-hide-wide-columns):
1781 Use `org-maybe-intangible'.
1782 (org-open-file): Use `shell-quote-argument'.
1783 (org-display-internal-link-with-indirect-buffer): New option.
1784 (org-file-remote-p): Get regexp from list.
1785 (org-link-expand-abbrev): New function.
1786 (org-link-abbrev-alist): New option.
1787 (org-open-at-point, org-cleaned-string-for-export):
1788 Call `org-link-expand-abbrev'.
1789 (org-timeline, org-agenda-list, org-todo-list)
1790 (org-tags-view): Remove the KEEP-MODES argument.
1791 (org-finalize-agenda-hook): New hook.
1792 (org-get-alist-option): New function.
1793 (org-follow-timestamp-link): New function.
1794 (org-open-at-point): Call `org-follow-timestamp-link'.
1795 (org-log-note-marker, org-log-note-purpose)
1796 (org-log-note-window-configuration): New variables.
1797 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
1798 (org-log-note-headings): New option.
1799 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
1800 (org-store-link): Support for dired-mode.
1801 (org-open-file): Substitute environment variables into filename.
1802 (org-last): New defsubst.
1803 (org-agenda-re-align-tags): New function.
1804 (org-agenda-align-tags-to-column): New option.
1805 (org-agenda-timeline): Group removed.
1806 (org-prepare-agenda, org-prepare-agenda-buffers)
1807 (org-run-agenda-series, org-timeline, org-agenda-list)
1808 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
1809 the text property inticating the agenda type.
1810 (org-agenda-post-command-hook): Get agenda type from text property
1811 at point.
1812 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
1813 and obey `org-agenda-overriding-arguments'.
1814 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
1815 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1816 (org-agenda-week-view, org-agenda-day-view):
1817 Use `org-agenda-overriding-arguments' to make updating work with
1818 multi-block agendas.
1819 (org-agenda-prefix-format): Allow different formats for the
1820 different agenda entry types.
1821 (org-timeline-prefix-format): Option removed, use
1822 `org-agenda-prefix-format' instead.
1823 (org-prepare-agenda): New function.
1824 (org-select-timeline-window): Option removed, use
1825 `org-select-agenda-window' instead.
1826 (org-respect-restriction): Variable removed.
1827 (org-cmp-tag): New function.
1828 (org-agenda-sorting-strategy, org-entries-lessp):
1829 Implement sorting by last tag.
1830 (org-complete): Better completion in in-buffer option lines.
1831 (org-in-item-p): New function.
1832 (org-org-menu): Add entries for checkboxes.
1833 (org-cycle): Extra brouping in outline-regexp, because it is used
1834 in a search with "^" prepended.
1835 (org-provide-checkbox-statistics): New option.
1836 (org-set-font-lock-defaults): Highlight checkbox statistics.
1837 (org-update-checkbox-count-maybe)
1838 (org-get-checkbox-statistics-face): New functions.
1839 (org-update-checkbox-count): New command.
1840 (org-insert-item, org-toggle-checkbox):
1841 Call `org-update-checkbox-count-maybe'.
1842 (org-export-as-html): XEmacs compatibility for coding system.
1843 (org-force-cycle-archived): New command.
1844 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
1845 overrules cycling.
1846 (org-fix-position-after-promote): If the line contains only a todo
1847 keyword, add a final space.
1848 (org-promote-subtree, org-demote-subtree):
1849 Call `org-fix-position-after-promote'.
1850
1851 2006-11-10 Glenn Morris <rgm@gnu.org>
1852
1853 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
1854 date in every year.
1855 (calendar-dst-check-each-year-flag): New customizable variable.
1856 (calendar-dst-find-data): New function, extracted from
1857 calendar-current-time-zone.
1858 (calendar-current-time-zone): Use calendar-dst-find-data.
1859 (calendar-dst-transition-cache): New variable.
1860 (calendar-dst-find-startend, calendar-dst-starts)
1861 (calendar-dst-ends): New functions.
1862 (calendar-daylight-savings-starts)
1863 (calendar-daylight-savings-ends): Change value to use
1864 calendar-dst-starts, calendar-dst-ends; respectively.
1865
1866 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
1867
1868 * ido.el (ido-enable-prefix)
1869 * ses.el (ses-call-printer-return)
1870 * net/tramp.el (tramp-unified-filenames)
1871 * progmodes/cc-align.el (c-lineup-string-cont)
1872 * progmodes/compile.el (compilation-directory-matcher)
1873 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
1874 * progmodes/gdb-ui.el (gdb-many-windows)
1875 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
1876 (vhdl-clock-rising-edge)
1877 * textmodes/org.el (org-export-with-timestamps)
1878 (org-export-remove-timestamps-from-toc, org-export-with-tags)
1879 (org-read-date): Doc fix (Nil -> nil).
1880
1881 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1882
1883 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1884 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
1885
1886 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
1887
1888 * bs.el (bs--window-for-buffer): Remove.
1889 (bs--show-with-configuration): Use `get-window-with-predicate'
1890 instead of `bs--window-for-buffer'.
1891
1892 2006-11-10 Kenichi Handa <handa@m17n.org>
1893
1894 * files.el (revert-buffer): Fix previous change.
1895
1896 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
1897
1898 * bs.el (bs--redisplay): Fix typo in docstring.
1899 (bs--window-config-coming-from): Make frame-local.
1900 (bs--restore-window-config): New function.
1901 (bs-kill, bs-select, bs-select-other-window)
1902 (bs-select-other-frame): Use it.
1903 (bs--window-for-buffer): Return as soon as a matching buffer is found.
1904 (bs--show-with-configuration): Save the window configuration as a
1905 frame local var, and only if *buffer-selection* is not already
1906 visible on this frame.
1907
1908 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * vc-svn.el (vc-svn-admin-directory): New var.
1911 (vc-svn-registered, vc-svn-responsible-p)
1912 (vc-svn-repository-hostname): Use it.
1913 Suggested by arit93@yahoo.com.
1914
1915 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1916
1917 * ldefs-boot.el: Regenerate.
1918
1919 2006-11-08 Alan Mackenzie <acm@muc.de>
1920
1921 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
1922 case (eq open-paren-in-column-0-is-defun-start nil) by searching
1923 for least nested open-paren.
1924
1925 2006-11-08 Romain Francoise <romain@orebokech.com>
1926
1927 * subr.el (remove-overlays): Fix typo in last change.
1928
1929 2006-11-08 Richard Stallman <rms@gnu.org>
1930
1931 * subr.el (remove-overlays): Call overlay-recenter.
1932
1933 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1934
1935 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
1936 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
1937 behaviour.
1938 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
1939 directly.
1940
1941 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1942
1943 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
1944 (ido-max-dir-file-cache, ido-decorations)
1945 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
1946 (ido-magic-backward-char, ido-enter-dired)
1947 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
1948 (ido-list-directory, ido-first-match, ido-only-match)
1949 (ido-subdir, ido-indicator): Fix typos in docstrings.
1950 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
1951 (ido-read-internal): Fix typo in error message.
1952
1953 2006-11-08 Kenichi Handa <handa@m17n.org>
1954
1955 * international/mule-cmds.el (set-default-coding-systems):
1956 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
1957
1958 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
1959
1960 * makefile.w32-in (setwins): Remove.
1961 (WINS_ALMOST): New macro.
1962 (WINS): Use it.
1963 (autoloads): Don't extract autoloads from files in obsolete/.
1964
1965 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
1966
1967 * whitespace.el (whitespace-buffer): Call remove-overlays after
1968 overlay-recenter for performance. Suggested by Martin Rudalics.
1969
1970 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
1971
1972 * net/tramp.el (tramp-default-method): scp is the default method.
1973
1974 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
1975
1976 * server.el (server-start): Save also the Emacs pid in the server file.
1977
1978 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
1979
1980 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
1981 point when displaying a bibtex cross reference in the echo area.
1982
1983 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * international/mule.el (make-char): Fix typo in docstring.
1986 (load-with-code-conversion, charsetp): Doc fixes.
1987
1988 * international/ja-dic-cnv.el (skkdic-convert):
1989 * cus-edit.el (hook): Fix typo in docstring.
1990
1991 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
1992
1993 * cus-edit.el (custom-mode-map): Move defvar above code using it.
1994 (custom-mode-link-map): New variable.
1995 (custom-group-link, custom-manual): Use follow-link.
1996
1997 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1998
1999 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
2000 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
2001
2002 2006-11-06 Richard Stallman <rms@gnu.org>
2003
2004 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2005 New function broken out of flyspell-correct-word.
2006 (flyspell-mode-map): Bind it to M-RET.
2007 (flyspell-correct-word): Call it.
2008
2009 * textmodes/fill.el (fill-minibuffer-function): New function.
2010 (fill-paragraph): Bind fill-paragraph-function to
2011 fill-minibuffer-function.
2012
2013 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
2014 so that they aren't undefined.
2015
2016 * dired.el (dired-readin): Locally bind file-name-coding-system.
2017
2018 * bindings.el: Shorten and clarify usual mode line mouse help string.
2019
2020 * Makefile.in (autoloads): Don't include `obsolete'.
2021
2022 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
2023
2024 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
2025 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
2026 Printing menu if it's not initialized.
2027 (pr-menu-bind): Act on menu-bar-file-menu directly.
2028
2029 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2030
2031 * help.el (view-emacs-news): Fix typo in error message.
2032
2033 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
2034
2035 * shadowfile.el (shadow-define-regexp-group)
2036 (shadow-literal-groups, shadow-insert-var): Doc fixes.
2037 (shadow-read-files): Fix typo in message.
2038 (shadow-inhibit-overload, shadow-find, shadow-suffix)
2039 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
2040 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
2041 (shadow-file-match): Fix typos in docstrings.
2042
2043 * terminal.el (terminal-emulator): Fix typo in message.
2044
2045 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
2046
2047 * emacs-lisp/lselect.el (x-kill-primary-selection)
2048 (x-delete-primary-selection, x-copy-primary-selection):
2049 Fix typos in error messages.
2050
2051 * emulation/edt-mapper.el: Fix typo in interactive message.
2052
2053 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
2054
2055 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
2056 (ispell-help): Fix typos in docstrings.
2057 (ispell-help): Fix typo in output message.
2058
2059 * allout.el (allout-adjust-file-variable)
2060 (allout-passphrase-verifier-string)
2061 (allout-passphrase-hint-string)
2062 (allout-toggle-current-subtree-encryption):
2063 * apropos.el (apropos-synonyms):
2064 * cus-edit.el (hook):
2065 * emacs-lock.el (emacs-lock-from-exiting):
2066 * follow.el (follow-avoid-tail-recenter-p):
2067 * hexl.el (hexl-mode):
2068 * mouse-copy.el (mouse-copy-work-around-drag-bug):
2069 * mouse.el (mouse-set-font):
2070 * resume.el (resume-emacs-args-file):
2071 * rfn-eshadow.el (file-name-shadow-tty-properties):
2072 * t-mouse.el (t-mouse-process, t-mouse-mode):
2073 * emacs-lisp/cust-print.el (custom-print-install)
2074 (custom-print-uninstall, custom-format):
2075 * emacs-lisp/shadow.el (list-load-path-shadows):
2076 * emulation/tpu-edt.el (tpu-help-text)
2077 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
2078 (tpu-reset-control-keys):
2079 * emulation/vip.el (vip-emacs-local-map)
2080 (vip-change-mode-to-emacs):
2081 * emulation/viper.el (viper-mode, viper-set-hooks)
2082 (viper-major-mode-modifier-list):
2083 * emulation/viper-init.el (viper-emacs-state-cursor-color):
2084 * emulation/viper-keym.el (viper-emacs-kbd-map)
2085 (viper-toggle-key):
2086 * mail/feedmail.el (feedmail-queue-reminder)
2087 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
2088 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
2089 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
2090 (feedmail-sender-line, feedmail-force-binary-write)
2091 (feedmail-from-line, feedmail-deduce-envelope-from)
2092 (feedmail-x-mailer-line, feedmail-message-id-generator)
2093 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
2094 (feedmail-enable-spray, feedmail-spray-this-address)
2095 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
2096 (feedmail-queue-runner-confirm-global)
2097 (feedmail-ask-before-queue-prompt)
2098 (feedmail-ask-before-queue-reprompt)
2099 (feedmail-prompt-before-queue-standard-alist)
2100 (feedmail-prompt-before-queue-user-alist)
2101 (feedmail-prompt-before-queue-help-supplement)
2102 (feedmail-queue-use-send-time-for-message-id)
2103 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
2104 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
2105 (feedmail-mail-send-hook-queued)
2106 (feedmail-confirm-addresses-hook-example)
2107 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
2108 (feedmail-queue-runner-mode-setter)
2109 (feedmail-queue-alternative-mail-header-separator)
2110 (feedmail-queue-runner-message-sender)
2111 (feedmail-buffer-eating-function, feedmail-binmail-template)
2112 (feedmail-run-the-queue-no-prompts)
2113 (feedmail-run-the-queue-global-prompt)
2114 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
2115 (feedmail-envelope-deducer, feedmail-fiddle-date)
2116 (feedmail-default-message-id-generator)
2117 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
2118 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
2119 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
2120 (vms-pmail-setup):
2121 * play/dunnet.el (dun-help):
2122 * play/handwrite.el (handwrite):
2123 * play/hanoi.el (hanoi-unix-64):
2124 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2125 * textmodes/enriched.el (fixed):
2126 * textmodes/org.el (org-file-apps)
2127 (org-emphasis-regexp-components, org-emphasis-alist):
2128 * textmodes/texinfmt.el (batch-texinfo-format):
2129 Fix typos in docstrings.
2130
2131 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
2132
2133 * loadhist.el (read-feature): Don't complete features not loaded
2134 from a file (which make `unload-feature' to fail).
2135
2136 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2137
2138 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
2139
2140 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
2141
2142 * startup.el (command-line-1): Kill emacs if the last frame is
2143 deleted while evaluating the command-line arguments.
2144
2145 2006-11-05 Richard Stallman <rms@gnu.org>
2146
2147 * startup.el (init-file-had-error): Add doc string.
2148 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
2149 Use fixed-width font for keyboard key descriptions.
2150
2151 * cus-edit.el (custom-save-all): Error if saving in .emacs
2152 and it had an error when loaded.
2153
2154 * dired-aux.el (dired-copy-file-recursive): Catch errors
2155 from recursive copies in the loop, around the recursive call.
2156
2157 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2158
2159 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
2160 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
2161 `/proc/acpi/thermal_zone/*'.
2162 (battery-search-for-one-match-in-files): New. Search a regexp in
2163 the content of some files.
2164
2165 2006-11-05 Martin Rudalics <rudalics@gmx.at>
2166
2167 * window.el (mouse-autoselect-window-now): Remove variable.
2168 (mouse-autoselect-window-state): New variable.
2169 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
2170 (mouse-autoselect-window-select, handle-select-window):
2171 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
2172 Suspend delayed autoselection during menu or popup dialog.
2173
2174 * info-look.el (info-lookup-guess-custom-symbol): New function
2175 for retrieving symbol at point in custom buffers.
2176 (top level) <info-lookup-maybe-add-help>: Add backquote and
2177 comma to ignored characters in regexps of help specifications
2178 for emacs-lisp-mode and lisp-interaction-mode. This permits
2179 looking up symbols in `...' and after a comma. Add help
2180 specifications for custom-mode and help-mode.
2181
2182 2006-11-04 Eli Zaretskii <eliz@gnu.org>
2183
2184 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
2185 Don't encode body if RAW is non-nil, or if the old encoding is
2186 identical to the new encoding, or if the body contains only
2187 eight-bit-* characters.
2188
2189 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2190
2191 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
2192 (faces-sample-overlay): Remove variable.
2193 (describe-face): Insert sample text in the face being described.
2194
2195 2006-11-04 Martin Rudalics <rudalics@gmx.at>
2196
2197 * whitespace.el (whitespace-indent-regexp): Make this match any
2198 multiples of eight spaces near the beginning of a line.
2199 (whitespace-buffer): Use `remove-overlays' instead of
2200 `whitespace-unhighlight-the-space' and `overlay-recenter' to
2201 speed up overlay handling.
2202 (whitespace-buffer-leading, whitespace-buffer-trailing):
2203 Make these functions highlight the text removed by
2204 `whitespace-buffer-leading-cleanup' and
2205 `whitespace-buffer-trailing-cleanup' respectively.
2206 (whitespace-buffer-search): Use `with-local-quit'.
2207 Move `format' out of loop to speed up scanning larger buffers.
2208 (whitespace-unhighlight-the-space): Remove `remove-hook' since
2209 that function is never added to a hook.
2210 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
2211 (whitespace-buffer-leading-cleanup)
2212 (whitespace-refresh-rescan-list): Fix docstrings.
2213
2214 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
2215
2216 * allout.el (allout-during-yank-processing): Cue for inhibiting
2217 aberrance processing during yanks.
2218 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
2219 the amount of yanked topics that can be aberrant.
2220 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
2221 a function, and supplement with inihibition of doublechecking
2222 during yanks.
2223 (allout-beginning-of-line, allout-next-heading)
2224 (allout-previous-heading, allout-goto-prefix-doublechecked)
2225 (allout-back-to-current-heading, allout-next-visible-heading)
2226 (allout-next-sibling): Use new allout-do-doublecheck function.
2227 (allout-next-sibling): Ensure we made progress when returning
2228 other than nil.
2229 (allout-rebullet-heading): Preserve text property annotations
2230 indicating the text was hidden, if it was.
2231 (allout-kill-line): Remove any added was-hidden annotations.
2232 (allout-kill-topic): Remove any added was-hidden annotations.
2233 (allout-annotate-hidden): Inhibit adding was-hidden text
2234 properties to the undo list.
2235 (allout-deannotate-hidden): New function to remove was-hidden
2236 annotation.
2237 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
2238 (allout-remove-exposure-annotation): Replace by
2239 allout-deannotate-hidden.
2240 (allout-yank-processing): Signal that yank processing is happening
2241 with allout-during-yank-processing. Also, wrap
2242 allout-unprotected's closer to the text changes, for easier
2243 debugging. We need to inhibit-field-text-motion explicitly, in
2244 lieu of the encompassing allout-unprotected.
2245 (outlineify-sticky): Adjust criteria for triggering new outline
2246 decorations to presence or absence of any topics, not just a topic
2247 at the beginning of the buffer.
2248
2249 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * bs.el (bs--show-all, bs--redisplay):
2252 * cus-edit.el (custom-unlispify-menu-entries)
2253 (custom-unlispify-tag-names, custom-prompt-variable):
2254 * expand.el (expand-pos):
2255 * speedbar.el (speedbar-generic-list-tag-p):
2256 * wid-edit.el (widget-image-enable):
2257 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
2258 * emacs-lisp/find-func.el (find-function-noselect)
2259 (find-function, find-variable-noselect, find-variable)
2260 (find-definition-noselect, find-face-definition):
2261 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
2262 * net/eudc-vars.el (eudc-expansion-overwrites-query):
2263 * progmodes/ada-xref.el (ada-find-in-ali):
2264 * textmodes/flyspell.el (flyspell-check-tex-math-command):
2265 * textmodes/org.el (org-copy-subtree):
2266 * textmodes/table.el (table--row-column-insertion-point-p):
2267 Use "non-nil" in docstrings.
2268
2269 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
2270
2271 * sort.el (sort-columns): Set the field separator to tab; on
2272 NetBSD, sort complains if "\n" is used as field separator.
2273
2274 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
2275
2276 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
2277
2278 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * server.el (server-auth-key): Remove. Replace by a process-property.
2281 (server-start): Don't remove the file of the previous process, but
2282 instead clear out the place for the new file.
2283 (server-start): Set the :auth-key property.
2284 (server-process-filter): Use the :auth-key property.
2285
2286 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
2287
2288 * textmodes/org.el (org-mode-map): No longer copy
2289 `outline-mode-map' explicitly - this is already done by
2290 `define-derived-mode'.
2291
2292 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
2293
2294 * server.el (server-visit-files): Use `when'.
2295 (server-process-filter): When authentication fails, send error
2296 message to client. Wrap `process-send-region' in `ignore-errors'
2297 instead of `condition-case', and remove misleading comment.
2298
2299 2006-11-01 Juri Linkov <juri@jurta.org>
2300
2301 * simple.el (yank): Doc fix.
2302
2303 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * server.el: Try and fit within 80 columns.
2306 (server-start): Make the auth file unreadable by other users.
2307
2308 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2309
2310 * battery.el (battery-linux-proc-acpi): Prevent range error when
2311 `full-capacity' is 0.
2312
2313 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2314
2315 * faces.el (faces-sample-overlay): New defvar.
2316 (faces-sample-overlay): New function to show face sample text.
2317 (describe-face): Use it.
2318
2319 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
2320
2321 * progmodes/ada-stmt.el: Change maintainer, apply
2322 whitespace-cleanup, checkdoc.
2323 (ada-func-or-proc-name): Add doc string.
2324
2325 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
2326 whitespace-cleanup, checkdoc. Minor improvements to many doc
2327 strings and comments.
2328 (ada-prj-display-page): Change buffer name to more accurately
2329 reflect function.
2330
2331 * progmodes/ada-xref.el: Change maintainer, apply
2332 whitespace-cleanup, checkdoc. Minor improvements to many doc
2333 strings and comments. Don't look for `gvd' or `ddd' debuggers.
2334 (ada-compile-current): Don't add newlines to commands.
2335
2336 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
2337
2338 * server.el: Add support for TCP sockets.
2339 (server-use-tcp, server-host, server-auth-dir): New options.
2340 (server-auth-key): New variable.
2341 (server-ensure-safe-dir): Create nonexistent parent dirs.
2342 Ignore Unix-style file modes on Windows.
2343 (server-start): Crete a TCP or Unix socket according to the value
2344 of `server-use-tcp'. For TCP sockets, create the id/auth file in
2345 `server-auth-dir' directory.
2346 (server-process-filter): Delete process if authentication
2347 fails (which never happens for Unix sockets).
2348
2349 2006-10-30 David Kastrup <dak@gnu.org>
2350
2351 * subr.el (add-to-list): Don't continue checking if a match has
2352 been found.
2353
2354 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
2355
2356 * tutorial.el: Move defvars to avoid bytecomp warnings.
2357 (tutorial--find-changed-keys): Check if viper-current-state is
2358 bound before using it.
2359 (help-with-tutorial): Check if viper-tutorial is defined before
2360 using it.
2361
2362 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
2363
2364 * help-fns.el (help-with-tutorial): Move to tutorial.el.
2365
2366 * tutorial.el: New file.
2367 (help-with-tutorial): Move here from help-fns.el. Added help for
2368 rebound keys. Fixed resume of tutorial.
2369 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
2370 (tutorial--find-changed-keys, tutorial--display-changes)
2371 (tutorial--saved-dir, tutorial--saved-file)
2372 (tutorial--save-tutorial): New functions to support the changes in
2373 help-with-tutorial.
2374
2375 2006-10-30 Kenichi Handa <handa@m17n.org>
2376
2377 * files.el (revert-buffer): If a unibyte buffer is being reverted
2378 with a coding system for multibyte, set buffer multibyte before
2379 calling insert-file-contents.
2380
2381 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * server.el (server-select-display): Use a dummy buffer to detect when
2384 the frame is later used.
2385 (server-select-display): New function.
2386 (server-process-filter): Use it to detect unused temp frames.
2387
2388 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
2389
2390 * progmodes/ada-mode.el: Change maintainer, apply
2391 whitespace-clean, checkdoc. Minor improvements to many doc strings.
2392 (ada-mode-version): New function.
2393 (ada-create-menu): Menu operations are available for all supported
2394 compilers.
2395
2396 2006-10-29 Lars Hansen <larsh@soem.dk>
2397
2398 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
2399 Highlight as keyword.
2400 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
2401 Don't call tramp-method-out-of-band-p for local files.
2402 (tramp-touch): Quote file name.
2403
2404 2006-10-28 Glenn Morris <rgm@gnu.org>
2405
2406 * calendar/calendar.el (cal-html-cursor-month)
2407 (cal-html-cursor-year): Add autoloads for this new package.
2408 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
2409
2410 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
2411
2412 * calendar/cal-html.el: New file.
2413
2414 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * emacs-lisp/authors.el (authors-aliases): Update.
2417
2418 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * version.el (emacs-version): Bump version number to 22.0.90.
2421
2422 2006-10-26 John W. Eaton <jwe@octave.org>
2423
2424 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
2425 New defvar.
2426 (inferior-octave-resync-dirs): Check to see whether Octave has
2427 built-in variables and set inferior-octave-has-built-in-variables.
2428 Check inferior-octave-has-built-in-variables to decide whether to
2429 send commands that set built-in variables or call functions to
2430 change Octave's behavior.
2431 Send "disp (pwd ())" to Octave instead of just "pwd".
2432 (inferior-octave-startup): Send "more off" to Octave instead of
2433 "page_screen_output = 0".
2434
2435 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
2438 pattern normally.
2439
2440 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
2441
2442 * bindings.el (mode-line-mode-menu): Remove bindings for global
2443 minor modes (line/column number) as they are on the menubar.
2444
2445 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
2446
2447 * term/w32-win.el (x-handle-name-switch): Doc fix.
2448 (w32-standard-fontset-spec): Fix typo in docstring.
2449
2450 * midnight.el (midnight-buffer-display-time): Doc fix.
2451 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
2452
2453 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
2454
2455 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
2456
2457 * viper-ex.el (ex-read): Quote file argument.
2458
2459 * ediff-diff.el (ediff-same-file-contents): Expand file names.
2460
2461 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
2462
2463 2006-10-22 Martin Rudalics <rudalics@gmx.at>
2464
2465 * textmodes/flyspell.el (flyspell-check-region-doublons):
2466 Fix last fix.
2467
2468 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
2469
2470 * bindings.el (mode-line-mode-menu): List global minor modes
2471 before local ones.
2472
2473 2006-10-23 Kim F. Storm <storm@cua.dk>
2474
2475 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
2476 (sit-for): If last command was a prefix arg, add the read-ahead
2477 event to unread-command-events as (t . EVENT) so it will be added
2478 to this-command-keys by read-key-sequence.
2479
2480 2006-10-22 Martin Rudalics <rudalics@gmx.at>
2481
2482 * textmodes/flyspell.el (flyspell-word): Skip past all previous
2483 whitespace when checking doublons.
2484 (flyspell-check-region-doublons): Fix doublon regexp.
2485 (flyspell-highlight-incorrect-region): Highlight doublons using
2486 flyspell-duplicate face.
2487
2488 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
2489
2490 2006-10-22 John Wiegley <johnw@newartisans.com>
2491
2492 * progmodes/python.el (python-use-skeletons): python-mode was
2493 auto-inserting templates (for those with abbrev-mode on), not only
2494 by default -- *but without a configuration variable to disable
2495 it*. This rendered python-mode completely useless for me, so I
2496 have added `python-use-skeletons', which is now off by default.
2497
2498 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * progmodes/cperl-mode.el (cperl-mode): Don't assume
2501 font-lock-multiline is auto-local (it's not).
2502 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
2503 initialized before calling cperl-init-faces.
2504
2505 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
2506
2507 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
2508 gdb-stack-position a value when there is no fringe.
2509
2510 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
2511 indicator if not visiting a file.
2512
2513 2006-10-20 David Kastrup <dak@gnu.org>
2514
2515 * window.el (kill-buffer-and-window): Fix a bug where an aborted
2516 operation would still cause some window to collapse later.
2517
2518 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * vc.el (vc-switch-backend): Try to be more careful with unwanted
2521 side-effect due to mixing various backends's file properties.
2522
2523 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
2524 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
2525 Return `filename's status if applicable. Update callers.
2526
2527 2006-10-19 Kenichi Handa <handa@m17n.org>
2528
2529 * international/kkc.el (kkc-region): When a key sequence is not
2530 defined, append (this-single-command-raw-keys) to
2531 unread-input-method-events.
2532
2533 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
2534
2535 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
2536
2537 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2538
2539 * version.el (emacs-version): Use mac-carbon-version-string.
2540
2541 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
2542
2543 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2544
2545 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
2546 Kenichi Handa).
2547 (xselect-convert-to-string): Decline requests for UTF8_STRING if
2548 the selection is not UTF-8.
2549
2550 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
2551
2552 * progmodes/ada-mode.el (ada-83-string-keywords)
2553 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
2554 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
2555 (ada-looking-at-semi-private, ada-get-body-name):
2556 Fix typos in docstrings.
2557 (ada-create-case-exception, ada-create-case-exception-substring):
2558 Fix typos in error messages.
2559 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
2560
2561 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2562
2563 * term/x-win.el (res-geometry): Don't set geometry from Xresources
2564 to default-frame-alist if default-frame-alist already contains
2565 width/height.
2566
2567 2006-10-18 Richard Stallman <rms@gnu.org>
2568
2569 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
2570 Non-interactive arg is the value, not the expression.
2571
2572 * simple.el (read-expression-map): Just set it, no defvar.
2573
2574 * subr.el (insert-for-yank-1): If last inserted char has
2575 properties, mark them as rear-nonsticky.
2576
2577 * recentf.el (recentf-mode): Doc fix.
2578
2579 * facemenu.el (facemenu-add-new-face): Defend against symbol
2580 that isn't a face name.
2581
2582 * dired-aux.el (dired-do-copy): Doc fix.
2583
2584 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
2585
2586 * simple.el (line-move-1): Ignore fields when moving to the
2587 beginning of line to avoid getting point stuck.
2588
2589 2006-10-18 Martin Rudalics <rudalics@gmx.at>
2590
2591 * textmodes/flyspell.el (flyspell-word-search-backward):
2592 Set inhibit-point-motion-hooks to avoid looping due to intangibile
2593 text.
2594
2595 2006-10-16 Richard Stallman <rms@gnu.org>
2596
2597 * help-fns.el (describe-function-1): Special case optimization
2598 for self-insert-command.
2599
2600 2006-10-16 Kim F. Storm <storm@cua.dk>
2601
2602 * ido.el (ido-reread-directory): Work in `dir' mode too.
2603
2604 2006-10-15 Martin Rudalics <rudalics@gmx.at>
2605
2606 * textmodes/table.el: Require 'regexp-opt.
2607
2608 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
2609
2610 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
2611 Use shell-quote-argument.
2612
2613 * shell.el (explicit-bash-args): Likewise.
2614
2615 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
2616 Use grep -E rather than egrep.
2617
2618 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2619
2620 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
2621
2622 2006-10-15 Kim F. Storm <storm@cua.dk>
2623
2624 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
2625
2626 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2627
2628 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
2629 to protect whitespace and metacharacters from the shell.
2630
2631 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2632
2633 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
2634
2635 2006-10-13 Eli Zaretskii <eliz@gnu.org>
2636
2637 * subr.el (start-process-shell-command): Doc fix.
2638
2639 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
2640
2641 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
2642 the regexp for Maxima symbols.
2643
2644 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
2647 (vc-find-root): Don't walk higher up than ~.
2648
2649 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * international/utf-8.el (utf-translate-cjk-load-tables):
2652 Avoid clobbering last-coding-system-used during load.
2653
2654 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
2655
2656 * textmodes/reftex-global.el (reftex-create-tags-file):
2657 Quote file arguments.
2658
2659 2006-10-12 Richard Stallman <rms@gnu.org>
2660
2661 * files.el (file-name-history): Add defvar.
2662 (save-some-buffers-action-alist): Improve description strings.
2663
2664 2006-10-12 Andreas Schwab <schwab@suse.de>
2665
2666 * files.el (auto-mode-alist): Match change log file name also with
2667 a dash before a numeric extension.
2668
2669 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
2670
2671 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
2672 After 5.0:
2673 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
2674
2675 After 5.1: Major edit. Summary of most visible changes:
2676
2677 - Multiple <<HERE per line allowed.
2678 - Handles multiline subroutine declaration headers (with comments).
2679 (The exception is `cperl-etags' - but it is not used in the rest
2680 of the mode.)
2681 - Fontifies multiline my/our declarations (even with comments,
2682 and with legacy `font-lock').
2683 - Major speedup of syntaxification, both immediate and postponed
2684 (3.5x to 15x [for different CPUs and versions of Emacs] on the
2685 huge real-life document I tested).
2686 - New bindings, edits to imenu.
2687 - "_" is made into word-char during fontification/syntaxification;
2688 some attempts to recognize non-word "_" during other operations too.
2689 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
2690 - autoload some more perldoc-related stuff
2691 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
2692 - Attempt to incorporate XEmacs edits which reached me.
2693
2694 Fine-grained changelog:
2695 (cperl-hook-after-change): New configuration variable.
2696 (cperl-vc-sccs-header): Likewise.
2697 (cperl-vc-sccs-header): Likewise.
2698 (cperl-vc-header-alist): Default via two preceding variables.
2699 (cperl-invalid-face): Remove double quoting under XEmacs
2700 (still needed under 21.2).
2701 (cperl-tips): Update URLs for resources.
2702 (cperl-problems): Likewise.
2703 (cperl-praise): Mention new features.
2704 New C-c key bindings: for `cperl-find-bad-style',
2705 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
2706 `cperl-perdoc', and `cperl-perldoc-at-point'.
2707 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
2708 moved, new submenu of Tools with Ispell entries and narrowing.
2709 (cperl-after-sub-regexp): New defsubst.
2710 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
2711 Allows heads up to head4.
2712 Allow "package;".
2713 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
2714 (paren-backwards-message): ??? Something for XEmacs???
2715 (cperl-mode): Never auto-switch abbrev-mode off.
2716 Try to allow '_' be non-word char.
2717 Do not use `font-lock-unfontify-region-function' on XEmacs.
2718 Reset syntax cache on mode start.
2719 Support multiline facification (even on legacy `font-lock').
2720 (cperl-facemenu-add-face-function): ??? Some contributed code ???
2721 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
2722 refuse to inform us whether the fontification is due to lazy
2723 calling or due to edit to a buffer, install our own hook
2724 (controlled by `cperl-hook-after-change').
2725 (cperl-electric-pod): =cut may have been recognized as start.
2726 (cperl-block-p): Move, updatedfor attributes.
2727 (cperl-calculate-indent): Try to allow '_' be non-word char
2728 Support subs with attributes.
2729 (cperl-where-am-i): Queit (?) a warning.
2730 (cperl-cached-syntax-table) New function.
2731 (cperl-forward-re): Use `cperl-cached-syntax-table'.
2732 (cperl-unwind-to-safe): Recognize `syntax-type' property
2733 changing in a middle of line.
2734 (cperl-find-sub-attrs): New function.
2735 (cperl-find-pods-heres): Allow many <<EOP per line.
2736 Allow subs with attributes.
2737 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
2738 Recognize "extproc " (OS/2) case-folded and only at start.
2739 /x on s///x with empty replacement was not recognized.
2740 Better comments.
2741 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
2742 Allow subs with attributes, labels.
2743 Do not confuse "else::foo" with "else".
2744 Minor optimizations...
2745 (cperl-after-expr-p): Try to allow '_' be non-word char.
2746 (cperl-fill-paragraph): Try to detect a major bug in Emacs
2747 with `looking-at' inside `narrow' and bulk out if found.
2748 (cperl-imenu--create-perl-index): Updates for new
2749 `cperl-imenu--function-name-regexp-perl'.
2750 (cperl-outline-level): Likewise.
2751 (cperl-init-faces): Allow multiline subroutine headers
2752 and my/our declarations, and ones with comments.
2753 Allow subroutine attributes.
2754 (cperl-imenu-on-info): Better docstring.
2755 (cperl-etags): Rudimentary support for attributes.
2756 Support for packages and "package;".
2757 (cperl-add-tags-recurse-noxs): Better (?) docstring.
2758 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
2759 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
2760 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
2761 (cperl-perldoc): Add autoload.
2762 (cperl-perldoc-at-point): Likewise.
2763 (cperl-here-doc-spell): New function.
2764 (cperl-pod-spell): Likewise.
2765 (cperl-map-pods-heres): Likewise.
2766 (cperl-get-here-doc-region): Likewise.
2767 (cperl-font-lock-fontify-region-function): Likewise (backward
2768 compatibility for legacy `font-lock').
2769 (cperl-font-lock-unfontify-region-function): Fix style.
2770 (cperl-fontify-syntaxically): Recognize and optimize away deferred
2771 calls with no-change. Governed by `cperl-hook-after-change'.
2772 (cperl-fontify-update): Recognize that syntaxification region
2773 can be larger than fontification one.
2774 XXXX we leave `cperl-postpone' property, so this is quadratic...
2775 (cperl-fontify-update-bad): Temporary placeholder until
2776 it is clear how to implement `cperl-fontify-update'.
2777 (cperl-time-fontification): New function.
2778 (attrib-group): New text attribute.
2779 (multiline): New value: `syntax-type' text attribute.
2780
2781 After 5.2:
2782 (cperl-emulate-lazy-lock): New function.
2783 (cperl-fontify-syntaxically): Would skip large regions.
2784 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
2785 Some globals were declared, but uninitialized.
2786
2787 After 5.3, 5.4:
2788 (cperl-facemenu-add-face-function): Add docs, fix U<>.
2789 Copyright message updated.
2790 (cperl-init-faces): Work around a bug in `font-lock'. May slow
2791 facification down a bit.
2792 Misprint for my|our|local for old `font-lock'
2793 "our" was not fontified same as "my|local".
2794 Highlight variables after "my" etc even in
2795 a middle of an expression.
2796 Do not facify multiple variables after my etc
2797 unless parentheses are present.
2798
2799 After 5.5, 5.6
2800 (cperl-fontify-syntaxically): after-change hook could reset.
2801 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
2802
2803 After 5.7:
2804 (cperl-init-faces): Allow highlighting of local ($/).
2805 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
2806 (cperl-problems): Remove fixed problems.
2807 (cperl-find-pods-heres): Recognize #-comments in m##x too.
2808 Recognize charclasses (unless delimiter is \).
2809 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
2810 (cperl-regexp-scan): Update docs.
2811 (cperl-beautify-regexp-piece): Use information got from regexp scan.
2812
2813 After 5.8:
2814 Major user visible changes:
2815 Recognition and fontification of character classes in RExen.
2816 Variable indentation of RExen according to groups.
2817
2818 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
2819 Fontify REx charclasses in variable-name face.
2820 Fontify POSIX charclasses in "type" face.
2821 Fontify unmatched "]" in function-name face.
2822 Mark first-char of HERE-doc as `front-sticky'.
2823 Reset `front-sticky' property when needed.
2824 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
2825 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
2826 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
2827 constructs. Support `narrow'ed buffers.
2828 (cperl-praise): Remove a reservation.
2829 (cperl-make-indent): New function.
2830 (cperl-indent-for-comment): Use `cperl-make-indent'.
2831 (cperl-indent-line): Likewise.
2832 (cperl-lineup): Likewise.
2833 (cperl-beautify-regexp-piece): Likewise.
2834 (cperl-contract-level): Likewise.
2835 (cperl-toggle-set-debug-unwind): New function.
2836 New menu entry for this.
2837 (fill-paragraph-function): Use when `boundp'.
2838 (cperl-calculate-indent): Take into account groups when indenting RExen.
2839 (cperl-to-comment-or-eol): Recognize # which end a string.
2840 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
2841 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
2842 (cperl-fontify-syntaxically): More clear debugging message.
2843 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
2844 (cperl-init-faces): More complicated highlight even on XEmacs (new).
2845 Merge cosmetic changes from XEmacs.
2846
2847 After 5.9:
2848 (cperl-1+): Move to before the first use.
2849 (cperl-1-): Likewise.
2850
2851 After 5.10:
2852
2853 This code may lock Emacs hard!!! Use at your own risk!
2854
2855 (cperl-font-locking): New internal variable.
2856 (cperl-beginning-of-property): New function.
2857 (cperl-calculate-indent): Use `cperl-beginning-of-property'
2858 instead of `previous-single-property-change'.
2859 (cperl-unwind-to-safe): Likewise.
2860 (cperl-after-expr-p): Likewise.
2861 (cperl-get-here-doc-region): Likewise.
2862 (cperl-font-lock-fontify-region-function): Likewise.
2863 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
2864 recursively.
2865 Bound `next-single-property-change' via `point-max'.
2866 (cperl-unwind-to-safe): Bound likewise
2867 (cperl-font-lock-fontify-region-function): Likewise.
2868 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
2869 Initialization of `cperl-font-lock-multiline-start' could be
2870 missed if the "main" fontification did not run due to the
2871 keyword being already fontified.
2872 (cperl-pod-spell): Return t from do-one-chunk function.
2873 (cperl-map-pods-heres): Stop when the worker returns nil.
2874 Call `cperl-update-syntaxification'.
2875 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
2876 (cperl-get-here-doc-delim): Remove unused function.
2877
2878 After 5.11:
2879
2880 The possible lockup of Emacs (introduced in 5.10) fixed.
2881
2882 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
2883 (cperl-syntaxify-for-menu): New customization variable.
2884 (cperl-select-this-pod-or-here-doc): New function.
2885 (cperl-get-here-doc-region): Extra argument.
2886 Do not adjust pos by 1.
2887
2888 New menu entries
2889 (Perl/Tools): Selection of current POD or HERE-DOC section.
2890 (Debugging CPerl:) backtrace on fontification.
2891
2892 After 5.12:
2893 (cperl-cached-syntax-table): Use `car-safe'.
2894 (cperl-forward-re): Remove spurious argument SET-ST.
2895 Add documentation.
2896 (cperl-forward-group-in-re): New function.
2897 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
2898 (XXXX Temporary (?) hack is to syntax-mark them as comment).
2899
2900 After 5.13:
2901 (cperl-string-syntax-table): Make { and } not-grouping
2902 (Sometimes they ARE grouping in RExen, but matching them would only
2903 confuse in many situations when they are not)
2904 (beginning-of-buffer): Replace two occurences with goto-char...
2905 (cperl-calculate-indent): `char-after' could be nil...
2906 (cperl-find-pods-heres): REx can start after "[" too.
2907 Hightlight (??{}) in RExen too.
2908 (cperl-maybe-white-and-comment-rex): New constant
2909 (cperl-white-and-comment-rex): Likewise.
2910 XXXX Not very efficient, but hard to make
2911 better while keeping 1 group.
2912
2913 After 5.13:
2914 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
2915 Likewise for 1 << identifier.
2916
2917 After 5.14:
2918 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
2919 Error-less condition-case could fail.
2920 (cperl-font-lock-fontify-region-function): Likewise.
2921 (cperl-init-faces): Likewise.
2922
2923 After 5.15:
2924 (cperl-find-pods-heres): Support property REx-part2.
2925 (cperl-calculate-indent): Likewise.
2926 Don't special-case REx with non-empty 1st line.
2927 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
2928 Invert highlighting of charclasses:
2929 now the envelop is highlighted.
2930 Highlight many others 0-length builtins.
2931 (cperl-praise): Mention indenting and highlight in RExen.
2932
2933 After 5.15:
2934 (cperl-find-pods-heres): Highlight capturing parens in REx.
2935
2936 After 5.16:
2937 (cperl-find-pods-heres): Highlight '|' for alternation
2938 Initialize `font-lock-warning-face' if not present.
2939 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
2940 `font-lock-function-name-face'.
2941 (cperl-look-at-leading-count): Likewise.
2942 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
2943 `font-lock-keyword-face' (needed for
2944 batch processing), etc...
2945 Use `font-lock-builtin-face' for builtin in REx
2946 Now `font-lock-variable-name-face'
2947 is used for interpolated variables
2948 Use "talking aliases" for faces inside REx
2949 Highlight parts of REx (except in charclasses)
2950 according to the syntax and/or semantic
2951 Syntax-mark a {}-part of (?{}) as "comment"
2952 (it was the ()-part)
2953 Better logic to distinguish what is what in REx
2954 (cperl-tips-faces): Document REx highlighting
2955 (cperl-praise): Mention REx syntax highlight etc.
2956
2957 After 5.17:
2958 (cperl-find-sub-attrs): Would not always manage to print error message.
2959 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
2960
2961 After 5.18:
2962 (cperl-find-pods-heres): Misprint in REx for parsing REx.
2963 Very minor optimization.
2964 `my-cperl-REx-modifiers-face' got quoted.
2965 Recognize "print $foo <<END" as HERE-doc.
2966 Put `REx-interpolated' text attribute if needed.
2967 (cperl-invert-if-unless-modifiers): New function.
2968 (cperl-backward-to-start-of-expr): Likewise.
2969 (cperl-forward-to-end-of-expr): Likewise.
2970 (cperl-invert-if-unless): Works in "the opposite way" too.
2971 Cursor position on return is on the switch-word.
2972 Indents comments better.
2973 (REx-interpolated): New text attribute.
2974 (cperl-next-interpolated-REx): New function.
2975 (cperl-next-interpolated-REx-0): Likewise.
2976 (cperl-next-interpolated-REx-1): Likewise.
2977 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
2978 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
2979 (cperl-praise): Mention finded interpolated RExen.
2980
2981 After 5.19:
2982 (cperl-init-faces): Highlight %$foo, @$foo too.
2983 (cperl-short-docs): Better docs for system, exec.
2984 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
2985 Would not find HERE-doc ended by EOF without NL.
2986 (cperl-short-docs): Correct not-doubled \-escapes.
2987 start block: Put some `defvar' for stuff gone from XEmacs.
2988
2989 After 5.20:
2990 initial comment: Extend copyright, fix email address.
2991 (cperl-indent-comment-at-column-0): New customization variable.
2992 (cperl-comment-indent): Indentation after $#a would increasy by 1.
2993 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
2994 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
2995 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
2996 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
2997 highlight $ in $foo too (UNTESTED).
2998 (cperl-set-style): Docstring missed some available styles.
2999 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
3000 Change "Current" to "Memorize Current".
3001 (cperl-indent-wrt-brace): New customization variable; the default is
3002 as for pre-5.2 version.
3003 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
3004 (cperl-style-alist): Likewise.
3005 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
3006 and `cperl-extra-newline-before-brace' etc
3007 being t
3008 (cperl-indent-exp): Plans B and C to find continuation blocks even
3009 if `cperl-extra-newline-before-brace' is t.
3010
3011 After 5.21:
3012 Improve some docstrings concerning indentation.
3013 (cperl-indent-rules-alist): New variable.
3014 (cperl-sniff-for-indent): New function name
3015 (separated from `cperl-calculate-indent').
3016 (cperl-calculate-indent): Separate the sniffer and the indenter;
3017 uses `cperl-sniff-for-indent' now.
3018 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
3019 was inverted;
3020 Support `comment-column' = 0.
3021
3022 2006-10-11 Martin Rudalics <rudalics@gmx.at>
3023
3024 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
3025 * help-at-pt.el (scan-buf-move-to-region): Likewise.
3026 * longlines.el (longlines-window-change-function): Likewise.
3027 * simple.el (undo-ask-before-discard): Likewise.
3028 * wid-edit.el (widget-field-prompt-internal)
3029 (widget-documentation-link-p): Likewise.
3030
3031 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
3034 for a keyword.
3035
3036 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * newcomment.el (comment-valid-prefix-p): Make the check
3039 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
3040 (comment-indent-new-line): Adjust call.
3041
3042 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
3043
3044 * allout.el (allout-back-to-current-heading): Base on lower-level
3045 routines to get proper disqualification of aberrant topics.
3046
3047 2006-10-09 Richard Stallman <rms@gnu.org>
3048
3049 * textmodes/two-column.el (2C-two-columns): Doc fix.
3050
3051 2006-10-09 Kim F. Storm <storm@cua.dk>
3052
3053 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
3054 about implicit use.
3055
3056 2006-10-08 Richard Stallman <rms@gnu.org>
3057
3058 * textmodes/two-column.el (2C-two-columns): Doc fix.
3059
3060 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
3061
3062 * files.el: Mark `buffer-read-only' as safe-local-variable.
3063
3064 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
3065
3066 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
3067 Burp if GUD buffer has been killed.
3068
3069 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * completion.el (add-completions-from-c-buffer):
3072 Don't presume an error's second element is a string.
3073 Use looking-at rather than buffer-substring + member.
3074
3075 2006-10-07 Eli Zaretskii <eliz@gnu.org>
3076
3077 * mail/rmail.el (rmail-redecode-body): If the old encoding is
3078 `undecided', call find-coding-systems-region to find a proper
3079 non-trivial encoding.
3080 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
3081 and "text/plain".
3082
3083 2006-10-07 Kevin Ryde <user42@zip.com.au>
3084
3085 * textmodes/reftex-vars.el (defgroup reftex): Update home page
3086 url-link.
3087
3088 * strokes.el (defgroup strokes): Remove invalid url-link.
3089
3090 2006-10-07 Magnus Henoch <mange@freemail.hu>
3091
3092 * autoinsert.el (auto-insert-alist): Doc fix.
3093
3094 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3095
3096 * mouse-sel.el (mouse-insert-selection-internal):
3097 Use insert-for-yank, so that yank handlers are run.
3098
3099 2006-10-07 Kim F. Storm <storm@cua.dk>
3100
3101 * ido.el (ido-file-extension-aux): Fix comparison.
3102
3103 2006-10-06 Kim F. Storm <storm@cua.dk>
3104
3105 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
3106
3107 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
3108
3109 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
3110 (ad-make-mapped-call): Use `let', not `let*'.
3111
3112 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * international/mule-cmds.el (coding-system-change-eol-conversion):
3115 Ensure the coding system is initialized before calling
3116 coding-system-eol-type.
3117
3118 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
3119
3120 * textmodes/org.el (org-rm-props, org-activate-plain-links)
3121 (org-activate-angle-links, org-activate-dates)
3122 (org-activate-target-links, org-activate-camels)
3123 (org-activate-tags): Add `rear-nonsticky' text property to avoid
3124 textproperty keymaps from being active beyond the end of a line.
3125 (org-unfontify-region): Also remove `rear-nonsticky' property.
3126
3127 2006-10-04 Kenichi Handa <handa@m17n.org>
3128
3129 * international/code-pages.el (next): Table fixed.
3130
3131 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
3134 that it's been made unnecessary by removing narrowing.
3135
3136 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
3139 control flow a bit, simplify another bit, and add comments.
3140
3141 2006-10-03 David Kastrup <dak@gnu.org>
3142
3143 * help.el (describe-mode): For clicks on mode-line, use "@"
3144 interactive argument to get the major mode of the click instead of
3145 the current buffer.
3146
3147 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
3148 in order to better redirect mouse-2 clicks. Also allow default
3149 bindings to apply.
3150
3151 2006-10-03 Kim F. Storm <storm@cua.dk>
3152
3153 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
3154 (pushnew): Fix last change.
3155
3156 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
3157
3158 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
3159 Use the interactive spec of `eval-expression'.
3160
3161 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
3162
3163 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
3164
3165 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
3166
3167 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
3168 2006-09-28 commit.
3169
3170 2006-10-02 Kenichi Handa <handa@m17n.org>
3171
3172 * international/code-pages.el (iso-8859-6): Table fixed.
3173
3174 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3175
3176 * dired.el (dired-build-subdir-alist): Fix previous change.
3177
3178 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
3179
3180 * simple.el (undo-elt-crosses-region): Fix the inequalities.
3181
3182 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * emacs-lisp/find-func.el (find-function-regexp): Don't match
3185 "define-button-type".
3186
3187 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
3188 they don't keep accumulating.
3189
3190 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3191
3192 * ffap.el (ffap-rfc-path): Change the address of the RFC
3193 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
3194
3195 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
3196
3197 * allout.el (allout-expose-topic): Rectify implementation of "+"
3198 spec, so that bodies are not exposed with headlines.
3199
3200 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
3201
3202 * allout.el (allout-current-depth): Do aberrent check only at or
3203 below doublecheck depth.
3204 (allout-chart-subtree): Make it explicit that LEVELS being nil
3205 means unlimited depth. Drop undocumented support for LEVELS value
3206 t meaning unlimited depth. (This is consistent with
3207 allout-chart-to-reveal, but contrary to allout-show-children,
3208 which needs to use nil to default to depth of 1.)
3209 (allout-goto-prefix-doublechecked): Wrap long docstring line.
3210 (allout-chart-to-reveal): Be explicit in docstring about meaning
3211 of nil LEVELS, and drop support for LEVELS value t.
3212 (allout-show-children): Translate the level spec used by this
3213 routine to that used by allout-chart-subtree and
3214 allout-chart-to-reveal.
3215 (allout-show-to-offshoot): Retry once when stuck, after opening
3216 subtree - improvements in discontinuity handling likely will
3217 enable progress.
3218
3219 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * wid-edit.el (widget-button-click-moves-point): New variable.
3222 (widget-button-click): If widget-button-click-moves-point is
3223 non-nil, set point after performing the button action
3224
3225 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
3226
3227 2006-09-30 Martin Rudalics <rudalics@gmx.at>
3228
3229 * files.el (find-file-existing): Modify to not allow wildcards.
3230
3231 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3232
3233 * simple.el (undo-more): When undo information for the region is
3234 exhausted, say "No further undo information FOR REGION".
3235
3236 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
3237
3238 * progmodes/sh-script.el (sh-prev-thing):
3239 Take `sh-leading-keywords' into account.
3240
3241 2006-09-29 Glenn Morris <rgm@gnu.org>
3242
3243 * custom.el (defcustom): Doc fix.
3244
3245 * calendar/calendar.el (european-calendar-style):
3246 Call european-calendar or american-calendar as needed when set.
3247 (diary-view-entries, list-calendar-holidays): Move autoloads
3248 before use.
3249
3250 2006-09-29 Juri Linkov <juri@jurta.org>
3251
3252 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
3253 to nil if there is no previous property change.
3254
3255 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3256
3257 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
3258 saving anything to be sure that `forward-sexp' behaves correctly.
3259
3260 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * simple.el (line-move-finish): Ignore field boundaries if the
3263 initial and final points have the same `field' property.
3264
3265 2006-09-29 Kim F. Storm <storm@cua.dk>
3266
3267 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
3268 to t while calling ido-read-internal.
3269
3270 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
3271
3272 * textmodes/org.el (org-file-remote-p): Get regexp from list.
3273 (org-archive-subtree): Remove erraneous `]' from character list.
3274
3275 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
3276
3277 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
3278 (ses-reconstruct-all): Make undo of "insert row" work by keeping
3279 markers for data-area and parameters-area.
3280
3281 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
3284
3285 * font-lock.el (font-lock-after-change-function): Refontify next line
3286 as well if end is at BOL.
3287 (font-lock-extend-jit-lock-region-after-change): Be more careful to
3288 only extend the region as much as needed.
3289
3290 2006-09-28 Richard Stallman <rms@gnu.org>
3291
3292 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
3293
3294 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
3295
3296 * international/mule.el (after-insert-file-set-coding):
3297 If VISIT, don't let set-buffer-multibyte make undo info.
3298
3299 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
3300
3301 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
3302 lines in base64-encoded authentication response.
3303
3304 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3305
3306 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
3307 (ebnf-version): New version 4.3.
3308 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
3309 (ebnf-prologue): Adjust PostScript programming.
3310 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
3311 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
3312
3313 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * jit-lock.el (jit-lock-force-redisplay): Rename from
3316 jit-lock-fontify-again, and undo the mistaken change I've just done.
3317
3318 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
3319 (jit-lock-fontify-again): Don't refontify text that's not displayed.
3320
3321 2006-09-26 Kenichi Handa <handa@m17n.org>
3322
3323 * startup.el (display-splash-screen): Allow a prefix argument.
3324
3325 2006-09-25 Jason Rumney <jasonr@gnu.org>
3326
3327 * subr.el (shell-quote-argument): Use DOS logic for Windows
3328 shells with DOS semantics.
3329
3330 2006-09-24 Richard Stallman <rms@gnu.org>
3331
3332 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
3333 (compilation-goto-locus): Use compilation-goto-locus-delete-o
3334 to delete the overlay. Put it on pre-command-hook.
3335
3336 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
3337
3338 * startup.el (fancy-splash-screens, normal-splash-screen):
3339 Call the splash buffer *About GNU Emacs*.
3340
3341 * simple.el (next-error-highlight, next-error-highlight-no-select):
3342 Default to 0.5.
3343 (yank-excluded-properties): Add `fontified'.
3344
3345 * font-lock.el (font-lock-compile-keywords): Allow value of
3346 syntax-begin-function to enable paren-column-0 highlighting.
3347
3348 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
3349
3350 * dired.el (dired-build-subdir-alist): When file ends in colon,
3351 don't exit the loop, just disregard that file.
3352
3353 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * simple.el (line-move-finish): Handle corner case for fields in
3356 continued lines.
3357 (line-move-1): Remove flawed test for that case.
3358
3359 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
3360
3361 * icomplete.el (icomplete-simple-completing-p): Use the correct
3362 name for the new variable, `icomplete-with-completion-tables'.
3363 (file local variables): Remove superfluous setting.
3364
3365 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
3366
3367 * calendar/appt.el (appt-check): Fix typo for appointments just
3368 after midnight.
3369
3370 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
3371
3372 * help.el (describe-key-briefly, describe-key): Don't expect an
3373 extra up event if a down-event is generated by a popup menu.
3374
3375 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
3376
3377 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
3378 local dictionary when changing the global dictionary.
3379
3380 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
3381
3382 * icomplete.el (icomplete-with-completion-tables): List of
3383 specialized completion tables with which icomplete should
3384 operate. Include the new `internal-complete-buffer', so icomplete
3385 works with interactive buffer-selection.
3386 (icomplete-simple-completing-p): Add acceptance of specialized
3387 completion tables listed in icomplete-with-completion-tables.
3388
3389 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3390
3391 * frame.el (focus-follows-mouse): Set default to nil on Mac.
3392
3393 * startup.el (command-line): Use `custom-reevaluate-setting' for
3394 `focus-follows-mouse'.
3395
3396 2006-09-22 Richard Stallman <rms@gnu.org>
3397
3398 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
3399 explain why Save is not available.
3400
3401 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
3402
3403 * woman.el (woman0-so): Use `let*', not `let'.
3404 (woman-horizontal-line): Remove unbalanced parenthesis.
3405
3406 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * woman.el: Make sure all the end-of-region markers we use have
3409 a non-nil insertion-type.
3410 (woman0-so): Move things around so we can use copy-marker.
3411 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
3412 Adjust marker type.
3413 (woman2-process-escapes): Check marker type.
3414 (woman-horizontal-line): Dispense with the use of a marker.
3415
3416 2006-09-22 Jay Belanger <belanger@truman.edu>
3417
3418 * calc/calc-lang.el: Add Greek letters to math-variable-table
3419 property of tex.
3420
3421 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
3422
3423 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
3424
3425 2006-09-22 Masatake YAMATO <jet@gyve.org>
3426
3427 * add-log.el (add-log-current-defun): Use `forward-sexp'
3428 instead of `forward-word' to pick c++::symbol.
3429 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
3430
3431 2006-09-22 Kenichi Handa <handa@m17n.org>
3432
3433 * bindings.el: Fix setting self-insert-command for multibyte
3434 characters in global-map.
3435
3436 2006-09-21 David Kastrup <dak@gnu.org>
3437
3438 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
3439 doc string.
3440
3441 2006-09-21 Kenichi Handa <handa@m17n.org>
3442
3443 * language/european.el ("Latin-1"): Add windows-1252 to
3444 coding-priority.
3445 ("German"): Likewise.
3446
3447 2006-09-21 Kim F. Storm <storm@cua.dk>
3448
3449 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
3450 Suggested by Miles Bader.
3451
3452 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
3453 instead of add-to-list in the simple case.
3454
3455 2006-09-20 Kenichi Handa <handa@m17n.org>
3456
3457 * isearch.el (isearch-process-search-char): Cancel the previous change.
3458 (isearch-search-string): New function.
3459 (isearch-search): Use isearch-search-string.
3460 (isearch-lazy-highlight-search): Likewise.
3461
3462 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3463
3464 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
3465 string to become an option.
3466
3467 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
3470
3471 2006-09-20 Kim F. Storm <storm@cua.dk>
3472
3473 * simple.el (line-move-partial): Call pos-visible-in-window-p with
3474 position t instead of trying both window-end and window-end - 1.
3475
3476 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
3477
3478 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
3479 hidden trees.
3480
3481 2006-09-20 David Kastrup <dak@gnu.org>
3482
3483 * mouse.el (mouse-posn-property): Improve doc string.
3484 (mouse-on-link-p): Change buffers for function calls on links.
3485
3486 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
3487 buffer is read-only.
3488
3489 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
3490
3491 * allout.el (allout-unprotected): Let inhibit-read-only only when
3492 buffer-read-only isn't set.
3493 (allout-annotate-hidden): Enable topic annotation during copies even
3494 when the buffer is read-only, eg for topic copies. Ensure that the loop
3495 advances, even when the span extends beyond the deletion region.
3496 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
3497 rather than allout-exposure-changed-hook, as a stronger assertion.
3498 (allout-keybindings-list): Add bindings for
3499 allout-copy-line-as-kill and allout-copy-topic-as-kill.
3500 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
3501 Copy wrappers for allout-kill-line and allout-kill-topic.
3502 (allout-listify-exposed): Position correctly to accumulate lines.
3503
3504 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
3505
3506 * simple.el (line-move-1): Escape field boundaries occurring
3507 exactly at point. Update goal column if constrained to a field.
3508 (line-move-finish): Escape field boundaries occurring exactly at point.
3509
3510 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3511
3512 * mouse.el (mouse-on-link-p): Tentatively fix last change.
3513 (mouse-drag-vertical-line): Remove unused var `wconfig'.
3514
3515 2006-09-19 Kim F. Storm <storm@cua.dk>
3516
3517 * help.el (describe-key-briefly, describe-key): Simplify printing
3518 of descriptions by using format and %S. Fix "is undefined"
3519 messages to say "at that spot" for mouse events.
3520
3521 * simple.el (line-move-partial): Optimize. Try window-line-height
3522 before posn-at-point to get vpos of current line.
3523
3524 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
3525
3526 * viper.el: Bump up version/date of update to reflect the substantial
3527 changes done in August 2006.
3528
3529 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
3530 are defined.
3531
3532 * ediff-util.el (ediff-add-to-history): New function.
3533
3534 * ediff.el: Use ediff-add-to-history instead of add-to-history.
3535
3536 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3537
3538 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
3539 Delete duplicate make-local-variable form.
3540 (conf-space-keywords): Add autoload cookie.
3541 Fix typo (`keywords', not `keyword').
3542
3543 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3544
3545 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
3546 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
3547 to x-gtk-use-old-file-dialog
3548
3549 2006-09-18 Richard Stallman <rms@gnu.org>
3550
3551 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
3552 that might come in during mouse tracking.
3553
3554 2006-09-18 Kim F. Storm <storm@cua.dk>
3555
3556 * simple.el (line-move-partial): Rework 2006-09-15 change to use
3557 new window-line-height function. Further optimize by not calling
3558 pos-visible-in-window-p for window-end when window-line-height
3559 returns useful information.
3560
3561 2006-09-16 Richard Stallman <rms@gnu.org>
3562
3563 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
3564 (conf-space-mode): Don't handle prefix arg.
3565 Delete conf-space-keywords-override code.
3566 Use add-hook.
3567 (conf-space-keywords): New command.
3568 (conf-space-mode-internal): Be careful with imenu-generic-expression.
3569 Delete conf-space-keywords-override code.
3570 (conf-space-keywords-alist): Doc fix.
3571 (conf-space-font-lock-keywords): Doc fix.
3572 (conf-space-keywords-override): Var deleted.
3573
3574 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
3575
3576 * startup.el (fancy-splash-screens): Don't switch to the scratch
3577 buffer; it may not be the next buffer.
3578
3579 2006-09-16 Romain Francoise <romain@orebokech.com>
3580
3581 * saveplace.el (load-save-place-alist-from-file): Use expanded name
3582 in both messages.
3583
3584 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
3585
3586 * progmodes/python.el (python-preoutput-filter):
3587 Fix arg order to string-match.
3588
3589 2006-09-16 Richard Stallman <rms@gnu.org>
3590
3591 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
3592 font-lock-compile-keywords.
3593
3594 * font-lock.el (font-lock-compile-keywords): Rename optional arg
3595 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
3596
3597 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3598
3599 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
3600
3601 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
3602 and the data doesn't look like UTF8, send STRING instead.
3603
3604 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
3605
3606 * textmodes/flyspell.el (flyspell-check-region-doublons):
3607 New function to detect duplicated words.
3608 (flyspell-large-region): Use it.
3609
3610 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
3611
3612 * simple.el (line-move-to-column): Revert 2006-08-03 change.
3613
3614 2006-09-16 Eli Zaretskii <eliz@gnu.org>
3615
3616 * help.el (describe-prefix-bindings): Use let, not let*.
3617
3618 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
3619
3620 * allout.el (allout-regexp, allout-line-boundary-regexp)
3621 (allout-bob-regexp): Correct grouping and boundaries to fix
3622 backwards traversal.
3623 (allout-depth-specific-regexp, allout-depth-one-regexp):
3624 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
3625 worse time in allout-ascend.
3626 (allout-doublecheck-at-and-shallower): Identify depth threshold
3627 below which topics are checked for and disqualified by containment
3628 discontinuities.
3629 (allout-hotspot-key-handler): Correctly handle multiple-key
3630 strokes. Remove some unused variables.
3631 (allout-mode-leaders): Clarify that mode-specific comment-start
3632 will be used.
3633 (set-allout-regexp): Correctly regexp-quote allout regexps to
3634 properly accept alternative header-leads and primary bullets with
3635 regexp-specific characters (eg, C "/*", mathematica "(*").
3636 Include new regular expressions among those configured.
3637 (allout-infer-header-lead-and-primary-bullet):
3638 Rename allout-infer-header-lead.
3639 (allout-recent-depth): Manifest as a variable as well as a function.
3640 (allout-prefix-data): Simplify into an inline instead of a macro,
3641 assuming current match data rather than being explicitly passed
3642 it. Establish allout-recent-depth value as well as
3643 allout-recent-prefix-beginning and allout-recent-prefix-end.
3644 (allout-aberrant-container-p): True when an item's immediate
3645 offspring discontinuously contained. Useful for disqualifying
3646 unintended topic prefixes, likely at low depths.
3647 (allout-goto-prefix-doublechecked): Elaborate version of
3648 allout-goto-prefix which disqualifies aberrant pseudo-items.
3649 (allout-pre-next-prefix): Layer on top of lower-level routines, to
3650 get disqualification of aberrant containers.
3651 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
3652 containers.
3653 (allout-beginning-of-current-entry): Position at start of buffer
3654 when in container (depth 0) entry.
3655 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
3656 (allout-current-bullet): Strip text properties.
3657 (allout-get-prefix-bullet): Use right match groups.
3658 (allout-beginning-of-line, allout-next-heading):
3659 Disqualify aberrant containers.
3660 (allout-previous-heading): Disqualify aberrant containers, and
3661 change to regular (rather than inline) function, to allow
3662 self-recursion.
3663 (allout-get-invisibility-overlay): Increment so progress is made
3664 when the first overlay is not the sought one.
3665 (allout-end-of-prefix): Disqualify aberrant containers.
3666 (allout-end-of-line): Cycle something like allout-beginning-of-line.
3667 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
3668 outline.el outlines) functional again. Change the primary bullet
3669 along with the header-lead - level 1 new-style bullets now work.
3670 Engage allout-before-change-handler in mainline Emacs, not just
3671 XEmacs, to do undo handling.
3672 (allout-before-change-handler): Expose undo changes occurring in
3673 hidden regions. Use allout-get-invisibility-overlay instead of
3674 reimplementing it inline.
3675 (allout-chart-subtree): Use start rather than end of prefix in
3676 charts. Use allout-recent-depth variable.
3677 (allout-chart-siblings): Disqualify aberrant topics.
3678 (allout-beginning-of-current-entry): Position correctly.
3679 (allout-ascend): Use new allout-depth-specific-regexp and
3680 allout-depth-one-regexp for linear instead of O(N^2) or worse
3681 behavior.
3682 (allout-ascend-to-depth): Depend on allout-ascend, rather than
3683 reimplementing an algorithm.
3684 (allout-up-current-level): Depend on allout-ascend, rather than
3685 reimplementing an algorithm. Return to start-point if we fail.
3686 (allout-descend-to-depth): Use allout-recent-depth variable
3687 instead of function.
3688 (allout-next-sibling): On traversal of numerous intervening
3689 topics, resort to economical allout-next-sibling-leap.
3690 (allout-next-sibling-leap): Specialized version of
3691 allout-next-sibling that uses allout-ascend cleverly, to depend on
3692 a regexp search to leap large numbers of contained topics, rather
3693 than arbitrarily many one-by-one traversals.
3694 (allout-next-visible-heading): Disqualify aberrant topics.
3695 (allout-previous-visible-heading): Position consistently when
3696 interactive.
3697 (allout-forward-current-level): Base on allout-previous-sibling
3698 rather than (differently) reimplmenting the algorithm. Remove some
3699 unused variables.
3700 (allout-solicit-alternate-bullet): Present default choice stripped
3701 of text properties.
3702 (allout-rebullet-heading): Use bullet stripped of text properties.
3703 Register changes using allout-exposure-change-hook.
3704 Disregard aberrant topics.
3705 (allout-shift-in): With universal-argument, make topic a peer of
3706 it's former offspring. Simplify the code by separating out
3707 allout-shift-out functionality.
3708 (allout-shift-out): With universal-argument, make offspring peers
3709 of their former container, and its siblings. Implement the
3710 functionality here, rather than inappropriately muddling the
3711 implementation of allout-shift-in.
3712 (allout-rebullet-topic): Respect additional argument for new
3713 parent-child separation function.
3714 (allout-yank-processing): Use allout-ascend directly.
3715 (allout-show-entry): Disqualify aberrant topics.
3716 (allout-show-children): Handle discontinuous children gracefully,
3717 extending the depth being revealed to expose them and posting a
3718 message indicating the situation.
3719 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
3720 Leave cursor in correct position.
3721 (allout-hide-current-subtree): Use allout-ascend directly.
3722 Disqualify aberrant topics.
3723 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
3724 a way that the yanks can restore it, as used to happen.
3725 (allout-yank-processing): Restore exposure layout as recorded by
3726 allout-kill-*, as used to happen.
3727 (allout-annotate-hidden, allout-hide-by-annotation): New routines
3728 for preseving and restoring exposure layout across kills.
3729 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
3730 (allout-encrypt-string): Strip text properties.
3731 Rearranged order and outline-headings for some of the
3732 miscellaneous functions.
3733 (allout-resolve-xref): No need to quote the error name in the
3734 condition-case handler section.
3735 (allout-flatten): Classic recursive (and recursively intensive,
3736 without tail-recursion) list-flattener, needed by allout-shift-out
3737 when confronted with discontinuous children.
3738
3739 2006-09-16 Jason Rumney <jasonr@gnu.org>
3740
3741 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
3742 on ms-windows.
3743 (dnd-open-unc-file): Remove.
3744 (dnd-open-local-file): Mention in doc string that it also handles
3745 remote files if the system natively supports unc file-names.
3746
3747 2006-09-15 Kim F. Storm <storm@cua.dk>
3748
3749 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
3750 all necessary information about the event before erasing *Help*.
3751
3752 * simple.el (line-move-partial): Use window-line-visiblity to
3753 quickly check whether last line is partially visible, and only do
3754 the hard (and slow) part in that case.
3755
3756 2006-09-15 Jay Belanger <belanger@truman.edu>
3757
3758 * COPYING: Replace "Library Public License" by "Lesser Public
3759 License" throughout.
3760
3761 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3762
3763 * term/x-win.el (x-menu-bar-open): New function for F10.
3764
3765 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
3766
3767 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3768 Disallow filenames containing " -" to avoid confusion with libtool
3769 compilation messages. Suggested by Stefan Monnier.
3770
3771 2006-09-15 David Kastrup <dak@gnu.org>
3772
3773 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
3774 instead of buffer position for `mouse-on-link-p'.
3775
3776 * mouse.el (mouse-posn-property): New function looking up the
3777 properties at a click position in overlays and text properties in
3778 either buffer or strings.
3779 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
3780 of both `follow-link' as well as `mouse-face' properties.
3781 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
3782 buffer position.
3783
3784 * help.el (describe-key-briefly): When reading a down-event on
3785 mode lines or scroll bar, swallow the following up event, too.
3786 Use the new mouse sensitity of `key-binding' for lookup.
3787 (describe-key): The same here.
3788
3789 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
3790
3791 * play/life.el (life-patterns): Add a few more interesting patterns.
3792 (life-setup): Force `show-trailing-whitespace' to nil.
3793
3794 2006-09-14 Richard Stallman <rms@gnu.org>
3795
3796 * startup.el (fancy-splash-text): Change text to improve alignment.
3797 (fancy-splash-screens): Don't set non-standard tab width.
3798 Bind cursor-type temporarily, and make it easy to patch to
3799 preserve the splash buffer.
3800 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
3801 (fancy-splash-screens): Display echo-area message explicitly.
3802 Don't set fancy-splash-help-echo.
3803
3804 * simple.el (line-number-mode): Group mode-line instead of
3805 editing-basics.
3806 (column-number-mode, size-indication-mode): Likewise.
3807
3808 * faces.el (mode-line-faces): Group mode-line instead of modeline.
3809
3810 * time.el (display-time): Group mode-line instead of modeline.
3811
3812 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
3813
3814 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * startup.el (fancy-splash-text): Move editing instructions to
3817 fancy-splash-head.
3818 (fancy-splash-head): Issue editing instructions.
3819 (fancy-splash-screens): Fixup whitespace.
3820
3821 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * bindings.el (mode-line-buffer-identification-keymap):
3824 Remove duplicate line.
3825
3826 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3827
3828 * ido.el (ido-ignore-item-p): Allow any kind of functions in
3829 ignore lists.
3830
3831 2006-09-14 Kim F. Storm <storm@cua.dk>
3832
3833 * jit-lock.el (jit-lock-fontify-again): New function.
3834 (jit-lock-fontify-now): Use it instead of lambda form.
3835
3836 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
3837
3838 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
3839 (flyspell-auto-correct-word): Make ispell-filter local to these
3840 functions. Check that ispell-filter has new stuff before calling
3841 ispell-parse-output.
3842
3843 2006-09-13 Kim F. Storm <storm@cua.dk>
3844
3845 * simple.el (line-move-partial): Optimize.
3846
3847 2006-09-13 Richard Stallman <rms@gnu.org>
3848
3849 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
3850 Delete spurious backquote.
3851
3852 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3853
3854 * net/rcirc.el (rcirc-print): Fix last change.
3855
3856 2006-09-12 Jay Belanger <belanger@truman.edu>
3857
3858 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
3859
3860 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
3861
3862 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
3863 rcirc-show-maximum-output.
3864 (rcirc-mode): Remove window-scroll-function hook.
3865 (rcirc-scroll-to-bottom): Remove function.
3866 (rcirc-print): Recenter so point stays at the bottom of the window
3867 if point was already there.
3868
3869 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
3870
3871 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
3872 not to "t".
3873 * progmodes/compile.el (compilation-start): Likewise.
3874 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3875 Don't use expand-file-name on invocation-directory, since this
3876 might mishandle special characters in invocation-directory.
3877
3878 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * pcvs-defs.el: Remove * in defcustom's docstrings.
3881
3882 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
3883
3884 * progmodes/compile.el (compilation-directory-properties):
3885 Doc fix for help-echo.
3886
3887 2006-09-12 Lars Hansen <larsh@soem.dk>
3888
3889 * desktop.el (desktop-read): Add comment.
3890
3891 2006-09-12 Kim F. Storm <storm@cua.dk>
3892
3893 * simple.el (next-error-highlight, next-error-highlight-no-select):
3894 Fix spelling error.
3895
3896 * subr.el (sit-for): Rework to use input-pending-p and cond.
3897 Return nil input is pending on entry also for SECONDS <= 0.
3898 (while-no-input): Use input-pending-p instead of sit-for.
3899
3900 2006-09-11 Richard Stallman <rms@gnu.org>
3901
3902 * simple.el (next-error-highlight, next-error-highlight-no-select):
3903 Fix custom type and doc strings.
3904
3905 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
3908 (diff-apply-hunk): Use it to ask for confirmation.
3909
3910 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
3911
3912 * emacs-lisp/cl.el (pushnew): Add missing `,'.
3913
3914 2006-09-11 David Kastrup <dak@gnu.org>
3915
3916 * help.el (string-key-binding, describe-key-briefly)
3917 (describe-key): Remove `string-key-binding' and its callers since
3918 `key-binding' already caters for the proper lookup now.
3919
3920 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3921
3922 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
3923 (cfengine-mode): Use it. Fix \ syntax to be like /.
3924
3925 * bindings.el (mode-line-buffer-identification-keymap):
3926 Move initialization into declaration.
3927
3928 2006-09-10 Kim F. Storm <storm@cua.dk>
3929
3930 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
3931 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
3932 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
3933 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
3934
3935 2006-09-10 Richard Stallman <rms@gnu.org>
3936
3937 * dired-aux.el: Handle errors in recursive copy usefully.
3938 (dired-create-files-failures): New variable.
3939 (dired-copy-file): Remove condition-case.
3940 (dired-copy-file-recursive): Check for errors on all file
3941 operations, and add them to dired-create-files-failures.
3942 Check file file-date-erorr here too.
3943 (dired-create-files): Check dired-create-files-failures
3944 and report those errors too.
3945
3946 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
3947
3948 * subr.el (add-to-list): New argument COMPARE-FN.
3949
3950 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
3951
3952 * filecache.el (file-cache-add-directory)
3953 (file-cache-add-directory-list, file-cache-add-file)
3954 (file-cache-add-directory-using-find)
3955 (file-cache-add-directory-using-locate)
3956 (file-cache-add-directory-recursively): Add autoloads.
3957
3958 2006-09-09 Richard Stallman <rms@gnu.org>
3959
3960 * textmodes/conf-mode.el (conf-space-mode):
3961 Use hack-local-variables-hook instead of calling hack-local-variables.
3962 (conf-space-keywords-override): New variable.
3963 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
3964 (conf-space-mode): Always make conf-space-keywords and
3965 conf-space-keywords-override local.
3966 Call conf-space-mode-internal directly as well as via hook.
3967
3968 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3969
3970 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
3971 quasi-keywords.
3972
3973 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
3976 (python-send-string): Be slightly more careful about adding \n.
3977
3978 * startup.el (normal-splash-screen): Don't display the buffer if we'll
3979 kill it right away anyway.
3980
3981 2006-09-09 Eli Zaretskii <eliz@gnu.org>
3982
3983 * international/codepage.el (cp850-decode-table): Fix a few codes.
3984 (cp858-decode-table): New variable.
3985
3986 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3987
3988 * net/ldap.el (ldap-search-internal): Doc fix.
3989
3990 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3991
3992 * play/life.el (life-display-generation): Test for input manually if
3993 `sleeptime' is negative or null.
3994
3995 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
3996 (print-region-1): Substitute `%s' with the page title.
3997
3998 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
3999
4000 * locate.el (locate-current-search): New variable.
4001 (locate): Set buffer local value. Use current buffer if it is
4002 in Locate mode.
4003 (locate-mode): Disable undo here.
4004 (locate-do-setup): Use locate-current-filter from buffer to be killed.
4005 (locate-update): Use locate-current-search and locate-current-filter.
4006
4007 2006-09-08 David Kastrup <dak@gnu.org>
4008
4009 * desktop.el (desktop-read): When loading a desktop, disable
4010 saving it while the load progresses, and switch off a pending lazy
4011 load by calling `desktop-lazy-abort'.
4012
4013 2006-08-27 Martin Rudalics <rudalics@gmx.at>
4014
4015 * window.el (mouse-autoselect-window-timer)
4016 (mouse-autoselect-window-position)
4017 (mouse-autoselect-window-window)
4018 (mouse-autoselect-window-now): New vars.
4019 (mouse-autoselect-window-cancel)
4020 (mouse-autoselect-window-select)
4021 (mouse-autoselect-window-start): New functions.
4022 (handle-select-window): Call `mouse-autoselect-window-start' when
4023 delayed window autoselection is enabled.
4024
4025 * cus-start.el (mouse-autoselect-window): Handle delayed window
4026 autoselection.
4027
4028 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
4029 commands after which it is allowed to print in the echo area.
4030
4031 2006-09-08 Richard Stallman <rms@gnu.org>
4032
4033 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
4034
4035 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
4036 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
4037
4038 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
4039 (cancel-timer-internal): Add doc string.
4040 (cancel-function-timers): Doc fix.
4041 (with-timeout-handler, timer-event-last*): Add doc strings.
4042
4043 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
4044
4045 * files.el (risky-local-variable-p): Match ...-bindat-spec.
4046
4047 * dired.el (dired-log-summary): Add doc string.
4048
4049 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
4050 (custom-group-menu-create): Not here.
4051
4052 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
4053
4054 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
4055
4056 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4057
4058 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
4059 (mac-apple-event-map): Define its handler.
4060
4061 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
4062
4063 * net/ldap.el (ldap-search-internal): Handle `auth' key.
4064
4065 2006-09-07 Magnus Henoch <mange@freemail.hu>
4066
4067 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
4068 clause.
4069
4070 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4071
4072 * info.el (Info-index): Bind completion-ignore-case.
4073
4074 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
4077 previous commit.
4078 (inferior-prolog-guess-flavor): New fun left out of previous commit.
4079 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
4080 burp in dedicated windows.
4081 (inferior-prolog-self-insert-command): New command.
4082 (inferior-prolog-mode-map): Use it.
4083
4084 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
4085
4086 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
4087
4088 * international/code-pages.el: Add cp858.
4089
4090 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4091
4092 * dnd.el: Fix bootstrapping.
4093
4094 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4095
4096 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
4097 (dnd-open-remote-url): New function.
4098 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
4099 not windows-nt.
4100
4101 2006-09-07 Jason Rumney <jasonr@gnu.org>
4102
4103 * dnd.el (dnd-open-remote-file-function): New variable.
4104 (dnd-open-unc-file): New function.
4105 (dnd-open-file): Call dnd-open-remote-file-function if set.
4106
4107 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4108
4109 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
4110 pgg-passphrase-coding-system rather than locale-coding-system.
4111 * pgg-def.el (pgg-passphrase-coding-system): New user option.
4112
4113 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * progmodes/prolog.el: Remove * in docstrings.
4116 (prolog-program-name): Add SWI prolog.
4117 (prolog-mode-menu): New menu.
4118 (prolog-mode): Set comment-add.
4119 (prolog-indent-line): Simplify. Use indent-line-to.
4120 (inferior-prolog-buffer): New var.
4121 (inferior-prolog-run, inferior-prolog-process): New funs.
4122 (run-prolog, switch-to-prolog): Rewrite, using them.
4123 (prolog-consult-region): Use inferior-prolog-buffer.
4124 (inferior-prolog-load-file): New function.
4125 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
4126
4127 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
4128 last word, if it's not the end of the paragraph.
4129
4130 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
4131 file name.
4132
4133 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
4134
4135 * frame.el (display-mm-dimensions-alist): New defcustom.
4136 (display-mm-height, display-mm-width): Use it.
4137
4138 2006-09-06 Simon Josefsson <jas@extundo.com>
4139
4140 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
4141
4142 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
4143
4144 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4145 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
4146 string values.
4147
4148 2006-09-06 Kim F. Storm <storm@cua.dk>
4149
4150 * simple.el (line-move-partial): New function to do vscrolling for
4151 partially visible images / tall lines. Rewrite based on code
4152 previously in line-move. Simplify backwards vscrolling.
4153 (line-move): Use it. Simplify.
4154
4155 2006-09-05 Kim F. Storm <storm@cua.dk>
4156
4157 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
4158
4159 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
4160
4161 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4162 Process the `gcc-include' after the `gnu' rule.
4163
4164 2006-09-05 Kim F. Storm <storm@cua.dk>
4165
4166 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
4167
4168 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4169
4170 * pgg.el (pgg-clear-string): Alias to clear-string for backward
4171 compatibility.
4172
4173 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
4174 inhibit-redisplay; encode passphrase with locale-coding-system.
4175
4176 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4177
4178 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
4179
4180 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
4181
4182 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
4183 (gdb-var-list-children-regexp): Make type field optional.
4184
4185 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
4186 e.g public, protected in C++.
4187
4188 2006-09-04 John Paul Wallington <jpw@pobox.com>
4189
4190 * simple.el (completion-show-help): New defcustom.
4191 (completion-setup-function): Heed it.
4192
4193 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4194
4195 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
4196
4197 2006-09-04 Richard Stallman <rms@gnu.org>
4198
4199 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
4200 (rsf-min-region-to-spam-list): Doc fix.
4201 (rsf-add-content-type-field): Doc fix.
4202
4203 * simple.el (kill-region): Explicitly test there is a region.
4204
4205 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
4208 sendmail in several common directories.
4209
4210 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
4211
4212 * paths.el (sendmail-program): Removed.
4213
4214 2006-09-04 Daiki Ueno <ueno@unixuser.org>
4215
4216 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
4217 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
4218 http://article.gmane.org/gmane.emacs.gnus.general/50457
4219
4220 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
4221
4222 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
4223 mark after running the menu filter.
4224
4225 2006-09-03 Juri Linkov <juri@jurta.org>
4226
4227 * international/quail.el (quail-defrule-internal): Add a check
4228 if a key is a vector.
4229
4230 2006-09-02 Juri Linkov <juri@jurta.org>
4231
4232 * man.el (Man-topic-history): New variable.
4233 (man): Use it.
4234
4235 * woman.el (woman-topic-history): Change defvar to defvaralias
4236 for symbol `Man-topic-history'.
4237
4238 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
4239 `comint-last-output-start' is a marker by using `markerp' and
4240 check if it has a position by using `marker-position', and use
4241 this position for `goto-char'.
4242
4243 * international/quail.el (quail-defrule-internal): Add missing
4244 `error' call for null key.
4245
4246 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
4247
4248 * rcirc.el (rcirc-keywords): New variable.
4249 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
4250 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
4251 variables.
4252 (rcirc-responses-no-activity): New function.
4253 (rcirc-handler-generic): Check for responses in above.
4254 (rcirc-process-command): Add ?: character to arguments of raw
4255 server commands.
4256 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
4257 `rcirc-dim-nicks'.
4258 (rcirc-gray-toggle): Remove unused variable.
4259 (rcirc-print): Remove some tracking logic, which is moved into
4260 markup functions.
4261 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
4262 types.
4263 (rcirc-activity-string): Look for 'keyword in activity-types.
4264 (rcirc-window-configuration-change): Don't erase overlay-arrow
4265 unnecessarily.
4266 (rcirc-add-or-remove): New function.
4267 (rcirc-cmd-ignore): Use it.
4268 (rcirc-message-leader): Remove unused function.
4269 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
4270 (rcirc-add-face): New function.
4271 (rcirc-facify): Use rcirc-add-face.
4272 (rcirc-url-regexp): Add parens.
4273 (rcirc-map-regexp): Remove function.
4274 (rcirc-mangle-regexp): Remove function.
4275 (rcirc-markup-text-functions): New variable.
4276 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
4277 (rcirc-markup-body-text, rcirc-markup-attributes)
4278 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
4279 (rcirc-markup-bright-nicks): New markup handler functions.
4280 (rcirc-nick-in-message-full-line): New face.
4281 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
4282 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
4283
4284 2006-09-02 Martin Rudalics <rudalics@gmx.at>
4285
4286 * cus-start.el (hscroll-margin, hscroll-step)
4287 (mode-line-in-non-selected-windows, mouse-autoselect-window)
4288 (x-use-underline-position-properties): Change version to "22.1"
4289 since they will appear there for the first time.
4290
4291 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
4294
4295 2006-08-31 Richard Stallman <rms@gnu.org>
4296
4297 * cus-edit.el (custom-save-variables): Slight cleanup.
4298 (Custom-no-edit): Renamed from custom-no-edit.
4299 (Custom-newline): Renamed from custom-newline.
4300 (custom-mode-map): Use new names.
4301
4302 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
4303 about customization, rather than M-x customize, in the doc string
4304 made for the defcustom.
4305
4306 * emacs-lisp/trace.el (trace-function-background): Doc fix.
4307
4308 2006-08-31 Romain Francoise <romain@orebokech.com>
4309
4310 * dired-x.el (dired-guess-shell-alist-default): Update.
4311
4312 2006-08-31 Michael Mauger <mmaug@yahoo.com>
4313
4314 * custom.el (custom-theme-set-variables): Autoload packages before
4315 sorting the variables.
4316
4317 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
4318
4319 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
4320 chars if XEmacs.
4321 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
4322
4323 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * progmodes/python.el (python-eldoc-function): Re-enable quit while
4326 waiting for process.
4327
4328 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4329
4330 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
4331 results in ASCII-only string, encode original one directly.
4332
4333 2006-08-29 Romain Francoise <romain@orebokech.com>
4334
4335 * startup.el (normal-splash-screen, fancy-splash-screens):
4336 Make buffer read-only and arrange to enter view mode if necessary.
4337
4338 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * hl-line.el (hl-line): New face.
4341 (hl-line-face): Use it.
4342
4343 * image-mode.el (image-mode): Fix last fix.
4344 Suggested by Kim F. Storm.
4345
4346 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
4347
4348 Sync with Tramp 2.0.54.
4349
4350 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
4351 of `=', because `tramp-get-remote-gid' might not always return an
4352 integer when expected.
4353 (tramp-register-file-name-handlers): `partial-completion-mode' is
4354 unknown to XEmacs.
4355 (tramp-time-diff): Don't use `floor', it might fail for large
4356 differences.
4357 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
4358 `tramp-auto-save-directory' if unset in order to guarantee unique
4359 auto-save file names.
4360
4361 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * image-mode.el (image-mode): Display image as text on a terminal.
4364
4365 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4366
4367 * progmodes/python.el (python-send-command): Simplify.
4368 (run-python): Don't generate a new buffer unless `new' was specified.
4369 Make sure we send `import emacs' to the proper process.
4370
4371 * progmodes/python.el (python-send-command): Don't wait for the command
4372 to terminate. Don't fiddle with compilation-parsing-end.
4373
4374 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
4375
4376 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4377 Insert commentary after first line summary.
4378
4379 * woman.el (woman-follow): New function, based on `man-follow'.
4380 (woman-mode-map): Use it.
4381
4382 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
4383 since ibuffer-do-sort-by-recency does not define a sorter.
4384
4385 2006-08-28 Kim F. Storm <storm@cua.dk>
4386
4387 * find-dired.el (find-dired): Use shell-quote-argument to properly
4388 escape ( and ) args. Also use it on {} and ; args in default
4389 value of find-ls-option string.
4390 (find-grep-dired): Use shell-quote-argument on {} and ; args.
4391
4392 2006-08-27 Michael Olson <mwolson@gnu.org>
4393
4394 * emacs-lisp/tq.el: Small grammar fix in comments.
4395 (tq-enqueue): Check for existence of queue rather than the
4396 head queue item's question, which was a no-op.
4397 (tq-filter, tq-process-buffer): Make sure the process buffer
4398 exists before making it the current buffer.
4399
4400 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4401
4402 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
4403 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
4404 (special-event-map): Apply 2006-08-16 change for x-win.el.
4405
4406 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * progmodes/python.el (python-send-receive): Wait in the
4409 process's buffer so as to check the right buffer-local variables.
4410
4411 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
4414 (defgroup checkdoc): Move to beginning.
4415
4416 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
4417 (python-preoutput-continuation): Remove.
4418 (python-preoutput-filter): Simplify correspondingly.
4419 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
4420 Loop around to catch embedded _emacs_out output.
4421 (run-python): Send the import&print command on a single line.
4422 (python-send-command): Send command&print on a single line.
4423 (python-send-string): Only add double \n if needed.
4424 (python-send-receive): Loop until the result comes.
4425 (python-mode-running): Defvar it.
4426 (python-setup-brm): Remove unused var `menu'.
4427 Only bind py-mode-map and `features' around brm-init.
4428 (python-calculate-indentation): Remove unused var `point'.
4429 (python-beginning-of-defun): Remove unused var `def-line'.
4430
4431 2006-08-25 Richard Stallman <rms@gnu.org>
4432
4433 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
4434
4435 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
4436
4437 * viper.el (viper-set-hooks): Use frame bindings for
4438 viper-vi-state-cursor-color.
4439 (viper-non-hook-settings): Don't set default
4440 mode-line-buffer-identification.
4441
4442 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
4443 (viper-set-cursor-color-according-to-state)
4444 (viper-get-saved-cursor-color-in-replace-mode)
4445 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
4446 viper-emacs-state-cursor-color.
4447
4448 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
4449 (viper-undo): Use point if undo-beg-posn is nil.
4450 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
4451 (viper-after-change-undo-hook): Don't use
4452 viper-emacs-state-cursor-color by default.
4453 (viper-undo): More sensible positioning after undo.
4454
4455 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
4456 (viper-emacs-state-cursor-color): Default to nil, since this feature
4457 doesn't work well yet.
4458
4459 * ediff-mult.el (ediff-intersect-directories)
4460 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
4461 always expand filenames.
4462
4463 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * tumme.el: Remove * in defcustoms's docstrings.
4466
4467 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
4468
4469 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
4470 Accept internal time format for SECS arg.
4471 (timer-relative-time): Doc fix.
4472
4473 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
4474 adapted from Martin Rudalics.
4475 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
4476 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
4477 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
4478 using sit-for.
4479
4480 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
4481
4482 * cus-start.el (all): Add `overline-margin' and
4483 `x-underline-at-descent-line'.
4484
4485 2006-08-24 Kim F. Storm <storm@cua.dk>
4486
4487 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
4488 to mean "use find -exec"; nil now unambiguously means auto-detect.
4489 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
4490 Use shell-quote-argument to build grep-find-command and
4491 grep-find-template.
4492 (rgrep): Use shell-quote-argument to properly quote arguments to find.
4493 Reported by Tom Seddon.
4494
4495 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
4496
4497 * startup.el (fancy-splash-head): Give instructions for dismissing
4498 the splash screen for default startup too.
4499 (display-startup-echo-area-message, fancy-splash-screens)
4500 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
4501 all splash text at once and keep the splash buffer around.
4502 (command-line-1): Give display-startup-echo-area-message a t arg.
4503
4504 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
4505
4506 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
4507 gnus frame is selected.
4508
4509 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
4510
4511 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
4512
4513 2006-08-22 Kim F. Storm <storm@cua.dk>
4514
4515 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
4516 Add suffix matching for subdirs.
4517
4518 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
4519
4520 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
4521 mouse-yank-at-point is non-nil.
4522
4523 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
4524
4525 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
4526 a bit wider and remove fringes to fit initial output on line.
4527
4528 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4529
4530 * frame.el (blink-cursor-end): Only ignore the error we care about.
4531 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
4532
4533 2006-08-21 Richard Stallman <rms@gnu.org>
4534
4535 * whitespace.el (whitespace-cleanup): Doc fix.
4536
4537 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
4538
4539 * net/rcirc.el (rcirc-show-maximum-output): New var.
4540 (rcirc-buffer-process): If no buffer argument is supplied, use
4541 current-buffer.
4542 (rcirc-complete-nick): Complete to the last completed nick first.
4543 (rcirc-mode): Preserve the value of `rcirc-urls' across
4544 connections. Setup scroll function.
4545 (rcirc-scroll-to-bottom): New function.
4546 (rcirc-print): Use nick syntax around regexp work.
4547 Notice dim-nicks speaking only if they say our nick.
4548 (rcirc-update-activity-string): Do not show the modeline indicator
4549 if there are no live rcirc processes.
4550 (rcirc-cmd-ignore): Ignore case.
4551 (rcirc-browse-url-at-point): Fix off-by-one error.
4552
4553 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * progmodes/python.el: Remove * in defcustom docstrings.
4556 (run-python, python-proc, python-try-complete): Use derived-mode-p.
4557 (python-mode): Set tab-width and indent-tabs-mode.
4558
4559 2006-08-20 Dave Love <fx@gnu.org>
4560
4561 * progmodes/python.el: Update to Dave Love's latest version.
4562 (python-font-lock-keywords, python-mode): Don't use
4563 font-lock-syntax-table, but match symbol elements explicitly instead.
4564 (python-mode-map): Add help, and a few more key bindings.
4565 (python-skip-comments/blanks): Move out of comments as well.
4566 (python-continuation-line-p): Behave better with unbalanced parens.
4567 (python-blank-line-p): New fun.
4568 (python-open-block-statement-p): Don't use a heuristic.
4569 (python-outdent-p): Better handle blocks-in-the-same-line.
4570 (python-calculate-indentation): Misc improvements.
4571 (python-comment-indent): Remove.
4572 (python-block-pairs): New var.
4573 (python-first-word): New fun.
4574 (python-indentation-levels): Handle more common cases.
4575 (python-indent-line-1): Add `leave' argument.
4576 (python-indent-region): New fun.
4577 (python-skip-out): New fun.
4578 (python-beginning-of-statement, python-end-of-statement): Use it.
4579 (python-next-statement): Return correct count even at eob.
4580 (python-end-of-block): Fix paren-typo.
4581 (python-imenu-create-index): Add module variables.
4582 (run-python): Add `new' arg.
4583 Check we're at a prompt before returning.
4584 (python-send-command): Move to end of buffer.
4585 Wait for prompt to return.
4586 (python-set-proc): New fun.
4587 (python-imports): New var.
4588 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
4589 (python-eldoc-function): Try to move out of arg list.
4590 (python-outline-level): Offset by 1.
4591 (python-find-imports): New fun.
4592 (python-symbol-completions): Use python-imports.
4593 (python-module-path, ffap-alist): Add support for ffap.
4594 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
4595 (python-insert-*, python-default-template, python-expand-template):
4596 Add templates/skeletons.
4597 (python-setup-brm): Support for Bicycle Repair Man.
4598 (python-abbrev-syntax-table): New var.
4599 (python-abbrev-pc-hook, python-pea-hook): New funs.
4600
4601 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
4602
4603 * frame.el (blink-cursor-start): Set timer first.
4604 (blink-cursor-end): Ignore timer cancelling errors.
4605 Suggested by Ken Manheimer.
4606
4607 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
4608
4609 * newcomment.el (comment-box): Call `comment-normalize-vars'.
4610 Add autoload cookie.
4611
4612 2006-08-20 Richard Stallman <rms@gnu.org>
4613
4614 * simple.el (line-number-at-pos): Doc fix.
4615
4616 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
4617 timer-activate-when-idle, so timer can run before Emacs becomes
4618 non-idle again.
4619
4620 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4621
4622 * whitespace.el (whitespace-cleanup-internal): New optional arg
4623 REGION-ONLY. If it's non-nil, modify the message to the user
4624 accordingly.
4625 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
4626 a non-nil argument.
4627
4628 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
4629
4630 * rect.el (spaces-string): Simplify and add doc string.
4631
4632 2006-08-17 Romain Francoise <romain@orebokech.com>
4633
4634 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
4635
4636 2006-08-17 Richard Stallman <rms@gnu.org>
4637
4638 * compare-w.el (compare-windows): lambda's take an arg and pass
4639 it to compare-windows-skip-whitespace.
4640
4641 2006-08-17 Martin Rudalics <rudalics@gmx.at>
4642
4643 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
4644 the right buffer.
4645
4646 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
4649 removed files.
4650
4651 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
4652
4653 * progmodes/gdb-ui.el (gdb-locals-watch-map)
4654 (gdb-locals-watch-map-1): Suppress keymap first.
4655 (gdb-edit-locals-map-1): New variable.
4656 (gdb-edit-locals-value): New function.
4657 (gdb-stack-list-locals-handler): Use them.
4658
4659 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
4662 cursor would normally be drawn in the fringe.
4663
4664 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
4665 Reported by Martin Rudalics <rudalics@gmx.at>.
4666
4667 2006-08-16 Richard Stallman <rms@gnu.org>
4668
4669 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
4670 (special-event-map): Process drag-n-drop events this way.
4671
4672 * simple.el (move-beginning-of-line): Test whether fields
4673 would prevent motion back to line's first visible character.
4674 If so, stop where the fields would stop the motion.
4675
4676 * newcomment.el (comment-indent): Fully update INDENT
4677 before checking to see if it will change the text.
4678
4679 * cus-edit.el (custom-newline): New function.
4680 (custom-mode-map): Bind newline to custom-newline.
4681
4682 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
4683 into ignore-whitespace.
4684 Check each buffer for its skip-function.
4685 Handle compare-windows-skip-whitespace special-case test
4686 by returning t from default skip function.
4687
4688 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
4689
4690 * textmodes/org.el (org-clock-special-range)
4691 (org-clock-update-time-maybe): New functions.
4692 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
4693 not only a-z.
4694 (org-agenda-get-blocks): Allow multiple blocks per headline.
4695 (org-timestamp-change): Call `org-clock-update-time-maybe'.
4696 (org-export-html-title-format)
4697 (org-export-html-toplevel-hlevel): New options.
4698 (org-export-language-setup): Add support for Czech.
4699 (org-mode, org-insert-todo-heading, org-find-visible)
4700 (org-find-invisible, org-invisible-p, org-invisible-p2)
4701 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
4702 (org-show-subtree, org-show-entry, org-make-options-regexp):
4703 Remove compatibility support for old outline-mode.
4704 (org-check-occur-regexp): Funtion removed.
4705 (org-on-heading-p, org-back-to-heading): Made defalias.
4706 (org-set-local): New defsubst.
4707 (org-set-regexps-and-options, org-mode)
4708 (org-set-font-lock-defaults, org-edit-agenda-file-list)
4709 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
4710 (org-remember-apply-template, org-table-edit-field)
4711 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
4712 (org-set-autofill-regexps): Use `org-set-local'.
4713 (org-table-eval-formula): Fix bug with parsing of display flags.
4714
4715 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
4716
4717 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
4718 frame with fringe arrow. Suggested by Simon Marshall
4719 <simon.marshall@misys.com>.
4720 (gdb-stack-position): New variable.
4721 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
4722 (gdb-frames-mode): Set gdb-stack-position to nil.
4723 Add to overlay-arrow-variable-list
4724 (gdb-reset): Delete gdb-stack-position from above list.
4725
4726 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4727
4728 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
4729 read only.
4730
4731 2006-08-13 Romain Francoise <romain@orebokech.com>
4732
4733 * cus-theme.el (customize-create-theme)
4734 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
4735
4736 * filesets.el (filesets-add-buffer): Ditto.
4737
4738 * pcvs.el (cvs-change-cvsroot): Ditto.
4739
4740 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
4741
4742 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
4743 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
4744 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
4745 expressions.
4746 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
4747 Only search till end of line.
4748 Add face to function names in case of no filename.
4749 Add face to variable names of watchpoints.
4750
4751 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4752
4753 * cus-start.el <indent-tabs-mode>: Move to the `indent'
4754 customization group.
4755
4756 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
4757
4758 * allout.el (allout-prior-bindings, allout-added-bindings):
4759 Remove, after long deprecation.
4760 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
4761 Add customization vars controlling allout-beginning-of-line and
4762 allout-end-of-line conveniences.
4763 (allout-header-prefix, allout-use-mode-specific-leader)
4764 (allout-use-mode-specific-leader, allout-mode-leaders):
4765 Revise docstrings.
4766 (allout-infer-header-lead): Change to be an alias for
4767 allout-infer-header-lead-and-primary-bullet.
4768 (allout-infer-header-lead-and-primary-bullet): New version of
4769 allout-infer-header-lead which assigns the primary bullet to the
4770 same as the header lead, when its being changed.
4771 (allout-infer-body-reindent): Apply regexp-quote instead of
4772 unconditionally prepending "\\", so that all literal
4773 allout-header-prefix and allout-primary-bullet strings are
4774 properly handled.
4775 (allout-add-resumptions): Add optional qualifier for extending or
4776 appending to existing values, rather than replacing them.
4777 (allout-view-change-hook): Clarify docstring.
4778 (allout-exposure-change-hook): Take explicit arguments, via
4779 run-hook-with-args.
4780 (allout-structure-added-hook)
4781 (allout-structure-deleted-hook)
4782 (allout-structure-shifted-hook): New hooks analogous to
4783 allout-exposure-change-hook for other kinds of structural outline
4784 edits.
4785 (allout-encryption-plaintext-sanitization-regexps): New encryption
4786 customization variable, by which cooperating modes can provde
4787 massage of the plaintext without actually being passed it.
4788 (allout-encryption-ciphertext-rejection-regexps)
4789 (allout-encryption-ciphertext-rejection-ceiling): New encryption
4790 customization variables, by which cooperating modes can prohibit
4791 rare but possible ciphertext patterns from fouling their
4792 operation, with actually being passed the ciphertext.
4793 (allout-mode): Run activation and deactivation hooks after the
4794 minor-mode variable has been toggled, to clarify the mode
4795 disposition. The new encryption ciphertext rejection variable is
4796 used to ensure that the ciphertext does not contain text that
4797 would be recognized as outline structural elements by allout.
4798 Substite allout-beginning-of-line and allout-end-of-line for
4799 conventionall beginning-of-line and end-of-line bindings.
4800 If allout-old-style-prefixes is non-nil, don't nullify it on mode
4801 activation!
4802 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
4803 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
4804 (allout-chart-subtree): Implement new mode, charting only the
4805 visible items in the subtree, when new 'visible' parameter is non-nil.
4806 (allout-end-of-subtree): Properly handle the last item in the buffer.
4807 (allout-pre-command-business, allout-command-counter):
4808 Increment an advertised counter so that cooperating enhancements can
4809 track revisions of items.
4810 (allout-open-topic): Run allout-structure-added-hook with suitable
4811 arguments.
4812 (allout-shift-in): Run allout-structure-shifted-hook with suitable
4813 arguments.
4814 (allout-shift-out): Fix doubling for negative args and ensure call
4815 of allout-structure-shifted-hook by solely using allout-shift-in.
4816 (allout-kill-line, allout-kill-topic):
4817 Run allout-structure-deleted-hook with suitable arguments.
4818 (allout-yank-processing): Run allout-structure-added-hook with
4819 proper arguments.
4820 (allout-yank): Enclose activity in allout-unprotected.
4821 (allout-flag-region): Run allout-exposure-change-hook with
4822 suitable arguments, instead of making the callee infer the arguments.
4823 (allout-encrypt-string):
4824 Support allout-encryption-plaintext-sanitization-regexps,
4825 allout-encryption-ciphertext-rejection-regexps, and
4826 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
4827 en/de cryption mode in symmetric encryption failure message.
4828 (allout-obtain-passphrase): Use copy-sequence to get a distinct
4829 copy of the passphrase, and don't zero it or we'll corrupt the
4830 stashed copy.
4831 (allout-create-encryption-passphrase-verifier)
4832 (allout-verify-passphrase): Respect the new signature for
4833 allout-encrypt-string.
4834 (allout-get-configvar-values): Convenience for getting a
4835 configuration variable value and handling its absence gracefully.
4836
4837 2006-08-11 Romain Francoise <romain@orebokech.com>
4838
4839 * obsolete/zone-mode.el: Delete.
4840
4841 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
4844
4845 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
4846
4847 * emacs-lisp/bindat.el (bindat-ip-to-string):
4848 Use `format-network-address' if possible.
4849
4850 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4851
4852 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4853
4854 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
4857 restore unread-command-events here.
4858 (edebug-display): Do it here, to detect sit-for interruptions.
4859
4860 2006-08-10 Romain Francoise <romain@orebokech.com>
4861
4862 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4863 (dns-mode-soa-auto-increment-serial): New user option.
4864 (dns-mode-soa-maybe-increment-serial): New function.
4865 (dns-mode): Add the latter to `write-contents-functions'.
4866
4867 * obsolete/zone-mode.el: Move to obsolete/ from net/.
4868 Delete autoload cookies.
4869
4870 2006-08-10 John Wiegley <johnw@newartisans.com>
4871
4872 * eshell/em-glob.el (eshell-glob-chars-list)
4873 (eshell-glob-translate-alist): Add support for [^g] in character globs.
4874
4875 2006-08-10 Richard Stallman <rms@gnu.org>
4876
4877 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
4878 (facemenu-set-face): Doc fix.
4879 (facemenu-listed-faces): Doc fix.
4880
4881 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
4882
4883 * avoid.el (mouse-avoidance-animating-pointer): New var.
4884 (mouse-avoidance-nudge-mouse): Use it.
4885 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
4886 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
4887 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
4888 Don't activate if currently animating. All callers changed.
4889
4890 2006-08-09 John Wiegley <johnw@newartisans.com>
4891
4892 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
4893 variable, which causes timeclock to report elapsed time worked,
4894 instead of just work remaining.
4895
4896 2006-08-09 Kenichi Handa <handa@m17n.org>
4897
4898 * international/latexenc.el (latexenc-find-file-coding-system):
4899 Fix for the case that the 2nd element of arg-list is a cons.
4900
4901 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * info.el (Info-fontify-node): Handle preceding `in' for note
4904 reference hiding rules.
4905
4906 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
4909 mistake a closing " for an opening one.
4910
4911 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4912
4913 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4914
4915 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * complete.el (PC-do-completion): Filter out completions matching
4918 completion-ignored-extensions before checking whether there are
4919 multiple completions.
4920 Don't use `list' unnecessarily when building completion tables.
4921
4922 2006-08-06 Richard Stallman <rms@gnu.org>
4923
4924 * help.el (describe-mode): Make minor mode list more concise.
4925
4926 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * bindings.el: Give mode-line-format, mode-line-modes, and
4929 mode-line-position `standard-value' properties.
4930
4931 2006-08-05 Eli Zaretskii <eliz@gnu.org>
4932
4933 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4934 "(file)node" instead of the file name.
4935
4936 2006-08-05 Richard Stallman <rms@gnu.org>
4937
4938 * faces.el (escape-glyph): Doc fix.
4939
4940 2006-08-04 Kenichi Handa <handa@m17n.org>
4941
4942 * international/mule-diag.el (describe-font): Improve docstring
4943 and error message. Use frame-parameter (not frame-parameters).
4944
4945 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
4948 Correctly mark the end-of-docstring char.
4949
4950 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * simple.el (line-move-to-column): Constrain move-to-column to
4953 current field.
4954
4955 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * font-lock.el (font-lock-beg, font-lock-end)
4958 (font-lock-extend-region-functions): New vars.
4959 (font-lock-extend-region-multiline)
4960 (font-lock-extend-region-wholelines): New functions.
4961 (font-lock-default-fontify-region): Use them.
4962 (font-lock-extend-jit-lock-region-after-change): Only round up
4963 if font-lock-default-fontify-region will do it as well.
4964
4965 * font-lock.el (font-lock-extend-after-change-region-function):
4966 Rename from font-lock-extend-region-function.
4967 (font-lock-extend-region): Remove by inlining at call sites.
4968 (font-lock-after-change-function): Don't needlessly round up to a whole
4969 number of lines.
4970 (font-lock-extend-jit-lock-region-after-change): Be more careful about
4971 the boundary conditions and the interactions between the various ways
4972 to extend the region.
4973
4974 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4975
4976 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
4977 modification status when forcing the second redisplay.
4978
4979 2006-08-03 Kim F. Storm <storm@cua.dk>
4980
4981 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
4982
4983 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4986 doesn't look like a file name.
4987
4988 * complete.el (PC-expand-many-files): Avoid signalling an error when
4989 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
4990
4991 2006-08-02 Andreas Schwab <schwab@suse.de>
4992
4993 * bindings.el (mode-line-format): Simplify reference to vc-mode.
4994
4995 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
4996
4997 * bindings.el (map): Make mode-line-buffer-identification-keymap
4998 before defining propertized-buffer-identification.
4999
5000 2006-08-01 Richard Stallman <rms@gnu.org>
5001
5002 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
5003
5004 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
5005
5006 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
5007 default value.
5008 (gdb-find-source-frame): New function.
5009 (menu): Add to menu bar.
5010
5011 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * font-core.el (font-lock-extend-region-function)
5014 (font-lock-extend-region): Move to font-lock.el.
5015
5016 * font-lock.el (font-lock-extend-region-function)
5017 (font-lock-extend-region): Move from font-core.el. Simplify.
5018
5019 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
5020 if needed.
5021 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
5022 (jit-lock-after-change-extend-region-functions): New hook.
5023 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
5024
5025 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
5026 (font-lock-turn-on-thing-lock): Use it.
5027
5028 * longlines.el (longlines-show-region): Make it work on read-only
5029 buffers as well.
5030
5031 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
5032
5033 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
5034
5035 2006-07-31 Richard Stallman <rms@gnu.org>
5036
5037 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
5038 (vhdl-speedbar-display-projects): Update old obsolete
5039 speedbar variable names.
5040
5041 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
5042
5043 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
5044 (gdb-stopped): Use it.
5045
5046 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
5047
5048 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
5049
5050 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
5051 for load-history elements.
5052
5053 2006-07-29 Eli Zaretskii <eliz@gnu.org>
5054
5055 * files.el (convert-standard-filename): For Cygwin, replace
5056 characters not allowed in Windows file names.
5057 (make-auto-save-file-name): Add Cygwin to the list of systems
5058 where the auto-save file name needs to be run through
5059 convert-standard-filename.
5060
5061 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
5062
5063 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
5064
5065 2006-07-28 Richard Stallman <rms@gnu.org>
5066
5067 * bindings.el (mode-line-frame-identification)
5068 (propertized-buffer-identification): Centralize the code
5069 to initialize the variable.
5070
5071 * progmodes/grep.el (grep-default-command): Catch errors from
5072 wildcard-to-regexp.
5073
5074 2006-07-29 Kim F. Storm <storm@cua.dk>
5075
5076 * progmodes/grep.el (grep-tag-default): New function.
5077 (grep-default-command, grep-read-regexp): Use it.
5078 (grep-read-files): Use car of grep-files-history or grep-files-aliases
5079 as default if nothing else applies.
5080
5081 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
5082
5083 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5084 Throw error if buffer is not in Dired and Wdired mode, respectively.
5085
5086 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
5089 self-insert-command keys don't activate buttons.
5090 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
5091
5092 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
5093
5094 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
5095 faces for enable character.
5096
5097 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
5098
5099 * Makefile.in (recompile): Update comment to reflect change
5100 on 2004-04-21.
5101
5102 2006-07-27 Richard Stallman <rms@gnu.org>
5103
5104 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
5105 (customize-package-emacs-version): Change msg when pkg has no entry.
5106 (custom-no-edit): On a button, do like widget-button-press.
5107
5108 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5109
5110 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
5111 S-tab and C-S-tab.
5112
5113 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
5114
5115 * progmodes/which-func.el (which-function): Fix documentation/
5116 comment typo.
5117
5118 2006-07-26 Richard Stallman <rms@gnu.org>
5119
5120 * textmodes/ispell.el (ispell-word): If we replace the word,
5121 move point to the end. Insert before deleting.
5122
5123 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
5124
5125 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
5126 a timer.
5127
5128 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
5129
5130 * tumme.el (tumme-backward-image): Add prefix argument. Add error
5131 when at first image.
5132 (tumme-forward-image): Add prefix argument. Add error when at last
5133 image.
5134
5135 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5136
5137 * tabify.el (tabify-regexp): Use more specific regexps.
5138 (tabify): Avoid modifying the buffer unnecessarily.
5139
5140 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
5141
5142 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
5143 (tumme-format-properties-string): Handle empty `buf'.
5144 (tumme-get-comment): Change variable names inside `let'.
5145 Add missing `let' variable that cause font-lock problems.
5146 (tumme-write-comments): Change variable names inside `let'.
5147 Add missing `let' variable that cause font-lock problems.
5148 (tumme-forward-image): Rename from `tumme-forward-char'.
5149 (tumme-backward-image): Rename from `tumme-backward-char'.
5150
5151 2006-07-25 Masatake YAMATO <jet@gyve.org>
5152
5153 * progmodes/ld-script.el (ld-script-keywords)
5154 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
5155 and add comments.
5156
5157 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
5158
5159 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5160 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
5161 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
5162 for status indicator.
5163
5164 2006-07-24 Richard Stallman <rms@gnu.org>
5165
5166 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
5167
5168 * subr.el (dolist, dotimes): Use interned symbols for locals.
5169 (--dotimes-limit--, --dolist-tail--): New defvars.
5170 (looking-back): Doc fix.
5171
5172 * replace.el (replace-match-string-symbols): Handle dotted lists.
5173
5174 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
5175
5176 * tumme.el (tumme-write-tags): Add.
5177 (tumme-write-comments): Add.
5178 (tumme-tag-files): Change to use `tumme-write-tags'.
5179 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
5180 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
5181 (tumme-save-information-from-widgets): Change to use
5182 `tumme-write-comments' and `tumme-write-tags'.
5183 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
5184 (tumme-write-tag): Remove.
5185 (tumme-write-comment): Remove.
5186 (tumme-display-previous-thumbnail-original): Remove empty line.
5187 (tumme-widget-list): Add punctuation.
5188
5189 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
5190
5191 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
5192
5193 2006-07-24 Daiki Ueno <ueno@unixuser.org>
5194
5195 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5196 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
5197 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
5198
5199 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5200
5201 * mouse.el (mouse-on-link-p): Doc fix.
5202
5203 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
5204
5205 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5206 Handle "C-h f `".
5207
5208 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5209
5210 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
5211 column.
5212
5213 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
5214
5215 * textmodes/table.el: Add move-beginning-of-line and
5216 move-end-of-line to Point Motion Only Group.
5217
5218 2006-07-22 Eric Hanchrow <offby1@blarg.net>
5219
5220 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
5221
5222 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5223
5224 * startup.el (user-mail-address): Initialize from the `EMAIL'
5225 environment variable first. Document this.
5226 (command-line): Ditto.
5227
5228 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
5229
5230 * help-mode.el (help-function-def, help-variable-def)
5231 (help-face-def): Print a message in the minibuffer.
5232
5233 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
5234
5235 * term/xterm.el (terminal-init-xterm): Fix key bindings
5236 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
5237
5238 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5239
5240 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
5241 where `(nth 1 command)' is a cons cell. Doc fix.
5242
5243 * textmodes/po.el (po-find-charset): Doc fix.
5244
5245 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
5246
5247 * allout.el (allout-unprotected, allout-e-o-prefix-p)
5248 (allout-beginning-of-current-line, allout-end-of-current-line)
5249 (allout-next-visible-heading, allout-open-topic)
5250 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
5251 (allout-flag-current-subtree, allout-show-to-offshoot)
5252 (allout-hide-current-entry, allout-show-current-branches)
5253 (allout-hide-region-body, allout-old-expose-topic)
5254 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
5255 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
5256 containing `beginning-of-line' and `end-of-line' with
5257 `inhibit-field-text-motion' t.
5258
5259 2006-07-21 Eli Zaretskii <eliz@gnu.org>
5260
5261 * frame.el (focus-follows-mouse): Document that it doesn't have
5262 any effect on MS-Windows.
5263
5264 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
5267
5268 2006-07-20 Jay Belanger <belanger@truman.edu>
5269
5270 * calc.el (calc-previous-alg-entry): Remove variable.
5271
5272 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
5273 New variables.
5274 (calc-alg-entry): Use `calc-alg-entry-history'.
5275 (calc-do-quick-calc): Use `calc-quick-calc-history'.
5276 Remove reference to `calc-previous-alg-entry'.
5277 (calcAlg-edit, calcAlg-enter): Remove reference to
5278 `calc-previous-alg-entry'.
5279 (calcAlg-previous): Use `previous-history-element' instead of
5280 `calc-previous-alg-entry'.
5281 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
5282 Change keybinding for `calcAlg-plus-minus', add keybindings for
5283 `previous-history-element' and `next-history-element'.
5284
5285 * calc-rewr.el (calc-match): Remove reference to
5286 `calc-previous-alg-entry'.
5287
5288 * calc-sel.el (calc-selection-history): New variable.
5289 (calc-enter-selection, calc-sel-mult-both-sides)
5290 (calc-sel-add-both-sides): Use `calc-selection-history'.
5291
5292 * calc-map.el (calc-get-operator-history): New variable.
5293 (calc-get-operator): Use `calc-get-operator-history'.
5294
5295 * calcalg3.el (calc-curve-fit-history): New variable.
5296 (calc-curve-fit): Use `calc-curve-fit-history'.
5297
5298 2006-07-20 Kenichi Handa <handa@m17n.org>
5299
5300 * international/mule-cmds.el (select-safe-coding-system): Fix the
5301 way of deciding eol-type of the coding system.
5302
5303 2006-07-20 Alan Mackenzie <acm@muc.de>
5304
5305 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
5306 (c-lang-setvar): New macro.
5307 (c-make-init-lang-vars-fun): Use the initialization forms in
5308 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
5309 (comment-start, comment-end, comment-start-skip): Change these from
5310 c-lang-defvar's to c-lang-setvar's.
5311
5312 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
5313 which calls make-local-variable on the elements of
5314 c-emacs-variable-inits.
5315 (c-init-language-vars-for): Call this new macro.
5316
5317 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5320 Try to rule out false positives due to time stamps.
5321 (compilation-mode-font-lock-keywords): Remove rules made redundant
5322 because of the above change. Add `segmentation fault' to the known and
5323 highlighted compilation termination messages.
5324
5325 2006-07-19 Kim F. Storm <storm@cua.dk>
5326
5327 * progmodes/grep.el (grep-find-ignored-directories):
5328 Add .svn and _darcs to list.
5329
5330 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
5331
5332 * dired.el (dired-mode-map): Add key binding `C-te' for
5333 `tumme-dired-edit-comment-and-tags'.
5334
5335 * tumme.el (tumme-display-thumbnail-original-image): Make sure
5336 image display buffer is displayed before call to
5337 `tumme-display-image.
5338 (tumme-dired-display-image): Make sure image display buffer is
5339 displayed before call to `tumme-display-image.
5340 (tumme-mouse-display-image): Make sure image display buffer is
5341 displayed before call to `tumme-display-image.
5342 (tumme-widget-list): Add.
5343 (tumme-dired-edit-comment-and-tags): Add.
5344 (tumme-save-information-from-widgets): Add.
5345
5346 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
5349
5350 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * progmodes/sh-script.el (sh-font-lock-keywords-1):
5353 Revert inadvertently installed patch hunk.
5354
5355 * progmodes/compile.el (compilation-find-file): Handle the
5356 cases where the user selects a non-existent file.
5357
5358 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
5361
5362 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
5363
5364 * subr.el (sit-for): Just sleep-for if noninteractive.
5365
5366 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5367
5368 * emacs-lisp/autoload.el (make-autoload): Use new arg.
5369
5370 * custom.el (custom-autoload): Add `noset' argument.
5371 (custom-push-theme): Don't autoload the variable, let callers do it.
5372 (custom-theme-set-variables): Autoload the variable if necessary.
5373
5374 * cus-edit.el (custom-variable-state-set): If the variable was
5375 originally set outside custom, but to the same value as the default,
5376 consider it to be standard.
5377
5378 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
5379 file *before* telling Emacs to add the autoloads, in case it fails.
5380
5381 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
5382 Use `cond', push', and `dolist'.
5383
5384 2006-07-17 Richard Stallman <rms@gnu.org>
5385
5386 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
5387 Add defvars to silence warnings.
5388
5389 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
5390
5391 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5392 Don't highlight "Compiling file" messages as error.
5393
5394 * dired-aux.el (dired-compress-file): Confirm again if gzipped
5395 file already exists.
5396
5397 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
5398
5399 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
5400 entry, don't assign to free var; simply return the extracted filename.
5401 (ff-treat-as-special): Incorporate common preamble from callers.
5402 (ff-other-file-name, ff-find-the-other-file):
5403 Update call to ff-treat-as-special.
5404
5405 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
5406
5407 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
5408
5409 * tumme.el (tumme-get-comment): Fix bug.
5410
5411 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * files.el: Remove spurious * in docstrings.
5414
5415 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
5416
5417 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
5418 grammar.
5419 (allout-beginning-of-current-line): Beware beginning of buffer.
5420 Also, a comment is simplified.
5421 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
5422 when appropriate. (This fix enables use for other than
5423 bullet-hotspot operation.)
5424 (allout-hide-current-subtree): While escalating to sibling-close,
5425 make sure to situate on a topic.
5426
5427 2006-07-14 Kim F. Storm <storm@cua.dk>
5428
5429 * emulation/cua-base.el (cua-delete-selection)
5430 (cua-toggle-set-mark): New defcustoms.
5431 (cua-rectangle-modifier-key): Add `alt' modifier.
5432 (cua-replace-region): Don't delete if cua-delete-selection is nil.
5433 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
5434 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
5435
5436 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
5437
5438 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
5439
5440 * allout.el: Require 'cl during byte-compilation/interactive load,
5441 for the `assert' macro.
5442 (allout-mode-deactivate-hook): New hook, run when allout mode
5443 deactivates.
5444 (allout-developer): New allout customization subgroup.
5445 (allout-run-unit-tests-on-load): New allout-developer
5446 customization variable, when true allout unit tests are run towards
5447 end of file load/eval.
5448 (allout-inhibit-auto-fill): Disable auto-fill activity even during
5449 auto-fill-mode.
5450 (allout-resumptions): Remove, to be replaced by...
5451 (allout-add-resumptions): Register variable settings to be
5452 reinstated by `allout-do-resumptions'. The settings are made
5453 buffer-local, but the locality/globality of the suspended setting
5454 is restored on resumption.
5455 (allout-do-resumptions): Reinstate all settings suspended using
5456 `allout-add-resumptions'.
5457 (allout-test-resumptions): Unit tests (and intermediate variables)
5458 for resumptions.
5459 (allout-tests-globally-unbound, allout-tests-globally-true)
5460 (allout-tests-locally-true): Intermediate variables for
5461 resumptions unit tests.
5462 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
5463 (allout-exposure-category): Replaces 'allout-overlay-category variable.
5464 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
5465 instead of retired `allout-resumptions'. For hook functions, use
5466 `local' parameter so hook settings are created and removed as
5467 buffer-local settings. Revise (resumptions) setting
5468 auto-fill-function so it is set only if already active. (The
5469 related fill-function settings are all made in either case, so
5470 that activating auto-fill-mode activity will have the custom
5471 allout-mode behaviors (hanging indent on topics, if configured for it).
5472 Remove all allout-exposure-category overlays on mode deactivation.
5473 (allout-hotspot-key-handler): New function extracted from
5474 `allout-pre-command-business', so the functionality can be used
5475 for other purposes, eg as a binding in an overlay.
5476 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
5477 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
5478 customization variable.
5479 (allout-run-unit-tests): Run the (currently quite small)
5480 repertoire of unit tests. Called just before the provide iff user
5481 has customized `allout-run-unit-tests-on-load' non-nil.
5482
5483 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
5484
5485 * emacs-lisp/authors.el (authors-aliases): Update.
5486
5487 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
5488
5489 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
5490 gdb-source-window. Add dedicated argument.
5491 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
5492 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
5493 (gdb-display-threads-buffer, gdb-display-memory-buffer)
5494 (gdb-display-locals-buffer): Use it.
5495
5496 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
5497 Set gdb-source-window.
5498
5499 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
5502 minor modes, redundant with the custom-autoload line above.
5503
5504 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * longlines.el (longlines-post-command-function): Handle open-line too.
5507
5508 2006-07-12 Richard Stallman <rms@gnu.org>
5509
5510 * progmodes/grep.el (grep-last-buffer): Doc fix.
5511
5512 * info.el (Info-try-follow-nearest-node): Doc fix.
5513
5514 * emacs-lisp/edebug.el (edebug-instrument-function):
5515 Err if find-function-noselect gives no position.
5516
5517 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5518 If can't find definition, return nil for position.
5519 (find-function-do-it): Handle new return value
5520 of find-definition-noselect.
5521 (find-definition-noselect, find-variable-noselect): Doc fix.
5522 (find-function-noselect): Doc fix.
5523
5524 * help-mode.el (help-variable-def): Handle find-variable-noselect
5525 returning no position.
5526 (help-function-def): Likewise for find-function-search-for-symbol.
5527 (help-face-def): Likewise.
5528
5529 * help-fns.el (describe-variable): Handle find-variable-noselect
5530 returning no position.
5531
5532 * files.el (locate-file-completion): Avoid duplicates in result.
5533
5534 * cus-edit.el (custom-no-edit): New command.
5535 (custom-mode-map): Remap to custom-no-edit instead of
5536 using suppress-keymap.
5537
5538 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
5539
5540 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5541 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5542 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
5543
5544 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
5545
5546 2006-07-11 Kim F. Storm <storm@cua.dk>
5547
5548 * ido.el (ido-copy-current-file-name): Use buffer-name if
5549 buffer-file-name is nil.
5550
5551 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * simple.el (undo-ask-before-discard): Set to nil.
5554
5555 * vc.el (vc-exec-after): Don't delete process manually.
5556 (vc-print-log): Run log-view-mode in process sentinel inside
5557 inhibit-read-only. Don't shrink window due to timing issues.
5558
5559 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
5560 Avoid using with-output-to-temp-buffer, which clobbers local vars.
5561
5562 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5565 Fix ambiguity introduced by last change.
5566 (compilation-find-file): Move save-excursion to where it may
5567 make sense. Fix a left over `find-file'.
5568
5569 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
5570
5571 * textmodes/texinfmt.el (texinfo-format-separate-node):
5572 Insert a string before point, which fits documentation, not after.
5573 (texinfo-multitable-item): In a multitable row, insert any
5574 additional needed @tabs and spaces.
5575
5576 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
5577
5578 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
5579 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
5580 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
5581 instead of shell-command.
5582 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
5583 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
5584 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
5585 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
5586 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
5587 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
5588
5589 2006-07-11 Kim F. Storm <storm@cua.dk>
5590
5591 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
5592 Remove special case for seconds < 0. Use (redisplay t) instead.
5593
5594 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
5595
5596 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
5597 avoid compilation error.
5598
5599 * subr.el (sit-for): New function.
5600
5601 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
5602
5603 2006-07-10 Richard Stallman <rms@gnu.org>
5604
5605 * ldefs-boot.el (edebug): Update page.
5606
5607 2006-07-10 Kim F. Storm <storm@cua.dk>
5608
5609 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
5610 to FOR-RELEASE and TODO.
5611
5612 2006-07-10 Romain Francoise <romain@orebokech.com>
5613
5614 * emacs-lisp/authors.el (authors-aliases): Update.
5615
5616 2006-07-10 Alan Mackenzie <acm@muc.de>
5617
5618 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
5619 * cc-mode.el: Changes to eradicate eval-after-load.
5620
5621 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
5624 on non-char events.
5625
5626 2006-07-09 Romain Francoise <romain@orebokech.com>
5627
5628 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5629 Don't highlight start/end markers as compilation messages.
5630
5631 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
5632 to t.
5633
5634 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
5637
5638 2006-07-08 Richard Stallman <rms@gnu.org>
5639
5640 * term/x-win.el (x-handle-display): Add doc string.
5641
5642 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5643
5644 * subr.el (def-edebug-spec): Move here.
5645 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
5646
5647 * imenu.el (imenu-choose-buffer-index): Doc fix.
5648
5649 2006-07-08 Romain Francoise <romain@orebokech.com>
5650
5651 * term/x-win.el (x-display-name): Fix typo.
5652
5653 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5654
5655 * hexl.el (hexl-find-file): Doc fix.
5656
5657 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5658
5659 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
5660
5661 * term/x-win.el (x-display-name): Doc fix.
5662
5663 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
5666 long prefixes.
5667 (fill-region-as-paragraph): Don't round up to a whole line.
5668 (fill-comment-paragraph): Don't include the code-before-the-comment
5669 when calling fill-region-as-paragraph.
5670
5671 * international/mule.el (make-char): Remove redundancy.
5672
5673 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
5674 property may contain an anonymous function rather than a symbol.
5675
5676 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
5677
5678 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5679 Use shy regexp. Fix incorrect backref to potentially unmatched group.
5680
5681 * dirtrack.el (dirtrack-default-directory-function): Remove.
5682 (dirtrack-directory-function): Use file-name-as-directory.
5683 (dirtrack-windows-directory-function): Simplify.
5684 (dirtrack-forward-slash, dirtrack-backward-slash)
5685 (dirtrack-replace-slash): Remove.
5686 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
5687 (dirtrack): Fix wrong parenthesizing; use match-string.
5688
5689 * progmodes/octave-inf.el: Remove spurious * in docstrings.
5690 (inferior-octave-mode): Only change the buffer-local value of
5691 comint-dynamic-complete-functions.
5692 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
5693 Move the initialization to the declaration.
5694 (inferior-octave-complete): Remove unused var `filter'.
5695
5696 * shell.el (shell-mode): Only change the buffer-local value of
5697 comint-dynamic-complete-functions.
5698
5699 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
5700
5701 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
5702 entry is skipped because it has been scheduled.
5703 (org-prepare-agenda-buffers): Don't mark buffers as modified when
5704 changing `:org-archived' and `:org-comment' properties.
5705
5706 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
5707
5708 * server.el (server-select-display): Don't make the temp frame
5709 minibuffer-only, in case it's not a temp frame.
5710 (server-process-filter): Don't delete the temp frame if it's the
5711 only one we have on that display.
5712
5713 * files.el (find-alternate-file): Doc fix.
5714
5715 2006-07-05 Richard Stallman <rms@gnu.org>
5716
5717 * files.el (abbreviate-file-name): Add save-match-data.
5718
5719 2006-07-03 Richard Stallman <rms@gnu.org>
5720
5721 * faces.el (read-face-name): Doc fix.
5722
5723 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
5724
5725 * net/goto-addr.el (goto-address): Mark as safe for local evals.
5726
5727 2006-07-05 Andre Spiegel <spiegel@gnu.org>
5728
5729 * vc.el (vc-diff-internal): Fix prev change.
5730
5731 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5732
5733 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
5734 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
5735
5736 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
5739 fails if the symbol contains chars like ( or '.
5740 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
5741 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
5742 `short'.
5743
5744 2006-07-04 Kenichi Handa <handa@m17n.org>
5745
5746 * international/mule-cmds.el (set-language-info): If LANG-ENV is
5747 the current one, don't call set-language-environment, but call one
5748 of set-language-environment-XXX to make INFO effective now.
5749 (set-language-environment): Call set-language-environment-XXX
5750 functions instead of doing the various setups directly.
5751 (set-language-environment-coding-systems): Delete argument eol-type.
5752 (set-language-environment-input-method)
5753 (set-language-environment-nonascii-translation)
5754 (set-language-environment-charset)
5755 (set-language-environment-fontset)
5756 (set-language-environment-unibyte): New functions.
5757
5758 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
5759
5760 * locate.el (locate-update-when-revert): New option.
5761 (locate-update-path): New option (suggested by Michael Albinus).
5762 (locate-prompt-for-command): Whitespace change.
5763 (locate-update): No longer offer to update the locate database by
5764 default. Implement the two new options.
5765
5766 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5767
5768 * tooltip.el: Move comment about track-mouse...
5769
5770 * progmodes/gud.el: ...to here.
5771
5772 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
5773
5774 * facemenu.el (facemenu-listed-faces): New var.
5775 (facemenu-unlisted-faces): Variable deleted.
5776 (facemenu-add-new-face): Use facemenu-listed-faces.
5777
5778 * emulation/viper-init.el, calendar/calendar.el:
5779 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
5780
5781 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
5782
5783 * textmodes/org.el (org-mode): Remove no invalid settings for
5784 calc embedded mode.
5785 (org-mode-p): New defsubst.
5786 (org-save-all-org-buffers): New function.
5787 (org-first-headline-recenter): Enclose outline-regexp in group
5788 delimiters.
5789 (org-set-tags): Keep single space after stars.
5790
5791 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 * window.el (set-window-text-height): Only set window-min-height to
5794 1 if that's the requested size.
5795
5796 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
5797 (diff-unified->context, diff-context->unified)
5798 (diff-reverse-direction): Make sure the end marker stays at the end.
5799 (diff-mode): Add the keymap table at the end of docstring.
5800 Use lexical-let rather than constructing a closure manually.
5801
5802 * files.el (find-file-noselect-1): Remove unused var assignment.
5803 (hack-local-variables-confirm): Print lists of strings as lists of
5804 strings rather than lists of symbols.
5805 (abbreviate-file-name, hack-local-variables-prop-line):
5806 Use match-string.
5807 (hack-one-local-variable): Move `make-local-variable' nearer its use.
5808 (recover-session-finish): Use line-end-position.
5809
5810 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
5811
5812 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
5813
5814 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
5815
5816 * progmodes/make-mode.el (makefile-macroassign-regex):
5817 Accept preceding keyword.
5818 (makefile-gmake-statements): Reorganize, now that makepp has
5819 "override" and also handle forgotten "override define".
5820 (makefile-makepp-statements): Add new "global", "override export"
5821 and "override global".
5822
5823 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
5824
5825 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
5826 (ada-compile-mouse-goto-error, ada-deactivate-properties)
5827 (ada-no-auto-case): Fix typos in docstrings.
5828
5829 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
5830
5831 * info.el (Info-find-node-2): Search for makeinfo version more
5832 carefully.
5833
5834 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
5835
5836 * textmodes/org.el (org-prepare-agenda-buffers):
5837 Use `invisible-OK' argument for `org-end-of-subtree'.
5838 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
5839 (org-beginning-of-item): Fix bug in regular expression for white line.
5840 (org-export-as-html): Enforce space after bullet in plain list items.
5841 (org-set-autofill-regexps): Require space after plain list bullet
5842 for paragraph-start.
5843 (org-ts-regexp3): New constant.
5844 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
5845 (org-timestamp-up-day, org-timestamp-down-day)
5846 (org-timestamp-change): Work with inactive timestamps.
5847 (org-ts-regexp1): Don't allow brackets in time stamps.
5848
5849 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
5850
5851 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
5852 for ignoring links.
5853
5854 * faces.el (read-face-name): Use it.
5855
5856 2006-06-28 Juri Linkov <juri@jurta.org>
5857
5858 * buff-menu.el (list-buffers-noselect): Compare Info file
5859 with the string "dir" to detect Info directory.
5860
5861 * complete.el (partial-completion-mode): In lambda for
5862 `choose-completion-string-functions' use full function signature
5863 with 4 args, and move point to the end of the minibuffer only if arg
5864 `mini-p' is non-nil.
5865
5866 2006-06-28 John Paul Wallington <jpw@pobox.com>
5867
5868 * ibuffer.el (ibuffer-mode): Doc fix.
5869
5870 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
5871
5872 * textmodes/org.el (org-context): New contexts :item-bullet,
5873 :latex-fragment, :latex-preview.
5874 (org-overlays-at, org-overlay-start, org-overlay-end):
5875 New compatibility functions.
5876 (org-inside-LaTeX-fragment-p): More accurate matching, using the
5877 exact regexp that will be used during export.
5878 (org-latex-regexps): New variable.
5879 (org-cdlatex-mode): Improve advice for `texmathp'.
5880 (turn-on-org-cdlatex): New function.
5881
5882 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5883
5884 * term/mac-win.el (mac-handle-font-selection): Change keys of
5885 mac-atsu-font-table from strings to numbers.
5886 (mac-ts-caret-position): Use also when cursor-type is nil.
5887 (mac-ts-update-active-input-area): Add Mac OS Classic support.
5888 Relax condition for using overlay strings.
5889 Use mac-ts-caret-position face when cursor-type is nil.
5890
5891 2006-06-26 Kim F. Storm <storm@cua.dk>
5892
5893 * help.el (view-emacs-news): Declare `res' in the right let* form.
5894
5895 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
5896
5897 * net/rcompile.el (remote-compile): Replace ange-ftp based
5898 implementation by Tramp functions.
5899 Suggested by Marc Abramowitz <msabramo@gmail.com>.
5900
5901 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
5902
5903 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
5904
5905 * international/fontset.el (setup-default-fontset): Fix a typo in
5906 the "Oriya-Akruti" registry name.
5907
5908 2006-06-23 Lars Hansen <larsh@soem.dk>
5909
5910 * desktop.el (desktop-full-file-name): New function.
5911 (desktop-kill, desktop-save, desktop-remove, desktop-read)
5912 (desktop-revert): Use it.
5913 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
5914 (desktop-after-read-hook): Add option list-buffers.
5915 (desktop-locals-to-save): Add tab-width.
5916 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
5917 Fix docstring.
5918
5919 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
5920
5921 * textmodes/org.el (org-cdlatex-mode-map)
5922 (org-cdlatex-texmathp-advice-is-done): New variables.
5923 (org-cdlatex-mode): New minor mode.
5924 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
5925 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
5926 (org-export-with-archived-trees): New option.
5927 (org-open-file): Remove the call to `convert-standard-filename'.
5928 (org-archive-tag, org-agenda-skip-archived-trees)
5929 (org-cycle-open-archived-trees)
5930 (org-sparse-tree-open-archived-trees): New options.
5931 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
5932 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
5933 New functions.
5934 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
5935 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
5936 (org-mode-map): Add binding for `org-toggle-archive-tag'.
5937 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5938 Call `org-prepare-agenda-buffers'.
5939 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
5940 (org-file-apps, org-file-apps-defaults-gnu)
5941 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
5942 Handle remote files by forcing them to be opened in Emacs.
5943
5944 2006-06-23 Andre Spiegel <spiegel@gnu.org>
5945
5946 * vc.el (vc-diff-knows-L): New variable.
5947 (vc-diff-internal): Use it to handle "diff" programs that don't
5948 understand -L. This works automatically, no user action is necessary.
5949
5950 2006-06-23 Daniel Brockman <daniel@brockman.se>
5951
5952 * net/rcirc.el (rcirc-default-user-full-name): Default to
5953 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
5954 longer exists).
5955 (rcirc-process-list): Check `buffer-live-p' before attempting to
5956 switch to a buffer.
5957
5958 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
5959
5960 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
5961 based on rcirc-coding-system-alist.
5962
5963 2006-06-23 Martin Rudalics <rudalics@gmx.at>
5964
5965 * cus-edit.el (customize-apropos): A better error message.
5966 (top level) <debug-ignored-errors>: Extend and update the list of
5967 ignored error messages.
5968
5969 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
5970
5971 * complete.el (PC-do-completion): Retain capitalization of user
5972 input, when possible, even if completion-ignore-case is set.
5973
5974 2006-06-23 Eli Zaretskii <eliz@gnu.org>
5975
5976 * generic-x.el (bat-generic-mode): Support .cmd files.
5977
5978 * dos-w32.el (top level): Use find-file-not-found-functions
5979 instead of the obsolete find-file-not-found-hooks.
5980
5981 2006-06-22 Kim F. Storm <storm@cua.dk>
5982
5983 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
5984 to recognize mode name containing submodes, such as Grep/lw.
5985
5986 2006-06-21 Kim F. Storm <storm@cua.dk>
5987
5988 * simple.el (line-move-1): Check for move-end-of-line instead of
5989 end-of-line when setting temporary-goal-column.
5990
5991 2006-06-21 Miles Bader <miles@gnu.org>
5992
5993 * play/cookie1.el (cookie): Work properly when there's only one entry.
5994
5995 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
5996
5997 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
5998 (gdb-frame-handler): Generalize frame regexp for templates.
5999
6000 2006-06-20 Glenn Morris <rgm@gnu.org>
6001
6002 * calendar/appt.el (appt-display-format): Default value must be
6003 one of the customize options.
6004
6005 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6006
6007 * term/xterm.el (terminal-init-xterm): Update key availability info.
6008 Bind C-return.
6009
6010 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
6011
6012 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
6013
6014 * files.el (hack-local-variables): Run `hack-local-variables-hook'
6015 whether or not a local variables list is defined.
6016
6017 * msb.el (msb): Move `sit-for' hack here to handle both
6018 "mouse-down and drag" and "mouse-up and select" situations.
6019 (mouse-select-buffer): Move `sit-for' hack to `msb'.
6020
6021 2006-06-20 Kenichi Handa <handa@m17n.org>
6022
6023 * international/characters.el (word-combining-categories):
6024 Add entries for 2-byte Han characters.
6025
6026 2006-06-19 Richard Stallman <rms@gnu.org>
6027
6028 * bindings.el (mode-line-format): Save some mode line space.
6029
6030 * files.el (find-file-noselect): Improve the question wording.
6031 (basic-save-buffer-2): Mask UMASK against 666.
6032
6033 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
6034 (mouse-drag-vertical-line): Call it.
6035
6036 * cus-edit.el (customize-option, customize-option-other-window):
6037 Error if SYMBOL is nil.
6038
6039 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
6040
6041 * textmodes/org.el: Require noutline, also on XEmacs.
6042 (org-end-of-subtree): Return point.
6043 (org-dblock-start-re, org-dblock-end-re): New constants.
6044 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
6045 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
6046 (org-update-all-dblocks, org-find-dblock): New functions.
6047 (org-collect-clock-time-entries): New function.
6048 (org-html-handle-time-stamps): Never export CLOCK timeranges.
6049 (org-fixup-indentation): Modify to deal correctly with lines
6050 starting with TAB. Only one argument DIFF now.
6051 (org-demote, org-promote): Call `org-fixup-indentation' with just
6052 one argument, DIFF.
6053 (org-mode): Don't mark buffer as modified when aligning tables.
6054 (org-clock-sum): Don't mark buffer modified when adding time sum
6055 properties.
6056 (org-export-as-html): Add support for a link validation function.
6057 (org-archive-all-done): New function.
6058 (org-archive-subtree): New prefix argument. When set, archive all
6059 done subtrees in this buffer.
6060 (org-remove-clock-overlays)
6061 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
6062 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
6063 (org-put-clock-overlay): Don't swallow last headline character
6064 when displaying overlay.
6065 (org-store-link): Link to `image-mode' with just the file name.
6066
6067 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
6068
6069 * viper-cmd.el (viper-special-read-and-insert-char):
6070 Use read-key-sequence.
6071 (viper-after-change-undo-hook): Misc enhancements.
6072 (viper-after-change-undo-hook): New hook.
6073 (viper-undo): Use viper-after-change-undo-hook.
6074 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
6075 (viper-next-line-at-bol): If point is on a widget or a button, simulate
6076 clicking on that widget/button.
6077
6078 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
6079
6080 * ediff-diff (ediff-test-patch-utility): Catch errors.
6081 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
6082 (ediff-set-actual-diff-options): New function.
6083 (ediff-reset-diff-options, ediff-toggle-ignore-case):
6084 Use ediff-set-actual-diff-options.
6085 (ediff-extract-diffs): Catch errors.
6086 (ediff-whitespace): Add non-breakable space.
6087 (ediff-same-file-contents): Catch errors.
6088
6089 * ediff-mult.el (ediff-collect-custom-diffs):
6090 Save coding-system-for-read.
6091
6092 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
6093 (ediff-vc-internal, ediff-vc-merge-internal):
6094 Use ediff-delete-version-file.
6095 (ediff-delete-version-file): New function.
6096
6097 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
6098
6099 * ediff.el (ediff-directories, ediff-directory-revisions)
6100 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
6101 (ediff-directories-internal, ediff-merge-directory-revisions)
6102 (ediff-merge-directory-revisions-with-ancestor)
6103 (ediff-directories3): Use read-directory-name.
6104
6105 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
6106
6107 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
6108 Remove superfluous part of regexp for brace matching which is handled
6109 by `scan-lists' call.
6110
6111 2006-06-16 Richard Stallman <rms@gnu.org>
6112
6113 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
6114
6115 * files.el (basic-save-buffer-2): For a new precious file,
6116 use the default modes in the return value.
6117
6118 * facemenu.el (facemenu-color-alist): Doc fix.
6119
6120 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
6121
6122 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6123
6124 * cus-start.el (all): Add mac-ts-script-language-on-focus.
6125
6126 * term/mac-win.el (mac-text-encoding-ascii): New constant.
6127 (mac-utxt-to-string): Use it.
6128 (mac-ts-update-active-input-area): Use mac-ae-number.
6129
6130 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6131
6132 * term.el (term-handle-scroll, term-delete-lines)
6133 (term-insert-lines): Fix off by one errors.
6134
6135 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
6136
6137 * net/tramp.el (tramp-touch): Use UTC to express time.
6138
6139 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * mail/sendmail.el (mail-send): Search explicitly for
6142 mail-header-separator when checking for corrupted header lines.
6143
6144 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
6145
6146 * progmodes/gdb-ui.el (gdb-same-frame): New option.
6147 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
6148 (gdb-init-1): Initialise them.
6149 (gdb-starting): Reset gdb-printing
6150 (gdb-starting): Save value of gud-overlay-arrow-position.
6151 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
6152 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
6153 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
6154 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
6155
6156 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
6159
6160 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
6161
6162 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
6163 (ldap-search-internal): Keep error messages, and a regexp fix.
6164
6165 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
6166
6167 * files.el (hack-local-variables-confirm):
6168 Display string value using its printed representation.
6169
6170 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * server.el (server-edit): No-op if no server buffers exist.
6173
6174 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
6175
6176 * textmodes/page-ext.el (pages-directory-for-addresses):
6177 Including `pages-directory-address-mode' in the function results
6178 in the message "Buffer in which pages were found is deleted".
6179
6180 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
6181
6182 * textmodes/org.el (org-agenda-mode-map): Add bindings for
6183 clocking functions.
6184
6185 (org-agenda-clock-in, org-check-running-clock)
6186 (org-clock-out-if-current, org-remove-clock-overlays)
6187 (org-put-clock-overlay): New functions.
6188 (org-clock-marker, org-clock-file-total-minutes)
6189 (org-clock-overlays): New variables.
6190 (org-clock-display, org-clock-sum, org-clock-cancel)
6191 (org-clock-out, org-clock-in): New commands.
6192 (org-export): New function.
6193 (org-emph-re): New constant.
6194 (org-set-emph-re, org-do-emphasis-faces): New functions.
6195 (org-emphasis-regexp-components, org-emphasis-alist): New options.
6196 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
6197 (org-export-html-convert-emphasize): Use the configurable emphasis.
6198 (org-cleaned-string-for-export): Make multiline emphasis visible
6199 to the exporter. New optional argument PARAMETERS.
6200 (org-export-as-html): Specify :emph-multiline parameter to
6201 `org-cleaned-string-for-export'.
6202
6203 2006-06-10 Richard Stallman <rms@gnu.org>
6204
6205 * help.el (help-for-help-internal): Clean up help text.
6206
6207 2006-06-10 Andreas Schwab <schwab@suse.de>
6208
6209 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
6210 in doc string.
6211
6212 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
6213
6214 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
6215
6216 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
6217 spaces after the comment start.
6218
6219 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6220
6221 * play/pong.el (pong-init-buffer):
6222 Fill buffer with spaces instead of ^A.
6223
6224 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
6225 launched asynchronously, delete its process instead of being cool.
6226 (ispell-async-processp): Check for `delete-process' existence
6227 instead of `kill-process' one for consistency.
6228
6229 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
6230
6231 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
6232 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
6233 in mode line at startup.
6234
6235 2006-06-08 Kim F. Storm <storm@cua.dk>
6236
6237 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
6238 (ido-init-completion-maps): Bind them to M-SPC and M-v.
6239 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
6240 (ido-file-internal): Pass full file name to write-file.
6241 (ido-read-internal): Only pop stack elements automatically if they
6242 actually match an existing directory or file name.
6243
6244 2006-06-07 Kenichi Handa <handa@m17n.org>
6245
6246 * international/mule.el (find-auto-coding): Don't handle the short
6247 name `char-trans'.
6248
6249 * files.el (hack-local-variables-prop-line)
6250 (hack-local-variables): Cancel the previous change.
6251
6252 2006-06-06 Jesper Harder <harder@phys.au.dk>
6253
6254 * ediff-diff.el (ediff-test-utility): Protect against file-error.
6255
6256 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
6257
6258 * diff-mode.el (diff-mode): Set buffer-read-only to t when
6259 diff-default-read-only is non-nil.
6260 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
6261 (diff-refine-hunk): Set inhibit-read-only to t.
6262
6263 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
6264 modifying the *Diff* buffer.
6265 (diff-process-filter): New filter function for diff process that
6266 sets inhibit-read-only to t when modifying the *Diff* buffer.
6267
6268 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
6269
6270 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
6271 insertion point and control the number of empty lines.
6272 (org-paste-subtree): Limit the number of empty lines at the end of
6273 the inserted tree.
6274 (org-agenda): Use buffer name of current file for narrowing.
6275 (org-export-as-xml): Command removed.
6276 (org-export-xml-type): Option removed.
6277 (org-mode-map): Call `org-export-as-xoxo' directly.
6278 (org-get-indentation): New optional argument LINE.
6279 (org-fix-indentation, org-remove-tabs): New functions.
6280 (org-export-as-ascii, org-ascii-level-start): Determine and apply
6281 correct indentation for headlines that are converted it items.
6282 (org-skip-comments): Remove table lines that contain narrowing
6283 cookies but no other non-empty fields.
6284 (org-set-tags): Allow groups of mutually exclusive tags.
6285 (org-cmp-time): Sort 24:21 before items without time.
6286 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
6287 (org-open-at-point): Require double colon also for numbers.
6288
6289 2006-06-06 Kim F. Storm <storm@cua.dk>
6290
6291 * ido.el (ido-default-file-method, ido-default-buffer-method):
6292 Make choice values consistent with corresponding command names.
6293 (ido-visit-buffer): Update accordingly. Default to selected-window.
6294
6295 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
6296
6297 * progmodes/gud.el (gud-running): Fix doc string.
6298 (gud-menu-map): Use :visible instead fo :enable for debugger test.
6299 (gud-tooltip-modes): Add python-mode.
6300 (gud-tooltip-print-command): Add pdb. Remove perldb.
6301
6302 2006-06-05 Eli Zaretskii <eliz@gnu.org>
6303
6304 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
6305 Quote $(EMACS).
6306
6307 2006-06-05 Richard Stallman <rms@gnu.org>
6308
6309 * faces.el (defined-colors): Doc fix.
6310
6311 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
6312
6313 * vc.el (vc-process-filter): Inhibit undo info collection around
6314 call to insert.
6315 (vc-setup-buffer): Likewise for call to erase-buffer.
6316 (vc-do-command): Likewise for call to process-file.
6317
6318 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
6319
6320 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
6321 for gud-go.
6322 (gud-common-init): Other debuggers may trigger error.
6323
6324 2006-06-05 Kenichi Handa <handa@m17n.org>
6325
6326 * international/mule.el (find-auto-coding):
6327 Handle enable-character-translation in file header.
6328
6329 2006-06-04 Kim F. Storm <storm@cua.dk>
6330
6331 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
6332 (authors-fixed-entries): Fix spelling.
6333 (authors-canonical-file-name): Don't report error for wildcards.
6334
6335 * help.el (view-emacs-news): Rewrite to support new NEWS,
6336 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
6337 e.g. version 10 matches 1.10, and don't be confused by version 1.1
6338 being a prefix of 1.12 (etc). A numeric prefix arg also works.
6339
6340 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
6341
6342 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
6343 exec constructs like `foo bar`.
6344 (sh-quoted-subshell): New helper function to search for a possibly
6345 nested subshell (like `` or $()) within a "" quoted string.
6346 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
6347 (sh-apply-quoted-subshell): Flag quote characters inside a
6348 subshell, which is itself already in a quoted region, as
6349 punctuation, since this is the closest to what they actually are.
6350 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
6351 sh-apply-quoted-subshell.
6352 (sh-font-lock-syntactic-face-function): Apply the new face for
6353 text inside `` instead of the old font-lock-string-face.
6354
6355 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6356
6357 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
6358 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
6359 (mac-bytes-to-text-range, mac-ae-text-range-array)
6360 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
6361 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
6362 (mac-ts-unicode-for-key-event): New functions.
6363 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
6364 (mac-handle-font-selection): Use mac-ae-number.
6365 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
6366 New variables.
6367 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
6368 (mac-ts-converted-text, mac-ts-selected-converted-text)
6369 (mac-ts-block-fill-text, mac-ts-outline-text)
6370 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
6371 (mac-ts-hilite-style-faces): New constant.
6372 (mac-apple-event-map): Bind text input events.
6373 (mac-dispatch-apple-event): Use command-execute instead of
6374 call-interactively.
6375 (global-map): Don't bind mac-apple-event.
6376 (special-event-map): Bind mac-apple-event.
6377
6378 2006-06-02 Eli Zaretskii <eliz@gnu.org>
6379
6380 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
6381 file name.
6382 (emacs): Enclose the value of $(EMACS) in quotes.
6383
6384 2006-06-02 Juri Linkov <juri@jurta.org>
6385
6386 * international/mule.el (sgml-html-meta-auto-coding-function):
6387 Remove the condition `(search-forward "<html" size t)'.
6388 Replace `\"' with `[\"']?' in `re-search-forward'.
6389
6390 2006-06-02 Kenichi Handa <handa@m17n.org>
6391
6392 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
6393 as well as `coding'.
6394 (hack-local-variables): Likewise.
6395
6396 * international/mule.el (enable-character-translation):
6397 Put permanent-local and safe-local-variable properties.
6398 (find-auto-coding): Handle char-trans: tag.
6399
6400 2006-06-02 Juri Linkov <juri@jurta.org>
6401
6402 * international/mule.el (sgml-html-meta-auto-coding-function):
6403 Limit the search by the end of the HTML header (if any).
6404
6405 2006-06-01 Richard Stallman <rms@gnu.org>
6406
6407 * subr.el (with-current-buffer): Doc fix.
6408
6409 2006-06-02 Masatake YAMATO <jet@gyve.org>
6410
6411 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
6412 Almost rewrite. Underlines over all lines of gcov output are too
6413 uncomfortable to read. Suggested by Dan Nicolaescu.
6414
6415 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
6416
6417 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
6418
6419 * shell.el (shell-mode): Use shell-mode-map in docstring.
6420
6421 * comint.el (comint-send-input): Do not add help-echo and
6422 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
6423
6424 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6425
6426 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
6427
6428 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
6429
6430 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
6431 (gdb-stopped, gdb-info-stack-custom): If there is no source info
6432 look up the stack and pop up GUD buffer if necessary.
6433 (gdb-frames-select): Remove redundant call to gud-display-frame.
6434 (gdb-info-threads-custom): Keep point at start of buffer.
6435 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
6436
6437 2006-05-31 Juri Linkov <juri@jurta.org>
6438
6439 * replace.el (query-replace-read-from, query-replace-read-to):
6440 Bind `history-add-new-input' to nil. Call `add-to-history'.
6441
6442 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
6443
6444 * textmodes/table.el: Convert all HTML tags to lower case for
6445 XHTML compatibility.
6446
6447 2006-05-31 Masatake YAMATO <jet@gyve.org>
6448
6449 * progmodes/compile.el:
6450 (compilation-error-regexp-alist-alist::gcov-called-line):
6451 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
6452
6453 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
6454
6455 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
6456 Revert inadvertent changes made with last commit.
6457
6458 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
6459
6460 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
6461 New functions.
6462
6463 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
6464
6465 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
6466
6467 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
6468 only matches in the right place.
6469 (org-upcoming-deadline): New face.
6470 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
6471 (org-export-ascii-underline): Rename constant `org-ascii-underline'
6472 and make it an option.
6473 (org-export-ascii-bullets): New option.
6474 (org-export-as-html): Many changes to emit valid XHTML.
6475 (org-par-open): New variable.
6476 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
6477 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
6478 (org-timeline): Pass `org-timeline-show-empty-dates' to
6479 `org-get-all-dates'. Interpret empty dates returned by
6480 `org-get-all-dates'.
6481 (org-get-all-dates): New argument EMPTY. Add dates without
6482 entries to the list, mark large ranges of empty dates.
6483 (org-point-in-group, org-context): New functions.
6484
6485 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
6486
6487 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
6488
6489 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
6490 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
6491 to C-mouse-3 (for 2 button mice).
6492 (gdb-send): Do the right thing for C-d.
6493
6494 * speedbar.el (speedbar-detach): Delete.
6495 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
6496 it breaks things.
6497 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
6498
6499 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
6500
6501 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
6502 Makeppfile.
6503
6504 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6505 Add makepp diagnostic.
6506
6507 2006-05-29 Richard Stallman <rms@gnu.org>
6508
6509 * window.el (fit-window-to-buffer): Doc fix.
6510
6511 * help.el (temp-buffer-max-height): Doc fix.
6512
6513 * subr.el (with-current-buffer): Doc fix.
6514
6515 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6516
6517 * term/x-win.el: Bind F10 to menu-bar-start if available.
6518
6519 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
6520
6521 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
6522 uses with a simple test.
6523 (term-set-escape-char, term-mode, term-check-kill-echo-list)
6524 (term-send-raw-string, term-send-raw, term-mouse-paste)
6525 (term-char-mode, term-line-mode, term-exec, term-sentinel)
6526 (term-handle-exit, term-read-input-ring)
6527 (term-previous-matching-input-string)
6528 (term-previous-matching-input-string-position)
6529 (term-previous-matching-input-from-input)
6530 (term-replace-by-expanded-history, term-send-input)
6531 (term-skip-prompt, term-bol, term-send-invisible)
6532 (term-kill-input, term-delchar-or-maybe-eof)
6533 (term-backward-matching-input, term-check-source)
6534 (term-proc-query, term-emulate-terminal)
6535 (term-handle-colors-array, term-process-pager, term-pager-line)
6536 (term-pager-bob, term-unwrap-line, term-word)
6537 (term-dynamic-complete-filename)
6538 (term-dynamic-complete-as-filename)
6539 (term-dynamic-simple-complete): Replace one arm ifs with whens or
6540 unlesses.
6541
6542 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
6545 during bootstrapping.
6546
6547 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
6548 Basically undo the change of 2006-05-26: use extra arguments instead of
6549 dynamic scoping.
6550 (ewoc-locate): Remove unused var `footer'.
6551
6552 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6553
6554 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
6555
6556 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
6557 (generate-file-autoloads): Obey it. Return whether autoloads were
6558 added at point or not.
6559 (update-file-autoloads): Use this new return value.
6560 Remove redundant test for the presence of an autoload cookie.
6561
6562 * emacs-lisp/autoload.el (autoload-find-file): New fun.
6563 This one calls hack-local-variables.
6564 (generate-file-autoloads, update-file-autoloads): Use it.
6565
6566 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
6567 (bibtex-sort-entry-class): Add safe-local-variable predicate.
6568 (bibtex-sort-entry-class-alist): Don't set the global value.
6569 (bibtex-init-sort-entry-class-alist): New fun.
6570 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
6571 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
6572 of bibtex-init-sort-entry-class.
6573
6574 2006-05-28 Richard Stallman <rms@gnu.org>
6575
6576 * subr.el (load-history-regexp): If FILE is relative, insist
6577 entire last name component must match it.
6578 (load-history-filename-element, load-history-regexp): Doc fixes.
6579
6580 2006-05-29 Kim F. Storm <storm@cua.dk>
6581
6582 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
6583 `pos' and `raw-data' for clarity, as eval forms may access these.
6584
6585 2006-05-28 Kim F. Storm <storm@cua.dk>
6586
6587 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
6588
6589 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * progmodes/make-mode.el (makefile-browser-map)
6592 (makefile-mode-syntax-table): Move initialization inside declaration.
6593 (makefile-fill-paragraph): Use the default comment-filling code.
6594
6595 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
6596
6597 * replace.el (query-replace-defaults): New variable.
6598 (query-replace-read-from): Use `query-replace-defaults' for
6599 default value, instead of history list.
6600 (query-replace-read-to): Update `query-replace-defaults'.
6601
6602 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
6603
6604 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
6605 with no X toolkit.
6606
6607 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
6608
6609 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
6610 (tumme-show-all-from-dir): Add autoload.
6611
6612 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6613
6614 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
6615 (tumme-remove-tag): Fix bug.
6616
6617 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6618
6619 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
6620 FOOTER args. Update unique caller.
6621 (ewoc-delete): Compute last node once before looping.
6622 (ewoc--node-branch): Merge into unique caller.
6623 (ewoc--node): Don't define constructor make-ewoc--node for this
6624 structure.
6625 (ewoc): Add member `hf-pp' to this structure.
6626 (ewoc--wrap): New func.
6627 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
6628 header/footer pretty-printers. Save header/footer pretty-printer.
6629 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
6630
6631 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
6632
6633 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
6634
6635 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
6636 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
6637 Tag'. Change "Compare directories..." to "Change Directories...".
6638 Move tumme commands to Operate, Regexp and Immediate menus.
6639 Change "Add Comment" to "Add Image Comment". Change "Add Image
6640 Tag" to "Add Image Tags".
6641
6642 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
6643 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
6644 `tumme-delete-tag'.
6645
6646 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
6647
6648 * shell.el (shell-mode): Call shell-dirtrack-mode after
6649 list-buffers-directory is made a local variable, to avoid setting
6650 the default value.
6651
6652 2006-05-26 Kevin Ryde <user42@zip.com.au>
6653
6654 * info.el (Info-index-next): Use where-is-internal to report
6655 actual binding of Info-index-next, rather than hard-coded `,'.
6656
6657 2006-05-26 Eli Zaretskii <eliz@gnu.org>
6658
6659 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
6660 and "Find Command in Manual" to here.
6661
6662 * buff-menu.el (list-buffers-noselect): For Info buffers, use
6663 Info-current-file as the file name.
6664
6665 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
6666
6667 * ses.el (defadvice undo-more): Delete this defadvice. The undo
6668 overrides will now be done a different way.
6669 (ses-set-parameter): Reapply this function for undo.
6670 (ses-set-header-row): Reconstruct header row during undo.
6671 (ses-widen): New function.
6672 (ses-goto-data, ses-reconstruct-all): Use new function.
6673 (ses-command-hook): Widen buffer during undo, before unupdating
6674 the cells.
6675 (ses-insert-row, ses-delete-row): Widen buffer during undo.
6676 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
6677 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
6678 formula hasn't been executed yet.
6679
6680 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6681
6682 * comint.el (comint-kill-whole-line): Rename arg to count.
6683 Fix doc string.
6684
6685 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
6686
6687 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
6688 to copy-file.
6689
6690 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6691
6692 * simple.el (toggle-truncate-lines): Make arg optional for
6693 backward compatibility.
6694
6695 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
6696
6697 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
6698 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
6699 DLL arg. Instead, use ewoc--current-dll. Update all callers.
6700 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
6701 (ewoc--adjust): Use ewoc--current-dll.
6702 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
6703
6704 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
6705
6706 * textmodes/org.el (org-next-item, org-previous-item): Emit more
6707 compact error message.
6708 (org-tags-view): Refresh category table in each file.
6709 (org-table-justify-field-maybe): Remove superfluous arguments to
6710 `format'.
6711 (org-export-as-html): Insert "<p>" before postamble.
6712 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
6713
6714 2006-05-26 Kenichi Handa <handa@m17n.org>
6715
6716 * textmodes/po.el (po-find-charset): Pay attention to the case
6717 FILENAME is a cons (NAME . BUFFER).
6718 (po-find-file-coding-system-guts): Likewise.
6719
6720 * arc-mode.el (archive-set-buffer-as-visiting-file):
6721 Call find-operation-coding-system with (FILENAME . BUFFER).
6722
6723 * tar-mode.el (tar-extract): Call find-operation-coding-system
6724 with (FILENAME . BUFFER).
6725
6726 * international/mule.el (decode-coding-inserted-region):
6727 Call find-operation-coding-system with (FILENAME . BUFFER).
6728
6729 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * image-mode.el (image-toggle-display): Use buffer contents to
6732 generate image for a remote file.
6733
6734 2006-05-25 Juri Linkov <juri@jurta.org>
6735
6736 * replace.el (query-replace-read-from, query-replace-read-to):
6737 Remove 8th arg KEEP-ALL in read-from-minibuffer.
6738
6739 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
6740
6741 * whitespace.el (whitespace-cleanup): Change to cleanup
6742 region if one is active.
6743 * whitespace.el (whitespace-cleanup-internal): New internal method.
6744
6745 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6746
6747 * dired.el (dired-mode-map): Add help-echo strings to tumme
6748 commands. Bind `tumme-dired-display-image' to C-t i.
6749
6750 * tumme.el (tumme-display-image): Change documentation string slightly.
6751 (tumme-dired-display-image): Add call to `display-buffer'.
6752
6753 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6754
6755 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
6756 Signal error if RAW-DATA is a multibyte string.
6757
6758 2006-05-24 Richard Stallman <rms@gnu.org>
6759
6760 * subr.el (with-local-quit): When handling `quit' signal,
6761 make a chance for quit-flag to cause a quit.
6762
6763 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
6764 (ad-disable-advice): Add autoloads.
6765
6766 * subr.el (read-passwd): Copy PROMPT before changing its properties.
6767
6768 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6769
6770 * dired.el (dired-mode-map): Change menu items for tumme as per
6771 suggestions in emacs-devel.
6772
6773 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6774
6775 * dired.el (dired-mode-map): Fix breakage.
6776
6777 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
6778
6779 * tumme.el (tumme-display-dired-image): Rename to...
6780 (tumme-dired-display-image): ...this.
6781 (tumme-track-movement): Change default value to t.
6782 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
6783 used from `tumme-next-line-and-display' and similar commands.
6784
6785 * dired.el (dired-mode-map): Add Thumbnail submenu under the
6786 Immediate menu. Add some tumme commands there.
6787
6788 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
6789
6790 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
6791
6792 2006-05-24 Chong Yidong <cyd@mit.edu>
6793
6794 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
6795 menu entries that open submenus.
6796
6797 2006-05-24 Alan Mackenzie <acm@muc.de>
6798
6799 * startup.el (command-line): For names of preloaded files, don't
6800 append ".elc" (now done in Fload), and call file-truename on the
6801 lisp directory.
6802
6803 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
6804 match ANY loaded file with the right name, not just those in
6805 load-path. Put a regexp matching the file name into
6806 after-load-alist, rather than the name itself.
6807
6808 * subr.el (load-history-regexp, load-history-filename-element)
6809 (do-after-load-evaluation): New functions.
6810
6811 * international/mule.el (load-with-code-conversion): Do the
6812 eval-after-load stuff by calling do-after-load-evaluation.
6813
6814 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
6815
6816 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
6817 has not been killed.
6818
6819 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6820
6821 * term/mac-win.el: Set idle timer to clean up expired Apple events.
6822 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
6823 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
6824 Optionally set error message in reply.
6825
6826 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
6827
6828 * textmodes/org.el (org-open-at-point): Use renamed variable
6829 `org-confirm-shell-link-function'.
6830 (org-confirm-shell-link-function): Rename from
6831 `org-confirm-shell-links'.
6832 (org-export-directory): New function.
6833 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
6834 (org-export-icalendar): Use `org-export-directory'.
6835 (org-indent-item): Keep cursor position.
6836 (org-link-file-path-type): New option.
6837 (org-export-as-html): Fix bug with plain lists starting in
6838 column 0.
6839 (org-export-as-html): Remove deadline formatting, this happens
6840 now already in `org-html-handle-time-stamps'.
6841 (org-export-html-style): Deadline class removed.
6842 (org-insert-labeled-timestamps-at-point): New option.
6843 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
6844 of `hide-sublevels 1', in case the first headline is not level 1.
6845 (org-overview, org-content): New fuction.
6846 (org-cycle-global-status, org-cycle-subtree-status): Make these
6847 variables buffer-local.
6848 (org-global-cycle): New command.
6849 (org-shifttab): Use `org-global-cycle'.
6850 (org-insert-heading, org-insert-item): Go to end of new
6851 headline/item after creating it.
6852 (org-export-visible): Rename from `org-export-copy-visible'.
6853 Now creates a temporary org-file and applies an exporting command
6854 to it.
6855 (org-table-eval-formula): Support for lisp forms.
6856 (org-agenda-todo-ignore-scheduled): New option.
6857 (org-agenda-get-todos): Use new option
6858 `org-agenda-todo-ignore-scheduled'.
6859 (org-export-html-inline-images): New value `maybe'.
6860 (org-export-as-html): Inlining of images dependent on link description.
6861 (org-archive-subtree): Check for end-of-buffer before trying
6862 `kill-line'.
6863 (org-agenda-follow-mode): New option.
6864 (org-export-with-tags, org-export-with-timestamps): New options.
6865 (org-html-handle-time-stamps): New function.
6866 (org-keyword-time-regexp): New variable.
6867 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
6868 (org-agenda-todo-list-sublevels): New option.
6869 (org-html-level-start): When TITLE is nil, just close all levels.
6870 (org-parse-key-lines, org-parse-export-options): Remove functions,
6871 replaced by `org-infile-export-plist'.
6872 (org-combine-plists, org-infile-export-plist)
6873 (org-default-export-plist): New functions.
6874 (org-export-html-preamble, org-export-html-postamble)
6875 (org-export-html-auto-preamble, org-export-html-auto-postamble):
6876 New variables.
6877 (org-export-publishing-directory): New option.
6878 (org-export-as-html, org-export-as-ascii): Use the new property
6879 lists for settings.
6880 (org-export-copy-visible, org-export-as-xoxo):
6881 Respect `org-export-publishing-directory'.
6882 (org-link-search, org-store-link, org-file-apps): Support for
6883 links to BibTeX database entries..
6884 (org-get-current-options, org-set-regexps-and-options):
6885 Implement logging as a startup option.
6886 (org-store-link): Make sure context string is never empty
6887 (org-insert-link): Use relative path when possible.
6888 (org-at-item-checklet-p): New function.
6889 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
6890 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
6891 (org-metaright, org-metaup, org-metadown, org-shiftup)
6892 (org-shiftdown, org-shiftright, org-shiftleft)
6893 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
6894 Dispatch using `call-interactively'.
6895 (org-call-with-arg): New defsubst.
6896 (org-tag-alist, org-use-fast-tag-selection): New options.
6897 (org-complete): Use `org-tag-alist'.
6898 (org-fast-tag-insert, org-fast-tag-selection): New functions.
6899 (org-next-item, org-previous-item): New commands.
6900 (org-beginning-of-item, org-end-of-item): Add (interactive) to
6901 make command.
6902 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
6903
6904 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
6905
6906 * emacs-lisp/ewoc.el (ewoc-delete): New function.
6907 (ewoc-filter): Use `ewoc-delete'.
6908
6909 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
6910
6911 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
6914 Signal more user-friendly error messages.
6915
6916 * complete.el (PC-do-completion): Undo the addition of implicit
6917 wildcards if they did not lead to finding any match.
6918 (read-file-name-internal): Don't add the final > if the completion is
6919 not finished.
6920
6921 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6922
6923 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
6924 Quote safe-local-variable predicate.
6925
6926 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6927
6928 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
6929
6930 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6931
6932 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
6933
6934 * progmodes/make-mode.el (makefile-special-targets-list)
6935 (makefile-macro-table, makefile-target-table): Mark as risky.
6936 (makefile-query-one-target-method): Make this the alias for the
6937 following variable.
6938 (makefile-query-one-target-method-function): Make this the real name.
6939
6940 * textmodes/artist.el (artist-text-renderer): Make this the alias
6941 for the following variable.
6942 (artist-text-renderer-function): Make this the real name.
6943
6944 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
6945 the alias for the following variable.
6946 (flyspell-generic-check-word-predicate): Make this the real name.
6947
6948 * textmodes/ispell.el (ispell-format-word): Make this the alias
6949 for the following variable.
6950 (ispell-format-word-function): Make this the real name.
6951 (ispell-message-text-end): Mark as risky.
6952
6953 * skeleton.el (skeleton-transformation, skeleton-filter)
6954 (skeleton-pair-filter): Make these the aliases for the following
6955 variables.
6956 (skeleton-transformation-function, skeleton-filter-function)
6957 (skeleton-pair-filter-function): Make these the real names.
6958
6959 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
6960 and skeleton-pair-filter-function.
6961
6962 * textmodes/sgml-mode.el (sgml-transformation): Make this the
6963 alias for the following variable.
6964 (sgml-transformation-function): Make this the real name.
6965 (sgml-tag-alist): Mark as risky.
6966
6967 2006-05-21 Richard Stallman <rms@gnu.org>
6968
6969 * simple.el (kill-region): Interactively, pass point, then mark.
6970
6971 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
6972
6973 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
6974
6975 2006-05-21 Romain Francoise <romain@orebokech.com>
6976
6977 * dired-x.el (dired-mode-map): Don't bind M-g.
6978
6979 2006-05-20 Richard Stallman <rms@gnu.org>
6980
6981 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
6982 (dired-goto-file): Doc fix.
6983
6984 2006-05-21 Kim F. Storm <storm@cua.dk>
6985
6986 * emulation/cua-base.el: Mention customizing cua-mode as alternative
6987 way to enable built-in cua-mode if user loads older CUA-mode package.
6988
6989 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
6990 if default-filename is specified.
6991
6992 2006-05-20 Eli Zaretskii <eliz@gnu.org>
6993
6994 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
6995
6996 * info.el (info-apropos): Make sure current-file and current-node
6997 have non-nil values. Speed up by using add-to-list instead of
6998 manual consing.
6999
7000 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7001
7002 * progmodes/make-mode.el (makefile-mode): Doc fix.
7003
7004 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7005
7006 * dired-aux.el (dired-do-shell-command): Doc fix.
7007
7008 2006-05-20 Kevin Ryde <user42@zip.com.au>
7009
7010 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
7011 ``(custom-manual :tag "Foo" "(foo)Node")''.
7012
7013 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
7014
7015 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
7016 value is an integer.
7017
7018 2006-05-20 Eli Zaretskii <eliz@gnu.org>
7019
7020 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
7021 "format".
7022 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
7023
7024 2006-05-20 Martin Rudalics <rudalics@gmx.at>
7025
7026 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
7027 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
7028
7029 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
7032 regexp for keywords.
7033
7034 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
7035
7036 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
7037 replace-regexp-in-string.
7038
7039 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
7040 encode, and escape file name on conversion to URL.
7041
7042 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7043
7044 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
7045 Don't unescape URL.
7046 (dnd-get-local-file-name): Unescape URL on conversion to file name.
7047
7048 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
7049 on conversion to URLs.
7050
7051 * net/browse-url.el (browse-url-file-url): Encode file name on
7052 conversion to URL.
7053
7054 * term/mac-win.el (mac-ae-open-documents): Escape file name on
7055 conversion to URL.
7056
7057 2006-05-19 Eli Zaretskii <eliz@gnu.org>
7058
7059 * progmodes/cc-styles.el (c-style-alist): Doc fix.
7060
7061 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7062
7063 * term/mac-win.el (mac-bytes-to-digits): Remove function.
7064 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
7065
7066 2006-05-19 Glenn Morris <rgm@gnu.org>
7067
7068 * calendar/diary-lib.el (diary-bahai-date)
7069 (list-bahai-diary-entries, mark-bahai-diary-entries)
7070 (mark-bahai-calendar-date-pattern): Not interactive.
7071 (add-to-diary-list): New optional arg LITERAL. Doc fix.
7072 (diary-entries-list): Change format of 4th element in each entry.
7073 (diary-list-entries): Use add-to-diary-list.
7074 (diary-goto-entry): Handle the case where the buffer visiting the
7075 diary has been killed.
7076 (fancy-diary-display): Add 'locator to button rather than 'marker.
7077 Only generate temp-face when there are marks to apply.
7078 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
7079 (diary-fancy-date-pattern): New variable.
7080 (diary-time-regexp): Doc fix.
7081 (diary-anniversary, diary-time): New faces.
7082 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
7083 diary-time-regexp. Add font-lock-multiline property where needed.
7084 Use new faces diary-anniversary and diary-time.
7085 (diary-fancy-font-lock-fontify-region-function): New function, to
7086 handle multiline font-lock pattern in fancy diary.
7087 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
7088 (diary-font-lock-keywords): Tweak time regexp. Use new face
7089 diary-time.
7090
7091 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
7092
7093 * international/code-pages.el (mik): Table corrected.
7094
7095 2006-05-18 Kim F. Storm <storm@cua.dk>
7096
7097 * progmodes/grep.el (grep-find): Don't check grep-find-command
7098 before running command (breaks non-interactive usage).
7099
7100 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
7101
7102 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
7103 (ewoc--insert-new-node): Don't insert trailing newline.
7104 Instead, adjust successor nodes's start markers.
7105 (ewoc--refresh-node): Delete all text from current node's start
7106 marker to the next one's; adjust successor nodes's start markers.
7107 (ewoc--create): Doc fixes.
7108 (ewoc--refresh): Don't insert newline.
7109 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
7110 * pcvs.el (cvs-make-cvs-buffer):
7111 Specify extra newline for ewoc's header and footer.
7112 (cvs-update-header): Update initial header recognition.
7113 Append newline to final header and footer values.
7114 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
7115
7116 2006-05-17 Richard Stallman <rms@gnu.org>
7117
7118 * files.el (file-name-extension): Doc fix.
7119
7120 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7121
7122 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
7123 we can explicitly enable/disable rather than toggle.
7124 (shell-mode): Use it.
7125 (shell-cd): Don't try to reproduce what `cd' does.
7126
7127 2006-05-17 Kim F. Storm <storm@cua.dk>
7128
7129 * ido.el (ido-read-internal): Use only nondirectory part of
7130 default item.
7131
7132 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
7133
7134 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
7135 (ewoc-nth): Doc fix.
7136
7137 (ewoc-map, ewoc-invalidate): Compute PP before looping.
7138
7139 2006-05-16 Eli Zaretskii <eliz@gnu.org>
7140
7141 * international/mule.el (auto-coding-alist): Add .lha to files
7142 read with no-conversion.
7143
7144 * files.el (auto-mode-alist): Add .lha files to archive file
7145 extensions.
7146
7147 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
7148 Convert csize to integer when computing offsets within the
7149 compressed archive file.
7150
7151 2006-05-16 Kim F. Storm <storm@cua.dk>
7152
7153 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
7154 with read-from-minibuffer.
7155
7156 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7157
7158 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
7159 (byte-compile-warnings): Fix safe-local-variable property.
7160
7161 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
7162
7163 * allout.el (allout-show-bodies, allout-old-style-prefixes)
7164 (allout-stylish-prefixes, allout-numbered-bullet)
7165 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
7166 predicates to qualify `safe-local-variable' property, when
7167 available, else use equivalent lambda.
7168 (allout-current-topic-collapsed-p): Do the right thing regarding
7169 trailing blank lines.
7170
7171 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7172
7173 * server.el (server-start): Only create a directory if needed.
7174 (server-edit, server-unload-hook): server-start => server-mode.
7175 (kill-emacs-hook): Cleanup upon exit.
7176
7177 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * hexl.el (hexlify-buffer): Encode process arguments manually.
7180
7181 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
7182
7183 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
7184 call to gdb-tooltip-print.
7185
7186 2006-05-15 Romain Francoise <romain@orebokech.com>
7187
7188 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
7189 systems, default to "tar" since those systems probably have GNU tar.
7190
7191 2006-05-14 Lars Hansen <larsh@soem.dk>
7192
7193 * desktop.el (desktop-missing-file-warning): Fix docstring.
7194 (desktop-restore-file-buffer): Correct question asked on missing file.
7195
7196 2006-05-14 Kim F. Storm <storm@cua.dk>
7197
7198 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
7199 Add CUA move property.
7200
7201 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
7202
7203 * custom.el (custom-push-theme): Load the variable before checking
7204 its `standard-value'.
7205
7206 2006-05-13 Lars Hansen <larsh@soem.dk>
7207
7208 * desktop.el (desktop-save): Use with-temp-buffer.
7209
7210 2006-05-12 Glenn Morris <rgm@gnu.org>
7211
7212 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
7213 * calendar/calendar.el (calendar-mode-map):
7214 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
7215 * calendar/appt.el (appt-check, appt-make-list): Refer to
7216 diary-view-entries, diary-list-entries, diary-show-all-entries
7217 rather than obsolete aliases.
7218
7219 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
7220
7221 * simple.el (line-move-finish): Avoid calling point motion hooks
7222 while processing intangibility.
7223
7224 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
7225
7226 * term/xterm.el (terminal-init-xterm): Fix typo.
7227
7228 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
7229
7230 * allout.el (allout-view-change-hook): Mark as being deprecated,
7231 to be replaced by `allout-exposure-change-hook'.
7232 (allout-exposure-change-hook): New, replacing
7233 `allout-view-change-hook'.
7234 (allout-flag-region): Run new hook `allout-exposure-change-hook',
7235 in addition to `allout-view-change-hook'.
7236 (allout-show-bodies, allout-old-style-prefixes)
7237 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
7238 lambda forms to prevent their showing up in variable help
7239 presentations as inscrutable byte-compiled code.
7240 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
7241 Use string-or-null-p to qualify safe-local-variable values.
7242 (allout-reindent-bodies): Use memq to qualify matches against
7243 valid safe-local-variable values. Also, quote the lambda as above.
7244 (allout-use-mode-specific-leader): Add missing candidate-value
7245 symbols, use memq, and quote the lambda.
7246 (allout-overlay-interior-modification-handler): Remove unused
7247 variables `msg' and 'opened'.
7248 (allout-hidden-p): Constrain invisibility consideration to allout's
7249 invisibility spec, disregarding invisibility for other reasons.
7250
7251 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
7252
7253 * files.el (version-control): Correct safe values.
7254
7255 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
7256
7257 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
7258
7259 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
7260 (ewoc--insert-new-node): New func.
7261 Update callers of deleted funcs to use it, instead.
7262
7263 2006-05-11 Glenn Morris <rgm@gnu.org>
7264
7265 * calendar/calendar.el (diary-show-all-entries): Do not refer to
7266 obsolete alias `show-all-diary-entries'.
7267 (make-diary-entry): Not interactive.
7268 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
7269 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
7270 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7271 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7272 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
7273 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
7274
7275 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7276
7277 * calendar/calendar.el (calendar-french-date-string)
7278 (calendar-mayan-date-string, calendar-chinese-date-string)
7279 (calendar-astro-date-string, calendar-iso-date-string)
7280 (calendar-islamic-date-string, calendar-bahai-date-string)
7281 (calendar-hebrew-date-string, calendar-coptic-date-string)
7282 (calendar-ethiopic-date-string, calendar-persian-date-string):
7283 These functions are not interactive.
7284
7285 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
7286
7287 * files.el: Balance parentheses.
7288
7289 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
7290
7291 * files.el, newcomment.el, outline.el, simple.el,
7292 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
7293 progmodes/cc-vars.el, progmodes/compile.el:
7294 Move `safe-local-variable' declarations to the respective files.
7295
7296 * help-fns.el (describe-variable): Don't print safe-var if it is
7297 byte-code. Improve wording as suggested by Luc Teirlinck.
7298
7299 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
7300
7301 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
7302 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
7303 Use a token for pending-triggers to ensure gdb-var-update
7304 gets called once per user input again for pre-GDB 6.4.
7305 (gdb-var-delete): Match on more complex expressions.
7306 (gdb-var-list-children-handler, gdb-var-create-handler):
7307 Use a token for consistency.
7308
7309 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
7310
7311 * textmodes/org.el (org-read-date, org-goto-calendar)
7312 (org-agenda-goto-calendar):
7313 Bind `view-calendar-holidays-initially' to nil.
7314
7315 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7316
7317 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
7318 Update all callers to do it there, instead.
7319
7320 2006-05-10 Glenn Morris <rgm@gnu.org>
7321
7322 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
7323 prefix arg case, to avoid view-diary-entries-initially error.
7324 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7325 (calendar-date-is-legal-p): Handle dates with no day part.
7326
7327 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
7328
7329 * comint.el (comint-insert-input): Just make it when
7330 comint-use-prompt regexp is nil (default) and with the mouse.
7331 (comint-copy-old-input): Reinstate from 2004-06-23.
7332 (comint-mode-map): Bind C-c C-m to it.
7333
7334 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
7335
7336 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
7337 Remove spurious move to point-max (new comint behavior fixes).
7338
7339 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
7340 compatibility function (Emacs 18/19).
7341 (idlwave-is-continuation-line): Always return point at start of
7342 previous non-blank continuation line.
7343 (keyword-parameters): Fix continued comment font-lock matcher.
7344 (idlwave-font-lock-fontify-region): Written, use as
7345 font-lock-fontify-region-function, to fix continued keyword
7346 fontification issues.
7347
7348 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7349
7350 * term/mac-win.el (mac-font-panel-mode): Doc fix.
7351 (mac-service-selection, mac-service-open-file)
7352 (mac-service-open-selection, mac-service-mail-selection)
7353 (mac-service-mail-to, mac-service-insert-text): Rename from
7354 mac-services-*. All uses changed.
7355 (mac-apple-event-map): Rename event symbol `services' to `service'.
7356
7357 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
7358
7359 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
7360 (ewoc--node-enter-first, ewoc--node-enter-last)
7361 (ewoc--delete-node-internal): Merge funcs into unique callers.
7362
7363 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
7364
7365 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
7366 return value of read-from-minibuffer for empty input.
7367
7368 2006-05-09 Miles Bader <miles@gnu.org>
7369
7370 * comint.el (comint-insert-input): Remove redundant calls to setq
7371 and goto-char.
7372
7373 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
7374
7375 * comint.el (comint-insert-input): Make it work when
7376 comint-use-prompt-regexp is t.
7377
7378 2006-05-10 Miles Bader <miles@gnu.org>
7379
7380 * subr.el (field-at-pos): New function.
7381
7382 * comint.el (comint-insert-input): Use it.
7383
7384 2006-05-09 Juri Linkov <juri@jurta.org>
7385
7386 * battery.el (battery-linux-proc-acpi): Also try
7387 `/proc/acpi/thermal_zone/THR2/temperature'.
7388
7389 * files.el <safe-local-variable>: Remove `eval' and `let' binding
7390 for now unused lambda `string-or-null'.
7391
7392 * add-log.el (change-log-default-name): Put `string-or-null-p'
7393 instead of lambda on `safe-local-variable' property.
7394
7395 * diff-mode.el (diff-context->unified): Use `region-beginning' and
7396 `region-end' instead of `mark' and `point'.
7397 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
7398 Operate on region in Transient Mark mode when the mark is active.
7399 Use `region-beginning' and `region-end' instead of `mark' and
7400 `point'.
7401 (diff-hunk-text, diff-goto-source): Doc fix.
7402
7403 * startup.el (fancy-splash-screens, normal-splash-screen): Use
7404 face `mode-line-buffer-id' for mode-line buffer face instead of
7405 hard-coded `(:weight bold)'.
7406
7407 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
7408 buffer-undo-list to t (undo-ask is reproducible by visiting
7409 nested archives).
7410
7411 2006-05-09 Kim F. Storm <storm@cua.dk>
7412
7413 * progmodes/grep.el (rgrep): Set default directory of *grep*
7414 buffer if we start M-x rgrep in the *grep* buffer and choose
7415 a different base directory.
7416
7417 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
7418
7419 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
7420 completion also when ido is loaded.
7421
7422 2006-05-09 Masatake YAMATO <jet@gyve.org>
7423
7424 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
7425 "warning" and "import".
7426 (cpp-font-lock-keywords): Added "warning".
7427
7428 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
7429
7430 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7431
7432 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
7435 pages at a time, if we signal the end, we should indeed reach that end.
7436
7437 2006-05-08 David Reitter <david.reitter@gmail.com>
7438
7439 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
7440 output during execution of the body.
7441
7442 2006-05-08 Kim F. Storm <storm@cua.dk>
7443
7444 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
7445
7446 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
7447
7448 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
7449 Use with-current-buffer.
7450
7451 2006-05-07 Kim F. Storm <storm@cua.dk>
7452
7453 * subr.el (add-to-history): Remove keep-dups arg.
7454
7455 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
7456 to nil around call to add-to-history.
7457
7458 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
7461 than after a buffer modification.
7462
7463 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
7464
7465 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
7466 call to...
7467 (gud-watch): ...here so speedbar is raised for already watched
7468 expressions.
7469 (gdb-speedbar-refresh): Delete function.
7470 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
7471 Use speedbar-timer-fn instead of speedbar-refresh (reverting
7472 earlier change).
7473 (gdb-var-evaluate-expression-handler)
7474 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
7475
7476 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
7477 Update localized contents for all buffers except ignored modes.
7478
7479 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7480
7481 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
7482 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
7483 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
7484 (mac-handle-font-panel-closed, mac-handle-font-selection):
7485 New functions.
7486 (mac-font-panel-mode): New minor mode.
7487 (mac-apple-event-map): Add bindings for toolbar toggle button and
7488 font panel.
7489 (menu-bar-showhide-menu): Add mac-font-panel-mode.
7490
7491 2006-05-07 John Paul Wallington <jpw@pobox.com>
7492
7493 * ibuffer.el (ibuffer-compressed-file-name-regexp):
7494 Avoid `regexp-opt'; simplify regexp for readability.
7495
7496 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7497
7498 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
7499 * files.el (buffer-stale-function):
7500 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7501 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
7502 links to the main manual, not to emacs-xtra.
7503
7504 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7505
7506 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
7507 MacJapanese if text is ASCII-only.
7508
7509 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
7510
7511 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
7512 unless so nil isn't returned.
7513 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
7514
7515 2006-05-06 Kim F. Storm <storm@cua.dk>
7516
7517 * subr.el (add-to-history): New function.
7518
7519 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
7520 (ediff-merge-files-with-ancestor):
7521 * env.el (setenv):
7522 * isearch.el (isearch-update-ring):
7523 * server.el (server-visit-files):
7524 * progmodes/grep.el (lgrep, rgrep):
7525 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
7526 * progmodes/xscheme.el (xscheme-insert-expression):
7527 Use add-to-history.
7528
7529 * kmacro.el (kmacro-push-ring): Use add-to-history.
7530 (kmacro-ring-length): Remove unused defun.
7531 (kmacro-start-macro): Use kmacro-push-ring.
7532
7533 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
7534
7535 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
7536 directly instead of a lambda expression that calls it.
7537
7538 2006-05-06 Kim F. Storm <storm@cua.dk>
7539
7540 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
7541 instead of compute-motion.
7542
7543 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
7544
7545 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
7546 change.
7547
7548 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
7549
7550 * startup.el (command-line-1): Refer to "Pure Storage" on
7551 pure-space-overflow.
7552
7553 2006-05-05 Martin Rudalics <rudalics@gmx.at>
7554
7555 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
7556 provided faces once they all have been used up.
7557
7558 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7559
7560 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
7561 reference to the Lisp manual to the warning about pure space
7562 overflow.
7563
7564 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7565
7566 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
7567 argument to avoid the call to `ispell-internal-change-dictionary'
7568 when not needed.
7569 (ispell-change-dictionary): Use this argument and call
7570 `ispell-internal-change-dictionary' after the possible change
7571 to `ispell-local-dictionary'.
7572 (ispell-internal-change-dictionary): Check for a change in
7573 personal dictionary use too.
7574
7575 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7576
7577 * startup.el (command-line): On MS-Windows, probe "~", not
7578 "~USER", for warning about non-existent home directory
7579
7580 * arc-mode.el (archive-l-e): New optional argument `float' means
7581 generate a float value.
7582 (archive-arc-summarize, archive-lzh-summarize)
7583 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
7584 with 3rd argument non-nil when file's size is being computed.
7585 Format the file sizes with %8.0f instead of %8d.
7586
7587 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7588
7589 * cus-start.el (all): Add mac-dnd-known-types.
7590
7591 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
7592 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
7593 (mac-TIFF-to-string): New functions.
7594 (x-get-selection, x-selection-value)
7595 (mac-select-convert-to-string): Use them.
7596 (mac-text-encoding-mac-japanese-basic-variant): New constant.
7597 (mac-dnd-types-alist): New customization variable.
7598 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
7599 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
7600 (mac-dnd-handle-drag-n-drop-event): New functions.
7601 (mac-drag-n-drop): Remove function.
7602 (global-map): Bind drag-n-drop and M-drag-n-drop to
7603 mac-dnd-handle-drag-n-drop-event.
7604
7605 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
7606
7607 * progmodes/perl-mode.el (perl-beginning-of-function):
7608 Skip anonymous subs.
7609
7610 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
7611
7612 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
7613 regexp-opt at run time.
7614
7615 * term.el (term-handle-ansi-escape): Fix off by one error.
7616
7617 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
7618
7619 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
7620 (gdb-init-1, gdb-post-prompt): ...and references to it.
7621 (gdb-frame-handler): Strip directory name from filename if present.
7622
7623 * progmodes/gud.el (gdb-force-update): Delete defvar
7624 (gud-speedbar-buttons): ...and references to it. Use window-start
7625 to try to keep positon in watch expression.
7626
7627 2006-05-03 Richard Stallman <rms@gnu.org>
7628
7629 * simple.el (next-history-element, previous-history-element): Doc fix.
7630
7631 * isearch.el (isearch-update-ring): Doc fix.
7632
7633 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
7634
7635 * isearch.el (isearch-update-ring): Take history-delete-duplicates
7636 into consideration. Replace one arm ifs with whens.
7637
7638 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
7639
7640 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
7641 (menu): Fix typo.
7642
7643 2006-05-02 Miles Bader <miles@gnu.org>
7644
7645 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
7646
7647 2006-05-02 Jay Belanger <belanger@truman.edu>
7648
7649 * calc/calc-embed.el (calc-override-minor-modes-map)
7650 (calc-override-minor-modes): New variables.
7651 (calc-do-embedded): Make sure that Calc keystrokes aren't
7652 overwritten by minor modes.
7653
7654 2006-05-02 Chong Yidong <cyd@mit.edu>
7655
7656 * msb.el (msb): If EVENT is a down event, read and discard the up event.
7657
7658 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7659
7660 * startup.el (command-line-1): Refer to Lisp manual when
7661 pure-space-overflow occurs.
7662
7663 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
7664 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
7665 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
7666 (version-control): Don't use `t' for safe-local-variable declarations.
7667
7668 2006-05-01 Richard Stallman <rms@gnu.org>
7669
7670 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
7671 M-r, M-R, M-A, M-SPC or M-DEL.
7672 (diff-mode-map): diff-refine-hunk now on C-c C-w
7673 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
7674
7675 * help-mode.el (help-mode): view-exit-action calls delete-window
7676 only when it is safe and possible.
7677
7678 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
7679 in messages.
7680
7681 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
7682
7683 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
7684 in the default tool-bar-map.
7685
7686 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
7687
7688 * net/tramp.el (tramp-completion-file-name-handler-alist)
7689 (tramp-run-real-handler, tramp-completion-run-real-handler)
7690 (tramp-completion-handle-file-name-all-completions)
7691 (tramp-completion-handle-file-name-completion): Autoload them.
7692 (tramp-completion-handle-file-exists-p)
7693 (tramp-completion-handle-file-name-directory)
7694 (tramp-completion-handle-file-name-nondirectory)
7695 (tramp-completion-handle-expand-file-name): Remove them.
7696 (tramp-handle-file-name-directory): Return the real directory name.
7697 Returning "/" only doesn't need to be necessary any longer.
7698 (tramp-file-name-handler): Make special attention when in hostname
7699 completion mode.
7700 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
7701 (tramp-register-file-name-handlers):
7702 Register `tramp-completion-file-name-handler' only when
7703 `partial-completion-mode' is enabled.
7704 (tramp-completion-handle-file-name-all-completions):
7705 Delete directory part from results.
7706 (tramp-get-completion-methods, tramp-get-completion-user-host):
7707 Discard deleting "/", it doesn't work after the change of
7708 `tramp-handle-file-name-directory' above.
7709
7710 2006-05-01 Kim F. Storm <storm@cua.dk>
7711
7712 * progmodes/grep.el (grep-expand-template): Use save-match-data
7713 and symbol-value.
7714
7715 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7716
7717 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
7718 Use select-frame-set-input-focus instead of raise-frame.
7719 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
7720
7721 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
7722
7723 * progmodes/gud.el (gud-def): Add %c case.
7724 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
7725 (gud-format-command): Make match case sensitive. Match on %F.
7726
7727 2006-04-30 Glenn Morris <rgm@gnu.org>
7728
7729 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
7730 (cal-tex-preamble): Use cal-tex-preamble-extra.
7731 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
7732 than alias `list-diary-entries'.
7733
7734 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
7735
7736 * help-fns.el (describe-variable): Add info about safe local variables.
7737
7738 2006-04-29 Richard Stallman <rms@gnu.org>
7739
7740 * bindings.el (mode-line-format): help-echo doc fixes.
7741
7742 * net/tramp.el (tramp-file-name-handler-alist): Delete
7743 expand-file-name and other operations that can cause spurious loading.
7744
7745 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * files.el (safe-local-variable-p): Remove support for the special
7748 value t.
7749
7750 * textmodes/paragraphs.el (sentence-end-without-space):
7751 Fix safety predicate.
7752 (sentence-end-double-space, sentence-end-without-period)
7753 (paragraph-ignore-fill-prefix):
7754 * textmodes/fill.el (colon-double-space):
7755 * abbrev.el (abbrev-mode): Tighten the safety predicate.
7756
7757 * subr.el (booleanp): New fun.
7758
7759 * textmodes/reftex-vars.el (reftex-guess-label-type):
7760 Tighten the safety predicate.
7761
7762 2006-04-28 Kim F. Storm <storm@cua.dk>
7763
7764 * progmodes/grep.el (defgroup grep): Doc fix.
7765 (grep-auto-highlight): Remove.
7766 (grep-template): New defcustom.
7767 (grep-find-template): Rename from grep-tree-template.
7768 (grep-files-aliases): Rename from grep-tree-files-aliases.
7769 Remove "all" alias, add "l" alias.
7770 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
7771 (grep-find-ignored-directories): New defcustom to replace
7772 grep-tree-ignore-CVS-directories, to facilitate ignoring
7773 subdirectories for multiple version control systems.
7774 (grep-mode-map): Add Recursive grep item to GREP menu.
7775 (grep-regexp-history, grep-files-history): New defvars.
7776 (grep-probe): New helper function.
7777 (grep-compute-defaults): Use it to simplify code.
7778 Adapt to name changes.
7779 Use `.' as base in grep-find-template rather than <D>.
7780 (grep): Remove superfluous highlight-regexp arg. Fix doc.
7781 Call grep-compute-defaults unconditionally.
7782 (grep-expand-keywords): New defconst.
7783 (grep-expand-template): Rename from grep-expand-command-macros.
7784 Simplify via grep-expand-keywords. Look at case-fold-search instead
7785 of grep-tree-ignore-case to add -i option.
7786 Bind case-fold-search to nil while matching keywords.
7787 (grep-tree-last-regexp, grep-tree-last-files): Remove.
7788 (grep-read-regexp, grep-read-files): New helper functions.
7789 (rgrep): Rename from grep-tree. Rework to use proper histories.
7790 Adapt to changes in defcustoms and functions above.
7791 (lgrep): New command, as grep, but using same interactive UI as rgrep.
7792
7793 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
7794
7795 * net/tramp.el (tramp-completion-file-name-handler):
7796 Disable Tramp's functionality while loading Tramp itself.
7797 (tramp-register-file-name-handlers): That's a defsubst now.
7798 Code from `tramp-repair-jka-compr' moved here. Apply it via
7799 `after-init-hook'.
7800 (tramp-repair-jka-compr): Remove.
7801
7802 2006-04-27 Jay Belanger <belanger@truman.edu>
7803
7804 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
7805 read expression when `math-read-big-expr' doesn't work.
7806
7807 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
7808
7809 * startup.el (command-line-1): Display warning when
7810 pure-space-overflow is non-nil.
7811
7812 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7813
7814 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
7815 risky.
7816
7817 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7818
7819 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
7820 Return the URL or nil if none can be generated.
7821
7822 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
7823
7824 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
7825 byte compiler warnings.
7826 (gud-basic-call, gud-find-expr): Let user select an expression
7827 for printing. Print expression as well as value in GUD buffer.
7828
7829 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
7830
7831 * allout.el: Remove local autoload declaration for
7832 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
7833 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
7834 (allout-plain-bullets-string, allout-distinctive-bullets-string)
7835 (allout-use-mode-specific-leader, allout-old-style-prefixes)
7836 (allout-stylish-prefixes, allout-numbered-bullet)
7837 (allout-file-xref-bullet, allout-presentation-padding)
7838 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
7839 safe-local-variable with suitable value spec, and add autoload
7840 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
7841 (move-beginning-of-line, move-end-of-line): Repair so these compat
7842 functions now actually resituate the point, when appropriate.
7843
7844 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
7847
7848 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
7849 (add-log-iso8601-time-string): Fix call to format-time-string.
7850
7851 2006-04-26 Kim F. Storm <storm@cua.dk>
7852
7853 * subr.el (posn-string, posn-image, posn-object): Doc fix.
7854
7855 2006-04-26 Masatake YAMATO <jet@gyve.org>
7856
7857 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
7858 Add support for "//" style comments. Remove `b' flag
7859 from ?* in `asm-mode-syntax-table'.
7860
7861 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * follow.el: Use (featurep 'xemacs) everywhere.
7864 (follow-mode): Use define-minor-mode.
7865 (follow-mode-map): Move initialization into the declaration.
7866 Use command remapping.
7867 (follow-emacs-version-xemacs-p): Remove.
7868 (follow-submit-feedback): Remove.
7869
7870 * allout.el (allout-layout, allout-passphrase-verifier-string)
7871 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
7872
7873 * textmodes/reftex-vars.el (reftex-vref-is-default)
7874 (reftex-fref-is-default, reftex-guess-label-type):
7875 Tighten up a bit the safety predicate.
7876
7877 * textmodes/paragraphs.el (sentence-end-double-space)
7878 (sentence-end-without-period, sentence-end-without-space)
7879 (page-delimiter, paragraph-ignore-fill-prefix):
7880 Tighten up a bit the safety predicate.
7881
7882 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
7883
7884 * progmodes/python.el (python-continuation-line-p)
7885 (python-beginning-of-statement): syntax-ppss may return
7886 a negative depth.
7887 (python-mode): Don't forcefully enable font-lock.
7888
7889 * time-stamp.el (time-stamp-start, time-stamp-end)
7890 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
7891
7892 * add-log.el: Remove spurious * in docstrings.
7893 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
7894 (add-change-log-entry): Use it here, since it's not specific
7895 to iso8601.
7896 (add-log-iso8601-time-string): Don't use it here any more.
7897 (change-log-indent-text, change-log-indent): Rename from add-log-*.
7898
7899 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
7900
7901 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
7902
7903 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
7904 (rcirc-toggle-low-priority): Doc fix.
7905 (rcirc-handler-NOTICE): Remove beginning of line anchor in
7906 ChanServ regexp.
7907 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
7908 #emacs.
7909 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
7910 (rcirc-decode-coding-system): Use utf-8 as the default.
7911 (rcirc-multiline-minor-mode): Set the fill-column.
7912 (rcirc-format-response-string): Display bright and dim nicks.
7913 (rcirc-browse-url): Update interactive spec to fill ARG.
7914 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
7915 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
7916
7917 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
7918
7919 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
7920 case for @Article, etc.
7921
7922 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
7923
7924 * net/tramp.el (tramp-register-file-name-handlers): New defun.
7925 Added with autoload cookie.
7926 (tramp-unload-file-name-handlers): Rename from
7927 `tramp-unload-file-name-handler-alist'.
7928
7929 2006-04-23 Romain Francoise <romain@orebokech.com>
7930
7931 * comint.el (comint-match-partial-filename): Doc fix.
7932
7933 2006-04-21 Glenn Morris <rgm@gnu.org>
7934
7935 * calendar/cal-menu.el (calendar-mode-map): Refer to
7936 `diary-view-entries' rather than alias `view-diary-entries'.
7937 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
7938
7939 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
7940
7941 * progmodes/antlr-mode.el (antlr-default):
7942 * cus-edit.el (custom-documentation):
7943 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
7944 in defface.
7945
7946 2006-04-21 Kim F. Storm <storm@cua.dk>
7947
7948 * image.el (image-type): New defun split out of create-image.
7949 (create-image): Use it.
7950
7951 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
7952
7953 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
7954 (org-open-at-point): Remove the "...done" message to keep output
7955 in the echo area visible.
7956 (org-export-as-xoxo): Fix call to `indent-region'.
7957
7958 2006-04-21 Kevin Ryde <user42@zip.com.au>
7959
7960 * international/mule.el (keyboard-coding-system): defcustom
7961 info-link fixes: "Specify Coding" has been split, keyboard now in
7962 "Terminal Coding", and "Single-Byte Character Support" is now
7963 "Unibyte Mode".
7964
7965 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
7966
7967 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
7968 Use font-lock-warning-face for any errors e.g. no stack.
7969 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
7970
7971 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
7972
7973 * progmodes/sh-script.el (sh-shell): Mark as safe.
7974
7975 * newcomment.el (comment-start, comment-start-skip)
7976 (comment-end-skip, comment-end): Mark as safe.
7977
7978 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
7979
7980 * textmodes/org.el (org-deadline-announce): Face removed.
7981 (org-level-faces, org-n-levels): Convert to constant.
7982 (org-compatible-face): New function.
7983 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
7984 (org-level-5, org-level-6, org-level-7, org-level-8)
7985 (org-special-keyword, org-warning, org-headline-done, org-link)
7986 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
7987 (org-scheduled-today, org-scheduled-previously, org-time-grid):
7988 Face definition revised for better color tty support.
7989 (org-bold-re, org-italic-re, org-underline-re): New constants.
7990 (org-set-font-lock-defaults): Use the new constants.
7991 (org-agenda-highlight-todo): New function.
7992 (org-agenda-todo): Fix bug with point at end of line.
7993 (org-agenda-change-all-lines, org-finalize-agenda-entries):
7994 Fontify TODO keywords.
7995 (org-insert-link): Preserve relative path in ../ links.
7996 (org-export-as-html): Convert links pointing to .org files into
7997 links that will work beteen the exported HTML files.
7998 (org-todo-list): Fix bug when arg=0.
7999 (org-insert-heading): More fine-tuning.
8000
8001 2006-04-19 Romain Francoise <romain@orebokech.com>
8002
8003 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
8004 from `rmail-mime-charset-pattern'.
8005
8006 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
8007
8008 * progmodes/python.el (python-mode): Fix typo.
8009
8010 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
8011
8012 * comint.el (comint-previous-input): Don't clobber input line
8013 when moving off either end of the input history ring.
8014 (comint-delete-input): New function, used by
8015 `comint-previous-input' and others.
8016 (comint-previous-matching-input):
8017 Use `coming-delete-input'. Save the partial input if leaving the
8018 edit line. Goto point-max before deleting input to avoid
8019 partial input fragments hanging around.
8020 (comint-restore-input): New function, used by `comint-previous-input'.
8021
8022 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
8023
8024 * imenu.el (imenu--index-alist): Balance parentheses.
8025
8026 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
8027
8028 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
8029
8030 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
8031
8032 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
8033 file is nil.
8034
8035 2006-04-18 Richard Stallman <rms@gnu.org>
8036
8037 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
8038
8039 * imenu.el (imenu-create-index-function, imenu--index-alist)
8040 (imenu--last-menubar-index-alist, imenu--make-index-alist)
8041 (imenu-default-create-index-function, imenu--generic-function):
8042 Doc fixes.
8043
8044 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
8045
8046 * help-mode.el (help-mode): Set view-exit-action to delete window.
8047
8048 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
8049 now works by passing nil as arg.
8050
8051 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
8052
8053 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
8054 (read-abbrev-file): Provide default when reading filename.
8055
8056 * files.el (enable-local-variables): Allow :all as value.
8057 (hack-local-variables): Implement that value.
8058 (safe-local-variable-values, safe-local-eval-forms)
8059 (enable-local-variables): Mark as risky.
8060 (find-file-visit-truename, kept-old-versions): Mark safe.
8061
8062 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
8063 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
8064 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
8065
8066 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8067
8068 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
8069 Use forward-line so as to get to BOL even in the presence of fields.
8070 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
8071 in return.
8072 (inferior-tcl): Tell tclsh to work in interactive mode.
8073
8074 * complete.el (partial-completion-mode):
8075 Use 'choose-completion-string-functions to make sure that
8076 choose-completion fills the minibuffer properly.
8077
8078 * complete.el (PC-old-read-file-name-internal): Remove.
8079 (PC-read-include-file-name-internal): Remove. Turn it into an advice
8080 of read-file-name-internal.
8081 (partial-completion-mode): Enable/disable this advice.
8082
8083 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
8084
8085 * net/tramp.el (tramp-completion-file-name-handler): Revert change
8086 of 2006-04-17.
8087
8088 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
8089
8090 * textmodes/org.el (org-insert-heading): Insert heading before
8091 current if at beginning of line.
8092 (org-todo, org-date): New faces.
8093 (org-table-align): Make sure tooltip window contains full text.
8094 (org-no-properties): New defsubst.
8095 (org-set-font-lock-defaults): Use new faces.
8096
8097 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
8098
8099 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
8100 for root variables.
8101
8102 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
8103 (gdb-frame-address): Re-use to identify frame for watch expression.
8104 (gdb-var-list, gdb-var-create-handler): Add frame address for root
8105 variables.
8106 (gdb-init-1, gdb-source, gdb-post-prompt)
8107 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
8108 (gdb-frame-handler): Get gdb-frame-address.
8109
8110 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
8111
8112 Sync with Tramp 2.0.53.
8113
8114 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
8115 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
8116 (tramp-completion-file-name-handler): Add autoload cookie for
8117 adding to `file-name-handler-alist'.
8118
8119 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
8120 the prompt. If it returns earlier (when detecting an error
8121 message), the rest of the output will merge accidently with the
8122 output of the next command. Reported by M Jared Finder
8123 <jared@hpalace.com>.
8124
8125 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
8126 for `process-file', in order to let it work for older Emacsen too.
8127
8128 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
8129
8130 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
8131 (tex-font-lock-keywords-3): Use it.
8132
8133 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * newcomment.el (comment-add): New function.
8136 (comment-region-default, comment-dwim): Use it.
8137
8138 2006-04-15 Michael Olson <mwolson@gnu.org>
8139
8140 * emacs-lisp/tq.el: Improve comments.
8141 (tq-queue-head-question): New accessor function.
8142 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
8143 Update for modified queue structure.
8144 (tq-queue-add): Accept `question' argument.
8145 (tq-queue-pop): If a question is pending, send it.
8146 (tq-enqueue): Accept new optional argument `delay-question'.
8147 If this is non-nil, and at least one other question is pending a
8148 response, queue the question rather than sending it immediately.
8149
8150 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8151
8152 * calendar/appt.el (appt-add): Check whether an appointment is
8153 already present in appt-time-msg-list. Simplify code.
8154
8155 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * progmodes/cc-langs.el (c-mode-menu):
8158 Don't presume c-subword-mode is bound.
8159
8160 2006-04-13 Bill Wohler <wohler@newt.com>
8161
8162 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
8163 (customize-package-emacs-version): Use cdr instead of cadr now
8164 that alists use dotted pairs.
8165
8166 * custom.el (defcustom): Fix docstring for :package-version.
8167
8168 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
8169
8170 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
8171 (tramp-handle-shell-command): Display output buffer only when
8172 `tramp-display-shell-command-buffer' is true.
8173 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
8174
8175 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8176
8177 * textmodes/org.el (org-set-autofill-regexps): Set only the local
8178 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
8179
8180 2006-04-13 Romain Francoise <romain@orebokech.com>
8181
8182 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
8183 leaving temporary .cvsignore buffers behind.
8184
8185 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8186
8187 * textmodes/org.el (org-set-regexps-and-options)
8188 (org-get-current-options): Better names for the startup folding
8189 options.
8190
8191 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
8192
8193 * vc.el (vc-annotate): Arrange for point to end up at the same
8194 line number as in the original, but only when using a new buffer.
8195
8196 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
8197
8198 * files.el (hack-one-local-variable-eval-safep):
8199 Recognize `edebug-form-spec' for `put', but only if it passes
8200 `edebug-basic-spec'. Generalize `put' handling.
8201
8202 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
8203 vetting file-local form specs.
8204
8205 * allout.el (allout-layout): Autoload its `safe-local-variable'
8206 property.
8207
8208 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
8209
8210 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
8211 (org-agenda-mouse-1-follows-link)
8212 (org-mouse-1-follows-link): New options.
8213 (org-format-agenda-item): Fix bug if TAGS is nil.
8214 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
8215
8216 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
8217
8218 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
8219 GDB 6.1+ gives full filename for "info sources" so use
8220 file-name-nondirectory.
8221
8222 2006-04-12 Romain Francoise <romain@orebokech.com>
8223
8224 * subr.el (read-passwd): Bind `message-log-max' to nil.
8225
8226 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * progmodes/perl-mode.el (perl-indent-new-calculate):
8229 Recompute parse-start after jumping backward by a whole sexp.
8230
8231 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
8234 window configuration.
8235 (vc-annotate-display-select): Select the buffer so that current-buffer
8236 (and selected-window) is the output buffer at the end of vc-annotate.
8237
8238 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
8239
8240 * vc.el (vc-annotate-color-map): Add custom TTY color map for
8241 8-color terminals, to use all of the colors in a sensible order.
8242 256-color terminals work well with the standard map.
8243 (vc-annotate-lines): Only strip the first color character if it
8244 is "#", to allow for terminal-style named colors.
8245 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
8246 the correct buffer is scrolled.
8247
8248 2006-04-11 Richard Stallman <rms@gnu.org>
8249
8250 * emacs-lisp/bytecomp.el (byte-compile-file):
8251 Bind enable-local-variables to :safe, and make normal-mode obey it.
8252
8253 * files.el (enable-local-variables): Allow value :safe.
8254 (normal-mode): Doc fix.
8255 (hack-local-variables): Implement enable-local-variables = :safe.
8256 (hack-local-variables-confirm): Don't prevent quitting.
8257
8258 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * loadhist.el (unload-feature): A bit of sanity check of
8261 load-history entries. Cancel timer-vars before unbinding them.
8262
8263 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
8264 quote special chars, and make the trick work on the hex part of the
8265 buffer as well.
8266 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
8267 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
8268
8269 * startup.el (normal-splash-screen): Fix last change so we don't wait
8270 2 minutes if we don't show the splash screen.
8271
8272 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
8273
8274 * textmodes/org.el (org-export-plain-list-max-depth)
8275 (org-table-spaces-around-separators)
8276 (org-radio-targets, org-activate-camels)
8277 (org-table-spaces-around-invisible-separators): Options removed.
8278 (org-time-stamp-rounding-minutes, org-remember-templates)
8279 (org-ellipsis, org-activate-links, org-descriptive-links):
8280 New options.
8281 (org-remember-apply-template, org-current-time)
8282 (org-finish-edit-table-field)
8283 (org-link-unescape, org-link-escape)
8284 (org-string-width, org-table-clean-line, org-html-do-expand)
8285 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
8286 (org-read-agenda-file-list): New functions.
8287 (org-table-edit-field)
8288 (org-table-create-or-convert-from-region): New commands
8289 (org-table-toggle-vline-visibility): Command removed.
8290 (org-table-convert-region): Made a command.
8291 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
8292 Replace with the normal org- functions.
8293 (org-self-insert-command): Don't trigger realign unnecessarily
8294 when blanking a field that is not full.
8295 (org-mode): `Set buffer-invisibility-spec' for links.
8296 (org-activate-links2): Hide link part and only show descriptive
8297 part of the link.
8298 (org-insert-link): Modify for new linking system.
8299 (org-store-link): Store description separately, for use by
8300 `org-insert-link'.
8301 (org-table-align): Use `org-string-width'.
8302 (defgroup): Completely new group structure for custom variables.
8303 (org-agenda-files): Option: Single file name allowed. Function:
8304 Optional argument unrestrited means ignore any restricitons.
8305 (org-install-agenda-files-menu): Find a buffer in Org-mode before
8306 trying to modify the menu. Use generalized access to
8307 `org-agenda-files.'
8308 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
8309 (org-agenda-file-to-front, org-remove-file, org-diary)
8310 (org-tags-view, org-export-icalendar-all-agenda-files)
8311 (org-export-icalendar-combine-agenda-files): Use generalized
8312 access to `org-agenda-files'.
8313 (org-remember-handler): Correctly preserve heading if present.
8314 (org-table-insert-row, org-table-insert-hline): Deal with
8315 invisible characters.
8316
8317 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
8318
8319 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
8320 (vc-annotate-color-map): New 18 element constant
8321 value/saturation, rotating hue colormap, from red->blue.
8322 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
8323 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
8324 (vc-annotate): To avoid killing the required local variables,
8325 set them before the end of `with-output-to-temp-buffer', and
8326 after first switching to annotate-mode.
8327 (vc-annotate-warp-version): Add buffer argument in goto-line to
8328 ensure annotation, not source, is scrolled.
8329
8330 2006-04-10 Bill Wohler <wohler@newt.com>
8331
8332 * custom.el (defcustom, custom-handle-keyword):
8333 Add :package-version keyword.
8334 (custom-add-package-version): New function. Sets value of new
8335 property 'custom-package-version from :package-version keyword.
8336 (defcustom): Create Common Keywords section in docstring.
8337 (defface, defgroup): Replace definitions of a select few keywords
8338 with a reference to the Common Keywords in defcustom.
8339 (defcustom, defface, defgroup): Replace reference to Customization
8340 chapter in manual with hyperlink.
8341
8342 * cus-edit.el (customize-package-emacs-version-alist): New variable.
8343 (customize-changed-options): Add check for custom-package-version.
8344 (customize-package-emacs-version): New function to look up Emacs
8345 version corresponding to the given package version.
8346
8347 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
8348 defun name, in similar fashion to find-variable-regexp.
8349
8350 2006-04-10 Eli Zaretskii <eliz@gnu.org>
8351
8352 * international/mule-cmds.el (set-locale-environment): Fix last
8353 change for when the locale's preferences don't specify any encoding.
8354
8355 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
8358 so the defined var/fun doesn't need to be quoted.
8359
8360 2006-04-10 Richard Stallman <rms@gnu.org>
8361
8362 * finder.el (finder-mode-map): Add n and p bindings.
8363
8364 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
8365
8366 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
8367 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
8368 (gdb-setup-windows): Put something in source window if we can't find
8369 the source file.
8370 (gdb-frame-handler): Make it work again with just assembly.
8371 (gdb-data-list-register-values-handler): Make it work when there is
8372 no stack.
8373
8374 2006-04-09 Richard Stallman <rms@gnu.org>
8375
8376 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
8377 specs while looking for charset.
8378
8379 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
8380
8381 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8382 Make them faces.
8383 (lm-font-lock-keywords): Update appropriately.
8384
8385 2006-04-10 Kim F. Storm <storm@cua.dk>
8386
8387 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
8388 it can also replace buffer-substring-no-properties.
8389
8390 * emulation/cua-base.el (cua-delete-region, cua-paste)
8391 (cua-repeat-replace-region): Use filter-buffer-substring.
8392
8393 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8394 (cua-cut-region-to-global-mark): Likewise.
8395
8396 * emulation/cua-rect.el (cua--extract-rectangle)
8397 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
8398
8399 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8400
8401 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
8402 entry-type. Add field delimiters to numerical fields if they are
8403 not present.
8404
8405 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8406
8407 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
8408 string-const to return value.
8409 (bibtex-remove-delimiters): Use it.
8410
8411 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
8414 cl-byte-compile-compiler-macro unless it exists.
8415
8416 2006-04-08 Eli Zaretskii <eliz@gnu.org>
8417
8418 * files.el (hack-local-variables-confirm) <offer-save>:
8419 Clarify message text. Suggested by Ralf Angeli.
8420
8421 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8422
8423 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
8424 (delete-extract-rectangle-line): Use `filter-buffer-substring'
8425 instead of `buffer-substring' and `delete-region'. (Most of the
8426 code actually copied from `kill-region'.)
8427
8428 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
8429
8430 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
8431 (rcirc-default-port): Rename from rcirc-port.
8432 (rcirc-default-nick): Rename from rcirc-nick.
8433 (rcirc-default-user-name): Rename from rcirc-user-name.
8434 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
8435 (rcirc-low-priority-flag): New variable.
8436 (rcirc-decode-coding-system): New defcustom.
8437 (rcirc-encode-coding-system): New defcustom.
8438 (rcirc-coding-system-alist): New defcustom.
8439 (rcirc-multiline-major-mode): New defcustom.
8440 (rcirc-nick): New internal variable.
8441 (rcirc-process): Remove variable.
8442 (rcirc-server-buffer): New variable.
8443 (rcirc): Update to use rcirc-default-* variables above.
8444 (rcirc-connect): Do not add window-configuration-hook-here.
8445 (rcirc-server): New internal variable.
8446 (rcirc-connect): Do not send keepalive pings if
8447 rcirc-keepalive-seconds is nil.
8448 (with-rcirc-server-buffer): New macro.
8449 (rcirc-send-string): Encode with rcirc-encode-coding-system.
8450 (rcirc-server-name): Rename from rcirc-server.
8451 (rcirc-buffer-process): New function.
8452 (rcirc-buffer-nick): New function.
8453 (rcirc-buffer-target): Remove function.
8454 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8455 New commands.
8456 (rcirc-mode-map): Change binding of C-c C-l to
8457 rcirc-toggle-low-priority.
8458 (rcirc-mode): Initialize coding system based on
8459 rcirc-coding-system-alist. New change-major-mode-hook to part the
8460 channel on a mode change. Make kill-buffer-hook buffer-local.
8461 (rcirc-change-major-mode-hook): New function.
8462 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
8463 (rcirc-last-post-time): New variable.
8464 (rcirc-process-message): Store the last time user posted a message
8465 to this target.
8466 (rcirc-multiline-minor-mode): New mode.
8467 (rcirc-multiline-minor-mode-map): New mode map.
8468 (rcirc-edit-multiline): Put multiline-edit buffer in
8469 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
8470 (rcirc-print): Ignore any line starting with an ignored nick.
8471 (rcirc-print): Decode using rcirc-decode-coding-system.
8472 (rcirc-track-minor-mode): Update global-mode-string when disabling
8473 this mode.
8474 (minor-mode-alist): Add LowPri indicator.
8475 (rcirc-toggle-low-priority): New function.
8476 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
8477 next lowpriority buffer with activity.
8478 (rcirc-record-activity): Sort buffers in rcirc-activity by the
8479 last time the user posted a message in to the target.
8480 (rcirc-update-activity-string): New formatting for low priority
8481 buffers.
8482 (rcirc-split-activity): New function.
8483 (rcirc-handler-PART, rcirc-handler-KICK)
8484 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
8485 (rcirc-nick-away-alist): New variable.
8486 (rcirc-handler-301): New handler. Away messages are printed once
8487 per change.
8488
8489 2006-04-08 Eli Zaretskii <eliz@gnu.org>
8490
8491 * info.el (Info-follow-nearest-node): Doc fix.
8492
8493 * international/mule-cmds.el (set-locale-environment): Make sure
8494 the coding-system preferred by the locale's language has the same
8495 EOL conversion type as the original buffer-file-coding-system.
8496 (locale-language-names): Add a few MS Windows language codes.
8497
8498 2006-04-07 Richard Stallman <rms@gnu.org>
8499
8500 * simple.el (eval-expression): Doc fix.
8501
8502 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
8503 (eval-defun): Doc fixes.
8504
8505 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8506
8507 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
8508
8509 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
8510
8511 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
8512 GDB list command without argument for greater generality.
8513
8514 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8515
8516 * subr.el (string-or-null-p): New function.
8517
8518 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
8519
8520 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
8521
8522 * files.el: Update comment about safe-local-variable declarations.
8523
8524 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
8525
8526 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
8527 See idlwave.org.
8528
8529 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
8530 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
8531
8532 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
8533 See idlwave.org.
8534
8535 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
8536 version 6.0 (minimal changes). See idlwave.org.
8537
8538 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
8539 6.0 (minimal changes). See idlwave.org.
8540
8541 * progmodes/idlw-rinfo.el: File obsoleted and removed.
8542
8543 2006-04-06 Romain Francoise <romain@orebokech.com>
8544
8545 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
8546 symmetric encryption features and a new asynchronous interface to
8547 GnuPG. This new version is version 1.4, plus whitespace changes.
8548
8549 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
8550
8551 * files.el: Move some `safe-local-variable' declarations to the
8552 respective files.
8553
8554 * textmodes/ispell.el (ispell-check-comments)
8555 (ispell-local-dictionary): Mark as safe.
8556
8557 * abbrev.el (abbrev-mode): Mark as safe.
8558
8559 * add-log.el (change-log-default-name): Mark as safe.
8560
8561 * textmodes/reftex-vars.el (reftex-vref-is-default)
8562 (reftex-fref-is-default, reftex-level-indent)
8563 (reftex-guess-label-type): Mark as safe.
8564
8565 * textmodes/fill.el (colon-double-space): Mark as safe.
8566
8567 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
8568 (sentence-end-double-space, sentence-end-without-period)
8569 (sentence-end-without-space, sentence-end, sentence-end-base)
8570 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
8571
8572 2006-04-06 Kim F. Storm <storm@cua.dk>
8573
8574 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
8575 the :set-after list.
8576 (ido-downcase-unc-hosts): New user option. Default on.
8577 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
8578 when it is set, as regexps are now applied on the fly.
8579 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
8580 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
8581 on the fly, but only when ido-process-ignore-lists is set.
8582 Do case insensitive filtering if ido-downcase-unc-hosts is set.
8583 Only downcase names if ido-downcase-unc-hosts is set.
8584
8585 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
8586
8587 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
8588
8589 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
8590
8591 2006-04-05 Kim F. Storm <storm@cua.dk>
8592
8593 * ido.el (ido-mode): Set after ido-unc-hosts and
8594 ido-ignore-unc-host-regexps.
8595 (ido-save-history): Save ido-unc-hosts-cache.
8596 (ido-load-history): Load ido-unc-hosts-cache.
8597 (ido-reread-directory): Refresh unc hosts cache in // dir.
8598
8599 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
8600 to nil while displaying slash screen.
8601
8602 2006-04-05 Daiki Ueno <ueno@unixuser.org>
8603
8604 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
8605 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
8606
8607 2006-04-05 Kenichi Handa <handa@m17n.org>
8608
8609 * international/characters.el: Setup cases of Latin, Greek, and
8610 Cyrillic characters in CJK charsets.
8611
8612 2006-03-29 Daiki Ueno <ueno@unixuser.org>
8613
8614 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
8615 default-enable-multibyte-characters. This reverts the change from
8616 revision 6.17 which is no longer necessary because the passphrase
8617 is sent separately now. GnuPG messages are unreadable under
8618 multibyte locales with default-enable-multibyte-characters set to nil.
8619
8620 2006-04-04 Andreas Schwab <schwab@suse.de>
8621
8622 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
8623 and `byte-compile-warnings' as `safe-local-variable'.
8624
8625 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
8626
8627 * man.el (Man-mode-map): Restore the \r binding.
8628 (Man-abstract-xref-man-page): If Man-target-string is a function,
8629 call it.
8630 (Man-highlight-references): Use Man-default-man-entry to get the
8631 target. Deal with xrefs too.
8632 (Man-highlight-references0): Don't call the target function.
8633
8634 * woman.el (WoMan-xref-man-page): Strip the section number, woman
8635 cannot deal with it.
8636
8637 2006-04-04 Daiki Ueno <ueno@unixuser.org>
8638
8639 * pgg-gpg.el: Clean up process buffers every time gpg processes
8640 complete.
8641
8642 2006-04-04 Kenichi Handa <handa@m17n.org>
8643
8644 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
8645 here.
8646 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
8647 Temporarily bind inhibit-field-text-motion to t.
8648
8649 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * startup.el (normal-splash-screen): Only set mode-line-format in the
8652 splash buffer, so as not to interfere when debugging the code.
8653 Ignore errors when switching buffer.
8654
8655 2006-04-03 Romain Francoise <romain@orebokech.com>
8656
8657 * dired.el (dired-dnd-protocol-alist): Fix typo.
8658
8659 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
8660
8661 * savehist.el (savehist): Add :version.
8662 (savehist-ignored-variables): New variable.
8663 (savehist-minibuffer-hook): Don't save variables listed in
8664 `savehist-ignored-variables'.
8665
8666 * dired.el (dired-dnd-protocol-alist): Mention that change does
8667 only apply to new buffers in doc string.
8668
8669 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8670
8671 * recentf.el (recentf-open-files-item): Include newline in button
8672 field, so opening a file will work, when the point is at the end
8673 of the file name. Allow, for example, to [i]search a file by
8674 extension and just push RET to open it.
8675
8676 2006-04-03 Daiki Ueno <ueno@unixuser.org>
8677
8678 * pgg-gpg.el (pgg-gpg-process-filter)
8679 (pgg-gpg-wait-for-completion): Check if buffer is alive.
8680
8681 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
8682 lines, temporary fix.
8683
8684 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8685
8686 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
8687
8688 2006-04-02 Richard Stallman <rms@gnu.org>
8689
8690 * progmodes/compile.el (compilation-message-face): Make it defcustom.
8691
8692 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8693
8694 * ibuf-macs.el (define-ibuffer-column): Add a new key:
8695 header-mouse-map.
8696
8697 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
8698 (ibuffer-mode-header-map): New keymaps.
8699 (ibuffer-update-title-and-summary): Enable mouse face highlighting
8700 and keybindings for column headers.
8701 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
8702 property.
8703
8704 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
8705
8706 * speedbar.el (speedbar-after-create-hook): Doc fix.
8707
8708 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
8709
8710 * shell.el (shell-directory-tracker)
8711 (shell-dynamic-complete-command): Doc fixes.
8712
8713 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
8714
8715 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
8716 terminals.
8717
8718 2006-04-01 Kim F. Storm <storm@cua.dk>
8719
8720 * ido.el (ido-unc-hosts-cache): New defvar.
8721 (ido-unc-hosts): If value of defcustom is a function, call it to
8722 get list of UNC hosts. Add function-item choices to specify
8723 ido-unc-hosts-net-view or user function.
8724 (ido-ignore-unc-host-regexps): New defcustom.
8725 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
8726 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
8727 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
8728
8729 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8730
8731 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
8732 wwidth.
8733
8734 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
8735
8736 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
8737 (ido-max-work-file-list, ido-switch-buffer)
8738 (ido-read-file-name-as-directory-commands):
8739 Fix typos in docstrings.
8740
8741 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8742
8743 * term/mac-win.el (mac-system-coding-system): Define and use after
8744 Mac-specific coding systems are ready.
8745
8746 2006-03-27 Romain Francoise <romain@orebokech.com>
8747
8748 * net/rcirc.el (rcirc-connect): Add autoload cookie.
8749
8750 * ldefs-boot.el: Update.
8751
8752 2006-03-27 Daiki Ueno <ueno@unixuser.org>
8753
8754 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
8755 passphrases when it is not needed.
8756 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
8757 passphrase stuff from gpg, should only be necessary when you use
8758 gpg with a smartcard.
8759
8760 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
8761
8762 * comint.el (comint-dynamic-list-completions): Allow user to
8763 select *Completions* buffer.
8764
8765 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
8766
8767 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
8768
8769 2006-03-26 Andreas Schwab <schwab@suse.de>
8770
8771 * progmodes/gud.el (gdb): Only complain about multiple debugging
8772 when the gdb process is still running.
8773
8774 2006-03-25 Eli Zaretskii <eliz@gnu.org>
8775
8776 * mail/rmail.el (tool-bar-map): Defvar it.
8777 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
8778 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
8779
8780 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
8781
8782 * help.el (print-help-return-message): Suggest to use
8783 display-buffer instead of switch-to-buffer-other-window to restore
8784 the previous window without selecting it.
8785
8786 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8787
8788 * frame.el (select-frame-by-name): Call x-focus-frame also when
8789 window-system is mac.
8790
8791 * term/mac-win.el: Adjust Courier font specifications in
8792 x-fixed-font-alist.
8793 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
8794 when directly encoding to UTF-16 in native byte order, no BOM.
8795
8796 2006-03-25 Kim F. Storm <storm@cua.dk>
8797
8798 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
8799 (cua--init-keymaps): Use it instead of fixed C-return.
8800 (cua-mode): Set after it.
8801
8802 * emulation/cua-rect.el (cua--init-rectangles):
8803 Use cua-rectangle-mark-key instead of fixed C-return.
8804
8805 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
8806
8807 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
8808 "run" in .gdbinit.
8809 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
8810
8811 2006-03-24 Romain Francoise <romain@orebokech.com>
8812
8813 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
8814 `display-buffer-other-frame'.
8815
8816 2006-03-24 Kim F. Storm <storm@cua.dk>
8817
8818 * apropos.el (apropos-synonyms): Add selection => region.
8819
8820 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8821
8822 * progmodes/gdb-ui.el (gdb-var-create-regexp)
8823 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8824 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8825 (gdb-data-list-register-values-regexp)
8826 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
8827 Future proof against new fields being added to MI output.
8828 (gdb-send): Don't treat backslashes for program input as
8829 continuations.
8830 (gdb-assembler-handler): Don't use window-start for this handler.
8831 (gdb-frame-handler): Don't change to hollow arrow if overlay
8832 arrow doesn't move to new frame.
8833
8834 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
8835
8836 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
8837 prevent compiler warnings.
8838 (gdb-stopped): Check for gud-last-last-frame (case: signal).
8839 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
8840 (gdb-assembler-custom): Use hollow-right-triangle for assembler
8841 buffer too.
8842
8843 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
8844
8845 * pgg-gpg.el (pgg-gpg-update-agent): Check for
8846 make-network-process, so we can use the same code in Gnus v5-10
8847 too and have this file fully synchronized with that release.
8848
8849 2006-03-23 Romain Francoise <romain@orebokech.com>
8850
8851 * ibuf-ext.el (ibuffer-read-filter-group-name):
8852 Use `ibuffer-generate-filter-groups' to make completion list match
8853 the filter groups that are really displayed in the Ibuffer buffer.
8854 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
8855
8856 2006-03-23 Kenichi Handa <handa@m17n.org>
8857
8858 * international/mule-cmds.el (sort-coding-systems): Describe that
8859 the argument is modified in docstring.
8860
8861 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
8862
8863 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
8864 (pgg-gpg-update-agent): New function.
8865 (pgg-gpg-use-agent-p): New function.
8866 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
8867 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8868 (pgg-gpg-sign-region): Use it.
8869
8870 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
8871
8872 * cus-edit.el (custom-face-set): Call custom-push-theme before
8873 face-spec set so that `changed' theme is correctly saved.
8874 (custom-face-reset-standard): Reset to recalculated face rather
8875 than defface spec.
8876
8877 * custom.el (custom-push-theme): Only save `changed' theme if the
8878 current face does not match the defface specs.
8879
8880 2006-03-21 Simon Josefsson <jas@extundo.com>
8881
8882 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
8883 <wilde@sha-bang.de>.
8884 (pgg-gpg-use-agent): New variable.
8885 (pgg-gpg-process-region): Use it.
8886 (pgg-gpg-encrypt-region): Likewise.
8887 (pgg-gpg-encrypt-symmetric-region): Likewise.
8888 (pgg-gpg-decrypt-region): Likewise.
8889 (pgg-gpg-sign-region): Likewise.
8890 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
8891
8892 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
8893
8894 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
8895 bracket links.
8896
8897 2006-03-21 Kim F. Storm <storm@cua.dk>
8898
8899 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
8900 fringe-indicator-alist instead of modifying global value.
8901 (gdb-frame-handler): Likewise.
8902
8903 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * diff-mode.el (diff-function): Make it inherit from diff-header
8906 instead of diff-context.
8907
8908 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
8909 bitmap.
8910 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
8911 change names in macro above for consistency.
8912 (gdb-frame-handler): Use hollow-right-triangle for all selected
8913 frames which except the innermost (where execution has stopped).
8914 (gdb-reset): Reset buffer-local values of overlay-arrow.
8915
8916 2006-03-20 Richard Stallman <rms@gnu.org>
8917
8918 * simple.el (set-mark-command): Doc fix.
8919
8920 * files.el (display-buffer-other-frame): New command.
8921 (ctl-x-4-map): Bind C-x 5 C-o to it.
8922
8923 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
8926 rather than just defer-time, in case defer-time has been changed but
8927 the timer isn't running yet.
8928 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
8929
8930 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8931
8932 * help-mode.el (help-follow-symbol): New function.
8933 Essentially identical to the old `help-follow', but do not let
8934 `push-button' do the work when on an xref.
8935 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
8936
8937 2006-03-19 Richard Stallman <rms@gnu.org>
8938
8939 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
8940 preceded by the word `program'.
8941 (help-follow-mouse, help-follow): Throw error if not on xref.
8942 Delete no longer used args.
8943
8944 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
8945
8946 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
8947 annotation ensure gud-overlay-arrow-position is redisplayed.
8948
8949 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8950
8951 * textmodes/bibtex.el (bibtex-include-OPTkey)
8952 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
8953 (bibtex-autokey-name-case-convert)
8954 (bibtex-autokey-titleword-case-convert): Make these the aliases
8955 for the following two variables.
8956 (bibtex-autokey-name-case-convert-function)
8957 (bibtex-autokey-titleword-case-convert-function): Make these the
8958 real names.
8959 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
8960 bibtex-font-lock-crossref sublists.
8961 (bibtex-mode): Revert 2005-12-30 change (which made
8962 completion-ignore-case buffer-local).
8963 (bibtex-url): Simplify.
8964
8965 2006-03-19 Kim F. Storm <storm@cua.dk>
8966
8967 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
8968 cursor property value to 2 (to align with C level change).
8969
8970 2006-03-19 Bill Wohler <wohler@newt.com>
8971
8972 * image.el (image-load-path-for-library): Shorten first line in
8973 docstring.
8974
8975 2006-03-18 Richard Stallman <rms@gnu.org>
8976
8977 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
8978
8979 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
8980
8981 * isearch.el (isearch-other-meta-char): Handle user bindings for
8982 shifted control characters.
8983
8984 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
8985
8986 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
8987 part that matches email addresses, file names, etc.
8988
8989 2006-03-18 Eli Zaretskii <eliz@gnu.org>
8990
8991 * term/w32-win.el (mouse-set-font):
8992 Mention w32-list-proportional-fonts in the doc string.
8993
8994 2006-03-18 Kim F. Storm <storm@cua.dk>
8995
8996 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
8997 (ido-unc-hosts): New user option to explicitly define list of know
8998 UNC-style hosts for completion.
8999 (ido-cache-unc-host-shares-time): New user option.
9000 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
9001 New helper functions for UNC file-name support.
9002 (ido-may-cache-directory): Check for UNC host. Simplify.
9003 (ido-wash-history): Clean out old UNC hosts.
9004 (ido-nonreadable-directory-p): UNC hosts are always readable.
9005 (ido-directory-too-big-p): UNC hosts are never too big.
9006 (ido-set-current-directory): Handle UNC root path.
9007 (ido-file-name-all-completions): Complete UNC host names from
9008 ido-unc-hosts list. Cache UNC host shares.
9009 (ido-make-file-list-1): Don't filter UNC root.
9010 (ido-exhibit): Check for // in root directory, and switch to UNC
9011 mode by setting ido-current-directory to //.
9012
9013 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
9014
9015 * cus-edit.el (customize-changed-options): Mention explicit
9016 version number as default in prompt.
9017
9018 2006-03-17 Bill Wohler <wohler@newt.com>
9019
9020 * image.el (image-load-path-for-library): Minor docstring fix.
9021
9022 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
9023
9024 * textmodes/org.el (org-read-date): Include subgroup 5 into
9025 replacement text.
9026 (org-popup-calendar-for-date-prompt): Fix customization type.
9027
9028 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
9029
9030 * progmodes/gdb-ui.el (gud-watch): Provide completion.
9031 (gdb-continuation): New variable.
9032 (gdb-send): Deal with continuation lines.
9033
9034 * progmodes/gud.el (gud-gdb-complete-command)
9035 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
9036 expressions.
9037 (gud-tooltip-mode): Use buffer-local value.
9038
9039 2006-03-16 Kim F. Storm <storm@cua.dk>
9040
9041 * ido.el (ido-edit-input): Use selected match, if any.
9042
9043 2006-03-16 Bill Wohler <wohler@newt.com>
9044
9045 * image.el (image-load-path-for-library): Prefer user's images in
9046 image-load-path.
9047
9048 2006-03-16 Martin Rudalics <rudalics@gmx.at>
9049
9050 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
9051 when checking for attempt to drag leftmost or rightmost scrollbar.
9052
9053 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
9054
9055 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
9056 (gdb-force-mode-line-update): New function.
9057 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
9058 (gdb-exited): Use them.
9059 (gdb-signal): New function.
9060 (gdb-annotation-rules): Provide a rule for it.
9061
9062 2006-03-16 Kenichi Handa <handa@m17n.org>
9063
9064 * international/mule.el (auto-coding-regexp-alist): Add entries
9065 for Unicode BOM.
9066
9067 * sort.el (sort-build-lists): Temporarily bind
9068 inhibit-field-text-motion to t.
9069
9070 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
9071
9072 * locate.el (locate-command, locate-make-command-line)
9073 (locate-fcodes-file, locate-update-command)
9074 (locate-prompt-for-command, locate, locate-with-filter)
9075 (locate-get-file-positions): Doc fixes.
9076 (locate-buffer-name, locate-header-face): Remove leading `*' in
9077 defcustom.
9078 (locate-filter-output): Use `keep-lines' instead of its alias
9079 `delete-non-matching-lines'.
9080 (locate-get-filename, locate-get-dirname): Add introductory comment.
9081 (locate-find-directory-other-window): Give appropriate error
9082 message if used outside main listing.
9083
9084 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
9087 the new extend-region feature.
9088 (font-lock-after-change-function): Update correspondingly.
9089 * jit-lock.el (jit-lock-after-change): Update correspondingly.
9090 * progmodes/grep.el (font-lock-lines-before): Don't disable.
9091
9092 2006-03-15 Bill Wohler <wohler@newt.com>
9093
9094 * image.el (image-load-path-for-library): Fix example by not
9095 recommending that one binds image-load-path. Just defvar it to
9096 placate compiler and only use it if previously defined.
9097
9098 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
9099
9100 * textmodes/org.el (org-insert-centered): Use `string-width' to
9101 make underlining work for wide characters.
9102 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
9103 TAB to `org-cycle', to make sure that no binding in
9104 `outline-mode-map' can supercede it.
9105
9106 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
9107
9108 * allout.el: Increment version to 2.2.1 in file commentary.
9109
9110 (allout-version): Increment to 2.2.1.
9111
9112 (allout-default-layout): New customization variable, used when the
9113 file lacks a specific allout-layout. Uses allout-layout-type for
9114 recursively nested definition.
9115
9116 (allout-layout-type): Widget defining allout layouts, necessary for
9117 self-recursive definition.
9118
9119 (allout-mode): Incorporate allout-default-layout as fallback for
9120 allout-layout.
9121
9122 (allout-layout): Mark as 'safe-local-variable', and refer mention
9123 fallback to `allout-default-layout' in absence of a specified value.
9124 (allout-passphrase-verifier-string)
9125 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
9126
9127 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
9128
9129 (allout-get-encryption-passphrase-verifier): Use correct name of
9130 passphrase verifier in docstring.
9131
9132 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
9133
9134 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
9135 elements.
9136 (gdb-find-watch-expression): Make it work for arrays too.
9137 Follow change to gdb-var-list.
9138 (gud-watch): Allow the user to enter variable name with a prexix
9139 arg. Create keybindings.
9140 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9141 (gdb-var-list-children-handler, gdb-var-update-handler)
9142 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
9143 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
9144 Follow change to gdb-var-list.
9145 (gdb-starting): Don't show the overlay arrows when program is running.
9146
9147 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
9148 gdb-var-list.
9149
9150 2006-03-14 Bill Wohler <wohler@newt.com>
9151
9152 * image.el (image-load-path-for-library): Pass value of path
9153 rather than symbol. Always return list of directories.
9154 Guarantee that image directory comes first.
9155
9156 2006-03-14 Alan Mackenzie <acm@muc.de>
9157
9158 * font-core.el (font-lock-extend-region\(-function\)?.):
9159 New function/variable.
9160
9161 * font-lock.el (font-lock-after-change-function):
9162 Call font-lock-extend-region. Obey font-lock-lines-before.
9163 (font-lock-default-fontify-region): Remove reference to
9164 font-lock-lines-before.
9165
9166 * jit-lock.el (jit-lock-after-change):
9167 Call font-lock-extend-region. Obey font-lock-lines-before.
9168
9169 2006-03-14 David Ponce <david@dponce.com>
9170
9171 * tree-widget.el (tree-widget-themes-load-path)
9172 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9173
9174 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
9175
9176 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
9177 (rcirc-print): Mark the start of text at the end of the prompt.
9178 (rcirc-track-minor-mode): Add autoload cookie.
9179 (rcirc-update-activity-string): Add space to front of mode-line
9180 indicator.
9181
9182 2006-03-13 Miles Bader <miles@gnu.org>
9183
9184 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
9185 (rcirc-abbrev-nick): Remove function.
9186 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
9187
9188 2006-03-13 David Ponce <david@dponce.com>
9189
9190 * tree-widget.el: Handle themes across all occurrences of the main
9191 themes sub-directory found in tree-widget-themes-load-path.
9192 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
9193 (tree-widget--locate-sub-directory): Return all occurrences.
9194 (tree-widget-themes-path): New function.
9195 Replace tree-widget-themes-directory, and return a list of directories.
9196 (tree-widget-set-parent-theme)
9197 (tree-widget-lookup-image): Use it.
9198
9199 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
9200
9201 * textmodes/org.el (org-link-search): Avoid self-matching of
9202 links, allow target text to be distributed over several lines.
9203 (org-search-not-link): New function.
9204 (org-set-regexps-and-options, org-get-current-options):
9205 New startup options.
9206 (org-export-as-html): Take odd-level setting from local variable.
9207 (org-fontify-emphasized-text): New option.
9208 (org-set-font-lock-defaults): Include emphasized text.
9209 (org-follow-mhe-link): Allow folder-only links, fix folder name.
9210 (org-font-lock): Customize group renamed from `org-faces'.
9211
9212 2006-03-13 John Paul Wallington <jpw@pobox.com>
9213
9214 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
9215 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
9216
9217 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
9218
9219 * cus-start.el (all): Delete :version keyword for members of the
9220 fringe group, since the entire group is new in 22.1.
9221
9222 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
9223
9224 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
9225 map if value is hexadecimal (an address).
9226 (gud-watch): Only search roots for existing watch expressions.
9227 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
9228 prevent caching problems with speedbar-update-directory-contents.
9229
9230 2006-03-12 Juri Linkov <juri@jurta.org>
9231
9232 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
9233 before comparing with `low' and `warn'.
9234
9235 * info.el (Info-dir-remove-duplicates): Move point to the
9236 beginning of the current line after deleting the entries from
9237 redundant heading. Use marker for `limit' and compare it with
9238 point before calling `re-search-forward'.
9239
9240 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9241
9242 * simple.el (yank): Fix typo in docstring.
9243
9244 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
9245
9246 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
9247 messages, where "D" is the 6th character.
9248
9249 2006-03-11 Eli Zaretskii <eliz@gnu.org>
9250
9251 * simple.el (yank): Fix last change.
9252
9253 2006-03-11 David Ponce <david@dponce.com>
9254
9255 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
9256 merging elements from the standard ispell-dictionary-alist.
9257 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
9258 alist, and return the new alist.
9259
9260 2006-03-11 Richard Stallman <rms@gnu.org>
9261
9262 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
9263
9264 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
9265 the way it is implemented is too unclean.
9266
9267 * simple.el (kill-region, yank): Doc fix.
9268
9269 * battery.el (battery-echo-area-format): Doc fix.
9270 (battery-mode-line-format): Likewise.
9271 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
9272 (battery-linux-proc-acpi): Ignore batteries that say "charged".
9273
9274 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9275
9276 * progmodes/octave-mod.el (octave-indent-for-comment):
9277 Behave according to do string.
9278
9279 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
9280
9281 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
9282 Be visible only if major mode is Mail Mode.
9283
9284 * textmodes/flyspell.el (flyspell-external-point-words)
9285 (flyspell-process-localwords): Fix last changes.
9286
9287 2006-03-11 Eli Zaretskii <eliz@gnu.org>
9288
9289 * calendar/holidays.el (list-holidays): Doc fix.
9290
9291 * international/mule.el (auto-coding-alist): Add .odt
9292 (OpenOffice's open document) files.
9293
9294 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
9295 document) files. Mention in the doc string the need to sync with
9296 auto-coding-alist.
9297
9298 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
9299
9300 * files.el (hack-local-variables-confirm): Don't prompt for ! if
9301 enable-local-variables is set to always query, or there is no
9302 savable variable.
9303
9304 2006-03-10 Bill Wohler <wohler@newt.com>
9305
9306 * image.el (image-load-path-for-library): Merge at least three
9307 functions from Gnus and MH-E into this one function that can now
9308 be shared.
9309
9310 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
9311
9312 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
9313 gdb-remove-mouse-face and remove help-echo too.
9314 (gdb-enqueue-input): Correct conditional clause.
9315
9316 2006-03-10 Glenn Morris <rgm@gnu.org>
9317
9318 * calendar/calendar.el (calendar-holidays): Doc fix.
9319 * calendar/holidays.el (list-holidays): Doc fix.
9320
9321 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
9322
9323 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
9324 it gets called in gdb-prompt anyway.
9325 (gdb-use-separate-io-buffer): Only restore window arrangement for
9326 gdb-many-windows.
9327 (gdb-enqueue-input): Make it harder to send GDB input when program
9328 is running.
9329 (gdb-buffer-list): New variable.
9330 (gdb-remove-mouse-face): New function.
9331 (gdb-starting): Use it when GDB input won't get sent.
9332
9333 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
9334
9335 * help.el (view-lossage): Remove trailing whitespace before
9336 inserting "\n".
9337
9338 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * files.el (hack-local-variables-confirm):
9341 Set coding-system-for-read to nil before writing to .emacs.
9342
9343 * arc-mode.el (archive-extract): Check if an existing buffer name
9344 comes from a different archive.
9345
9346 * help.el (describe-key-briefly): If KEY is a down event, read and
9347 discard the up event.
9348
9349 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
9350
9351 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
9352 be edited and use font-lock-warning-face for any changes.
9353
9354 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
9355 (gdb-edit-value): Use it to report any errors.
9356
9357 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
9358
9359 * help.el (describe-key): Remove leftover test code.
9360
9361 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
9362
9363 * textmodes/org.el: Move defvars out of eval-when-compile.
9364 Use buffer-file-name variable.
9365 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
9366 arg `file'.
9367 (org-level-faces): Remove startup dependency.
9368 (org-cycle, org-map-tree, org-scan-tags)
9369 (org-remember-handler): Don't call `outline-level' directly.
9370 (org-mhe-search-all-folders): New option.
9371 (org-mhe-get-message-folder-from-index)
9372 (org-mhe-get-message-folder): Fix indexing search.
9373 (org-format-agenda-item): Handle nil TAGS argument.
9374 (org-cleaned-string-for-export, org-activate-target-links)
9375 (org-make-target-link-regexp): Deal with empty radio target list.
9376 (org-tag): New face.
9377 (org-get-level-face): New function.
9378 (org-set-font-lock-defaults): Simplify setup for headlines.
9379 (org-complete): Pass common substring to `display-completion-list'.
9380
9381 2006-03-06 David Ponce <david@dponce.com>
9382
9383 * tree-widget.el: Update Commentary header.
9384 (tree-widget-theme-name): Ignore parent themes.
9385 (tree-widget-set-parent-theme): New function.
9386 (tree-widget-set-theme): Use it.
9387 (tree-widget-set-image-properties): Move definition. Does nothing
9388 if image properties have already been set.
9389 (tree-widget-image-properties): Move definition. Receive an image
9390 name. Set the :pointer property.
9391 (tree-widget-lookup-image): Doc fix. Search in parent themes.
9392 Don't set the :pointer image property.
9393 (tree-widget-convert-widget): New function. Handle :dynargs
9394 compatibility here.
9395 (tree-widget): Use it to :convert-widget. Add the :expander-p
9396 predicate to control when the :expander function is entered.
9397 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
9398 (tree-widget-value-create): Handle :expander-p. widget-apply
9399 :expander.
9400 (tree-widget-expander-p): New function. Default value of the
9401 :expander-p property.
9402
9403 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
9404
9405 * help.el (describe-key): Properly handle the return value of
9406 read-key-sequence when grabbing an up-event. Cleanup mouse-1
9407 remaps. Handle string and vector `follow-link' values.
9408
9409 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * complete.el (PC-expand-many-files): Try be more careful when parsing
9412 the shell's output.
9413
9414 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * outline.el (hide-sublevels): Provide better interactive default.
9417
9418 2006-03-06 Kenichi Handa <handa@m17n.org>
9419
9420 * international/fontset.el (create-fontset-from-fontset-spec):
9421 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
9422
9423 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
9424
9425 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
9426 backslashes instead of one in regexp.
9427 (gud-tooltip-dereference): Add missing optional argument.
9428
9429 2006-03-04 John Paul Wallington <jpw@pobox.com>
9430
9431 * wdired.el (toplevel): Require `cl' at compile-time.
9432
9433 2006-03-04 Andreas Schwab <schwab@suse.de>
9434
9435 * server.el (server-process-filter): Handle errors during
9436 evaluation of the argument.
9437
9438 2006-03-03 John Paul Wallington <jpw@pobox.com>
9439
9440 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
9441 escape parentheses at beginning of line.
9442 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
9443 (t-mouse-mode): Remove period from end of error message.
9444
9445 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
9446
9447 * textmodes/flyspell.el (flyspell-process-localwords):
9448 Be case-sensitive.
9449
9450 2006-03-03 Martin Rudalics <rudalics@gmx.at>
9451
9452 * cus-edit.el (custom-quote): Remove function, since it has been
9453 moved to custom.el.
9454
9455 * font-lock.el (lisp-font-lock-keywords-2)
9456 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
9457 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
9458 they have no special meaning.
9459
9460 * midnight.el (clean-buffer-list): Handle case where base-buffer of
9461 indirect buffer gets killed before indirect buffer. Use dolist.
9462
9463 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
9464
9465 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
9466 value instead of a literal constant (1) on more pauses.
9467
9468 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9469
9470 * textmodes/flyspell.el (flyspell-external-point-words):
9471 Be case-sensitive.
9472
9473 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
9474
9475 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
9476 with "www".
9477
9478 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
9479
9480 * allout.el: Restablish intermediate missing comment header to
9481 preserve outline structure.
9482 (allout-beginning-of-current-entry): Skip invisible text.
9483 (allout-open-topic): Fix opening a topic at end-of-buffer.
9484 (allout-minor-mode): Move nearer to allout-mode function.
9485
9486 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
9487
9488 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
9489
9490 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
9491
9492 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
9493 is nil.
9494
9495 * progmodes/gud.el (gud-speedbar-menu-items):
9496 Use buffer-local-value and add missing :visible keyword.
9497
9498 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
9499
9500 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
9501
9502 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
9503 must be `follow-link'.
9504
9505 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
9506
9507 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
9508 formatting: No nested anchors.
9509 (org-all-targets): Fix bug with XEmacs compatibility.
9510 (org-read-date): Add (require 'parse-time).
9511 (org-set-tags): Fix bug with extra inserted space.
9512 (org-export-html-style): Define a style class for targets.
9513 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
9514 (org-hide-leading-stars): New option.
9515 (org-hide): New face.
9516 (org-set-font-lock-defaults): Allow to hide leading stars.
9517 (org-get-legal-level, org-tr-level): New functions.
9518 (org-odd-levels-only): New option.
9519 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
9520 (org-demote, org-promote): Deal with double-star levels.
9521 (org-convert-to-odd-levels): New command.
9522
9523 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
9524
9525 * speedbar.el (speedbar-update-localized-contents): Try to
9526 preserve window-start.
9527 (speedbar-update-directory-contents): Try to preserve window-start
9528 and window-point.
9529 (speedbar-update-special-contents): Don't move back to start of window.
9530
9531 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
9532 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
9533 speedbar-timer-fn.
9534 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
9535 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
9536 instead of gdb-speedbar-timer-fn.
9537
9538 2006-02-28 Jay Belanger <belanger@truman.edu>
9539
9540 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
9541 (math-compose-expr): Use latex option when calling
9542 `math-compose-tex-matrix' for latex mode.
9543
9544 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
9545
9546 * speedbar.el: Re-instate comments about developing for speedbar
9547 [this is what info and gdb-ui use even if better methods exist now].
9548
9549 * t-mouse.el: New file.
9550 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
9551 (t-mouse-lispy-buffer-posn-from-coords): Remove.
9552 (t-mouse-make-event-element): Use posn-at-x-y instead.
9553 (t-mouse-make-event): Deal with Fedora Core 3.
9554 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
9555 (t-mouse-mouse-position-function): New function. Use it instead
9556 of advising mouse-position.
9557 (t-mouse-mode): New minor mode.
9558 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
9559
9560 2006-02-27 Glenn Morris <rgm@gnu.org>
9561
9562 * calendar/calendar.el (calendar-holidays): Doc fix.
9563
9564 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
9565
9566 * progmodes/gdb-ui.el (gdb-source-window): New variable.
9567 Re-introduce the concept of a source window.
9568 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
9569 consistency with get-buffer-create.
9570 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9571 (gdb-data-list-register-values-handler)
9572 (gdb-stack-list-locals-handler): Try to preserve window-start as
9573 well as window-point.
9574 (gdb-display-source-buffer): New function (old concept).
9575 (gdb-goto-breakpoint): Use it.
9576
9577 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
9578 for gdb-ui/gdb-mi (old concept).
9579
9580 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
9581
9582 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
9583 binding.
9584
9585 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
9586
9587 * textmodes/reftex-sel.el (reftex-select-label-map)
9588 (reftex-select-bib-map): Add `follow-mouse' binding.
9589
9590 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
9591
9592 * jka-cmpr-hook.el (jka-compr-compression-info-list)
9593 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
9594 Give :set functions to provide automatic updating.
9595 Update docstring. Give compiler defvars early in the file
9596 and move the defcustoms to a later spot where all called functions
9597 are defined.
9598 (jka-compr-file-name-handler-entry): Doc fix.
9599 (jka-compr-compression-info-list--internal)
9600 (jka-compr-mode-alist-additions--internal)
9601 (jka-compr-load-suffixes--internal): New variables.
9602 (jka-compr-install): Set the three above variables.
9603 Update `load-file-rep-suffixes' instead of `load-suffixes'.
9604 (jka-compr-update, jka-compr-set): New functions.
9605 (auto-compression-mode): Doc fix.
9606
9607 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
9608 Update `load-file-rep-suffixes' instead of `load-suffixes'.
9609 Use jka-compr-compression-info-list--internal,
9610 jka-compr-mode-alist-additions--internal and
9611 jka-compr-load-suffixes--internal.
9612
9613 * files.el (load-library):
9614 * loadhist.el (file-loadhist-lookup):
9615 * startup.el (command-line):
9616 * subr.el (locate-library):
9617 * emacs-lisp/autoload.el (update-directory-autoloads):
9618 * emacs-lisp/find-func.el (find-library-suffixes):
9619 Use `get-load-suffixes' instead of `load-suffixes'.
9620
9621 * subr.el (locate-library):
9622 * emacs-lisp/find-func.el (find-library-name):
9623 Use `load-file-rep-suffixes' instead of '("").
9624
9625 2006-02-26 Kim F. Storm <storm@cua.dk>
9626
9627 * ido.el (ido-save-history, ido-load-history): Simplify.
9628 Don't use find-file-noselect to avoid interference from other modes.
9629
9630 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
9631
9632 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
9633 to use the default shell if filename is not available.
9634 Reported by Giorgos Keramidas.
9635
9636 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
9637
9638 * progmodes/etags.el (tags-completion-table): Do completion from
9639 all the tables in the current list, as documented in the manual.
9640
9641 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9642
9643 * CC Mode Update to 5.31.3.
9644
9645 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9646
9647 * progmodes/cc-mode.el (c-postprocess-file-styles):
9648 Bind inhibit-read-only to t, around the call to
9649 c-remove-any-local-eval-or-mode-variables, so that it works on a
9650 RO file.
9651
9652 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9653
9654 * progmodes/cc-awk.el: Correct a typo.
9655
9656 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9657
9658 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
9659 c-hungry-delete-backwards, at the request of RMS. Leave the old
9660 name as an alias.
9661
9662 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9663
9664 * progmodes/cc-mode.el: Correct a typo.
9665
9666 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9667
9668 * progmodes/cc-defs.el: Update the version number to 5.31.3.
9669
9670 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9671
9672 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
9673 brace-else-brace (error due to mbeg, mend being undefined).
9674
9675 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9676
9677 * progmodes/cc-mode.el: File Local variables: Solve the problem
9678 where both `mode' and c-file-offsets are specified: `mode' will
9679 overwrite c-f-o's settings:
9680 (c-remove-any-local-eval-or-mode-variables): New function.
9681 (c-postprocess-file-styles): Call the above new function, within
9682 c-tentative-buffer-change, to splat `mode' and `eval' before the
9683 second hack-local-variables.
9684
9685 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9686
9687 * progmodes/cc-mode.el:
9688 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
9689 (c-after-change): Protect the match data with save-match-data.
9690 It was getting corrupted by c-after-change-check-<>-operators.
9691
9692 * cc-defs.el: [Supersedes patch V1.38]:
9693 (top level): Check for a buggy font-lock-compile-keywords ONLY in
9694 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
9695
9696 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
9697 with save-match-data. It was being corrupted when Font Lock was
9698 not enabled.
9699
9700 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
9701
9702 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
9703 Mode and Subword Mode.
9704
9705 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
9706 real labels ("case 1:" or "foo:") from non-labels ("public:").
9707 (c-forward-objc-directive): Replace c-forward-token-2 with crude
9708 coding; c-f-t-2 doesn't move over a token at EOB.
9709
9710 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
9711
9712 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
9713 (c-update-modeline): Concatenate the minor mode indicators
9714 directly onto mode-name, removing c-submode-indicators.
9715 Sometimes, c-s-i got separated from the mode name on the mode line.
9716
9717 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
9718 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
9719
9720 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9721
9722 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
9723 error message when there's an evaluation error to show whether
9724 it's loaded from source or not.
9725 (c-filter-ops): Make it available at runtime too to work when
9726 `c-make-init-lang-vars-fun' needs to evaluate from source.
9727
9728 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
9729
9730 * help.el (help): Revert last part of 2006-02-23 change (deletion
9731 of the `provide' call).
9732
9733 2006-02-23 Juri Linkov <juri@jurta.org>
9734
9735 * compare-w.el (compare-windows-highlight): Add new value
9736 `persistent' and change :type from `boolean' to `choice'.
9737 (compare-windows-overlays1, compare-windows-overlays2):
9738 New internal variables.
9739 (compare-windows-highlight): If compare-windows-highlight is
9740 `persistent', add current overlays to compare-windows-overlays[12]
9741 instead of adding compare-windows-dehighlight to pre-command-hook.
9742 (compare-windows-dehighlight): Delete all overlays from
9743 compare-windows-overlays[12].
9744
9745 * info.el (Info-search): Don't bind search-spaces-regexp to
9746 Info-search-whitespace-regexp in non-regexp isearch mode.
9747
9748 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
9751
9752 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
9753
9754 * textmodes/org.el (org-xemacs-p)
9755 (org-export-html-show-new-buffer, org-table-may-need-update)
9756 (org-insert-item, org-mhe-get-message-real-folder)
9757 (org-mhe-get-message-folder-from-index)
9758 (org-mhe-get-message-folder, org-mhe-get-message-num)
9759 (org-mhe-get-header, org-make-org-heading-search-string)
9760 (org-make-org-heading-camel, org-table-sort-lines)
9761 (org-format-org-table-html, org-format-table-table-html):
9762 Fix typos in docstrings.
9763
9764 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
9765
9766 * textmodes/org.el (org-cleaned-string-for-export)
9767 (org-solidify-link-text): New function.
9768 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
9769 XEmacs, just to silence the compiler.
9770 (org-export-as-ascii, org-export-as-html-and-open):
9771 Use `org-cleaned-string-for-export' and create internal links.
9772 (org-follow-mhe-link): Require mh-e, use folder.
9773
9774 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9775
9776 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
9777
9778 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
9779 gdb-debug-log-length.
9780 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
9781 it a real ring but...
9782 (gud-gdba-marker-filter): ...make it work like mark-ring.
9783 (gdb-enable-debug): Rename from gdb-enable-debug-log.
9784 (gdb-mouse-jump): New function. Add bindings.
9785
9786 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
9787
9788 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
9789 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
9790 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
9791 (gdb-debug-log-length): Customize it's length.
9792 (gud-watch, gdb-var-create-handler): Display function::var format
9793 but don't use to create variable object.
9794 (gdb-var-create-handler): Use message-box in place of message.
9795 (gdb-stopped): Call gdb-exited if signalled.
9796
9797 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
9798
9799 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
9800
9801 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
9802
9803 * textmodes/reftex.el (reftex-locate-file): Search all extensions
9804 if `reftex-try-all-extensions' is set.
9805
9806 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
9807 fail silently when there is no valid argument at point.
9808 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
9809 `fail-silently' argument. From a patch by David Reiter.
9810
9811 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
9812 New commands.
9813 (org-mark-ring): New variable.
9814 (org-mark-ring-length): New option.
9815 (org-open-at-point, org-goto, org-open-file): Push old position
9816 onto the mark ring.
9817 (org-add-hook): New function.
9818 (org-export-table-remove-special-lines): New option.
9819 (org-skip-comments, org-format-org-table-html): Respect new
9820 option `org-export-table-remove-special-lines'.
9821 (org-open-file): Allow special command configuration for
9822 directory link.
9823 (org-file-apps): Fix bugs in customize type, added setting
9824 for directories.
9825 (org-activate-tags, org-format-agenda-item, org-complete)
9826 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9827 (org-get-tags, org-get-buffer-tags, org-open-at-point)
9828 (org-link-search, org-make-org-heading-search-string)
9829 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9830 (org-radio-targets, org-file-link-context-use-camel-case)
9831 (org-activate-camels): New options.
9832 (org-update-radio-target-regexp, org-all-targets)
9833 (org-make-target-link-regexp, org-activate-target-links):
9834 New functions.
9835 (org-make-org-heading-search-string): New function.
9836 (org-store-link, org-insert-link): Use new option
9837 `org-file-link-context-use-camel-case'.
9838 (org-activate-camels): Use new option `org-activate-camels'.
9839 (org-link-regexp): Add mhe prefix.
9840 (org-open-at-point, org-store-link): Support for mhe links.
9841 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
9842 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
9843 (org-mhe-get-header, org-follow-mhe-link): New functions.
9844 (org-remove-angle-brackets, org-add-angle-brackets):
9845 New functions.
9846 (org-bracket-link-regexp): New constant.
9847 (org-read-date): Fix bug that was rejecting all typed dates.
9848 (org-link-search): Make hierarchy above visible after a match.
9849 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9850 (org-store-link): Fix bug with link creation when cursor is in
9851 an empty line.
9852 (org-open-at-point): Fix bug with matching a link.
9853 Fixed buggy argument sequence in call to `org-view-tags'.
9854 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9855 (org-prefix-has-tag): New variable.
9856 (org-format-agenda-item): Remove tags from headline
9857 if appropriate.
9858 (org-agenda-remove-tags-when-in-prefix): New option.
9859
9860 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
9861
9862 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
9863 Fix the regular expressions.
9864
9865 2006-02-21 Richard M. Stallman <rms@gnu.org>
9866
9867 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
9868 if there's no other specific basis.
9869
9870 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
9871 as variables at all.
9872 (unsafep-variable): Rename arg; doc fix.
9873
9874 * abbrevlist.el (list-one-abbrev-table): Add autoload.
9875
9876 * calendar/appt.el (diary-selective-display): Add defvar.
9877
9878 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
9879
9880 * isearch.el (search-whitespace-regexp): Fix custom type.
9881
9882 * help.el (describe-key-briefly): Compute interactive args
9883 in same was as before previous change.
9884
9885 * files.el (enable-local-variables): Doc fix.
9886
9887 2006-02-21 Kim F. Storm <storm@cua.dk>
9888
9889 * fringe.el: Cleanup as file is now pre-loaded.
9890 (fringe-bitmaps): Initialize unconditionally.
9891 (fringe-mode, set-fringe-style): Remove autoload cookies.
9892
9893 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9894
9895 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
9896 `horizontal-bar'.
9897 (fringe-cursor-alist): Use `horizontal-bar'.
9898
9899 2006-02-20 Kim F. Storm <storm@cua.dk>
9900
9901 * fringe.el (fringe-bitmaps): Update to new bitmap names.
9902 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
9903
9904 * loadup.el: Load "fringe" on window systems.
9905
9906 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9907
9908 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
9909 out of scope components.
9910
9911 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
9912 default.
9913
9914 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
9915
9916 * custom.el (customize-mark-to-save, customize-mark-as-set):
9917 Load the symbol first.
9918
9919 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9920
9921 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
9922 strech spec so it doesn't display as "^J" on the header line
9923 when `Buffer-menu-use-header-line' is t.
9924
9925 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
9926
9927 * speedbar.el (speedbar-make-button): Keep text properties
9928 of string arguments if desired.
9929
9930 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
9931 expessions.
9932
9933 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
9934 of speedbar.
9935
9936 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
9937
9938 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
9939 to value of `read-file-name-completion-ignore-case'.
9940
9941 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
9942
9943 * custom.el (customize-mark-as-set): Push to `user' theme.
9944
9945 * cus-edit.el (custom-save-variables): Allow unthemed values.
9946 (customize-set-variable): Push setting to `user' theme.
9947
9948 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
9949
9950 * progmodes/gud.el: Don't require font-lock as it's now
9951 automatically loaded.
9952 (gud-speedbar-buttons): Replace gdb-var-changed with
9953 gdb-force-update.
9954
9955 * progmodes/gdb-ui.el (gdb-force-update): Rename from
9956 gdb-var-changed.
9957 (gdb-post-prompt): Use it.
9958 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
9959 (gdb-var-update-handler, gdb-var-delete)
9960 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
9961 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
9962 gdb-force-update in gdb-post-prompt.
9963 (gdb-reset): Clear watch expressions from speedbar when quitting.
9964
9965 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9966
9967 * viper-cmd.el (viper-insert-state-post-command-sentinel)
9968 (viper-change-state-to-vi, viper-change-state-to-emacs):
9969 Make aware of cursor coloring in the Emacs state.
9970 (viper-special-read-and-insert-char): Use read-char-exclusive.
9971 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
9972
9973 * viper-init.el (viper-emacs-state-cursor-color): New variable.
9974
9975 * viper-util.el (viper-save-cursor-color)
9976 (viper-get-saved-cursor-color-in-replace-mode)
9977 (viper-get-saved-cursor-color-in-insert-mode)
9978 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
9979 state.
9980 (viper-get-saved-cursor-color-in-emacs-mode): New function.
9981
9982 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
9983 (ediff-ignore-case-option3, ediff-actual-diff-options)
9984 (ediff-actual-diff3-options): New variables to control case sensitivity.
9985 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
9986 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
9987 (ediff-toggle-ignore-case): New function.
9988 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
9989
9990 * ediff-help.el (ediff-long-help-message-narrow2)
9991 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
9992 (ediff-long-help-message-word-mode): Add ignore-case command.
9993 (ediff-help-for-quick-help): Add ignore-case command.
9994
9995 * ediff-merg.el: Move provide to the end.
9996
9997 * ediff-ptch.el: Move provide to the end.
9998
9999 * ediff-wind.el: Move provide to the end.
10000
10001 * ediff-mult.el: Move provide to the end.
10002 (ediff-set-meta-overlay): Enable follow-link.
10003
10004 * ediff.el: Move provide to the end.
10005 Break recursive load cycle in eval-when-compile.
10006 (ediff-patch-buffer): Better heuristics.
10007
10008 * ediff-util.el: Move provide to the end.
10009 Break recursive load cycle in eval-when-compile.
10010 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
10011 defuns.
10012 (ediff-submit-report): Pass the values of ediff-diff3-program,
10013 ediff-diff3-options.
10014
10015 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
10016
10017 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
10018 the opening bracket of the following bracketing pairs: {}, [], (), <>,
10019 `' (for example, in the docstring of `windmove-default-keybindings').
10020
10021 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
10022
10023 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
10024 shadow face. Don't provide binding to edit variable when it is
10025 out of scope.
10026
10027 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10028 (gdb-var-update-handler): Detect out of scope variables with pre
10029 GDB 6.4 too.
10030 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
10031 Reset status of variable objects to nil in update handlers.
10032 (gdb-var-update-handler-1): Detect when a variable object comes
10033 in scope. setcar on var changes gdb-var-list directly.
10034
10035 2006-02-17 Juri Linkov <juri@jurta.org>
10036
10037 * ffap.el (ffap) <defface>: Add explicit face declaration.
10038 (ffap-highlight): Use face `ffap' directly instead of checking
10039 for its existence.
10040
10041 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
10042 `visible-ok' of `other-buffer' to find the right original buffer.
10043
10044 * info.el (Info-search): Skip `Local Variables' node.
10045
10046 2006-02-17 Juri Linkov <juri@jurta.org>
10047
10048 * info.el (Info-find-file): Check for symbols `apropos', `history',
10049 `toc' in the input filename, and return these symbols as is.
10050 (Info-find-node-2): Set Info-current-file to symbols `apropos',
10051 `history', `toc' instead of strings.
10052 (Info-set-mode-line): For non-string Info-current-file use the
10053 symbol's name inside **.
10054 (Info-isearch-push-state): Add quote before Info-current-file and
10055 Info-current-node.
10056 (Info-isearch-pop-state): Use `equal' instead of `string='.
10057 (Info-extract-pointer, Info-following-node-name): Use
10058 `match-string-no-properties' instead of `match-string'.
10059 (Info-up): Check `old-file' for `stringp'.
10060 (Info-history): Use `equal' instead of `string-equal'.
10061 Check `file' for `stringp'.
10062 (Info-history): Use symbol `history' instead of string as first arg
10063 of `Info-find-node'.
10064 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
10065 `toc' instead of string.
10066 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
10067 instead of `buffer-substring', and `match-string-no-properties'
10068 instead of `match-string'.
10069 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
10070 instead of strings.
10071 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
10072 Use symbol `apropos' instead of string.
10073 (Info-copy-current-node-name): Check `Info-current-file' for
10074 `stringp' and construct a command with `Info-find-node' from it.
10075 (Info-fontify-node): Use `match-string-no-properties' instead of
10076 `match-string' and check file names for `stringp'.
10077 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
10078 `history', `toc' instead of strings.
10079
10080 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
10081
10082 * files.el: Rearrange functions and variables in the file local
10083 variables section.
10084
10085 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
10086
10087 * files.el: Add truncate-lines, ispell-check-comments and
10088 ispell-local-dictionary as safe local variables.
10089
10090 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
10091
10092 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
10093 out of scope variables.
10094 (gud-speedbar-buttons): Use unless.
10095
10096 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
10097 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
10098 (gdb-show-changed-values): Also use for out of scope variables.
10099 (gdb-var-update-handler-1): Note if variable goes out of scope.
10100
10101 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
10102
10103 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
10104 default to global variable values for unsupplied args.
10105 (rcirc-get-buffer-create): Fix bug with setting the target.
10106 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
10107 test for rcirc-always-use-server-buffer-flag here.
10108 (rcirc-response-formats): Add %N, which is a facified nick. %n
10109 uses the default face. Change the ACTION format string. If the
10110 "nick" is the server, don't print anything for that field.
10111 Comment fixes.
10112 (rcirc-target-buffer): Don't test
10113 rcirc-always-use-server-buffer-flag here.
10114 (rcirc-print): Squeeze extra spaces out of the text before message.
10115 (rcirc-put-nick-channel): Strip potential "@" char from nick
10116 before adding them to nick table.
10117 (rcirc-url-regexp): Improve to match address like "foo.com".
10118
10119 2006-02-17 Eli Zaretskii <eliz@gnu.org>
10120
10121 * allout.el (allout-hidden-p): Move this defsubst before
10122 allout-overlay-interior-modification-handler, where it is first
10123 used.
10124
10125 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
10126
10127 * allout.el: Use allout invisible-text overlays instead of
10128 selective display for concealed text. Also, lots of general
10129 cleanup, and improved compatibility code.
10130
10131 (allout-version) Incremented, corrected, revised, and refined
10132 module commentary.
10133
10134 (provide 'allout): Moved to the bottom, added a require of overlay.
10135
10136 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
10137 `except-current'.
10138 (allout-write-file-hook-handler): Minimize delay.
10139 (count-trailing-whitespace-region): New function so
10140 auto-encryption of current topic can resituate cursor exactly.
10141 PGP/GPG encryption trims trailing whitespace from lines, which
10142 must be accounted for across encryption then decryption.
10143
10144 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
10145 just plain "\C-c", to avoid intruding on user's keybinding space.
10146
10147 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
10148 parameter, so user request to provide a new password is done.
10149
10150 (allout-outside-normal-auto-fill-function, allout-auto-fill):
10151 Refined mechanism for auto-filling behavior while in allout mode.
10152
10153 (allout-mode): Explicitly specify the mode map in the docstring.
10154 Clarify provision for various write-file hook var names.
10155 Adjusted for invisible-text overlays instead of selective-display.
10156
10157 (allout-depth): Really return 0 if not within any topic. This
10158 rectifies `allout-beginning-of-level' and sequence numbering
10159 errors that occur when cutting and pasting numbered topics.
10160 Changed from a in-line subst to a regular function, as well.
10161
10162 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
10163
10164 (allout-end-of-subtree, allout-end-of-subtree)
10165 (allout-end-of-entry, allout-end-of-current-heading)
10166 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
10167 (allout-show-children, allout-show-to-offshoot)
10168 (allout-hide-current-entry, allout-show-current-entry): Rectified
10169 handling of trailing blank lines between items.
10170
10171 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
10172 (allout-current-depth, allout-unprotected, allout-hidden-p)
10173 (allout-on-current-heading-p, allout-listify-exposed)
10174 (allout-chart-subtree, allout-goto-prefix)
10175 (allout-back-to-current-heading, allout-get-body-text)
10176 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
10177 (allout-hide-region-body, allout-toggle-subtree-encryption)
10178 (allout-encrypt-string, allout-encrypted-key-info)
10179 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
10180 (allout-file-vars-section-data): Adjusted for use with
10181 invisible-text overlays instead of selective-display.
10182
10183 (allout-kill-line, allout-kill-topic, allout-yank-processing):
10184 Reworked for use with invisible text overlays.
10185
10186 (allout-current-topic-collapsed-p): New function.
10187
10188 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
10189 to know when to close the containing topic.
10190
10191 (allout-pre-command-business, allout-post-command-business):
10192 Simplify undo-batching and dynamic isearch exposure.
10193
10194 (allout-set-overlay-category): New for invisible-text overlays.
10195 Sets properties of allout-overlay-category, used by
10196 allout-flag-region to set invisible-text overlay properties.
10197 (allout-get-invisibility-overlay): Get the first qualifying
10198 invisibility overlay, so we can find the extent of it.
10199 (allout-back-to-visible-text): Get to just before the beginnining
10200 of the current invisibility overlay, if any.
10201
10202 (allout-overlay-insert-in-front-handler)
10203 (allout-overlay-interior-modification-handler)
10204 (allout-before-change-handler, allout-isearch-end-handler): New
10205 functions to handle extraordinary actions affecting concealed
10206 text.
10207
10208 (allout-flag-region): Use overlays instead of selective-display
10209 for invisible text - by inheritence from the properties of
10210 allout-overlay-category in mainline Emacs, and applied
10211 property-by-property in XEmacs, some recent versions of which
10212 don't inherit the properties from the category. Provisions to
10213 respond to concealed-text edits simplified drastically.
10214
10215 (allout-isearch-rectification, allout-isearch-was-font-lock)
10216 (allout-isearch-expose, allout-enwrap-isearch)
10217 (allout-isearch-abort, allout-pre-was-isearching)
10218 (allout-isearch-prior-pos, allout-isearch-did-quit)
10219 (allout-isearch-dynamic-expose)
10220 (allout-hide-current-entry-completely): Functions deleted.
10221
10222 (allout-undo-aggregation): Explicit undo aggregation no longer
10223 necessary due to transition away from selective-display.
10224
10225 (set-allout-regexp, allout-up-current-level)
10226 (allout-next-visible-heading, allout-forward-current-level)
10227 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
10228 (allout-kill-line, allout-yank-processing, allout-show-children)
10229 (allout-expose-topic, allout-old-expose-topic)
10230 (allout-listify-exposed, allout-insert-latex-header)
10231 (allout-toggle-subtree-encryption, allout-encrypt-string)
10232 (remove-from-invisibility-spec, allout-hide-current-subtree):
10233 Ditched unused variables.
10234
10235 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
10236
10237 * textmodes/ispell.el (ispell-change-dictionary): Call
10238 ispell-buffer-local-dict instead of
10239 ispell-accept-buffer-local-defs.
10240 (ispell-local-dictionary-alist): Accept as valid any coding-system
10241 supported by Emacs.
10242 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
10243 changed to iso-8859-3.
10244
10245 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
10246
10247 * speedbar.el (speedbar-frame-width): Make an inline function
10248 instead of a macro. Use frame-width.
10249 (speedbar-try-completion, speedbar-update-contents)
10250 (speedbar-timer-fn): Use consp.
10251 (speedbar-update-localized-contents): Try to preserve point.
10252
10253 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
10254 (menu): Re-order menu items.
10255 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
10256 field.
10257 (gdb-var-update-handler-1): Use it for GDB 6.4+.
10258 (gdb-post-prompt): Speed things by not forcing update.
10259
10260 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
10261
10262 * wid-edit.el (widget-button-click): For mouse-1, cancel button
10263 press and perform default action if we get a mouse movement event.
10264
10265 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
10266
10267 * calendar/icalendar.el (icalendar--get-event-property)
10268 (icalendar--get-event-property-attributes): Fix typos in
10269 docstrings.
10270
10271 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
10272 docstring.
10273
10274 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
10275
10276 * bs.el (bs-mode): Use `buffer-disable-undo'.
10277 (bs--get-file-name): Simplify.
10278 (bs-show-in-buffer): Mark the buffer as not modified.
10279
10280 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10281
10282 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
10283 widget-button-click.
10284
10285 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
10286 (custom-mode): Update docstring.
10287
10288 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
10289 binding.
10290
10291 * files.el (hack-local-variables-confirm): Allow scrolling if the
10292 file variable list is too long. Kill temp buffer after use.
10293
10294 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
10295
10296 * progmodes/gud.el (gdb): Improve doc string.
10297 (gdb-script-font-lock-keywords): Expand allowed character set.
10298
10299 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
10300 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
10301 (gdb-separate-io-interrupt, gdb-separate-io-quit)
10302 (gdb-separate-io-stop, gdb-separate-io-eof):
10303 Rename from gdb-inferior-* to gdb-separate-*.
10304 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
10305
10306 2006-02-14 Jay Belanger <belanger@truman.edu>
10307
10308 * calc/calc-arith.el (math-check-known-scalarp): Make sure
10309 expression is a symbol before checking that it is bound.
10310
10311 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
10312 test to see if equation can be solved.
10313
10314 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * wid-edit.el (widget-button-click): Use :pressed-face property
10317 for overlay face, if it exists.
10318
10319 * cus-edit.el (custom-manual, custom-add-see-also)
10320 (custom-add-parent-links, custom-group-link): Add :pressed-face
10321 property to links.
10322
10323 * files.el (hack-local-variables): Remove ignored variables before
10324 checking if any variables need setting.
10325
10326 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10327
10328 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
10329
10330 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
10331
10332 * help.el (where-is): Fix message for remapped commands.
10333
10334 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
10335 Fix typos in docstrings.
10336
10337 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
10338
10339 * files.el (safe-local-variable-values): New option.
10340 (hack-local-variables-prop-line): Return a list of variable-value
10341 pairs if MODE-ONLY is non-nil.
10342 (hack-local-variables): Construct list of variable-value pairs,
10343 and apply or reject them in one go. Ask for confirmation if
10344 variables are not known safe.
10345 (hack-local-variables-confirm): Complete rewrite. Support
10346 `safe-local-variable-values'.
10347 (enable-local-variables): Update docstring to reflect new
10348 behavior.
10349 (ignored-local-variables): Ignore ignored-local-variables and
10350 safe-local-variable-values.
10351 (safe-local-variable-p): New function.
10352 (risky-local-variable-p): `safe-local-variable' property check
10353 moved to safe-local-variable-p.
10354 (hack-one-local-variable): Checks moved to hack-local-variables.
10355
10356 (byte-compile-dynamic, c-basic-offset, c-file-style)
10357 (c-indent-level, comment-column, fill-column, fill-prefix)
10358 (indent-tabs-mode, kept-new-versions, no-byte-compile)
10359 (no-update-autoloads, outline-regexp, page-delimiter)
10360 (paragraph-start, paragraph-separate, sentence-end)
10361 (sentence-end-double-space tab-width, version-control):
10362 Add `safe-local-variable' property.
10363
10364 * find-lisp.el: Delete nonexistent `autocompile' file variable.
10365
10366 * icomplete.el, play/landmark.el: Change nonexistent
10367 `outline-layout' file variable to `allout-layout'.
10368
10369 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
10370
10371 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
10372 (gdb-get-changed-registers): Test value of gud-minor-mode relative
10373 to gud-comint-buffer.
10374 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
10375 gdb-ui.el for gdb-mi.el.
10376 (gdb-post-prompt, gdb-get-changed-registers): Move test for
10377 registers buffer to gdb-get-changed-registers.
10378 (gdb-breakpoint-regexp): New regexp. Allow toggling and
10379 deletion of catchpoints (throw and catch).
10380 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10381 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
10382 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
10383 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
10384 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
10385
10386 2006-02-13 Jay Belanger <belanger@truman.edu>
10387
10388 * calc/calc-arith.el (math-check-known-matrixp): Make sure
10389 expression is a symbol before checking that it is bound.
10390
10391 2006-02-13 Richard M. Stallman <rms@gnu.org>
10392
10393 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
10394 for the minibuffer too, but not if resize-mini-windows will interfere.
10395
10396 * help.el (describe-key-briefly, describe-key): Do all arg-reading
10397 inside `interactive' spec.
10398 (describe-key-briefly-internal, describe-key-internal):
10399 Functions merged back into their callers.
10400
10401 2006-02-13 Martin Rudalics <rudalics@gmx.at>
10402
10403 * info.el (info-xref-visited): Inherit from info-xref too.
10404 (Info-set-mode-line): Replace occurrences of `%' by `%%'
10405 when propertizing Info-current-file and Info-current-node.
10406
10407 2006-02-13 Juri Linkov <juri@jurta.org>
10408
10409 * tumme.el (tumme-thumbnail-storage): Fix docstring.
10410 (tumme-thumb-name): Fix per-directory format.
10411
10412 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
10413
10414 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
10415
10416 2006-02-12 Miles Bader <miles@gnu.org>
10417
10418 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
10419
10420 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
10421
10422 * tumme.el: Remove history section. If someone needs the it, it
10423 can always be found in CVS.
10424
10425 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
10426
10427 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
10428 about the Thumbnail Managing Standard option.
10429
10430 2006-02-12 Richard M. Stallman <rms@gnu.org>
10431
10432 * subr.el (substitute-key-definition): Doc fix.
10433
10434 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
10435
10436 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
10437
10438 * info.el (Info-mode): Doc fix.
10439
10440 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
10441
10442 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
10443
10444 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
10445 because on Solaris a POSIX compatible "id" is needed. Reported by
10446 Magnus Henoch <mange@freemail.hu>.
10447
10448 2006-02-12 Juri Linkov <juri@jurta.org>
10449
10450 * tumme.el: Remove todo item about Thumbnail Managing Standard.
10451 (tumme) <defgroup>: Change :group to `multimedia'.
10452 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
10453 Managing Standard.
10454 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
10455 Fix dostring.
10456 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
10457 and %y. Fix docstring.
10458 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
10459 (tumme-cmd-create-standard-thumbnail-command): New user options.
10460 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
10461 is `standard'. Fix docstring.
10462 (tumme-thumb-width, tumme-thumb-height): New user options.
10463 (tumme-external-viewer): Try to find various viewers.
10464 (tumme-get-thumbnail-image): Use `create-image' instead of
10465 constructing the `image' structure.
10466 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
10467 `standard'.
10468 (tumme-thumb-name): Add file name generation for standard storage.
10469 Simplify code for other storages.
10470 (tumme-thumb-name): Use width %w and height %h instead of size %s.
10471 Add modification time %m and thumbnail-nq8 %q.
10472 Use `tumme-cmd-create-standard-thumbnail-command' if
10473 tumme-thumbnail-storage is `standard'.
10474 (tumme-dired-insert-marked-thumbs): New autoload command.
10475 (tumme-dired-after-readin-hook): New function.
10476 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
10477 `tumme-thumb-size'.
10478 (tumme-display-image): Replace size-x %x and size-y %y with
10479 width %w and height %h.
10480
10481 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
10482 `tumme-dired-insert-marked-thumbs'.
10483
10484 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
10485
10486 * tumme.el (tumme-write-tag): Fix small bug (file name did not
10487 include path).
10488 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
10489 matching tag.
10490
10491 2006-02-12 Miles Bader <miles@gnu.org>
10492
10493 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
10494 New variables.
10495 (rcirc-abbrev-nick): New function.
10496 (rcirc-format-response-string): Rewrite to use the formats in
10497 `rcirc-response-formats' and expand escape sequences therein.
10498 A text-property `rcirc-text' is added over the actual response
10499 text to make easy to find inside the returned string.
10500 (rcirc-print): When filling, just look for the `rcirc-text'
10501 text-property to find the appropriate fill prefix, instead of
10502 using hardwired patterns.
10503
10504 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
10505
10506 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
10507 Managing Standard.
10508
10509 2006-02-11 Kim F. Storm <storm@cua.dk>
10510
10511 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
10512 Don't use insert-buffer; do insert-buffer-substring directly.
10513 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
10514
10515 2006-02-11 Martin Rudalics <rudalics@gmx.at>
10516
10517 * files.el (revert-buffer, recover-file): Replace buffer-read-only
10518 with inhibit-read-only. Suggested by Stefan Monnier.
10519 (revert-buffer): Let insert-file-contents discard
10520 buffer-undo-list. Simplify code.
10521 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
10522
10523 2006-02-11 Eli Zaretskii <eliz@gnu.org>
10524
10525 * menu-bar.el (menu-bar-select-yank): Add a doc string.
10526
10527 * help.el (describe-key-briefly): Now a wrapper for
10528 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
10529 to t. Populate yank-menu if empty.
10530 (describe-key-briefly-internal): Renamed from describe-key-briefly.
10531 (describe-key): Now a wrapper for describe-key-internal. Bind
10532 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
10533 (describe-key-internal): Renamed from describe-key.
10534
10535 2006-02-11 Milan Zamazal <pdm@zamazal.org>
10536
10537 * progmodes/glasses.el (glasses-separator): Doc fix.
10538 (glasses-original-separator): New defcustom.
10539 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
10540
10541 2006-02-11 Martin Rudalics <rudalics@gmx.at>
10542
10543 * mwheel.el (mouse-wheel-up-event): Doc fix.
10544
10545 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
10546
10547 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
10548 (tumme-dir): New function. Copied from thumbs.el.
10549
10550 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
10551
10552 * desktop.el (desktop-outvar): Fix typo.
10553 (desktop-save-buffer-p): Doc fix.
10554
10555 * subr.el (substitute-key-definition): Fix typo.
10556
10557 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10558
10559 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
10560 when window-system is mac.
10561
10562 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
10563
10564 2006-02-10 Kim F. Storm <storm@cua.dk>
10565
10566 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
10567 indirect-function instead of using condition-case.
10568
10569 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
10570
10571 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
10572 less `colloquial'...
10573
10574 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
10575
10576 * tumme.el: Add a couple of todo items.
10577
10578 2006-02-09 Lars Hansen <larsh@soem.dk>
10579
10580 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
10581 (highlight-changes-mode): Don't change desktop-locals-to-save.
10582
10583 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
10584
10585 * image-mode.el (image-toggle-display): Clear image cache if using
10586 filename.
10587
10588 2006-02-09 Masatake YAMATO <jet@gyve.org>
10589
10590 * dired-x.el (dired-guess-shell-alist-default): Add .man as
10591 a `dired-man' target.
10592
10593 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
10594 boundary of symbols.
10595
10596 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
10597
10598 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
10599
10600 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
10601
10602 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
10603 `mapcar'; return nil.
10604
10605 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
10606
10607 * mouse.el (mouse-drag-track): Don't change window if we rebind to
10608 some other event.
10609
10610 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
10611
10612 * net/rcirc.el (rcirc-startup-channels-alist):
10613 Add irc.freenode.net and #emacs as defaults.
10614 (rcirc-ignore-all-activity-flag): Remove variable.
10615 (rcirc-authinfo): New variable.
10616 (rcirc-authinfo-filename): Remove variable.
10617 (rcirc-always-use-server-buffer-flag): New flag.
10618 (rcirc): M-x rcirc will automatically connect without prompting.
10619 C-u M-x rcirc will prompt. Use rcirc-connect to create a
10620 connection in lisp.
10621 (rcirc-process-server-response-1): Remove everything but the nick
10622 portion of the sender so it doesn't need to be done everywhere
10623 else. Update related code.
10624 (global-map): Remove global keybindings.
10625 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
10626 (rcirc-send-input): Split into several functions.
10627 (rcirc-process-input-line, rcirc-process-message)
10628 (rcirc-process-command): New functions.
10629 (rcirc-target-buffer): New function to determine where to route
10630 messages.
10631 (rcirc-user-nick): Save match data.
10632 (rcirc-toggle-ignore-buffer-activity)
10633 (rcirc-update-activity-string): Remove global ignore functionality,
10634 which can be done now by toggling rcirc-track-minor-mode.
10635 (rcirc-track-minor-mode-map): New keymap.
10636 (rcirc-track-minor-mode): New minor-mode.
10637 (ignore): Make the ignore output nicer. Always print it when
10638 adding or removing nicks.
10639 (rcirc-url-regexp): Improve.
10640 (rcirc-mangle-text): Remove properties before using text in the
10641 modeline.
10642 (rcirc-authenticate): Authentication data comes from
10643 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
10644 (rcirc-server-prefix): Inherit from rcirc-server.
10645
10646 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
10647
10648 * Makefile.in (compile): Append "|| true" to the end of the `find'
10649 command, like compile-always does.
10650
10651 2006-02-08 Sam Steingold <sds@gnu.org>
10652
10653 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
10654 output from a dead connection.
10655
10656 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
10657
10658 * dired.el (dired-mode-map): Add more bindings for tumme.
10659
10660 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * wdired.el (wdired-mode-map): Use remap.
10663 (wdired-get-filename): Massage.
10664 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
10665 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
10666 `keymap' property rather than `local-map'.
10667
10668 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
10669
10670 * tumme.el (tumme-get-thumbnail-image): New utility function.
10671 Suggested by from Chong Yidong.
10672 (tumme-dired-with-window-configuration): Rename from
10673 `tumme-dired'. Add code to save window configuration.
10674 (tumme-restore-window-configuration): New command to restore the
10675 window configuration that `tumme-dired-with-window-configuration'
10676 saves before it changes the window configuration.
10677 (tumme-show-all-from-dir): New command to display thumbnails for
10678 all files in a directory entered by the user, like M-x thumbs.
10679 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
10680 have been created.
10681 (tumme-display-thumbnail-original-image): Call `display-buffer'.
10682 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
10683 Remove obsolete test function.
10684
10685 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
10686
10687 * vc.el (small-temporary-file-directory): Remove defvar; there's
10688 a defcustom for it in files.el.
10689
10690 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
10691 Fix typo in message.
10692 (tumme-gallery-generate): Fix typo in `error' message.
10693 (tumme-display-window-height-correction)
10694 (tumme-display-window-width-correction, tumme-line-up-dynamic)
10695 (tumme-line-up-interactive): Dox fixes.
10696 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
10697 (tumme-restore-window-configuration, tumme-format-properties-string)
10698 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
10699 Fix typos in docstrings.
10700
10701 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
10702
10703 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
10704
10705 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
10706
10707 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
10708 User should use hook if desired.
10709
10710 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
10711 buffer if necessary.
10712 (gdb-delete-frame-or-window): New function.
10713 (gdb-breakpoints-mode-map): Bind "q" to it.
10714
10715 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10716
10717 * textmodes/nroff-mode.el: Clean up name space.
10718 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
10719 (nroff-mode): Obey the global setting of nroff-electric-mode.
10720 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
10721
10722 * calendar/calendar.el (calendar-increment-month): Typo in last change.
10723
10724 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
10725
10726 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
10727
10728 2006-02-06 Lars Hansen <larsh@soem.dk>
10729
10730 * generic-x.el (etc-fstab-generic-mode): Add file system types
10731 cifs and usbdevfs. Allow special chars in file names.
10732
10733 2006-02-05 Jay Belanger <belanger@truman.edu>
10734
10735 Update copyright notices of the files in lisp/calc.
10736
10737 2006-02-05 Romain Francoise <romain@orebokech.com>
10738
10739 Update copyright notices of all files in the lisp/play directory.
10740
10741 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
10742
10743 * ldefs-boot.el: Regenerate.
10744
10745 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
10746
10747 2006-02-05 Kim F. Storm <storm@cua.dk>
10748
10749 * files.el (magic-mode-regexp-match-limit): New defvar.
10750 (set-auto-mode): Use it to limit magic-mode-alist matching.
10751
10752 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
10753
10754 * simple.el (display-message-or-buffer): Compare the number of
10755 characters to the frame width when determining whether a 1-line
10756 message string will fit in the echo area. Count screen lines
10757 instead of buffer lines when determining whether a multi-line
10758 message will fit in the echo area/minibuffer window.
10759
10760 2006-02-04 Eli Zaretskii <eliz@gnu.org>
10761
10762 * info.el (Info-index, Info-mode): Improve the description of the
10763 `i' command.
10764
10765 * ldefs-boot.el: Regenerate.
10766
10767 2006-02-03 Werner Lemberg <wl@gnu.org>
10768
10769 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
10770 greedy to find the closing bracket in \*[...] and similar
10771 expressions. This is a first rough fix -- many additional
10772 refinements are necessary to make nroff mode really usable with groff.
10773
10774 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
10775
10776 * international/mule-cmds.el (set-locale-environment):
10777 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
10778 libX11.
10779
10780 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
10781
10782 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
10783 archive are created in archive-tmpdir.
10784
10785 2006-02-02 John Paul Wallington <jpw@pobox.com>
10786
10787 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
10788 (ibuffer-fontification-alist): Use it.
10789 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
10790 to "* z" and the Ibuffer Mark menu.
10791
10792 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
10793
10794 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * textmodes/table.el (*table--cell-describe-mode)
10797 (*table--cell-describe-bindings): Undo last change since
10798 print-help-return-message is not obsoleted by anything at all.
10799
10800 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
10801
10802 * emulation/cua-base.el (cua-mode): Doc fix.
10803
10804 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
10805
10806 * dframe.el (dframe-handle-make-frame-visible)
10807 (dframe-handle-iconify-frame, dframe-get-focus)
10808 (dframe-select-attached-frame, dframe-power-click)
10809 (dframe-frame-mode): Fix typos in docstrings.
10810
10811 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
10812 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10813 Fix typos in docstrings.
10814
10815 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
10816 (hi-lock-face-buffer, hi-lock-font-lock-hook)
10817 (hi-lock-archaic-interface-message-used)
10818 (hi-lock-file-patterns-range): Fix typos in docstrings.
10819
10820 * savehist.el (savehist-loaded, savehist-load, savehist-install)
10821 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
10822
10823 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
10824 Fix typo in docstring.
10825
10826 * net/newsticker.el (newsticker--decode-iso8601-date)
10827 (newsticker--set-customvar, newsticker--buffer-insert-item)
10828 (newsticker--do-run-auto-mark-filter)
10829 (newsticker--parse-generic-feed): Doc fixes.
10830 (newsticker--retrieval-timer-list, newsticker-url-list)
10831 (newsticker-hide-immortal-items-in-echo-area)
10832 (newsticker-hide-obsolete-items-in-echo-area)
10833 (newsticker-new-item-face, newsticker--enclosure)
10834 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
10835 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
10836 (newsticker--parse-generic-feed, newsticker--cache-contains)
10837 (newsticker--stat-num-items, newsticker-download-enclosures):
10838 Fix typos in docstrings.
10839
10840 * net/rcirc.el (rcirc-debug): Doc fix.
10841 (rcirc-fill-column, rcirc-receive-message-hooks)
10842 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
10843 (rcirc-mode, rcirc-generate-new-buffer-name)
10844 (rcirc-startup-channels, rcirc-ignore-update-automatic)
10845 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
10846 Fix typos in docstrings.
10847 (rcirc-print): "?\ " -> "?\s".
10848 (rcirc-cmd-join): Improve argument/docstring consistency.
10849
10850 2006-02-01 Mark A. Hershberger <mah@everybody.org>
10851
10852 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
10853 before narrow-to-region.
10854
10855 2006-02-01 Richard M. Stallman <rms@gnu.org>
10856
10857 * simple.el (move-beginning-of-line): Scan properly for invis change.
10858
10859 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
10860
10861 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
10862
10863 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
10864 change bit only when id-format is 'integer. Reported by Matt
10865 Hodges <M.P.Hodges@rl.ac.uk>.
10866
10867 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
10868
10869 * hilit-chg.el (highlight-changes-initial-state)
10870 (highlight-changes-global-initial-state): Doc fixes.
10871 (highlight-changes-global-modes, global-highlight-changes):
10872 Fix typos in docstrings.
10873
10874 2006-02-01 Kim F. Storm <storm@cua.dk>
10875
10876 * emulation/cua-base.el (cua-mode): Mention that CUA enables
10877 transient-mark-mode in doc string.
10878
10879 2006-01-31 Richard M. Stallman <rms@gnu.org>
10880
10881 * replace.el (multi-occur): Doc fix.
10882 (multi-occur-in-matching-buffers): Rename from
10883 multi-occur-by-filename-regexp. Prefix arg says match
10884 buffer names instead of file names.
10885
10886 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
10887
10888 * bs.el: Allow non-default values of `bs-header-lines-length'.
10889 (bs--running-in-xemacs): Remove (not needed anymore).
10890 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
10891 instead of `shrink-window', thus avoiding having to compute the
10892 height of the window.
10893 (bs--up): Wrap around even when there's no header.
10894 (bs--down): Use `forward-line' instead of `next-line'.
10895
10896 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
10897
10898 * image-mode.el (image-toggle-display): Use file name if possible,
10899 instead of unnecessarily allocating a (possibly huge) lisp string.
10900
10901 2006-01-30 John Paul Wallington <jpw@pobox.com>
10902
10903 * subr.el (toplevel): Define `cl-assertion-failed' condition here
10904 because the `assert' macro signals it at runtime.
10905
10906 * emacs-lisp/cl.el (toplevel): Remove definition of
10907 `cl-assertion-failed' condition.
10908
10909 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
10910
10911 * thumbs.el (thumbs-marked-list): Make buffer-local and
10912 permanent-local.
10913 (thumbs-insert-thumb): Make help-echo non-sticky.
10914 (thumbs-file-alist): Use eolp as check for (non)-image.
10915
10916 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
10917
10918 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
10919 (ediff-before-session-group-setup-hooks)
10920 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
10921 Fix typos in docstrings.
10922
10923 * window.el (bw-dir, bw-eqdir, balance-windows)
10924 (split-window-keep-point): Fix typos in docstrings.
10925
10926 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
10927 (org-quote-string, org-calendar-to-agenda-key)
10928 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
10929 (org-show-following-heading, org-tags-column)
10930 (org-use-tag-inheritance, org, org-allow-space-in-links)
10931 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
10932 (org-enable-table-editor, org-calc-default-modes)
10933 (org-table-allow-automatic-line-recalculation)
10934 (org-export-html-style, org-export-with-fixed-width)
10935 (org-export-with-sub-superscripts, org-special-keyword)
10936 (org-formula, org-time-grid, org-table-may-need-update)
10937 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
10938 (org-goto-quit, org-get-indentation, org-end-of-item)
10939 (org-move-item-down, org-move-item-up)
10940 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
10941 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
10942 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
10943 (org-agenda-log-mode, org-agenda-toggle-diary)
10944 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
10945 (org-agenda-file-to-end, org-agenda-no-heading-message)
10946 (org-agenda-get-closed, org-format-agenda-item)
10947 (org-cmp-priority, org-cmp-category, org-cmp-time)
10948 (org-agenda-change-all-lines, org-agenda-diary-entry)
10949 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
10950 (org-link-search, org-camel-to-words, org-open-file)
10951 (org-remember-handler, org-table-convert-region)
10952 (org-table-move-row-down, org-table-move-row-up)
10953 (org-table-copy-region, org-table-wrap-region)
10954 (org-table-toggle-vline-visibility)
10955 (org-table-get-vertical-vector, org-table-modify-formulas)
10956 (org-table-get-specials, org-recalc-commands)
10957 (org-table-rotate-recalc-marks, org-table-eval-formula)
10958 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
10959 (org-level-color-stars-only, org-insert-heading):
10960 Fix typos in docstrings.
10961 (last-arg): Add defvar.
10962
10963 * makefile.w32-in (WINS): Add erc.
10964 (MH_E_SRC): Update (copied from lisp/Makefile.in).
10965
10966 2006-01-29 Bill Wohler <wohler@newt.com>
10967
10968 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
10969 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
10970 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
10971 (mh-autoloads): Don't use comments on otherwise empty lines.
10972
10973 2006-01-29 Edward O'Connor <ted@oconnor.cx>
10974
10975 * emulation/viper.el (viper-major-mode-modifier-list): Add
10976 insert-state and vi-state entries for erc-mode.
10977 (viper-go-away, viper-set-hooks): Add and remove
10978 viper-comint-mode-hook from erc-mode-hook as appropriate.
10979
10980 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
10981
10982 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
10983
10984 * bs.el (bs--format-aux): Implement `middle' alignment as
10985 described in the docstring for `bs-attributes-list'.
10986 (bs--get-name): Simplify. Don't pad the buffer name.
10987
10988 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
10989
10990 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
10991 English aspell dictionary is installed, use the first entry of
10992 ispell-dictionary-alist-1.
10993
10994 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
10995
10996 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10997 Doc fix.
10998
10999 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
11000
11001 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11002 for `process-file', in order to let it work for older Emacsen too.
11003
11004 2006-01-27 Eli Zaretskii <eliz@gnu.org>
11005
11006 * international/latexenc.el: Add a suitable `coding:' tag.
11007 (latexenc-find-file-coding-system): Undo last change.
11008
11009 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11010
11011 * international/latexenc.el (latexenc-find-file-coding-system):
11012 Make sure latexenc-main-file is a regular file and is readable.
11013
11014 2006-01-27 Andre Spiegel <spiegel@gnu.org>
11015
11016 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
11017 Pass FILE to vc-user-login-name.
11018
11019 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
11020
11021 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
11022
11023 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
11024 there are no more images to display.
11025 (thumbs-mark, thumbs-unmark): Revert change so that they move to
11026 the next image.
11027
11028 2006-01-26 Richard M. Stallman <rms@gnu.org>
11029
11030 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
11031
11032 * wid-edit.el (advertised-widget-backward): New alias.
11033 (widget-keymap): Use advertised-widget-backward for S-TAB.
11034
11035 * tumme.el: Correct the keywords.
11036 (tumme-dir-max-size): Use defvar.
11037 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
11038
11039 * simple.el (move-beginning-of-line): Take account of fields.
11040 (clone-indirect-buffer-other-window): Take args like
11041 clone-indirect-buffer, and work like it.
11042
11043 * help-fns.el (describe-function): Don't pass `nil' as default.
11044
11045 * files.el (risky-local-variable-p): Follow var aliases.
11046
11047 * subr.el (lazy-completion-table): Doc fix.
11048
11049 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
11050 global binding of `line'.
11051
11052 2006-01-25 Andre Spiegel <spiegel@gnu.org>
11053
11054 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
11055 Tramp.
11056
11057 * vc.el (vc-default-dired-state-info): Pass FILE to
11058 vc-user-login-name.
11059 (vc-default-update-changelog): Don't use vc-user-login-name, we
11060 don't need it here.
11061
11062 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
11063 no longer necessary.
11064
11065 2006-01-25 Kenichi Handa <handa@m17n.org>
11066
11067 * international/mule.el (decode-char): Avoid the overhead of
11068 calling utf-lookup-subst-table-for-decode if
11069 utf-translate-cjk-mode is nil.
11070 (encode-char): Avoid the overhead of calling
11071 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
11072 nil.
11073
11074 2006-01-22 Kenichi Handa <handa@m17n.org>
11075
11076 * international/mule.el (make-subsidiary-coding-system): Reset
11077 `coding-system-define-form' property of subsidiaries to nil.
11078 Avoid duplicated entry in coding-system-alist.
11079 (make-coding-system): Avoid duplicated entry in
11080 coding-system-alist.
11081 (define-coding-system-alias): Likewise.
11082
11083 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
11084
11085 * completion.el: Minor fixes in introductory comment.
11086 (completion-def-wrapper): Fix alist.
11087
11088 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
11089
11090 * thumbs.el (thumbs-new-image-size): New function.
11091 (thumbs-increment-image-size-element)
11092 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
11093 (thumbs-decrement-image-size): Delete.
11094 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
11095 temp files and use to resize.
11096 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
11097 Use increment argument to enlarge/shrink. Preserve point.
11098 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
11099 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
11100 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
11101 (thumbs-mark, thumbs-unmark): Preserve point.
11102 (thumbs-modify-image): Keep old temp files and use to modify.
11103 Cleanup old temp files at load time. Preserve point.
11104 (thumbs-view-image-mode-map): Use new command names.
11105
11106 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
11107
11108 * log-view.el (log-view-minor-wrap): First rev is the one at point.
11109
11110 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
11111 the nastiest part of the cyclic dependency.
11112 (cal-menu-update): Use dotimes and calendar-increment-month.
11113
11114 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
11115 (calendar-week-start-day): Add an :initializer.
11116 (calendar-mode-map): Use suppress-keymap, and command remapping.
11117 (describe-calendar-mode): Setup xref-stack info for the back button.
11118 (calendar-star-date): Insert before delete.
11119 (calendar-set-mode-line): Add file-modified info if applicable.
11120 (calendar-increment-month): New function.
11121
11122 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
11123
11124 * font-lock.el (lisp-font-lock-keywords-2):
11125 Recognize "& keywords" only at word boundaries.
11126
11127 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
11128
11129 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
11130 and permanent-local.
11131 (thumbs-max-image-number): New variable.
11132 (thumbs-do-thumbs-insertion): Use them.
11133 (thumbs-per-line): Change default to 4.
11134 (thumbs-marked-list): Rename from thumbs-markedL.
11135 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
11136 (thumbs-rename-images): Use -list instead of L for internal variables.
11137 (thumbs-call-convert): Use call-process instead of shell-command.
11138 (thumbs-insert-thumb): Add filename as help-echo to each image.
11139 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
11140 Give dir to thumbs-show-thumbs-list.
11141 (thumbs-show-thumbs-list): Set default-directory to that of images.
11142 (thumbs-dired-show): Rename from thumbs-dired-show-all.
11143 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
11144 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
11145 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
11146
11147 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * ses.el (ses-read-cell): Provide a default value.
11150
11151 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
11152
11153 * term/w32-win.el (image-library-alist): Add additional names for
11154 GIF library.
11155
11156 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11157
11158 * international/latexenc.el (latexenc-find-file-coding-system):
11159 Add file-regular-p check.
11160
11161 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
11162
11163 * simple.el (clone-buffer): Don't show the new buffer in the same
11164 window.
11165
11166 2006-01-23 Juri Linkov <juri@jurta.org>
11167
11168 * faces.el (link, link-visited): New faces based on default values
11169 of `info-xref' and `info-xref-visited'.
11170
11171 * info.el (info-xref): Inherit from `link'.
11172 (info-xref-visited): Inherit from `link-visited'.
11173
11174 * cus-edit.el (custom-buffer-create-internal): Use widget type
11175 `custom-manual' instead of `info-link' and don't set properties
11176 `button-face' and `mouse-face' explicitly.
11177 (custom-browse-group-tag, custom-browse-variable-tag)
11178 (custom-browse-face-tag): Inherit from widget class
11179 `custom-group-link' instead of `push-button'.
11180 (custom-button-unraised): Inherit from `underline' face.
11181 (custom-link): Inherit from `link' face. Fix doc and group.
11182 (custom-add-parent-links, custom-group-value-create): Don't set
11183 properties `button-face' and `mouse-face' explicitly for
11184 `custom-group-link' widget.
11185 (custom-group-link): Add properties `button-face' and `mouse-face'
11186 to widget definition.
11187 (custom-field-keymap): New variable. Put `custom-field-keymap' to
11188 editable-field's :keymap property.
11189 (custom-mode): Fix docstring: substitute keybindings for
11190 `widget-forward' and `widget-backward' from `widget-keymap',
11191 `widget-complete' from `custom-field-keymap', replace old
11192 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
11193
11194 * desktop.el (desktop-load-file): Check for `fboundp' before
11195 calling `symbol-function'.
11196
11197 * simple.el (clone-buffer, clone-indirect-buffer)
11198 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
11199 `read-string'. Fix prompts.
11200
11201 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
11202
11203 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
11204
11205 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
11206
11207 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
11208
11209 * startup.el (inhibit-splash-screen, initial-scratch-message):
11210 Doc fixes.
11211
11212 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
11213
11214 Sync with Tramp 2.0.52.
11215
11216 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
11217 net/tramp-vc.el: Add code for unloading Tramp. See comment before
11218 `tramp-unload-tramp' for checklist.
11219
11220 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
11221 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
11222 (tramp-unload-file-name-handler-alist)
11223 (tramp-unload-tramp): New defuns.
11224 (tramp-advice-PC-expand-many-files): New defadvice.
11225 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
11226 removed.
11227 (tramp-handle-expand-file-name): Remove double slash.
11228 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
11229 It doesn't matter, because it will be converted later on.
11230 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
11231 implementation was just heuristic.
11232 (tramp-post-connection): Set uid and gid properties.
11233 (tramp-convert-file-attributes): Set file's gid change bit.
11234 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
11235 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
11236 in case of su(do)? methods. The home directory of the local user
11237 will be taken else.
11238 (tramp-open-connection-telnet)
11239 (tramp-open-connection-rsh, tramp-open-connection-su)
11240 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
11241 local shell prompt could hurt. Reported by Romain Francoise
11242 <romain@orebokech.com>.
11243 (tramp-let-maybe): Add `edebug-form-spec' property.
11244 (tramp-handle-expand-file-name): Bind `default-directory' locally
11245 to "/" in order to avoid problems with UNC shares or Cygwin
11246 mounts.
11247 (tramp-md5-function): Fix typo in error message.
11248
11249 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
11250
11251 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
11252 for byte-compiler pacification.
11253
11254 2006-01-22 Andre Spiegel <spiegel@gnu.org>
11255
11256 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
11257 ID-FORMAT `string'. This allows us to get rid of
11258 `vc-user-login-name UID'.
11259
11260 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
11261
11262 2006-01-22 John Paul Wallington <jpw@pobox.com>
11263
11264 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
11265
11266 2006-01-21 Martin Rudalics <rudalics@gmx.at>
11267
11268 * emacs-lisp/find-func.el (find-definition-noselect)
11269 (find-variable-noselect): Search variables in C source code too.
11270 (find-function-C-source, find-function-noselect, find-function)
11271 (find-function-other-frame, find-variable-noselect, find-variable)
11272 (find-variable-other-frame, find-variable-at-point):
11273 Fix docstrings.
11274
11275 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
11276
11277 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
11278
11279 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
11280
11281 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
11282 Default to disabling the "Save affix" question.
11283
11284 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
11285
11286 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
11287 the first arg to run-python.
11288
11289 2006-01-21 Eli Zaretskii <eliz@gnu.org>
11290
11291 * startup.el (command-line-1): Handle --no-desktop if desktop.el
11292 is not loaded.
11293
11294 2006-01-20 Jay Belanger <belanger@truman.edu>
11295
11296 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
11297 limit is 0.
11298
11299 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
11300 the correct variable.
11301
11302 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
11303
11304 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
11305 link. Fixed buggy argument sequence in call to `org-view-tags'.
11306 (org-compile-prefix-format): Set `org-prefix-has-tag'.
11307 (org-prefix-has-tag): New variable.
11308 (org-format-agenda-item): Remove tags from headline if
11309 appropriate.
11310 (org-agenda-remove-tags-when-in-prefix): New option.
11311 (org-get-tags-at): New function.
11312
11313 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
11314
11315 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
11316 (thumbs-find-image): Move image name and number from buffer name
11317 to mode name. Set thumbs-buffer. Preserve point so that large
11318 images remain visible.
11319 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
11320 order.
11321 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
11322 mode name.
11323 (thumbs-next-image, thumbs-previous-image): Make them work.
11324
11325 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
11326
11327 * cus-edit.el (custom-buffer-create-internal): State in the text above
11328 the whole buffer buttons that they do not operate on hidden items.
11329 (custom-face-menu): Use `custom-face-save' instead of
11330 `custom-face-save-command'.
11331 (custom-face-save-command): Make it an alias for `custom-face-save'
11332 and declare it obsolete.
11333 (custom-face-save): Doc fix.
11334
11335 * dired.el (dired-no-confirm): Add quote.
11336 (dired-subdir-alist-pre-R): Add quote in
11337 `make-variable-buffer-local' form and remove unbalanced parenthesis.
11338
11339 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
11340
11341 * textmodes/table.el (table-mode-indicator): Typo in last change.
11342
11343 2006-01-19 Richard M. Stallman <rms@gnu.org>
11344
11345 * outline.el (hide-leaves): Don't call outline-end-of-heading.
11346 Fixes bug reported in Nov 2005.
11347
11348 * isearch.el (isearch-forward): Doc fix.
11349
11350 * dired.el (dired-move-to-filename-regexp): Define as alias.
11351 (dired-no-confirm): Use defcustom.
11352 (dired-subdir-alist-pre-R): Put defvar at top level.
11353
11354 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
11355
11356 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11357 Mark as risky.
11358
11359 * simple.el (set-mark-command): Doc fix.
11360 (clone-indirect-buffer-other-window):
11361 Read arg like clone-indirect-buffer.
11362 (move-beginning-of-line): Skip invisible newlines.
11363
11364 2006-01-19 Masatake YAMATO <jet@gyve.org>
11365
11366 * progmodes/cpp.el (cpp-edit-load): Make the order of
11367 listed conditions in a base C code buffer and its associate
11368 CPP Edit buffer the same.
11369
11370 2006-01-19 Kenichi Handa <handa@m17n.org>
11371
11372 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
11373 (rmail-mime-feature): Likewise.
11374 (rmail-require-mime-maybe): Use display-warning to show a warning
11375 message.
11376
11377 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
11378 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
11379
11380 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
11381
11382 * array.el: Move defvars out of eval-when-compile.
11383 (array-make-template): Replace undeclared global var with a local one.
11384 (array-mode): Inline initialization functions.
11385 (array-init-local-variables, array-init-max-row)
11386 (array-init-max-column, array-init-columns-per-line)
11387 (array-init-field-width, array-init-rows-numbered)
11388 (array-init-line-length, array-init-lines-per-row): Remove.
11389
11390 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
11391 (doc-mode-map): Define explicitly.
11392 (doctor-txtype): Use mapc.
11393
11394 * textmodes/table.el: Move defvars out of eval-when-compile.
11395 Remove harmful code meant to avoid byte-compiler warnings.
11396 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
11397 specification that checks table-fixed-width-mode directly.
11398 (table-recognize-region, table-recognize-cell):
11399 Use restore-buffer-modified-p.
11400 (table-fixed-width-mode): Remove code that refreshes
11401 table-fixed-mode-indicator.
11402 (*table--cell-describe-bindings, *table--cell-describe-mode):
11403 Avoid obsolete name print-help-return-message.
11404 (table--test-cell-list): Don't use replace-regexp from elisp.
11405 (table--point-entered-cell-function, table--point-left-cell-function):
11406 Don't set table-fixed-mode-indicator, use force-mode-line-update.
11407
11408 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
11409 that was after the end of file. Use buffer-file-name variable.
11410 (org-timestamp-change): Use with-current-buffer.
11411 (org-todo-list): Don't unnecessarily define a new buffer-local var.
11412 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
11413 `file'.
11414
11415 * progmodes/fortran.el: Move defvars out of eval-when-compile.
11416 (fortran-break-line): Remove unused var `opoint'.
11417 (fortran-abbrev-start): Obey help-event-list.
11418
11419 2006-01-18 Jesper Harder <harder@phys.au.dk>
11420
11421 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
11422
11423 2006-01-18 Masatake YAMATO <jet@gyve.org>
11424
11425 * progmodes/make-mode.el (makefile-imake-mode): New mode
11426 derived from makefile-mode.
11427 (makefile-imake-mode-syntax-table): New syntax table
11428 derived from makefile-mode-syntax-table.
11429 (makefile-mode): Write about makefile-imake-mode in doc string.
11430 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
11431 (makefile-imake-font-lock-keywords): New font lock keywords.
11432
11433 * files.el (auto-mode-alist): Add Imakefile.
11434
11435 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
11436
11437 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
11438 loading the file rather than when turning on flyspell-mode.
11439
11440 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
11441
11442 * cus-edit.el (customize-rogue): Minor doc fix.
11443
11444 2006-01-17 Juri Linkov <juri@jurta.org>
11445
11446 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
11447 instead of the file at the mark as default if the file at the mark
11448 is the same as the file at point or if dired-dwim-target-directory
11449 is not the same as the current directory and the mark is not active.
11450
11451 * log-view.el (log-view-minor-wrap): Use the same logic to get
11452 revisions as `log-view-diff'.
11453
11454 * info.el (Info-revert-find-node): Check for Info-current-file
11455 before preserving new-history.
11456
11457 * man.el (Man-heading-regexp): Add `/'.
11458
11459 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
11460 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
11461
11462 2006-01-16 Juri Linkov <juri@jurta.org>
11463
11464 * faces.el (mode-line-faces): New defgroup.
11465 (mode-line-highlight): Move definition after new defgroup.
11466 (mode-line, mode-line-inactive, mode-line-highlight):
11467 Replace :group `modeline' with `mode-line-faces'.
11468 (mode-line-buffer-id): New face.
11469 (modeline-buffer-id): New face alias.
11470 (vertical-border): Remove :group `modeline'.
11471
11472 * bindings.el (propertized-buffer-identification): Use face
11473 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
11474 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
11475 (mode-line-buffer-identification-keymap): For mouse-1 replace
11476 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
11477 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
11478 mouse-3.
11479
11480 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
11481 Buffer-menu-buffer. Doc fix.
11482 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
11483 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
11484 `Buffer-menu-buffer'.
11485
11486 * info.el (Info-mode-line-node-keymap): New defvar.
11487 (Info-set-mode-line): Use `stringp' to check Info-current-file.
11488 Propertize Info-current-node with `mode-line-buffer-id' and
11489 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
11490
11491 * time.el (display-time-mail-face): Replace :group `faces' with
11492 `mode-line-faces'.
11493
11494 2006-01-16 Kenichi Handa <handa@m17n.org>
11495
11496 * international/code-pages.el: Add autoload cookies for cp125[0345678].
11497
11498 * language/european.el (cp1252): New alias for windows-1252.
11499
11500 * international/mule.el (autoload-coding-system): Prepare for EOL
11501 variants.
11502
11503 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
11504
11505 * term.el (term-raw-map): Add mapping for insert.
11506 (term-send-insert): New.
11507 (term-mode): Make variables local here instead of doing it in
11508 `term-emulate-terminal'.
11509 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
11510 Scroll reverse needs to take into account the scroll region.
11511 Saving and restoring the cursor should save the color attributes too.
11512 (term-reset-terminal): Reset the scroll region.
11513 (term-handle-ansi-escape): Cursor up and down should take into
11514 account the scroll region.
11515 (term-set-scroll-region): Rename from `term-scroll-region'.
11516 Move to 0,0 after setting the region.
11517 (term-handle-scroll): Handle scroll up.
11518 (term-down): Fix off by one error.
11519 (term-delete-lines): Do not delete outside the scroll region.
11520 (term-insert-lines): Take into account the scroll region.
11521
11522 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * textmodes/ispell.el (ispell-internal-change-dictionary)
11525 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
11526 (start, end): Move declaration outside of eval-when-compile.
11527
11528 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
11529 (flyspell-mode-on): Use it.
11530
11531 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
11532 ispell-kill-ispell-hook.
11533
11534 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
11535
11536 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11537 (Custom-reset-saved): Do not ask for confirmation in single option
11538 buffers.
11539
11540 2006-01-13 Richard M. Stallman <rms@gnu.org>
11541
11542 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
11543
11544 2006-01-13 Romain Francoise <romain@orebokech.com>
11545
11546 * add-log.el (add-change-log-entry, change-log-merge):
11547 Conditionally use `hard-newline'.
11548
11549 2006-01-13 Martin Rudalics <rudalics@gmx.at>
11550
11551 * wid-edit.el (widget-field-end): If the overlay is no longer
11552 associated with a buffer, behave as if the overlay didn't exist.
11553
11554 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
11555 Make sure the links use the `custom-link' face.
11556
11557 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
11558
11559 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
11560 (ld-script-mode): Don't set indent-line-function since we don't
11561 have one.
11562
11563 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
11564
11565 * textmodes/org.el (org-open-file): Use mailcap for selecting an
11566 application.
11567 (org-file-apps-defaults-gnu): Use mailcap as the default for
11568 selecting an application on a UNIX system.
11569 (org-agenda-show-tags): New command.
11570 (org-table-insert-hline): Keep cursor in current table line.
11571 (org-table-convert): Offset effect of modifying
11572 `org-table-insert-hline'.
11573 (org-format-agenda-item): New optional argument TAG.
11574 (org-compile-prefix-format): Handle %T format for the tag.
11575 (org-expand-wide-chars): New function.
11576 (org-table-insert-row, org-table-insert-hline):
11577 Use `org-expand-wide-chars'.
11578 (org-open-file): Fix bug in program launch.
11579 (org-get-time-of-day): Fix bug with times before 1am.
11580 (org-agenda-menu): Add tags commands.
11581
11582 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
11583
11584 * textmodes/ispell.el (ispell-init-process): Include the used
11585 dictionary in ispell process start message.
11586 (ispell-internal-change-dictionary): When flyspell-mode is active
11587 and dictionary is changed, make sure ispell process is restarted
11588 and flyspell word cache cleared out for the current buffer.
11589 (ispell-change-dictionary): Make sure flyspell word cache is
11590 cleared out in all buffers with active flyspell mode when
11591 dictionary is globally changed.
11592 Call ispell-internal-change-dictionary after dictionary change.
11593
11594 2006-01-13 Eli Zaretskii <eliz@gnu.org>
11595
11596 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
11597
11598 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
11599 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
11600 years. Fix small differences wrt Makefile.in.
11601 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
11602 Makefile.in does.
11603
11604 2006-01-12 Bill Wohler <wohler@newt.com>
11605
11606 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
11607 mh-search.el.
11608
11609 2006-01-12 Masatake YAMATO <jet@gyve.org>
11610
11611 * progmodes/ld-script.el: Update copyright year.
11612
11613 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
11614
11615 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
11616 Don't add widget if setting undefined.
11617
11618 2006-01-12 John Paul Wallington <jpw@pobox.com>
11619
11620 * help-fns.el (describe-variable): Remove newlines from void
11621 variable output.
11622
11623 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
11624
11625 * wdired.el (wdired-mode-map): Add help echo for
11626 wdired-abort-changes.
11627
11628 * man.el (Man-file-name-regexp): Adjust for a list of files.
11629
11630 2006-01-12 Masatake YAMATO <jet@gyve.org>
11631
11632 * progmodes/ld-script.el (auto-mode-alist): Support
11633 suffix conventions used in netbsd and eCos.
11634
11635 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
11636
11637 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
11638 (custom-variable-menu, custom-face-menu, custom-group-menu)
11639 (Custom-mode-menu): Change names of menu items. (As discussed on
11640 emacs-devel.)
11641 (custom-face-menu): Add "Undo Edits" item.
11642
11643 * startup.el (init-file-user): defcustom -> defvar.
11644
11645 * tooltip.el (tooltip-mode): Doc fix.
11646
11647 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * reveal.el (reveal-post-command): window-buffer signals an error on
11650 dead windows rather than returning nil.
11651 (reveal-open-new-overlays): An overlay might die while we open others.
11652
11653 2006-01-11 Bill Wohler <wohler@newt.com>
11654
11655 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
11656 phrasing in docstring.
11657
11658 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
11659 can give some systems gas. Add new file mh-buffers.el.
11660
11661 2006-01-06 Masatake YAMATO <jet@gyve.org>
11662
11663 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
11664 C preprocessor forward ported from GNU Emacs 21.2.
11665
11666 * progmodes/asm-mode.el (asm-font-lock-keywords):
11667 Use `cpp-font-lock-keywords'.
11668
11669 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
11670
11671 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
11672 of $ for "\\.ld[s]?".
11673
11674 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
11677 (tcl-indent-line): Return `noindent' if inside a string.
11678
11679 * progmodes/flymake.el (flymake-split-string): Remove more than one
11680 empty string at beg/end of the result.
11681 (flymake-find-buildfile, flymake-find-possible-master-files):
11682 Use expand-file-name.
11683 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
11684 since expand-file-name does it for us. Use directory-file-name.
11685 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
11686 (flymake-ler-get-type, flymake-ler-get-text)
11687 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
11688 (flymake-current-line-no): Remove spurious interactive spec.
11689 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
11690 (flymake-check-include): Remove arg inc-path merged into inc-name.
11691 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
11692 Arg regexp-list replaced by a simple regexp.
11693 (flymake-master-make-header-init, flymake-master-tex-init):
11694 Correspondingly replace regexp-list with a regexp. Fix regexp.
11695
11696 2006-01-10 Simon Josefsson <jas@extundo.com>
11697
11698 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
11699 describing AUTH PLAIN fix.
11700
11701 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
11702
11703 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
11704 (report-emacs-bug): Don't record initial prompt text.
11705 Instead, add text properties to prompting text.
11706 (report-emacs-bug-hook): Delete prompting text.
11707
11708 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11709
11710 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
11711 `dirs'. Adjust callers.
11712
11713 2006-01-09 John Paul Wallington <jpw@gnu.org>
11714
11715 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
11716
11717 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * reveal.el (reveal-open-new-overlays): New extracted fun.
11720 (reveal-close-old-overlays): Idem. Check overlays's liveness before
11721 using them. Simplify the code.
11722 (reveal-post-command): Use them. Fix up obsolete windows in
11723 reveal-open-spots.
11724
11725 * progmodes/flymake.el: Use `require' rather than autoload for
11726 XEmacs's overlays.
11727 (flymake-get-common-file-prefix, flymake-build-relative-filename):
11728 Delete. Use file-relative-name instead.
11729 (flymake-get-syntax-check-program-args, flymake-perl-init):
11730 Simplify the resulting code.
11731
11732 * log-view.el (log-view-file-re, log-view-message-re): Add support
11733 for DaRCS output.
11734
11735 2006-01-09 Alex Schroeder <alex@gnu.org>
11736
11737 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
11738 identifiers sometimes added in square brackets at the beginning of
11739 subject lines.
11740
11741 2006-01-07 Richard M. Stallman <rms@gnu.org>
11742
11743 * cus-edit.el (Custom-set, Custom-save): Doc fix.
11744 (Custom-reset-current, Custom-reset-saved): Change question text.
11745 (Custom-reset-standard): Likewise.
11746 (custom-variable-reset-saved): Doc fix.
11747
11748 2006-01-07 Eli Zaretskii <eliz@gnu.org>
11749
11750 * startup.el (init-file-user): Doc fix.
11751
11752 2006-01-07 Alex Schroeder <alex@gnu.org>
11753
11754 * mail/rmail.el (rmail-current-subject): New function.
11755 (rmail-current-subject-regexp): New function.
11756 (rmail-next-same-subject): Use it.
11757
11758 * mail/rmailsum.el (rmail-summary-by-topic):
11759 Use rmail-current-subject and rmail-current-subject-regexp.
11760 (rmail-summary-next-same-subject): Ditto.
11761
11762 * net/rcirc.el (rcirc-send-input): No longer check whether the
11763 process is open, since not all commands need an open process.
11764 (rcirc-send-string): Check whether the process is open before
11765 sending anything.
11766 (rcirc-ignore-list): New option.
11767 (rcirc-ignore-list-automatic): New variable.
11768 (rcirc-print): Take rcirc-ignore-list into account.
11769 (rcirc-cmd-ignore): New command.
11770 (rcirc-ignore-update-automatic): New function.
11771 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
11772 list if ignored nicks.
11773 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
11774
11775 2006-01-06 David Reitter <david.reitter@gmail.com>
11776
11777 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
11778 reflect the address to which the report will be sent.
11779
11780 2006-01-06 Eli Zaretskii <eliz@gnu.org>
11781
11782 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
11783 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
11784
11785 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
11786
11787 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
11788
11789 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
11790 the doc string: "functoin" => "function".
11791 * ldefs-boot.el: Likewise.
11792
11793 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
11794 message text: "Duplicat" => "Duplicate".
11795
11796 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
11797
11798 * files.el (basic-save-buffer-2): If backing-up failed, reset
11799 buffer-backed-up to nil.
11800
11801 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
11802
11803 * progmodes/gud.el (gdb-script-skip-to-head)
11804 (gdb-script-calculate-indentation): Indent for breakpoint command
11805 lists also.
11806
11807 2006-01-05 Bill Wohler <wohler@newt.com>
11808
11809 * Makefile.in (compile-always): Add mh-autoloads dependency.
11810 (bootstrap): Remove mh-autoloads dependency, as compile dependency
11811 provides it.
11812 (updates): Remove mh-autoloads dependency, since it probably has
11813 already run recently (via recompile).
11814
11815 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11816
11817 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
11818 argument `force' to disable the flyspell-last-buffer optimization.
11819 (flyspell-mode-on): Use it.
11820
11821 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
11822 flymake-simple-cleanup.
11823 (flymake-allowed-file-name-masks): Use this new default.
11824 All the functions are now called in the right buffer rather than
11825 passing the buffer as argument.
11826 (flymake-process-sentinel): Switch to buffer before calling cleanup.
11827 (flymake-parse-err-lines): Remove redundant buffer arg.
11828 (flymake-get-program-dir): Comment out unused function.
11829 (flymake-start-syntax-check, flymake-start-syntax-check-process):
11830 Remove redundant buffer argument.
11831 (flymake-get-real-file-name, flymake-simple-java-cleanup)
11832 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
11833
11834 2006-01-05 Richard M. Stallman <rms@gnu.org>
11835
11836 * info.el (Info-find-node): Don't record previous node if have none.
11837 (info): Go to directory only if history is empty.
11838
11839 * simple.el (mark): Doc fix.
11840
11841 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11842
11843 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
11844 already of desired type.
11845 (mac-ae-list): Coerce parameter to "list" type.
11846 (mac-dispatch-apple-event): Replace cadr part of event with a
11847 dummy position so that event-start returns it.
11848
11849 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
11850
11851 * textmodes/org.el (org-end-of-subtree): New function.
11852 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
11853 Use `org-end-of-subtree'.
11854 (org-agenda, org-agenda-convert-date): Protect calls to
11855 `fit-window-to-buffer'.
11856 (org-tags-view): Force matching of sublevels when doing a
11857 todo-only search. Define the correct redo command, including the
11858 arguments.
11859 (org-agenda-redo): Display message.
11860 (org-check-for-org-mode): New function.
11861 (org-agenda-type): New variable.
11862 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11863 Set `org-agenda-type'.
11864 (org-agenda-check-type): New function.
11865 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
11866 (org-agenda-week-view, org-agenda-day-view)
11867 (org-agenda-next-date-line, org-agenda-previous-date-line)
11868 (org-agenda-log-mode, org-agenda-toggle-diary)
11869 (org-agenda-toggle-time-grid, org-agenda-date-later)
11870 (org-agenda-date-prompt, org-agenda-diary-entry)
11871 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
11872 (org-agenda-convert-date, org-agenda-menu):
11873 Use `org-agenda-check-type'.
11874 (org-make-overlay, org-delete-overlay)
11875 (org-detatch-overlay, org-move-overlay, org-overlay-put):
11876 New compatibility functions.
11877 (org-calendar-select-mouse): New command.
11878
11879 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
11880
11881 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
11882 (Custom-reset-standard): Fix y-or-n-p messages.
11883 (custom-link): New face for links.
11884 (custom-buffer-create-internal, custom-manual): Use it.
11885 (custom-face-save): Push to theme-face before setting face spec.
11886
11887 * wid-edit.el (widget-default-mouse-face-get): New function.
11888 (widget-specify-button): Handle mouse-face like button-face.
11889
11890 * custom.el (load-theme): Clear old theme settings if reloading.
11891
11892 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
11893
11894 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
11895 "Erase Customization" button back to same position it occupies in
11896 the individual State menus.
11897
11898 2006-01-04 Kim F. Storm <storm@cua.dk>
11899
11900 * wid-edit.el (key-sequence): Rework widget to read key binding
11901 using `kbd' syntax. Use C-q to insert literal key, event, or code.
11902 (widget-key-sequence-default-value): Default value for empty sequence.
11903 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
11904 (widget-key-sequence-read-event): New command for C-q.
11905 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
11906 (widget-key-sequence-value-to-external): New functions.
11907
11908 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11909
11910 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
11911 Use expand-file-name.
11912 (flymake-delete-temp-directory): Use expand-file-name,
11913 file-name-directory, and directory-file-name.
11914 (flymake-strrchr): Delete.
11915 (flymake-start-syntax-check): Don't pass the redundant buffer argument
11916 to the init-f function.
11917 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
11918 (flymake-init-find-buildfile-dir)
11919 (flymake-init-create-temp-source-and-master-buffer-copy)
11920 (flymake-simple-make-init-impl, flymake-simple-make-init)
11921 (flymake-master-make-init, flymake-master-make-header-init)
11922 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
11923 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
11924 (flymake-xml-init): Remove corresponding redundant buffer argument.
11925 (flymake-allowed-file-name-masks): Remove last elems that are equal to
11926 the default anyway. Clean up regexps.
11927
11928 * progmodes/flymake.el (flymake-temp-source-file-name)
11929 (flymake-master-file-name, flymake-temp-master-file-name)
11930 (flymake-base-dir): New buffer-local vars.
11931 (flymake-buffer-data, flymake-get-buffer-value)
11932 (flymake-set-buffer-value): Replace those hash-tables by the new
11933 buffer-local vars. Update callers.
11934
11935 * progmodes/flymake.el (flymake-check-start-time)
11936 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
11937 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
11938 Move definition, so we can remove redundant earlier declaration.
11939 (flymake-replace-regexp-in-string, flymake-split-string)
11940 (flymake-get-temp-dir): Use defalias.
11941 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
11942 (flymake-xemacs-window-edges): Remove unused function.
11943 (flymake-get-point-pixel-pos): Move.
11944 (flymake-pid-to-names, flymake-reg-names)
11945 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
11946 Replace by a simple list flymake-processes and by process-buffer.
11947 Update callers. Other than simplify the code, it uses buffers rather
11948 than buffer-names so it doesn't get confused by uniquify.
11949 (flymake-buffer-data): The global value should just be nil.
11950
11951 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
11952 Optimize the body of a defalias like any other code.
11953
11954 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
11955 Make sure we've setup font-lock's vars. It may influence which
11956 function we then call.
11957 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
11958 here since it's too late anyway.
11959
11960 2006-01-03 Romain Francoise <romain@orebokech.com>
11961
11962 * startup.el (fancy-splash-tail, normal-splash-screen):
11963 Update copyright year.
11964
11965 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
11966
11967 * mouse.el (mouse-drag-track): Rename, from
11968 `mouse-drag-region-1'. Includes optional argument required to
11969 enable post-drag event processing (e.g. delete region keys).
11970 Can be used without this argument to track a mouse region and operate
11971 on it as soon as the drag completes.
11972 (mouse-drag-region): Use `mouse-drag-track'.
11973
11974 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
11975
11976 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
11977 Move to `custom-buffer' group.
11978
11979 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
11980 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
11981 (custom-theme-insert-face-marker, custom-theme-variable-menu)
11982 (custom-theme-face-menu): New variables.
11983 (custom-theme-add-variable, custom-theme-variable-action)
11984 (custom-variable-reset-theme, custom-theme-delete-variable)
11985 (custom-face-reset-theme, custom-theme-face-action)
11986 (custom-theme-delete-face, custom-theme-merge-theme)
11987 (custom-theme-add-face, custom-theme-visit-theme): New functions.
11988
11989 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
11990
11991 * custom.el: Move Custom Themes commentary to start of theme code.
11992 (custom-known-themes): Rename `standard' theme to `changed'.
11993 (custom-push-theme): Caller no longer specifies what theme to use
11994 when doing `reset'---the setting is simply removed from the theme.
11995 Delete MODE from `theme-value' and `theme-settings' properties.
11996 (custom-declare-theme): Ignore &rest args since we don't use them.
11997
11998 (custom-loaded-themes): Delete variable.
11999 (custom-theme-load-themes, custom-theme-loaded-p)
12000 (custom-theme-value): Delete functions.
12001
12002 (custom-declare-theme): Signal error on invalid theme names.
12003 (provide-theme): custom-loaded-themes was deleted.
12004 (load-theme): Load the file unconditionally.
12005 (enable-theme): Call `load-theme' if theme is undefined.
12006 (custom-enabled-themes): Only update value for successful loads.
12007 (disable-theme): Complete from enabled themes when interactive.
12008 (custom-variable-theme-value): Calculate theme value directly.
12009
12010 (custom-theme-reset-variables, custom-reset-variables): Mark as
12011 XEmacs compatibility functions. We don't actually use these.
12012
12013 * cus-edit.el (custom-variable-state-set):
12014 Use custom-variable-theme-value instead of custom-theme-value.
12015 (custom-face-state-set): Rename `standard' theme to `changed'.
12016 (custom-save-variables, custom-save-faces): Delete unneeded
12017 references to custom-reset-variables.
12018 (custom-save-resets): Delete function.
12019 (custom-save-variables, custom-save-faces): MODE argument deleted.
12020 (custom-save-variables, custom-save-faces): Ignore theme values.
12021
12022 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
12023 compatibility function.
12024
12025 2006-01-01 Richard M. Stallman <rms@gnu.org>
12026
12027 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
12028 (Custom-reset-current, Custom-reset-saved): Likewise.
12029 (Custom-reset-standard): Show message if aborted.
12030 (custom-mode): Doc fix, describing those commands.
12031
12032 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
12033 put on event-kind property.
12034
12035 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
12036
12037 * custom.el (provide-theme): Ban `user' theme name.
12038 (custom-enabling-themes): New variable.
12039 (enable-theme): Don't enable user if custom-enabling-themes is t.
12040 (custom-enabled-themes): Make it a defcustom.
12041 (custom-theme-recalc-face): No-op if face is undefined.
12042
12043 * cus-edit.el (custom-button-mouse): New variable.
12044 (custom-button-mouse): New face.
12045 (custom-raised-buttons, custom-mode): Use it.
12046
12047 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
12048
12049 2005-12-31 Eli Zaretskii <eliz@gnu.org>
12050
12051 * progmodes/gud.el (gud-display-line): Support hl-line in the
12052 source buffer.
12053
12054 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12055
12056 * mouse.el (mouse-drag-window-above): Verify that the found window
12057 overlaps with the given window in the horizontal dimension.
12058
12059 2005-12-31 Eli Zaretskii <eliz@gnu.org>
12060
12061 * Makefile.in (cvs-update): New target.
12062
12063 * makefile.w32-in (cvs-update): Ditto.
12064
12065 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
12066
12067 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
12068 (custom-new-theme-mode-map): New variable.
12069
12070 2005-12-30 Richard M. Stallman <rms@gnu.org>
12071
12072 * custom.el (custom-load-themes): Function deleted.
12073
12074 * cus-edit.el (custom-save-loaded-themes): Function deleted.
12075 (custom-save-variables): Don't delete or add custom-load-themes call.
12076
12077 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * cus-start.el: Add `visible-cursor'.
12080
12081 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
12082 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
12083 (flymake-process-filter): Switch to buffer before calling it instead.
12084 (flymake-post-syntax-check, flymake-highlight-err-lines)
12085 (flymake-delete-own-overlays, flymake-parse-err-lines)
12086 (flymake-start-syntax-check, flymake-start-syntax-check-process)
12087 (flymake-count-lines, flymake-parse-residual):
12088 Remove constant buffer argument.
12089 (flymake-start-syntax-check-for-current-buffer): Remove.
12090 Update callers to use flymake-start-syntax-check instead.
12091 (flymake-display-err-menu-for-current-line):
12092 Remove unused var `mouse-pos'.
12093 (flymake-restore-formatting): Comment out unused function.
12094 (flymake-report-status, flymake-report-fatal-status): Remove buffer
12095 argument, use current-buffer instead. Update callers.
12096
12097 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12098
12099 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
12100 buffer-local because choose-completion-delete-max-match requires
12101 that we set completion-ignore-case (i.e., binding via let is not
12102 sufficient).
12103 (bibtex-complete): Always set completion-ignore-case and
12104 choose-completion-string-functions. The latter is needed because
12105 choose-completion-string-functions keeps its value if we quit the
12106 *Completions* buffer without requesting a completion.
12107
12108 2005-12-30 Andreas Schwab <schwab@suse.de>
12109
12110 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
12111
12112 2005-12-30 Eli Zaretskii <eliz@gnu.org>
12113
12114 * jit-lock.el (jit-lock-chunk-size): Doc fix.
12115
12116 2005-12-30 Juri Linkov <juri@jurta.org>
12117
12118 * locate.el (locate-fcodes-file, locate-header-face)
12119 * progmodes/delphi.el (delphi-other-face)
12120 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
12121
12122 * paren.el (show-paren-match, show-paren-mismatch): Use existing
12123 group `paren-showing-faces'.
12124
12125 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
12126 (goto-address): Fix docstring.
12127
12128 * net/webjump.el (webjump-sample-sites): Update URLs.
12129
12130 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
12131
12132 * subr.el (cancel-change-group): Add listp around pending-undo-list.
12133
12134 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * font-lock.el (font-lock-compile-keywords): Signal an error when
12137 font-lock-set-defaults hasn't been called.
12138
12139 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
12140
12141 * subr.el (noreturn, 1value): Doc fixes.
12142
12143 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12144
12145 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
12146 that assoc-string returns nil.
12147
12148 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12149
12150 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
12151 (bibtex-entry-type-str, bibtex-empty-field-re)
12152 (bibtex-search-backward-string, bibtex-preamble-prefix)
12153 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
12154 (bibtex-any-valid-entry-type): New variable.
12155 (bibtex-parse-field-name): Simplify.
12156 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
12157 (bibtex-preamble-prefix): Include left delimiter.
12158 (bibtex-search-forward-field, bibtex-search-backward-field):
12159 Allow unbounded search past entry boundaries (required by bibtex-pop).
12160 (bibtex-text-in-field-bounds): Use push.
12161 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
12162 (bibtex-parse-preamble, bibtex-valid-entry)
12163 (bibtex-beginning-first-field): New functions.
12164 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
12165 (bibtex-map-entries): Fix docstring.
12166 (bibtex-flash-head): New arg prompt. Simplify.
12167 (bibtex-enclosing-field): Include code of bibtex-inside-field.
12168 (bibtex-insert-kill): Simplify. Always insert text past the
12169 current field or entry.
12170 (bibtex-format-entry): Use bibtex-parse-field.
12171 (bibtex-pop): Use bibtex-beginning-of-entry and
12172 bibtex-end-of-entry to initiate the search. Insert empty field if
12173 we found ourselves.
12174 (bibtex-print-help-message): New args field and comma.
12175 Handle entry keys.
12176 (bibtex-make-field): Use bibtex-beginning-of-entry.
12177 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
12178 invalid entry.
12179 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
12180 Handle preambles. Simplify code for thorough test.
12181 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
12182 New arg comma. Handle entry heads.
12183 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
12184 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
12185 New arg comma.
12186 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
12187 (bibtex-fill-field): Simplify.
12188 (bibtex-fill-entry): Use bibtex-beginning-first-field and
12189 bibtex-parse-field.
12190 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
12191 (bibtex-complete): Use bibtex-parse-preamble.
12192
12193 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
12194
12195 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
12196 Display name of expression instead of convenience variable.
12197 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
12198
12199 * progmodes/gud.el (gud-tooltip-dereference): Rename from
12200 toggle-gud-tooltip-dereference.
12201 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
12202 (gud-tooltip-tips): ...here when dereferencing.
12203
12204 2005-12-28 Bill Wohler <wohler@newt.com>
12205
12206 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
12207
12208 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
12211 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
12212 (vc-annotate-display-autoscale): Adjust call.
12213 (vc-annotate-display-default): Adjust call. Make arg compulsory.
12214 Fix interactive spec.
12215 (vc-annotate-time-span): Remove.
12216 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
12217 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
12218 (vc-annotate-display-select): Use new name.
12219
12220 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
12221 (vc-annotate-mode-menu): Remove left-over redundant declaration.
12222 Correct the construction of span entries. Simplify.
12223 (vc-annotate-display-select): Fix the nil case.
12224 (vc-annotate): Remove obsolete (and now broken) code.
12225 (vc-annotate-extract-revision-at-line): Remove obsolete code.
12226 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
12227
12228 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
12229
12230 * subr.el (lazy-completion-table): Correct typo in docstring.
12231
12232 * startup.el (command-line): Use `custom-reevaluate-setting' for
12233 `send-mail-function'.
12234
12235 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
12236
12237 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
12238
12239 * mail/smtpmail.el (smtpmail-try-auth-methods):
12240 Send credentials together with "AUTH PLAIN" command.
12241
12242 2005-12-27 Richard M. Stallman <rms@gnu.org>
12243
12244 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
12245 mouse-2, go back to previously selected window, so it's selected
12246 when mouse-2 command runs.
12247
12248 2005-12-27 Juri Linkov <juri@jurta.org>
12249
12250 * descr-text.el (describe-text-sexp): Use square brackets for
12251 button [Show] to distinguish it from the property value `show'.
12252 (describe-property-list): Use `insert-text-button' with
12253 `help-face' type instead of putting face in quotes, because button
12254 is not created automatically for a list of faces.
12255 (describe-text-properties-1): Put button-type value in quotes to
12256 distinguish from plain text "button".
12257 (describe-char): Display code point values in hex. Don't use
12258 `symbol-name' for `current-input-method' because it is a string.
12259 Use `insert-text-button' with `help-face' type instead of putting
12260 hardcoded face in quotes, because button is not created automatically.
12261
12262 2005-12-27 Richard M. Stallman <rms@gnu.org>
12263
12264 * progmodes/glasses.el (glasses-face): More specific custom type.
12265
12266 * files.el (set-visited-file-name): Doc fix.
12267
12268 * textmodes/flyspell.el (flyspell-external-point-words):
12269 Use local var buffer-scan-pos to advance scan for next misspelling.
12270 Advance it only after we find the misspelling.
12271
12272 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
12273
12274 * textmodes/flyspell.el (flyspell-external-point-words):
12275 New criteria for finding the misspelling in the buffer.
12276
12277 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
12278
12279 * help-mode.el (help-insert-string): Set help-xref-stack-item
12280 rather than call help-setup-xref.
12281
12282 * descr-text.el (describe-char): Revert previous changes for
12283 optional buffer argument.
12284
12285 2005-12-27 Juri Linkov <juri@jurta.org>
12286
12287 * help-mode.el (help-insert-string): New function. Save buffer
12288 contents in cases where it is impossible to recompute the old contents.
12289
12290 * descr-text.el (describe-char): Set help-xref-stack-item
12291 explicitly after buffer has been generated.
12292
12293 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12294
12295 * cus-start.el (all): Add x-gtk-show-hidden-files.
12296
12297 2005-12-26 Richard M. Stallman <rms@gnu.org>
12298
12299 * replace.el (perform-replace): Calculate match-again
12300 before skipping read-only matches.
12301
12302 * paren.el (paren-showing-faces): New group.
12303 (show-paren-match, show-paren-mismatch): Move to that group.
12304
12305 * button.el (button): Put into group `basic-faces'.
12306
12307 * progmodes/make-mode.el: Remove faces from group `faces'.
12308
12309 * apropos.el (apropos, apropos-value): Doc fix.
12310 (apropos-documentation): Doc fix.
12311
12312 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * subr.el (lazy-completion-table): Remove argument `args'.
12315
12316 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12317 Don't use the `args' argument of lazy-completion-table.
12318
12319 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
12320
12321 * descr-text.el (describe-char): Add optional argument for buffer.
12322 Set buffer appropriately. Call help-setup-xref.
12323 Suggested by Stefan Monnier.
12324
12325 2005-12-26 Juri Linkov <juri@jurta.org>
12326
12327 * descr-text.el: Require `help-fns' at runtime. Don't require
12328 `button' for byte compilation.
12329 (describe-text-widget): Add `help-echo' for first button.
12330 Use `help-info' for second.
12331 (describe-property-list): Use `help-argument-name' instead of `italic'.
12332 (describe-text-category): Add prompt to interactive spec.
12333 Call `help-setup-xref'.
12334 (describe-char): Use `help-character-set'. Add `help-echo' for
12335 code point. Use `help-input-method'. Remove superfluous insert.
12336
12337 2005-12-25 Richard M. Stallman <rms@gnu.org>
12338
12339 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
12340 at point, in case of narrowing.
12341
12342 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
12343
12344 * locate.el (locate-header-face): Allow nil in type.
12345
12346 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
12347
12348 2005-12-25 Romain Francoise <romain@orebokech.com>
12349
12350 * battery.el (battery-linux-proc-acpi): Also try
12351 `/proc/acpi/thermal_zone/THM0/temperature'.
12352
12353 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
12354
12355 * custom.el (custom-push-theme): Fix docstring.
12356
12357 * cus-edit.el (custom-variable-set, custom-variable-save)
12358 (custom-variable-save): Custom-quote widget values.
12359 (customize-save-variable): Fix custom-push-theme call.
12360
12361 2005-12-24 Eli Zaretskii <eliz@gnu.org>
12362
12363 * w32-fns.el (w32-batch-update-autoloads): New function.
12364
12365 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
12366 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
12367 from the command line.
12368
12369 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
12370
12371 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
12372 reset means to remove setting from theme entirely. Don't keep
12373 expanding theme-settings list; delete old entries if necessary.
12374
12375 * cus-edit.el (custom-buffer-create-internal): Move "Erase
12376 customization" button one line up.
12377 (custom-themed): New face.
12378 (custom-magic-alist): New value, THEMED, for theme settings.
12379 (custom-variable-state-set, custom-face-state-set):
12380 Check theme-value instead of saved-value.
12381 (custom-variable-reset-standard, custom-face-reset-standard):
12382 Remove theme setting entirely. Recalculate new values.
12383 (custom-variable-set, custom-variable-set)
12384 (custom-variable-reset-saved, custom-variable-reset-backup)
12385 (custom-face-set, custom-face-reset-saved): Update `user' theme.
12386 (custom-variable-save): Fix typos.
12387
12388 2005-12-23 Juri Linkov <juri@jurta.org>
12389
12390 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
12391 Add autoload cookies.
12392 (edebug-outside-d-c-i-n-s-w): New variable.
12393 (edebug-display, edebug-outside-excursion): Use it to save the
12394 original value of default-cursor-in-non-selected-windows.
12395 Set default-cursor-in-non-selected-windows to t while Edebug
12396 is active.
12397 (edebug-mode, edebug-eval-mode): Doc fix.
12398
12399 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
12400 with `buffer-substring-no-properties' to remove common substring
12401 highlighting.
12402
12403 * info.el (info-other-window, info): Rename function argument
12404 `file' to `file-or-node'.
12405 (Info-complete-menu-item): Use local variable `complete-nodes' to
12406 keep the global value of `Info-complete-nodes' unchanged for
12407 subsequent completions.
12408 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
12409
12410 * simple.el (get-next-valid-buffer, last-buffer)
12411 (next-error-buffer-p, next-error-find-buffer)
12412 (minibuffer-history-sexp-flag): Doc fix.
12413
12414 * savehist.el (savehist-mode-hook): Add `:group'.
12415
12416 * log-view.el: Call autoload for vc-find-version.
12417 (log-view-current-file): Adjust subgroup numbers.
12418 (log-view-current-tag): Add `length'.
12419
12420 2005-12-23 Richard M. Stallman <rms@gnu.org>
12421
12422 * vc.el (vc-annotate-car-last-cons): Defn moved up.
12423
12424 2005-12-23 Juri Linkov <juri@jurta.org>
12425
12426 * hi-lock.el (hi-lock-archaic-interface-message-used)
12427 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
12428 (hi-lock-mode): Display "Hi" in the mode line only when
12429 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
12430 (hi-lock-write-interactive-patterns):
12431 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
12432 (hi-lock-set-pattern, hi-lock-set-file-patterns)
12433 (hi-lock-font-lock-hook): Set 3rd arg `how' of
12434 font-lock-add-keywords to t.
12435
12436 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
12437
12438 * hi-lock.el (hi-lock-highlight-range): New variable.
12439 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
12440 only if font-lock-fontified is non-nil. Remove overlays.
12441 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
12442 font-lock-fontified is non-nil, otherwise use overlays (instead of
12443 text properties).
12444 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
12445 New variables.
12446 (hi-lock-string-serialize) New function.
12447
12448 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12449
12450 * menu-bar.el (menu-find-file-existing): New function.
12451 (menu-bar-file-menu): Use menu-find-file-existing for Open.
12452
12453 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
12454
12455 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * vc.el: Remove unnecessary leading * in docstrings.
12458 (vc-annotate-mode-map): Move initialization into declaration.
12459 (vc-static-header-alist): Nitpick on the regexp.
12460 (vc-default-init-version): New fun.
12461 (vc-register): Use it.
12462 (vc-insert-headers): Use dolist.
12463 (vc-annotate-get-backend): Remove unused function.
12464 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
12465 (vc-annotate-mode): Remove corresponding call.
12466 (vc-annotate-car-last-cons): Simplify.
12467 (vc-annotate-buffers): Remove var.
12468 (vc-annotate-backend): Make it buffer-local.
12469 (vc-annotate): Move the interaction to the interactive spec.
12470 Add a `buf' argument.
12471 (vc-annotate-warp-version): Use this new `buf' argument to avoid
12472 killing&creating a vc-annotate buffer, which is very disruptive when
12473 the buffers are shown in dedicated frames.
12474
12475 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
12476
12477 * descr-text.el: Add FSF as maintainer.
12478 (describe-text-mode, describe-text-mode-map)
12479 (describe-text-mode-hook, describe-text-done): Delete. Use normal
12480 help-mode.
12481 (describe-text-widget, describe-text-sexp)
12482 (describe-property-list, describe-text-category)
12483 (describe-text-properties, describe-text-properties-1)
12484 (describe-char): Use help buttons instead of widgets.
12485 (describe-char-unicodedata-file): Make URL link in doc string.
12486
12487 2005-12-22 Richard M. Stallman <rms@gnu.org>
12488
12489 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
12490 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
12491 Don't include buttons that write a file when there's no file.
12492 (custom-variable-menu, custom-face-menu, custom-group-menu):
12493 Don't include commands that write a file when there's no file.
12494 (customize-browse): Reword the top-of-buffer help intro.
12495 (custom-buffer-create-internal): Fix previous change.
12496 (customize-changed-options-previous-release): Prev release is 21.1.
12497 (customize-changed-options): Doc fix.
12498 (customize-changed): New alias.
12499 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
12500 Say "standard values".
12501 (Custom-reset-standard): Doc fix.
12502 (custom-face-reset-standard): Doc fix.
12503
12504 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
12507 even if font-lock-mode is non-nil since it may be t without having
12508 turned on font-lock-mode-internal.
12509 (font-lock-choose-keywords): Minor optimization.
12510 (font-lock-add-keywords, font-lock-remove-keywords)
12511 (font-lock-set-defaults): Don't call make-local-variable on a variable
12512 that we know to already be local.
12513
12514 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12515
12516 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
12517 messages if in the minibuffer.
12518
12519 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12520
12521 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
12522 (tex-mode-flyspell-verify, flyspell-get-word)
12523 (flyspell-external-point-words): Don't use point-min/max uselessly.
12524
12525 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
12526 by Kevin Rodgers. Instead, just hide the completions buffer if we
12527 don't need to show it.
12528
12529 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
12530
12531 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
12532
12533 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
12536 delete-windows-on with an inexistent buffer.
12537
12538 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
12539
12540 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12541 Delete defcustom variable :tag names.
12542
12543 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
12546 (log-view-font-lock-keywords): Ajust subgroup numbers.
12547 (log-view-current-tag): Don't hard code the number of subgroups.
12548
12549 2005-12-20 Juri Linkov <juri@jurta.org>
12550
12551 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
12552 (tooltip-x-offset, tooltip-y-offset): Doc fix.
12553
12554 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12555 (menu-bar-non-minibuffer-window-p): Instead of checking
12556 display-multi-frame-p, use selected-frame when menu-updating-frame
12557 is nil.
12558
12559 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
12560
12561 * align.el (align-rules-list): Use [ \t] instead of \s-
12562 for column separators in text mode.
12563
12564 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
12565
12566 * help-mode.el (help-customize-variable, help-customize-face):
12567 Don't pop help-xref-stack as help-follow no longer pushes
12568 anything on to it.
12569
12570 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
12571
12572 * textmodes/org.el (org-agenda-custom-commands): New option.
12573 (org-agenda): Offer custom commands on splash screen.
12574 (org-make-tags-matcher): Parser for Boolean logic added.
12575 (org-agenda-set-tags): New command.
12576 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
12577 (org-set-tags): Efficiency improvements.
12578 (org-auto-align-tags): New option.
12579 (org-todo, org-demote, org-promote): Realign tags.
12580 (org-tags-completion-function): Use also "&" and "|" as separators.
12581 (org-org-menu): Agenda commands simplified.
12582
12583 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
12584
12585 * cus-edit.el (customize-apropos, customize-apropos-options):
12586 Docstring changes.
12587
12588 * font-lock.el (font-lock): Add tags to the links in the defgroup.
12589
12590 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
12591
12592 * longlines.el (longlines-mode): Wrap while widened.
12593 (longlines-decode-region, longlines-encode-region): Compute max
12594 just once.
12595
12596 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12597
12598 * cus-edit.el (mac): New group.
12599
12600 * cus-start.el (all): Add user options in macterm.c. Add test for
12601 Mac-related built-ins. Fix test for GTK-related built-ins.
12602
12603 * term/mac-win.el (mac-handle-language-change)
12604 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
12605 (mac-services-open-selection, mac-services-mail-selection)
12606 (mac-services-mail-to, mac-services-insert-text)
12607 (mac-dispatch-apple-event): Add docstrings.
12608 (x-get-selection, mac-select-convert-to-string): Select coding
12609 system from `utf-16be' and `utf-16le' using `byteorder'.
12610
12611 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
12612
12613 * subr.el (lazy-completion-table): Don't be fooled if the var holds
12614 a "list" (lambda ...) rather than a real completion list.
12615
12616 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
12617 lexical-let when encountering ((lambda (...) ...) ...).
12618
12619 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12620
12621 * progmodes/sh-script.el (sh-mode):
12622 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
12623 * textmodes/picture.el (picture-mode): Update docstrings.
12624
12625 2005-12-17 Eli Zaretskii <eliz@gnu.org>
12626
12627 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
12628 commands enclosed in $(ARGQUOTE)s should not be split between two
12629 lines, as that will break with GNU Make >3.80, when sh.exe is used
12630 and arg quoting is with '..'.
12631 (autoloads): Don't break the quoted --eval expression between
12632 several lines.
12633
12634 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
12635
12636 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
12637 Capture error from printing circular structures.
12638
12639 2005-12-17 Martin Rudalics <rudalics@gmx.at>
12640
12641 * wid-edit.el (widget-checkbox-action): Clear undo info.
12642
12643 2005-12-16 Bill Wohler <wohler@newt.com>
12644
12645 * menu-bar.el (kill-this-buffer): Set a good example by using menu
12646 bar, not menubar in comment.
12647
12648 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
12651 After-change-functions should not clobber the match data.
12652
12653 2005-12-16 Juri Linkov <juri@jurta.org>
12654
12655 * simple.el (choose-completion): Use `buffer-substring-no-properties'
12656 instead of `buffer-substring'.
12657 (completion-common-substring): Doc fix.
12658 (completion-setup-function): Use minibuffer-completion-contents
12659 instead of minibuffer-contents. Don't set common-string-length
12660 initially. Remove special handling of partial-completion-mode.
12661 Move computation of completion-base-size into one cond.
12662 Call completion-base-size-function in mainbuf. In computation of
12663 completion-base-size for file name completion don't move point to
12664 the end of the minibuffer. Move computation of common-string-length
12665 into one cond. Start putting faces only when common-string-length>=0.
12666 Add condition to put completions-common-part when
12667 common-string-length>0.
12668
12669 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
12670 place point at the first different character in the minibuffer
12671 even if this position is at the beginning of the minibuffer.
12672
12673 * info.el (Info-read-node-name-1): In completion-base-size-function's
12674 lambda return 1 if common-substring or minibuffer-completion-contents
12675 starts with (, and 0 otherwise.
12676
12677 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
12678 Use `crm-current-element' for second arg of `display-completion-list'.
12679
12680 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
12681
12682 * files.el (set-auto-mode): Look for an interpreter specified on
12683 the first line also if search for mode specification succeeded,
12684 but the mode is not known.
12685
12686 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
12687
12688 * textmodes/org.el (org-tags-match-list-sublevels): New option.
12689 (org-open-at-point): Implement tag searches as links.
12690 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
12691 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
12692 (org-tags-sparse-tree, org-tags-view, org-set-tags)
12693 (org-agenda-dispatch): New commands.
12694 (org-use-tag-inheritance, org-tags-column): New options.
12695 (org-tab-follows-link, org-return-follows-link): New options.
12696 (org-tags): New customize group.
12697 (org-start-icalendar-file): Get local time zone.
12698 (org-tags-completion-function): New function.
12699 (org-set-font-lock-defaults): Make sure links will also be
12700 highlighted inside headlines.
12701
12702 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
12703
12704 * term.el (term-emulate-terminal):
12705 Let term-handle-ansi-terminal-messages override what Bash says about
12706 its current directory.
12707
12708 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12709
12710 * bindings.el (last-buffer): Move to simple.el.
12711 * simple.el (last-buffer): Move here.
12712 (get-next-valid-buffer): New function.
12713 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
12714 (prev-buffer): Ditto. Rename to `previous-buffer'.
12715
12716 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
12717 * bindings.el (global-map): Ditto.
12718
12719 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
12720
12721 * cus-edit.el: Introductory comment change.
12722 (custom-magic-alist): Change message string for the `rogue' state.
12723
12724 2005-12-15 Richard M. Stallman <rms@gnu.org>
12725
12726 * tooltip.el: Delete defcustom variable :tag names.
12727
12728 * complete.el (partial-completion-mode): Doc fix.
12729
12730 * textmodes/flyspell.el (flyspell-external-point-words):
12731 Use save-excursion to ensure we don't move backward in the
12732 search loop, not even one character.
12733 (flyspell-delete-all-overlays): Use remove-overlays directly.
12734
12735 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
12736 (ispell-start-process): Set that variable.
12737 Clear ispell-buffer-local-name.
12738 (ispell-internal-change-dictionary):
12739 Set ispell-current-dictionary after killing process.
12740 (ispell-buffer-local-dict):
12741 Don't set spell-personal-dictionary after killing process.
12742 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
12743 (ispell-tex-skip-alists, ispell-html-skip-alists)
12744 (ispell-skip-region-alist): Mark as risky.
12745
12746 * net/newsticker.el (newsticker--retrieval-timer-list)
12747 (newsticker--display-timer, newsticker-running-p)
12748 (newsticker-ticker-running-p): Definitions moved up.
12749
12750 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
12751
12752 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
12753
12754 2005-12-15 David Ponce <david@dponce.com>
12755
12756 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
12757 (recentf-edit-list, recentf-open-files): Signal an error when
12758 there is no recent file.
12759
12760 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
12761
12762 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
12763 read-only except for texinfo-format-region evaluation.
12764
12765 2005-12-14 Richard M. Stallman <rms@gnu.org>
12766
12767 * vc.el (vc-default-previous-version, vc-default-next-version)
12768 (vc-do-command): Doc fixes.
12769
12770 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12771
12772 * textmodes/bibtex.el (bibtex-expand-strings)
12773 (bibtex-autokey-expand-string, bibtex-name-part)
12774 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
12775 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
12776 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
12777 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
12778 (bibtex-entry-postfix, bibtex-known-entry-type-re)
12779 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
12780 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
12781 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
12782 (bibtex-beginning-of-last-entry): Remove.
12783 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
12784 message if comma is missing but buffer is read-only.
12785 (bibtex-parse-field-text): Handle whitespaces at the end of field
12786 text. Return 3-element list with beginning and end of field text
12787 and end of field.
12788 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
12789 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
12790 (bibtex-search-forward-field, bibtex-search-backward-field):
12791 Search always delimited by limits of entry. Use more efficient
12792 search algorithms.
12793 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
12794 bibtex-end-of-name-in-field.
12795 (bibtex-text-in-field-bounds): Handle BibTeX strings when
12796 extracting the content of a field.
12797 (bibtex-text-in-field): Use search limits.
12798 (bibtex-parse-string-prefix): Handle empty string keys based on
12799 bibtex-string-empty-key.
12800 (bibtex-parse-string): Fix docstring.
12801 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
12802 (bibtex-preamble-prefix, bibtex-strings): New functions.
12803 (bibtex-skip-to-valid-entry): Include preceding whitespace in
12804 BibTeX entries (consistent with other BibTeX functions).
12805 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
12806 (bibtex-search-entry): Fix docstring. Simplify.
12807 (bibtex-flash-head, bibtex-complete-string-cleanup)
12808 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
12809 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
12810 (bibtex-parse-entry): New optional arg content.
12811 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
12812 Use bibtex-text-in-field-bounds.
12813 (bibtex-print-help-message): Handle BibTeX strings and preambles.
12814 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
12815 bibtex-parse-string-postfix.
12816 (bibtex-find-text-internal): New function.
12817 (bibtex-remove-delimiters): Use it.
12818 (bibtex-find-text): Use it. New optional arg help.
12819 (bibtex-complete): Handle BibTeX string and preamble entries.
12820 (bibtex-Preamble): Fix order of closing delimiters.
12821
12822 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * vc.el (vc-default-revert): New fun.
12825
12826 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
12827
12828 2005-12-14 Romain Francoise <romain@orebokech.com>
12829
12830 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
12831 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
12832 (font-lock-remove-keywords): Likewise.
12833
12834 2005-12-14 Juri Linkov <juri@jurta.org>
12835
12836 * log-view.el (log-view-diff): Doc fix.
12837
12838 * isearch.el (isearch-query-replace): Use (mark) instead of
12839 isearch-opoint if mark is active in transient-mark-mode.
12840
12841 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
12842
12843 * isearch.el (isearch-query-replace): Check for isearch-other-end.
12844
12845 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
12846
12847 * progmodes/cpp.el (cpp-face): New widget.
12848 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
12849
12850 2005-12-14 Juri Linkov <juri@jurta.org>
12851
12852 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
12853 around `erase-buffer' and `insert'.
12854
12855 * descr-text.el (describe-text-properties): Replace buffer name
12856 "*Help-2*" with "*Help*<2>".
12857 (describe-char): Add functions print-help-return-message,
12858 toggle-read-only. Use help-setup-xref with nil to not store
12859 describe-char in help-xref-stack. Use help-make-xrefs to
12860 make [back] button.
12861
12862 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
12863
12864 * wdired.el (wdired-old-point): New internal variable.
12865 (wdired-change-to-wdired-mode): Set it buffer-locally.
12866 (wdired-abort-changes): Restore point after aborting changes.
12867
12868 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * vc.el (vc-do-command): Add a new value t for okstatus.
12871
12872 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
12873 frame in case of errors.
12874
12875 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12876
12877 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
12878 so it comes after "On the Left" in the menu.
12879
12880 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
12881
12882 * cus-edit.el (customize-apropos, customize-apropos-options)
12883 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
12884
12885 2005-12-12 Bill Wohler <wohler@newt.com>
12886
12887 * vc-svn.el (vc-svn-registered): Fix problem of visiting
12888 non-writable Subversion-controlled files by saving window
12889 configuration before calling vc-do-command. vc-do-command calls
12890 pop-to-buffer on error which is unexpected during registration.
12891
12892 2005-12-12 Jay Belanger <belanger@truman.edu>
12893
12894 * calc/README: Update the summary of changes.
12895
12896 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
12897
12898 * descr-text.el (describe-char): Rework last fix to solve the problem
12899 is the same way it's solved for everything else in that function
12900 (i.e. by extracting the info before setting up the *Help* buffer).
12901
12902 2005-12-12 Kim F. Storm <storm@cua.dk>
12903
12904 * subr.el (version-regexp-alist): Allow space as separator before
12905 non-numeric part, e.g. "1.0 alpha".
12906 (version-to-list): Interpret .X.Y version as 0.X.Y version.
12907
12908 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
12909
12910 * textmodes/org.el (org-agenda, org-timeline, org-todo):
12911 Implement Logging and the keep-modes setting.
12912 (org-get-category): Make sure a string is returned.
12913 (org-log-done): New function.
12914 (org-log-done, org-closed-string): New options.
12915
12916 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12917
12918 * tooltip.el (tooltip-y-offset): Change default to 20.
12919
12920 2005-12-12 Richard M. Stallman <rms@gnu.org>
12921
12922 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
12923
12924 * frame.el (display-hourglass): Doc fix.
12925
12926 * help.el (help-for-help-internal): Simplify entry for `a'.
12927
12928 * info.el (Info-on-current-buffer): Doc fix.
12929 (info-insert-file-contents): Don't test (featurep 'jka-compr).
12930
12931 * startup.el (inhibit-splash-screen): Make this the real name.
12932 (inhibit-startup-message): Make this the alias.
12933 (command-line): Find only simple.el, and use its directory
12934 to fill in other preloaded files' names.
12935 (command-line): Deactivate the mark if deactivate-mark is set.
12936
12937 * international/mule.el (load-with-code-conversion):
12938 Bind deactivate-mark.
12939
12940 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12941
12942 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
12943
12944 * cus-edit.el (customize-apropos): Avoid listing an option more
12945 than once under different aliases. No longer list user options
12946 that are not defined with defcustom (unless a prefix arg is given).
12947 Doc fix.
12948 (customize-apropos-options): Doc fix.
12949
12950 2005-12-11 Juri Linkov <juri@jurta.org>
12951
12952 * frame.el (set-background-color, set-foreground-color)
12953 (set-cursor-color, set-mouse-color, set-border-color):
12954 Add explicit prompts to read colors by `facemenu-read-color'.
12955 (show-trailing-whitespace, blink-cursor-delay)
12956 (blink-cursor-interval, display-hourglass, hourglass-delay):
12957 Remove tags.
12958 (display-hourglass, hourglass-delay): Doc fix.
12959 (cursor-in-non-selected-windows): Capitalize words in tag.
12960
12961 * faces.el (frame-background-mode): Replace `choice-item' keywords
12962 with `const' to not make [default] button. Change default value tag
12963 from `default' to `automatic'. Doc fix.
12964 (trailing-whitespace) <defface>: Change group `whitespace' to
12965 `whitespace-faces'.
12966
12967 2005-12-11 Richard M. Stallman <rms@gnu.org>
12968
12969 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
12970
12971 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12972
12973 * term/mac-win.el: Create keymap for mac-apple-event-map.
12974
12975 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
12976
12977 * tooltip.el (tooltip-mode): Move to start of file so that it
12978 appears at top of customize buffer.
12979
12980 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
12981 Add the gud groupname.
12982 (gud-tooltip-mode): Add the tooltip groupname.
12983 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
12984 avoid conflict with tooltip-use-echo-area.
12985
12986 2005-12-10 Romain Francoise <romain@orebokech.com>
12987
12988 * help.el (help-for-help-internal): Add `r' in doc string.
12989
12990 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12991
12992 * align.el (align-regexp, align-highlight-rule):
12993 Use region-beginning and region-end instead of point and mark, so that
12994 repetition (with `repeat-complex-command') recomputes the region
12995 bounds.
12996
12997 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
12998
12999 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13000 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13001 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
13002 (balance-windows): Rewrite using the above new functions.
13003
13004 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
13005
13006 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
13007 react if global-hi-lock-mode seems intended.
13008 (global-hi-lock-mode) Renamed from hi-lock-mode.
13009 (hi-lock-archaic-interface-message-used)
13010 (hi-lock-archaic-interface-deduce): New variables.
13011 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
13012 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
13013 (hi-lock-find-patterns, hi-lock-font-lock-hook):
13014 Replace hi-lock-buffer-mode with hi-lock-mode.
13015
13016 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
13017
13018 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
13019 completion list, even after a partial completion has been
13020 inserted in the current buffer. If there are more than 1
13021 completion, redisplay the *Completions* buffer; if the
13022 completion is unique, delete the *Completions* window.
13023
13024 2005-12-10 Eli Zaretskii <eliz@gnu.org>
13025
13026 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
13027 strings and long subject lines that were broken into multiple
13028 lines at arbitrary places. Handle subjects that have "Re: " in
13029 the middle.
13030
13031 2005-12-10 John W. Eaton <jwe@octave.org>
13032
13033 * emacs/octave-mod.el (octave-electric-space): Don't indent
13034 comments or strings if octave-auto-indent is nil.
13035
13036 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13037
13038 * term/mac-win.el: Require url when compiling.
13039 Call mac-process-deferred-apple-events after loading init files.
13040 (mac-apple-event-map): New defvar. Define event handlers in it.
13041 (core-event, internet-event): New Apple event class symbols.
13042 (open-application, reopen-application, open-documents)
13043 (print-documents, open-contents, quit-application)
13044 (application-died, show-preferences, autosave-now, get-url):
13045 New Apple event ID symbols.
13046 (about): New HICommand ID symbol.
13047 (mac-event-spec, mac-event-ae): New macros.
13048 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
13049 (mac-ae-selection-range, mac-ae-text-for-search)
13050 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
13051 (mac-application-menu-map): Remove keymap. Handlers for HICommand
13052 and Services menu events are now defined in mac-apple-event-map.
13053 (mac-drag-n-drop): Remove selection range handling.
13054
13055 2005-12-10 Kenichi Handa <handa@m17n.org>
13056
13057 * simple.el (zap-to-char):
13058 * isearch.el (isearch-process-search-char): Translate CHAR by
13059 translation-table-for-input.
13060
13061 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
13062
13063 * foldout.el (foldout-exit-fold): Properly hide subtree.
13064
13065 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13066
13067 * files.el (save-buffer):
13068 * international/ucs-tables.el (ucs-set-table-for-input):
13069 * mail/mail-extr.el (mail-extract-address-components):
13070 * mail/sendmail.el (mail-mode): Reformat doc string.
13071
13072 2005-12-09 Juri Linkov <juri@jurta.org>
13073
13074 * isearch.el (isearch-highlight): Change main overlay priority
13075 from 1 to 1001. Simplify.
13076 (isearch-lazy-highlight-update): Change lazy overlay priority
13077 from 0 to 1000.
13078
13079 * replace.el (replace-highlight): Change overlay priority from
13080 1 to 1001.
13081
13082 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
13083 Change overlay priority from 1 to 1001. Reuse existing overlay.
13084
13085 * compare-w.el (compare-windows-highlight): Change overlay
13086 priority from 1 to 1000.
13087
13088 * menu-bar.el (menu-bar-edit-menu): Add listp around
13089 pending-undo-list to disable menu item "undo" when pending
13090 undo list is empty.
13091
13092 * locate.el (locate): Disable undo in *Locate* buffer.
13093
13094 2005-12-09 Kim F. Storm <storm@cua.dk>
13095
13096 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
13097
13098 2005-12-09 David Ponce <david@dponce.com>
13099
13100 * recentf.el: Improvement of the menu code.
13101 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
13102 instead of menu hook.
13103 (recentf-show-menu, recentf-hide-menu): New functions.
13104 (recentf-menu-customization-changed, recentf-mode): Use them.
13105 (recentf-menu-action, recentf-max-menu-items)
13106 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
13107 (recentf-arrange-by-rule-others)
13108 (recentf-arrange-by-rules-min-items)
13109 (recentf-arrange-by-rule-subfilter) : Don't use
13110 `recentf-menu-customization-changed'.
13111 (recentf-arrange-rules): Likewise. Accept functions to compute
13112 sub-menu titles.
13113 (recentf-menu-filter): Likewise. Doc fix.
13114 (recentf-menu-value-shortcut): Doc fix.
13115 (recentf-dump-variable): Quote atom value.
13116 (recentf-make-menu-items): Update to use it as a menu filter.
13117 (recentf-match-rule): New function.
13118 (recentf-arrange-by-rule): Use it.
13119 (recentf-indirect-mode-rule): New function.
13120 (recentf-build-mode-rules): Use it.
13121 (recentf-dir-rule): New function.
13122 (recentf-arrange-by-dir): Use it.
13123 (recentf-filter-changer-current): Rename from
13124 `recentf-filter-changer-state'. All references updated.
13125 (recentf-filter-changer-alist): Update filter names.
13126 (recentf-filter-changer-select): New function.
13127 (recentf-filter-changer): Use it. Make a sub-menu from filters
13128 available in `recentf-filter-changer-alist'.
13129 (recentf-data-cache, recentf-clear-data)
13130 (recentf-update-menu): Remove. All references updated.
13131 (recentf-match-rule-p, recentf-build-dir-rules)
13132 (recentf-filter-changer-goto-next)
13133 (recentf-filter-changer-get-current)
13134 (recentf-filter-changer-get-next): Remove.
13135
13136 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
13137
13138 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
13139 buffer "Reset" button to "Reset to Current" for consistency with
13140 the State buttons.
13141
13142 2005-12-08 John Paul Wallington <jpw@pobox.com>
13143
13144 * ibuf-ext.el (define-ibuffer-filter filename):
13145 If `dired-directory' is a list then really use its car.
13146
13147 2005-12-08 Kim F. Storm <storm@cua.dk>
13148
13149 * emulation/cua-rect.el (cua--rectangle-aux-replace):
13150 Fix indention of text on right side of replaced rectangle.
13151
13152 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
13153
13154 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
13155 No need to check gud-comint-buffer is bound.
13156 (gdb): Prevent multiple debugging when first session uses gdba.
13157
13158 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13159
13160 CC Mode update to 5.31.
13161
13162 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
13163 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
13164 We might do this function properly in the future).
13165
13166 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
13167 New macros c-sentence-end and c-default-value-sentence end, to cope
13168 with Emacs 22's new function `sentence-end'.
13169
13170 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13171
13172 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
13173 compat issue using `c-put-overlay' and `c-delete-overlay'.
13174
13175 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
13176 New compat macros to handle overlays/extents.
13177
13178 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13179
13180 * progmodes/cc-fix.el: Add definitions of the macros push and pop
13181 (for GNU Emacs 20.4)
13182
13183 * progmodes/cc-defs.el:
13184 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
13185
13186 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
13187 highlighting mechanism so it will work in XEmacs too.
13188
13189 * progmodes/cc-defs.el: Insert c-int-to-char.
13190
13191 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
13192 call to the new macro c-int-to-char. This solves XEmacs's
13193 regarding characters as different from integers.
13194
13195 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13196
13197 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
13198 New internal helper.
13199
13200 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
13201 construct to make the indirect face lookup work in XEmacs.
13202
13203 (c-cpp-matchers): Append the negation char face to the existing
13204 fontification, so that the cpp face doesn't disappear.
13205 Use `c-make-syntactic-matcher' to avoid negation chars in comments
13206 and strings.
13207
13208 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
13209 to map to `font-lock-negation-char-face' in emacsen where it exists.
13210
13211 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13212
13213 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
13214
13215 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
13216 Rename "c-subword-move-mode" as "c-subword-mode".
13217
13218 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
13219 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
13220
13221 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13222
13223 * progmodes/cc-mode.el: Added autoload directive for
13224 `c-subword-move-mode' for use in older emacsen.
13225
13226 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13227
13228 * progmodes/cc-mode.el:
13229 (i) Insert a binding for C-c C-backspace into
13230 c-bind-special-erase-keys which works in TTYs.
13231 (ii) Make sure that when file styles are used, any explicitly
13232 given style variables take priority over those in the style.
13233 Do this by calling `hack-local-variables' a second time.
13234
13235 * progmodes/cc-vars.el: Add language specific customization
13236 widgets for AWK to c-doc-comment-style, c-require-final-newline
13237 and c-default-style. Add a defcustom for awk-mode-hook.
13238 Give c-syntactic-element and c-syntactic-context doc-strings by
13239 directly setting their `variable-documentation' propery.
13240 This allows Emacs 22.1 to read these with C-h v.
13241
13242 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
13243
13244 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13245
13246 * progmodes/cc-fonts.el, cc-vars.el
13247 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
13248 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
13249 Masatake YAMATO.
13250
13251 (c-doc-comment-style): Made GtkDoc default in C mode.
13252
13253 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
13254 and C-c C-<delete>.
13255
13256 (c-bind-special-erase-keys): New function for use on
13257 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
13258
13259 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
13260 <delete> key behavior in XEmacs according to `delete-forward-p'.
13261 C.f. `c-electric-delete'.
13262
13263 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13264
13265 * progmodes/cc-mode.el: Give c-hungry-backspace and
13266 c-hungry-delete-forward permanent key bindings.
13267
13268 * progmodes/cc-cmds.el (c-electric-semi&comma):
13269 Bind c-syntactic-context for calls to "criteria functions", for
13270 consistency with other calls to user functions.
13271
13272 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
13273 `current-prefix-arg', since this might be the prefix arg to a
13274 command which calls c-indent-command as a function. Change the
13275 interactive spec from "p" to "P".
13276
13277 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
13278 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
13279 was difficult to understand.
13280
13281 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13282
13283 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
13284 first char of an identifier.
13285
13286 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
13287 +" syntax in C++.
13288
13289 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13290
13291 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
13292 auto-fill doesn't split a c-comment's last word from a hanging
13293 "*/" when a space is typed between them after fill-column.
13294
13295 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
13296
13297 * progmodes/cc-styles.el (c-set-style)
13298 (c-setup-paragraph-variables): Abort the command if we're not in a
13299 CC Mode buffer.
13300
13301 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
13302 with blank comment-prefix, and a blank line as the comment's
13303 second line.
13304
13305 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13306
13307 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
13308 Incorporate the patterns added in the Emacs development branch
13309 for the new Emacs 22 face `font-lock-negation-char-face'.
13310
13311 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
13312 of "red" since it stands out better in xterms and DOS terminals.
13313
13314 * progmodes/cc-engine.el (c-literal-faces):
13315 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
13316
13317 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13318
13319 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
13320 forcibly enable c-electric-flag.
13321
13322 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
13323 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
13324 after the comment-prefix of a C-style comment will close that comment.
13325
13326 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13327
13328 * progmodes/cc-fonts.el (c-basic-matchers-before)
13329 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
13330 in Pike.
13331
13332 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
13333 digraphs.
13334
13335 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
13336 (c-cpp-message-directives, c-cpp-include-directives)
13337 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
13338 (c-cpp-expr-directives): Introduce new language constants to
13339 control cpp syntax in a cleaner way.
13340
13341 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
13342
13343 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
13344
13345 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
13346 (c-multiline-string-start-char): New language constants and
13347 variables to specify how newlines in string literals work.
13348
13349 (c-font-lock-invalid-string): Use them.
13350
13351 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
13352 unbalanced close brace is entered. Optimization by avoiding going
13353 back over arbitrarily large blocks. Removed hints that this
13354 function only would be relevant/useful in AWK.
13355
13356 (c-electric-brace): Indent syntactically after the cleanups since
13357 lineup functions might do it differently then.
13358
13359 * progmodes/cc-engine.el, cc-langs.el
13360 (c-opt-op-identifier-prefix): New language constant and variable.
13361
13362 (c-just-after-func-arglist-p, c-after-special-operator-id)
13363 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
13364
13365 * progmodes/cc-align.el, cc-engine.el
13366 (c-after-special-operator-id): New helper to handle C++ operator
13367 identifiers.
13368
13369 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
13370 (c-guess-basic-syntax): Handle C++ operator identifiers in
13371 declarations.
13372
13373 * progmodes/cc-langs.el (c-assignment-operators): Add the
13374 trigraph version of ^= too.
13375
13376 * progmodes/cc-langs.el (c-assignment-operators): Add the
13377 trigraph version of |= in C++.
13378
13379 * progmodes/cc-fonts.el (c-font-lock-declarators):
13380 Handle `c-decl-hangon-kwds' after the identifier name.
13381
13382 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
13383 whether an arglist is "nonempty", ignore a comment after the open
13384 paren if it isn't followed by a non-comment token on the same line.
13385
13386 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
13387 Enable heuristics below the point to cope with classes inside special
13388 brace lists in Pike.
13389
13390 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13391
13392 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
13393
13394 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13395
13396 * progmodes/cc-guess.el (cc-guess-install): New function to
13397 install an already guessed style in another buffer.
13398
13399 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
13400 sets `inhibit-read-only' - `c-save-buffer-state' should be used
13401 anyway if the change always is undone.
13402
13403 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13404
13405 Implement togglable electricity:
13406
13407 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
13408 saying when it should be used.
13409
13410 * progmodes/cc-engine.el: Add the new buffer-local variable,
13411 c-electric-flag.
13412
13413 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
13414 c-toggle-auto-newline.
13415
13416 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
13417 c-toggle-auto-newline. Remove the binding for
13418 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
13419 c-toggle-electric-state.
13420
13421 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
13422
13423 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
13424 c-\(forward\|backward\)-subword.
13425 (c-update-modeline): Add the new modeline flag `l' for
13426 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
13427 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
13428 Make the old name an alias of the new name.
13429 (c-toggle-electric-state): New function.
13430 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
13431 Adapt these functions to do electric things only when
13432 c-electric-flag is non-nil.
13433 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
13434 new functions from c-electric-brace.
13435 (c-point-syntax): Add a check for "virtual semicolons" in AWK
13436 mode, so that the tentative extra newline doesn't change the
13437 syntax of the following brace.
13438 (c-electric-brace): Restructure by extracting the above functions.
13439 Tidy up the coding somewhat.
13440 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13441 restructure a bit.
13442
13443 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13444
13445 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
13446 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
13447
13448 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
13449 (c-submode-indicators): Change name from `c-auto-hungry-string'
13450 since it's now used to track another submode.
13451
13452 (c-update-modeline): Convert to function and extended to check
13453 `c-subword-move-mode'.
13454
13455 (c-forward-into-nomenclature, c-backward-into-nomenclature):
13456 Convert to compat aliases for `c-forward-subword' and
13457 `c-backward-subword'.
13458
13459 * progmodes/cc-subword.el: New functions and minor mode to handle
13460 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
13461
13462 (c-forward-subword, c-backward-subword, c-mark-subword)
13463 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
13464 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
13465 Functions corresponding to the standard word handling functions.
13466
13467 (c-subword-move-mode): Minor mode that replaces all the standard
13468 word handling functions with their subword equivalences.
13469
13470 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13471
13472 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
13473 entry for one-liner-defun.
13474
13475 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
13476 name in its def-edebug-spec.
13477
13478 * progmodes/cc-cmds.el (c-electric-brace): Make the
13479 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
13480 compacts space before a comment, if this will make things fit on
13481 one line.
13482
13483 Introduce an "awk" style, mainly for auto-newline and clean-ups.
13484
13485 * progmodes/cc-align.el: New function c-snug-1line-defun-close
13486
13487 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
13488 clean-up one-liner-defun.
13489
13490 * progmodes/cc-styles.el: Add the new "awk" style.
13491
13492 * progmodes/cc-vars.el: Add description of one-liner-defun to
13493 c-cleanup-list's doc-string. New user options,
13494 c-max-one-liner-length. In c-default-style, set the default style
13495 for AWK to "awk".
13496
13497 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13498
13499 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
13500 macros inside labels.
13501
13502 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
13503 `c-at-statement-start-p' and `c-at-expression-start-p'.
13504
13505 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
13506 error if the mark isn't set.
13507
13508 * progmodes/cc-engine.el (c-guess-continued-construct)
13509 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
13510 accurately detect functions inside functions.
13511
13512 * progmodes/cc-engine.el (c-at-expression-start-p): New function
13513 like `c-at-statement-start-p' that additionally recognizes commas
13514 and expression parentheses as delimiters.
13515
13516 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
13517 to avoid heuristics that doesn't work for unclosed blocks.
13518 (c-at-statement-start-p): New function.
13519
13520 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
13521 Objective-C directives, e.g. directives spanning lines should work
13522 reasonably well now.
13523
13524 (c-put-c-type-property, c-clear-c-type-property): New helpers.
13525
13526 (c-forward-objc-directive): New function to move over any ObjC
13527 directive.
13528
13529 (c-just-after-func-arglist-p, c-guess-basic-syntax)
13530 (c-basic-matchers-before): Use it.
13531
13532 (c-font-lock-objc-iip-decl): Remove.
13533
13534 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
13535 in the template arglist recognition.
13536
13537 * progmodes/cc-styles.el (c-style-alist): Fix several
13538 inconsistencies in the Whitesmith style.
13539
13540 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
13541 New lineup function to get lines after Whitesmith style blocks
13542 correctly indented.
13543
13544 (c-lineup-whitesmith-in-block): Back out the compensation for
13545 opening parens since it's done using `add' lists in the style
13546 definition instead. Don't use the anchor position since it varies
13547 too much between the syntactic symbols. :P
13548
13549 * progmodes/cc-vars.el (c-valid-offset): Update.
13550
13551 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
13552 lists where the offsets are combined according to several
13553 different methods: `first', `min', `max', and `add'.
13554 Report offset evaluation errors with `c-benign-error' so that some kind
13555 of reindentation still is done.
13556
13557 * progmodes/cc-engine.el (c-guess-basic-syntax):
13558 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
13559 `arglist-close'.
13560
13561 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
13562 situations for `arglist-cont-nonempty' and `arglist-close'.
13563
13564 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
13565
13566 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
13567 cc-bytecomp-boundp' in a number of places.
13568
13569 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
13570 macro related issue.
13571
13572 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13573
13574 * progmodes/cc-awk.el: Change the terminology of regexps: A char
13575 list is now [asdf], a char class [:alpha:].
13576 Include code for char classes.
13577 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
13578 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
13579
13580 Remove (nearly all of) the cruft associated with AWK Mode's former
13581 concept of "virtual semicolons":
13582
13583 Adapt c-beginning-of-statement, c-end-of-statement (together with
13584 subfunctions) to use the new notion of "virtual semicolon" in
13585 place of the old awkward special handling for AWK. There remains
13586 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
13587 * progmodes/cc-cmds.el:
13588 (c-ascertain-adjacent-literal): In the backwards direction, now
13589 recognises AWK regexp delimiters as string delimiters.
13590 (c-after-statement-terminator-p): Adapt for virtual semicolons;
13591 check more rigorously for "end of macro".
13592 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
13593 virtual semicolons;
13594 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
13595 out the code for forward movement into ...
13596 (c-end-of-statement): Now contains the code for forward movement,
13597 adapted for virtual semicolons.
13598
13599 * progmodes/cc-engine.el:
13600 (c-ws*-string-limit-regexp): New regexp.
13601 (c-forward-single-comment, c-backward-single-comment): Comment out
13602 the (now redundant) "special" AWK stuff.
13603
13604 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
13605 c-string-par-start, c-string-par-separate to be more like Text
13606 Mode than Fundamental Mode.
13607
13608 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13609
13610 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
13611 to the fontified region so that fontification doesn't occur
13612 outside it (could happen e.g. when fontifying a line with an
13613 unfinished declaration).
13614
13615 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13616
13617 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
13618 start of the file. ^L now separate sections of the file.
13619 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
13620 (c-awk-one-line-possibly-open-string-re)
13621 (c-awk-regexp-one-line-possibly-open-char-class-re)
13622 (c-awk-one-line-possibly-open-regexp-re)
13623 (c-awk-one-line-non-syn-ws*-re): New defonsts.
13624 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
13625
13626 Amend the concept of "virtual semicolons" (in the indentation
13627 engine) for languages like AWK, such that they are now
13628 conceptually attached to end of the last token of a statement, not
13629 the end of the line. (In AWK Mode, however, the pertinent text
13630 property is still physically set on the EOL.) Remove the specific
13631 tests for awk-mode, thus facilitating the introduction of other
13632 language modes where EOLs can end statements.
13633 (Note: The funtionality in cc-cmds.el, specifically
13634 c-beginning/end-of-statement has yet to be amended.)
13635
13636 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
13637 New macros.
13638
13639 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
13640 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
13641 c-vsemi-status-unknown-p-fn (in a new page).
13642
13643 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
13644 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
13645 numerous awkward forms like
13646 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
13647 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
13648 variable before-ws-ip, the place just after char-before-ip appears.
13649
13650 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
13651 a comment.
13652
13653 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13654
13655 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
13656 `c-tentative-buffer-changes'.
13657
13658 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
13659 convert to macro to choose between Emacs and XEmacs at compile time.
13660
13661 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
13662
13663 (c-tentative-buffer-changes): New macro to handle temporary buffer
13664 changes in a convenient way.
13665
13666 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
13667 for `c-tentative-buffer-changes'.
13668
13669 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
13670 the checks for paren sexps between the point and the keyword, to
13671 avoid some false alarms.
13672
13673 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
13674 Fixed a situation where an error could be thrown for unbalanced
13675 parens. Changed to make use of c-keyword-member' to avoid some
13676 repeated regexp matches.
13677
13678 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
13679 These language variable are no longer necessary.
13680
13681 (c-block-stmt-kwds): New language constant used by
13682 c-looking-at-inexpr-block'.
13683
13684 (c-guess-basic-syntax): Remove an optional check that looked at
13685 the existence of the now removed language variables.
13686
13687 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
13688 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
13689 object instantiation expressions as declarations in some contexts.
13690 This bug only affected languages where the declarator can't be
13691 enclosed in parentheses.
13692
13693 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
13694 insert newlines before and after substatement braces.
13695
13696 * progmodes/cc-engine.el: Improved the heuristics for recognizing
13697 function declaration headers and the handling of C++ style member
13698 init lists.
13699
13700 (c-just-after-func-arglist-p): Rewritten to use
13701 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
13702
13703 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
13704
13705 (c-guess-basic-syntax): Adapt case 5B for the new
13706 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
13707 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
13708 covers all cases now).
13709
13710 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
13711
13712 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13713
13714 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
13715 c-string-par-start/separate c-sentence-end-with-esc-eol,
13716 initialised in c-setup-paragraph-variables, used in string
13717 scanning subroutines of c-beginning-of-statement.
13718
13719 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13720 which precedes the newly inserted `{'.
13721
13722 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13723
13724 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
13725 function for declaration level blocks. It should now cope with
13726 templates better and also be a lot more comprehensible.
13727
13728 (c-looking-at-decl-block): The new function.
13729
13730 (c-search-uplist-for-classkey): The old one. It's now a wrapper
13731 for compatibility.
13732
13733 (c-add-class-syntax, c-guess-continued-construct)
13734 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
13735
13736 (c-decl-block-key): Change to tell apart ambiguous and
13737 unambiguous keywords. Pike specials are now handled directly in
13738 the code instead.
13739
13740 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
13741 New language constants and variables to make the backward skip in
13742 `c-looking-at-decl-block' as tight as possible.
13743
13744 (c-nonsymbol-token-char-list): New language constant.
13745
13746 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
13747 find balanced template arglists backwards.
13748
13749 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
13750 making char classes for `c-syntactic-skip-backward'.
13751
13752 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
13753 16D - can't be a class-close at that point.
13754
13755 * progmodes/cc-engine.el (c-guess-basic-syntax)
13756 (c-add-class-syntax): Don't narrow out the enclosing declaration
13757 level. This makes everything a lot easier, and it was actually
13758 only four small places that needed it to work. Some places that
13759 previously did `widen' are removed now, which has the effect that
13760 `c-guess-basic-syntax' never will look at things outside the
13761 current narrowment now. The anchor position for `topmost-intro'
13762 is affected by this, but it was so bogus it was basically useless
13763 before, and now it's equally bogus but in a slightly different way.
13764
13765 (c-narrow-out-enclosing-class): Gone.
13766
13767 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
13768 the narrowed region.
13769
13770 (c-least-enclosing-brace): Remove silly optional argument.
13771
13772 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13773 the point could be left directly after an open paren when finding
13774 the beginning of the first decl in the block.
13775
13776 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
13777 Specify which submatch to use.
13778
13779 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
13780
13781 (c-decl-start-re): No longer any need for special treatment of
13782 ObjC due to the above.
13783
13784 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
13785 presumably follows C in that regard.
13786
13787 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
13788 New language constants to specify operator tokens inside
13789 identifiers in a more high level way.
13790
13791 (c-opt-identifier-prefix-key): New internal language constant.
13792
13793 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
13794 (c-identifier-start, c-identifier-key): Now completely calculated
13795 from other constants.
13796
13797 (c-identifier-last-sym-match): Decommission since it's no longer used.
13798
13799 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
13800
13801 * progmodes/cc-engine.el (c-forward-name): Remove the
13802 optimization when c-identifier-key is equal to c-symbol-key since
13803 it doesn't work in byte compiled files. Don't record empty
13804 regions as identifiers.
13805
13806 * progmodes/cc-langs.el (c-filter-ops): New helper function to
13807 simplify access to `c-operators' and its likes.
13808
13809 (c-operator-list, c-all-op-syntax-tokens)
13810 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
13811 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
13812 (c-primary-expr-regexp, c-cast-parens): Use it.
13813
13814 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
13815 an explicit language in functions.
13816
13817 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
13818 variant of adornment.
13819
13820 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
13821 variable.
13822
13823 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
13824 the Pike value.
13825
13826 * progmodes/cc-engine.el (c-on-identifier)
13827 (c-simple-skip-symbol-backward): Small fix for handling "-"
13828 correctly in `skip-chars-backward'. Affected the operator lfun
13829 syntax in Pike.
13830
13831 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
13832 diagnostic message about precompiled language vars not being used.
13833
13834 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
13835 "__attribute__" is followed by a parenthesis.
13836
13837 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
13838 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
13839 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
13840
13841 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
13842 Internal cleanups to properly detect the declared identifiers in
13843 various declarations.
13844
13845 (c-decl-start-kwds): New language constant to recognize
13846 declarations that can start anywhere. Used for class declarations
13847 in Pike.
13848
13849 (c-specifier-key, c-not-decl-init-keywords)
13850 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
13851 (c-find-decl-spots): Implement `c-decl-start-kwds'.
13852
13853 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
13854 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
13855 handling of the compiler specific extension keywords into a new
13856 language constant `c-decl-hangon-kwds' that defines keyword
13857 clauses to be ignored in declarations.
13858
13859 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
13860 past unrecognized tokens when handling `c-colon-type-list-kwds'.
13861 Necessary to stop at the declared identifier in e.g. IDL valuetype
13862 declarations.
13863
13864 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
13865 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
13866 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
13867 (c-forward-decl-or-cast-1): Recognize the declared identifier in
13868 class and enum declarations as such and not as part of the type.
13869
13870 (c-forward-decl-or-cast-1, c-forward-label): Relax the
13871 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
13872
13873 (c-forward-decl-or-cast-1): Don't disregard sure signs of
13874 declarations when there's some syntax error later on.
13875
13876 (c-complex-decl-matchers): Did away with a reference to
13877 `c-specifier-key'.
13878
13879 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
13880 value - this variable is always dynamically bound.
13881
13882 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
13883 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
13884 * cc-cmds.el, cc-defs.el: Change the policy for marking up
13885 functions that might do hidden buffer changes: All such internal
13886 functions are now marked instead of those that don't.
13887
13888 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
13889 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
13890 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
13891 (c-literal-type): Allow these functions to make hidden buffer changes,
13892 so that they are free to use text property caching later on.
13893
13894 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
13895 (c-electric-brace, c-electric-slash, c-electric-star)
13896 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
13897 (c-electric-paren, c-electric-continued-statement, c-indent-command)
13898 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
13899 (c-context-line-break): Add `c-save-buffer-state' calls to comply
13900 with the changed semantics of the functions above.
13901
13902 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
13903 when macros occur in obscure places. Optimized the sexp movement
13904 a bit.
13905
13906 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13907
13908 Enhancements for c-beginning-of-statement to work in AWK Mode:
13909
13910 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
13911 (completed statement) with `}' (statement completed by closing
13912 brace or semicolon) and `$' (statement completed by EOL).
13913
13914 (c-awk-virtual-semicolon-ends-prev-line-p)
13915 (c-awk-virtual-semicolon-ends-line-p)
13916 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
13917 (c-awk-at-statement-end-p): New functions.
13918
13919 * progmodes/cc-cmds.el: Simplify the structure of functions
13920 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
13921 two functions and c-beginning-of-statement to handle AWK Mode.
13922
13923 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
13924 c-backward-single-comment for AWK mode. Attempt to clarify their
13925 doc-strings.
13926
13927 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
13928
13929 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13930
13931 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
13932 label handling. Labels are now recognized in a uniform and more
13933 robust way, regardless of context. Text properties are put on all
13934 labels to recognize the following declarations better.
13935 Multiword labels are handled both in indentation and fontification for
13936 the benefit of language extensions like Qt. For consistency, keywords
13937 in labels are now fontified with the label face instead.
13938 That also applies to "case" and "default".
13939
13940 (c-beginning-of-statement-1): Fix some bugs in the label
13941 handling. Disregard `c-nonlabel-token-key' in labels that begin
13942 with `c-label-kwds'.
13943
13944 (c-find-decl-spots): Support that the callback adds more
13945 `c-decl-end' spots to find.
13946
13947 (c-forward-decl-or-cast-1): Don't treat a list of plain
13948 identifiers followed by a colon as a declaration.
13949
13950 (c-forward-label): New function to recognize labels.
13951
13952 (c-guess-basic-syntax): Replace uses of `c-label-key' with
13953 `c-forward-label'. Moved the label recognition cases (14 and 15)
13954 earlier since they aren't so context sensitive now. Handle labels
13955 on the top level gracefully. Moved access label recognition to
13956 the generic label case (CASE 15) - removed CASE 5E.
13957
13958 (c-font-lock-declarations): Add recognition of labels in the
13959 same round since we need to handle labels in parallell with other
13960 declarations to recognize both accurately. It should also improve
13961 speed.
13962
13963 (c-simple-decl-matchers, c-basic-matchers-after):
13964 Move `c-font-lock-labels' so that it only is used on decoration level 2
13965 since `c-font-lock-declarations' handles it otherwise.
13966
13967 (c-complex-decl-matchers): Remove the simplistic recognition of
13968 access labels.
13969
13970 (c-decl-prefix-re): Remove the kludges that was necessary to cope
13971 with labels earlier.
13972
13973 (c-decl-start-re): New language variable to make
13974 `c-font-lock-declarations' stop for the special protection labels
13975 in Objective-C that start with `@'.
13976
13977 (c-label-key): Remove since it's no longer used.
13978
13979 (c-recognize-colon-labels, c-label-prefix-re): New language
13980 constants to support recognition of generic colon-terminated labels.
13981
13982 (c-type-decl-end-used): `c-decl-end' is now used whenever there
13983 are colon terminated labels.
13984
13985 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13986 first argument starts with a special brace list.
13987
13988 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
13989 (c-font-lock-declarations): Break out the declaration and cast
13990 recognition from `c-font-lock-declarations' to a new function, so
13991 that it can be used in the indentation engine.
13992
13993 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
13994 up to the start of the literal. Fixed bug with the point on the
13995 wrong side of the search limit that could happen when the start
13996 position is inside a literal.
13997
13998 * progmodes/cc-engine.el (c-parse-state)
13999 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
14000 so that it's kept a little bit back to increase the hit rate.
14001
14002 (c-parse-state): Change the macro handling and fixed some
14003 glitches. Macro context is checked more often than necessary now,
14004 but otoh less garbage conses are generated.
14005
14006 * progmodes/cc-engine.el (c-parse-state)
14007 (c-invalidate-state-cache): Cache the last position where
14008 `c-state-cache' applies. This can speed up refontification quite
14009 a bit in blocks where there are many non-brace parens before the point.
14010
14011 (c-state-cache-end): New variable for this.
14012
14013 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
14014 cache variable.
14015
14016 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
14017 get close initial continue positions when the start position is
14018 inside a literal or macro. Do not call the callback for spots
14019 before the start position (which can happen e.g. for `c-decl-end'
14020 spots inside comments). Optimize better in special cases when the
14021 region is a single line inside a literal or macro (typically when
14022 the current line is refontified).
14023
14024 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
14025 to `c-add-stmt-syntax' - there's no need to explicitly whack off
14026 entries from the paren state.
14027
14028 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
14029 special case for "else if" clauses.
14030
14031 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
14032 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
14033
14034 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
14035 New language variable to recognize the gcc extension with statement
14036 blocks inside expressions.
14037
14038 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
14039 it somewhat more comprehensible. The argument AT-BLOCK-START is
14040 no longer used and hence removed.
14041
14042 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
14043 to `c-add-stmt-syntax'.
14044
14045 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
14046 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
14047 This fixes bogus label recognition.
14048
14049 * progmodes/cc-engine.el (c-add-type, c-check-type)
14050 (c-forward-name, c-forward-type): Improve storage of template
14051 types in `c-found-types' so that they can be recognized better.
14052
14053 (c-syntactic-content): Add option to skip past nested parens.
14054
14055 * progmodes/cc-engine.el (c-forward-name):
14056 Set `c-last-identifier-range' all the time. It's less work that way.
14057 Handle that there might not be an identifier to store in
14058 `c-last-identifier-range'.
14059
14060 (c-forward-type): Handle that `c-last-identifier-range' might be
14061 nil from `c-forward-name'.
14062
14063 * progmodes/cc-defs.el (c-safe-scan-lists)
14064 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
14065
14066 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
14067 to work even if the form fails.
14068
14069 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
14070 down in a large file in one go.
14071
14072 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
14073
14074 * progmodes/cc-align.el (c-lineup-assignments): New lineup
14075 function which is like `c-lineup-math' but returns nil instead of
14076 `c-basic-offset' when it doesn't match.
14077
14078 (c-lineup-math): Change to use `c-lineup-assignments'.
14079
14080 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14081
14082 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
14083 c-beginning-of-statement. New subfunctions
14084 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
14085
14086 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14087
14088 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
14089 hardcoded char classes whereever possible. Changed a couple of
14090 places to use skip by syntax instead of skip by char class.
14091
14092 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
14093 Fix a bug in the regexp that caused extreme backtracking.
14094
14095 * progmodes/cc-langs.el (c-block-comment-starter)
14096 (c-block-comment-ender): New language constants to specify in a
14097 single place how block comments look.
14098
14099 (c-comment-start-regexp, c-block-comment-start-regexp)
14100 (comment-start, comment-end, comment-start-skip)
14101 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
14102 (c-syntactic-ws, c-nonempty-syntactic-ws)
14103 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
14104 `c-line-comment-starter', `c-block-comment-starter' and
14105 `c-block-comment-ender'.
14106
14107 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
14108 New language constants to break up things a bit.
14109
14110 (c-simple-ws): New language constant for simple whitespace.
14111
14112 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
14113
14114 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
14115 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
14116 newlines. Allow and ignore nil elements in the list.
14117
14118 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14119
14120 * progmodes/cc-cmds.el: Comment out a (n almost certainly
14121 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
14122
14123 * progmodes/cc-cmds.el: Tidy up the comments in
14124 c-beginning-of-statement and subfunctions.
14125
14126 * progmodes/cc-awk.el: Replace calls to put-text-property to the
14127 more flexible c-put-char-property and c-clear-char-properties.
14128 Add the author's email address.
14129
14130 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
14131
14132 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
14133 closing "*/" of a block comment.
14134
14135 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
14136 subfunctions) so that it works at BOB and EOB.
14137
14138 * progmodes/cc-cmds.el, cc-vars.el: More updating of
14139 c-beginning-of-statement, including new variable
14140 c-block-comment-start-regexp.
14141
14142 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14143
14144 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
14145 symbols from `*-font-lock-extra-types' so that there's no need to
14146 use `regexp-opt' on those lists.
14147
14148 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
14149 `c-type-modifier-kwds' is empty.
14150
14151 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
14152 there are several strings on the same line.
14153
14154 * progmodes/cc-engine.el (c-literal-limits): Remove the
14155 compatibility function for older emacsen. `c-literal-limits-fast'
14156 has now taken the place of this function.
14157
14158 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
14159 with older emacsen: We now require `pps-extended-state'.
14160
14161 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14162
14163 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
14164 which obviates the need to hack sentence-end. This now handles
14165 escaped newlines in strings correctly. Correct minor bugs in
14166 c-move-over-sentence and in c-beginning-of-statement.
14167
14168 * progmodes/cc-cmds.el (c-beginning-of-statement (and
14169 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
14170 that movement over macros and code are rigorously separated from
14171 eachother. Correct a few incidental bugs.
14172
14173 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
14174 Improve its doc-string. Improve the handling of certain specific cases.
14175
14176 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14177
14178 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
14179 (c-guess-basic-syntax): Change the way class-level labels are
14180 recognized; they can now contain essentially any symbols.
14181
14182 (c-opt-extra-label-key): New language variable to cope with the
14183 special protection label syntax in Objective-C.
14184
14185 (c-opt-access-key): Remove; this is now handled better by
14186 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
14187
14188 (c-complex-decl-matchers): Update to handle that
14189 `c-opt-access-key' no longer exists.
14190
14191 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
14192 improved label recognition in `c-beginning-of-statement-1'.
14193
14194 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14195 Recognize bitfields better.
14196
14197 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
14198 Remove some cruft and fixed a bug that could cause it to go to a
14199 position further down.
14200
14201 * progmodes/cc-langs.el, cc-engine.el
14202 (c-beginning-of-statement-1): Improve detection of labels in
14203 declaration contexts.
14204
14205 (c-beginning-of-decl-1): Use it.
14206
14207 (c-nonlabel-token-key): New language constant and variable needed
14208 by `c-beginning-of-statement-1'.
14209
14210 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
14211 manifested itself due to the correction in `c-forward-sexp'.
14212
14213 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
14214 Make these behave as documented when used at the buffer limits.
14215
14216 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
14217 (c-type-decl-end-used): Made this a language variable.
14218
14219 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
14220 correctly when `combine-after-change-calls' is used together with
14221 temporary narrowings.
14222
14223 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14224 Report labels correctly when the start point is immediately after the
14225 colon.
14226
14227 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
14228 Remove since it isn't used anymore.
14229
14230 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
14231 bracket arglists such as template parens in C++.
14232
14233 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
14234 in the last check-in. Some optimization.
14235
14236 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
14237 where it could stop at the same level in a preceding sexp when
14238 PAREN-LEVEL is set.
14239
14240 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
14241 text property lookup only when it's needed.
14242
14243 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
14244 Change the policy for paren marked angle brackets to be more
14245 persistent; once marked they remain marked even when they're found
14246 to be unbalanced in the searched region. This should keep the
14247 paren syntax around even when individual lines are refontified in
14248 multiline template arglists.
14249
14250 (c-parse-and-markup-<>-arglists): New dynamically bound variable
14251 to control markup so that incorrect angle bracket arglists aren't
14252 marked in contexts where the correct value for
14253 `c-disallow-comma-in-<>-arglists' isn't known.
14254
14255 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
14256 argument has become `c-parse-and-markup-<>-arglists'.
14257
14258 (c-remove-<>-arglist-properties): Remove - no longer used.
14259
14260 (c-after-change-check-<>-operators): New function used on
14261 `after-change-functions' to avoid that "<" and ">" characters that
14262 are part of longer operators have paren syntax.
14263
14264 (c-<>-multichar-token-regexp): New language variable used by
14265 `c-after-change-check-<>-operators'.
14266
14267 (c-after-change): Call `c-after-change-check-<>-operators'.
14268
14269 (c-font-lock-<>-arglists): Use the context properties set by
14270 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
14271 correctly to avoid doing invalid markup.
14272
14273 (c-font-lock-declarations): Remove code that undoes the invalid
14274 markup done by `c-font-lock-<>-arglists'.
14275
14276 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
14277 after `c-font-lock-declarations'.
14278
14279 * progmodes/cc-engine.el (c-syntactic-skip-backward):
14280 Add paren-level feature.
14281
14282 (c-guess-basic-syntax): Improve the anchor position for
14283 `template-args-cont' in nested template arglists. There's still
14284 much to be desired in this area, though.
14285
14286 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14287
14288 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
14289 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
14290
14291 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14292
14293 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
14294 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
14295
14296 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
14297 it doesn't work no longer are supported.
14298
14299 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
14300 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
14301 requires support for the syntax-table' text property, which rules
14302 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
14303 cruft associated with those versions.
14304
14305 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
14306 for the `syntax-table' text property, which rules out Emacs 19 and
14307 XEmacs < 21.4. Removed various compatibility cruft associated
14308 with those versions.
14309
14310 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
14311 support for the `syntax-table' text property.
14312
14313 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
14314 variable and use an extra quoted face name instead. All the
14315 emacsen flavors handle that correctly.
14316
14317 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
14318 (c-font-lock-declarators, c-font-lock-declarations)
14319 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
14320 property to mark the items in in declarator lists to handle
14321 refontification inside multiline declarations better.
14322
14323 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
14324 construct like "a * b = c;" as a declaration.
14325
14326 2005-12-08 Kim F. Storm <storm@cua.dk>
14327
14328 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
14329 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
14330 select either meta, hyper, or super modifier for rectangle commands.
14331 (cua--rectangle-modifier-key): New defvar.
14332 (cua--M/H-key): Use it. Remove special case for `space'.
14333 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
14334 on X, to meta otherwise. Always bind C-return to toggle
14335 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
14336
14337 * emulation/cua-rect.el (cua-help-for-rectangle):
14338 Use cua--rectangle-modifier-key. Handle super modifier too.
14339 (cua--init-rectangles): Always bind C-return to toggle rectangle.
14340 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
14341
14342 * ido.el: Move Acknowledgements and History after Commentary.
14343 Minor changes to Commentary.
14344
14345 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
14346 keymap if cua--prefix-override-timer is `shift'.
14347 (cua--shift-control-prefix): New function; emulate "type prefix
14348 key twice" functionality to handle shifted prefix key override.
14349 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
14350 New commands.
14351 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
14352
14353 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
14354
14355 * textmodes/org.el (org-insert-heading): Try to do items before
14356 headings.
14357 (org-agenda-mode): Quote `org-agenda-mode-hook'.
14358 (org-insert-item): New function.
14359 (org-renumber-ordered-list): Don't skip to higher level lists.
14360
14361 2005-12-08 Juri Linkov <juri@jurta.org>
14362
14363 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
14364
14365 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
14366
14367 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
14368
14369 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
14370 the constructed function name fun-1.
14371
14372 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
14373 because such links don't lead to parent documentation.
14374
14375 2005-12-08 Kenichi Handa <handa@m17n.org>
14376
14377 * descr-text.el (describe-char): Use *Help-2* buffer if the
14378 current buffer is *Help*. Call describe-text-properties while
14379 setting the original buffer.
14380
14381 2005-12-07 Bill Wohler <wohler@newt.com>
14382
14383 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
14384 and causes problems with non-MH users (such as Gnus users).
14385
14386 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
14387
14388 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
14389 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
14390 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
14391 command "info sources". Move calls to GDB command "list".
14392 (gdb-find-file-hook): Just use gdb-source-file-list.
14393 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
14394 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
14395 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
14396 (gdb-data-list-register-values-handler): Use correct trigger name.
14397
14398 2005-12-07 Kim F. Storm <storm@cua.dk>
14399
14400 * ido.el (ido-completion-map): Rename from ido-mode-map.
14401 (ido-common-completion-map, ido-file-completion-map)
14402 (ido-file-dir-completion-map, ido-buffer-completion-map):
14403 Rename from ido-mode-....-map.
14404 (ido-init-completion-maps): Rename from ido-init-mode-maps.
14405 (ido-setup-completion-map): Rename from ido-define-mode-map.
14406 (ido-read-internal): Bind minibuffer-local-filename-completion-map
14407 to ido-completion-map.
14408
14409 2005-12-07 Kenichi Handa <handa@m17n.org>
14410
14411 * international/mule-cmds.el
14412 (set-display-table-and-terminal-coding-system): If the coding
14413 system specified in `unibyte-display' property is different from
14414 the arg coding-system, don't setup standard-display-table.
14415
14416 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14417
14418 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
14419 that comments end at \n, regardless of selective-display.
14420
14421 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
14422
14423 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
14424 (gdb-version): New variables.
14425 (gdb-source-file-list, gdb-register-names)
14426 (gdb-changed-registers): New variables for use with GDB 6.4+.
14427 (gdb-ann3): Replace with...
14428 (gdb-init-1, gdb-init-2): ...two new functions.
14429 (gdba, gdb-prompt): Call gdb-init-1.
14430 (gdb-get-version): New function. Call gdb-init-2 from here.
14431 (gud-watch): Make it work with mouse events too.
14432 (gdb-post-prompt): Don't add to queue until GDB version is known.
14433 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
14434 (gdb-locals-mode): Use gdb-version.
14435 (gdb-memory-format-map, gdb-memory-unit-map)
14436 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
14437 (gdb-locals-font-lock-keywords-1)
14438 (gdb-locals-font-lock-keywords-2): New variables.
14439 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
14440 (gdb-set-gud-minor-mode-existing-buffers-1)
14441 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
14442 (gdb-var-update-1, gdb-var-update-handler-1)
14443 (gdb-data-list-register-values-handler)
14444 (gdb-data-list-register-values-custom)
14445 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
14446 (gdb-stack-list-locals-handler, gdb-get-register-names):
14447 New functions for use with GDB 6.4+.
14448 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
14449 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
14450 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
14451 (gdb-stack-list-locals-regexp)
14452 (gdb-data-list-register-names-regexp): New regexps for use with
14453 GDB 6.4+.
14454
14455 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
14458
14459 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
14460
14461 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
14462 prompts work for AUTH PLAIN. Also reported by Steve Allan
14463 <seallan@verizon.net>.
14464
14465 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14466
14467 * frame.el (set-frame-parameter): Add doc string.
14468
14469 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
14470
14471 * textmodes/org.el (org-occur-highlights): New variable.
14472 (org-highlight-new-match, org-remove-occur-highlights): New functions.
14473 (org-highlight-sparse-tree-matches): New option.
14474 (org-do-occur): New function.
14475 (org-get-heading): Make it work also at beginning of line.
14476 (org-category-table): New variable.
14477 (org-get-category-table, org-get-category)
14478 (org-camel-to-words, org-link-search): New functions.
14479 (org-select-this-todo-keyword): New variable.
14480 (org-todo-list): New command.
14481 (org-shiftright, org-shiftleft): New commands.
14482 (org-agenda-todo): Add prefix argument.
14483 (org-show-hierarchy-above): New option.
14484 (org-show-todo-tree): Numerical prefix creates tree for specific
14485 TODO keyword.
14486 (org-outline-level): New function, to assign a level to plain
14487 lists items.
14488 (org-cycle-include-plain-lists): New option.
14489 (org-mode): Use `org-outline-level' as value of `outline-level'.
14490 (org-cycle): Temporarily switch `outline-regexp' if
14491 `org-cycle-include-plain-lists' is non-nil.
14492 (org-start-icalendar-file): Fix format bug.
14493 (org-agenda-get-day-entries): Create category table.
14494 (org-agenda-get-todos, org-agenda-get-timestamps)
14495 (org-agenda-get-deadlines, org-agenda-get-scheduled)
14496 (org-agenda-get-blocks): Use `org-get-category'.
14497 (org-context-in-file-links): Rename from
14498 `org-line-numbers-in-file-links'.
14499
14500 2005-12-06 Romain Francoise <romain@orebokech.com>
14501
14502 * window.el (balance-windows): Delete extraneous third arg in call
14503 to `enlarge-window'.
14504
14505 2005-12-06 Kenichi Handa <handa@m17n.org>
14506
14507 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
14508
14509 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
14510
14511 * progmodes/gdb-ui.el (gdb-var-create-handler)
14512 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
14513 (gdb-var-list-children-handler, gdb-var-update-handler):
14514 Current buffer is already gdb-partial-output-buffer, don't
14515 make it current again.
14516
14517 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
14518
14519 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
14520 (list-buffers-noselect): Use it.
14521
14522 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14523
14524 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
14525 (mail-yank-ignored-headers): Use regexp-opt.
14526 (mail-mode-map): Move initialization into declaration.
14527 (mail-sent-via): Remove unused shadowed var `to-line'.
14528 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
14529 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
14530 (mail-do-fcc): Use dolist and push.
14531 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
14532 (mail-yank-ignored-headers): Don't autoload.
14533
14534 2005-12-05 Kenichi Handa <handa@m17n.org>
14535
14536 * international/mule-cmds.el (set-language-info-internal): New fun.
14537 (set-language-info): Call set-language-info-internal to update
14538 language-info-alist. If LANG-ENV is the current one, call
14539 set-language-environment to make INFO effective now.
14540 (set-language-info-alist): Likewise.
14541 (locale-language-names): With locale "en", use English
14542 lang. env. but set the default codings to iso-8859-1.
14543
14544 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
14545
14546 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
14547 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
14548 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
14549 for plain strings.
14550 (gdb-frames-mode): Remove redundant call to font-lock-mode.
14551 (gdb-all-registers): Rename from toggle-gdb-all-registers.
14552 Create registers buffer if necessary. Echo new state in minibuffer.
14553 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
14554
14555 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
14556
14557 * info.el (Info-fontify-node): Match external links using
14558 non-directory part of filename.
14559
14560 2005-12-04 Juri Linkov <juri@jurta.org>
14561
14562 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
14563 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
14564 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
14565 because there is no customization option for it.
14566
14567 * font-lock.el (lisp-font-lock-keywords-1):
14568 Add define-global-minor-mode.
14569
14570 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
14571
14572 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
14573 properties on the constructed variable names.
14574
14575 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14576 Put `definition-name' properties on the constructed function names
14577 next-sym and prev-sym.
14578
14579 * emacs-lisp/find-func.el (find-function-regexp):
14580 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
14581 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
14582 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
14583 and easy-menu-define.
14584
14585 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
14586 easy-mmode-define-global-mode and define-global-minor-mode.
14587 (lisp-imenu-generic-expression): Add define-global-minor-mode.
14588
14589 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
14590 instead of easy-mmode-define-global-mode.
14591
14592 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14593 Use define-minor-mode instead of easy-mmode-define-minor-mode.
14594
14595 * cus-edit.el (customize-group, customize-group-other-window):
14596 Filter out autoloaded options from the group completion list by
14597 using heuristics that autoloaded groups don't have `custom-autoload'
14598 property on their symbols (they have only `custom-loads').
14599
14600 * simple.el (completion-setup-function): Put completions-common-part
14601 face on complete completion string too (i.e. completion string
14602 without completions-first-difference face).
14603
14604 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
14605
14606 2005-12-03 Eli Zaretskii <eliz@gnu.org>
14607
14608 * view.el (view-mode): Doc fix.
14609
14610 * disp-table.el (standard-display-european): Add to the warning
14611 message a reference to the doc string.
14612
14613 * play/yow.el (apropos-zippy): Call print-help-return-message,
14614 similar to other Help and Apropos commands.
14615
14616 * help.el (print-help-return-message): If pop-up-frames is
14617 non-nil, set up help-return-method to delete the help window and,
14618 possibly, its frame as well, and don't display message about
14619 scrolling the help window. Doc fix.
14620 (help-return-method): Doc fix.
14621
14622 2005-12-03 Martin Rudalics <rudalics@gmx.at>
14623
14624 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
14625 whereby names of length one or names starting with a
14626 symbol-constituent character would not be returned.
14627
14628 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14629
14630 * subr.el (atomic-change-group): Add edebug and indentation spec.
14631
14632 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14633
14634 * completion.el (save-completions-file-name): Fix typo in last change.
14635
14636 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14637
14638 * info.el: Move back/forward history to the beginning of the tool bar.
14639
14640 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
14641
14642 * allout.el (eval-when-compile): Remove unnecessary load of cl.
14643 Add fset of allout-real-isearch-abort during compile to fix
14644 byte-compilation warnings.
14645 (allout-mode-p): Move definition of this macro above all uses, or
14646 byte compilation in barren Emacs (eg, during Emacs build) will
14647 lack the definition.
14648 (allout-mode): Move this variable above any uses, or byte
14649 compilation will fail.
14650 (allout-resolve-xref): Remove use of personal file-reference function.
14651 (allout-toggle-current-subtree-encryption): Do the current (ie,
14652 visible containing) topic, rather than nearest around point. Doc fix.
14653 (allout-toggle-subtree-encryption): New function, workhorse that
14654 works on nearest topic containing point.
14655 (allout-encrypt-string): Signal requirement for newer version of pgg.
14656 (allout-resumptions): Doc fix.
14657
14658 2005-12-02 Eli Zaretskii <eliz@gnu.org>
14659
14660 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
14661
14662 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
14663
14664 * textmodes/flyspell.el (flyspell-external-point-words):
14665 Consider a misspelling as found in the string search if: (a) misspelling
14666 and found string lengths match, or (b) misspelling is found as
14667 element in a boundary-chars separated longer string, or (c)
14668 ispell-program-name is really ispell and misspelling is found as
14669 part of a TeX string. After successful match move beginning of
14670 search region to end of match. Warn about not found misspellings
14671 once the process is done.
14672 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
14673
14674 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
14675
14676 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
14677 tool bar (removed inadvertently).
14678
14679 2005-12-02 Juri Linkov <juri@jurta.org>
14680
14681 * log-view.el (log-view-diff): Clarify doc string.
14682
14683 2005-12-01 Bill Wohler <wohler@newt.com>
14684
14685 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
14686 triggers lm-verify errors.
14687
14688 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
14689
14690 * simple.el (transient-mark-mode, line-number-mode)
14691 (column-number-mode, size-indication-mode): Remove `:require nil'.
14692
14693 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
14694
14695 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
14696 in the margin also.
14697 (gdb-breakpoints-mode-map): Use D instead of d for
14698 gdb-delete-breakpoint.
14699 (gdb-get-frame-number): Require a number to match on.
14700 (gdb-threads-mode-map): Add follow-link binding.
14701
14702 2005-11-30 Jason Rumney <jasonr@gnu.org>
14703
14704 * isearch.el (isearch-mode-map): Avoid exiting search on
14705 language-change event.
14706
14707 2005-11-30 Romain Francoise <romain@orebokech.com>
14708
14709 * speedbar.el (speedbar-default-position): New defcustom.
14710 (speedbar-frame-reposition-smartly): Use it.
14711
14712 * dframe.el (dframe-reposition-frame-emacs): Fix position
14713 computation for `left' location.
14714 Update copyright year.
14715
14716 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * help.el (help-map): Move initialization into declaration.
14719
14720 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
14721
14722 * help-fns.el (help-argument-name): Don't autoload.
14723 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
14724 to be re-loaded when customizing the `help' group.
14725
14726 2005-11-30 John Paul Wallington <jpw@gnu.org>
14727
14728 * help-fns.el (describe-function-1): Fill arglist output.
14729
14730 2005-11-30 Kim F. Storm <storm@cua.dk>
14731
14732 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
14733 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
14734 after revert-buffer (or anything else which kills all local variables).
14735
14736 * apropos.el (apropos-parse-pattern): Doc fix.
14737 Set apropos-regexp directly, rather than expecting callers to do so.
14738 (apropos-command, apropos, apropos-value, apropos-documentation):
14739 Simplify calls to apropos-parse-pattern.
14740
14741 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14742
14743 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
14744 (hi-lock-face-phrase-buffer): Use hi-yellow face.
14745 (hi-lock-write-interactive-patterns): Use comment-region.
14746
14747 * longlines.el (longlines-mode): Add mail-setup-hook.
14748
14749 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
14750
14751 * simple.el (sendmail-user-agent-compose, next-line):
14752 Conditionally use hard-newline.
14753
14754 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14755
14756 * international/latexenc.el (latex-inputenc-coding-alist):
14757 Reword doc string.
14758
14759 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
14760
14761 * help.el (describe-key-briefly, describe-key): Recognize default
14762 bindings.
14763
14764 2005-11-29 Romain Francoise <romain@orebokech.com>
14765
14766 * view.el (view-inhibit-help-message): New defcustom.
14767 (view-mode-enter): Use it.
14768
14769 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
14770
14771 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
14772 Preserve user position.
14773
14774 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
14775
14776 * font-lock.el: Throw error if facemenu is not loaded to prevent
14777 accidental change of loading order in loadup.el. (Suggested by RMS.)
14778
14779 * loadup.el: Add comment explaining why facemenu must be loaded
14780 before font-lock.
14781
14782 2005-11-28 Jay Belanger <belanger@truman.edu>
14783
14784 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
14785 (calc-dispatch-map): Add more keys for `calc-same-interface'.
14786
14787 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
14788
14789 * calc/calc-embed.el (calc-do-embedded): Update help message.
14790
14791 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
14792
14793 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14794
14795 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
14796
14797 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
14798 called-interactively-p.
14799 (elp-profilable-p): Rename from elp-not-profilable-p.
14800 Invert result and take into account macros and autoloaded functions.
14801 (elp-instrument-function): Update call.
14802 (elp-instrument-package): Update call. Add completion.
14803 (elp-pack-number): Use match-string.
14804 (elp-results-jump-to-definition-by-mouse): Merge into
14805 elp-results-jump-to-definition and then remove.
14806 (elp-output-insert-symname): Make help echo text single-line.
14807
14808 * replace.el (query-replace-map): Move initialization into declaration.
14809 (occur-engine): Use with-current-buffer.
14810 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
14811 (occur-mode-mouse-goto): Replace with an alias.
14812
14813 2005-11-28 Juri Linkov <juri@jurta.org>
14814
14815 * simple.el (quoted-insert): Let-bind input-method-function to nil.
14816
14817 * term/w32-win.el: Bind [S-tab] to [backtab].
14818
14819 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
14820 `Info-find-file' to t.
14821
14822 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
14823 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
14824 and same-window-regexps.
14825 (occur-next-error): Don't move point for arg 0.
14826
14827 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
14828
14829 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
14830
14831 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14832
14833 * log-edit.el (log-edit-changelog-use-first): New var.
14834 (log-edit-changelog-ours-p): Use it.
14835 (log-edit-insert-changelog): Set it with new arg `use-first'.
14836 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
14837 (log-edit-hook): Add them to the list of suggested options.
14838
14839 * textmodes/flyspell.el (flyspell-last-buffer): New var.
14840 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
14841 redundant work.
14842 (flyspell-mode-on): Use add-hook for after-change-functions.
14843 (flyspell-mode-off): Use remove-hook for after-change-functions.
14844 (flyspell-changes): Make it buffer-local.
14845 (flyspell-after-change-function): Make it non-interactive. Use push.
14846 (flyspell-post-command-hook): Check input-pending-p while processing
14847 the potentially long list of buffer changes.
14848
14849 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14850
14851 * buff-menu.el (list-buffers-noselect): Display the selected
14852 frame's buffer list, not the global one.
14853
14854 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14855
14856 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
14857 that (list last-input-event) works as in interactive spec.
14858
14859 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14860
14861 * loadup.el ("facemenu"): Load facemenu before font-lock, because
14862 `facemenu-keymap' needs to be defined when font-lock is loaded.
14863 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
14864
14865 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14866
14867 * completion.el: Remove useless leading * in defcustom docstrings.
14868 (save-completions-file-name): Use ~/.emacs.d if available.
14869 (completion-standard-syntax-table): Rename from
14870 cmpl-standard-syntax-table and fold initialization into declaration,
14871 thus removing cmpl-make-standard-completion-syntax-table.
14872 (completion-lisp-syntax-table, completion-c-syntax-table)
14873 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
14874 (cmpl-saved-syntax, cmpl-saved-point): Remove.
14875 (symbol-under-point, symbol-before-point)
14876 (symbol-under-or-before-point, symbol-before-point-for-complete)
14877 (add-completions-from-c-buffer): Use with-syntax-table.
14878 (make-completion): Don't return a list of completion entries.
14879 Update callers.
14880 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
14881 (completion-initialize): Rename from initialize-completions.
14882 (completion-find-file-hook): Rename from cmpl-find-file-hook.
14883 (kill-emacs-save-completions): Collect stats here.
14884 (save-completions-to-file, load-completions-from-file):
14885 Use with-current-buffer.
14886 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
14887 into a function. Move all calls to toplevel.
14888 (completion-lisp-mode-hook): New fun.
14889 (completion-c-mode-hook, completion-setup-fortran-mode):
14890 Set the syntax-table here. Use local-set-key.
14891 (completion-saved-bindings): New var.
14892 (dynamic-completion-mode): Make it into a proper minor mode.
14893 (load-completions-from-file): Remove unused var `num-uses'.
14894
14895 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
14896 constructor if it is explicitly overridden.
14897
14898 * complete.el (PC-completion-as-file-name-predicate):
14899 Use minibuffer-completing-file-name.
14900 (partial-completion-mode): Use find-file-not-found-functions.
14901 (PC-lisp-complete-symbol): Use with-syntax-table.
14902 (PC-look-for-include-file): Remove dead setq.
14903 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
14904 (PC-complete): Use with-current-buffer.
14905
14906 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
14907 escape single quotes.
14908
14909 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14910
14911 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
14912 of `if' whose condition always returned nil. Doc fix.
14913
14914 * buff-menu.el (Buffer-menu-revert-function): Make the selected
14915 window's buffer the current buffer around the call to
14916 `list-buffers-noselect'. This is necessary to mark that buffer
14917 with a `.' in the Buffer Menu when called from Lisp, for instance
14918 by Auto Revert Mode.
14919
14920 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
14921
14922 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
14923 attaching to it.
14924 (gdb-pre-prompt): Make sure gdb-error is reset.
14925
14926 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
14927 with a child process, detect it.
14928 (gud-speedbar-buttons): Match regexp more carefully.
14929
14930 2005-11-27 Richard M. Stallman <rms@gnu.org>
14931
14932 * mouse.el (mouse-drag-move-window-bottom):
14933 Use adjust-window-trailing-edge.
14934
14935 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
14936
14937 * simple.el (blink-matching-open): Ignore
14938 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
14939 (blink-matching-paren-on-screen): Update docstring.
14940
14941 * paren.el (show-paren-mode): No longer change
14942 `blink-matching-paren-on-screen'.
14943
14944 2005-11-27 John Paul Wallington <jpw@pobox.com>
14945
14946 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14947 (gdb-threads-select, gdb-edit-register-value):
14948 Use `posn-set-point' instead of `mouse-set-point' because the
14949 latter is not fbound when configured without X.
14950
14951 2005-11-27 Kim F. Storm <storm@cua.dk>
14952
14953 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
14954 existing face when partially highlighting a TAB in a rectangle.
14955
14956 2005-11-26 Kim F. Storm <storm@cua.dk>
14957
14958 * ido.el (ido-mode-map): Doc fix.
14959 (ido-mode-common-map, ido-mode-file-map)
14960 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
14961 (ido-define-mode-map): Rewrite. Select one of the new maps as
14962 parent for ido-mode-map instead of building from scratch.
14963 (ido-init-mode-maps): New defun to initialize new maps.
14964 (ido-mode): Call it.
14965 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
14966 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
14967
14968 2005-11-26 John Paul Wallington <jpw@pobox.com>
14969
14970 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
14971 `mouse-set-point' because the latter is not fbound when configured
14972 without X.
14973
14974 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
14975
14976 * files.el (file-relative-name): Doc fix.
14977
14978 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14979
14980 * progmodes/octave-inf.el (inferior-octave-startup): Force a
14981 non-empty string for secondary prompt PS2.
14982
14983 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14984
14985 * progmodes/compile.el (compilation-setup): Fix last change.
14986
14987 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
14988
14989 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14990 (gdb-mouse-toggle-breakpoint-margin)
14991 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
14992 Add gdb-server-prefix to keep out of command history.
14993 (gdb-edit-register-value): New function.
14994 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
14995 (gdb-info-registers-custom): Use above map.
14996
14997 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
14998
14999 * custom.el (enable-theme): Signal error if argument is not a
15000 theme. Don't recalculate a face if it's not loaded yet.
15001
15002 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
15003 the `user' theme is in effect.
15004
15005 * info.el (Info-on-current-buffer): Record actual filename in
15006 Info-current-file, instead of t, or a fake filename if a non-file
15007 buffer. Make autoload.
15008 (Info-find-node, Info-revert-find-node): No need to check for
15009 Info-current-file nil.
15010 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
15011 Info-current-file is now never `t'.
15012 (Info-fontify-node): Many simplifications due to Info-current-file
15013 always being valid. Use Info-find-file to find node filename.
15014
15015 2005-11-25 David Kastrup <dak@gnu.org>
15016
15017 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
15018 new character, then delete" in order to preserve markers.
15019
15020 2005-11-25 David Ponce <david@dponce.com>
15021
15022 * recentf.el (recentf-arrange-by-rule): Handle a special
15023 `auto-mode-alist'-like "strip suffix" rule.
15024 (recentf-build-mode-rules): Handle second level auto-mode entries.
15025
15026 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
15027
15028 * viper-keym.el (viper-ESC-key): Use different values in terminal and
15029 window modes.
15030
15031 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
15032 jde-javadoc-checker-report-mode.
15033
15034 * ediff-wind (ediff-make-wide-display): Slight simplification.
15035
15036 * ediff.el (ediff-date): Change the date of last update.
15037
15038 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
15039
15040 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
15041 Use define-minor-mode, and make it a local mode. Turn on font-lock.
15042 (hi-lock-mode): New global minor mode.
15043 (turn-on-hi-lock-if-enabled): New function.
15044 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
15045 Change arguments to regexp and face instead of a font-lock pattern.
15046 Directly set face property, instead of refontifying.
15047 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
15048 (hi-lock-find-patterns): Use line-number-at-pos.
15049
15050 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
15051 arguments for hi-lock-set-pattern.
15052 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
15053 Call font-lock-fontify-buffer.
15054 (hi-lock-find-file-hook, hi-lock-current-line)
15055 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
15056
15057 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
15058 turned off.
15059
15060 * progmodes/compile.el (compilation-setup): Don't fiddle with
15061 font-lock-defaults.
15062
15063 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
15064
15065 * progmodes/gdb-ui.el (gdb-var-create-handler)
15066 (gdb-var-list-children-handler): Find values for all variable
15067 objects. gud-speedbar-buttons decides whether to display them.
15068
15069 2005-11-24 Romain Francoise <romain@orebokech.com>
15070
15071 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
15072 buffer name with a space.
15073
15074 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
15075
15076 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
15077 `org-export-local-list-max-depth'. Change default value to 3.
15078 (org-auto-renumber-ordered-lists)
15079 (org-plain-list-ordered-item-terminator): New options.
15080 (org-at-item-p, org-beginning-of-item, org-end-of-item)
15081 (org-get-indentation, org-get-string-indentation)
15082 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
15083 New functions.
15084 (org-move-item-down, org-move-item-up): New commands.
15085 (org-export-as-html): New classes for CSS support. Bug fix in
15086 regular expression detecting fixed-width regions. Respect
15087 `org-local-list-ordered-item-terminator'.
15088 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
15089 also a list item.
15090 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
15091 New item moving functions.
15092
15093 2005-11-24 Juri Linkov <juri@jurta.org>
15094
15095 * isearch.el (isearch-repeat): With empty search ring set
15096 `isearch-error' to the error string instead of signaling error
15097 with the function `error'.
15098
15099 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15100
15101 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
15102
15103 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
15104
15105 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
15106 and variable.
15107 (gdb-var-create-handler, gdb-var-list-children-handler):
15108 Don't match on "char **...".
15109 (gdb-var-update-handler): Find values for all variable objects.
15110 (gdb-info-frames-custom): Identify frames by leading "#".
15111
15112 * progmodes/gud.el (gud-speedbar-menu-items): Add
15113 gdb-speedbar-auto-raise as radio button.
15114 (gud-speedbar-buttons): Raise speedbar if requested.
15115 Don't match on "char **...".
15116 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
15117 Make it editable.
15118
15119 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
15120
15121 * info.el (Info-fontify-node): Handle the case where
15122 Info-current-file is t.
15123
15124 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15125
15126 * simple.el (blink-matching-open): Fix off-by-one in last change.
15127
15128 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15129
15130 * term/mac-win.el: Don't change default directory.
15131
15132 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
15133
15134 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
15135 buffers correctly. (It used to throw an error in such buffers.)
15136 Make it ask for confirmation in group buffers and other Custom
15137 buffers containing more than one customization item.
15138
15139 2005-11-22 John Paul Wallington <jpw@gnu.org>
15140
15141 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
15142 property on mail and url overlays.
15143 (goto-address-at-point): Use `posn-set-point' instead of
15144 `mouse-set-point' because the latter is not fbound when configured
15145 without X.
15146
15147 2005-11-22 Lars Hansen <larsh@soem.dk>
15148
15149 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
15150 (ls-lisp-classify, ls-lisp-format): Delete call to
15151 ls-lisp-parse-symlink.
15152 (ls-lisp-handle-switches): Handle symlinks to directories as
15153 directories when ls-lisp-dirs-first in non-nil.
15154
15155 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
15156
15157 * startup.el (command-line): Make sure that loaddefs.el is handled
15158 correctly in load-history.
15159
15160 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
15161
15162 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
15163 (gdb-struct-string, gdb-array-string): New constants.
15164 (gdb-info-locals-handler): Use them.
15165 (gdb-reset): Reset gdb-var-list to nil.
15166
15167 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15168
15169 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
15170 in patterns.
15171
15172 2005-11-21 Juri Linkov <juri@jurta.org>
15173
15174 * custom.el (defcustom): Update link types in docstring.
15175
15176 2005-11-20 Martin Rudalics <rudalics@gmx.at>
15177
15178 * custom.el (defgroup): Add doc-string-elt info.
15179
15180 * widget.el (define-widget): Don't use declare for the doc-string-elt.
15181
15182 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15183
15184 * newcomment.el (comment-enter-backward): Fix last fix.
15185
15186 * simple.el (blink-matching-open):
15187 * paren.el (show-paren-function): Allow new paren-class info.
15188
15189 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
15190
15191 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
15192 handled automagically.
15193
15194 2005-11-20 Andreas Schwab <schwab@suse.de>
15195
15196 * descr-text.el (describe-char): When copying overlays put them
15197 over the full char description instead of just the first character
15198 of it.
15199
15200 2005-11-20 Juri Linkov <juri@jurta.org>
15201
15202 * simple.el (what-cursor-position):
15203 * descr-text.el (describe-char): Use Lisp-readable syntax
15204 for octal and hex. Reorder decimal, octal and hex values.
15205 Remove excess whitespace in the output. Use `=' in `column='
15206 like in `point=' and `Hscroll='.
15207
15208 * international/mule-cmds.el (encoded-string-description):
15209 Use Lisp-readable syntax for hex.
15210
15211 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15212
15213 * newcomment.el (comment-enter-backward): Handle the case where the
15214 comment is closed by EOB.
15215
15216 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
15217
15218 * longlines.el (longlines-before-revert-hook)
15219 (longlines-after-revert-hook): New functions.
15220 (longlines-mode): Turn off longlines temporarily when reverting.
15221 Add a message-setup-hook.
15222 (longlines-decode-buffer): New function.
15223 (longlines-wrap-line): Preserve marker positions.
15224
15225 2005-11-19 Andreas Schwab <schwab@suse.de>
15226
15227 * emacs-lisp/shadow.el: Handle compressed files.
15228
15229 2005-11-19 Romain Francoise <romain@orebokech.com>
15230
15231 * net/browse-url.el (browse-url-default-browser): Signal an error
15232 if no usable browser can be found, rather than try to load w3.
15233
15234 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
15235
15236 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
15237 replacing existing properties.
15238 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
15239 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
15240 tty specs.
15241 (rcirc-server-prefix, rcirc-server): New faces.
15242 (rcirc-url-regexp): Generate with rx macro.
15243 (rcirc-last-server-message-time): New variable.
15244 (rcirc-filter): Record time of last message.
15245 (rcirc-keepalive): Kill processes that did not send a message
15246 since the last ping.
15247 (rcirc-mode): Give rcirc-topic a local binding here.
15248
15249 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
15250
15251 * subr.el (read-passwd): Fontify the prompt as we do with other
15252 prompts.
15253
15254 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
15255
15256 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
15257 binding buffer-read-only to nil.
15258
15259 2005-11-19 Eli Zaretskii <eliz@gnu.org>
15260
15261 * complete.el (partial-completion-mode):
15262 Mention completion-auto-help in the doc string.
15263
15264 * man.el (Man-highlight-references): Doc fix. Reformat code in a
15265 more Lisp-ish way.
15266
15267 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15268
15269 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
15270 digits, not 8, to avoid misalignment for files larger than 100MB.
15271
15272 2005-11-19 Eli Zaretskii <eliz@gnu.org>
15273
15274 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
15275 Mention "keyboard shortcuts" in the help text.
15276
15277 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15278
15279 * startup.el (fancy-splash-default-action): Discard only
15280 mouse-down and succeeding mouse-up events in the splash screen
15281 window so that drag-n-drop event can be processed.
15282
15283 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
15284
15285 * longlines.el (longlines-mode): Add hacks for mail-mode and
15286 message-mode.
15287
15288 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
15289
15290 * textmodes/org.el (org-table-sort-lines): New command.
15291 (org-tbl-menu): Add entry for `org-table-sort-lines'.
15292 (org-add-file): Command removed, use `org-agenda-file-to-front'
15293 instead.
15294 (org-export-icalendar): Use `org-icalendar-combined-name'.
15295 (org-cycle-agenda-files, org-agenda-file-to-end)
15296 (org-agenda-file-to-front): New commands.
15297 (org-table-tab-jumps-over-hlines, org-export-html-style):
15298 New options.
15299 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
15300 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
15301 New functions.
15302 (org-fill-paragraph): Call `org-table-align' in tables.
15303 (org-mode): Call `org-set-autofill-regexps'.
15304 (org-export-as-html): Support for local handformatted lists.
15305 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
15306 (org-export-local-list-max-depth): New option.
15307 (org-html-expand): Use `org-html-protect'.
15308
15309 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
15310
15311 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
15312 to "p".
15313 (gdb): Move definition of gud-pp to...
15314
15315 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
15316 speedbar.
15317 (gdb-find-watch-expression): New function.
15318
15319 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15320
15321 * faces.el (face-attribute, set-face-attribute): Mention existence
15322 of `:ignore-defface' setting in docstring.
15323
15324 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15325
15326 * simple.el (completion-setup-function): Fix last change.
15327
15328 2005-11-17 John Paul Wallington <jpw@pobox.com>
15329
15330 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
15331 Use `posn-set-point' instead of `mouse-set-point' because the
15332 latter is not fbound when configured without X.
15333
15334 * comint.el (comint-insert-input): Likewise.
15335
15336 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
15337
15338 * simple.el (hard-newline): New variable.
15339 (sendmail-user-agent-compose, next-line): Use it.
15340
15341 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
15342 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
15343 (mail-mail-reply-to, mail-mail-followup-to)
15344 (mail-position-on-field, mail-signature, mail-yank-original)
15345 (mail-attach-file): Likewise.
15346
15347 * mail/mailheader.el (mail-header-format)
15348 (mail-header-format-function): Likewise.
15349
15350 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
15351
15352 2005-11-17 Juri Linkov <juri@jurta.org>
15353
15354 * font-lock.el (font-lock-faces): Rename this defgroup from
15355 `font-lock-highlighting-faces'.
15356 (font-lock-comment-face, font-lock-comment-delimiter-face)
15357 (font-lock-string-face, font-lock-doc-face)
15358 (font-lock-keyword-face, font-lock-builtin-face)
15359 (font-lock-function-name-face, font-lock-variable-name-face)
15360 (font-lock-type-face, font-lock-constant-face)
15361 (font-lock-warning-face, font-lock-negation-char-face)
15362 (font-lock-preprocessor-face)
15363 (font-lock-regexp-grouping-backslash)
15364 (font-lock-regexp-grouping-construct): Rename :group from
15365 `font-lock-highlighting-faces' to `font-lock-faces'.
15366
15367 * cus-edit.el (lisp, c, tex):
15368 * progmodes/ada-mode.el (ada):
15369 * progmodes/asm-mode.el (asm):
15370 * progmodes/cperl-mode.el (cperl-faces):
15371 * progmodes/cpp.el (cpp):
15372 * progmodes/dcl-mode.el (dcl):
15373 * progmodes/f90.el (f90):
15374 * progmodes/fortran.el (fortran):
15375 * progmodes/icon.el (icon):
15376 * progmodes/idlwave.el (idlwave-misc):
15377 * progmodes/m4-mode.el (m4):
15378 * progmodes/make-mode.el (makefile):
15379 * progmodes/meta-mode.el (meta-font):
15380 * progmodes/modula2.el (modula2):
15381 * progmodes/octave-mod.el (octave):
15382 * progmodes/pascal.el (pascal):
15383 * progmodes/perl-mode.el (perl):
15384 * progmodes/prolog.el (prolog):
15385 * progmodes/ps-mode.el (PostScript-edit):
15386 * progmodes/scheme.el (scheme):
15387 * progmodes/sh-script.el (sh-script):
15388 * progmodes/simula.el (simula):
15389 * progmodes/tcl.el (tcl):
15390 * textmodes/nroff-mode.el (nroff):
15391 * textmodes/reftex-vars.el (reftex-fontification-configurations):
15392 * textmodes/sgml-mode.el (sgml):
15393 * textmodes/texinfo.el (texinfo):
15394 Add :link (custom-group-link font-lock-faces) to defgroup.
15395
15396 * hi-lock.el (hi-lock): Rename this defgroup from
15397 `hi-lock-interactive-text-highlighting'. Change parent group from
15398 `faces' to `font-lock'. Add link to the manual.
15399 (hi-lock-mode, hi-lock-file-patterns-range)
15400 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
15401 `hi-lock-interactive-text-highlighting' to `hi-lock'.
15402 (hi-lock-faces): Add :group `faces'.
15403
15404 * cus-edit.el (custom-variable-prompt): Clarify the code.
15405
15406 * faces.el (face-read-string): Set the default value arg of
15407 completing-read.
15408
15409 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
15410
15411 * rfn-eshadow.el (file-name-shadow-properties)
15412 (file-name-shadow-tty-properties, file-name-shadow-mode):
15413 Remove autoloads, because the file is now preloaded.
15414
15415 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * printing.el (easy-menu-intern): Don't define.
15418 (pr-get-symbol): Use easy-menu-intern only if defined.
15419
15420 * simple.el (blink-matching-open): Simplify a bit.
15421 (completion-setup-function): Fix the case of partial-completion-mode
15422 when the minibuffer's contents start with "-".
15423 Obey completion-base-size-function even when
15424 minibuffer-completing-file-name is non-nil.
15425
15426 2005-11-16 Richard M. Stallman <rms@gnu.org>
15427
15428 * net/eudcb-ph.el (eudc-ph-open-session):
15429 Use set-process-query-on-exit-flag.
15430
15431 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
15432
15433 * international/ucs-tables.el (ucs-set-table-for-input):
15434 Use make-local-variable, not make-variable-buffer-local.
15435
15436 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15437 Improve warning message text.
15438
15439 * savehist.el (savehist-save-hook): Add :group.
15440
15441 * menu-bar.el (menu-bar-help-menu):
15442 Rename Find Extra Packages to External Packages.
15443
15444 * cus-edit.el (Custom-reset-standard): Verify that
15445 :custom-standard-value prop exists before calling it.
15446
15447 * apropos.el (apropos-calc-scores): Use apropos-pattern.
15448
15449 2005-11-16 Martin Rudalics <rudalics@gmx.at>
15450
15451 * wid-edit.el (color): Enclose %t in %{...%}.
15452
15453 * cus-edit.el (face): Enclose %t in %{...%}.
15454
15455 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
15456
15457 * savehist.el (savehist-mode-hook): Re-add the var.
15458 (savehist-mode): Use it.
15459
15460 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15461
15462 * textmodes/flyspell.el: Fix commenting convention.
15463 Remove unnecessary leading * in custom docstrings.
15464 (flyspell-emacs): Remove unused var.
15465 (flyspell-delete-region-overlays): Use remove-overlays.
15466 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
15467 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
15468 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
15469 (flyspell-debug-signal-word-checked): Use with-current-buffer.
15470 (make-flyspell-overlay): Don't locally reuse a global name.
15471 (flyspell-highlight-incorrect-region)
15472 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
15473 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
15474 (flyspell-notify-misspell): Remove unused args `start' and `end'.
15475 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
15476 Wrap calls to accept-process-output inside with-local-quit since it's
15477 often called from a post-command-hook.
15478 (flyspell-correct-word, flyspell-auto-correct-word):
15479 Use ispell-send-string.
15480 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
15481
15482 * calendar/diary-lib.el (diary-list-entries): Also hide the
15483 terminating newline.
15484
15485 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
15486
15487 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
15488 window-system, to allow fonts on tty.
15489
15490 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
15491
15492 * progmodes/gud.el (gud-speedbar-item-info): New function.
15493 (gud-install-speedbar-variables): Use it to display data type
15494 of watch expression as a tooltip in speedbar.
15495
15496 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
15497
15498 * font-core.el (global-font-lock-mode): Add :version keyword,
15499 because default was changed.
15500
15501 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
15502
15503 * startup.el (command-line): Use `custom-reevaluate-setting' for
15504 `file-name-shadow-mode'.
15505
15506 * loadup.el: Preload rfn-eshadow.
15507
15508 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
15509 Add :version keyword.
15510 (file-name-shadow-properties, file-name-shadow-tty-properties)
15511 (file-name-shadow): Add :version keyword.
15512
15513 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
15514 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
15515 in the custom-group property of the symbol frames and the fringe
15516 group got no link to its parent group frames.
15517 Doc fix.
15518
15519 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15520
15521 * progmodes/gud.el (gud-stop-subjob): New function.
15522 (gud-menu-map, gud-tool-bar-map): Use it.
15523
15524 2005-11-16 Kim F. Storm <storm@cua.dk>
15525
15526 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
15527 than kill it.
15528 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
15529 to a more useful/logical place.
15530
15531 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15532
15533 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
15534 go buttons complementary.
15535
15536 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15537
15538 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
15539 (rfn-eshadow-sifn-equal): New function.
15540 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
15541
15542 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
15543
15544 * viper-utils.el (viper-non-word-characters-reformed-vi):
15545 Quote `-' in string.
15546
15547 * viper.el (viper-emacs-state-mode-list): Ensure that
15548 rcirc-mode buffers come up in Emacs state.
15549
15550 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
15551 operation.
15552
15553 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15554
15555 * term.el (term-termcap-format): Fix typos.
15556 (term-down): Fix the negative argument case.
15557
15558 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
15559
15560 * progmodes/gdb-ui.el: Remove face-alias left over from change on
15561 2005-08-15.
15562 (gdb-ann3): New command gud-go.
15563 (menu): Accomodate gdb-mi.el.
15564 (gdb-assembler-custom): Make buffer of selected window current
15565 so that set-window-point works.
15566
15567 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
15568 buttons and include new ones.
15569
15570 2005-11-16 Kim F. Storm <storm@cua.dk>
15571
15572 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
15573 (gud-menu-map): Use it.
15574
15575 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
15576
15577 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
15578 that works correctly for Custom and that does not override a user
15579 who disables it.
15580
15581 * help-mode.el (help-make-xrefs, help-xref-on-pp)
15582 (help-xref-interned, help-follow): Make hyperlinks for variables
15583 that are unbound, but have a non-nil variable-documentation property.
15584
15585 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
15586 mode hook. (It conflicted with defcustoms for some mode hooks.)
15587 Use the `variable-documentation' property to give the mode hook a
15588 docstring and expand that docstring.
15589
15590 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
15591
15592 * savehist.el (savehist-mode): Don't bother with
15593 `custom-set-minor-mode'.
15594 (savehist-coding-system): Check XEmacs version.
15595 (history-length): Declare also at run time.
15596 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
15597 Don't set the customize state.
15598 (savehist-minibuffer-hook): Special case for when
15599 minibuffer-history-variable is equal to t.
15600
15601 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15602
15603 * files.el (write-file): Refresh VC status.
15604
15605 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
15606 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
15607 than fundamental-mode to see if the mode was set.
15608
15609 2005-11-14 Romain Francoise <romain@orebokech.com>
15610
15611 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
15612 dummy function in `eval-when-compile' to avoid compiler warning.
15613 Require `man' at compile time.
15614
15615 2005-11-14 Jay Belanger <belanger@truman.edu>
15616
15617 * calc-alg.el (calcFunc-write-out-power): Rename it to
15618 calcFunc-powerexpand.
15619 (math-write-out-power): Rename it to math-powerexpand; have it
15620 handle negative exponents.
15621 (calc-writeoutpower): Rename it to calc-powerexpand.
15622
15623 * calc-ext.el: Change calcFunc-writeoutpower and
15624 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
15625 autoloads.
15626 Add calcFunc-ldiv to autoloads.
15627
15628 * calc-arith.el (calcFunc-ldiv): New function.
15629
15630 * calc.el (calc-left-divide): New function.
15631
15632 2005-11-14 Juri Linkov <juri@jurta.org>
15633
15634 * cus-edit.el (custom-variable-prompt): Set the default value arg
15635 of completing-read.
15636
15637 * cus-dep.el (custom-make-dependencies): Reverse the list of
15638 found dependencies.
15639
15640 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15641
15642 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
15643 Highlighting" entry, it is on by default now.
15644 (menu-bar-options-save): Do not save global-font-lock-mode.
15645
15646 2005-11-13 Richard M. Stallman <rms@gnu.org>
15647
15648 * textmodes/flyspell.el (flyspell-large-region):
15649 Call flyspell-accept-buffer-local-defs.
15650
15651 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
15652
15653 * textmodes/flyspell.el (flyspell-notify-misspell):
15654 Fix misspelling of "Misspelling".
15655 (flyspell-process-localwords): New function.
15656 (flyspell-large-region): Call flyspell-process-localwords and
15657 flyspell-delete-region-overlays.
15658 (flyspell-delete-region-overlays): New function.
15659 (flyspell-delete-all-overlays): Call that.
15660
15661 2005-11-13 Richard M. Stallman <rms@gnu.org>
15662
15663 * help.el (help-for-help-internal): Improve doc of C-h a.
15664 (describe-key): Improve prompt; doc fix.
15665
15666 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15667
15668 * vc-svn.el (vc-svn-registered): Catch all errors.
15669
15670 * cus-dep.el (custom-make-dependencies): Typo.
15671
15672 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
15673
15674 * net/tramp-util.el (top): Fix compilation warning.
15675
15676 2005-11-13 Kim F. Storm <storm@cua.dk>
15677
15678 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
15679
15680 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15681
15682 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
15683 (gud-speedbar-buttons): Match on "const char *" too.
15684
15685 * progmodes/gdb-ui.el (gdb-var-create-handler)
15686 (gdb-var-list-children-handler): Match on "const char *" too.
15687 (gdb-var-evaluate-expression-handler): Match on empty string.
15688 (gdb-var-update-handler): Only call
15689 gdb-var-evaluate-expression-handler when required.
15690
15691 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
15692
15693 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
15694 selected window. This still doesn't work for speedbar.
15695 (gud-speedbar-buttons): Handle string expressions properly.
15696
15697 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15698 (gdb-var-create-handler): Handle string expressions properly.
15699 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
15700 Handle string expressions properly. Move "type" field into regexp.
15701
15702 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15703
15704 * bookmark.el (bookmark-maybe-message): New function to reduce
15705 code duplication: invokes `message' iff baud-rate is high enough.
15706 (bookmark-write-file): Use above instead of an inline conditional.
15707 (bookmark-load): Same.
15708
15709 2005-11-12 Karl Fogel <kfogel@red-bean.com>
15710
15711 * bookmark.el (bookmark-write-file): Don't visit the destination
15712 file, just write the data to it using write-region. This is
15713 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
15714 change to avoid visiting the file in the first place.
15715
15716 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
15717
15718 * hi-lock.el (hi-lock-mode): Set the default value of
15719 font-lock-defaults.
15720
15721 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
15722
15723 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
15724 arg to `file-attributes'.
15725 (find-lisp-format): The UID and GID can now be strings.
15726
15727 2005-11-12 Kim F. Storm <storm@cua.dk>
15728
15729 * help.el (help-map): Bind C-h d to apropos-documentation.
15730
15731 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
15732 when point is at end-of-buffer.
15733
15734 * apropos.el (apropos-match-face): Doc fix.
15735 (apropos-sort-by-scores): Add new choice `verbose'.
15736 (apropos-documentation-sort-by-scores): New defcustom.
15737 (apropos-pattern): Now contains the pattern entered by the user.
15738 (apropos-pattern-quoted): New defvar.
15739 (apropos-regexp): New defvar, containing the regexp corresponding
15740 to apropos-pattern.
15741 (apropos-all-words-regexp): Rename from apropos-all-regexp.
15742 (apropos-read-pattern): New defun. Use it to read pattern arg in
15743 interactive calls; returns list of words for a word list, and
15744 string for a regexp.
15745 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
15746 parses a list of words or regexp as returned by apropos-read-pattern.
15747 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
15748 (apropos-score-doc): Return a very high score if the string
15749 entered by the user matches literally.
15750 (apropos-variable): Doc fix. Use apropos-read-pattern.
15751 (apropos-command): Doc fix. Use apropos-read-pattern and
15752 apropos-parse-pattern. Call apropos-print with nosubst=t.
15753 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
15754 apropos-parse-pattern.
15755 (apropos-documentation): Doc fix. Use apropos-read-pattern and
15756 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
15757 apropos-documentation-sort-by-scores. Call apropos-print with
15758 nosubst=t.
15759 (apropos-documentation-internal): Pass doc string through
15760 substitute-key-definition before adding text properties.
15761 Highlight substring matching literal user input if possible.
15762 (apropos-documentation-check-doc-file): Remove locals beg and end.
15763 Fix calculation of score (as added twice). Pass doc string through
15764 substitute-key-definition before adding text properties.
15765 (apropos-documentation-check-elc-file): Pass doc string through
15766 substitute-key-definition before adding text properties.
15767 Highlight substring matching literal user input if possible.
15768 (apropos-print): Add new arg NOSUBST; if set, command and variable
15769 doc strings have already been passed through substitute-key-definition.
15770 Add code to handle apropos-accumulator items without score element
15771 for backwards compatibility (e.g. with woman package).
15772 Only show scores if apropos-sort-by-scores is `verbose'.
15773
15774 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15775
15776 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
15777 Add jka-compr-load-suffixes to load-suffixes.
15778
15779 * jka-compr.el: Require jka-cmpr-hook.
15780 (jka-compr-info-compress-message, jka-compr-info-compress-program)
15781 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
15782 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
15783 (jka-compr-info-can-append, jka-compr-info-strip-extension)
15784 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
15785 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
15786 (jka-compr-uninstall): Remove entries from
15787 jka-compr-added-to-file-coding-system-alist after they are used.
15788 (jka-compr-error): Remove unused var `curbuf'.
15789 (jka-compr-file-local-copy): Remove unused var `notfound'.
15790
15791 2005-11-10 Romain Francoise <romain@orebokech.com>
15792
15793 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
15794
15795 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
15796
15797 * progmodes/gud.el (gud-menu-map): Move parentheses.
15798 (gdb): New command gud-pv.
15799
15800 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * tar-mode.el: Remove spurious or unnecessary leading stars
15803 in docstrings.
15804 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
15805 (tar-parse-octal-integer-safe): Use mapc.
15806 (tar-header-block-summarize): Remove unused var `ck'.
15807 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
15808 cleared before. Obey default-enable-multibyte-characters.
15809 Use mapconcat. Simplify setting of tar-header-offset.
15810 (tar-mode-map): Move initialization inside delcaration.
15811 (tar-flag-deleted): Use `abs'.
15812 (tar-expunge-internal): Remove unused var `line'.
15813 (tar-expunge-internal): Don't hardcode point-min==1.
15814 (tar-expunge): Widen while doing set-buffer-multibyte.
15815 (tar-rename-entry): Use file-name-coding-system.
15816 (tar-alter-one-field): Don't hardcode point-min==1.
15817 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
15818 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
15819
15820 2005-11-10 Masatake YAMATO <jet@gyve.org>
15821
15822 * add-log.el (add-log-current-defun): Handle class::method
15823 notation of c++. Fix incorrect comment.
15824
15825 2005-11-10 Alan Mackenzie <acm@muc.de>
15826
15827 * help-fns.el (describe-variable): Make C-h v work when a variable
15828 has variable documentation yet is unbound.
15829
15830 2005-11-10 Masatake YAMATO <jet@gyve.org>
15831
15832 * man.el (Man-highlight-references): Set an empty
15833 string to `Man-arguments' if it is nil.
15834 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
15835
15836 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15837
15838 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
15839 commenting conventions.
15840
15841 * cus-dep.el (custom-make-dependencies): Simplify.
15842 Better follow the commenting conventions.
15843
15844 2005-11-09 Richard M. Stallman <rms@gnu.org>
15845
15846 * apropos.el (apropos-pattern): Rename from apropos-regexp.
15847 (apropos-orig-pattern): Rename from apropos-orig-regexp.
15848 All uses changed.
15849 (apropos-rewrite-regexp): Doc fix.
15850 (apropos-variable, apropos-command, apropos, apropos-value):
15851 Change prompt; carry through the argument renaming.
15852
15853 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
15854
15855 * find-lisp.el: Require dired.
15856 (find-lisp-find-dired-internal): Do not call
15857 `abbreviate-file-name' on DIR.
15858
15859 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
15860
15861 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
15862
15863 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
15864
15865 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
15866 when using the speedbar.
15867 (gdb): New command gud-pp.
15868 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
15869
15870 2005-11-09 Juri Linkov <juri@jurta.org>
15871
15872 * replace.el (occur-excluded-properties): New defcustom.
15873 (occur-1, occur-engine, occur-accumulate-lines): Use it.
15874
15875 2005-11-08 Jay Belanger <belanger@truman.edu>
15876
15877 * calc/calc-units.el (math-convert-units): Replace any composite
15878 unit by its definition.
15879
15880 2005-11-08 Lars Hansen <larsh@soem.dk>
15881
15882 * emacs-lisp/autoload.el (update-directory-autoloads):
15883 Add obsolete function alias.
15884
15885 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15886
15887 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15888 comment-indent-function.
15889 (lisp-comment-indent): Replace by an alias for comment-indent-default.
15890
15891 * reveal.el (reveal-post-command): Rework the handling of
15892 reveal-open-spots, so as to be more reliable. There were several
15893 tricky corner cases where an open spot might be lost, or where
15894 a closed spot might end up on the list of open spots.
15895 Only reveal text that's ellipsised.
15896
15897 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
15898
15899 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
15900
15901 2005-11-07 John Paul Wallington <jpw@gnu.org>
15902
15903 * ibuffer.el (ibuffer): Search iconified frames too when
15904 getting Ibuffer buffer's window.
15905
15906 2005-11-06 Richard M. Stallman <rms@gnu.org>
15907
15908 * progmodes/compile.el (compilation-internal-error-properties):
15909 save-excursion around the computation of MARKER.
15910
15911 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
15912
15913 * textmodes/flyspell.el (flyspell-external-point-words):
15914 flyspell-get-word returns a list, not just a string.
15915
15916 2005-11-06 John Paul Wallington <jpw@pobox.com>
15917
15918 * ibuffer.el (ibuffer): Search all visible frames when getting
15919 Ibuffer buffer's window.
15920
15921 2005-11-07 Masatake YAMATO <jet@gyve.org>
15922
15923 * man.el (Man-reference-regexp): Accept spaces between
15924 `Man-name-regexp' and `Man-section-regexp'.
15925 (Man-apropos-regexp): New variable.
15926 (Man-abstract-xref-man-page): Use value for `Man-target-string'
15927 if available.
15928 (Man-highlight-references, Man-highlight-references0):
15929 Handle the case when `Man-arguments' includes "-k".
15930 (Man-highlight-references0): Rename the argument `TARGET-POS' to
15931 `TARGET'. `TARGET' can be a number, function or nil.
15932
15933 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
15934
15935 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
15936 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
15937 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
15938 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
15939 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
15940 (gdb-send-item): Use buffer-local-value and simplify.
15941
15942 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
15943
15944 * startup.el (command-line): Use `custom-reevaluate-setting' for
15945 `global-font-lock-mode'.
15946
15947 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
15948 by default, except in batch mode or when the -D option is given.
15949
15950 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
15951 specified keyword args on to `define-minor-mode'. Update docstring.
15952
15953 2005-11-05 Romain Francoise <romain@orebokech.com>
15954
15955 * replace.el (occur-engine): Add marker at end of line, too.
15956
15957 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
15958
15959 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15960 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15961 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15962 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15963 argument to all these routines, so the passphrase can be managed
15964 externally and passed in to the system.
15965 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15966 pgg-add-passphrase-to-cache function.
15967
15968 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15969 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
15970 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
15971 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
15972 argument to all these routines, so the passphrase can be managed
15973 externally and passed in to the system.
15974 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
15975 function.
15976
15977 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
15978
15979 * font-lock.el: Don't deal with font-lock-face-attributes here,
15980 move the code ...
15981
15982 * startup.el (command-line): ... here. Use face-spec-set instead
15983 of custom-declare-face.
15984
15985 * faces.el (face-spec-set): Reset the face if spec is not nil.
15986
15987 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15988
15989 * newcomment.el (comment-region-internal): Box more tightly in the
15990 common case where there's no TAB in the boxed text.
15991
15992 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15993
15994 * info.el (info-tool-bar-map): Use images prev-node, next-node and
15995 up-node.
15996
15997 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
15998
15999 * newsticker.el: Commentary updated. Code formatting changed.
16000 (newsticker-version): Change to "1.9".
16001 (newsticker, newsticker-feed): Doc fix.
16002 (newsticker-url-list): Doc fix. Add option "Weekly".
16003 (newsticker-retrieval-interval): Add option "Weekly".
16004 (newsticker-headline-processing): Doc fix.
16005 (newsticker-auto-mark-filter): Remove.
16006 (newsticker-auto-mark-filter-list): New.
16007 (newsticker-layout, newsticker-sort-method): Doc fix.
16008 (newsticker-hide-old-items-in-newsticker-buffer)
16009 (newsticker-heading-format, newsticker-item-format)
16010 (newsticker-desc-format): Doc fix.
16011 (newsticker-show-all-rss-elements): Remove.
16012 (newsticker-show-all-news-elements): New.
16013 (newsticker-faces, newsticker-ticker): Doc fix.
16014 (remove-from-invisibility-spec): Code formatting.
16015 (newsticker--process-ids): New.
16016 (newsticker-mode): Doc fix.
16017 (newsticker-mode): Change mode-line-format.
16018 (newsticker-start): Remove debug output.
16019 (newsticker-start-ticker): Doc fix. Add autoload cookie.
16020 (newsticker-w3m-show-inline-images): Code formatting.
16021 (newsticker-next-item): Call `force-mode-line-update'.
16022 (newsticker-previous-item): Call `force-mode-line-update'.
16023 (newsticker-next-feed): Call `force-mode-line-update'.
16024 (newsticker-previous-feed): Call `force-mode-line-update'.
16025 (newsticker-mark-all-items-at-point-as-read): Code formatting.
16026 (newsticker-show-old-items): Do not show descs.
16027 (newsticker-hide-entry): Hide too much.
16028 (newsticker-hide-entry, newsticker-show-entry)
16029 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
16030 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
16031 (newsticker-toggle-auto-narrow-to-item): Code formatting.
16032 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
16033 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
16034 (newsticker-get-news): Call `force-mode-line-update'.
16035 Collect process ids.
16036 (newsticker--sentinel): Change coding system handling.
16037 Move image retrieval to new functions newsticker--get-logo-url-*.
16038 Move feed parsing to new functions newsticker--parse-*.
16039 Update list of process ids.
16040 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
16041 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
16042 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
16043 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
16044 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16045 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
16046 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
16047 (newsticker--decode-coding-string): Remove.
16048 (newsticker--decode-numeric-entities): Check input. Format code.
16049 (newsticker--remove-whitespace): Check input.
16050 (newsticker--do-forget-preformatted): Doc fix.
16051 (newsticker--decode-rfc822-date): Allow for missing time.
16052 (newsticker--update-process-ids): New.
16053 (newsticker--image-sentinel): Change comment.
16054 (newsticker--image-read): Change error message.
16055 (newsticker--imenu-goto): Doc fix. Show headline title.
16056 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
16057 (newsticker--buffer-do-insert-text): Clean whitespace in
16058 html-rendered headline title. Code formatting.
16059 Call `newsticker--buffer-print-extra-elements'.
16060 (newsticker--buffer-print-extra-element): Remove.
16061 (newsticker--buffer-print-extra-elements): New.
16062 (newsticker--buffer-do-print-extra-element): New.
16063 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
16064 large sizes.
16065 (newsticker--run-auto-mark-filter)
16066 (newsticker--do-run-auto-mark-filter):
16067 Use `newsticker-auto-mark-filter-list'.
16068
16069 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
16070
16071 * net/rcirc.el: Use split-string OMIT-NULLS argument.
16072 (rcirc-print): Force redisplay before running hooks. Do long
16073 buffer truncation after making new text read-only. Deal with nil
16074 text when decoding strings. If TARGET is nil, use either the
16075 currently selected buffer, if it is an rcirc buffer and of the
16076 same process or the process buffer.
16077 (rcirc-mode): Remove header-line. Recompute short buffer names.
16078 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
16079 (rcirc-short-buffer-name): Add variable.
16080 (rcirc-kill-buffer-hook): Recompute short buffer names.
16081 Remove nick from private channel.
16082 (rcirc-send-input): Send command text to current-buffer.
16083 Don't clear overlay arrow here.
16084 (rcirc-short-buffer-name): Return a short buffer name.
16085 (rcirc-update-short-buffer-names, rcirc-abbreviate)
16086 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
16087 buffer-name abbreviations.
16088 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
16089 Do not touch nick-table when killing a parted channel.
16090 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
16091 Clear arrow from current buffer if it is now hidden.
16092 (rcirc-current-buffer): Add variable.
16093 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16094 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
16095 Remove -face from names.
16096 (rcirc-update-activity-string): Print "DND" when globally ignoring
16097 activity.
16098 (rcirc-ignore-buffer-activity-flag): Rename from
16099 rcirc-ignore-channel-activity.
16100 (rcirc-ignore-all-activity-flag): Doc fix.
16101 (rcirc-channels): Remove variable.
16102 (rcirc-kill-buffer-hook):
16103 (rcirc-get-buffer-create): Add nick to private channel.
16104 (rcirc-multiline-edit-submit): Remove tabs.
16105 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
16106 folded.
16107 (rcirc-remove-nick-channel): Bug fix.
16108 (rcirc-toggle-ignore-buffer-activity): Rename from
16109 rcirc-toggle-ignore-channel-activity.
16110 (rcirc-record-activity): Add buffers to the front of the list.
16111 (rcirc-update-activity): Remove killed buffers from list.
16112 (rcirc-process-server-response-1): Remove last argument if it is
16113 null before calling handler.
16114 (rcirc): Add "rcirc" defcustom prefix.
16115 (rcirc-prompt): Simplify default prompt.
16116 Use custom-initialize-default.
16117 (rcirc-private-chats): Remove variable.
16118 (rcirc-prompt): Change initialization.
16119 (rcirc-version): Remove function.
16120 (rcirc-id-string): Add constant.
16121 (rcirc-last-buffer): Remove variable.
16122 (rcirc-buffer-alist): Add variable.
16123 (rcirc-connect): Update variable setup.
16124 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
16125 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
16126 default.
16127 (rcirc-handler-generic): Trigger activity.
16128 (rcirc-send-message): Create the buffor of the target.
16129 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
16130 (rcirc-get-buffer): Just return nil if there is no matching buffer.
16131 (rcirc-multiline-edit-cancel): Remove function.
16132 (rcirc-set-last-buffer): Remove function.
16133 (rcirc-get-any-buffer): Add function.
16134 (rcirc-join-channels): Don't print /join text.
16135 (rcirc-toggle-ignore-channel-activity): Add and update echo area
16136 messages.
16137 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
16138 (rcirc-handler-NOTICE): Recognize CTCP responses.
16139 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
16140 constructing TOPIC string for buffers we are not JOINed.
16141 (rcirc-handler-CTCP-response): Add handler.
16142 (rcirc-multiline-edit-submit): Restore the window-configuration
16143 before adjusting point.
16144 (rcirc): Add customization group.
16145 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
16146 (rcirc-user-full-name, rcirc-startup-channels-alist)
16147 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
16148 (rcirc-ignore-all-activity-flag, rcirc-time-format)
16149 (rcirc-input-ring-size, rcirc-read-only-flag)
16150 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
16151 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
16152 Change defvar to defcustom.
16153 (rcirc-update-prompt): Add optional ALL arg, which will update
16154 prompts in all rcirc buffers. Regexp quote replacement text.
16155 (rcirc-fill-column): Accept frame-width as a value.
16156 (rcirc-set-changed): Add function.
16157 (rcirc-next-active-buffer): Write more meaningful messages.
16158 (rcirc-faces): Add customization group.
16159 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
16160 (rcirc-nick-in-message-face, rcirc-prompt-face)
16161 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
16162 (with-rcirc-process-buffer): Move before first usage.
16163 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
16164 (rcirc-debug-flag): Rename from `rcirc-log-p'.
16165 (rcirc-debug): Rename from `rcirc-log'.
16166 (rcirc-format-response-string): Do not print `-' chars for a
16167 NOTICE with no sender. Simplify output of server responses.
16168
16169 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
16170
16171 (rcirc-browse-url-map, rcirc-browse-url-at-point)
16172 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
16173 Make urls mouse and RET clickable.
16174
16175 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
16176
16177 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
16178
16179 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
16180
16181 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16182 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16183 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16184 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16185 argument to all these routines, so the passphrase can be managed
16186 externally and passed in to the system.
16187 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16188 pgg-add-passphrase-to-cache function.
16189
16190 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16191 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
16192 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
16193 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
16194 argument to all these routines, so the passphrase can be managed
16195 externally and passed in to the system.
16196 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
16197 function.
16198
16199 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
16200
16201 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
16202 from goto-address-url-regexp.
16203
16204 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
16205
16206 * textmodes/org.el (org-read-date, org-goto-calendar)
16207 (org-recenter-calendar, org-agenda-goto-calendar):
16208 Temporarily clear `calendar-move-hook'.
16209
16210 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
16211
16212 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
16213 merging.
16214
16215 * ediff-util.el (ediff-previous-difference): Don't skip regions that
16216 have merge clashes.
16217
16218 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16219
16220 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16221 Undo previous change.
16222
16223 * startup.el (command-line): Use `custom-reevaluate-setting' for
16224 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
16225 tty-register-default-colors on Mac.
16226
16227 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
16228
16229 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
16230 (gdb-buffer-type): Make it automatically buffer local...
16231 (gdb-get-create-buffer): ...and set it accordingly.
16232 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
16233 actually work.
16234
16235 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
16236
16237 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
16238 not red.
16239
16240 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
16241
16242 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
16243 case GUD buffer is not visible.
16244 (gdb-goto-breakpoint): Try to force display in source buffer.
16245 (gdb-frame-gdb-buffer): Copy other similar functions.
16246 (gdb-restore-windows): Don't display source if not asked for.
16247 (gdb-assembler-buffer-name): Don't capitalise.
16248
16249 2005-11-03 Richard M. Stallman <rms@gnu.org>
16250
16251 * wid-edit.el (key-sequence): New widget type.
16252
16253 * simple.el (set-mark-command-repeat-pop): New variable.
16254 (set-mark-command): Only interpret plan C-@ after a pop as a pop
16255 if set-mark-command-repeat-pop is true.
16256
16257 * info.el (Info-fontify-node): Don't display extra "see" if there
16258 already is one here.
16259
16260 * mouse.el: Fix special handling of DEL after dragging a region:
16261 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
16262 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
16263
16264 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
16265
16266 * textmodes/ispell.el (ispell-command-loop): Change `i' description
16267 not to assume it pertains to an affix.
16268
16269 * textmodes/flyspell.el (flyspell-post-command-hook):
16270 Bind deactivate-mark to prevent deactivation.
16271
16272 2005-11-03 Lars Hansen <larsh@soem.dk>
16273
16274 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
16275 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
16276 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
16277
16278 2005-11-03 Romain Francoise <romain@orebokech.com>
16279
16280 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
16281 Update copyright years.
16282
16283 2005-11-03 Sam Steingold <sds@gnu.org>
16284
16285 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16286 Use system-type instead of window-system because window-system is not
16287 correctly defined during loadup.
16288
16289 2005-11-02 Mark A. Hershberger <mah@everybody.org>
16290
16291 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
16292 (xml-parse-tag): Join strings separated by a comment properly.
16293
16294 2005-11-02 Andreas Schwab <schwab@suse.de>
16295
16296 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
16297
16298 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16299
16300 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
16301 (byte-optimize-pure-func): Quote the eval'd value.
16302
16303 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
16304 Rename from perl-font-lock-syntactic-face-function.
16305 Change the calling convention so it can be used as a font-lock MATCHER.
16306 Do the parse-partial-sexp loop outselves.
16307 (perl-font-lock-syntactic-keywords): Use it.
16308 (perl-mode): Don't set font-lock-syntactic-face-function any more.
16309
16310 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
16311
16312 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
16313 disassembly buffer too.
16314 (gdb-exited): Remove overlay arrows when execution has finished.
16315 (gdb-info-frames-custom, gdb-info-threads-custom)
16316 (gdb-info-registers-custom): Don't add inappropriate text
16317 properties if inferior is not active.
16318
16319 2005-11-02 Glenn Morris <rgm@gnu.org>
16320
16321 * progmodes/fortran.el (fortran-blink-match):
16322 Use `blink-matching-delay'.
16323
16324 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
16325
16326 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
16327
16328 2005-11-02 Lars Hansen <larsh@soem.dk>
16329
16330 * net/tramp.el (tramp-action-out-of-band): Handle scp message
16331 "Permission denied".
16332
16333 2005-11-01 Richard M. Stallman <rms@gnu.org>
16334
16335 * textmodes/flyspell.el (flyspell-external-point-words):
16336 Pass nil to flyspell-get-word.
16337
16338 2005-11-02 Kim F. Storm <storm@cua.dk>
16339
16340 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
16341 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
16342
16343 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
16344
16345 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
16346 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
16347 (calendar-mouse-print-dates): Add optional `event' argument.
16348 Update interactive-spec.
16349 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
16350 Use `calendar-event-to-date' instead of `event'.
16351
16352 2005-11-02 Masatake YAMATO <jet@gyve.org>
16353
16354 * progmodes/ld-script.el (ld-script-builtins):
16355 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
16356 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
16357 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
16358
16359 2005-11-01 Romain Francoise <romain@orebokech.com>
16360
16361 * vc-sccs.el: Update copyright year.
16362 * ezimage.el: Likewise.
16363
16364 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
16365
16366 * info.el (Info-fontify-node): Use `string-width' for fontifying
16367 underlined titles.
16368
16369 2005-11-01 Juri Linkov <juri@jurta.org>
16370
16371 * info.el (Info-fontify-node): Downcase node header keywords Node,
16372 Prev, Next, Up before comparison.
16373 (Info-history): Insert absolute directory name, and put invisible
16374 property on it.
16375
16376 2005-11-01 Juri Linkov <juri@jurta.org>
16377
16378 * info.el (Info-file-supports-index-cookies): New variable.
16379 (Info-find-node-2): Check makeinfo version for index cookie support.
16380 (Info-index-nodes): Search for nodes with index cookies only when
16381 Info-file-supports-index-cookies is t. Otherwise, search nodes
16382 with "Index" in the node name.
16383 (Info-index-node): Search index cookie in the current node only when
16384 Info-file-supports-index-cookies is t. Otherwise, check the word
16385 "Index" in the node name.
16386 (Info-find-emacs-command-nodes): Remove code that searches nodes
16387 with "Index" node name in the top menu.
16388
16389 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
16390
16391 * progmodes/scheme.el (scheme-mode-variables): Use the default
16392 comment-indent-function.
16393
16394 * faces.el (face-attribute): Handle the case where a face inherits from
16395 a non-existent face.
16396
16397 * simple.el (eval-expression-print-format): Use lisp-readable syntax
16398 for octal and hexa output, and merge the char into the paren.
16399 (kill-new): Use push.
16400 (copy-to-buffer): Use with-current-buffer.
16401 (completion-setup-function): Move code in loop to remove redundancy.
16402 (minibuffer-local-must-match-map): Don't add bindings that duplicate
16403 those inherited from minibuffer-local-completion-map.
16404
16405 * savehist.el (savehist-mode) <defcustom>:
16406 Use custom-set-minor-mode if available.
16407 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
16408 and emit a message if applicable.
16409
16410 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
16411
16412 * savehist.el: Sync up to version 19.
16413 (savehist-mode): New minor mode.
16414 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
16415 (savehist-length): Remove (use history-length instead).
16416 (savehist-file-modes): Rename from savehist-modes.
16417 (savehist-save-hook, savehist-loaded): New vars.
16418 (savehist-load): Use savehist-mode. Try to smooth up transition from
16419 old format to new format.
16420 (savehist-install): Allow savehist-autosave-interval to be nil.
16421 (savehist-save): Run the new hook. Be more careful to only trim the
16422 history variables.
16423 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
16424 (savehist-printable): Print into a buffer rather than char-by-char.
16425
16426 2005-11-01 John Wiegley <johnw@newartisans.com>
16427
16428 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
16429 toggle-ignore keybinding (C-a). The author said it had been
16430 disabled much earlier due to a possible incompatibility, but after
16431 many months of usage I have encountered no problems (and it is a
16432 rather useful option, especially for switching to " *temp*").
16433
16434 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
16435 support for OS/X's AddressBook, by calling out to the open source
16436 program "contacts" (installable through Fink).
16437
16438 * net/eudc.el (eudc-expand-inline): If the
16439 `eudc-multiple-match-handling-method' is set to `all', delete the
16440 query string before inserting the query result.
16441
16442 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
16443 flag, to prevent Eshell from using the system ls when
16444 `eshell-ls-insert-directory' is in used.
16445 (eshell-ls-insert-directory): Disable font-lock in directory
16446 buffer so that Eshell's own fontification is seen. This broke
16447 recently due to changes in font-lock, so this goes back to version
16448 21 behavior.
16449
16450 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
16451
16452 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
16453 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
16454 (gdb-many-windows): Doc fix.
16455
16456 2005-10-31 Romain Francoise <romain@orebokech.com>
16457
16458 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
16459
16460 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
16461
16462 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
16463 that global-font-lock-mode can be enabled by default.
16464
16465 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
16466 (font-lock-add-keywords, font-lock-remove-keywords)
16467 (font-lock-fontify-buffer): Remove autoload cookies.
16468
16469 * jit-lock.el (jit-lock-register): Likewise.
16470
16471 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
16472
16473 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
16474
16475 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
16476 intact if there is no gud-comint-buffer.
16477
16478 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
16479
16480 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
16481 old prompt comint-prompt-read-only is t and GDB commands are
16482 issued from tool bar etc.
16483
16484 2005-10-31 Masatake YAMATO <jet@gyve.org>
16485
16486 * vc.el (vc-directory-exclusion-list): Add "{arch}".
16487
16488 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
16489
16490 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
16491 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
16492
16493 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
16494
16495 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
16496 starting at beginning of line. Fontification is messed up when
16497 `open-paren-in-column-0-is-defun-start' set to t.
16498 Reported by John Paul Wallington <jpw@pobox.com>.
16499
16500 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
16501
16502 * comint.el (comint-send-input): Call `comint-update-fence' when
16503 `comint-process-echoes' and `comint-prompt-read-only' are both
16504 non-nil, to avoid leftover read-only newline.
16505
16506 2005-10-30 Richard M. Stallman <rms@gnu.org>
16507
16508 * textmodes/flyspell.el (flyspell-external-point-words):
16509 Detect when WORD can't be checked properly because
16510 flyspell-get-word finds just part of it, and move on.
16511
16512 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
16513 boundarychar for Polish.
16514 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
16515 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
16516
16517 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
16518
16519 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
16520 (gdb-registers-font-lock-keywords): Delete.
16521 (gdb-registers-mode): Don't fontify.
16522 (gdb-info-registers-custom): Use text properties instead as, in
16523 future, changed register values will use font-lock-warning-face.
16524 (gdb-local-font-lock-keywords): Rename to...
16525 (gdb-locals-font-lock-keywords): ...for consistency.
16526
16527 2005-10-30 Andre Spiegel <spiegel@gnu.org>
16528
16529 * vc.el (vc-switch-backend): Better error message if the buffer is
16530 not visiting a file under version control.
16531
16532 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
16533
16534 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
16535
16536 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
16537 ~/.emacs.d/.emacs.
16538
16539 2005-10-29 Richard M. Stallman <rms@gnu.org>
16540
16541 * replace.el (occur-mode-mouse-goto): Always go to other window.
16542 (occur-mode-goto-occurrence): Always switch in same window.
16543
16544 * simple.el (undo): Display message at end, not at start.
16545
16546 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
16547 New arg REUSE-CELL.
16548 (cancel-timer-internal): New function.
16549 (timer-event-handler): Use cancel-timer-internal,
16550 and pass the cell it returns to timer-activate...
16551
16552 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
16553 (jit-lock-deferred-fontify, jit-lock-context-fontify)
16554 (jit-lock-after-change): Test memory-full.
16555
16556 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
16557
16558 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16559 part of the decoded armor to find the key-identifier.
16560 (pgg-gpg-lookup-key-owner): New function to return the
16561 human-readable identifier of a key owner.
16562 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16563 key itself.
16564 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16565 the key value) if we have a key and can match it against a secret
16566 key. Also, added a note pointing out fact that the prompt only
16567 indicates the first matching key.
16568
16569 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16570 pgg-decrypt-region.
16571 (pgg-pending-timers): A new hash for tracking the passphrase cache
16572 timers, so that new ones supercede old ones.
16573 (pgg-add-passphrase-to-cache): Rename from
16574 `pgg-add-passphrase-cache' to reduce confusion (all callers
16575 changed). Modified to cancel old timers when new ones are added.
16576 (pgg-remove-passphrase-from-cache): Rename from
16577 `pgg-remove-passphrase-cache' to reduce confusion (all callers
16578 changed). Modified to cancel old timers when their keys are
16579 removed from the cache.
16580 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16581 XEmacs, an indirection to delete-itimer.
16582 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16583 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16584 users can only check cache without risk of prompting. Correct bug in
16585 notruncate behavior.
16586 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16587 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16588 Add informative docstrings.
16589 (pgg-decrypt): Convey provided passphrase in subordinate call to
16590 pgg-decrypt-region.
16591
16592 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16593 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16594 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16595 `passphrase' argument, so the passphrase can be managed externally
16596 and then passed in to the system.
16597
16598 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16599 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16600 so the passphrase cache can be used reliably with identifiers
16601 besides a pgp packet's key id.
16602
16603 * pgg-gpg.el (pgg-pgp-encrypt-region)
16604 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16605 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16606 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16607 argument to all these routines, so the passphrase can be managed
16608 externally and passed in to the system.
16609
16610 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16611 `notruncate' argument, so the passphrase cache can be used
16612 reliably with identifiers besides a pgp packet's key id.
16613
16614 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16615
16616 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16617 symmetric encryption.
16618 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16619 encrypted session key.
16620 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16621 message ask for the passphrase in a proper way.
16622
16623 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16624 New user commands for symmetric encryption.
16625
16626 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
16627
16628 * textmodes/conf-mode.el (conf-assignment-sign)
16629 (conf-assignment-regexp): Fix docstrings.
16630 (conf-mode-initialize): New function.
16631 (conf-mode): Remove optional args. Use delay-mode-hooks to
16632 recognize recursive calls.
16633 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
16634 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
16635 (conf-xdefaults-mode): Use define-derived-mode and
16636 conf-mode-initialize.
16637
16638 2005-10-29 Romain Francoise <romain@orebokech.com>
16639
16640 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
16641
16642 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
16643
16644 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16645 part of the decoded armor to find the key-identifier.
16646 (pgg-gpg-lookup-key-owner): New function to return the
16647 human-readable identifier of a key owner.
16648 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
16649 key itself.
16650 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16651 the key value) if we have a key and can match it against a secret
16652 key. Also, added a note pointing out fact that the prompt only
16653 indicates the first matching key.
16654
16655 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
16656 pgg-decrypt-region.
16657 (pgg-pending-timers): A new hash for tracking the passphrase cache
16658 timers, so that new ones supercede old ones.
16659 (pgg-add-passphrase-to-cache): Rename from
16660 `pgg-add-passphrase-cache' to reduce confusion (all callers
16661 changed). Modified to cancel old timers when new ones are added.
16662 (pgg-remove-passphrase-from-cache): Rename from
16663 `pgg-remove-passphrase-cache' to reduce confusion (all callers
16664 changed). Modified to cancel old timers when their keys are
16665 removed from the cache.
16666 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
16667 XEmacs, an indirection to delete-itimer.
16668 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
16669 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
16670 users can only check cache without risk of prompting. Correct bug in
16671 notruncate behavior.
16672 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
16673 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
16674 Add informative docstrings.
16675 (pgg-decrypt): Convey provided passphrase in subordinate call to
16676 pgg-decrypt-region.
16677
16678 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
16679
16680 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16681 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16682 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16683 `passphrase' argument, so the passphrase can be managed externally
16684 and then passed in to the system.
16685
16686 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16687 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
16688 so the passphrase cache can be used reliably with identifiers
16689 besides a pgp packet's key id.
16690
16691 * pgg-gpg.el (pgg-pgp-encrypt-region)
16692 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
16693 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
16694 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
16695 argument to all these routines, so the passphrase can be managed
16696 externally and passed in to the system.
16697
16698 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16699 `notruncate' argument, so the passphrase cache can be used
16700 reliably with identifiers besides a pgp packet's key id.
16701
16702 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
16703
16704 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16705 symmetric encryption.
16706 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16707 encrypted session key.
16708 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16709 message ask for the passphrase in a proper way.
16710
16711 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16712 New user commands for symmetric encryption.
16713
16714 2005-10-28 Bill Wohler <wohler@newt.com>
16715
16716 * help-mode.el (help-url): New button type. Calls browse-url.
16717 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
16718 Similar to Info nodes: URL `url'.
16719 (help-make-xrefs): Create help-url buttons for
16720 help-xref-url-regexp matches.
16721
16722 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
16723
16724 * tool-bar.el (tool-bar-add-item-from-menu)
16725 (tool-bar-local-item-from-menu): Fix doc strings.
16726
16727 2005-10-28 Romain Francoise <romain@orebokech.com>
16728
16729 * ldefs-boot.el: Update.
16730
16731 * subr.el (locate-library): Move from help-fns.el.
16732 * help-fns.el (locate-library): Move to subr.el.
16733
16734 2005-10-28 Richard M. Stallman <rms@gnu.org>
16735
16736 * net/tramp.el (tramp-completion-mode): defvar moved up.
16737
16738 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
16739
16740 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
16741
16742 * files.el (find-file-noselect): Use %d to format large file size.
16743
16744 * bindings.el (mode-line-format): Add %e.
16745
16746 * loadup.el ("facemenu"): Load unconditionally.
16747 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
16748 ("x-dnd"): Load, when appropriate.
16749
16750 * startup.el (command-line): Call before-init-hook earlier.
16751 Warn about some bad characters in -u user name.
16752
16753 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
16754 (flyspell-external-point-words): Error if misspelled word is not found.
16755 Set flyspell-large-region-beg at end of word.
16756
16757 2005-10-28 Andreas Schwab <schwab@suse.de>
16758
16759 * view.el (View-revert-buffer-scroll-page-forward):
16760 Use view-page-size-default.
16761
16762 2005-10-28 Juri Linkov <juri@jurta.org>
16763
16764 * international/quail.el (quail-get-current-str): Translate last
16765 raw character for deterministic input methods.
16766
16767 2005-10-27 Jay Belanger <belanger@truman.edu>
16768
16769 * calc/calc-ext.el: Add functions to autoloads.
16770 (math-identity-matrix-p, math-ident-row-p): New functions.
16771
16772 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
16773 multiplication by an identity matrix; don't turn multiplication by
16774 an inverse matrix into division.
16775 (math-div-symbol-fancy): Replace division by matrices with
16776 multiplication by inverse.
16777
16778 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
16779
16780 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
16781 (calc-writeoutpower): New functions.
16782
16783 2005-10-27 Romain Francoise <romain@orebokech.com>
16784
16785 * replace.el (occur-engine): Include colon in mouse-face highlight.
16786
16787 * dired-x.el: Change Maintainer field.
16788
16789 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
16790
16791 * longlines.el (longlines-mode): Bind after-change-functions to
16792 nil during initial decoding and final encoding.
16793
16794 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16795
16796 * term.el (term-emulate-terminal, term-handle-colors-array)
16797 (term-handle-ansi-escape): Specify the terminfo capabilities
16798 implemented.
16799
16800 2005-10-26 Richard M. Stallman <rms@gnu.org>
16801
16802 * info.el (Info-fontify-node): Fix detection of sentence-break
16803 before *Note.
16804
16805 2005-10-26 Romain Francoise <romain@orebokech.com>
16806
16807 * smerge-mode.el: Add `tools' to file keywords.
16808
16809 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
16810
16811 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
16812 when the fringe is not available.
16813
16814 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
16815 (def-gdb-auto-update-trigger): Simplify construction.
16816 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
16817 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
16818 defined explicitly.
16819 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
16820 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
16821 defined explicitly.
16822 (gdb-info-locals-custom): Remove as it's a no-op.
16823
16824 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
16825
16826 * longlines.el (longlines-mode): Remove narrowing before
16827 performing the initial decoding or final encoding.
16828
16829 2005-10-25 Romain Francoise <romain@orebokech.com>
16830
16831 * emacs-lisp/find-func.el (find-library-name): Also strip
16832 extension if library name ends in .el, to take advantage of
16833 `find-library-suffixes'.
16834
16835 2005-10-25 Richard M. Stallman <rms@gnu.org>
16836
16837 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
16838
16839 2005-10-25 Juri Linkov <juri@jurta.org>
16840
16841 * textmodes/texinfo.el (texinfo-mode): Change charset of one
16842 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
16843
16844 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16845
16846 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
16847 (blackbox-redefine-key): Add argument `map'.
16848
16849 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
16850 regions when moving the jit-lock-context-unfontify-pos boundary.
16851
16852 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16853
16854 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
16855
16856 2005-10-25 Masatake YAMATO <jet@gyve.org>
16857
16858 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
16859
16860 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16861
16862 * play/blackbox.el (blackbox-redefine-key): New function.
16863 (blackbox-mode-map): Use it to remap existing bindings for cursor
16864 motion instead of binding literal keys.
16865
16866 2005-10-25 Glenn Morris <rgm@gnu.org>
16867
16868 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
16869 diary does not end in a newline. Do not assume a blank line at
16870 the start of the diary file.
16871
16872 2005-10-25 Kenichi Handa <handa@m17n.org>
16873
16874 * international/quail.el (quail-translate-key): If the input
16875 method is deterministic and failed to handle the last key, restart
16876 the key handling loop from an appropriate key.
16877
16878 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
16879
16880 * vc.el (vc-dired-mode): Extend comment for binding of
16881 `directory-listing-before-filename-regexp'.
16882
16883 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16884
16885 * textmodes/texinfo.el (texinfo-mode):
16886 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
16887 not to unnecessarily expose emacs-mule's internal char codes.
16888
16889 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
16890
16891 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
16892 Display hand pointer and help-echo on disabled icon too.
16893 (gdb-mouse-until): New function.
16894 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
16895
16896 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
16897
16898 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
16899 with 2005-10-23 change to doctor.el.
16900
16901 * finder.el (finder-mode-map): Add follow-link binding.
16902
16903 2005-10-25 Kim F. Storm <storm@cua.dk>
16904
16905 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
16906 to gdb-mouse-toggle-breakpoint-fringe.
16907 (gdb-mouse-toggle-breakpoint-margin): Rename from
16908 gdb-mouse-toggle-breakpoint. Fix doc.
16909 (gdb-mouse-toggle-breakpoint-fringe): New defun.
16910 (gdb-put-string): Add optional SPROPS arg. Add props to string.
16911 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
16912 string properties also for fringe breakpoint bitmaps.
16913
16914 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
16915
16916 * textmodes/org.el (org-start-icalendar-file): Fix format form.
16917
16918 2005-10-25 Masatake YAMATO <jet@gyve.org>
16919
16920 * simple.el (completion-common-substring):
16921 Use `completion-common-substring' prior to `completion-base-size'.
16922
16923 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
16924
16925 * savehist.el: Require CL while compiling.
16926 (savehist-history-variables): Remove.
16927 (savehist-save-minibuffer-history, savehist-additional-variables)
16928 (savehist-minibuffer-history-variables): New vars.
16929 (savehist-save): Use them.
16930 (savehist-uninstall, savehist-minibuffer-hook): New funs.
16931 (savehist-install): New fun, extracted from savehist-load.
16932 (savehist-load): Use them.
16933
16934 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16935
16936 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
16937 a dummy doc-string-elt property.
16938 (defalias, defvaralias, define-category): Add a docstring property.
16939
16940 * image.el (defimage):
16941 * widget.el (define-widget):
16942 * custom.el (defface, defcustom): Add `doc-string' declaration.
16943
16944 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
16945 (defadvice): Add `doc-string' declaration.
16946
16947 * emacs-lisp/byte-run.el (macro-declaration-function):
16948 Handle `doc-string' declarations.
16949 (define-obsolete-function-alias, define-obsolete-variable-alias):
16950 Add `doc-string' declaration.
16951
16952 2005-10-24 Kenichi Handa <handa@m17n.org>
16953
16954 * international/utf-7.el (utf-7): Add autoload cookie.
16955
16956 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
16957
16958 2005-10-24 Eli Zaretskii <eliz@gnu.org>
16959
16960 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
16961 list of directories passed to batch-update-autoloads. Add "." to
16962 the list of the echoed directories.
16963
16964 * pgg-def.el:
16965 * pgg-gpg.el:
16966 * pgg-parse.el:
16967 * pgg-pgp.el:
16968 * pgg-pgp5.el:
16969 * pgg.el: Moved here from the gnus subdirectory.
16970
16971 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
16972
16973 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
16974 in case comint-prompt-read-only is set to t.
16975
16976 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
16977 in case comint-prompt-read-only is set to t.
16978
16979 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
16980
16981 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
16982 Now a string.
16983 (icalendar-import-format): Handle CLASS, STATUS, URL.
16984 Rename `subject' to `summary'.
16985 (icalendar-import-format-summary): Rename from
16986 `icalendar-import-format-subject'.
16987 (icalendar-import-format-url, icalendar-import-format-status)
16988 (icalendar-import-format-class): New variables.
16989 (icalendar--rris): Take variable argument list.
16990 (icalendar--datestring-to-isodate): Remove unnecessary
16991 calendar-style check when converting dates with explicit month names.
16992 (icalendar-export-region): Change return type of conversion
16993 subroutines. Bury current buffer unless error occurred.
16994 (icalendar--convert-to-ical)
16995 (icalendar--parse-summary-and-rest): New functions.
16996 (icalendar--convert-ordinary-to-ical)
16997 (icalendar--convert-weekly-to-ical)
16998 (icalendar--convert-yearly-to-ical)
16999 (icalendar--convert-block-to-ical)
17000 (icalendar--convert-cyclic-to-ical)
17001 (icalendar--convert-anniversary-to-ical): Change return type.
17002 Strip trailing blanks from subject.
17003 (icalendar--convert-sexp-to-ical): Change return type.
17004 Strip trailing blanks from subject. Handle simple sexp
17005 entries as generated by icalendar.el.
17006 (icalendar--convert-float-to-ical)
17007 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
17008 (icalendar-import-file): Doc fix.
17009 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
17010 Correct call to icalendar--rris.
17011 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
17012 `summary'.
17013 (icalendar--add-diary-entry): Rename `subject' to `summary'.
17014
17015 2005-10-24 Romain Francoise <romain@orebokech.com>
17016
17017 * server.el (server-sentinel): Set query-on-exit flag to nil on
17018 new client processes (it isn't inherited from the server process).
17019
17020 * replace.el (occur-engine): Rearrange text properties.
17021
17022 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
17025 case-fold-search is nil.
17026 (debug-help-follow): Use help-xref-interned directly.
17027
17028 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17029
17030 * thumbs.el (thumbs-image-type): Add .pbm.
17031
17032 2005-10-23 Richard M. Stallman <rms@gnu.org>
17033
17034 * faces.el (inhibit-face-set-after-frame-default): New variable.
17035 (set-face-attribute): Bind it.
17036 (face-set-after-frame-default): Test it.
17037
17038 * help-fns.el (describe-simplify-lib-file-name): New function.
17039 (describe-function-1, describe-variable): Use it.
17040
17041 * faces.el (describe-face): Use describe-simplify-lib-file-name.
17042
17043 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
17044 Eliminate nil as possible value.
17045 (tooltip-hide-delay): Reduce internal-border-width.
17046
17047 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
17048 (menu-bar-file-menu) <new-file>: Likewise.
17049
17050 * simple.el (line-move-finish): Ignore fields computing LINE-END.
17051
17052 * international/mule.el (load-with-code-conversion):
17053 Pass full file name to `eval-buffer' unless preloading.
17054
17055 * textmodes/flyspell.el (flyspell-large-region):
17056 Call ispell-check-version.
17057
17058 * textmodes/ispell.el (ispell-local-dictionary-overridden):
17059 Fix the make-variable-buffer-local call that was supposed
17060 to be for this variable.
17061 (ispell-aspell-supports-utf8): Doc fix.
17062 (ispell-find-aspell-dictionaries): Preserve elements of
17063 ispell-dictionary-alist for dictionaries that aspell doesn't report.
17064 (ispell-aspell-find-dictionary): Return nil on error.
17065
17066 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
17067 (doctor-symptoms): Likewise.
17068
17069 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
17070
17071 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17072
17073 * cus-edit.el (custom-button, custom-button-pressed): New vars.
17074 (custom-raised-buttons): Add :set spec.
17075 (custom-button-unraised, custom-button-pressed-unraised):
17076 New faces, so that custom-raised-buttons actually does something.
17077 (custom-mode): Use custom-button and custom-button-pressed.
17078
17079 * wid-edit.el (widget-specify-button): Don't ignore
17080 widget-mouse-face on graphic terminals.
17081 (widget-move-and-invoke): Cleanup.
17082
17083 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
17084
17085 * whitespace.el (whitespace-cleanup): Doc fix.
17086
17087 2005-10-23 Romain Francoise <romain@orebokech.com>
17088
17089 * emulation/viper.el (viper-set-hooks): Quote forms passed to
17090 `eval-after-load' to avoid evaluating their result.
17091
17092 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
17093
17094 * files.el (directory-listing-before-filename-regexp):
17095 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
17096
17097 * dired.el (dired-move-to-filename-regexp): Remove.
17098 All occurences replaced by `directory-listing-before-filename-regexp'.
17099
17100 * dired-x.el, locate.el, vc.el:
17101 Replace `dired-move-to-filename-regexp' by
17102 `directory-listing-before-filename-regexp'. In vc.el it is
17103 overwritten locally; maybe this can be handled in files.el too.
17104
17105 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
17106 replaced by `directory-listing-before-filename-regexp'.
17107
17108 2005-10-23 Andreas Schwab <schwab@suse.de>
17109
17110 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
17111 and eval-next-after-load.
17112
17113 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
17114
17115 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
17116 exist, create it.
17117
17118 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
17119
17120 * allout.el: Remove autoloads for mailcrypt and crypt++.
17121 Require pgg, pgg-gpg during compilation.
17122 (allout-version): Increment version number to 2.1, and use a literal
17123 rather than RCS Id.
17124 (allout-default-encryption-scheme): Remove.
17125 (allout-passphrase-verifier-handling)
17126 (allout-passphrase-verifier-string)
17127 (allout-file-passphrase-verifier-string)
17128 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
17129 (allout-passphrase-hint-handling): Rename and simplify.
17130 (allout-init): Use `find-file-hook' if available, otherwise
17131 `find-file-hooks'.
17132 (allout-mode): Use `write-file-functions' if available, otherwise
17133 `local-write-file-hooks' and, instead of making auto-save-hook
17134 buffer local, make the write-file-hook activity contingent to
17135 allout-mode.
17136 (allout-mode): Use key-binding substitution in the docstring.
17137 (allout-kill-line): Spell-out kill ring data structure mutation
17138 instead of using byte-compiler-complaint-provoking `pop'.
17139 (allout-insert-listified): Use `insert' rather than `insert-string'
17140 (allout-toggle-current-subtree-encryption): Update docstring, adjust
17141 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
17142 (allout-encrypt-string): Totally revamped vis new underlying
17143 encryption facilities.
17144 (allout-mc-activate-passwd): Remove.
17145 (allout-obtain-passphrase): New, more or less replaces
17146 allout-mc-activate-passwd.
17147 (allout-encrypted-key-info): More or less replaces
17148 allout-encrypted-text-type.
17149 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
17150 (my-mark-marker): Use `(featurep 'xemacs)'.
17151
17152 2005-10-23 Lars Hansen <larsh@soem.dk>
17153
17154 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
17155 (byte-compile-file-form-defmumble, byte-compile-defun)
17156 (byte-compile-defmacro): Use it.
17157 (byte-compile-form): Don't call byte-compile-set-symbol-position
17158 when a byte-compile handler is called.
17159
17160 2005-10-22 Romain Francoise <romain@orebokech.com>
17161
17162 * savehist.el (savehist-history-variables): Add `grep-find-history'.
17163
17164 * subr.el (eval-after-load): Convert library name to an absolute
17165 file name using locate-library, since load-history no longer has
17166 library names in it.
17167
17168 2005-10-22 Richard M. Stallman <rms@gnu.org>
17169
17170 * files.el (make-temp-file): Move from subr.el.
17171 * subr.el (make-temp-file): Move to files.el.
17172
17173 * window.el (get-buffer-window-list): Move from subr.el.
17174 * subr.el (get-buffer-window-list): Move to window.el.
17175
17176 * image.el (image-load-path): Use eval-at-startup to initialize.
17177
17178 * subr.el (eval-at-startup): New macro.
17179
17180 * subr.el: Much rearrangement of functions and division
17181 into pages. No code changes.
17182
17183 2005-10-22 Kenichi Handa <handa@m17n.org>
17184
17185 * tar-mode.el (tar-extract): Be sure to call
17186 find-operation-coding-system if set-auto-coding doesn't find a
17187 coding system.
17188
17189 2005-10-22 Kim F. Storm <storm@cua.dk>
17190
17191 * image.el (image-type-header-regexps): Rename from image-type-regexps.
17192 Change users.
17193 (image-type-file-name-regexps): New defconst.
17194 (image-type-from-data): Simplify loop.
17195 (image-type-from-buffer): New defun.
17196 (image-type-from-file-header): Use it instead of image-type-from-data.
17197 Use image-search-load-path instead of only looking in data-directory.
17198 (image-type-from-file-name): New defun.
17199 (image-search-load-path): Change `pathname' to `filename'.
17200 Make PATH arg optional, default to image-load-path.
17201
17202 2005-10-21 Richard M. Stallman <rms@gnu.org>
17203
17204 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
17205
17206 * textmodes/paragraphs.el (sentence-end-base): New variable.
17207 (sentence-end): Use sentence-end-base.
17208
17209 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17210
17211 * font-lock.el (font-lock-default-fontify-region): Check the multiline
17212 property independently from the font-lock-multiline variable.
17213
17214 2005-10-21 Richard M. Stallman <rms@gnu.org>
17215
17216 * emacs-lisp/find-func.el (find-library-name): Doc fix.
17217
17218 * startup.el (command-line): Convert library names
17219 in `load-history' to absolute file names.
17220
17221 * subr.el (symbol-file): Doc fix.
17222
17223 * loadhist.el (file-loadhist-lookup): Call locate-library
17224 instead of find-library-name. Don't try converting
17225 abs file names to library names, since load-history no longer
17226 has library names in it.
17227 (file-dependents, file-provides, file-requires): Doc fixes.
17228
17229 2005-10-21 Juri Linkov <juri@jurta.org>
17230
17231 * progmodes/etags.el (tags-table-mode): New function.
17232 (tags-verify-table): Replace initialize-new-tags-table with
17233 tags-table-mode.
17234
17235 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
17236 default value.
17237 (desktop-modes-not-to-save): Add tags-table-mode to the
17238 default value.
17239
17240 * info.el (Info-index-next): Add total number of index
17241 alternatives to the message.
17242
17243 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
17244 backward only space (instead of space and period) before looking
17245 at sentence end.
17246
17247 * simple.el (set-variable): Use user-variable-p instead of symbolp.
17248 Add the old variable value as 4th default-value arg of read-string.
17249
17250 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17251
17252 * cus-face.el (custom-declare-face): Make face from X resources
17253 also on Mac.
17254
17255 * disp-table.el (standard-display-g1, standard-display-graphic):
17256 Refuse to use string glyphs also on Mac.
17257 (standard-display-european): Don't set terminal coding system also
17258 on Mac.
17259
17260 * frame.el (display-screens): Use x-display-screens also on Mac.
17261
17262 2005-10-21 Romain Francoise <romain@orebokech.com>
17263
17264 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
17265
17266 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17267
17268 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
17269 and $? into sexps.
17270
17271 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
17272 warning face on open-paren-in-column-0.
17273
17274 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
17275 boundary case. Fix typo.
17276 Suggested by Martin Rudalics <rudalics@gmx.at>.
17277
17278 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
17279
17280 * textmodes/org.el (org-combined-agenda-icalendar-file)
17281 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
17282 (org-export-icalendar-this-file)
17283 (org-export-icalendar-all-agenda-files)
17284 (org-export-icalendar-combine-agenda-files): New commands.
17285 (org-export-icalendar, org-print-icalendar-entries)
17286 (org-start-icalendar-file, org-finish-icalendar-file)
17287 (org-ical-ts-to-string): New functions.
17288 (org-read-date, org-goto-calendar)
17289 (org-agenda-goto-calendar): Inhibit displaying diary entries by
17290 call to `calendar'.
17291 (orgtbl-setup): Remove the :keys arguments from the menu description.
17292 (org-after-save-iCalendar-file-hook): New variable.
17293
17294 2005-10-21 Kenichi Handa <handa@m17n.org>
17295
17296 * language/vietnamese.el (tcvn-5712): Make it an alias of
17297 vietnamese-tcvn coding-system.
17298
17299 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
17300
17301 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
17302 group id is given.
17303
17304 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17305
17306 * progmodes/sh-script.el (sh-escaped-line-re): New var.
17307 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
17308 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
17309 whose line is either continued or ends with a comment.
17310
17311 2005-10-20 Romain Francoise <romain@orebokech.com>
17312
17313 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
17314
17315 * replace.el (occur-engine): Add follow-link property.
17316
17317 * font-core.el (font-lock-mode): Doc fix.
17318
17319 2005-10-20 Richard M. Stallman <rms@gnu.org>
17320
17321 * net/rcirc.el: New file.
17322
17323 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
17324
17325 * term.el (term-term-name): Initialize to "eterm-color".
17326
17327 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
17328
17329 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
17330 for encryption functionality.
17331 Move allout customization subgroup from `editing' to `outlines' group.
17332 Fix commentary keywords to legitimate ones.
17333 Update author info (using my current email address, obscurified).
17334 (allout-encrypt-string, allout-encryption-produce-work-buffer)
17335 (allout-encrypted-topic-p, allout-encrypted-text-type)
17336 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
17337 (allout-situate-encryption-key-verifier)
17338 (allout-get-encryption-key-verifier, allout-verify-key)
17339 (allout-next-topic-pending-encryption)
17340 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
17341 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
17342 (outline-key-verifier-handling, outline-key-hint-handling)
17343 (outline-encrypt-unencrypted-on-saves): New defcustoms.
17344 (allout-file-key-verifier-string, allout-encryption-scheme)
17345 (allout-key-verifier-string, allout-key-hint-string)
17346 (allout-after-save-decrypt): New variables.
17347 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
17348 (allout-after-saves-handler): New hook functions.
17349 (allout-post-command-business): Do allout-after-save-decrypt.
17350 (allout-enable-file-variable-adjustment): Custom var to enable
17351 mechanism for adding and adjusting settings of Emacs file variables.
17352 (allout-adjust-file-variable, allout-file-vars-section-data):
17353 New functions, implement the mechanism.
17354 (outlineify-sticky): Use the file vars mechanism.
17355 (allout-inhibit-protection, allout-during-write-cue)
17356 (allout-override-protect, allout-before-change-protect): Remove.
17357 (allout-flag-region, allout-open-topic): Adjust read-only text.
17358 (allout-open-line-not-read-only): Add to facilitate read-only
17359 text based protection.
17360 (allout-kill-line): Revise to adjust read-only text, clue the
17361 user about the inhibition.
17362 (allout-unprotected): Use unwind-protect.
17363 (allout-shift-in, allout-shift-out): Disallow manually shifting a
17364 topic deeper than the offspring depth of the previous topic -
17365 avoiding confusing "containment discontinuities".
17366 (allout-reindent-bodies): Fix retention of body relative hanging
17367 indent during promotion of collapsed bodies.
17368 (allout-open-topic): Make it easy to open new topic with same
17369 bullet as current topic - topic creation functions provided with
17370 any universal argument provokes now prompt for bullet, defaulting
17371 to the bullet of the previous topic.
17372 (allout-plain-bullets-string, allout-distinctive-bullets-string):
17373 Plain bullet alternates `.' period and `,' comma only. All other
17374 bullets are relegated to special status (but customizable).
17375 (allout-end-of-entry): Rename from allout-end-of-current-entry
17376 since it actually operates w.r.t. most immediately containing
17377 entry, visible or not.
17378 (allout-hide-current-entry, allout-show-current-entry): Use the
17379 revised version.
17380 (allout-old-expose-topic): Solidify deprecation.
17381 (allout-end-of-subtree): Add so we can span concealed as well
17382 as visible topics.
17383 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
17384 (allout-end-of-current-heading): Tweak to just respect the first line.
17385 (allout-get-body-text): Add.
17386 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
17387 when invoked interactively.
17388 (allout-up-current-level): Use `interactive-p'.
17389 (allout-mode, allout-init): Miscellaneous docstring and
17390 operational refinements, as well as hookups of new encryption stuff.
17391 (allout-beginning-of-current-entry): Now works as advertised.
17392 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
17393 (allout-isearch-rectification): Refine condition for isearching.
17394 (allout-isearch-abort, allout-enwrap-isearch)
17395 (allout-flag-region, my-region-active-p): Relocate some macros.
17396 (allout-title): Fallback title is (buffer-name), not
17397 non-existing (current-buffer-name).
17398 (subst-char-in-string): Define if absent (for some XEmacs versions).
17399
17400 2005-10-20 Jari Aalto <jari.aalto@cante.net>
17401
17402 * mail/sendmail.el (mail-setup-hook, mail-aliases)
17403 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
17404 (mail-citation-prefix-regexp, mail-signature-file)
17405 (mail-default-headers, mail-bury-selects-summary)
17406 (mail-send-nonascii): Add autoload cookies.
17407
17408 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17409
17410 * frame.el (blink-cursor-mode): Add `mac' to the list of
17411 window-system's that support blinking cursor.
17412
17413 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
17414
17415 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
17416
17417 2005-10-20 Eli Zaretskii <eliz@gnu.org>
17418
17419 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
17420 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
17421 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
17422
17423 2005-10-20 Kim F. Storm <storm@cua.dk>
17424
17425 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
17426 (ido-set-current-directory): Don't add / after final @.
17427 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
17428 Explicitly handle ange-ftp completion oddities.
17429 (ido-make-file-list): Don't rotate list at tramp root to avoid
17430 triggering tramp file handler for expand-file-name via get-file-buffer.
17431
17432 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17433
17434 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
17435
17436 2005-10-19 Jay Belanger <belanger@truman.edu>
17437
17438 * calc/calc-units.el (math-standard-units): Add units, adjust
17439 symbols and update values.
17440 (math-unit-prefixes): Add more prefixes.
17441
17442 2005-10-19 Romain Francoise <romain@orebokech.com>
17443
17444 * bookmark.el (bookmark-menu-heading): New face.
17445 (bookmark-bmenu-list): Use it.
17446 Don't fiddle with `baud-rate' at top-level.
17447
17448 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
17449
17450 * image.el (create-image, find-image): Mention max-image-size in
17451 docstring.
17452
17453 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17454
17455 * savehist.el (savehist-load): Revert to checking XEmacs.
17456
17457 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
17458 Various docstring and line-width fixups.
17459 (conf-mode): Use cond.
17460 Set font-lock-defaults. Don't set comment-use-syntax.
17461
17462 2005-10-18 David Ponce <david@dponce.com>
17463
17464 * tree-widget.el (tree-widget-button-click): New function.
17465 (tree-widget-button-keymap): Use it.
17466
17467 2005-10-18 Romain Francoise <romain@orebokech.com>
17468
17469 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17470 (bookmark-bmenu-hide-filenames): Add follow-link property.
17471 Improve help-echo text.
17472
17473 * ffap.el (find-file-at-point): Doc fix.
17474
17475 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17476
17477 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
17478
17479 2005-10-18 Masatake YAMATO <jet@gyve.org>
17480
17481 Install to the CVS repository what I forgot to install in my
17482 2005-10-16 changes.
17483
17484 * progmodes/python.el (python-complete-symbol): Pass the common
17485 prefix substring of completion to `display-completion-list'.
17486
17487 * textmodes/org.el (org-complete): Ditto.
17488
17489 2005-10-18 Masatake YAMATO <jet@gyve.org>
17490
17491 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
17492
17493 * woman.el (WoMan-xref-man-page): New button type derived
17494 from `Man-abstract-xref-man-page'.
17495 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
17496
17497 * man.el (Man-abstract-xref-man-page): New button type.
17498 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
17499 (Man-highlight-references): Add new optional argument `xref-man-type'.
17500
17501 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
17502
17503 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
17504
17505 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
17506
17507 * cus-edit.el (Custom-move-and-invoke): Delete.
17508 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
17509
17510 * wid-edit.el (widget-move-and-invoke): New function, from
17511 Custom-move-and-invoke.
17512
17513 2005-10-17 Bill Wohler <wohler@newt.com>
17514
17515 Move all remaining images from lisp/toolbar to etc/images, move
17516 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
17517 the low resolution images in their own directory (low-color).
17518
17519 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
17520 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
17521 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
17522 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
17523 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
17524 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
17525 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
17526
17527 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
17528 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
17529 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
17530 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
17531 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
17532 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
17533 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
17534 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
17535 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
17536 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
17537 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
17538 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
17539 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
17540 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
17541 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
17542
17543 To conform with convention, replace the underscore (_) in the
17544 following image names with dash (-) or (/) as appropriate.
17545
17546 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
17547 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
17548 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
17549 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
17550 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
17551 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
17552 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
17553 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
17554 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
17555 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
17556 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
17557 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
17558 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
17559 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
17560 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
17561
17562 * info.el (info-tool-bar-map): Replace underscores in image names
17563 with dashes.
17564
17565 * makefile.w32-in (WINS): Remove toolbar.
17566
17567 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
17568
17569 * tool-bar.el: Move to lisp from toolbar. Now that
17570 toolbar is empty, it should be deleted when folks run "cvs up -P".
17571
17572 2005-10-18 Jay Belanger <belanger@truman.edu>
17573
17574 * calc/calc-store.el (calc-store-into): Get the proper variable name
17575 to display in message.
17576
17577 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
17578
17579 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
17580 expressions display in speedbar for all buffers when debugging.
17581 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
17582
17583 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
17584 (speedbar-insert-button, speedbar-make-button):
17585 Use add-text-properties.
17586 (speedbar-update-localized-contents)
17587 (speedbar-update-directory-contents)
17588 (speedbar-update-special-contents): Use dolist.
17589 (speedbar-buffer-easymenu-definition): Add a menu separator.
17590
17591 2005-10-17 Jason Rumney <jasonr@gnu.org>
17592
17593 * makefile.w32-in: Use $(lisp) consistently.
17594 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
17595 for shell specific generation of mh-autoloads.
17596
17597 2005-10-17 Richard M. Stallman <rms@gnu.org>
17598
17599 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
17600
17601 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17602
17603 * jit-lock.el (jit-lock-fontify-now):
17604 Move jit-lock-context-unfontify-pos to avoid wasted work.
17605
17606 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
17607
17608 * net/tramp.el (tramp-completion-mode): New defvar. Used in
17609 `tramp-completion-mode' for checking if we are in completion mode.
17610 (tramp-completion-handle-file-name-all-completions): Reorder code
17611 in order to complete for file names only in case there are no
17612 method/user/host completions. This is necessary for cooperation
17613 with ido. Reported by Kim F. Storm <storm@cua.dk>.
17614
17615 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
17616
17617 * longlines.el (longlines-search-forward)
17618 (longlines-search-backward): Match any number of spaces.
17619
17620 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
17621
17622 * diff-mode.el (diff-mode): Doc fix.
17623
17624 2005-10-16 David Reitter <david.reitter@gmail.com>
17625
17626 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
17627 as default on darwin and windows systems.
17628
17629 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
17630
17631 * arc-mode.el (archive-zip-extract): Doc fix.
17632
17633 2005-10-16 Romain Francoise <romain@orebokech.com>
17634
17635 * mouse.el (mouse-1-click-follows-link): Doc fix.
17636
17637 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17638
17639 * savehist.el: Don't require CL at runtime.
17640 (savehist-xemacs): Remove.
17641 (savehist-coding-system): Use utf-8 if present, regardless of religion.
17642 (savehist-no-conversion): Use (featurep 'xemacs).
17643 (savehist-load): Check existence of start-itimer rather than XEmacs.
17644 Use an idle timer.
17645 (savehist-process-for-saving): Replace use of CL funs `subseq' and
17646 `delete-if-not'.
17647
17648 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
17649
17650 * savehist.el: Newer version.
17651 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
17652 (savehist-last-checksum, savehist-no-conversion): New vars.
17653 (savehist-autosave, savehist-process-for-saving, savehist-printable):
17654 New functions.
17655 (savehist-load, savehist-save): Use them.
17656 (savehist-delimit): Remove.
17657
17658 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17659
17660 * progmodes/compile.el (compilation-goto-locus): Display the
17661 compilation buffer first and the source buffer second, in case they're
17662 in overlapping frames. Don't raise the compilation frame if it was the
17663 selected window upon entry. Pass the `other-window' arg to
17664 pop-to-buffer.
17665
17666 * info.el (Info-fontify-node): Use dolist.
17667 Change add-text-properties to put-text-property.
17668
17669 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17670
17671 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
17672 bound of search.
17673
17674 2005-10-16 Masatake YAMATO <jet@gyve.org>
17675
17676 * dabbrev.el (dabbrev-completion): Pass the common
17677 prefix substring of completion to `display-completion-list'.
17678
17679 * filecache.el (file-cache-minibuffer-complete)
17680 (file-cache-complete): Ditto.
17681
17682 * tempo.el (tempo-display-completions): Ditto.
17683
17684 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
17685
17686 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
17687
17688 * eshell/em-hist.el (eshell-list-history): Ditto.
17689
17690 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
17691
17692 * mail/mailalias.el (mail-complete): Ditto.
17693
17694 * progmodes/etags.el (complete-tag): Ditto.
17695
17696 * progmodes/make-mode.el (makefile-complete): Ditto.
17697
17698 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
17699
17700 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
17701
17702 * progmodes/pascal.el (pascal-complete-word)
17703 (pascal-show-completions): Ditto.
17704
17705 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
17706
17707 * simple.el (completion-common-substring): New variable.
17708 (completion-setup-function): Use `completion-common-substring'
17709 to put faces.
17710
17711 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17712
17713 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
17714 (x-get-selection, mac-select-convert-to-string): Convert from/to
17715 UTF-16 clipboard data as in native byte order, no BOM.
17716
17717 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
17718
17719 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17720 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
17721 (gud-sentinel): Use speedbar-frame to check for speedbar.
17722
17723 2005-10-15 Richard M. Stallman <rms@gnu.org>
17724
17725 * savehist.el: New file.
17726
17727 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
17728
17729 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
17730 Fix bug in \bf fontification.
17731
17732 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17733
17734 * pcvs.el (cvs-edit-log-files): New var.
17735 (cvs-mode-edit-log): New arg `file'.
17736 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
17737 Instead force the use of the original file and nothing else.
17738 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
17739 the cvs-minor-wrap-function is set.
17740 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
17741
17742 2005-10-14 Bill Wohler <wohler@newt.com>
17743
17744 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
17745 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
17746 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
17747 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
17748 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
17749 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
17750 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
17751 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
17752 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
17753 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
17754 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
17755 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
17756 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
17757 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
17758 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
17759
17760 * progmodes/gud.el (gud-tool-bar-map): Rename the images
17761 appropriately (for example, gud-break to gud/break).
17762
17763 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
17764
17765 * longlines.el (longlinges-search-function)
17766 (longlines-search-forward, longlines-search-backward): New functions.
17767 (longlines-mode): Set isearch-search-fun-function to
17768 longlinges-search-function.
17769
17770 * mouse.el (mouse-drag-region-1): Handle the case where a
17771 double-click event is bound to an arbitrary function.
17772
17773 2005-10-14 David Ponce <david@dponce.com>
17774
17775 * recentf.el (recentf-track-opened-file)
17776 (recentf-track-closed-file, recentf-update-menu)
17777 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
17778 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
17779 mouse-1-click-follows-link.
17780
17781 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17782
17783 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
17784 Gnome file-manager.png. Suggested by
17785 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
17786
17787 * toolbar/README: Add diropen.xpm.
17788
17789 2005-10-13 Bill Wohler <wohler@newt.com>
17790
17791 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
17792 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
17793
17794 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
17795
17796 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
17797 Don't waste the byte-compiler's time on constant data.
17798
17799 2005-10-13 Kenichi Handa <handa@m17n.org>
17800
17801 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
17802 byte with `escape-glyph' face.
17803
17804 * international/fontset.el (ccl-encode-unicode-font):
17805 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
17806 Handle the case that ucs-mule-to-mule-unicode translates a character to
17807 ASCII (usually for IPA characters).
17808
17809 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17810
17811 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
17812 Don't hide the underline of titles if font-lock-mode is disabled.
17813
17814 2005-10-12 Bill Wohler <wohler@newt.com>
17815
17816 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
17817 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
17818 files in MH-E-SRC have been updated.
17819 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
17820
17821 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17822
17823 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
17824 (mixal-mode-syntax-table): Add \n as end-comment.
17825 (mixal-operation-codes-alist): Immediately initialize to full value.
17826 (mixal-add-operation-code): Remove.
17827 (mixal-describe-operation-code): Make the arg non-optional.
17828 Use the interactive spec instead.
17829 Use mixal-operation-codes-alist rather than mixal-operation-codes.
17830 (mixal-font-lock-keywords): Don't highlight comments here any more.
17831 (mixal-font-lock-syntactic-keywords): New var.
17832 (mixal-mode): Use it. Fix comment-start-skip.
17833
17834 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17835
17836 * startup.el (command-line-x-option-alist): -nb => -nbi
17837
17838 2005-10-12 Kim F. Storm <storm@cua.dk>
17839
17840 * startup.el (fancy-splash-default-action): Discard mouse click in
17841 the splash screen window, as it has no sensible meaning in the
17842 next window to be selected. Fixes error reported by Jan D.
17843
17844 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17845
17846 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
17847
17848 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17849
17850 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
17851 Try to fix up minor layout issues like indentation, line break, etc...
17852 (mixal-mode-syntax-table): Don't try to specify comment syntax,
17853 because it doesn't work.
17854 (mixal-operation-codes): Add some more codes.
17855 (mixal-font-lock-keywords): Process comments here.
17856 (mixal-mode): mixasm no longer needs -g option.
17857
17858 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
17859
17860 * progmodes/sh-script.el (sh-tmp-file):
17861 Use mktemp -t. Finish support for es and rc shells.
17862
17863 2005-10-11 Jay Belanger <belanger@truman.edu>
17864
17865 * calc/calcalg2.el (calc-integral): With an argument, compute the
17866 definite integral.
17867
17868 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
17869
17870 * mouse.el (mouse-drag-region-1): Don't try to catch a
17871 double-click when doing follow-link (it's overridden anyway).
17872
17873 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
17874
17875 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
17876 (autoload-print-form-outbuf): Add docstring.
17877
17878 2005-10-11 Juri Linkov <juri@jurta.org>
17879
17880 * info.el (Info-mode-menu): Delete menu item "Edit".
17881 (Info-mode): Delete description of Info-edit from docstring,
17882 and rearrange descriptions of Info commands in the order
17883 they are documented in the Info manual.
17884
17885 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17886
17887 * calendar/appt.el (appt-check): Use diary-selective-display var.
17888
17889 2005-10-10 Richard M. Stallman <rms@gnu.org>
17890
17891 * net/newsticker.el (newsticker-start, newsticker-show-news):
17892 Add autoload cookies.
17893
17894 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
17895
17896 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
17897
17898 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
17899
17900 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
17901
17902 2005-10-10 Jay Belanger <belanger@truman.edu>
17903
17904 * calc/calc-arith.el (math-check-known-scalarp)
17905 (math-check-known-matrixp): Check the values of arguments that are
17906 variables.
17907 (math-check-known-square-matrixp): New function.
17908 (math-known-square-matrixp): Use math-check-known-square-matrixp.
17909 (math-super-types): Add sqmatrix type.
17910
17911 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
17912 mode name `square' to `sqmatrix'.
17913
17914 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
17915 mode name `square' to `sqmatrix'.
17916
17917 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17918
17919 * progmodes/etags.el (select-tags-table-mode): Don't use
17920 selective-display.
17921 (tags-select-tags-table): Pass `button' to the action function.
17922 (select-tags-table): Place the side-info on button properties rather
17923 than in hidden text. Abbreviate file names.
17924 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
17925 (select-tags-table-select): Add `button' argument.
17926 Get side-info from the button property rather than from hidden text.
17927
17928 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
17929
17930 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
17931 (gud-speedbar-buttons): Preserve point if possible.
17932 (gud-sentinel): Restore previous speedbar display type.
17933
17934 * progmodes/gdb-ui.el (gdba): Improve diagram.
17935 (def-gdb-auto-update-handler, gdb-info-locals-handler)
17936 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
17937 Call get-buffer-window once.
17938
17939 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17940
17941 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
17942 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
17943 (pascal-indent-command): Remove unused var `ind'.
17944 (pascal-indent-case): Remove unused var `oldpos'.
17945 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
17946 since it's now used as a proper minor mode map.
17947 (pascal-outline): Rename to pascal-outline-mode.
17948 (pascal-outline-mode): Use define-minor-mode.
17949 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
17950 selective-display.
17951
17952 2005-10-10 Andreas Schwab <schwab@suse.de>
17953
17954 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
17955 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
17956
17957 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
17958 outside source directory.
17959
17960 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
17961
17962 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
17963 C-x' as a prefix.
17964 (orgtbl-mode-map): Full keymap instead of sparse, because all
17965 `self-insert-command' keys are redefined in this map.
17966 (org-export-as-html): Specify charset for HTML file, by taking it
17967 from the coding system.
17968
17969 2005-10-10 Kenichi Handa <handa@m17n.org>
17970
17971 * textmodes/flyspell.el (flyspell-check-word-p):
17972 If unread-command-events is non-empty, don't call sit-for.
17973
17974 2005-10-09 Richard M. Stallman <rms@gnu.org>
17975
17976 * font-lock.el (font-lock-syntactic-keywords)
17977 (font-lock-keywords): Doc fixes.
17978
17979 * textmodes/flyspell.el (flyspell-external-point-words):
17980 Simplify logic, and don't try to check for consecutive appearances
17981 of one incorrect word.
17982
17983 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
17984
17985 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
17986 separator.
17987
17988 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
17989 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
17990 (gud-expansion-speedbar-buttons): New function.
17991 (gud-speedbar-buttons): Check for gud-comint-buffer.
17992
17993 2005-10-09 Bill Wohler <wohler@newt.com>
17994
17995 * Makefile.in (updates): Add mh-loaddefs dependency.
17996
17997 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
17998
17999 * speedbar.el (speedbar-file-key-map): Fix typo.
18000
18001 2005-10-09 Daniel Brockman <daniel@brockman.se>
18002
18003 * cus-start.el (line-spacing): Add custom spec.
18004
18005 2005-10-09 Romain Francoise <romain@orebokech.com>
18006
18007 * textmodes/ispell.el (ispell-check-version): Fix last change.
18008
18009 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18010
18011 * term/x-win.el: Remove -i, --icon-type from comment.
18012
18013 * startup.el (command-line-x-option-alist): Remove options -i,
18014 -itype, --icon-type, added -nb, --no-bitmap-icon
18015
18016 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
18017
18018 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
18019 instead of :active.
18020
18021 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
18022
18023 * textmodes/ispell.el (ispell-check-version):
18024 Ignore hyphen, and all that follows, in aspell's version text.
18025
18026 2005-10-08 Jay Belanger <belanger@truman.edu>
18027
18028 * calc/calc-arith.el (math-known-square-matrixp): New function.
18029 (math-pow-fancy): Check for matrices before distributing exponent
18030 across products.
18031
18032 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
18033 fullscreen keypad. Suggested by Luc Teirlinck.
18034 (calc-keypad-show-input): Add space for formatting.
18035
18036 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
18037 Add square matrix option.
18038
18039 * calc/calc-poly.el (math-expand-term): Check for matrices instead
18040 of checking calc-matrix-mode when deciding how to expand.
18041
18042 * calc/calc.el (calc-set-mode-line): Add square matrix option.
18043
18044 2005-10-08 Lars Hansen <larsh@soem.dk>
18045
18046 * net/tramp.el (tramp-perl-directory-files-and-attributes):
18047 Add error handling.
18048 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
18049
18050 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
18051
18052 Sync with Tramp 2.0.51.
18053
18054 * net/tramp.el (tramp-handle-set-visited-file-modtime)
18055 (tramp-handle-insert-file-contents, tramp-handle-write-region):
18056 Insert special handling for `last-coding-system-used', again
18057 it still seems to be necessary (unlike stated before).
18058 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
18059 (tramp-password-prompt-regexp): There might be other words before
18060 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
18061 (tramp-chunksize): Improve docstring.
18062 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
18063 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
18064 Christian Joergensen <bugs@razor.dk>.
18065
18066 2005-10-07 Glenn Morris <rgm@gnu.org>
18067
18068 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
18069 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
18070 precision'.
18071
18072 2005-10-07 Romain Francoise <romain@orebokech.com>
18073
18074 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
18075 (ibuffer-do-shell-command-pipe-replace)
18076 (ibuffer-do-shell-command-file, ibuffer-do-eval)
18077 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
18078 (ibuffer-do-revert, ibuffer-do-replace-regexp)
18079 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
18080 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
18081 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
18082 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
18083 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
18084 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
18085 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
18086 Autoload file sans suffix.
18087
18088 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
18089
18090 2005-10-07 David Ponce <david@dponce.com>
18091
18092 * recentf.el (recentf-menu-open-all-flag): New option.
18093 (recentf-digit-shortcut-command-name): New function.
18094 (recentf--shortcuts-keymap): New variable.
18095 (recentf-menu-shortcuts): New variable.
18096 (recentf-make-menu-items): Initialize it. Replace the "More..."
18097 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
18098 (recentf-menu-value-shortcut): New function.
18099 (recentf-make-menu-item): Use it. No more in-lined.
18100 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
18101 (recentf-open-most-recent-file): Rename from
18102 `recentf-open-file-with-key'. Don't depend on key binding.
18103 (recentf-mode-map): New variable.
18104 (recentf-mode): Use it.
18105
18106 2005-10-06 Bill Wohler <wohler@newt.com>
18107
18108 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
18109
18110 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
18111 (MH-E-SRC): New. Used by mh-autoloads.
18112 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
18113 files in MH-E-SRC have been updated.
18114 (compile, recompile, bootstrap): Depend on mh-autoloads.
18115
18116 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
18117
18118 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
18119 gud-break and gud-remove icons when the fringe is not available.
18120
18121 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
18122 Typo.
18123
18124 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
18125
18126 * play/zone.el (zone): Wrap body with save-window-excursion.
18127
18128 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
18129
18130 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
18131 Use the new `list-only' arg to diary-list-entries.
18132
18133 * calendar/diary-lib.el: Use overlays rather than selective-display.
18134 (diary-selective-display): New var.
18135 (diary-header-line-format): Use it.
18136 (diary-list-entries): Add argument `list-only'.
18137 Put the buffer in diary-mode. Don't add \^M at beg and end.
18138 Replace \^M by invisible overlays.
18139 (diary-unhide-everything): Replace \^M by invisible overlays.
18140 (print-diary-entries): Look for overlays rather than \^M.
18141 Add a space to the temp buffer name.
18142 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
18143 Put the buffer in diary-mode.
18144 (list-sexp-diary-entries): Replace \^M by invisible overlays.
18145 (diary-anniversary): Make the year arg optional.
18146 (diary-time-regexp): New const.
18147 (diary-font-lock-keywords): Use it to accept a few more time formats.
18148
18149 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
18150
18151 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
18152
18153 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
18154 Fix bug introduced 2005-07-03: Use (car (last ...))
18155 to faithfully reproduce replaced artist-last.
18156 (artist-set-arrow-points-for-poly): Likewise.
18157 Suggested by Johan Bockg\e,Ae\e(Brd.
18158
18159 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
18160
18161 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
18162 * wid-edit.el (widget):
18163 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
18164 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
18165
18166 2005-10-06 Kenichi Handa <handa@m17n.org>
18167
18168 * international/mule-cmds.el (set-language-environment):
18169 Fix setting up of case-table for unibyte mode.
18170
18171 * simple.el (what-cursor-position): If the character is displayed
18172 by some `display' text property, show that. Don't use
18173 single-key-description for eight-bit characters in multibyte mode.
18174
18175 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
18176
18177 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
18178 (gdb-ann3): Set it.
18179 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
18180 (gdb-info-frames-custom): Use inverse-video for first five
18181 characters of selected frame only.
18182 (gdb-get-frame-number): Select frame even when point is on frame
18183 number.
18184
18185 2005-10-06 Masatake YAMATO <jet@gyve.org>
18186
18187 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
18188 Put `font-lock-function-name-face'.
18189 (gdb-info-frames-custom): Put `font-lock-function-name-face'
18190 and `font-lock-variable-name-face'
18191 (gdb-registers-font-lock-keywords): New font lock keywords definition.
18192 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
18193 (gdb-memory-font-lock-keywords): New font lock keywords definition.
18194 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
18195 (gdb-local-font-lock-keywords): New font lock keywords definition.
18196 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
18197 (gdb-threads-font-lock-keywords): New font lock keywords definition.
18198 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
18199
18200 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
18201
18202 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
18203 (ediff-merge-region-is-non-clash-to-skip): Previously called
18204 ediff-merge-region-is-non-clash.
18205
18206 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
18207 Use insert-buffer-substring.
18208
18209 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
18210 selecting files to patch. Also bug fixes.
18211
18212 * ediff-util.el (ediff-setup): Bug fix.
18213 (ediff-next-difference): Never skip clashes that differ in white
18214 space only.
18215
18216 * ediff-wind.el (ediff-setup-control-frame)
18217 (ediff-destroy-control-frame): Check the menubar feature.
18218
18219 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
18220 (viper-refresh-mode-line): Use make-local-variable to localize
18221 some vars instead of make-variable-buffer-local. Suggested by
18222 Stefan Monnier.
18223
18224 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
18225 (viper-restore-cursor-type, viper-set-insert-cursor-type):
18226 Use make-local-variable instead of make-variable-buffer-local.
18227 Suggested by Stefan Monnier.
18228
18229 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
18230 (viper-comint-mode-hook): Use make-local-variable on
18231 require-final-newline.
18232 (viper-non-hook-settings): Don't use make-variable-buffer-local.
18233
18234 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18235
18236 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
18237 also the second char of a comment-start sequence.
18238 (scheme-sexp-comment-syntax-table): New var.
18239 (lambda, define): Set their scheme-doc-string-elt property.
18240 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
18241 Use lisp-font-lock-syntactic-face-function now that it properly
18242 handles |...| symbols.
18243 (scheme-mode-variables): Set lisp-doc-string-elt-property,
18244 parse-sexp-lookup-properties and font-lock-extra-managed-props.
18245
18246 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
18247 bit from # to |.
18248 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
18249
18250 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
18251 (lisp-doc-string-elt-property): New var.
18252 (lisp-font-lock-syntactic-face-function): Use it.
18253 Rewrite to recognize docstrings even for forms not at toplevel.
18254
18255 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
18256 annotation on the | part of #| rather than on the # part.
18257 (scheme-font-lock-syntactic-face-function): New function, to
18258 distinguish strings from |...| symbols.
18259 (scheme-mode-variables): Use it. Also fix up the font-lock-time
18260 syntax-table so that #|...|# is properly highlighted.
18261
18262 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
18263 Don't mark as docstring the 3rd elem of an unknown toplevel form.
18264
18265 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
18266
18267 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
18268 and C-e.
18269
18270 * emacs-lisp/eldoc.el: Move comments into docstrings.
18271 (eldoc-message-commands): Initialize in its declaration.
18272 Add move-beginning-of-line and move-end-of-line.
18273 (eldoc-add-command, eldoc-add-command-completions)
18274 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
18275
18276 * outline.el (outline-mark-subtree): Activate the mark.
18277
18278 * calendar/appt.el (appt-time-regexp): New var.
18279 (appt-add, appt-make-list): Use it.
18280 (appt-convert-time): Clean up.
18281
18282 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
18283 Don't set any syntax-table property here.
18284 (tex-font-lock-verb): New function. Do it here.
18285 (tex-font-lock-syntactic-keywords): Use it.
18286
18287 2005-10-04 Richard M. Stallman <rms@gnu.org>
18288
18289 * wid-edit.el (widget-file-complete): Get the widget start point
18290 the right way. Default directory to `/' if file has none.
18291
18292 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
18293
18294 * textmodes/flyspell.el (flyspell-mode-on):
18295 Call ispell-maybe-find-aspell-dictionaries.
18296
18297 * textmodes/ispell.el (ispell-word, ispell-region):
18298 Call ispell-maybe-find-aspell-dictionaries.
18299 (ispell-accept-buffer-local-defs):
18300 Don't call ispell-maybe-find-aspell-dictionaries
18301
18302 2005-10-04 Richard M. Stallman <rms@gnu.org>
18303
18304 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
18305
18306 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
18307
18308 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
18309 instead of `fboundp' in order to allow for anonymous functions.
18310
18311 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
18312
18313 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
18314 case the user clicks on the link while another window is selected.
18315 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
18316
18317 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
18318 functionality.
18319 (dframe-help-echo): Save point in case mouse tracking is off.
18320
18321 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
18322
18323 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
18324
18325 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18326
18327 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
18328 not change the global value of those vars.
18329
18330 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
18331 make-local-variable which we do not need any more.
18332
18333 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
18334
18335 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
18336 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
18337 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
18338 (speedbar-path-line): Define obsolete aliases.
18339 (speedbar-line-directory): Doc fix.
18340
18341 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
18342 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
18343 instead of speedbar-line-path.
18344
18345 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18346
18347 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
18348 to nil if dropping on a window. Handle dropping on a minibuffer window
18349 like dropping on a non-window part of Emacs.
18350
18351 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18352
18353 * net/ange-ftp.el: Use with-current-buffer.
18354 (ange-ftp-insert-directory): Do not follow symlinks any more.
18355
18356 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18357 Remove interactive spec.
18358
18359 2005-10-03 Kim F. Storm <storm@cua.dk>
18360
18361 * ido.el (ido-mode): Use custom-initialize-set.
18362
18363 2005-10-02 Richard M. Stallman <rms@gnu.org>
18364
18365 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
18366 Use insert-buffer-substring.
18367
18368 * net/tramp.el: Pacify byte compiler warnings in pacification code.
18369 (tramp-handle-file-local-copy): Use insert-buffer-substring.
18370
18371 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18372
18373 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
18374 in last change.
18375 (ange-ftp-insert-directory): Fix up the search for the case where
18376 `file' is absolute.
18377
18378 2005-10-02 Romain Francoise <romain@orebokech.com>
18379
18380 * progmodes/compile.el (compile-goto-error): Delete extra paren.
18381
18382 2005-10-02 Andreas Schwab <schwab@suse.de>
18383
18384 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
18385 directory component in the session info.
18386
18387 2005-10-01 Richard M. Stallman <rms@gnu.org>
18388
18389 * comint.el (comint-redirect-subvert-readonly): Doc fix.
18390
18391 * simple.el (next-error-internal): New function.
18392
18393 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
18394 (compilation-start): Pass new arg to compilation-buffer-name.
18395 (compile-goto-error): Use next-error-internal.
18396
18397 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
18398
18399 * speedbar.el: Remove RCS tag.
18400 (speedbar-check-read-only): Handle non-existent files.
18401
18402 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
18403
18404 * info.el (Info-speedbar-hierarchy-buttons)
18405 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
18406
18407 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18408
18409 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
18410 Do not match newline.
18411 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
18412 (bibtex-summary): Remove unnecessary save-excursion.
18413 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
18414
18415 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18416
18417 * term/mac-win.el: Add charset info for "iso10646-1".
18418 Modify default fontset to use ATSUI-compatible fonts for some charsets
18419 if available.
18420
18421 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
18422
18423 * speedbar.el: Re-apply arch tag.
18424 (speedbar-version): Rename to version 1.0. Suggested by Eric
18425 M. Ludlam.
18426 Reapply two changes from Emacs CVS' version of speedbar lost
18427 during the merge:
18428 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
18429 (speedbar-frame-parameters): Improve customize type.
18430
18431 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18432
18433 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
18434 (ange-ftp-file-directory-p): Fix the symlink case.
18435 (ange-ftp-insert-directory): When listing a single file, get a list of
18436 the parent buffer and extract the relevant line. Inspired from a patch
18437 by Katsumi Yamaoka <yamaoka@jpl.org>.
18438 (ange-ftp-file-name-sans-versions): Simplify.
18439
18440 2005-09-30 Bill Wohler <wohler@newt.com>
18441
18442 Move MH-E image files from toolbar and mail directories into
18443 etc/images.
18444
18445 * mail/reply2.*: Move to etc/images/mail/reply*.
18446
18447 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
18448 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
18449 etc/images.
18450
18451 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
18452 * toolbar/reply*: Move to etc/images/mail.
18453
18454 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
18455
18456 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
18457
18458 * speedbar.el: New version 1.0pre3.
18459
18460 Frame management code (including timer, and mouse click specifics)
18461 moved to dframe.el:
18462 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
18463 (speedbar-timer): Removed. Use dframe-timer.
18464 (speedbar-close-frame): Removed. Use dframe-close-frame.
18465 (speedbar-activity-change-focus-flag): Removed. Use
18466 dframe-activity-change-focus-flag.
18467 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
18468 dframe-update-speed.
18469
18470 (speedbar-current-frame): New macro. Use this instead of the
18471 variable speedbar-frame.
18472
18473 (speedbar-use-images, speedbar-expand-image-button-alist)
18474 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
18475
18476 (speedbar-find-image-on-load-path): Removed. Replaced by
18477 defezimage in ezimage.el.
18478 (speedbar-expand-image-button-alist): Removed. Replaced by
18479 ezimage-expand-image-button-alist in ezimage.el.
18480
18481 (speedbar-ignored-directory-regexp)
18482 (speedbar-add-ignored-directory-regexp)
18483 (speedbar-ignored-directory-expressions)
18484 (speedbar-line-directory, speedbar-buffers-line-directory)
18485 (speedbar-directory-line, speedbar-buffers-line-directory):
18486 Renamed, replacing `path' with `directory'.
18487
18488 (speedbar-create-directory, speedbar-expand-line-descendants)
18489 (speedbar-toggle-line-expansion)
18490 (speedbar-contract-line-descendants): New commands.
18491
18492 (speedbar-query-confirmation-method, speedbar-select-frame-method)
18493 (speedbar-use-tool-tips-flag): New options.
18494
18495 (speedbar-check-read-only, speedbar-require-version)
18496 (speedbar-insert-separator, speedbar-buffers-tail-notes)
18497 (speedbar-handle-delete-frame, speedbar-try-completion)
18498 (speedbar-update-localized-contents): New functions.
18499
18500 (speedbar-incompatible-version, speedbar-ro-to-do-point)
18501 (speedbar-object-read-only-indicator): New variables.
18502
18503 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
18504 New hooks.
18505
18506 (speedbar-separator-face): New face.
18507
18508 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
18509 (speedbar-ignored-modes): Add fundamental-mode.
18510 (speedbar-directory-unshown-regexp): Add . directories.
18511
18512 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
18513 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
18514 `]' for full expand/close.
18515 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
18516
18517 (speedbar-check-vc): Support hidden files.
18518 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
18519 (speedbar-this-file-in-vc): Use vc-state if available. If VC
18520 state is nil, it is not checked out.
18521
18522 (speedbar-line-text, speedbar-line-token): Support expand buttons
18523 with no text.
18524 (speedbar-refresh): Universal argument acts as power-click.
18525 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
18526 that buffer to get variable values.
18527
18528 And many other bugfixes.
18529
18530 * dframe.el, ezimage.el, sb-image.el: New files.
18531
18532 * sb-*.xpm: Remove files. New image files installed into
18533 etc/images/ezimage.
18534
18535 2005-09-30 Kenichi Handa <handa@m17n.org>
18536
18537 * ps-mule.el (ps-mule-show-warning): If a character is in
18538 ps-print-translation-table, don't treat it as non-printable.
18539
18540 2005-09-30 David Ponce <david@dponce.com>
18541
18542 * tree-widget.el (tree-widget-themes-load-path): New variable.
18543 (tree-widget-themes-directory): Doc fix.
18544 (tree-widget-image-formats) [Emacs]: Doc fix.
18545 (tree-widget--locate-sub-directory): New function.
18546 (tree-widget-themes-directory): Use it.
18547
18548 * recentf.el (recentf-filename-handlers): Rename from
18549 `recentf-filename-handler'. Allow a list of functions.
18550 (recentf-menu-items-for-commands): Fix :help strings.
18551 (recentf-apply-filename-handlers): New function.
18552 (recentf-expand-file-name): Use it.
18553 (recentf-cleanup): Remove duplicates too.
18554
18555 2005-09-29 Juri Linkov <juri@jurta.org>
18556
18557 * faces.el: Rearrange face definitions to be in the same order as
18558 their face descriptions in "(emacs)Standard Faces".
18559
18560 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
18561
18562 * tooltip.el (tooltip): Add group `basic-faces'.
18563
18564 * buff-menu.el (Buffer-menu-buffer): Remove group
18565 `font-lock-highlighting-faces'.
18566
18567 * progmodes/compile.el (compilation-error, compilation-warning)
18568 (compilation-info, compilation-line-number, compilation-column-number):
18569 Change group from `font-lock-highlighting-faces' to `compilation'.
18570
18571 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18572 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
18573 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
18574 (vhdl-font-lock-reserved-words-face)
18575 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
18576 `font-lock-highlighting-faces'.
18577
18578 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
18579
18580 2005-09-28 Kim F. Storm <storm@cua.dk>
18581
18582 * emulation/cua-base.el: Set CUA move property on additional commands:
18583 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
18584 forward-sexp, backward-sexp, forward-list, backward-list.
18585
18586 2005-09-28 Romain Francoise <romain@orebokech.com>
18587
18588 * comint.el (comint-show-output): Really set point at the
18589 beginning of the output when not using `comint-use-prompt-regexp'.
18590
18591 2005-09-27 Jay Belanger <belanger@truman.edu>
18592
18593 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
18594 in TeX mode.
18595
18596 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
18597
18598 * textmodes/org.el (org-table-sum): Fix format string.
18599
18600 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
18601 Quote face names.
18602
18603 2005-09-26 Romain Francoise <romain@orebokech.com>
18604
18605 * isearch.el (isearch-forward-regexp): Close doc string.
18606
18607 2005-09-25 Richard M. Stallman <rms@gnu.org>
18608
18609 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
18610
18611 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
18612
18613 * progmodes/compile.el (compilation-error-properties):
18614 When getting the file from the previous error message,
18615 correctly decode the new data format.
18616
18617 * progmodes/cc-cmds.el (c-electric-paren):
18618 Call old-blink-paren only for close-paren.
18619
18620 2005-09-24 Andreas Schwab <schwab@suse.de>
18621
18622 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
18623 condition.
18624
18625 2005-09-25 Romain Francoise <romain@orebokech.com>
18626
18627 * dired-aux.el (dired-copy-file-recursive):
18628 * dired.el (dired-delete-file):
18629 * ediff-mult.el (ediff-dir-diff-copy-file):
18630 * ediff-util.el (ediff-test-save-region):
18631 * forms.el (forms-mode):
18632 * ido.el (ido-file-internal, ido-delete-file-at-head):
18633 * log-edit.el (log-edit-done):
18634 * ses.el (ses-yank-resize):
18635 * play/gomoku.el (gomoku-human-plays, gomoku)
18636 (gomoku-human-resigns, gomoku-prompt-for-other-game)
18637 (gomoku-offer-a-draw):
18638 * play/landmark.el (lm-human-resigns, lm):
18639 * net/eudcb-ldap.el (eudc-ldap-check-base):
18640 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
18641 * progmodes/ebrowse.el (ebrowse-find-pattern):
18642 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
18643 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
18644 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
18645
18646 * vc.el (vc-delete-file):
18647 * play/gomoku.el (gomoku-terminate-game, gomoku)
18648 (gomoku-prompt-for-move, gomoku-human-takes-back):
18649 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
18650 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
18651
18652 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
18653
18654 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
18655 color rxvt terminals by using the code xterm.el used to use before
18656 2005-04-09 in order to match the colors used by rxvt.
18657
18658 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18659
18660 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
18661 colors rxvt-unicode terminals by using the same code as xterm.el.
18662
18663 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18664
18665 * textmodes/tex-mode.el (tex-font-lock-append-prop)
18666 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
18667 new symbol used for the tex-verbatim face.
18668
18669 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18670
18671 * woman.el (woman-file-name):
18672 * wid-edit.el (widget-file-prompt-value)
18673 (widget-coding-system-prompt-value):
18674 * w32-fns.el (set-w32-system-coding-system):
18675 * vc.el (vc-version-diff, vc-annotate):
18676 * textmodes/reftex-auc.el (reftex-arg-cite)
18677 (reftex-arg-index-tag):
18678 * textmodes/refer.el (refer-get-bib-files):
18679 * textmodes/artist.el (artist-figlet-choose-font):
18680 * terminal.el (terminal-emulator):
18681 * replace.el (occur-read-primary-args):
18682 * rect.el (string-rectangle, string-insert-rectangle):
18683 * ps-print.el (ps-print-preprint):
18684 * progmodes/pascal.el (pascal-goto-defun):
18685 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
18686 * progmodes/compile.el (compilation-find-file):
18687 * printing.el (pr-interactive-n-up):
18688 * play/animate.el (animate-birthday-present):
18689 * net/rcompile.el (remote-compile):
18690 * man.el (man, Man-goto-section, Man-follow-manual-reference):
18691 * mail/rmailsum.el (rmail-summary-search-backward)
18692 (rmail-summary-search):
18693 * mail/rmailout.el (rmail-output-read-rmail-file-name)
18694 (rmail-output-read-file-name):
18695 * mail/rmail.el (rmail-search, rmail-search-backwards):
18696 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
18697 * locate.el (locate):
18698 * international/quail.el (quail-show-keyboard-layout):
18699 * international/mule.el (set-buffer-file-coding-system)
18700 (revert-buffer-with-coding-system, set-file-name-coding-system)
18701 (set-terminal-coding-system, set-keyboard-coding-system)
18702 (set-next-selection-coding-system):
18703 * international/mule-diag.el (describe-coding-system)
18704 (describe-font, describe-fontset):
18705 * international/mule-cmds.el (universal-coding-system-argument)
18706 (search-unencodable-char, describe-input-method)
18707 (set-language-environment, describe-language-environment):
18708 * international/codepage.el (codepage-setup):
18709 * international/code-pages.el (codepage-setup):
18710 * info.el (Info-search, Info-follow-reference)
18711 (Info-search-backward):
18712 * emacs-lisp/advice.el (ad-read-advised-function)
18713 (ad-read-advice-class, ad-clear-cache, ad-activate)
18714 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
18715 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
18716 (ad-read-regexp):
18717 * ediff-util.el (ediff-toggle-regexp-match):
18718 * ediff-ptch.el (ediff-prompt-for-patch-file):
18719 * dired-aux.el (dired-diff):
18720 * diff.el (diff):
18721 * cus-edit.el (custom-variable-prompt):
18722 * calendar/timeclock.el (timeclock-ask-for-project):
18723 * calc/calcalg3.el (calc-get-fit-variables):
18724 * calc/calc-store.el (calc-edit-variable)
18725 (calc-permanent-variable):
18726 * vc-mcvs.el (vc-mcvs-register):
18727 * shadowfile.el (shadow-define-literal-group):
18728 * woman.el (woman-file-name):
18729 * vc.el (vc-version-diff, vc-merge):
18730 * textmodes/reftex-index.el (reftex-index-complete-tag):
18731 * format.el (format-decode-buffer, format-decode-region):
18732 * emulation/viper-cmd.el (viper-read-string-with-history):
18733 * emacs-lisp/debug.el (cancel-debug-on-entry):
18734 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
18735 * ediff.el (ediff-merge-revisions)
18736 (ediff-merge-revisions-with-ancestor, ediff-revision):
18737 * completion.el (interactive-completion-string-reader):
18738 * calc/calc-prog.el (calc-user-define-formula):
18739 Follow convention for reading with the minibuffer.
18740
18741 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
18742
18743 * progmodes/python.el (python-describe-symbol): Add globals() and
18744 locals() to the arguments of emacs.ehelp.
18745
18746 2005-09-24 Magnus Henoch <mange@freemail.hu>
18747
18748 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
18749 New function, code extracted from ispell-valid-dictionary-list.
18750 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
18751 Call it.
18752
18753 2005-09-24 Eli Zaretskii <eliz@gnu.org>
18754
18755 * subr.el (version-regexp-alist): Extend valid syntax for version
18756 strings: allow any of the characters -,_,+ to separate the
18757 alpha/beta/rc part from the version part. Doc fix.
18758 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
18759
18760 2005-09-23 David Reitter <david.reitter@gmail.com>
18761
18762 * mail/mailclient.el: New file.
18763
18764 2005-09-23 Richard M. Stallman <rms@gnu.org>
18765
18766 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
18767 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
18768 Doc fixes.
18769
18770 * progmodes/cc-mode.el (c-font-lock-init):
18771 Specify font-lock-lines-before.
18772
18773 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18774
18775 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
18776 whole conflict.
18777
18778 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
18779
18780 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
18781 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
18782 of `remap' feature when available. Additional key bindings for
18783 better tty support.
18784 (org-mode-restart, org-force-self-insert): New commands.
18785 (org-time-stamp-inactive): New command.
18786 (org-remap): New function.
18787 (org-table-auto-blank-field, org-level-color-stars-only): New options.
18788 (org-enable-fixed-width-editor): Move to `org-structure'
18789 customization group.
18790 (org-self-insert-command, orgtbl-self-insert-command): Modify to
18791 blank field after field motion commands.
18792
18793 2005-09-23 Kenichi Handa <handa@m17n.org>
18794
18795 * international/mule-cmds.el (set-language-environment):
18796 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
18797 have to call utf-translate-cjk-load-tables.
18798
18799 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18800
18801 * mouse.el (mouse-move-drag-overlay): Fix last change.
18802
18803 2005-09-22 David Ponce <david@dponce.com>
18804
18805 * tree-widget.el (tree-widget-value-create): Fix previous change.
18806
18807 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18808
18809 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
18810
18811 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18812
18813 * mouse.el (mouse-move-drag-overlay): New function.
18814 (mouse-drag-region-1): Use it.
18815 Try to simplify a bit the state handling. Handle clicks on links
18816 inside intangible areas.
18817 (mouse-save-then-kill): Minor simplification.
18818 (mouse-secondary-overlay): Make it always non-nil instead of
18819 recreating it each time.
18820 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
18821 (mouse-kill-secondary, mouse-secondary-save-then-kill):
18822 Simplify accordingly.
18823
18824 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
18825
18826 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
18827
18828 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
18829
18830 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
18831 (ediff-file-name-sans-prefix): Treat nil as an empty string.
18832 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
18833 to patch.
18834
18835 * ediff-util.el: Use insert-buffer-substring.
18836
18837 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
18838
18839 * emulation/viper-cmd.el (viper-change-state): Don't move over the
18840 field boundaries in the minibuffer.
18841 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
18842 (viper-minibuffer-post-command-hook): New hook.
18843 (viper-line): Don't move cursor at bolp.
18844
18845 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
18846
18847 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
18848 avoid compiler warnings.
18849
18850 * emulation/viper-macs.el (ex-map): Better messages.
18851
18852 * emulation/viper-utils.el (viper-beginning-of-field): New function.
18853
18854 * emulation/viper.el: Replace make-variable-buffer-local with
18855 viper-make-variable-buffer-local everywhere, to avoid warnings.
18856
18857 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18858
18859 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
18860 Delete unused var `old-selected-window'.
18861 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
18862 (mouse-drag-secondary): Delete unused var `start-frame'.
18863
18864 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
18865
18866 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
18867
18868 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18869
18870 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
18871 Re-indent within 80 columns. Use inhibit-read-only.
18872
18873 2005-09-19 Romain Francoise <romain@orebokech.com>
18874
18875 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
18876
18877 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18878
18879 * font-lock.el (font-lock-default-fontify-region): Don't add a line
18880 unconditionally, since the after-change-function already did it.
18881
18882 2005-09-19 Miles Bader <miles@gnu.org>
18883
18884 * net/newsticker.el: Get rid of CVS keyword.
18885
18886 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
18887
18888 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
18889 The prompt is formatted later.
18890
18891 2005-09-19 David Ponce <david@dponce.com>
18892
18893 * tree-widget.el (tree-widget-value-create): Save the converted
18894 tree :node widget.
18895
18896 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
18897
18898 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
18899 variable `message'.
18900
18901 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
18902
18903 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
18904 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
18905 <slawomir.nowaczyk.847@student.lu.se>.
18906
18907 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
18908
18909 * image.el (image-load-path): Use symbol `data-directory' instead
18910 of its value, for backward compatibility with packages that bind
18911 it during `find-image'. Suggested by Katsumi Yamaoka.
18912 (image-search-load-path): Handle symbols whose values are strings.
18913
18914 2005-09-18 Romain Francoise <romain@orebokech.com>
18915
18916 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
18917 with-current-buffer form in save-excursion.
18918
18919 2005-09-18 Deepak Goel <deego@gnufans.org>
18920
18921 * apropos.el (apropos-command): Fix `message' call: first arg
18922 should be a format spec. In this and all other cases that appear
18923 below and elsewhere in the source code, I made a change only when
18924 two conditions were satisfied: [1] I can think of a possibility
18925 that the arguments would cause an error, for example, the code in
18926 question relies on external variables such as filenames. [2] I
18927 was sure that the arg to `message' could not have been nil in the code.
18928
18929 * textmodes/tildify.el (tildify-region): Ditto.
18930
18931 * textmodes/reftex-index.el (reftex-index-change-entry)
18932 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
18933 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
18934 * textmodes/org.el (org-complete, org-deadline, org-schedule)
18935 (org-priority, org-table-sum):
18936 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
18937 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
18938 (flyspell-word, flyspell-display-next-corrections):
18939 * textmodes/bibtex.el (bibtex-print-help-message):
18940 * textmodes/artist.el (artist-key-set-point-poly):
18941 * term/mac-win.el (mac-services-insert-text):
18942 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
18943 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
18944 (vhdl-port-paste-testbench, vhdl-compose-new-component)
18945 (vhdl-compose-configuration):
18946 * progmodes/sh-script.el (sh-blink, sh-show-indent)
18947 (sh-set-indent, sh-learn-line-indent):
18948 * progmodes/ps-mode.el (ps-mode-target-column):
18949 * progmodes/idlwave.el (idlwave-make-tags)
18950 (idlwave-scan-library-catalogs):
18951 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
18952 * progmodes/gud.el (gud-jdb-analyze-source):
18953 * progmodes/flymake.el (flymake-log):
18954 * progmodes/ebnf2ps.el (ebnf-generate-region):
18955 * progmodes/cmacexp.el (c-macro-expansion):
18956 * progmodes/ada-xref.el (ada-treat-cmd-string):
18957 * progmodes/ada-mode.el (ada-create-case-exception-substring)
18958 (ada-justified-indent-current, ada-batch-reformat):
18959 * play/zone.el (zone):
18960 * play/landmark.el (lm-move):
18961 * play/decipher.el (decipher-show-alphabet):
18962 * net/newsticker.el (newsticker--display-jump)
18963 (newsticker--display-scroll):
18964 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
18965 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
18966 * mail/feedmail.el (feedmail-dump-message-to-queue):
18967 * eshell/esh-proc.el (eshell-remove-process-entry):
18968 * emulation/ws-mode.el (ws-last-error):
18969 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
18970 (viper-record-kbd-macro):
18971 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
18972 * emacs-lisp/lisp-mnt.el (lm-report-bug):
18973 * emacs-lisp/find-func.el (find-function-noselect):
18974 * calendar/timeclock.el (timeclock-status-string)
18975 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
18976 (timeclock-when-to-leave-string):
18977 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
18978 * calc/calc-units.el (calc-enter-units-table):
18979 * calc/calc-mode.el (calc-mode-record-mode):
18980 * woman.el (woman-mini-help):
18981 * wdired.el (wdired-change-to-wdired-mode):
18982 * vc.el (vc-retrieve-snapshot):
18983 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
18984 * startup.el (display-startup-echo-area-message):
18985 * simple.el (set-goal-column):
18986 * ses.el (ses-command-hook, ses-recalculate-cell):
18987 * server.el (server-process-filter):
18988 * printing.el (pr-interface-txt-print, pr-interface-printify)
18989 (pr-interface-ps):
18990 * pcvs.el (cvs-help):
18991 * log-edit.el (log-edit, log-edit-mode-help):
18992 * iswitchb.el (iswitchb-possible-new-buffer):
18993 * isearch.el (isearch-edit-string):
18994 * image-mode.el (image-mode, image-minor-mode):
18995 * ibuf-macs.el (define-ibuffer-filter):
18996 * hi-lock.el (hi-lock-find-patterns):
18997 * files.el (toggle-read-only):
18998 * ediff-util.el (ediff-copy-diff)
18999 (ediff-write-merge-buffer-and-maybe-kill):
19000 * echistory.el (Electric-history-undefined):
19001 * dnd.el (dnd-insert-text):
19002 * dired-aux.el (dired-query):
19003 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
19004 * bookmark.el (bookmark-bmenu-locate):
19005 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
19006 Fix `message' calls to ensure first arg is a format string.
19007 The change was made only when these two conditions were satisfied:
19008 [1] when there is a possibility that the arguments would cause an error
19009 for example, if the code in question relies on external variables
19010 such as filenames, and
19011 [2] if the arg to `message' could not have been nil in the code.
19012
19013 * pcomplete.el (pcomplete--help): Fix `message' format spec.
19014 Not having a %s would be weird, though not technically wrong.
19015
19016 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19017
19018 * term/mac-win.el (mac-add-charset-info): Doc fix.
19019
19020 2005-09-17 Romain Francoise <romain@orebokech.com>
19021
19022 * shell.el (shell-resync-dirs): Handle echoing processes more
19023 reliably. Don't insert resync command if `comint-process-echoes'
19024 is non-nil.
19025
19026 2005-09-17 Magnus Henoch <mange@freemail.hu>
19027
19028 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
19029 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
19030 aspell versions >= 0.60.
19031 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
19032 only if ispell-aspell-supports-utf8 is non-nil.
19033
19034 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19035
19036 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
19037 buffer-local value to lisp-indent-function.
19038
19039 2005-09-17 Milan Zamazal <pdm@zamazal.org>
19040
19041 * progmodes/glasses.el (glasses-make-readable): If
19042 glasses-separator differs from underscore, put appropriate
19043 overlays over underscore characters.
19044 (glasses-convert-to-unreadable): If glasses-separator differs from
19045 underscore, try to convert glasses-separator characters to
19046 underscores.
19047
19048 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19049
19050 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
19051 Use with-syntax-table and dolist.
19052
19053 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
19054
19055 * textmodes/reftex-auc.el:
19056 * textmodes/reftex-cite.el:
19057 * textmodes/reftex-dcr.el:
19058 * textmodes/reftex-global.el:
19059 * textmodes/reftex-parse.el:
19060 * textmodes/reftex-ref.el:
19061 * textmodes/reftex-sel.el:
19062 * textmodes/reftex-toc.el:
19063 * textmodes/reftex-vars.el:
19064 * textmodes/reftex.el: Small changes to remove compiler warnings.
19065
19066 * textmodes/reftex-index.el: Likewise.
19067 (reftex-query-index-phrase): More efficient use of markers.
19068
19069 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
19070
19071 * image.el (image-load-path): New variable.
19072 (image-search-load-path): New function.
19073 (find-image): Search for images in `image-load-path'.
19074
19075 2005-09-15 Richard M. Stallman <rms@gnu.org>
19076
19077 * follow.el: Change Maintainer field.
19078
19079 2005-09-15 David Ponce <david@dponce.com>
19080
19081 * recentf.el (recentf-save-file-modes): New option.
19082 (recentf-save-list): Use it.
19083
19084 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
19085
19086 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
19087 (mode-line-mule-info, mode-line-modified): Move bindings from
19088 mouse-3 to mouse-1.
19089
19090 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
19091
19092 * simple.el (sendmail-user-agent-compose): Revert last change.
19093
19094 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19095
19096 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
19097 Use with-current-buffer.
19098 (ange-ftp-gwp-start): Remove unused var `gw-user'.
19099 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
19100 (ange-ftp-insert-directory): Remove unused var `short'.
19101 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
19102
19103 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
19104 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
19105
19106 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
19107 (check-calendar-holidays, diary-list-entries): Autoload.
19108 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
19109 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
19110
19111 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
19112 which mistakenly removed a call to display-buffer.
19113
19114 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
19115
19116 * obsolete/iso-insert.el: Move to obsolete/ from international/.
19117
19118 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
19119
19120 * progmodes/hideshow.el
19121 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
19122 (hs-allow-nesting): New user var.
19123 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
19124 (hs-hide-block-at-point): When nesting allowed,
19125 if there is already an overlay in place, delete it.
19126 (hs-safety-is-job-n): Delete func; remove call sites.
19127 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
19128 (hs-overlay-at): New func.
19129 (hs-already-hidden-p, hs-show-block): Use it.
19130 (hs-hide-all): Don't pre-clean if nesting allowed.
19131 (hs-show-all): Temporarily disallow
19132 nesting around call to `hs-discard-overlays'.
19133
19134 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
19135
19136 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
19137 Delete unused local var.
19138
19139 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
19140
19141 * help-fns.el (describe-categories): "?\ " -> "?\s".
19142 (help-do-arg-highlight): Recognize also ARG-n, as in
19143 `move-to-left-margin' (ARG+n is already recognized). Simplify.
19144
19145 * international/codepage.el (dos-unsupported-char-glyph):
19146 * net/newsticker.el (tool-bar-map, w3-mode-map)
19147 (w3m-minor-mode-map):
19148 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
19149 (ent-alist):
19150 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
19151
19152 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
19153
19154 * custom.el (custom-push-theme): Handle the case where a symbol is
19155 bound but face properties have not yet been assigned.
19156
19157 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
19158 Fix behavior if noerase is `t' and there is no mail buffer.
19159
19160 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
19161 if `continue' is nil, rather than signal an error.
19162
19163 2005-09-12 Richard M. Stallman <rms@gnu.org>
19164
19165 * font-lock.el (font-lock-keywords): Add autoload.
19166
19167 * help-fns.el (describe-variable): Rearrange to put source link
19168 in a predictable place.
19169
19170 * net/newsticker.el: New file.
19171
19172 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * calendar/calendar.el (calendar-for-loop): Add edebug info.
19175 (calendar-basic-setup): Use the new nil arg.
19176 (number-of-diary-entries): Move to diary-lib.el.
19177
19178 * calendar/diary-lib.el: Use with-current-buffer, match-string.
19179 (diary-list-entries): Use with-syntax-table and dolist.
19180 Rename from list-diary-entries.
19181 Use number-of-diary-entries if `number' is nil.
19182 (diary, diary-view-entries): Use this new name and new nil arg value.
19183 (number-of-diary-entries): Move from calendar.el.
19184 (diary-unhide-everything): New function.
19185 (include-other-diary-files, fancy-diary-display)
19186 (diary-show-all-entries, make-diary-entry): Use it.
19187 (diary-mail-entries): Use buffer-string.
19188 (mark-diary-entries): Fix long standing paren typo.
19189 (diary-sexp-entry): Use count-lines.
19190 (make-diary-entry): Avoid `previous-line'.
19191 (diary-mode-map): New var.
19192 (diary-mode): Redraw cal after saving. Setup header-line.
19193 (fancy-diary-display-mode): Use local-set-key.
19194
19195 * startup.el (command-line): Try calling various terminal-init-foo-bar
19196 functions by stripping hyphenated suffixes from $TERM.
19197
19198 * files.el (normal-mode): Check boundness of font-lock-keywords.
19199
19200 2005-09-12 Richard M. Stallman <rms@gnu.org>
19201
19202 * progmodes/compile.el: Don't decide a file's directory
19203 until the user actually tries to go there.
19204 (compilation-next-error-function):
19205 Pass compilation-find-file the directory from the file-struct.
19206 (compilation-internal-error-properties): Separate local FILE-STRUCT
19207 from FILE. Doc the args better. Rename arg FMT to FMTS.
19208 (compilation-find-file): Arg DIR renamed to DIRECTORY.
19209 Expand it, and if nil, use default-directory.
19210 (compilation-get-file-structure): Don't mix specified directory
19211 with default directory. Put specified directory into
19212 file-struct. Don't make the file name absolute.
19213
19214 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19215 (compile-command): Add autoload.
19216 (compilation-disable-input): Add autoload.
19217
19218 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
19219
19220 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
19221 strings of the variables it can override.
19222 (time-stamp): New (as yet undocumented) time-stamp-format escapes
19223 %Q and %q, for fully-qualified domain name and unqualified host name.
19224
19225 2005-09-11 Kim F. Storm <storm@cua.dk>
19226
19227 * emacs-lisp/authors.el (authors-aliases): Update list.
19228 (authors-fixed-entries): Update mldrag.el entry.
19229
19230 2005-09-10 Alan Mackenzie <acm@muc.de>
19231
19232 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
19233 from the region narrowed to.
19234
19235 2005-09-10 Magnus Henoch <mange@freemail.hu>
19236
19237 * textmodes/ispell.el (ispell-check-version): Signal an error if
19238 aspell version is less than 0.60.
19239
19240 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
19241
19242 * progmodes/octave-inf.el (inferior-octave-startup):
19243 Resync current dir at the end.
19244
19245 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
19246
19247 * woman.el (woman-topic-at-point-default):
19248 Rename to woman-use-topic-at-point-default.
19249 (woman-topic-at-point): Rename to woman-use-topic-at-point.
19250 (woman-file-name): Reflect renames above. Automatically use the
19251 word at point as topic if woman-use-topic-at-point is non-nil.
19252 Otherwise offer it as default but don't insert it in the
19253 minibuffer. Also use `test-completion' instead of `assoc' as
19254 suggested by Stefan Monnier.
19255
19256 2005-09-10 Andre Spiegel <spiegel@gnu.org>
19257
19258 * vc.el (vc-directory, vc-update-change-log): Throw an error on
19259 the attempt to do it over Tramp. This is not yet supported.
19260
19261 2005-09-10 Eli Zaretskii <eliz@gnu.org>
19262
19263 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19264 (menu-bar-non-minibuffer-window-p): New functions.
19265 ("Split Window", "Save As..."): Use them.
19266 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
19267 ("Print Buffer", "Truncate Long Lines in this Buffer"):
19268 Use menu-bar-menu-frame-live-and-visible-p.
19269 ("Save Buffer", "Insert File", "Open Directory...")
19270 ("Open File...", "Visit New File..."):
19271 Use menu-bar-non-minibuffer-window-p.
19272 (kill-this-buffer-enabled-p, dired <menu-enable>):
19273 Use menu-bar-non-minibuffer-window-p.
19274
19275 2005-09-09 Eli Zaretskii <eliz@gnu.org>
19276
19277 * cus-start.el (all): Don't complain about fringe-related
19278 built-ins if fringes are not supported. Ditto about
19279 selection-related built-ins. Fix the test for GTK-related built-ins.
19280
19281 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
19282 ("Postscript Print Buffer", "Print Region", "Save As...")
19283 ("Save", "Insert File...", "Open Directory...")
19284 ("Open File...", "Visit New File..."")
19285 ("Truncate Long Lines in this Buffer"): Don't look at
19286 menu-updating-frame if this display does not support multiple frames.
19287
19288 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19289
19290 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
19291
19292 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
19293
19294 * woman.el: Format- and whitespace-related changes.
19295
19296 2005-09-09 Eli Zaretskii <eliz@gnu.org>
19297
19298 * woman.el: Fix my email address.
19299
19300 2005-09-08 Richard M. Stallman <rms@gnu.org>
19301
19302 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
19303 (sh-mode): Locally set skeleton-pair-default-alist.
19304
19305 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
19306
19307 * progmodes/flymake.el: Require `compile' unconditionally.
19308
19309 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
19310
19311 * woman.el (woman-file-name): Provide a default, not initial input.
19312
19313 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
19314
19315 * font-lock.el (font-lock-support-mode): Doc fix.
19316
19317 * descr-text.el (describe-property-list): Handle non-symbol prop names.
19318
19319 2005-09-08 Richard M. Stallman <rms@gnu.org>
19320
19321 * simple.el (blink-matching-open): Get rid of text props from
19322 the string shown in echo area. Don't permanently set point.
19323 Some rearrangements.
19324
19325 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
19326
19327 * recentf.el (recentf-filename-handler): Add custom choice
19328 `abbreviate-file-name'.
19329
19330 * msb.el (msb--very-many-menus): Fix typo.
19331
19332 * disp-table.el (standard-display-european): Don't set
19333 enable-multibyte-characters to nil.
19334
19335 2005-09-08 David Ponce <david@dponce.com>
19336
19337 * recentf.el (recentf-show-file-shortcuts-flag): New option.
19338 (recentf-expand-file-name): Doc fix.
19339 (recentf-dialog-mode-map): Define digit shortcuts.
19340 (recentf--files-with-key): New variable.
19341 (recentf-show-digit-shortcut-filter): New function.
19342 (recentf-open-files-items): New function.
19343 (recentf-open-files): Use it.
19344 (recentf-open-file-with-key): New command.
19345
19346 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
19347
19348 * buff-menu.el (Buffer-menu-sort-by-column): New function.
19349 Suggested by Kim F. Storm.
19350 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
19351 (Buffer-menu-make-sort-button): Use global keymap.
19352
19353 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
19354
19355 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
19356 (Man-getpage-in-background-advice): Remove defadvice; it isn't
19357 necessary any longer with the remapped command.
19358 (Man-bgproc-sentinel-advice): Remove defadvice which counts
19359 formatting time only.
19360
19361 * net/tramp.el (tramp-action-password)
19362 (tramp-multi-action-password): Compile the password prompt from
19363 `method', `user' and `host'. Sometimes it isn't obvious which
19364 password to enter, for example with remote files offered by
19365 recentf.el, or with multiple steps. Suggested by Robert Marshall
19366 <robert@chezmarshall.freeserve.co.uk>.
19367
19368 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19369
19370 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19371 Fix regexp for when "s///" is at the beginning of line.
19372
19373 2005-09-07 Jay Belanger <belanger@truman.edu>
19374
19375 * calc/calc-poly.el (math-expand-term): Multiply out any powers
19376 when in matrix mode.
19377
19378 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19379
19380 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
19381 non-anonymous functions.
19382
19383 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
19384
19385 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
19386 when using a header line. Otherwise, use mouse-1-click-follows-link.
19387
19388 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
19389 can't be moved; don't signal an error.
19390
19391 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
19392
19393 * cus-theme.el (custom-theme-write-faces): Save the current face
19394 spec, not the defface spec.
19395
19396 * custom.el (custom-known-themes): Clarify meaning of "standard".
19397 (custom-push-theme): Save old values in the standard theme.
19398 (disable-theme): Correct typo.
19399 (custom-face-theme-value) Deleted unused function.
19400 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
19401
19402 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * progmodes/compile.el (compilation-goto-locus): Take into account
19405 iconified frames when determining whether the buffer is
19406 already visible.
19407 Don't reset window height if the window already existed.
19408
19409 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
19410
19411 * custom.el (load-theme): Rename from require-theme.
19412 Add interactive spec.
19413 (enable-theme): Rename from custom-enable-theme.
19414 Add interactive spec.
19415 (disable-theme): Rename from custom-disable-theme.
19416 Add interactive spec.
19417 (custom-make-theme-feature): Doc fix.
19418 (custom-theme-directory): Doc fix.
19419 (provide-theme): Call enable-theme.
19420
19421 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19422
19423 * obsolete/lazy-lock.el (lazy-lock-mode):
19424 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
19425 font-lock-mode if it's off. Print a warning instead.
19426
19427 * progmodes/compile.el (compilation-start): Ignore errors if the
19428 process died before we get to send-eof.
19429
19430 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
19431 Undo last change. Enclosing the result in quotes broke things on Unix
19432 since tex-send-command passes it through shell-quote-argument.
19433 (tex-send-command): Pass `file' through convert-standard-filename
19434 when possible.
19435 (tex-uptodate-p): Handle the case where TeX hasn't put additional
19436 info in a transcript.
19437
19438 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
19439
19440 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
19441 fix compilation warning. Reorder the key definitions to group
19442 together keys emitted by the current version of xterm.
19443
19444 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
19445 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
19446 Reorder predicates to correct min-color usage.
19447
19448 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
19449
19450 * longlines.el (longlines-mode): Inhibit read-only when encoding.
19451 Kill local variables when longlines-mode is turned off.
19452
19453 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19454
19455 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
19456
19457 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
19458
19459 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
19460
19461 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
19462 (font-lock-lines-before): Change default to being inactive.
19463 (font-lock-default-fontify-region): Obey font-lock-lines-before.
19464 (font-lock-after-change-function): Don't handle f-l-lines-before here.
19465
19466 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
19467
19468 * net/tramp.el (tramp-handle-make-auto-save-file-name):
19469 Deactivate temporarily advice if active (not needed for Emacs 22,
19470 but for backwards compatibility).
19471 (tramp-exists-file-name-handler): Rewrite. First implementation
19472 was too simple.
19473 (tramp-advice-make-auto-save-file-name):
19474 Call `tramp-handle-make-auto-save-file-name' (again, just for
19475 backwards compatibility).
19476
19477 2005-08-31 Reto Zimmermann <reto@gnu.org>
19478
19479 * progmodes/vhdl-mode.el
19480 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
19481 (vhdl-end-p): Fix indentation bug "else" after "-- when".
19482 (vhdl-set-default-project): New function (easier setting of default).
19483 (vhdl-port-copy): Handle extended identifiers for generics.
19484 (vhdl-compiler-alist): Better description for error message regexp.
19485 (vhdl-make): Query for target, use previous as default.
19486 (vhdl-port-copy): Fix port copy for port names starting with "signal".
19487 (vhdl-font-lock-keywords-2): Fix fontification for record
19488 el. assign.
19489 (vhdl-speedbar-make-subpack-line): Add package body link.
19490 (vhdl-generate-makefile-1): Not include itself as dependency.
19491 (vhdl-font-lock-init): Highlight c-preprocessor directives.
19492 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
19493 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
19494 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
19495 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
19496 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
19497 (vhdl-import-project): Add string argument for `error'.
19498 (vhdl-compose-configuration)
19499 (vhdl-compose-configuration-architecture): Add configuration
19500 declaration generation.
19501 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
19502 (vhdl-trailer-re): Add "record" keyword (better indentation).
19503 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
19504 "[^ \t-\"]+".
19505 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
19506 (vhdl-testbench-entity-file-name)
19507 (vhdl-testbench-architecture-file-name): Allow separate
19508 customization of testbench file names.
19509 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
19510 (vhdl-get-visible-signals): Allow newline within alias declaration.
19511 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
19512 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
19513 (member-ignore-case): Alias for missing function in XEmacs.
19514 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
19515 (vhdl-update-sensitivity-list): Ignore case on read signals.
19516 (vhdl-replace-string): Adjust case only for file names.
19517 (vhdl-update-sensitivity-list): Fix search for read signals.
19518 (vhdl-update-sensitivity-list): Exclude formal parameters.
19519 (vhdl-get-visible-signals): Include aliases of signals.
19520 (vhdl-get-visible-signals): Fix signal name searching.
19521 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
19522 (vhdl-fixup-whitespace-region): Fix for character
19523 literals (e.g. `:').
19524
19525 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19526
19527 * ansi-color.el (comint-last-output-start):
19528 * bs.el (font-lock-verbose):
19529 * diff-mode.el (add-log-buffer-file-name-function):
19530 * dired-x.el (vm-folder-directory):
19531 * faces.el (help-xref-stack-item):
19532 * files.el (font-lock-keywords):
19533 * find-lisp.el (dired-buffers, dired-subdir-alist):
19534 * ido.el (cua-inhibit-cua-keys):
19535 * log-view.el (cvs-minor-wrap-function):
19536 * outline.el (font-lock-warning-face):
19537 * simple.el (compilation-current-error):
19538 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
19539 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
19540 * tooltip.el (comint-prompt-regexp):
19541 * w32-fns.el (explicit-shell-file-name):
19542 * term/mac-win.el (mac-charset-info-alist)
19543 (mac-services-selection, mac-system-script-code):
19544 * term/tty-colors.el (msdos-color-values):
19545 * term/w32-win.el (xlfd-regexp-registry-subnum):
19546 * term/x-win.el (x-keysym-table, x-selection-timeout)
19547 (x-session-id, x-session-previous-id):
19548 * textmodes/ispell.el (mail-yank-prefix):
19549 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
19550 * textmodes/org.el (calc-embedded-close-formula)
19551 (calc-embedded-open-formula)
19552 (font-lock-unfontify-region-function):
19553 * textmodes/reftex-global.el (isearch-next-buffer-function)
19554 (TeX-master):
19555 * textmodes/reftex.el (font-lock-keywords):
19556 * textmodes/tex-mode.el (font-lock-comment-face)
19557 (font-lock-doc-face):
19558 * textmodes/texinfo.el (outline-heading-alist):
19559 Add defvars.
19560
19561 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
19562 (artist-spray-chars, artist-mode-init, artist-replace-string)
19563 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
19564 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
19565 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
19566
19567 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
19568 (conf-align-assignments): "?\ " -> "?\s".
19569
19570 * textmodes/reftex-index.el (TeX-master): Add defvar.
19571 (reftex-index-phrases-marker): Move up defvar.
19572
19573 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
19574 (reftex-toc-include-labels-indicator)
19575 (reftex-toc-include-index-indicator)
19576 (reftex-toc-max-level-indicator): Move up declarations.
19577
19578 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
19579 of args to `tramp-run-real-handler', even if it's empty in this case.
19580
19581 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19582
19583 * dired.el (dired-move-to-filename-regexp): Add date format for
19584 Mac OS X 10.3 in East Asian locales.
19585
19586 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
19587
19588 * files.el (make-auto-save-file-name): Add file name handler call
19589 if applicable.
19590
19591 * net/tramp.el (tramp-file-name-handler-alist)
19592 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
19593 (tramp-handle-make-auto-save-file-name): Rename from
19594 `tramp-make-auto-save-file-name'.
19595 (tramp-exists-file-name-handler): New defun.
19596 (tramp-advice-make-auto-save-file-name): Make defadvice only when
19597 `make-auto-save-file-name' is not a magic file name operation.
19598
19599 2005-08-30 Richard M. Stallman <rms@gnu.org>
19600
19601 * files.el (risky-local-variable-p):
19602 Match `-predicates' and `-commands.
19603
19604 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
19605 (custom-save-all): Visit the file if necessary;
19606 kill the buffer if we created it.
19607 (custom-save-delete): Don't visit file or kill buffer here.
19608
19609 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
19610
19611 * textmodes/org.el (org-special-keyword): New face.
19612 (org-table-copy-down, org-table-eval-formula)
19613 (org-table-recalculate, org-init-section-numbers):
19614 Use `string-to-number' instead of `string-to-int'.
19615 (org-get-location): Use `insert-buffer-substring' instead of
19616 `insert-buffer'.
19617 (org-modify-diary-entry-string): New function.
19618 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
19619 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
19620 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
19621 active region.
19622 (org-export-as-html): Handle QUOTE keyword.
19623 (org-quote-string): New option.
19624 (org-bookmark-jump-unhide): New function, used for
19625 `bookmark-after-jump-hook'.
19626 (org-diary-default-entry): Apply only when not called through
19627 `org-agenda'.
19628
19629 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
19630
19631 * net/eudc.el (mode-popup-menu):
19632 * play/handwrite.el (ps-printer-name, ps-lpr-command):
19633 * progmodes/ada-mode.el (compile-auto-highlight)
19634 (skeleton-further-elements):
19635 * progmodes/autoconf.el (font-lock-syntactic-keywords):
19636 * progmodes/cmacexp.el (msdos-shells):
19637 * progmodes/compile.el (font-lock-extra-managed-props)
19638 (font-lock-keywords, font-lock-maximum-size)
19639 (font-lock-support-mode):
19640 * progmodes/grep.el (font-lock-lines-before):
19641 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
19642 * progmodes/mixal-mode.el (compile-command):
19643 * progmodes/perl-mode.el (font-lock-comment-face)
19644 (font-lock-doc-face, font-lock-string-face):
19645 * progmodes/prolog.el (comint-prompt-regexp):
19646 * progmodes/sh-script.el (font-lock-comment-face)
19647 (font-lock-set-defaults, font-lock-string-face):
19648 * progmodes/sql.el (font-lock-keyword-face)
19649 (font-lock-set-defaults, font-lock-string-face):
19650 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
19651 (itimer-version, lazy-lock-defer-contextually)
19652 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
19653 Add defvars.
19654
19655 * progmodes/cperl-mode.el (cperl-electric-lbrace)
19656 (cperl-electric-keyword, cperl-electric-pod)
19657 (cperl-electric-backspace, cperl-forward-re)
19658 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
19659 (vc-rcs-header, vc-sccs-header): Add defvars.
19660
19661 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
19662 (font-lock-syntactic-keywords, gud-find-expr-function):
19663 Add defvars.
19664
19665 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
19666 (gdb-frame-parameters): Declare before use.
19667
19668 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
19669 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
19670 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
19671 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
19672
19673 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
19674 (idlwave-help-with-source): Use `insert-buffer-substring', not
19675 `insert-buffer'.
19676
19677 2005-08-29 Juri Linkov <juri@jurta.org>
19678
19679 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
19680 Put outline-back-to-heading function call inside save-excursion.
19681
19682 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
19683
19684 * man.el (Man-init-defvars, Man-translate-references)
19685 (Man-support-local-filenames, Man-highlight-references):
19686 * progmodes/sql.el (sql-interactive-mode):
19687 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
19688
19689 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
19690 (compilation-mode-font-lock-keywords): Add defvars.
19691 (checkdoc-interactive-loop): "?\ " -> "?\s".
19692
19693 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
19694 (font-lock-doc-face, font-lock-string-face)
19695 (font-lock-keywords-case-fold-search): Add defvars.
19696 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
19697
19698 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
19699 Don't pass X and Y (they are ignored anyway).
19700 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
19701 (mouse-delete-window): Make arguments optional.
19702
19703 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
19704 (caesar-translate-table, minor-modes, news-buffer-save)
19705 (news-group-name, news-minor-modes): Add defvars.
19706
19707 * emacs-lisp/lselect.el (mouse-highlight-priority)
19708 (x-lost-selection-functions, zmacs-regions):
19709 * emacs-lisp/pp.el (font-lock-verbose):
19710 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
19711 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
19712 (ses-mode-map):
19713 * emacs-lisp/tcover-unsafep.el (safe-functions):
19714 * international/mule-cmds.el (mac-system-coding-system)
19715 (mac-system-locale):
19716 * language/ethio-util.el (rmail-current-message)
19717 (rmail-message-vector):
19718 * language/thai-util.el (thai-auto-composition-mode):
19719 * mail/metamail.el (rmail-current-message, rmail-message-vector):
19720 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
19721 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
19722 (vm-primary-inbox, vm-spool-files):
19723 * mail/rmail.el (deleted-head, font-lock-fontified)
19724 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
19725 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
19726 (total-messages):
19727 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
19728 (rmail-summary-mode-map):
19729 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
19730 (rmail-last-label, rmail-last-multi-labels)
19731 (rmail-summary-vector, rmail-total-messages):
19732 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
19733 * mail/rmailsum.el (msgnum):
19734 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
19735 (rmail-current-message):
19736 * obsolete/fast-lock.el (font-lock-face-list):
19737 * obsolete/rnewspost.el (mail-reply-buffer):
19738 * obsolete/scribe.el (compile-command):
19739 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
19740
19741 2005-08-28 John Paul Wallington <jpw@gnu.org>
19742
19743 * ibuf-ext.el (ibuffer-auto-update-changed):
19744 Use `frame-or-buffer-changed-p' to check whether we need to update.
19745 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
19746 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
19747 as a `frame-or-buffer-changed-p' state vector instead.
19748
19749 2005-08-27 Romain Francoise <romain@orebokech.com>
19750
19751 * textmodes/makeinfo.el (makeinfo-compile):
19752 Use `compilation-start'. Set `next-error-function' according to
19753 `disable-errors'.
19754 (makeinfo-next-error): New function.
19755 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
19756 (makeinfo-buffer): Likewise.
19757
19758 * progmodes/compile.el (compilation-start): Add autoload cookie.
19759
19760 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
19761 * textmodes/sgml-mode.el: Likewise.
19762 * progmodes/python.el: Likewise.
19763
19764 2005-08-27 Eli Zaretskii <eliz@gnu.org>
19765
19766 * simple.el (blink-matching-paren-distance): Document the meaning
19767 of nil value, and allow to customize to nil.
19768
19769 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
19770 command.com, not command.exe.
19771
19772 2005-08-26 John Wiegley <johnw@newartisans.com>
19773
19774 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
19775 code around a bit so that an extraneous nil argument is not added
19776 to a command when no args are given.
19777
19778 * eshell/esh-arg.el (eshell-parse-double-quote): If a
19779 double-quoted argument resolves to nil, return it as an empty
19780 string rather than as nil. This made it impossible to pass "" to
19781 a shell script as a null string argument.
19782
19783 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
19784
19785 * outline.el (outline-invent-heading): New fun.
19786 (outline-promote, outline-demote): Use it.
19787 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
19788 (outline-end-of-subtree): Remove unused var `opoint'.
19789
19790 2005-08-26 David Reitter <david.reitter@gmail.com>
19791
19792 * menu-bar.el (truncate-lines, write-file, print-buffer)
19793 (ps-print-buffer-faces, ps-print-buffer, split-window):
19794 Disable menu items when the frame they refer to is invisible, or when
19795 they refer to a buffer and the minibuffer is selected.
19796
19797 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
19798
19799 * progmodes/flymake.el (flymake-highlight-err-lines):
19800 Use save-excursion around flymake-highlight-line to preserve point.
19801
19802 2005-08-26 Eli Zaretskii <eliz@gnu.org>
19803
19804 * progmodes/octave-mod.el: Change Author and Maintainer address.
19805 (octave-maintainer-address): Change Kurt's email address.
19806 * progmodes/octave-inf.el: Change Author and Maintainer address.
19807 * progmodes/octave-hlp.el: Change Author and Maintainer address.
19808
19809 2005-08-26 Kim F. Storm <storm@cua.dk>
19810
19811 * subr.el (version-list-<, version-list-<=, version-list-=):
19812 Rename from integer-list-*.
19813 (version-list-not-zero): Likewise. Fix while loop.
19814 (version=): Use version-list-= instead of string-equal.
19815
19816 2005-08-26 Richard M. Stallman <rms@gnu.org>
19817
19818 * outline.el (outline-promote): Try shortening the heading.
19819 As last resort, read the heading to use.
19820 (outline-demote): As last resort, read the heading to use.
19821
19822 2005-08-26 Romain Francoise <romain@orebokech.com>
19823
19824 * progmodes/compile.el (compilation-start): Doc fix.
19825
19826 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
19827 (antlr-font-lock-additional-keywords): Fix reference to
19828 `antlr-font-lock-literal-regexp' erroneously changed during the
19829 mass face rename.
19830 (antlr-run-tool): Use `compilation-start'.
19831
19832 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
19833 instead of the obsolete `compile-internal'.
19834
19835 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
19836
19837 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
19838 (number, original-date):
19839 * calendar/cal-china.el (date):
19840 * calendar/cal-coptic.el (date):
19841 * calendar/cal-french.el (date):
19842 * calendar/cal-hebrew.el (date, entry, number, original-date):
19843 * calendar/cal-islam.el (date, number, original-date):
19844 * calendar/cal-iso.el (date):
19845 * calendar/cal-julian.el (date):
19846 * calendar/cal-mayan.el (date):
19847 * calendar/cal-menu.el (date, event):
19848 * calendar/cal-persia.el (date):
19849 * calendar/lunar.el (date):
19850 * calendar/solar.el (date): Add defvars.
19851
19852 * emerge.el:
19853 * ibuffer.el:
19854 * info-xref.el:
19855 * obsolete/bg-mouse.el:
19856 * obsolete/sun-curs.el:
19857 * obsolete/swedish.el: Move the `defvar's to the top level.
19858
19859 * smerge-mode.el (smerge-refined-change): Add :group.
19860
19861 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
19862
19863 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
19864 (smerge-keep-n): Remove props.
19865 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19866 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
19867 now that it's done in smerge-keep-n.
19868 (smerge-refined-change): New face.
19869 (smerge-refine-chopup-region, smerge-refine-highlight-change)
19870 (smerge-refine): New funs.
19871 (smerge-basic-map): Bind smerge-refine.
19872
19873 2005-08-25 Juri Linkov <juri@jurta.org>
19874
19875 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
19876 compilation-process-setup-function and compilation-disable-input
19877 in grep-mode instead of let-bindings in grep.
19878
19879 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
19880 Delete "Automatic File De/compression" (auto-compression-mode).
19881
19882 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
19883
19884 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
19885 Silence warning about non-existent variable.
19886
19887 2005-08-25 Richard M. Stallman <rms@gnu.org>
19888
19889 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
19890 Rename "Describe Key" to "Describe Key or Mouse Operation".
19891
19892 * mail/mailalias.el (build-mail-aliases): Delete comments
19893 from the contents before processing them.
19894
19895 * isearch.el (isearch-edit-string): Erase the Search prompt
19896 if user enters an empty string and there is no default.
19897
19898 * comint.el (comint-file-name-prefix): Add autoload.
19899
19900 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
19901
19902 * subr.el (play-sound): Rearrange to avoid warning.
19903
19904 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
19905
19906 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
19907 New hook.
19908 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
19909
19910 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19911
19912 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
19913
19914 * custom.el (custom-theme-set-variables): Sort minor modes last.
19915
19916 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19917
19918 * subr.el (version-separator, version-regexp-alist): New vars used by
19919 version comparison funs.
19920 (integer-list-<, integer-list-=, integer-list-<=)
19921 (integer-list-not-zero): New funs for integer list comparison.
19922 (version-to-list, version=, version<, version<=): New funs for version
19923 comparison.
19924
19925 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
19926
19927 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
19928 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
19929 time to silence the byte-compiler.
19930
19931 * ibuffer.el (ibuffer-compile-make-eliding-form)
19932 (ibuffer-check-formats): Use `with-no-warnings' to hide references
19933 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
19934 so it's silly to get warnings for it).
19935 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
19936 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
19937 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
19938 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
19939 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
19940 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
19941 Defvar at compile time.
19942 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
19943 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
19944 Declare them before use.
19945
19946 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
19947 (info-xref-good, info-xref-bad): Defvar at compile time.
19948
19949 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
19950 Use `let*' instead of `let'.
19951
19952 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
19953 (*mouse-y*, menu, char): Defvar at compile time.
19954 (sc::menu): Declare it before use.
19955 (sc::pack-one-line): Use `let', not `let*'.
19956
19957 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
19958 (mail-send-hook): Defvar at compile time.
19959
19960 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
19961 Defvar at compile time.
19962
19963 * term/sun-mouse.el (current-global-mousemap)
19964 (current-local-mousemap): Declare them before use.
19965
19966 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
19967
19968 * bookmark.el (bookmark-after-jump-hook): New hook.
19969 (bookmark-jump): Run `bookmark-after-jump-hook'.
19970
19971 2005-08-23 Juri Linkov <juri@jurta.org>
19972
19973 * faces.el (minibuffer-prompt): Doc fix.
19974
19975 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
19976
19977 * progmodes/xscheme.el: Trivial changes to silence warnings.
19978 (xscheme-previous-mode, xscheme-previous-process-state):
19979 Add defvars.
19980 (xscheme-last-input-end, xscheme-process-command-line)
19981 (xscheme-process-name, xscheme-buffer-name)
19982 (xscheme-expressions-ring-max, xscheme-expressions-ring)
19983 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
19984 (xscheme-control-g-synchronization-p)
19985 (xscheme-control-g-disabled-p, xscheme-string-receiver)
19986 (default-xscheme-runlight, xscheme-runlight)
19987 (xscheme-runlight-string, xscheme-process-filter-state)
19988 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
19989 Move to beginning of file.
19990 (scheme-interaction-mode-commands-alist)
19991 (scheme-interaction-mode-map, scheme-debugger-mode-map):
19992 Declare them before use. Note: the initialization code for the
19993 variables has not been moved because it uses functions that reference
19994 the variables.
19995 (xscheme-control-g-message-string, xscheme-process-filter-alist)
19996 (xscheme-prompt-for-expression-map): Declare them before use.
19997 (scheme-debugger-mode-commands): "?\ " -> "?\s".
19998
19999 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
20000
20001 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
20002
20003 2005-08-22 Juri Linkov <juri@jurta.org>
20004
20005 * faces.el (set-face-underline): Delete this duplicate function
20006 and make an obsolete alias to set-face-underline-p.
20007 (set-face-underline-p): Use docstring of set-face-underline.
20008 (describe-face): Create hyperlink to parent face.
20009
20010 * info.el (Info-insert-dir): Use save-excursion around
20011 insert-buffer-substring.
20012 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
20013 (Info-escape-percent): Delete function.
20014 (Info-fontify-node): Replace Info-escape-percent by
20015 replace-regexp-in-string with REP arg set to lambda that
20016 duplicates `%' and preserves text properties.
20017
20018 * progmodes/compile.el (compilation-disable-input): Doc fix.
20019 (define-compilation-mode): Doc fix and refill.
20020 (kill-compilation): Use `mode-name' in the error message.
20021 (compilation-find-file): Use `compilation-error' in the
20022 read-file-name's prompt.
20023
20024 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20025
20026 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
20027 (smerge-auto-leave): Make undo re-enable the mode.
20028 (debug-ignored-errors): Add the user-error of impossible resolution.
20029 (smerge-resolve): Move things around a bit, in preparation for later.
20030 (smerge-diff): Don't fail if the buffer has no associated file.
20031 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
20032 (smerge-conflict-overlay): New function.
20033 (smerge-match-conflict): Don't add text properties here.
20034 (smerge-find-conflict): Instead, add an overlay here.
20035 Also check for the case where we're inside a conflict already, so as to
20036 obviate the need for font-lock-multiline, which is unbearably slow with
20037 large conflicts and ciomplex font-lock patterns.
20038 (smerge-remove-props): Remove overlay rather than text-properties.
20039 (smerge-mode): Don't set font-lock-multiline.
20040 Remove overlays when turned off.
20041
20042 2005-08-21 Kim F. Storm <storm@cua.dk>
20043
20044 * ido.el (ido-ignore-item-p): Use save-match-data.
20045 Bind case-fold-search to ido-case-fold locally.
20046
20047 2005-08-20 Richard M. Stallman <rms@gnu.org>
20048
20049 * files.el (normal-mode): If font lock is on, turn it off and on.
20050
20051 * subr.el (replace-regexp-in-string): Doc fix.
20052
20053 * startup.el (command-line-1): Don't suppress startup screen
20054 due to existing processes.
20055
20056 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
20057
20058 * progmodes/compile.el (compilation-disable-input): Default to nil.
20059
20060 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20061
20062 * progmodes/compile.el (compilation-disable-input): New defcustom.
20063 (compilation-start): If compilation-disable-input is non-nil, send
20064 EOF to the compilation process.
20065
20066 2005-08-20 Eli Zaretskii <eliz@gnu.org>
20067
20068 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
20069 Run the argument of tex-shell-cd-command through
20070 convert-standard-filename, to get the correct style of slashes on
20071 Windows, and enclose the result in quotes, in case the file name
20072 includes whitespace or other special characters.
20073
20074 2005-08-19 Andreas Schwab <schwab@suse.de>
20075
20076 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
20077 process.
20078
20079 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
20080
20081 * cus-start.el (minibuffer-prompt-properties): Correct typo.
20082
20083 2005-08-18 Kim F. Storm <storm@cua.dk>
20084
20085 * scroll-lock.el: Fix errors due to incorrect line wrapping.
20086
20087 2005-08-18 Richard M. Stallman <rms@gnu.org>
20088
20089 * scroll-lock.el: New file.
20090
20091 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
20092
20093 * dired.el (dired-move-to-end-of-filename):
20094 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
20095
20096 2005-08-18 Kim F. Storm <storm@cua.dk>
20097
20098 * ido.el (ido-everywhere): Fix defcustom :set function to disable
20099 rather than toggle mode when custom value is nil.
20100 (ido-everywhere): Fix defun doc string.
20101
20102 2005-08-17 Richard M. Stallman <rms@gnu.org>
20103
20104 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
20105 as tag instead of "Inviolable".
20106
20107 2005-08-17 Kim F. Storm <storm@cua.dk>
20108
20109 * windmove.el (windmove-coordinates-of-position): Remove.
20110 (windmove-coordinates-of-window-position): Remove.
20111 (windmove-reference-loc): Use posn-at-point instead.
20112
20113 * subr.el (insert-for-yank-1): Doc fix.
20114
20115 * ido.el (ido-enter-matching-directory): Rename from
20116 ido-enter-single-matching-directory. Change `slash' choice to
20117 `only'. Add `first' choice.
20118 (ido-exhibit): Adapt to above changes.
20119
20120 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
20121
20122 * Makefile.in: Expand comment about building loaddefs.el.
20123
20124 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
20125
20126 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
20127 Comment use of defadvice.
20128
20129 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
20130
20131 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
20132
20133 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
20134 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
20135 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
20136 * progmodes/idlw-shell.el, progmodes/ld-script.el,
20137 * progmodes/which-func.el, ruler-mode.el, strokes.el,
20138 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
20139 for backward compatibility for faces that did not appear in the
20140 previous Emacs release.
20141
20142 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
20143
20144 2005-08-15 Kim F. Storm <storm@cua.dk>
20145
20146 * emulation/cua-base.el (cua-delete-region): Return t if
20147 deleted region was non-empty.
20148 (cua-replace-region): Inhibit overwrite-mode for
20149 self-insert-command if replaced region was non-empty.
20150 (cua--explicit-region-start, cua--status-string): Make them
20151 buffer-local at top-level...
20152 (cua-mode): ...rather than when mode is enabled.
20153
20154 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
20155
20156 * progmodes/vhdl-mode.el (vhdl-emacs-21):
20157 Set t for Emacs 21, 22, and so on.
20158
20159 2005-08-15 David Ponce <david@dponce.com>
20160
20161 * tree-widget.el: Update Commentary header.
20162 (tree-widget-theme): Doc fix.
20163 (tree-widget-space-width): New option.
20164 (tree-widget-image-properties): Look up in the default theme too.
20165 (tree-widget--cursors): Only for images with arrow pointer shape.
20166 (tree-widget-lookup-image): Pointer shape is hand by default.
20167 (tree-widget-icon): Rename generic icon widget from
20168 `tree-widget-control'.
20169 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
20170 derive from `tree-widget-icon'.
20171 (tree-widget-handle): Improve default look and feel of the text
20172 representation.
20173 (tree-widget): Rename :*-control properties to :*-icon properties.
20174 Add :action and :help-echo properties.
20175 (tree-widget-after-toggle-functions): Move.
20176 (tree-widget-close-node, tree-widget-open-node): Remove.
20177 (tree-widget-before-create-icon-functions): New hook.
20178 (tree-widget-value-create): Update to allow customization of icons
20179 and nodes at run-time via that new hook.
20180 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
20181 (tree-widget-icon-action, tree-widget-icon-help-echo)
20182 (tree-widget-action, tree-widget-help-echo): New functions.
20183
20184 2005-08-15 Kim F. Storm <storm@cua.dk>
20185
20186 * ido.el (ido-buffer-internal): Use with-no-warnings.
20187 (ido-make-merged-file-list): Use while-no-input.
20188
20189 2005-08-15 Richard M. Stallman <rms@gnu.org>
20190
20191 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
20192 (flyspell-large-region): Fix doc and custom type.
20193
20194 2005-08-14 Richard M. Stallman <rms@gnu.org>
20195
20196 * files.el (interpreter-mode-alist): Doc fix.
20197
20198 * mail/rmail.el (rmail-nonignored-headers): New variable.
20199 (rmail-clear-headers): Use it.
20200 (rmail-reply): Better handling of mail-followup-to header.
20201
20202 * progmodes/sh-script.el (sh-font-lock-keywords-var):
20203 Rename variable from sh-font-lock-keywords. In the `shell' entry,
20204 don't try to refer to executable-font-lock-keywords.
20205 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
20206 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
20207 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
20208 (sh-mode): Set comment-start-skip, local-abbrev-table,
20209 imenu-case-fold-search.
20210 (sh-set-shell): Don't set them here.
20211 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
20212 Don't cache the results in the original alist; don't ever modify
20213 that alist.
20214
20215 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
20216
20217 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
20218 empty.
20219
20220 2005-08-15 Andreas Schwab <schwab@suse.de>
20221
20222 * desktop.el: Put autoload cookie at risky-local-variable declarations.
20223
20224 * dired.el, info.el, mail/rmail.el: Revert last change.
20225
20226 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
20227
20228 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
20229 modification in `eval-after-load' form.
20230 * info.el: Likewise.
20231 * mail/rmail.el: Likewise.
20232
20233 2005-08-14 Juri Linkov <juri@jurta.org>
20234
20235 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20236 Remove highlighting of "Compilation started". Highlight only
20237 the word "finished" in "Compilation finished". Add highlighting
20238 of "interrupt", "killed", "terminated" and the exit code.
20239 (compilation-start): Add newline after header. Use exactly the
20240 same time stamp format as the finishing message.
20241 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
20242
20243 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
20244 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
20245 Add highlighting of "interrupt", "killed", "terminated".
20246
20247 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
20248 enabled and the current command is self-insert-command, call it
20249 explicitly with overwrite-mode bound to nil, to not allow it
20250 to delete the character after the selected region.
20251
20252 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
20253
20254 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
20255 move-end-of-line, end-of-line, and beginning-of-line to the list
20256 of commands after which the echo area is updated.
20257
20258 2005-08-12 Eli Zaretskii <eliz@gnu.org>
20259
20260 * cus-edit.el (custom-save-all, custom-save-delete):
20261 Bind recentf-exclude to exclude custom-file.
20262
20263 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
20264
20265 * mail/rmailsum.el (rmail-summary-end-of-message): New command
20266 to go to the bottom of the mail message. Added to
20267 `rmail-summary-mode-map' with key "/".
20268 (rmail-summary-show-message): New (internal) function for use by
20269 both `rmail-summary-beginning/end-of-message'.
20270 (rmail-summary-beginning-of-message): Change to use
20271 rmail-summary-show-message.
20272
20273 * mail/rmail.el (rmail-end-of-message): New command to go to the
20274 end of the current message. Added to `rmail-mode-map' with key "/".
20275 (rmail-beginning-of-message): Fix to work as documented.
20276 (rmail-mode): Change documentation.
20277
20278 * progmodes/compile.el (compilation-start): Add the line
20279 "Compilation started" with compilation start time.
20280 (compilation-mode-font-lock-keywords): Add `started' to keywords.
20281
20282 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
20283
20284 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
20285 of menu items.
20286
20287 2005-08-11 Richard M. Stallman <rms@gnu.org>
20288
20289 * simple.el (pop-global-mark): Reverse test of widen-automatically.
20290
20291 * battery.el (battery-status-function): Don't use ignore-errors.
20292
20293 2005-08-11 Lute Kamstra <lute@gnu.org>
20294
20295 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
20296 define-obsolete-variable-alias.
20297
20298 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
20299
20300 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
20301 (ange-ftp-send-cmd): Revert last change, and expand
20302 the comment explaining the problem.
20303
20304 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
20305
20306 * ldefs-boot.el: Update.
20307
20308 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
20309 item to "Time, Load and Mail". Change help echo text.
20310
20311 * time.el (display-time-use-mail-icon, display-time-format)
20312 (display-time-string-forms): Shorten first line of docstrings.
20313
20314 2005-08-10 Lars Hansen <larsh@soem.dk>
20315
20316 * desktop.el (desktop-buffer-mode-handlers):
20317 Make non-customizable. Add autoload cookie. Change initial value to
20318 nil; add elements in respective modules instead. Fix doc string.
20319 (desktop-load-file): New function.
20320 (desktop-minor-mode-handlers): New autoloaded variable.
20321 (desktop-create-buffer): Call minor mode handlers.
20322 Use desktop-load-file to load major and minor mode modules prior to
20323 checking for a handler.
20324 (desktop-save): Don't add nil to desktop-minor-modes for minor
20325 modes with nil function in desktop-minor-mode-table. Don't delete
20326 desktop file before rewriting it.
20327 (desktop-locals-to-save): Add autoload cookie. Don't make
20328 automatically buffer-local. Add variables column-number-mode,
20329 size-indication-mode, indent-tabs-mode,
20330 indicate-buffer-boundaries, indicate-empty-lines and
20331 show-trailing-whitespace.
20332 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
20333 regexps. Don't use desktop-clear-preserve-buffers-regexp.
20334 (desktop-clear-preserve-buffers-regexp): Delete.
20335 (desktop-clear-preserve-buffers): Update initial value and docstring.
20336 (desktop-save-buffer): Fix doc string.
20337
20338 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
20339 (hilit-chg-desktop-restore): New function.
20340 (highlight-changes-mode): Add highlight-changes-mode to
20341 desktop-locals-to-save.
20342
20343 * dired.el: Add handler to desktop-buffer-mode-handlers.
20344 (dired-restore-desktop-buffer): Remove autoload cookie.
20345 (dired-mode): Add autoload cookie.
20346
20347 * info.el: Add handler to desktop-buffer-mode-handlers.
20348 (Info-restore-desktop-buffer): Remove autoload cookie.
20349 (Info-mode): Add autoload cookie.
20350
20351 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
20352 (mh-restore-desktop-buffer): Remove autoload cookie.
20353 (mh-folder-mode): Add autoload cookie.
20354
20355 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
20356 (rmail-restore-desktop-buffer): Remove autoload cookie.
20357
20358 2005-08-11 Masatake YAMATO <jet@gyve.org>
20359
20360 * hexl.el (hexl-address-region):
20361 (hexl-ascii-region, hexl-font-lock-keywords):
20362 (hexl-highlight-line-range): Use the term "region"
20363 instead of "area" for consistency with the other symbols
20364 defined in hexl.el.
20365
20366 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
20367
20368 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
20369 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
20370 out by Juri Linkov). Add `display-battery-mode'.
20371
20372 2005-08-09 Juri Linkov <juri@jurta.org>
20373
20374 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20375 Remove `-text' from face variable names.
20376 (compilation-error-file-name, compilation-warning-file-name)
20377 (compilation-info-file-name): Delete faces.
20378 (compilation-line-number, compilation-column-number):
20379 Remove face underlining.
20380 (compilation-message-face): Set to `underline' value by default.
20381 (compilation-error-face, compilation-warning-face)
20382 (compilation-info-face): Remove `-file-name' from face names.
20383 (compilation-error-text-face, compilation-warning-text-face)
20384 (compilation-info-text-face): Delete face variables.
20385 (compilation-text-face): Delete function.
20386
20387 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
20388 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
20389 (grep-error-face): Set to `compilation-error' instead of
20390 `compilation-error-face' (which is redefined to `grep-hit-face' in
20391 grep buffers).
20392 (grep-mode-font-lock-keywords): Remove `-text' from face variable
20393 names. Use `grep-error-face' instead of `compilation-error-text-face'.
20394
20395 * dired-aux.el (dired-do-query-replace-regexp):
20396 Use `query-replace-read-args'.
20397
20398 * replace.el (query-replace-read-from, query-replace-read-to)
20399 (query-replace-read-args): Rename arg `string' to `prompt'.
20400
20401 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
20402
20403 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
20404
20405 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
20406 uploading files.
20407 (ange-ftp-canonize-filename): Handle file names beginning with ~
20408 correctly.
20409
20410 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
20411
20412 * textmodes/fill.el (canonically-space-region)
20413 (fill-context-prefix, fill-french-nobreak-p)
20414 (fill-delete-newlines, fill-comment-paragraph)
20415 (justify-current-line): "?\ " -> "?\s".
20416
20417 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
20418
20419 * textmodes/fill.el (fill-nonuniform-paragraphs):
20420 Improve argument/docstring consistency.
20421
20422 2005-08-09 Richard M. Stallman <rms@gnu.org>
20423
20424 * textmodes/ispell.el (ispell-word): More fboundp checks.
20425
20426 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
20427 (find-file-noselect-1): Call it here, only if RAWFILE.
20428 (normal-mode): Always set some major mode.
20429 (save-some-buffers-action-alist): Change some explanation strings.
20430 (file-name-non-special): In the `quote' method, use unwind-protect.
20431
20432 2005-08-09 Magnus Henoch <mange@freemail.hu>
20433
20434 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
20435 (ispell-have-aspell-dictionaries): New variable.
20436 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
20437 (ispell-get-aspell-config-value): New function.
20438 (ispell-aspell-find-dictionary): New function.
20439 (ispell-aspell-add-aliases): New function.
20440 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
20441 appropriate. Don't look for ispell dictionaries if we use aspell.
20442 (ispell-menu-map): Don't build a submenu of dictionaries.
20443
20444 2005-08-09 Richard M. Stallman <rms@gnu.org>
20445
20446 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
20447 (sql-read-passwd): Use read-passwd.
20448
20449 * progmodes/idlw-toolbar.el (idlwave-toolbar)
20450 (idlwave-toolbar-is-possible): Add defvars.
20451
20452 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
20453 Avoid warnings.
20454
20455 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
20456 (idlwave-system-class-info, idlwave-executive-commands-alist):
20457 Use defvar.
20458
20459 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
20460
20461 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
20462 Avoid warnings.
20463
20464 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
20465 and content-type: headers.
20466
20467 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
20468
20469 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
20470 and rename some of them to be more self-explanatory.
20471
20472 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
20473
20474 * startup.el (command-line-1): Implement -scriptload.
20475
20476 * replace.el (occur-engine): Initial *Occur* output not undoable.
20477
20478 * menu-bar.el (menu-bar-file-menu): Rename some menu items
20479 and improve help strings.
20480
20481 * isearch.el (isearch-repeat): When changing direction,
20482 mark search successful.
20483
20484 * ediff-init.el: Use (featurep 'xemacs).
20485
20486 * comint.el (send-invisible): Identify buffer, if not selected.
20487
20488 * align.el: Delete autoload for c-guess-basic-syntax.
20489
20490 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
20491
20492 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
20493 Improve argument/docstring consistency. Doc fixes.
20494 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
20495 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
20496 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
20497 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
20498 (r2bv-organization, r2bv-pages, r2bv-primary-author)
20499 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
20500 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
20501 Defvar at compile time.
20502
20503 2005-08-09 Juri Linkov <juri@jurta.org>
20504
20505 * info.el: Replace `info' with upper-case `Info' where appropriate.
20506 (info-title-1, info-title-2, info-title-3, info-title-4)
20507 (info-menu-header): Move up face definitions.
20508 (info-menu-star): Rename from `info-menu-5'.
20509 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
20510 (Info-fontify-visited-nodes): Fix docstring.
20511 (Info-hide-note-references): Fix docstring.
20512 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
20513 menu items in the same way as on cross-references.
20514 (info-apropos): Fix sorting order and formatting to be like in the
20515 stand-alone Info browser. Display error messages for 1 sec.
20516 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
20517 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
20518 from the menu bar.
20519 (Info-insert-dir): Restore point after calling
20520 `insert-buffer-substring'.
20521
20522 2005-08-08 Richard M. Stallman <rms@gnu.org>
20523
20524 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
20525 (recompute-lucid-menubar): Add defvars.
20526
20527 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
20528
20529 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
20530
20531 * net/net-utils.el (run-dig): Rename from `dig'.
20532
20533 * play/gametree.el (gametree-mode): Use make-local-variable,
20534 not make-variable-buffer-local.
20535
20536 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
20537
20538 * ansi-color.el (ansi-color-make-extent)
20539 (ansi-color-set-extent-face): Use fboundp, not functionp.
20540
20541 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
20542 not make-variable-buffer-local.
20543
20544 * bookmark.el (Info-current-file): Add defvar.
20545 (bookmark-jump-noselect): Use with-no-warnings.
20546
20547 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
20548
20549 * ebuff-menu.el (Helper-return-blurb): Add defvar.
20550
20551 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
20552
20553 * find-file.el (ada-procedure-start-regexp)
20554 (ada-package-start-regexp): Add defvars.
20555
20556 * info.el (Info-insert-dir): Use insert-buffer-substring.
20557
20558 * xml.el (xml-att-def-re): Add defvar.
20559
20560 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
20561 calling convention.
20562
20563 * subr.el (while-no-input): Return t if there is input.
20564
20565 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
20566
20567 * cus-start.el (all): Add `overflow-newline-into-fringe'.
20568
20569 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
20570
20571 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
20572 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
20573
20574 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
20575
20576 * cmuscheme.el (scheme-start-file): Replace reference to
20577 `user-emacs-directory' by "~/.emacs.d/".
20578
20579 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
20580
20581 * info.el (Info-dir-remove-duplicates): Avoid case folding
20582 in loop; instead, keep downcased strings for comparison.
20583 Suggested by Helmut Eller.
20584
20585 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
20586
20587 Sync with Tramp 2.0.50.
20588
20589 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
20590 XEmacs case; not necessary anymore.
20591 (tramp-user-regexp): Allow "@" as part of user name.
20592 (tramp-handle-set-visited-file-modtime)
20593 (tramp-handle-insert-file-contents)
20594 (tramp-handle-write-region): No special handling for
20595 `last-coding-system-used, because this is done in
20596 `tramp-accept-process-output' now.
20597 (tramp-accept-process-output): New defun.
20598 (tramp-process-one-action, tramp-process-one-multi-action)
20599 (tramp-wait-for-regexp, tramp-wait-for-output)
20600 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
20601 Howells <dhowells@redhat.com>.
20602 (clear-visited-file-modtime): Defadvice removed. The check for
20603 unset buffer's modtime does not need to be based on
20604 `tramp-buffer-file-attributes'. Suggested by RMS.
20605 (tramp-message): Insert "\n" if not being at beginning of line.
20606 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
20607 sequence with same logic.
20608 (tramp-completion-handle-expand-file-name): Discard call of
20609 `tramp-drop-volume-letter'. It is not necessary, and there have
20610 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
20611 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20612 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
20613 should always be visible.
20614 (tramp-handle-insert-directory, tramp-setup-complete)
20615 (tramp-set-process-query-on-exit-flag)
20616 (tramp-append-tramp-buffers): Pacify byte-compiler.
20617 (tramp-bug): Delete non-existing variables from list.
20618 Apply `tramp-load-report-modules' as pre-hook.
20619 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
20620 `shell-prompt-pattern' because of non-7bit characters.
20621 Reported by Sebastian Luque <sluque@mun.ca>.
20622 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
20623 (tramp-match-string-list): Remove function.
20624 (tramp-wait-for-regexp): Remove call of that function.
20625 Suggested by Kim F. Storm <storm@cua.dk>.
20626 (tramp-set-auto-save-file-modes): Use octal integer code #o600
20627 instead of octal character code ?\600. The latter resulted in a
20628 syntax error with XEmacs.
20629
20630 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
20631 XEmacs case; not necessary anymore.
20632 (tramp-smb-handle-write-region): No special handling for
20633 `last-coding-system-used, because this is done in
20634 `tramp-accept-process-output' now.
20635 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
20636
20637 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
20638
20639 * wid-edit.el (widget-choice-value-create):
20640 Unconditionally respect user choice. Set :explicit-choice back to nil
20641 when no longer needed.
20642 (widget-choice-action): Unconditionally respect user choice.
20643 Eliminate :explicit-choice-value.
20644
20645 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
20646
20647 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
20648 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
20649 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
20650 running new function `toggle-indicate-empty-lines'.
20651 Rename "Customize" item to "Customize fringe".
20652 Rename "Indicators" item to "Buffer boundaries" and change help echo.
20653 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
20654 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
20655 Delete "Empty lines only" item.
20656 (menu-bar-showhide-fringe-ind-customize): New function.
20657 (menu-bar-showhide-fringe-ind-mixed)
20658 (menu-bar-showhide-fringe-ind-box)
20659 (menu-bar-showhide-fringe-ind-right)
20660 (menu-bar-showhide-fringe-ind-left)
20661 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
20662 instead of `fringe-indicators'.
20663
20664 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
20665
20666 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
20667 Change the date of last update.
20668
20669 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
20670
20671 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
20672 (viper-exec-yank, viper-put-back): Don't display modification msg
20673 if in the minibuffer.
20674
20675 * viper-init.el (viper-replace-overlay-cursor-color)
20676 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
20677 Make variables frame local.
20678
20679 * viper-util.el (viper-append-filter-alist): Use append instead of
20680 nconc.
20681
20682 * viper.el (viper-vi-state-mode-list)
20683 (viper-emacs-state-mode-list): Move help-mode and
20684 completion-list-mode from the first list to the second.
20685 (viper-mode): Docstring.
20686 (viper-go-away, viper-non-hook-settings): Don't localize
20687 minor-mode-alist in newer Emacsen. Add advice to
20688 set-cursor-color. Don't bind "\C-c\\".
20689
20690 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
20691
20692 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
20693 (scheme-macro-expand-command): New user options.
20694 (scheme-trace-procedure, scheme-expand-current-form): New commands.
20695 (scheme-form-at-point, scheme-start-file)
20696 (scheme-interactively-start-process): New functions.
20697 (scheme-get-process): New function, extracted from `scheme-proc'.
20698 (run-scheme): Call `scheme-start-file' to get start file, and pass
20699 it to `make-comint'.
20700 (switch-to-scheme, scheme-proc):
20701 Call `scheme-interactively-start-process' if no Scheme buffer/process
20702 is available.
20703
20704 2005-08-06 Juri Linkov <juri@jurta.org>
20705
20706 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20707 Use `compilation-text-face', `compilation-info-text-face' and
20708 `compilation-error-text-face' instead of `font-lock-keyword-face'.
20709 (compilation-error): New face.
20710 (compilation-error-file-name): Inherit from
20711 `compilation-error' instead of `font-lock-warning-face'.
20712 (compilation-warning-file-name): Inherit from
20713 `compilation-warning' instead of `font-lock-warning-face'.
20714 (compilation-info, compilation-error-file-name)
20715 (compilation-warning-file-name, compilation-info-file-name)
20716 (compilation-line-number, compilation-column-number): Doc fix.
20717 (compilation-error-text-face, compilation-warning-text-face)
20718 (compilation-info-text-face): New face variables.
20719 (compilation-line-face, compilation-column-face)
20720 (compilation-enter-directory-face)
20721 (compilation-leave-directory-face): Doc fix.
20722 (compilation-text-face): New function.
20723
20724 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
20725 instead of 1 to display binary file names as info file links.
20726 (grep-error-face): Use `compilation-error-face' instead of
20727 `font-lock-keyword-face'.
20728 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
20729 and `compilation-warning-text-face' instead of
20730 `font-lock-keyword-face'. Use `compilation-error-text-face'
20731 instead of `grep-error-face'.
20732
20733 2005-08-05 Kenichi Handa <handa@m17n.org>
20734
20735 * international/code-pages.el: Add autoload cookies for all coding
20736 systems.
20737
20738 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
20739
20740 * cus-start.el (all): Put undo.c where it alphabetically belongs.
20741
20742 2005-08-04 Juri Linkov <juri@jurta.org>
20743
20744 * progmodes/compile.el (compilation-mode-map):
20745 * progmodes/grep.el (grep-mode-map):
20746 Bind TAB to `compilation-next-error' and [backtab] to
20747 `compilation-previous-error'.
20748
20749 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
20750 matching line numbers, column numbers and their ranges with regexp
20751 matching only line numbers.
20752 (grep-context-face): New face variable.
20753 (grep-mode-font-lock-keywords): Use it.
20754
20755 * faces.el (read-face-name): Delete duplicate faces.
20756
20757 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
20758
20759 * thumbs.el (thumbs-find-image): Don't make variables
20760 automatically buffer local.
20761 (thumbs-current-tmp-filename, thumbs-current-image-filename)
20762 (thumbs-image-num): Make automatically buffer local.
20763 (thumbs-show-thumbs-list): Use `make-local-variable', not
20764 `make-variable-buffer-local'.
20765 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
20766
20767 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
20768 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
20769 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
20770 (bother, bye, canyou, chatlst, continue, deathlst, describe)
20771 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
20772 (feelings-about, foullst, found, hello, history, howareyoulst)
20773 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
20774 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
20775 (neglst, obj, object, owner, please, problems, qlist)
20776 (random-adjective, relation, remlst, repetitive-shortness)
20777 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
20778 (shortlst, something, sportslst, stallmanlst, states, subj)
20779 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
20780 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
20781 Defvar at compile time.
20782
20783 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
20784 not `make-variable-buffer-local'.
20785
20786 2005-08-02 Kim F. Storm <storm@cua.dk>
20787
20788 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
20789 rectangle overlay in selected window.
20790
20791 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
20792
20793 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
20794 instead of display group. Make `indicate-buffer-boundaries'
20795 customizable through Custom.
20796
20797 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
20798
20799 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
20800 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
20801 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
20802 (gdb-put-string): Fix typos in docstrings.
20803
20804 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
20805
20806 Update copyright notices of files in progmodes directory for
20807 release of Emacs 22.1.
20808
20809 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
20810
20811 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
20812 Don't barf if the GUD buffer has been killed.
20813
20814 2005-08-01 Kim F. Storm <storm@cua.dk>
20815
20816 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
20817
20818 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20819
20820 * simple.el (next-error-follow-minor-mode):
20821 make-variable-buffer-local -> make-local-variable.
20822
20823 * emacs-lisp/cl-extra.el: Require CL also when compiling.
20824
20825 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
20826 (byte-compile-form-make-variable-buffer-local): New functions to warn
20827 about misuses of make-variable-buffer-local where make-local-variable
20828 was meant.
20829
20830 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
20831
20832 * bs.el (bs-attributes-list): Doc fix.
20833 (bs): Update url-link.
20834
20835 * desktop.el (desktop-save-buffer): Fix typos in docstring.
20836 (desktop-load-default): Simplify.
20837
20838 * ibuffer.el (ibuffer-columnize-and-insert-list)
20839 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
20840 (ibuffer-unmark-all, ibuffer-toggle-marks)
20841 (ibuffer-unmark-forward, ibuffer-unmark-backward)
20842 (ibuffer-compile-make-format-form, ibuffer-format-column)
20843 (ibuffer-current-buffers-with-marks)
20844 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
20845 (ibuffer): Doc fix.
20846 (ibuffer-mode): Fix typo in docstring.
20847 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
20848 with `define-obsolete-variable-alias'.
20849 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
20850
20851 2005-07-29 Kenichi Handa <handa@m17n.org>
20852
20853 * international/mule-cmds.el (select-message-coding-system):
20854 Be sure to use LF for end-of-line. If no coding system is decided,
20855 return iso-8859-1-unix.
20856
20857 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20858
20859 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
20860 (ange-ftp-pending-error-line): New vars.
20861 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
20862 to handle the non-fatal no-route-to-host messages.
20863 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
20864
20865 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
20866
20867 * isearch.el (isearch-mode-map, isearch-other-meta-char)
20868 (isearch-quote-char, isearch-printing-char)
20869 (isearch-text-char-description): "?\ " -> "?\s".
20870 (isearch-lazy-highlight-cleanup)
20871 (isearch-lazy-highlight-initial-delay)
20872 (isearch-lazy-highlight-interval)
20873 (isearch-lazy-highlight-max-at-a-time)
20874 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
20875 Declare with define-obsolete-*-alias macros.
20876 (isearch-forward): Fix typo in docstring.
20877 (search-invisible, search-ring-yank-pointer)
20878 (regexp-search-ring-yank-pointer): Doc fixes.
20879
20880 * recentf.el (recentf-menu-append-commands-p): Declare with
20881 `define-obsolete-variable-alias'.
20882 (recentf-max-saved-items, recentf-menu-filter)
20883 (recentf-arrange-by-rule-subfilter): Doc fixes.
20884 (recentf-menu-append-commands-flag)
20885 (recentf-initialize-file-name-history, recentf-expand-file-name)
20886 (recentf-clear-data): Fix typos in docstrings.
20887
20888 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
20889
20890 * progmodes/gdb-ui.el: Smarten comments.
20891 (gdb-info-breakpoints-custom): Use nowarn when finding file.
20892
20893 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
20894
20895 * term/apollo.el (terminal-init-apollo): New function containing
20896 all former top level forms in the file.
20897 * term/bobcat.el (terminal-init-bobcat):
20898 * term/cygwin.el (terminal-init-cygwin):
20899 * term/iris-ansi.el (terminal-init-iris-ansi):
20900 * term/linux.el (terminal-init-linux):
20901 * term/news.el (terminal-init-news):
20902 * term/rxvt.el (terminal-init-rxvt):
20903 * term/sun.el (terminal-init-sun):
20904 * term/tvi970.el (terminal-init-tvi970):
20905 * term/vt100.el (terminal-init-vt100):
20906 * term/vt102.el (terminal-init-vt102):
20907 * term/vt125.el (terminal-init-vt125):
20908 * term/vt200.el (terminal-init-vt200):
20909 * term/vt201.el (terminal-init-vt201):
20910 * term/vt220.el (terminal-init-vt220):
20911 * term/vt240.el (terminal-init-vt240):
20912 * term/vt300.el (terminal-init-vt300):
20913 * term/vt320.el (terminal-init-vt320):
20914 * term/vt400.el (terminal-init-vt400):
20915 * term/vt420.el (terminal-init-vt420):
20916 * term/wyse50.el (terminal-init-wyse50):
20917 * term/xterm.el (terminal-init-xterm): Likewise.
20918
20919 * term/README: Describe the terminal-init-* functionality.
20920
20921 * startup.el (command-line): After loading the terminal initialization
20922 file call the corresponding terminal initialization function.
20923
20924 2005-07-27 Kenichi Handa <handa@m17n.org>
20925
20926 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
20927 negative.
20928
20929 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
20930 (ps-mule-composition-prologue): Fix for the case that
20931 RelativeCompose is false.
20932
20933 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20934
20935 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
20936
20937 * descr-text.el (describe-char): Handle the case where the list of
20938 chars is displayed in a separate frame.
20939 Be a bit more discriminating when looking for the char.
20940
20941 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
20942
20943 * bookmark.el (bookmark-automatically-show-annotations)
20944 (bookmark-read-annotation-text-func): Doc fixes.
20945 (bookmark-save): Improve argument/docstring consistency.
20946 (bookmark-get-bookmark, bookmark-get-bookmark-record)
20947 (bookmark-alist-from-buffer)
20948 (bookmark-upgrade-file-format-from-0)
20949 (bookmark-grok-file-format-version)
20950 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
20951 (bookmark-read-annotation-mode)
20952 (bookmark-insert-current-bookmark, bookmark-jump)
20953 (bookmark-exit-hook): Fix typos in docstrings.
20954 (bookmark-exit-hooks): Define as obsolete alias.
20955 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
20956 not `bookmark-exit-hooks'. Fix docstring.
20957 (bookmark-bmenu-select): "?\ " -> "?\s".
20958
20959 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
20960
20961 * startup.el (command-line): Fix typo.
20962
20963 2005-07-24 Richard M. Stallman <rms@gnu.org>
20964
20965 * tooltip.el (tooltip-mode): Test emacs-basic-display,
20966 not emacs-quick-startup.
20967
20968 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
20969
20970 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
20971 (reb-next-match, reb-show-subexp): Use `with-selected-window'
20972 instead of `reb-with-current-window'.
20973 (reb-prev-match): Likewise. Also, don't move left if the search
20974 was unsuccessful.
20975 (reb-initialize-buffer): New function.
20976 (re-builder, reb-change-syntax): Use it.
20977
20978 * man.el (Man-goto-page): Make second argument NOERROR optional.
20979
20980 2005-07-23 Richard M. Stallman <rms@gnu.org>
20981
20982 * man.el (Man-bgproc-sentinel): Check here for failure to find
20983 any man page in the output, and report the error here.
20984 (Man-arguments): Make it permanent local.
20985 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
20986 (Man-mode): Pass t for NOERROR.
20987
20988 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
20989 (grep-mode-font-lock-keywords):
20990 Don't use compilation-...-face for messages that are not file names.
20991
20992 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20993 Don't use compilation-...-face for messages that are not file names.
20994
20995 2005-07-22 Juri Linkov <juri@jurta.org>
20996
20997 * startup.el (normal-splash-screen): Update menu name.
20998
20999 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
21000
21001 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21002
21003 * term/xterm.el: Load term/rxvt if the terminal is actually an
21004 rxvt terminal.
21005 (xterm-rxvt-set-background-mode): Remove, not used anymore.
21006
21007 * term/rxvt.el (function-key-map): Use substitute-key-definition
21008 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
21009
21010 * term/cygwin.el: New file.
21011
21012 2005-07-22 Kim F. Storm <storm@cua.dk>
21013
21014 * image-file.el (insert-image-file, image-file-yank-handler):
21015 Fix last change to maintain a (unique) yank-handler on yanked images.
21016
21017 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
21018
21019 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
21020 of the file size (as in "177B" for 177 bytes). This happens with
21021 "ls -lh" on FreeBSD.
21022
21023 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
21024
21025 * hilit-chg.el (highlight-changes-global-initial-state)
21026 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
21027 (hilit-chg-fixup, highlight-changes-mode):
21028 Fix typos in docstrings.
21029 (highlight-changes-global-modes, highlight-changes-rotate-faces):
21030 Doc fixes.
21031
21032 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
21033
21034 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
21035 mode function using `eval-after-load'.
21036
21037 2005-07-21 Kim F. Storm <storm@cua.dk>
21038
21039 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
21040 included when reporting an Emacs crash, and tell about the DEBUG file.
21041
21042 * image-file.el (insert-image-file): Add yank-handler.
21043 (image-file-yank-handler): Yank handler to make unique copies of
21044 images when they are yanked into a buffer next to each other.
21045
21046 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
21047
21048 * comint.el (comint-use-prompt-regexp, comint-send-input)
21049 (comint-source-default, comint-extract-string)
21050 (comint-get-source, comint-word, comint-completion)
21051 (comint-source, comint-prompt-read-only, comint-update-fence):
21052 Fix typos in docstrings.
21053 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
21054 Declare with define-obsolete-*-alias macros.
21055 (comint-previous-matching-input-from-input)
21056 (comint-next-matching-input-from-input)
21057 (comint-previous-matching-input, comint-next-matching-input)
21058 (comint-forward-matching-input):
21059 Improve argument/docstring consistency.
21060
21061 * desktop.el (desktop-clear-preserve-buffers-regexp):
21062 Also preserve the *server* buffer.
21063
21064 * simple.el (clone-indirect-buffer): Doc fix.
21065 (fixup-whitespace, just-one-space)
21066 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
21067 (next-error, next-error-highlight)
21068 (next-error-highlight-no-select, next-error-last-buffer)
21069 (next-error-buffer-p, next-error-find-buffer, next-error)
21070 (previous-error, next-error-no-select, previous-error-no-select)
21071 (open-line, split-line, minibuffer-prompt-width, kill-new)
21072 (binary-overwrite-mode): Fix typos in docstrings.
21073 (set-fill-column): Fix typo in message.
21074
21075 * skeleton.el (skeleton-proxy-new): Doc fix.
21076
21077 * strokes.el (strokes-load-hook): Doc fix.
21078 (strokes-grid-resolution, strokes-get-grid-position)
21079 (strokes-renormalize-to-grid, strokes-read-stroke)
21080 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
21081 (strokes-global-map): Fix typos in docstrings.
21082 (strokes-help): Doc fix. Fix help message and pass it through
21083 `substitute-command-keys'.
21084
21085 * tempo.el (tempo-insert-prompt, tempo-interactive)
21086 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
21087 (tempo-insert-string-functions, tempo-local-tags)
21088 (tempo-define-template, tempo-insert-template)
21089 (tempo-insert-prompt-compat, tempo-is-user-element)
21090 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
21091 Fix typos in docstrings.
21092
21093 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
21094 (vcursor-key-bindings, vcursor-use-vcursor-map)
21095 (vcursor-find-window, vcursor-scroll-down)
21096 (vcursor-disable, vcursor-beginning-of-buffer)
21097 (vcursor-end-of-buffer): Fix typos in docstrings.
21098 (vcursor-relative-move, vcursor-get-char-count):
21099 Improve argument/docstring consistency.
21100
21101 * version.el: "?\ " -> "?\s".
21102
21103 * wid-edit.el (widget-default-create, widget-after-change)
21104 (widget-default-format-handler, widget-checklist-add-item)
21105 (widget-radio-add-item, widget-choose, widget-specify-secret)
21106 (widget-field-value-create, widget-field-value-get)
21107 (widget-editable-list-format-handler)
21108 (widget-editable-list-entry-create, widget-group-value-create)
21109 (widget-documentation-link-add)
21110 (widget-documentation-string-value-create): "?\ " -> "?\s".
21111 (widget-convert-text): Doc fix.
21112 (widget-narrow-to-field, widget-field-find)
21113 (widget-url-link-action, widget-emacs-library-link-action)
21114 (widget-color-notify): Fix typos in docstrings.
21115
21116 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
21117 (x-select-text, set-w32-system-coding-system)
21118 (w32-add-charset-info): Fix typos in docstrings.
21119
21120 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
21121 (cua-enable-cua-keys, cua-use-hyper-key)
21122 (cua-virtual-rectangle-edges): Fix typos in docstrings.
21123 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
21124
21125 * net/tramp.el (tramp-handle-load): Fix typo in error message.
21126
21127 * emacs-lisp/re-builder.el (regexp-builder): Declare with
21128 `defalias' instead of faking it.
21129
21130 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
21131 (eshell-ls-missing, eshell-ls-dired-initial-args)
21132 (eshell-ls-use-in-dired): Fix typos in docstrings.
21133
21134 2005-07-20 Kim F. Storm <storm@cua.dk>
21135
21136 * emulation/cua-base.el (cua-mode): Improve doc string.
21137
21138 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
21139
21140 * abbrev.el (expand-region-abbrevs): Doc fix.
21141 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
21142 Improve argument/docstring consistency.
21143
21144 * arc-mode.el (archive-get-descr, archive-alternate-display):
21145 Doc fixes.
21146 (archive-l-e): Improve argument/docstring consistency.
21147 (archive-tmpdir, archive-unixdate, archive-unixtime)
21148 (archive-chmod-entry): Fix typos in docstrings.
21149 (archive-unflag, archive-unflag-backwards)
21150 (archive-unmark-all-files): "?\ " -> "?\s".
21151
21152 * buff-menu.el (Buffer-menu-unmark): Doc fix.
21153 (Buffer-menu-not-modified, Buffer-menu-execute)
21154 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
21155 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
21156
21157 * composite.el (compose-string, encode-composition-rule)
21158 (compose-last-chars): Fix typos in docstrings.
21159
21160 * desktop.el (desktop-enable, desktop-basefilename):
21161 Declare with `define-obsolete-variable-alias'.
21162 (desktop-internal-v2s): Don't quote keywords.
21163 (desktop-clear): "?\ " -> "?\s".
21164
21165 * dired.el (dired-align-file, dired-flag-backup-files)
21166 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
21167 (dired-listing-switches, dired-ls-F-marks-symlinks)
21168 (dired-dwim-target, dired-load-hook, dired-mode-hook)
21169 (dired-directory, dired-faces, dired, dired-revert)
21170 (dired-mode, dired-summary, dired-view-file)
21171 (dired-copy-filename-as-kill, dired-delete-file)
21172 (dired-no-confirm, dired-unmark-all-marks)
21173 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
21174 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
21175 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
21176 Fix typos in message strings.
21177
21178 * dired-x.el (virtual-dired): Declare with `defalias'.
21179 (dired-mark-unmarked-files, dired-local-variables-file)
21180 (dired-omit-here-always): Doc fix.
21181 (dired-omit-mode, dired-find-subdir)
21182 (dired-enable-local-variables, dired-clean-up-buffers-too)
21183 (dired-extra-startup, dired-mark-extension, dired-jump)
21184 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
21185 (dired-smart-shell-command, dired-guess-shell-alist-user)
21186 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
21187 (dired-x-bind-find-file, dired-x-submit-report):
21188 Fix typos in docstrings.
21189 (dired-mark-unmarked-files): "?\ " -> "?\s".
21190
21191 * dirtrack.el (dirtrack-list): Fix typos in docstring.
21192
21193 * faces.el (describe-face): "?\ " -> "?\s".
21194 (read-all-face-attributes, read-face-font, modify-face)
21195 (face-attr-construct, italic): Fix typos in docstrings.
21196 (frame-update-face-colors): Declare with
21197 `define-obsolete-function-alias'.
21198
21199 * files.el (find-file-noselect, recode-file-name): Doc fixes.
21200 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
21201 (magic-mode-alist, buffer-file-numbers-unique)
21202 (write-file-functions, get-free-disk-space):
21203 Fix typos in docstrings.
21204 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
21205 (write-contents-hooks, write-file-hooks):
21206 Declare with `define-obsolete-variable-alias'.
21207
21208 * forms-d2.el (arch-rj): Fix typo in docstrings.
21209 (arch-tocol): Likewise. "?\ " -> "?\s".
21210
21211 * frame.el (set-frame-font, cursor-in-non-selected-windows):
21212 Fix typo in docstring.
21213 (set-screen-width, set-screen-height): Delete redundant info in
21214 doctrings.
21215 (new-frame, screen-height, screen-width): Declare with
21216 `define-obsolete-function-alias'.
21217 (delete-frame-hook, blink-cursor): Declare with
21218 `define-obsolete-variable-alias'.
21219
21220 * paths.el (prune-directory-list): Fix typos in docstring.
21221
21222 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
21223 (cvs-prefix-get): Fix typos in docstrings.
21224
21225 * ps-print.el (ps-extend-face-list, ps-extend-face)
21226 (ps-print-background-image): Fix typos in docstrings.
21227 (ps-default-fg, ps-default-bg): Doc fixes.
21228
21229 * s-region.el (s-region-bind): Doc fix.
21230 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
21231
21232 * textmodes/org.el (org-table-formula-substitute-names)
21233 (org-table-get-vertical-vector): Doc fixes.
21234 (org-table-recalculate): Remove unused argument to `message'.
21235
21236 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
21237
21238 * textmodes/org.el (org-table-column-names)
21239 (org-table-column-name-regexp)
21240 (org-table-named-field-locations): New variables.
21241 (org-archive-subtree): Protect `this-command' when calling
21242 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
21243 the kill buffer.
21244 (org-complete): Remove fixed-formula completion.
21245 (org-edit-formulas-map): New variable.
21246 (org-table-edit-formulas): New command.
21247 (org-finish-edit-formulas, org-abort-edit-formulas)
21248 (org-show-variable, org-table-get-vertical-vector): New functions.
21249 (org-table-maybe-eval-formula): Handle `:=' fields.
21250 (org-table-get-stored-formulas, org-table-store-formulas)
21251 (org-table-get-formula, org-table-modify-formulas)
21252 (org-table-replace-in-formulas): Handle named field formulas.
21253 (org-table-get-specials): Store locations of named fields.
21254
21255 2005-07-19 Juri Linkov <juri@jurta.org>
21256
21257 * progmodes/grep.el (grep-regexp-alist)
21258 (grep-mode-font-lock-keywords, grep-process-setup):
21259 Use default GNU grep match color "01;31m" instead of "01;41m".
21260 (grep-regexp-alist, grep-mode-font-lock-keywords):
21261 Use `\\[[0-9]*m' instead of `\\[00m'.
21262 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
21263 sgr_start where its handling is more important. Use the real
21264 length of sgr_start instead of constant 8.
21265 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
21266 specially. Delete all remaining escape sequences.
21267 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
21268 (grep-regexp-alist): Make hyperlink only for binary file name
21269 instead of the whole line.
21270 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
21271 (grep-mode): Add autoload.
21272
21273 * emacs-lisp/find-func.el (find-function-regexp):
21274 Add `define-compilation-mode'.
21275
21276 2005-07-19 Juri Linkov <juri@jurta.org>
21277
21278 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
21279 (compare-windows-sync-string-size, compare-windows-recenter)
21280 (compare-windows-highlight, compare-windows): Add version 22.1.
21281 (compare-windows) <defface>: Inherit from lazy-highlight instead
21282 of duplicating its default value.
21283
21284 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
21285 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
21286
21287 * descr-text.el (describe-char): Create link buttons for `charset'
21288 and `code point'. Add the current input method name with a link
21289 button to `to input' field. Print face names of display table
21290 characters in `The display table entry is displayed by' section
21291 instead of printing face-id in the `display' field.
21292 Guess hardcoded faces and create a link button for them.
21293 Skip empty fields when calculating max-width.
21294 Treat `widget-create' specially while inserting strings from the
21295 collected field list.
21296 (describe-char-after): Made obsolete in version 22.1, not 21.5.
21297
21298 * diff-mode.el (diff-file-header): Change foreground color from
21299 yellow to green on light backgrounds.
21300 (diff-context): Inherit from `shadow' only for color/grayscale
21301 with more than 88 colors.
21302 (diff-indicator-removed, diff-indicator-added)
21303 (diff-indicator-changed): New faces.
21304 (diff-font-lock-keywords): Use new faces. Regroup rules.
21305 Add "^---$" for `normal' diff format. Fontify `#' lines with
21306 font-lock-comment-delimiter-face and font-lock-comment-face.
21307 Add `#' to ^[^...] in the rule for `diff-context-face'.
21308
21309 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
21310 a button-like box. Inherit from `highlight' on low colors.
21311 (shadow): Use shades of gray only for color/grayscale with
21312 more than 88 colors. Use green for light backgrounds with
21313 8 colors, and yellow for dark backgrounds with 8 colors.
21314
21315 * font-lock.el (font-lock-regexp-grouping-backslash):
21316 Don't inherit from escape-glyph (use bold for all cases).
21317
21318 * info.el (info-xref-visited): Use light foreground color `violet'
21319 for dark backgrounds instead of dark color `magenta3'.
21320 (info-title-1): Use `yellow' color for dark backgrounds.
21321
21322 * isearch.el (isearch): Use not-too-dark magenta3 instead of
21323 too-light magenta2.
21324
21325 * replace.el (match): Use slightly more light RoyalBlue3 instead
21326 of dark RoyalBlue4.
21327
21328 * wid-edit.el (widget-inactive): Inherit from `shadow'.
21329
21330 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
21331
21332 * novice.el (disabled-command-hook): Declare it with
21333 `define-obsolete-variable-alias'.
21334
21335 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
21336 (desktop-buffer-misc-functions, desktop-buffer-handlers)
21337 (desktop-load-default): Add release to obsolescence info.
21338 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
21339 (desktop-append-buffer-args, desktop-read):
21340 Fix typos in docstrings.
21341 (desktop-kill): Fix typo in message.
21342 (desktop-save): Doc fix.
21343
21344 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
21345
21346 * viper-cmd.el (viper-escape-to-state): Bug fix.
21347 (viper-envelop-ESC-key): Change the definition of fast
21348 keysequence so it'll work with keyboard macros.
21349
21350 * ediff.el (ediff-patch-buffer): Change the docstring.
21351
21352 2005-07-19 Kenichi Handa <handa@m17n.org>
21353
21354 * international/mule-cmds.el (select-safe-coding-system): Try to
21355 use an auto-coding (if any) before anything else. If the found
21356 auto-coding is invalid, show a warning message.
21357
21358 * international/mule.el (find-auto-coding): New function created
21359 by modifying the body of set-auto-coding.
21360 (set-auto-coding): Use find-auto-coding to find a coding.
21361
21362 2005-07-18 Richard M. Stallman <rms@gnu.org>
21363
21364 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
21365 not isearch-mode-end-hook-error.
21366 (allout-before-change-protect): Fix error message.
21367
21368 2005-07-18 Juri Linkov <juri@jurta.org>
21369
21370 * allout.el (allout-mode):
21371 * calculator.el (calculator-copy):
21372 * custom.el (custom-known-themes):
21373 * dired.el (dired-desktop-buffer-misc-data)
21374 (dired-restore-desktop-buffer):
21375 * dired-x.el (dired-omit-marker-char):
21376 * files.el (basic-save-buffer):
21377 * font-core.el (font-lock-mode):
21378 * calendar/calendar.el (calendar-goto-hebrew-date)
21379 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
21380 (calendar-goto-persian-date):
21381 * language/ethio-util.el (ethio-sera-to-fidel-region):
21382 * textmodes/picture.el (picture-mode):
21383 Delete duplicate duplicate words.
21384
21385 2005-07-18 Juri Linkov <juri@jurta.org>
21386
21387 * isearch.el (isearch-mode-map): Remove key bindings for regexp
21388 chars * ? } |.
21389 (isearch-fallback): Don't call `isearch-process-search-char'.
21390 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
21391 (isearch-process-search-char): Call `isearch-fallback' for regexp
21392 chars * ? } |.
21393 (isearch-return-char): Make obsolete with `make-obsolete' instead
21394 of simply documenting it as obsolete in the docstring.
21395 (isearch-fallback): Refill docstring.
21396
21397 * international/isearch-x.el
21398 (isearch-process-search-multibyte-characters): Remove unneeded
21399 `concat'. Add intermediate values to `junk-hist' instead of
21400 `minibuffer-history'. Test the length of `str'.
21401
21402 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
21403
21404 * allout.el (allout-resolve-xref): Fix typos in error strings.
21405 (allout-before-change-protect): Remove unneeded `concat'.
21406
21407 * array.el (array-mode, array-reconfigure-rows)
21408 (untabify-backward): Fix typos in docstrings.
21409 (array-reconfigure-rows): Use `insert-buffer-substring', not
21410 `insert-buffer'.
21411
21412 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
21413 * progmodes/ada-mode.el (ada-make-body):
21414 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
21415
21416 * dired.el (dired-log):
21417 * tar-mode.el (tar-subfile-save-buffer):
21418 * play/zone.el (zone-pgm-stress-destress):
21419 Use `insert-buffer-substring', not `insert-buffer'.
21420
21421 2005-07-17 Simon Josefsson <jas@extundo.com>
21422
21423 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
21424
21425 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
21426
21427 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
21428 Add plain auth method.
21429 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
21430
21431 2005-07-17 Kim F. Storm <storm@cua.dk>
21432
21433 * ido.el (dired-other-window): Add ido property.
21434
21435 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
21436
21437 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21438 Fix typo in docstring.
21439 (byte-compile-interactive-only-functions): Add `insert-buffer' and
21440 `insert-file-literally'.
21441
21442 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
21443 info and delete redundant message. Doc fix.
21444 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
21445 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
21446
21447 2005-07-16 Richard M. Stallman <rms@gnu.org>
21448
21449 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
21450 (byte-compile-and): Use byte-compile-and-recursion.
21451 (byte-compile-or-recursion): New function.
21452 (byte-compile-or): Use that.
21453 (byte-compile-if): Guard the else-clause too.
21454 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
21455
21456 * isearch.el (isearch-mode-end-hook-quit): New variable.
21457 (isearch-done): Bind it.
21458 (isearch-mode-end-hook): Doc fix.
21459
21460 * allout.el (allout-isearch-did-quit): Variable deleted.
21461 (allout-real-isearch-abort): Function name no longer used.
21462 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
21463 (allout-isearch-rectification): isearch-mode always exists.
21464 Don't set allout-isearch-did-quit.
21465 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
21466 allout-isearch-did-quit.
21467 (allout-enwrap-isearch): Just add the hook.
21468 (allout-isearch-abort): Function deleted.
21469 (allout-pre-command-business): Avoid warning.
21470
21471 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
21472 Correctly avoid warnings.
21473 (pascal-outline): Likewise.
21474
21475 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
21476
21477 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
21478
21479 * play/tetris.el (tetris-mode): Avoid warning.
21480
21481 * play/snake.el (snake-mode): Avoid warning.
21482
21483 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
21484 (gamegrid-set-display-table): Avoid warning.
21485 (gamegrid-set-timer): Likewise.
21486 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
21487 (gamegrid-add-score-with-update-game-score-1): Take FILE
21488 as argument.
21489 (gamegrid-add-score-with-update-game-score): Pass that argument.
21490 Rename have-shared-game-dir to gamegrid-shared-game-dir.
21491
21492 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
21493
21494 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
21495 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
21496
21497 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
21498 and insert-file.
21499
21500 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
21501 (sc-ask): Avoid warnings.
21502
21503 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
21504 (eshell-hist-initialize): Use that var the natural way.
21505
21506 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
21507
21508 * emacs-lisp/re-builder.el (reb-cook-regexp):
21509 Avoid warning calling lre-compile-string.
21510 (reb-color-display-p): Avoid warning.
21511
21512 * calculator.el (calculator-last-input): Guard uses
21513 of event-key and key-press-event-p.
21514 (event-key, key-press-event-p): Delete definitions.
21515
21516 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
21517 (find-gc-source-directory, find-gc-subrs-callers)
21518 (find-gc-noreturn-list, find-gc-source-files)
21519 (find-gc-subrs-called): Vars renamed and defvar'd.
21520
21521 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
21522 (checkdoc-overlay-put, checkdoc-delete-overlay)
21523 (checkdoc-overlay-start, checkdoc-overlay-end)
21524 (checkdoc-mode-line-update, checkdoc-char=):
21525 Define such that compiler knows they are defined.
21526 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
21527 (checkdoc-read-event): Delete. Use read-event directly.
21528
21529 * whitespace.el (whitespace-make-overlay)
21530 (whitespace-overlay-put, whitespace-delete-overlay)
21531 (whitespace-overlay-start, whitespace-overlay-end):
21532 Define such that compiler knows they are defined.
21533 (whitespace): Move conditional inside.
21534
21535 * tempo.el (tempo-insert-template): Suppress warning.
21536
21537 * ediff-diff.el (longlines-mode): Add defvar.
21538
21539 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
21540
21541 * server.el: Bind "C-x #" in a way that works even if C-x is
21542 redefined to a command key, not a prefix key.
21543
21544 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
21545
21546 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
21547 cl-make-type-test till execution time.
21548
21549 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
21550
21551 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
21552 arg ARG and use it.
21553
21554 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
21555
21556 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
21557
21558 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
21559
21560 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21561 a defcustom with two :set or :type keywords.
21562
21563 2005-07-15 Richard M. Stallman <rms@gnu.org>
21564
21565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21566 Don't give ^M comment-end syntax.
21567
21568 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
21569
21570 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
21571 Don't consider gdbmi (gdb-mi.el has its own update functions).
21572 (gdb-var-delete): Make it work for gdbmi as well.
21573 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
21574
21575 * progmodes/gud.el (etags, sdb): Only require etags when needed.
21576 (gud-speedbar-menu-items): Correct logic for enabling items.
21577
21578 2005-07-15 Kim F. Storm <storm@cua.dk>
21579
21580 * ido.el: Fix commentary.
21581 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
21582 Use with-no-warnings around ffap-guesser.
21583 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
21584 Let bind minibuffer-completing-file-name to t.
21585
21586 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
21587
21588 * startup.el (site-run-file, keyboard-type): Doc fixes.
21589 (command-line): Check for "--basic-display" argument; also for
21590 "--quick", not "--bare-bones" (which was renamed).
21591 (fancy-splash-text): Add missing item "Getting New Versions".
21592 (normal-splash-screen): Fix typos and improve consistency with
21593 `fancy-splash-text'. Update copyright year.
21594
21595 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
21596 valid binding for `help-char'.
21597
21598 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
21599
21600 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
21601
21602 * term.el (term-mode): Disable cua-mode for term buffers.
21603
21604 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
21605
21606 * add-log.el (add-log-mailing-address, change-log-merge):
21607 Doc fixes.
21608 (change-log-get-method-definition): Fix typo in docstring.
21609
21610 2005-07-14 Kim F. Storm <storm@cua.dk>
21611
21612 * emulation/cua-base.el:
21613 (cua--pre-command-handler-1, cua--pre-command-handler)
21614 (cua--post-command-handler-1, cua--post-command-handler):
21615 Split in two. Check (buffer local) value of cua-mode.
21616 (cua-selection-mode): New command.
21617
21618 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
21619
21620 * custom.el (custom-initialize-safe-set)
21621 (custom-initialize-safe-default): Doc fixes.
21622
21623 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21624 and simplify :init-value again.
21625
21626 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21627 and simplify :init-value again. Delete autoload.
21628
21629 * startup.el (command-line): Use `custom-reevaluate-setting' again
21630 for tooltip-mode.
21631
21632 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
21633 a defcustom with two :initialize keywords.
21634
21635 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
21636
21637 * allout.el (my-mark-marker, allout-isearch-prior-pos)
21638 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
21639 (allout-post-command-business, allout-flag-region)
21640 (isearch-reenable-font-lock, allout-yank)
21641 (allout-insert-latex-header, allout-insert-latex-trailer)
21642 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
21643 (allout-latex-verb-quote): Fix typos in docstrings.
21644 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
21645 (allout-unprotected, allout-prefix-data):
21646 Improve argument/docstring consistency.
21647 (allout-chart-subtree): Fix argument spec.
21648 (allout-open-topic): Rename `use_sib_bullet' argument to
21649 `use-sib-bullet'. Doc fix.
21650
21651 * whitespace.el (whitespace-check-buffer-leading)
21652 (whitespace-check-buffer-trailing)
21653 (whitespace-check-buffer-indent)
21654 (whitespace-check-buffer-spacetab)
21655 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
21656 (whitespace-check-leading-whitespace)
21657 (whitespace-check-trailing-whitespace)
21658 (whitespace-check-spacetab-whitespace)
21659 (whitespace-check-indent-whitespace)
21660 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
21661 (whitespace-modes): Fix typos in docstrings.
21662 (defgroup, defcustom): Doc fixes.
21663
21664 * winner.el (winner-mode, winner-boring-buffers)
21665 (winner-pending-undo-ring): Doc fixes.
21666 (winner-ring): Remove unneeded `progn'.
21667 (winner-equal): `defsubst' it.
21668 (winner-redo): Fix message.
21669
21670 2005-07-13 Kim F. Storm <storm@cua.dk>
21671
21672 * simple.el (line-move-1): Always use vertical-motion to
21673 do the last (or only) line move to ensure some movement.
21674 Undo 2005-06-23 change--don't check for overlays.
21675
21676 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21677
21678 * term/mac-win.el (ccl-encode-mac-roman-font)
21679 (ccl-encode-mac-centraleurroman-font)
21680 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
21681 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
21682 Change charset-id boundary of dimension to ?\xef.
21683 (mac-char-fontspec-list): New constant.
21684 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
21685 argument. Nil uses itself as family in font-spec. Previous
21686 behavior for nil is now provided by non-nil non-string argument.
21687 All callers changed. Add font-specs for Mac fonts to
21688 "fontset-default" unless iso8859-1 fonts are installed.
21689
21690 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21691
21692 * progmodes/sh-script.el (sh-get-indent-info): Only indent
21693 a continuation line if the \ is preceded by SPC or TAB.
21694 (sh-get-indent-info): Simplify.
21695 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
21696 Use with-current-buffer.
21697
21698 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
21699 when the matched text is empty.
21700
21701 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
21702
21703 * startup.el (command-line): Revert to previous handling of
21704 tooltip-mode. Explain in comment why the complexity is needed.
21705
21706 * tooltip.el (tooltip-mode): Revert to previous implementation of
21707 its defcustom.
21708
21709 * frame.el (blink-cursor-mode): Revert to previous implementation
21710 of its defcustom. Update comment.
21711
21712 2005-07-12 Lars Hansen <larsh@soem.dk>
21713
21714 * desktop.el: Update e-mail address.
21715
21716 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21717
21718 * term/mac-win.el (mac-services-mail-selection)
21719 (mac-services-mail-to): New functions.
21720 (mac-application-menu-map): Bind them.
21721
21722 2005-07-12 wulei <milton@wulei.net> (tiny change)
21723
21724 * progmodes/gdb-ui.el: Add note about buffering with Windows.
21725
21726 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
21727
21728 * custom.el (custom-reevaluate-setting): Doc fix.
21729
21730 2005-07-11 Jay Belanger <belanger@truman.edu>
21731
21732 * calc/calc.el (calc-embedded-announce-formula-alist)
21733 (calc-embedded-open-close-plain-alist)
21734 (calc-embedded-open-close-mode-alist): Add checks for additional
21735 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
21736
21737 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
21738
21739 * custom.el (custom-enable-theme): Don't add theme to
21740 `custom-enabled-themes' with `push' because there is no
21741 setf-method for `delq'.
21742
21743 2005-07-11 Richard M. Stallman <rms@gnu.org>
21744
21745 * custom.el (custom-declare-variable): Doc fix.
21746
21747 * dired-aux.el (dired-compare-directories): Remove "." and ".."
21748 from the alists.
21749
21750 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
21751 Do nothing if edebug-active.
21752
21753 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
21754 (edebug-display): Do it here instead.
21755
21756 2005-07-10 Richard M. Stallman <rms@gnu.org>
21757
21758 * cus-face.el (custom-theme-set-faces): Make it work.
21759 (custom-reset-faces): Doc fix.
21760 (custom-theme-reset-internal-face, custom-theme-face-value):
21761 Functions deleted.
21762
21763 * custom.el (custom-push-theme): Maintain list of the settings
21764 of a given theme in its theme-settings property.
21765 Maintain position of old settings in the theme-value
21766 or theme-face property.
21767 (custom-enabled-themes): New variable.
21768 (custom-theme-enabled-p): New function.
21769 (provide-theme): Update custom-enabled-themes.
21770 Disable and reenable the `user' theme.
21771 (require-theme): Doc fix.
21772 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
21773 (custom-theme-value, custom-theme-variable-value): Likewise.
21774 (custom-theme-reset-internal): Likewise.
21775 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
21776 (custom-enable-theme, custom-disable-theme): New functions.
21777 (custom-variable-theme-value, custom-face-theme-value): Likewise.
21778 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
21779 (custom-theme-reset-variables): Simplify.
21780 (deftheme, custom-declare-theme, custom-make-theme-feature):
21781 Definitions moved.
21782
21783 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
21784
21785 * longlines.el (longlines-show-region)
21786 (longlines-unshow-hard-newlines): Recognize hard newlines by
21787 non-nil hard property, instead of t.
21788
21789 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
21790
21791 * viper-cmd.el (viper--key-maps): New variable.
21792 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
21793 emulation-mode-map-alists.
21794 (viper-envelop-ESC-key): Use viper-subseq.
21795 (viper-search-forward/backward/next): Disable debug-on-error.
21796
21797 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21798 (viper-ESC-key): New defcustoms.
21799
21800 * viper-macs.el (ex-map-read-args): Use viper-subseq.
21801
21802 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
21803 (viper-subseq): Copy of subseq from cl.el.
21804
21805 * viper.el (viper-go-away, viper-set-hooks): Use
21806 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
21807
21808 * viper-mous.el (viper-current-frame-saved): Use defvar.
21809
21810 * viper-init.el: Get rid of -face in face names.
21811
21812 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
21813 Make it work with longlines mode
21814
21815 * ediff-mult.el (ediff-meta-mode-hook): New variable.
21816
21817 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
21818
21819 * ediff-init.el: Get rid of -face in face names.
21820
21821 2005-07-10 Richard M. Stallman <rms@gnu.org>
21822
21823 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
21824 and with-timeout-unsuspend.
21825
21826 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
21827 and with-timeout-unsuspend.
21828
21829 * emacs-lisp/timer.el (with-timeout-timers): New variable.
21830 (with-timeout): Bind that variable to record timers.
21831 (with-timeout-suspend, with-timeout-unsuspend): New functions.
21832
21833 * emacs-lisp/debug.el (debug-help-follow): New function.
21834 (debugger-mode-map): Use that instead of help-follow.
21835 (debugger-setup-buffer): Use eval-buffer-list
21836 to handle eval-buffer frames.
21837
21838 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
21839
21840 * timezone.el (timezone-parse-date): Change first regexp
21841 so it will not mistakenly match dates with no time zone.
21842
21843 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
21844
21845 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
21846
21847 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
21848
21849 * custom.el (custom-initialize-safe-set)
21850 (custom-initialize-safe-default): New functions.
21851
21852 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
21853 and simplify :init-value.
21854
21855 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
21856 and simplify :init-value. Delete obsolete comment.
21857
21858 * startup.el (command-line): Use `custom-reevaluate-setting' to
21859 handle `tooltip-mode'. Delete obsolete comment.
21860
21861 * files.el (set-visited-file-name): Avoid calling
21862 `file-name-nondirectory' with a nil argument.
21863
21864 2005-07-09 Richard M. Stallman <rms@gnu.org>
21865
21866 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
21867 was called with nil for the buffer, handle the read position right.
21868 Handle read position for eval-region, too.
21869
21870 2005-07-09 Juri Linkov <juri@jurta.org>
21871
21872 * fringe.el (fringe-mode): Add period in docstring.
21873 (fringe-query-style): Build prompt depending on `all-frames' arg.
21874
21875 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
21876 to not create links to unrelated functions in the Help buffer.
21877
21878 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
21879 Doc fix.
21880
21881 * simple.el (next-error-hook): New variable.
21882 (next-error): Use it. Doc fix.
21883
21884 * textmodes/ispell.el (ispell-command-loop): Add current
21885 dictionary name and program name to mode-line-format.
21886 (ispell-region, ispell-process-line): Add current dictionary name
21887 and program name to messages.
21888
21889 2005-07-08 Jay Belanger <belanger@truman.edu>
21890
21891 * calc/calc.el (calc-embedded-announce-formula-alist)
21892 (calc-embedded-open-close-formula-alist)
21893 (calc-embedded-open-close-word-alist)
21894 (calc-embedded-open-close-plain-alist)
21895 (calc-embedded-open-close-new-formula-alist)
21896 (calc-embedded-open-close-mode-alist)
21897 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
21898 (calc-embedded-mode-hook): New variables.
21899
21900 * calc/calc-embed.el (calc-embedded-firsttime)
21901 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
21902 New variables.
21903 (calc-do-embedded): Use calc-embedded-firsttime,
21904 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
21905 determine whether or not to run hooks.
21906 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
21907 calc-embedded-firsttime-formula appropriately.
21908 Set calc-embedded delimiter variables according to mode.
21909
21910 2005-07-08 Richard M. Stallman <rms@gnu.org>
21911
21912 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
21913 Check for "emacs", etc., as entire symbol, not just as word.
21914 (checkdoc-file-comments-engine): Use regexp-quote on FN.
21915
21916 * files.el (set-visited-file-name): Report the error
21917 for "empty filename" earlier.
21918 (kill-some-buffers): Ignore buffers already dead.
21919
21920 * fringe.el (fringe-mode): Doc fix.
21921
21922 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
21923 Check for (featurep 'xemacs) and turn off warnings in what it guards.
21924 Use unwind-protect to ensure byte-compile-unresolved-functions
21925 is updated.
21926
21927 * whitespace.el (whitespace-buffer-leading-cleanup):
21928 Simplify w/ skip-chars-forward.
21929 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
21930
21931 * mail/rmail.el (rmail-only-expunge): Fix paren error.
21932 Unconditionally try to leave point at the same old place.
21933
21934 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
21935
21936 * comint.el (comint-postoutput-scroll-to-bottom)
21937 (comint-show-maximum-output): Take scroll-margin into consideration.
21938
21939 2005-07-08 Kim F. Storm <storm@cua.dk>
21940
21941 * ido.el (ido-use-filename-at-point): New choice `guess'.
21942 (ido-file-internal): Try ffap-guesser if selected.
21943
21944 * ido.el (ido-before-fallback-functions): New hook.
21945 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
21946 (ido-read-file-name): Run it.
21947
21948 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21949
21950 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
21951 strings rather than a list of symbols to the completion function.
21952
21953 2005-07-07 Jay Belanger <belanger@truman.edu>
21954
21955 * calc/calc-units.el (math-apply-units): Change the places in
21956 which units are simplified.
21957
21958 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
21959
21960 * cus-edit.el (customize-option, customize-option-other-window):
21961 Make them handle aliases.
21962
21963 * custom.el (custom-variable-p): Make it recursively follow
21964 aliases. Mention that in the docstring.
21965
21966 2005-07-07 Richard M. Stallman <rms@gnu.org>
21967
21968 * cus-start.el (exec-path): Use `directory' instead of `file'.
21969 Fix tag for nil.
21970
21971 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
21972
21973 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
21974 when called non-interactively. Doc fix.
21975
21976 2005-07-07 Lute Kamstra <lute@gnu.org>
21977
21978 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
21979 new address as well.
21980
21981 2005-07-07 Kenichi Handa <handa@m17n.org>
21982
21983 * international/mule.el (make-coding-system):
21984 Describe `ascii-incompatible' property in the docstring.
21985 (set-file-name-coding-system): Signal an error if coding-system is
21986 ascii-incompatible.
21987 (set-keyboard-coding-system): Likewise.
21988
21989 * international/mule-cmds.el (set-default-coding-systems):
21990 Don't set default-file-name-coding-system and
21991 default-keyboard-coding-system if coding-system is ASCII-incompatible.
21992
21993 * international/utf-16.el: Declare that all UTF-16-based coding
21994 systems are ASCII-incompatible.
21995
21996 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
21997
21998 * progmodes/gud.el: Require font-lock for displaying errors.
21999 Used by gdb-ui.el.
22000
22001 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
22002
22003 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
22004 values for the pattern lists which are `read'able but not
22005 `append'able (like symbols).
22006
22007 2005-07-06 Richard M. Stallman <rms@gnu.org>
22008
22009 * progmodes/flymake.el (flymake-float-time): Instead of
22010 with-no-warnings, test for XEmacs.
22011 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
22012 to avoid warning.
22013
22014 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
22015
22016 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
22017
22018 2005-07-05 Lute Kamstra <lute@gnu.org>
22019
22020 * battery.el: Add support for Darwin (with much debugging help
22021 from Samuel Lauber <sam124@operamail.com>).
22022 (battery-status-function, battery-echo-area-format)
22023 (battery-mode-line-format): Add support for pmset on Darwin.
22024 (battery-load-low, battery-load-critical): New user options.
22025 (battery-pmset): New function.
22026
22027 2005-07-05 Lute Kamstra <lute@gnu.org>
22028
22029 Update FSF's address in GPL notices.
22030
22031 * textmodes/page-ext.el: Update FSF's address.
22032
22033 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
22034
22035 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
22036 filling from using prefix when filling a single-line docstring.
22037
22038 * progmodes/flymake.el: Remove useless eval-when-compile.
22039
22040 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
22041
22042 2005-07-04 Richard M. Stallman <rms@gnu.org>
22043
22044 * textmodes/org.el (org-file-apps-defaults-gnu):
22045 Rename from org-file-apps-defaults-linux.
22046 (org-default-apps): Don't test system-type for `linux'.
22047 (org-file-apps): Doc fix.
22048
22049 2005-07-04 David Ponce <david@dponce.com>
22050
22051 * tree-widget.el: Improve header Commentary section.
22052 (tree-widget) [defgroup]
22053 (tree-widget-image-enable, tree-widget-themes-directory)
22054 (tree-widget-theme, tree-widget-image-properties-emacs)
22055 (tree-widget-image-properties-xemacs, tree-widget-create-image)
22056 (tree-widget-image-formats, tree-widget-control)
22057 (tree-widget-empty-control, tree-widget-leaf-control
22058 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
22059 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
22060 (tree-widget-keep, tree-widget-after-toggle-functions)
22061 (tree-widget-open-node, tree-widget-close-node): Doc fix.
22062 (tree-widget-open-control, tree-widget-close-control): Fix doc and
22063 :help-echo message.
22064 (tree-widget-set-theme): Doc fix. Use `string-equal'.
22065 (tree-widget-image-properties): Doc fix. Clearer implementation.
22066 (tree-widget--cursors): New constant.
22067 (tree-widget-lookup-image): New function split from
22068 `tree-widget-find-image'. Clearer implementation.
22069 (tree-widget-find-image): Use it.
22070 (tree-widget-button-keymap): Use `set-keymap-parent'.
22071 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
22072 Define the sub-widgets here.
22073 (tree-widget-node): Check that :node is not a tree-widget.
22074 (tree-widget-get-super, tree-widget-open-control)
22075 (tree-widget-close-control, tree-widget-empty-control)
22076 (tree-widget-leaf-control, tree-widget-guide)
22077 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
22078 (tree-widget-no-handle, tree-widget-value-delete)
22079 (tree-widget-map): Remove.
22080 (tree-widget-children-value-save): Doc fix. Simplified.
22081 (tree-widget-value-create): Update according to previous changes.
22082
22083 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
22084
22085 * textmodes/org.el: Leading space replaced by TABS.
22086 (org-recalc-marks, org-table-rotate-recalc-marks)
22087 (org-table-get-specials): Treat "^" and "_" marks.
22088 (org-table-justify-field-maybe): Optional argument NEW.
22089 (org-table-eval-formula): Parsing of the format simplified.
22090 New modes C,I. Honor the %= parameter in the current table.
22091 Avoid unnecessary re-align by using the NEW argument to
22092 `org-table-justify-field-maybe'.
22093 (org-calc-default-modes): Default for date-format mimicks org-mode.
22094 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
22095
22096 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
22097
22098 * cus-face.el (custom-theme-set-faces): Make it handle face
22099 aliases whose alias declarations are pre- or autoloaded.
22100
22101 2005-07-04 Juri Linkov <juri@jurta.org>
22102
22103 * faces.el (read-face-name): Put the code for getting a face name
22104 from the buffer before adding the faces from the `face' property.
22105 Use `completing-read-multiple' instead of `completing-read'.
22106 Require `crm'. Add default value and post-process the returned
22107 list of faces.
22108
22109 * emacs-lisp/crm.el (crm-find-current-element)
22110 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
22111
22112 * emacs-lisp/lisp-mode.el (eval-defun-1):
22113 * emacs-lisp/edebug.el (edebug-eval-defun):
22114 Remove unnecessary quotes.
22115
22116 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
22117
22118 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
22119 (prolog-indent-level): Fix typo in docstring.
22120
22121 * info.el (Info-history, Info-history-forward)
22122 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
22123
22124 * add-log.el (add-change-log-entry):
22125 * comint.el (comint-dynamic-list-input-ring)
22126 (comint-dynamic-list-completions):
22127 * dabbrev.el (dabbrev-expand):
22128 * delim-col.el (delimit-columns-rectangle-line):
22129 * diff-mode.el (diff-context->unified, diff-reverse-direction)
22130 (diff-unified->context):
22131 * ediff-init.el (ediff-abbrev-jobname):
22132 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
22133 (ediff-replace-session-activity-marker-in-meta-buffer):
22134 * info.el (Info-summary):
22135 * lpr.el (printify-region):
22136 * printing.el (pr-create-interface):
22137 * ps-print.el (ps-print-quote):
22138 * ses.el (ses-column-widths, ses-print-cell)
22139 (ses-adjust-print-width, ses-center):
22140 * shell.el (shell-file-name-quote-list):
22141 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
22142 (strokes-fill-current-buffer-with-whitespace)
22143 (strokes-xpm-for-stroke, strokes-list-strokes)
22144 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
22145 * term.el (term-dynamic-list-input-ring)
22146 (term-dynamic-list-completions):
22147 * calc/calc.el (math-format-stack-value):
22148 * emacs-lisp/edebug.el (edebug-display-freq-count):
22149 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
22150 (delphi-new-comment-line):
22151 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
22152 * progmodes/executable.el (executable-set-magic):
22153 * progmodes/python.el (inferior-python-mode):
22154 * progmodes/scheme.el (scheme-mode-syntax-table):
22155 * progmodes/sh-script.el (sh-maybe-here-document):
22156 * progmodes/sql.el (sql-copy-column):
22157 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
22158 * textmodes/bibtex.el (bibtex-mode):
22159 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
22160 (sgml-auto-attributes):
22161 * textmodes/table.el (table-insert, table-shorten-cell)
22162 (table--generate-source-scan-lines, table-delete-row)
22163 (*table--cell-delete-char, table--spacify-frame)
22164 (table--horizontally-shift-above-and-below)
22165 (table--cell-insert-char, table--cell-blank-str)
22166 (table--fill-region-strictly):
22167 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
22168 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
22169
22170 * add-log.el (change-log):
22171 * apropos.el (apropos):
22172 * comint.el (comint-completion, comint-source):
22173 * dabbrev.el (dabbrev):
22174 * delim-col.el (columns):
22175 * diff-mode.el (diff-mode):
22176 * ediff.el (ediff):
22177 * ediff-diff.el (ediff-diff):
22178 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
22179 * ediff-mult.el (ediff-mult):
22180 * ediff-ptch.el (ediff-ptch):
22181 * ediff-wind.el (ediff-window):
22182 * facemenu.el (facemenu):
22183 * indent.el (indent):
22184 * info.el (info):
22185 * jka-cmpr-hook.el (compression, jka-compr):
22186 * lpr.el (lpr):
22187 * outline.el (outlines):
22188 * pcmpl-cvs.el (pcmpl-cvs):
22189 * pcmpl-rpm.el (pcmpl-rpm):
22190 * printing.el (printing):
22191 * ps-print.el (postscript, ps-print, ps-print-horizontal)
22192 (ps-print-vertical, ps-print-headers, ps-print-font)
22193 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
22194 (ps-print-background, ps-print-printer, ps-print-page)
22195 (ps-print-miscellany):
22196 * ses.el (ses):
22197 * shell.el (shell, shell-directories, shell-faces):
22198 * startup.el (initialization):
22199 * strokes.el (strokes):
22200 * term.el (term):
22201 * uniquify.el (uniquify):
22202 * w32-vars.el (w32):
22203 * calc/calc.el (calc):
22204 * emacs-lisp/bytecomp.el (bytecomp):
22205 * emacs-lisp/cl-indent.el (lisp-indent):
22206 * emacs-lisp/edebug.el (edebug):
22207 * emacs-lisp/elp.el (elp):
22208 * emacs-lisp/testcover.el (testcover):
22209 * emacs-lisp/trace.el (trace):
22210 * emulation/viper-ex.el (viper-ex):
22211 * emulation/viper-mous.el (viper-mouse):
22212 * mail/mailalias.el (mailalias):
22213 * mail/supercite.el (supercite, supercite-frames)
22214 (supercite-attr, supercite-cite, supercite-hooks):
22215 * net/rcompile.el (remote-compile):
22216 * net/rlogin.el (rlogin):
22217 * obsolete/ooutline.el (outlines):
22218 * progmodes/delphi.el (delphi):
22219 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
22220 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
22221 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
22222 (ebnf-optimization):
22223 * progmodes/etags.el (etags):
22224 * progmodes/executable.el (executable):
22225 * progmodes/idlwave.el (idlwave):
22226 * progmodes/pascal.el (pascal):
22227 * progmodes/prolog.el (prolog):
22228 * progmodes/python.el (python):
22229 * progmodes/scheme.el (scheme):
22230 * progmodes/sh-script.el (sh, sh-script):
22231 * progmodes/sql.el (SQL):
22232 * progmodes/tcl.el (tcl):
22233 * textmodes/bibtex.el (bibtex, bibtex-autokey):
22234 * textmodes/enriched.el (enriched):
22235 * textmodes/makeinfo.el (makeinfo):
22236 * textmodes/sgml-mode.el (sgml):
22237 * textmodes/table.el (table-hooks):
22238 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
22239 * textmodes/texinfo.el (texinfo):
22240 * textmodes/two-column.el (two-column):
22241 Finish `defgroup' description with period.
22242
22243 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
22244 * eshell/esh-var.el (eshell-var):
22245 * progmodes/vhdl-mode.el (vhdl-testbench):
22246 * textmodes/org.el (org): Fix typos in docstrings.
22247
22248 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
22249 consistency.
22250
22251 * progmodes/flymake.el (flymake-find-file): Remove.
22252 (flymake-float-time): Use `with-no-warnings'.
22253 (flymake-check-start-time, flymake-check-was-interrupted)
22254 (flymake-err-info, flymake-is-running, flymake-last-change-time)
22255 (flymake-new-err-info): `defvar' at compile time.
22256
22257 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
22258
22259 * replace.el (occur-hook): Doc fix.
22260 (occur-1): Don't call `occur-hook' if there are no matches.
22261
22262 2005-07-03 Richard M. Stallman <rms@gnu.org>
22263
22264 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
22265 global-map, save the same map.
22266 (global-map): Don't alter it at top level.
22267 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
22268 Then alter it here instead.
22269 (tpu-edt-off): Set global-map to the saved one.
22270
22271 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
22272 All references simplified.
22273 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
22274 (zmacs-regions): Add defvar.
22275 (repeat-complex-command-map): Everything about that deleted.
22276
22277 * textmodes/artist.el (artist-key-is-drawing)
22278 (artist-key-endpoint1, artist-key-poly-point-list)
22279 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
22280 (artist-key-compl-table, artist-rb-save-data)
22281 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
22282 Don't put them in eval-when-compile.
22283 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
22284
22285 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
22286 Use with-no-warnings.
22287
22288 * net/browse-url.el (dos-windows-version): Add defvar.
22289
22290 * mail/supercite.el (filladapt-prefix-table): Add defvar.
22291
22292 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
22293 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
22294 (rmail-new-summary-line-count): Rename from new-summary-line-count.
22295 Add defvar.
22296 (rmail-summary-beginning-of-message): Use with-no-warnings.
22297 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
22298
22299 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
22300 Use with-no-warnings.
22301
22302 * emulation/vi.el (vi-mark-region): Use c-mark-function.
22303 (c-mark-function): Add point-moving-unit property.
22304 (vi-goto-line): Use with-no-warnings.
22305
22306 * emulation/edt.el (edt-last-copied-word): Add defvar.
22307 (zmacs-region-stays): Likewise.
22308 (edt-mark-section-wisely): Use c-mark-function for C.
22309 Use makr-defun for Fortran.
22310 (time-string): defvar deleted.
22311 (edt-display-the-time): Don't set time-string.
22312
22313 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
22314
22315 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22316 Don't warn when name is not constant
22317 or for defining the group `emacs'.
22318
22319 * tooltip.el (gud-tooltip-mode): Add defvar.
22320
22321 * startup.el (default-frame-background-mode): Add defvar.
22322
22323 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
22324
22325 * info.el (tool-bar-map): Add defvar.
22326
22327 * dired.el (dnd-protocol-alist): Add defvar.
22328
22329 * dired-aux.el (dired-query): Display question with answer, when
22330 the user answers.
22331
22332 * custom.el (custom-add-option): Doc fix.
22333
22334 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
22335
22336 2005-07-03 Eli Zaretskii <eliz@gnu.org>
22337
22338 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
22339 bogus name from the last change.
22340
22341 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
22342
22343 * custom.el (custom-declare-variable): Fix typos in comment.
22344 (custom-known-themes): Doc fix.
22345 (custom-theme-directory): New defcustom.
22346 (require-theme): Make it check `custom-theme-directory'.
22347
22348 * cus-theme.el (custom-new-theme-mode): New function.
22349 (custom-theme-name, custom-theme-variables, custom-theme-faces)
22350 (custom-theme-description): Add compiler defvars.
22351 (customize-create-theme): Add doc to the "*New Custom Theme*"
22352 buffer. Use `custom-new-theme-mode'.
22353 (custom-theme-write): Put the created buffer in emacs-lisp-mode
22354 and save it to the `custom-theme-directory'. Make this the
22355 default directory of the buffer.
22356
22357 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
22358
22359 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
22360 Fix unbalanced parentheses.
22361
22362 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
22363
22364 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
22365 into flymake-mode and delegate to flymake-mode.
22366
22367 * find-file.el (ff-which-function-are-we-in): Clean up.
22368
22369 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
22370
22371 * replace.el (occur-rename-buffer): Fix docstring.
22372
22373 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
22374 (edt-last-copied-word, edt-learn-macro-count)
22375 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
22376 (edt-rect-start-point, edt-user-global-map, rect-start-point)
22377 (time-string, zmacs-region-stays):
22378 * emulation/edt-mapper.el (edt-save-function-key-map)
22379 (EDT-key-name): `defvar' to silence the byte-compiler.
22380
22381 2005-07-02 Martin Rudalics <rudalics@gmx.at>
22382
22383 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
22384 font-lock-regexp-backslash. Doc fix.
22385 (font-lock-regexp-backslash-grouping-construct): Rename from
22386 font-lock-regexp-backslash-construct. Doc fix.
22387 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
22388 grouping constructs.
22389
22390 2005-07-02 Eli Zaretskii <eliz@gnu.org>
22391
22392 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
22393 updating all the prerequisites.
22394
22395 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
22396
22397 * textmodes/org.el (org-agenda-start-on-weekday)
22398 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
22399 (org-agenda-use-time-grid, org-archive-location)
22400 (org-allow-space-in-links, org-usenet-links-prefer-google)
22401 (org-enable-table-editor, org-export-default-language)
22402 (org-export-html-show-new-buffer, org-fill-paragraph)
22403 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
22404 (org-goto-quit, org-occur, org-eval-in-calendar)
22405 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
22406 (org-agenda-diary-entry, org-remember-help)
22407 (org-table-convert-region, org-at-table-p)
22408 (org-table-move-row-down, org-table-move-row-up)
22409 (org-table-copy-region, org-table-toggle-vline-visibility)
22410 (org-table-get-stored-formulas, org-table-get-specials)
22411 (org-recalc-commands, org-table-eval-formula)
22412 (org-table-formula-substitute-names, orgtbl-make-binding)
22413 (org-format-org-table-html, org-format-table-table-html)
22414 (org-format-table-table-html-using-table-generate-source)
22415 (org-customize): Fix typos in docstrings.
22416 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
22417 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
22418 (org-back-to-heading): Doc fixes.
22419 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
22420 (org-agenda-change-all-lines, org-get-header):
22421 Improve argument/docstring consistency.
22422 (orgtbl-error): Fix error message.
22423
22424 * progmodes/flymake.el (flymake-find-possible-master-files)
22425 (flymake-master-file-compare, flymake-get-line-err-count)
22426 (flymake-highlight-line, flymake-gui-warnings-enabled):
22427 Fix typos in docstrings.
22428 (flymake-parse-line, flymake-get-project-include-dirs-function)
22429 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
22430 Doc fixes.
22431 (flymake-get-project-include-dirs-function)
22432 (flymake-make-err-menu-data):
22433 Improve argument/docstring consistency.
22434
22435 2005-07-01 Lute Kamstra <lute@gnu.org>
22436
22437 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
22438 Catch errors with ignore-errors. Use temporary buffer.
22439 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
22440
22441 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
22442 background color faces.
22443 (facemenu-set-foreground, facemenu-set-background):
22444 Use facemenu-set-face-from-menu.
22445 (facemenu-set-face-from-menu): Treat face names that start with
22446 "fg:" or "bg:" as special.
22447 (facemenu-add-new-color): Don't create faces. Simplify.
22448
22449 2005-06-30 Richard M. Stallman <rms@gnu.org>
22450
22451 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
22452 (crm-find-current-element): Likewise.
22453
22454 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22455
22456 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
22457
22458 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
22459
22460 * arc-mode.el (archive-extract): Make it work as a mouse binding.
22461 (archive-mouse-extract): Make it an obsolete alias.
22462 (archive-mode-map): Don't use archive-mouse-extract any more.
22463 (archive-mode, archive-extract): write-contents-hooks ->
22464 write-contents-functions.
22465 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
22466 first arg.
22467 (archive-rename-entry): Update the call.
22468 (archive-zip-summarize): Remove unused var `method'.
22469 (archive-lzh-summarize): Remove unused var `creator'.
22470
22471 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
22472 dedicated frame upon exit.
22473
22474 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
22475 (archive-zip-extract, archive-zip-expunge)
22476 (archive-zip-update, archive-zip-update-case): Use executable-find.
22477 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
22478 Use restore-buffer-modified-p.
22479 (archive-extract, archive-add-new-member, archive-write-file-member):
22480 Use with-current-buffer.
22481 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
22482
22483 2005-06-30 Andreas Schwab <schwab@suse.de>
22484
22485 * progmodes/gud.el (gud-filter): Remove unneeded progn.
22486
22487 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22488
22489 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
22490
22491 2005-06-30 Juri Linkov <juri@jurta.org>
22492
22493 * faces.el (vertical-border): Inherit from mode-line-inactive
22494 only on tty.
22495
22496 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
22497
22498 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
22499 example, -NLINES in the `occur' docstring).
22500
22501 * replace.el (occur-1): When no matches are found, do not set the
22502 `buffer-read-only' and modified flags for the occur buffer,
22503 because it is deleted.
22504
22505 * emulation/cua-base.el (cua-check-pending-input)
22506 (cua-repeat-replace-region, cua-mode, cua-debug)
22507 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
22508 Fix typos in docstrings.
22509
22510 * emulation/cua-gmrk.el (cua-toggle-global-mark)
22511 (cua-cut-region-to-global-mark)
22512 (cua--cut-rectangle-to-global-mark):
22513 Remove period from end of messages.
22514
22515 * emulation/cua-rect.el (cua-do-rectangle-padding):
22516 Remove period from end of messages.
22517 (cua--rectangle-seq-format): Fix typo in docstring.
22518 (cua-sequence-rectangle, cua-fill-char-rectangle):
22519 Improve argument/docstring consistency.
22520
22521 2005-06-29 Juri Linkov <juri@jurta.org>
22522
22523 * faces.el (default-frame-background-mode): New internal variable.
22524 (frame-set-background-mode): Use it.
22525
22526 * startup.el (normal-top-level): Set default-frame-background-mode
22527 instead of frame-background-mode. Before setting it, test for its
22528 nil value. Remove tests for frame-background-mode and frame
22529 parameter `reverse'. Add test for "unspecified-fg".
22530
22531 * term/xterm.el (xterm-rxvt-set-background-mode):
22532 * term/rxvt.el (rxvt-set-background-mode):
22533 Set default-frame-background-mode instead of frame-background-mode.
22534
22535 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
22536
22537 * simple.el (set-variable): Warn about obsolete user variables.
22538
22539 * imenu.el (imenu--completion-buffer):
22540 * mouse.el (mouse-buffer-menu-alist):
22541 * msb.el (msb-invisible-buffer-p):
22542 * calendar/diary-lib.el (diary-header-line-format):
22543 * emacs-lisp/pp.el (pp-buffer):
22544 * progmodes/cperl-mode.el (cperl-do-auto-fill):
22545 * textmodes/picture.el (picture-replace-match):
22546 Change space constants followed by a sexp to "?\s ".
22547
22548 * play/decipher.el (decipher-loop-with-breaks):
22549 * textmodes/texinfo.el (texinfo-insert-@item): Change space
22550 constants "protected" from end of line by a comment to "?\s".
22551
22552 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22553
22554 * font-lock.el (save-buffer-state): Use `declare'.
22555
22556 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
22557 reset the syntax-table to cperl-mode-syntax-table.
22558 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
22559 "foo_print_bar" is not matched as a reserved keyword.
22560
22561 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
22562
22563 * textmodes/org.el (orgtbl-setup): New function, for delayed
22564 setup for the orgtbl commands.
22565 (org-calc-default-modes): New option.
22566 (orgtbl-make-binding): Use `defun' to get better help display.
22567 (org-diary): Call `org-compile-prefix-format'.
22568 (org-table-formula-substitute-names): New function.
22569 (org-agenda-day-view, org-agenda-week-view): New commands.
22570 (org-agenda-toggle-week-view): Command removed.
22571 (org-tbl-menu): Split off from org-org-menu.
22572 (org-mode): Move removal of outline-mode menus to here.
22573 (org-table-formula-debug): New option.
22574 (org-table-insert-row): Keep first field if just "#" or "*".
22575 (org-mode): Paragraph regexps fixed.
22576 (org-table-recalculate-regexp): New constant.
22577 (org-table-justify-field-maybe): Avoid replace if not necessary.
22578 (org-copy-special, org-cut-special): Use `call-interactively'.
22579 (org-table-copy-region): Take region from `interactive' call.
22580 (org-trim): Return string even if no match.
22581 (org-formula): New face.
22582 (org-set-font-lock-defaults): No longer highlight "FIXME".
22583 But highlight formula-related fields in table.
22584 (org-table-p): Use regexp, not fontification.
22585 (org-table-align): Handle white space at end of line.
22586 (org-table-formula-evaluate-inline): New option.
22587 (org-mode): Auto-wrapping in comment lines turned off.
22588 (org-table-copy-down): Evaluate only in copied field, not in
22589 destination.
22590 (org-table-current-formula): Variable removed.
22591 (org-table-store-formulas, org-table-get-stored-formulas)
22592 (org-table-modify-formulas, org-table-replace-in-formulas)
22593 (org-table-maybe-eval-formula): New functions.
22594 (org-table-get-formula): Modify to use stored formulas.
22595 (org-table-insert-column, org-table-delete-column)
22596 (org-table-move-column): Call `org-table-modify-formulas'.
22597 (org-complete): Add completion for keyword formulas.
22598 (orgtbl-mode): Pull orgtbl-mode-map to start of
22599 minor-mode-map-alist.
22600
22601 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22602
22603 * progmodes/python.el (python-check): Require `compile' before
22604 modifying its variables.
22605
22606 * newcomment.el (comment-indent-default): Don't get fooled by an early
22607 end of buffer.
22608
22609 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22610
22611 * ps-print.el (ps-print-version): Fix version number.
22612
22613 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
22614
22615 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
22616
22617 2005-06-28 Richard M. Stallman <rms@gnu.org>
22618
22619 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
22620 (flyspell-local-mouse-map): Declaration deleted.
22621 (flyspell-mouse-map): Bind only mouse-2.
22622 (flyspell-mode-map): Don't test flyspell-use-local-map.
22623 (flyspell-overlay-keymap-property-name): Var deleted.
22624 (flyspell-mode-on): Don't make local bindings for
22625 flyspell-mouse-map and flyspell-mode-map.
22626 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
22627
22628 * textmodes/ispell.el (ispell-word): Do not ignore short words.
22629
22630 * progmodes/compile.el (compilation-next-error-function):
22631 Don't switch buffers; operate on the current buffer.
22632
22633 * progmodes/compile.el (compilation-error-file-name)
22634 (compilation-warning-file-name, compilation-info-file-name)
22635 (compilation-line-number, compilation-column-number): New faces.
22636 (compilation-error-face, compilation-warning-face)
22637 (compilation-info-face, compilation-line-face)
22638 (compilation-column-face): Use them.
22639
22640 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
22641
22642 * comint.el (comint-password-prompt-regexp): Accept ", try again".
22643
22644 * bindings.el (global-map): Bind insertchar and its variants.
22645
22646 2005-06-27 Richard M. Stallman <rms@gnu.org>
22647
22648 * textmodes/artist.el (artist-text-overwrite)
22649 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
22650
22651 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22652
22653 * ps-print.el: It was not working the page selection for printing.
22654 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
22655 (ps-print-version): New version 6.6.7.
22656 (ps-end-sheet): New fun.
22657 (ps-header-sheet, ps-end-job): Call it.
22658
22659 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
22660
22661 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
22662
22663 2005-06-27 Lute Kamstra <lute@gnu.org>
22664
22665 * facemenu.el (facemenu-unlisted-faces): Add foreground and
22666 background color faces.
22667 (facemenu-get-face): Delete function.
22668 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
22669 (facemenu-add-new-color): Make second argument mandatory.
22670 Create the appropriate face and return it. Simplify.
22671 (facemenu-set-foreground, facemenu-set-background): Don't check if
22672 color is defined. Use return value of facemenu-add-new-color.
22673
22674 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
22675
22676 * progmodes/gud.el (gud-filter): Add missing argument to
22677 with-selected-window.
22678
22679 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
22680
22681 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
22682 a :require to the defcustom.
22683
22684 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
22685 defcustoms corresponding to minor modes.
22686
22687 2005-06-26 David Ponce <david@dponce.com>
22688
22689 * recentf.el: Require tree-widget instead of wid-edit.
22690 (recentf-filename-handler): Fix widget :type.
22691 (recentf-cancel-dialog, recentf-open-more-files)
22692 (recentf-open-files-action): Doc fix.
22693 (recentf-dialog-goto-first): New function.
22694 (recentf-dialog-mode-map): Set parent keymap first.
22695 (recentf-dialog-mode): Define with define-derived-mode.
22696 Don't display continuation lines in dialogs.
22697 (recentf-edit-list): Rename from recentf-edit-selected-items.
22698 (recentf-edit-list-select): Rename from recentf-edit-list-action.
22699 Simplify.
22700 (recentf-edit-list-validate): New function.
22701 (recentf-edit-list): Update accordingly.
22702 (recentf-open-files-item-shift): Remove.
22703 (recentf-open-files-item): Convert menu elements into tree and
22704 link widgets. Don't create the widgets.
22705 (recentf-open-files): Update accordingly.
22706 (recentf-save-list): Untabify.
22707
22708 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
22709
22710 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
22711 (keep-lines): Add INTERACTIVE arg. Never delete lines only
22712 partially contained in the active region. Do not take active
22713 region into account when called from Lisp, unless INTERACTIVE arg
22714 is non-nil. Use `forward-line' instead of `beginning-of-line' to
22715 avoid trouble with fields. Make marker point nowhere when no
22716 longer used. Always return nil. Doc fix.
22717 (flush-lines): Add INTERACTIVE arg. Do not take active region
22718 into account when called from Lisp, unless INTERACTIVE arg is
22719 non-nil. Use `forward-line' instead of `beginning-of-line' to
22720 avoid trouble with fields. Make marker point nowhere when no
22721 longer used. Always return nil. Doc fix.
22722 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
22723 interchangeable. Do not take active region into account when
22724 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
22725 message in echo area when called from Lisp, unless INTERACTIVE arg
22726 is non-nil. Avoid saying "1 occurrences". Do not use markers.
22727 Return the number of matches. Doc fix.
22728 (occur): Doc fix.
22729 (perform-replace): Make comment follow double space convention for
22730 the sake of `outline-minor-mode'.
22731
22732 * faces.el (facep): Doc fix.
22733
22734 2005-06-25 Richard M. Stallman <rms@gnu.org>
22735
22736 * facemenu.el (facemenu-enable-faces-p): New function.
22737 (facemenu-background-menu, facemenu-foreground-menu)
22738 (facemenu-face-menu): Add menu-enable property.
22739
22740 * jka-compr.el (jka-compr-insert-file-contents):
22741 Special handling if cannot find the uncompression program.
22742
22743 * cus-face.el (custom-face-attributes): Add autoload.
22744
22745 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22746 Bind comment-indent-function locally.
22747
22748 * window.el (save-selected-window): Use save-current-buffer.
22749
22750 * subr.el (with-selected-window): Use save-current-buffer.
22751
22752 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
22753 and with-current-buffer.
22754
22755 2005-06-24 Richard M. Stallman <rms@gnu.org>
22756
22757 * simple.el (line-move-1): Fix previous change.
22758
22759 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
22760
22761 * replace.el (occur-1): Set `buffer-read-only' and the
22762 buffer-modified flag before running `occur-hook' to protect
22763 against unintentional buffer switches that can lead to data loss.
22764
22765 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
22766
22767 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
22768 (gud-gdb-marker-filter): Use font-lock-warning-face for any
22769 initial error.
22770
22771 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
22772 after fresh input.
22773 (gdb-var-create-handler): Put name of expression in quotes.
22774
22775 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
22776
22777 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
22778 elements of RING in order, and without bogus nil elements.
22779
22780 2005-06-23 Richard M. Stallman <rms@gnu.org>
22781
22782 * simple.el (set-variable): Args renamed; doc fix.
22783 (line-move-1): When there are overlays around, use vertical-motion.
22784
22785 * faces.el (escape-glyph): Use brown against light background.
22786 (nobreak-space): Rename from no-break-space.
22787 Fix previous change.
22788
22789 * dired-aux.el (dired-do-copy): Fix arg prompt.
22790
22791 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
22792
22793 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22794
22795 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
22796 rather than "Distributor".
22797
22798 2005-06-23 Lute Kamstra <lute@gnu.org>
22799
22800 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
22801 (debug-on-entry): Use it. New interactive declaration that uses
22802 function-called-at-point.
22803
22804 2005-06-23 Kim F. Storm <storm@cua.dk>
22805
22806 * subr.el (save-match-data): Add comment about using evaporate arg
22807 to set-match-data.
22808
22809 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
22810
22811 * cus-edit.el (customize-face)
22812 (customize-face-other-window): Handle face aliases.
22813
22814 * faces.el (face-documentation, set-face-attribute)
22815 (face-spec-set): Handle face aliases.
22816
22817 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
22818
22819 * help-mode.el (help-make-xrefs): If a symbol representing a face
22820 name is not followed by the word "face", it could still be a
22821 function or variable name, so don't bypass other checks.
22822
22823 2005-06-22 Juri Linkov <juri@jurta.org>
22824
22825 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
22826 Replace aliased functions with calls where second arg `inherit' is t.
22827
22828 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
22829
22830 * progmodes/gdb-ui.el (gdb-error): New variable.
22831 (gdb-error): New function.
22832 (gdb-annotation-rules): Act on error-begin and error annotations.
22833 (gdb-concat-output): Use font-lock-warning-face for errors.
22834
22835 2005-06-22 Miles Bader <miles@gnu.org>
22836
22837 * bindings.el (propertized-buffer-identification): Use renamed
22838 `Buffer-menu-buffer' face.
22839
22840 * faces.el (vertical-border): Rename from `vertical-divider'.
22841 (escape-glyph): Change dark-background color back to `cyan'.
22842
22843 2005-06-21 Juri Linkov <juri@jurta.org>
22844
22845 * faces.el (face-user-default-spec): Try getting `customized-face'
22846 prior to `saved-face'.
22847 (frame-background-mode): Refill docstring.
22848
22849 * emacs-lisp/lisp-mode.el (eval-defun-1):
22850 * emacs-lisp/edebug.el (edebug-eval-defun):
22851 Set `saved-face' temporarily to nil before calling form.
22852 Set `customized-face' to the new spec after that.
22853
22854 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
22855
22856 * subr.el (1value, lambda, key-substitution-in-progress):
22857 Doc fixes.
22858
22859 * autoinsert.el (auto-insert-alist):
22860 * ses.el (ses-call-printer):
22861 * subr.el (noreturn):
22862 * emacs-lisp/lisp.el (check-parens):
22863 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
22864 * net/browse-url.el (browse-url-mosaic):
22865 * progmodes/cc-defs.el (c-safe-scan-lists):
22866 * progmodes/ebnf-abn.el (ebnf-abn-lex):
22867 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
22868 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
22869 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
22870 * progmodes/ebnf-iso.el (ebnf-iso-lex):
22871 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
22872
22873 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
22874
22875 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
22876
22877 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
22878
22879 * calendar/appt.el (appt-make-list): Activate the package, if
22880 not already active (for backwards compatibility).
22881
22882 2005-06-20 Kim F. Storm <storm@cua.dk>
22883
22884 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
22885
22886 2005-06-20 Miles Bader <miles@gnu.org>
22887
22888 * faces.el (vertical-divider): New face.
22889
22890 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
22891
22892 * simple.el (kill-whole-line): Doc fix.
22893 (next-error-buffer-p, next-error-find-buffer)
22894 (clone-indirect-buffer): Fix typos in docstrings.
22895 (comment-line-break-function): Doc fix: don't say variable
22896 is automatically buffer-local (it isn't).
22897
22898 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
22899
22900 * net/tramp-ftp.el (top):
22901 * net/tramp-smb.el (top):
22902 * net/tramp-util.el (top):
22903 * net/tramp-uu.el (top):
22904 * net/tramp-vc.el (top):
22905 * net/tramp.el (top): Revert copyright years back to original
22906 ones. Tramp has a life outside GNU Emacs.
22907
22908 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
22909
22910 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
22911
22912 2005-06-18 Juri Linkov <juri@jurta.org>
22913
22914 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
22915 end of first regexp to limit the match to the position between
22916 line number and source line with same separator character as used
22917 between file name and line number. In the second regexp limit
22918 mouse-face area to file name and line number by adding new group
22919 for them and referring it in HYPERLINK arg.
22920 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
22921 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
22922 previous line where grep markers may be already removed.
22923
22924 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
22925
22926 * progmodes/ps-mode.el: Update version and maintainer's email address.
22927
22928 2005-06-18 Steve Youngs <steve@xemacs.org>
22929
22930 * net/browse-url.el (browse-url-browser-function)
22931 (browse-url-default-browser): Add firefox.
22932 (browse-url-firefox-program, browse-url-firefox-arguments)
22933 (browse-url-firefox-startup-arguments)
22934 (browse-url-firefox-new-window-is-tab): New defcustoms.
22935 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
22936
22937 2005-06-17 Richard M. Stallman <rms@gnu.org>
22938
22939 * startup.el (command-line): Warn if specified user name has
22940 no home directory.
22941
22942 * term.el (term-get-old-input, term-input-filter, term-input-sender)
22943 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
22944
22945 * longlines.el (longlines-mode, longlines-show-hard-newlines):
22946 Doc fixes.
22947
22948 * faces.el (underline): Try bold if terminal doesn't support underline.
22949
22950 * mail/sendmail.el (mail-setup-with-from): New variable.
22951 (mail-insert-from-field): New function.
22952 (sendmail-send-it): Call it.
22953 (mail-setup): Optionally call it here.
22954
22955 * term/linux.el: Call tty-no-underline.
22956
22957 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
22958
22959 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
22960
22961 2005-06-17 Miles Bader <miles@gnu.org>
22962
22963 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
22964 (ediff-current-diff-C, ediff-current-diff-Ancestor)
22965 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
22966 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
22967 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
22968 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
22969 Remove "-face" suffix from face names.
22970 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22971 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22972 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22973 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22974 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22975 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22976 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22977 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22978 New backward-compatibility aliases for renamed faces.
22979 (ediff-current-diff-face-A, ediff-current-diff-face-B)
22980 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
22981 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
22982 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
22983 (ediff-even-diff-face-A, ediff-even-diff-face-B)
22984 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
22985 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
22986 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
22987 Use renamed ediff faces.
22988
22989 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
22990 Remove "-face" suffix from face names.
22991 (eshell-test-ok-face, eshell-test-failed-face):
22992 New backward-compatibility aliases for renamed faces.
22993 (eshell-run-test): Use renamed eshell-test faces.
22994
22995 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
22996 face name.
22997 (eshell-prompt-face): New backward-compatibility alias for renamed
22998 face.
22999 (eshell-emit-prompt): Use renamed eshell-prompt face.
23000
23001 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
23002 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
23003 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
23004 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
23005 Remove "-face" suffix from face names.
23006 (eshell-ls-directory-face, eshell-ls-symlink-face)
23007 (eshell-ls-executable-face, eshell-ls-readonly-face)
23008 (eshell-ls-unreadable-face, eshell-ls-special-face)
23009 (eshell-ls-missing-face, eshell-ls-archive-face)
23010 (eshell-ls-backup-face, eshell-ls-product-face)
23011 (eshell-ls-clutter-face):
23012 New backward-compatibility aliases for renamed faces.
23013 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
23014
23015 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
23016 Remove "-face" suffix from face name.
23017 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
23018 instead of literal face.
23019
23020 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
23021
23022 * emacs-lisp/warnings.el (display-warning, lwarn)
23023 (warning-minimum-log-level): Doc fixes.
23024 (warning-minimum-level, warning-minimum-log-level):
23025 Add :debug to :type choices.
23026
23027 * progmodes/ada-mode.el (ada-format-paramlist)
23028 (ada-get-indent-case, ada-check-matching-start)
23029 (ada-check-defun-name, ada-goto-matching-decl-start)
23030 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
23031 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
23032 (ada-make-subprogram-body): Follow error conventions.
23033 (ada-case-exception-file, ada-indent-comment-as-code)
23034 (ada-indent-handle-comment-special, ada-indent-renames)
23035 (ada-indent-return, ada-search-directories-internal)
23036 (ada-tab-policy, ada-case-exception-substring)
23037 (ada-other-file-alist, ada-matching-start-re)
23038 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
23039 (ada-imenu-generic-expression, ada-compile-goto-error)
23040 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
23041 (ada-popup-menu, ada-add-extensions, ada-mode)
23042 (ada-region-selected, ada-create-case-exception)
23043 (ada-create-case-exception-substring, ada-after-keyword-p)
23044 (ada-activate-keys-for-case, ada-adjust-case-region)
23045 (ada-adjust-case-buffer, ada-format-paramlist)
23046 (ada-scan-paramlist, ada-insert-paramlist)
23047 (ada-indent-newline-indent)
23048 (ada-indent-newline-indent-conditional)
23049 (ada-justified-indent-current, ada-goto-previous-word)
23050 (ada-indent-current, ada-get-indent-open-paren)
23051 (ada-get-indent-paramlist, ada-get-indent-end)
23052 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
23053 (ada-get-indent-block-start, ada-get-indent-subprog)
23054 (ada-get-indent-noindent, ada-get-indent-label)
23055 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
23056 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
23057 (ada-goto-stmt-end, ada-goto-next-word)
23058 (ada-check-matching-start, ada-check-defun-name)
23059 (ada-goto-matching-decl-start, ada-goto-matching-start)
23060 (ada-goto-matching-end, ada-search-ignore-string-comment)
23061 (ada-in-decl-p, ada-looking-at-semi-or)
23062 (ada-looking-at-semi-private, ada-in-paramlist-p)
23063 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
23064 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
23065 (ada-next-procedure, ada-previous-procedure, ada-next-package)
23066 (ada-previous-package, ada-create-menu)
23067 (ada-fill-comment-paragraph-justify)
23068 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
23069 (ada-other-file-name, ada-last-which-function-line)
23070 (ada-last-which-function-subprog, ada-which-function)
23071 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
23072 (ada-gen-treat-proc, ada-check-emacs-version)
23073 (ada-continuation-indent, ada-align-region-separate):
23074 Fix typos in docstrings.
23075 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
23076
23077 2005-06-16 Lute Kamstra <lute@gnu.org>
23078
23079 * simple.el (fundamental-mode): Run after-change-major-mode-hook
23080 conditionally.
23081
23082 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
23083
23084 * comint.el (comint-replace-by-expanded-filename)
23085 (comint-prompt-regexp, comint-delimiter-argument-list)
23086 (comint-preinput-scroll-to-bottom):
23087 * info.el (Info-hide-cookies-node):
23088 * ls-lisp.el (ls-lisp-classify):
23089 * find-file.el (ff-search-directories, ff-special-constructs)
23090 (ff-find-other-file):
23091 * font-lock.el (font-lock-keywords):
23092 * shell.el (shell-prompt-pattern)
23093 (shell-dynamic-complete-functions, shell-mode)
23094 (shell-delimiter-argument-list):
23095 * term.el (term-replace-by-expanded-filename)
23096 (term-prompt-regexp, term-delimiter-argument-list):
23097 * woman.el (woman-ignore, woman0-if):
23098 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
23099 * emacs-lisp/elint.el (elint-init-env):
23100 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
23101 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
23102 * language/ethio-util.el (ethio-tilde-escape)
23103 (ethio-use-three-dot-question):
23104 * net/zone-mode.el (zone-mode-load-time-setup):
23105 * progmodes/cc-align.el (c-lineup-argcont):
23106 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
23107 * progmodes/cperl-mode.el (cperl-set-style-back):
23108 * progmodes/inf-lisp.el (inferior-lisp-prompt):
23109 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
23110 Fix spellings in docstrings.
23111
23112 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
23113 * progmodes/modula2.el (m2-for): Fix spellings.
23114
23115 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
23116
23117 * simple.el (undo-more): Don't use `format' on `error' arguments.
23118 Improve argument/docstring consistency.
23119 (pending-undo-list): Doc fix.
23120
23121 * smerge-mode.el (smerge-ensure-match):
23122 * emulation/vip.el (vip-ex):
23123 * net/zone-mode.el (zone-mode-update-serial):
23124 * progmodes/idlwave.el (idlwave-complete):
23125 * progmodes/vhdl-mode.el (vhdl-visit-file)
23126 (vhdl-compose-wire-components):
23127 Don't use `format' on `error' arguments.
23128
23129 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
23130 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
23131 (tooltip-help-tips): Fix typos in docstrings.
23132
23133 2005-06-16 David Ponce <david@dponce.com>
23134
23135 * tree-widget.el (tree-widget-value-create): Simplify last change.
23136
23137 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
23138
23139 * ido.el (ido-incomplete-regexp): New variable.
23140 (ido-set-matches-1): Handle invalid-regexp error and set
23141 ido-incomplete-regexp.
23142 (ido-incomplete-regexp): New face.
23143 (ido-completions): Use it.
23144 (ido-complete, ido-exit-minibuffer, ido-completions):
23145 Handle incomplete regexps.
23146 (ido-completions): Add check for complete match when entering a regexp.
23147
23148 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
23149
23150 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
23151
23152 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23153
23154 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
23155 by field delimiters.
23156
23157 2005-06-15 David Ponce <david@dponce.com>
23158
23159 * tree-widget.el: eval-and-compile inlined functions so they will
23160 be available at run-time too.
23161 (tree-widget-super-format-handler)
23162 (tree-widget-format-handler): Remove.
23163 (tree-widget-value-create): Handle the :indent property.
23164
23165 2005-06-15 Miles Bader <miles@gnu.org>
23166
23167 * progmodes/which-func.el (which-func): Only inherit
23168 `font-lock-function-name-face' when that makes sense against the
23169 default mode-line face, otherwise set the face color explicitly.
23170
23171 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
23172 faces instead of (non-existent) variables.
23173
23174 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
23175
23176 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
23177 (iswitchb-get-matched-buffers): Likewise. Simplify.
23178
23179 2005-06-14 Miles Bader <miles@gnu.org>
23180
23181 * progmodes/ld-script.el (ld-script-location-counter):
23182 Remove "-face" suffix from face name.
23183 (ld-script-location-counter-face):
23184 New backward-compatibility alias for renamed face.
23185 (ld-script-location-counter-face): Use renamed face.
23186
23187 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
23188 (cperl-hash): Remove "-face" suffix from face names.
23189 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
23190 New backward-compatibility aliases for renamed faces.
23191 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
23192 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
23193
23194 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
23195 name.
23196 (which-func-face): New backward-compatibility alias for renamed face.
23197 (which-func-format): Use renamed which-func face.
23198
23199 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
23200 (vhdl-function, vhdl-directive, vhdl-reserved-word)
23201 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
23202 names.
23203 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
23204 (vhdl-speedbar-configuration, vhdl-speedbar-package)
23205 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
23206 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
23207 (vhdl-speedbar-architecture-selected)
23208 (vhdl-speedbar-configuration-selected)
23209 (vhdl-speedbar-package-selected)
23210 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
23211 names.
23212 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
23213 Use renamed faces.
23214 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
23215 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
23216 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
23217 Use renamed faces.
23218 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
23219 names.
23220 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
23221 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
23222 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
23223 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
23224 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
23225 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
23226
23227 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
23228 face name.
23229 (sh-heredoc-face): New backward-compatibility alias for renamed face.
23230 (sh-heredoc-face): Use renamed sh-heredoc face.
23231
23232 * progmodes/idlw-help.el (idlwave-help-link):
23233 Remove "-face" suffix from face name.
23234 (idlwave-help-link-face):
23235 New backward-compatibility alias for renamed face.
23236 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
23237
23238 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
23239 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
23240 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
23241 New backward-compatibility aliases for renamed faces.
23242 (idlwave-shell-disabled-breakpoint-face)
23243 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
23244
23245 * progmodes/flymake.el (flymake-errline, flymake-warnline):
23246 Remove "-face" suffix from face names.
23247 (flymake-errline-face, flymake-warnline-face):
23248 New backward-compatibility aliases for renamed faces.
23249 (flymake-highlight-line): Use renamed flymake faces.
23250
23251 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
23252 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
23253 (ebrowse-member-class, ebrowse-progress):
23254 Remove "-face" suffix from face names.
23255 (ebrowse-tree-mark-face, ebrowse-root-class-face)
23256 (ebrowse-file-name-face, ebrowse-default-face)
23257 (ebrowse-member-attribute-face, ebrowse-member-class-face)
23258 (ebrowse-progress-face):
23259 New backward-compatibility aliases for renamed faces.
23260 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
23261 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
23262 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
23263 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
23264
23265 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
23266 antlr-syntax)
23267 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
23268 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
23269 names.
23270 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
23271 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
23272 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
23273 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
23274 backward-compatibility aliases for renamed faces.
23275 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
23276 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
23277 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
23278 remove "font-lock-". Use renamed antlr-mode faces.
23279 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
23280 literal face-names with face variable references.
23281
23282 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
23283 face name.
23284 (Buffer-menu-buffer-face): New backward-compatibility alias for
23285 renamed face.
23286 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
23287
23288 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
23289
23290 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
23291 Eliminate "-face" suffix.
23292 (makefile-targets): Inherit from font-lock-function-name-face and
23293 eliminate "-face" suffix.
23294 (makefile-shell): Remove attributes and eliminate "-face" suffix.
23295 (makefile-*-font-lock-keywords): Append makefile-targets in rule
23296 actions, instead of prepending, to make it less visible.
23297 (makefile-previous-dependency, makefile-match-dependency):
23298 Don't match a target on a continuation line.
23299
23300 * files.el (auto-mode-alist): Put Makefile in gmake mode.
23301
23302 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
23303
23304 * progmodes/gdb-ui.el (menu): Re-order menu items.
23305 (gdb-tooltip-print): Respect tooltip-use-echo-area.
23306
23307 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
23308 Define in tooltip.el.
23309 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
23310 (gud-tooltip-tips): Respect tooltip-use-echo-area and
23311 gud-tooltip-echo-area.
23312
23313 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
23314 backward compatibility and make obsolete.
23315 (tooltip-help-tips): Use tooltip-use-echo-area.
23316 (tooltip-show-help-function): Rename to...
23317 (tooltip-show-help): ...this, because it is a function.
23318 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
23319
23320 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
23321
23322 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
23323 (edebug-print-length, edebug-print-level, edebug-print-circle)
23324 (edebug-modify-breakpoint, edebug-eval-last-sexp)
23325 (edebug-eval-print-last-sexp): Doc fixes.
23326
23327 2005-06-14 Kim F. Storm <storm@cua.dk>
23328
23329 * ido.el (ido-mode): Make a new keymap every time we enable ido,
23330 as the coverage buffer/file/both may change.
23331
23332 2005-06-14 Lute Kamstra <lute@gnu.org>
23333
23334 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
23335 and run-mode-hooks. Simplify.
23336
23337 * mail/rmailedit.el (rmail-edit-mode):
23338 * progmodes/octave-inf.el (inferior-octave-mode):
23339 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
23340
23341 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
23342 and run-mode-hooks.
23343 (recentf-edit-list, recentf-open-files): Don't call
23344 kill-all-local-variables directly.
23345
23346 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
23347
23348 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
23349
23350 * emacs-lisp/byte-run.el (make-obsolete)
23351 (define-obsolete-function-alias): Rename arguments FUNCTION and
23352 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
23353 (make-obsolete-variable, define-obsolete-variable-alias):
23354 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
23355 respectively.
23356
23357 * isearchb.el (isearchb-activate):
23358 * pcvs.el (cvs-mode):
23359 * ses.el (ses-load):
23360 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
23361 * net/tramp.el (tramp-find-file-exists-command)
23362 (tramp-find-shell):
23363 * progmodes/ada-mode.el (ada-create-case-exception)
23364 (ada-create-case-exception-substring, ada-make-subprogram-body):
23365 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
23366 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
23367 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
23368 * textmodes/org.el (org-promote, org-evaluate-time-range)
23369 (org-agenda-next-date-line, org-agenda-previous-date-line)
23370 (org-agenda-error, org-open-at-point, org-table-move-row)
23371 (org-format-table-table-html-using-table-generate-source)
23372 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
23373 * textmodes/reftex.el (reftex-access-scan-info):
23374 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
23375 (reftex-toc-promote-prepare): Follow error conventions.
23376
23377 * diff-mode.el (diff-mode): Fix typo in docstring.
23378
23379 * forms.el (forms--intuit-from-file): Fix reference to
23380 `forms-number-of-fields' in error message.
23381 (forms-print): Fix quoting in error message.
23382
23383 * forms.el (forms-mode):
23384 * emulation/vi.el (vi-goto-insert-state):
23385 * progmodes/flymake.el (flymake-new-err-info)
23386 (flymake-start-syntax-check-for-current-buffer)
23387 (flymake-simple-cleanup):
23388 * eshell/esh-var.el (eshell/export):
23389 * progmodes/gud.el (xdb):
23390 * textmodes/flyspell.el (flyspell-incorrect-hook)
23391 (flyspell-maybe-correct-transposition)
23392 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
23393
23394 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
23395
23396 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
23397 minibuffer prompt.
23398
23399 2005-06-13 Kim F. Storm <storm@cua.dk>
23400
23401 * subr.el (add-to-ordered-list): New defun.
23402
23403 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
23404 add cua--keymap-alist to emulation-mode-map-alists.
23405
23406 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
23407
23408 * subr.el (complete-in-turn): New macro.
23409 (dynamic-completion-table, lazy-completion-table): Add debug info.
23410
23411 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
23412 in preference to face aliases.
23413
23414 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
23415 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
23416 Remove unused vars `start' and `firstline'.
23417 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
23418 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
23419
23420 2005-06-13 Eli Zaretskii <eliz@gnu.org>
23421
23422 * cus-start.el (all): Don't complain about missing GTK-related
23423 variables, unless either `gtk' is boundp or this isn't a
23424 `windows-nt' build.
23425
23426 2005-06-13 Lute Kamstra <lute@gnu.org>
23427
23428 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
23429 run-mode-hooks.
23430
23431 * ediff-mult.el (ediff-meta-mode):
23432 * ediff-util.el (ediff-mode): Use run-mode-hooks.
23433
23434 * ledit.el (ledit-mode): Use delay-mode-hooks.
23435
23436 * woman.el (woman-mode-line-format): Delete constant.
23437 (woman-mode-map): Initialize it properly.
23438 (woman-mode): Set mode-class property to special.
23439 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
23440 Set major-mode and mode-name. Don't set mode-line-format directly.
23441 (Man-getpage-in-background): Don't reference woman-mode-line-format.
23442
23443 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
23444 string argument obsolete.
23445
23446 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
23447
23448 * textmodes/org.el (org-CUA-compatible): New option.
23449 (org-disputed-keys): New variable.
23450 (org-key): New function.
23451 (orgtbl-make-binding): Add docstring to the created function.
23452 (org-mode): Set paragraph start/separate regexps.
23453 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
23454 (org-archive-location, org-archive-mark-done)
23455 (org-archive-stamp-time): New options.
23456 (org-archive-subtree): New command.
23457 (org-fill-paragraph): New function.
23458 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
23459 (org-fake-empty-table-line): Function removed.
23460 (org-format-org-table-html): Do not create empty table lines at
23461 separator lines. Improved table header treatment.
23462 (org-link-format): New option.
23463 (org-make-link): New function.
23464 (org-insert-link, org-store-link): Use org-make-link.
23465 (org-open-file): Quote file name for shell command, to allow
23466 spaces in file names.
23467 (org-link-regexp): Fix bug with mailto link.
23468 (org-link-maybe-angles-regexp, org-protected-link-regexp):
23469 New constants.
23470 (org-export-as-html): Deal with the optional angles around a link.
23471 Better treatment of file: links.
23472 (org-open-at-point): Replace @{ and @} with < and >.
23473 (org-run-mode-hooks): Function removed.
23474 (org-agenda-mode): No longer use `org-run-mode-hooks'.
23475
23476 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
23477
23478 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
23479 MI command -data-list-register-values.
23480 (gdb-post-prompt): Indent properly.
23481
23482 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
23483
23484 * hilit-chg.el (highlight-changes-colors): Rename from
23485 `highlight-changes-colours'.
23486 (highlight-changes-colours): Keep as obsolete alias.
23487 (highlight-changes-face-list): Doc fix.
23488 (hilit-chg-make-list): Use `highlight-changes-colors'.
23489
23490 2005-06-12 Mark A. Hershberger <mah@everybody.org>
23491
23492 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
23493 defun-prompt-regexp.
23494
23495 2005-06-12 Eli Zaretskii <eliz@gnu.org>
23496
23497 * loadup.el: Don't say we are dumping under 2 names on windows-nt
23498 and cygwin.
23499
23500 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
23501 Don't use an old loaddefs.el, as in Makefile.in.
23502
23503 2005-06-12 Lute Kamstra <lute@gnu.org>
23504
23505 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
23506
23507 * man.el (Man-mode-map): Initialize it properly.
23508 (Man-mode): Set mode-class property to special.
23509
23510 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
23511
23512 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
23513
23514 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
23515 A newline is needed in the docstring there.
23516
23517 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
23518 Doc fixes.
23519
23520 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23521
23522 * printing.el: Doc fix. The menubar is no more changed when printing
23523 is loaded, it only changes when pr-menu-bind or pr-update-menus is
23524 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
23525 (pr-version): New version number (6.8.4).
23526 (pr-menu-bind): New command.
23527 (pr-update-menus): Docstring and code fix.
23528 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
23529 Docstring fix.
23530 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
23531 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
23532
23533 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
23534
23535 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
23536 "Returns" to "return", document useful return values, etc.
23537
23538 2005-06-11 Alan Mackenzie <acm@muc.de>
23539
23540 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
23541 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
23542 (adaptive-file-function): Minor amendment to doc-string.
23543
23544 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23545
23546 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
23547 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
23548 Fix :type--it is `integer', not `string'.
23549
23550 * faces.el (modeline-highlight): Rename from (the erroneous)
23551 `modeline-higilight'.
23552
23553 2005-06-11 Lute Kamstra <lute@gnu.org>
23554
23555 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
23556 lisp-interaction-mode-map but make it the parent.
23557 (edebug-eval-mode): Use define-derived-mode.
23558
23559 2005-06-11 Andreas Schwab <schwab@suse.de>
23560
23561 * bindings.el: Add binding of `ESC functionkey' for every
23562 `M-functionkey'.
23563 * hexl.el (hexl-mode-map): Likewise.
23564
23565 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
23566
23567 * progmodes/compile.el (compilation-error-regexp-alist-alist)
23568 [msft]: update regexp for newer msft compilers.
23569
23570 2005-06-10 Mark A. Hershberger <mah@everybody.org>
23571
23572 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
23573 ATTLIST portions of included DTDs.
23574 (xml-parse-dtd): Eliminate use of inefficient match-data.
23575
23576 2005-06-10 Miles Bader <miles@gnu.org>
23577
23578 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
23579 (mpuz-text): Remove "-face" suffix from face names.
23580 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
23581 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
23582 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
23583
23584 * play/gomoku.el (gomoku-O, gomoku-X):
23585 Remove "-face" suffix from face names.
23586 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
23587 New backward-compatibility aliases for renamed faces.
23588 (gomoku-font-lock-keywords): Use renamed gomoku faces.
23589
23590 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23591
23592 * thumbs.el: Fixes for changes of 2005-06-09.
23593 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
23594 as a directory.
23595 (thumbs-thumbname): Remove directory separator from format string;
23596 `thumbs-thumbsdir' now returns a valid directory name.
23597 (thumbs-temp-dir): New defsubst.
23598 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
23599 Use it.
23600
23601 * cus-edit.el (minibuffer):
23602 * files.el (make-backup-file-name-function):
23603 * filesets.el (filesets-external-viewers):
23604 * hilit-chg.el (highlight-changes-colours)
23605 (highlight-changes-face-list, highlight-changes-rotate-faces):
23606 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
23607 * kmacro.el (kmacro-call-macro):
23608 * log-edit.el (log-edit-changelog-full-paragraphs):
23609 * mouse.el (mouse-1-click-follows-link):
23610 * skeleton.el (skeleton-autowrap):
23611 * subr.el (insert-for-yank-1):
23612 * tempo.el (tempo-insert-region):
23613 * terminal.el (terminal-emulator):
23614 * time.el (display-time-mail-face):
23615 * vc.el (vc-annotate):
23616 * vcursor.el (vcursor-copy-line):
23617 * woman.el (woman-bold-headings, woman-ignore)
23618 (woman-default-faces, woman-monochrome-faces):
23619 * calendar/todo-mode.el (todo-insert-threshold):
23620 * emulation/pc-select.el (pc-select-selection-keys-only)
23621 (pc-selection-mode):
23622 * emulation/vip.el (vip-find-char-forward):
23623 * emulation/viper-cmd.el (viper-find-char-forward):
23624 * international/mule-cmds.el
23625 (select-safe-coding-system-accept-default-p)
23626 (input-method-exit-on-invalid-key):
23627 * international/mule-diag.el (describe-coding-system):
23628 * international/ucs-tables.el (unify-8859-on-encoding-mode):
23629 * net/browse-url.el (browse-url-xterm-program):
23630 * obsolete/lazy-lock.el (lazy-lock-mode):
23631 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
23632 (cperl-mode):
23633 * progmodes/cpp.el (cpp-face-light-name-list)
23634 (cpp-face-dark-name-list):
23635 * progmodes/delphi.el (delphi-newline-always-indents):
23636 Fix spellings in docstrings.
23637
23638 * ido.el (ido-mode, ido-file-extensions-order)
23639 (ido-default-file-method, ido-default-buffer-method)
23640 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
23641 (ido-decorations, ido-read-file-name-as-directory-commands)
23642 (ido-read-file-name-non-ido, ido-work-directory-list)
23643 (ido-ignore-item-temp-list, ido-current-directory)
23644 (ido-magic-forward-char, ido-enter-find-file)
23645 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
23646 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
23647
23648 2005-06-10 Lute Kamstra <lute@gnu.org>
23649
23650 * play/dunnet.el (dun-mode): Use define-derived-mode.
23651 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
23652 obsolete alias.
23653
23654 * play/doctor.el (doctor-mode-map): Remove defvar.
23655 (doctor-mode): Use define-derived-mode.
23656
23657 * mail/mspools.el (mspools-mode):
23658 * net/eudc-hotlist.el (eudc-hotlist-mode):
23659 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
23660
23661 2005-06-10 Miles Bader <miles@gnu.org>
23662
23663 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
23664 Remove "-face" suffix from face names.
23665 (flyspell-incorrect-face, flyspell-duplicate-face):
23666 New backward-compatibility aliases for renamed faces.
23667 (flyspell-mode-on, make-flyspell-overlay)
23668 (flyspell-highlight-incorrect-region)
23669 (flyspell-highlight-duplicate-region)
23670 (flyspell-display-next-corrections)
23671 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
23672
23673 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
23674 from face name.
23675 (texinfo-heading-face): New backward-compatibility alias for
23676 renamed face.
23677 (texinfo-heading-face): Use renamed texinfo-heading face.
23678
23679 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
23680 suffix from face names.
23681 (tex-math-face, tex-verbatim-face):
23682 New backward-compatibility aliases for renamed faces.
23683 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
23684 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
23685 literal face name.
23686
23687 * textmodes/table.el (table-cell): Remove "-face" suffix from face
23688 name.
23689 (table-cell-face): New backward-compatibility alias for renamed face.
23690 (table--put-cell-face-property, table--update-cell-face):
23691 Use renamed table-cell face.
23692
23693 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
23694 from face name.
23695 (sgml-namespace-face): New backward-compatibility alias for
23696 renamed face.
23697 (sgml-namespace-face): Use renamed sgml-namespace face.
23698
23699 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
23700 (org-level-4, org-level-5, org-level-6, org-level-7)
23701 (org-level-8, org-warning, org-headline-done)
23702 (org-deadline-announce, org-scheduled-today)
23703 (org-scheduled-previously, org-link, org-done, org-table)
23704 (org-time-grid): Remove "-face" suffix from face names.
23705 (org-level-1-face, org-level-2-face, org-level-3-face)
23706 (org-level-4-face, org-level-5-face, org-level-6-face)
23707 (org-level-7-face, org-level-8-face, org-warning-face)
23708 (org-headline-done-face, org-deadline-announce-face)
23709 (org-scheduled-today-face, org-scheduled-previously-face)
23710 (org-link-face, org-done-face, org-table-face)
23711 (org-time-grid-face):
23712 New backward-compatibility aliases for renamed faces.
23713 (org-level-faces, org-set-font-lock-defaults, org-timeline)
23714 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
23715 (org-agenda-get-timestamps, org-agenda-get-scheduled)
23716 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
23717
23718 * emulation/viper-init.el (viper-search, viper-replace-overlay)
23719 (viper-minibuffer-emacs, viper-minibuffer-insert)
23720 (viper-minibuffer-vi): Remove "-face" suffix from face names.
23721 (viper-search-face, viper-replace-overlay-face)
23722 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23723 (viper-minibuffer-vi-face):
23724 New backward-compatibility aliases for renamed faces.
23725 (viper-search-face, viper-replace-overlay-face)
23726 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
23727 (viper-minibuffer-vi-face): Use renamed viper faces.
23728
23729 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
23730 Remove "-face" suffix from face names.
23731 (testcover-nohits-face, testcover-1value-face):
23732 New backward-compatibility aliases for renamed faces.
23733 (testcover-mark): Use renamed testcover faces.
23734
23735 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
23736 face name.
23737 (diary-button-face): New backward-compatibility alias for renamed face.
23738 (diary-entry): Use renamed diary-button face.
23739
23740 * calendar/calendar.el (diary, calendar-today, holiday)
23741 (mark-visible-calendar-date): Remove "-face" suffix from face names.
23742 (diary-face, calendar-today-face, holiday-face):
23743 New backward-compatibility aliases for renamed faces.
23744 (eval-after-load "facemenu", diary-entry-marker)
23745 (calendar-today-marker, calendar-holiday-marker, diary-face):
23746 Use renamed calendar faces.
23747
23748 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
23749 (compare-windows-face): New backward-compatibility alias for
23750 renamed face.
23751 (compare-windows-highlight): Use renamed compare-windows face.
23752
23753 * strokes.el (strokes-char): Remove "-face" suffix from face name.
23754 (strokes-char-face): New backward-compatibility alias for renamed face.
23755 (strokes-encode-buffer): Use renamed strokes-char face.
23756
23757 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
23758 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
23759 Remove "-face" suffix from face names.
23760 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
23761 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
23762 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
23763 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
23764 Use renamed pcvs faces.
23765 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
23766 * pcvs-defs.el (cvs-mode-map): Likewise.
23767 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
23768
23769 * info.el (info-title-1, info-title-2, info-title-3)
23770 (info-title-4): Remove "-face" suffix from and downcase face names.
23771 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
23772 (Info-title-4-face):
23773 New backward-compatibility aliases for renamed faces.
23774 (Info-fontify-node): Use renamed info faces.
23775
23776 * hilit-chg.el (highlight-changes, highlight-changes-delete):
23777 Remove "-face" suffix from face names.
23778 (highlight-changes-face, highlight-changes-delete-face):
23779 New backward-compatibility aliases for renamed faces.
23780 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
23781 (hilit-chg-make-list): Use renamed highlight-changes faces.
23782
23783 * generic-x.el (show-tabs-tab, show-tabs-space):
23784 Remove "-face" suffix from face names.
23785 (show-tabs-tab-face, show-tabs-space-face):
23786 New backward-compatibility aliases for renamed faces.
23787 (show-tabs-generic-mode-font-lock-defaults-1)
23788 (show-tabs-generic-mode-font-lock-defaults-2):
23789 Use renamed show-tabs faces.
23790
23791 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
23792 (smerge-markers): Remove "-face" suffix from face names.
23793 (smerge-mine-face, smerge-other-face, smerge-base-face)
23794 (smerge-markers-face):
23795 New backward-compatibility aliases for renamed faces.
23796 (smerge-mine-face, smerge-other-face, smerge-base-face)
23797 (smerge-markers-face): Use renamed smerge faces.
23798
23799 * log-view.el (log-view-file, log-view-message): Remove "-face"
23800 suffix from face names.
23801 (log-view-file-face, log-view-message-face):
23802 New backward-compatibility aliases for renamed faces.
23803 (log-view-file-face, log-view-message-face): Use renamed log-view
23804 faces.
23805
23806 * paren.el (show-paren-match, show-paren-mismatch):
23807 Remove "-face" suffix from face names.
23808 (show-paren-match-face, show-paren-mismatch-face):
23809 New backward-compatibility aliases for renamed faces.
23810 (show-paren-function): Use renamed show-paren faces.
23811
23812 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
23813 (ruler-mode-margins, ruler-mode-fringes)
23814 (ruler-mode-column-number, ruler-mode-fill-column)
23815 (ruler-mode-comment-column, ruler-mode-goal-column)
23816 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
23817 suffix from face names.
23818 (ruler-mode-default-face, ruler-mode-pad-face)
23819 (ruler-mode-margins-face, ruler-mode-fringes-face)
23820 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
23821 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
23822 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
23823 New backward-compatibility aliases for renamed faces.
23824 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
23825 (ruler-mode-column-number, ruler-mode-fill-column)
23826 (ruler-mode-comment-column, ruler-mode-goal-column)
23827 (ruler-mode-tab-stop, ruler-mode-current-column)
23828 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
23829 faces.
23830
23831 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
23832 face name.
23833 (whitespace-highlight-the-space): Use renamed face.
23834 (whitespace-highlight-face): New backward-compatibility alias for
23835 renamed face.
23836
23837 * woman.el (woman-italic, woman-bold, woman-unknown)
23838 (woman-addition, woman-symbol-face):
23839 Remove "-face" suffix from face names.
23840 (woman-italic-face, woman-bold-face, woman-unknown-face)
23841 (woman-addition-face):
23842 New backward-compatibility aliases for renamed faces.
23843 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
23844 (woman-decode-region, woman-replace-match)
23845 (woman-display-extended-fonts, woman-special-characters)
23846 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
23847 Use renamed woman faces.
23848
23849 * longlines.el (longlines-visible-face): Face removed.
23850
23851 * diff-mode.el (diff-header, diff-file-header, diff-index)
23852 (diff-hunk-header, diff-removed, diff-added, diff-changed)
23853 (diff-function, diff-context, diff-nonexistent): Remove "-face"
23854 suffix from face names.
23855 (diff-header-face, diff-file-header-face, diff-index-face)
23856 (diff-hunk-header-face, diff-removed-face, diff-added-face)
23857 (diff-changed-face, diff-function-face, diff-context-face)
23858 (diff-nonexistent-face): New backward-compatibility aliases for
23859 renamed faces.
23860 (diff-header-face, diff-file-header-face)
23861 (diff-index, diff-index-face, diff-hunk-header)
23862 (diff-hunk-header-face, diff-removed, diff-removed-face)
23863 (diff-added, diff-added-face, diff-changed-face, diff-function)
23864 (diff-function-face, diff-context-face, diff-nonexistent)
23865 (diff-nonexistent-face): Use renamed diff-mode faces.
23866
23867 * progmodes/compile.el (compilation-warning-face)
23868 (compilation-info-face): Remove "-face" suffix from face names.
23869 (compilation-warning-face, compilation-info-face):
23870 New backward-compatibility aliases for renamed faces.
23871 (compilation-warning-face, compilation-info-face):
23872 Use renamed compilation faces.
23873
23874 * add-log.el (change-log-date, change-log-name)
23875 (change-log-email, change-log-file, change-log-list)
23876 (change-log-conditionals, change-log-function)
23877 (change-log-acknowledgement): Remove "-face" suffix from face names.
23878 (change-log-date-face, change-log-name-face)
23879 (change-log-email-face, change-log-file-face)
23880 (change-log-list-face, change-log-conditionals-face)
23881 (change-log-function-face, change-log-acknowledgement-face):
23882 New backward-compatibility aliases for renamed faces.
23883 (change-log-font-lock-keywords): Use renamed change-log faces.
23884
23885 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
23886 (custom-set, custom-changed, custom-saved, custom-button)
23887 (custom-button-pressed, custom-documentation, custom-state)
23888 (custom-comment, custom-comment-tag, custom-variable-tag)
23889 (custom-variable-button, custom-face-tag, custom-group-tag-1)
23890 (custom-group-tag): Remove "-face" suffix from face names.
23891 (custom-magic-alist, custom-magic-value-create)
23892 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
23893 (custom-invalid-face, custom-rogue-face, custom-modified-face)
23894 (custom-set-face, custom-changed-face, custom-saved-face)
23895 (custom-button-face, custom-button-pressed-face)
23896 (custom-documentation-face, custom-state-face)
23897 (custom-comment-face, custom-comment-tag-face)
23898 (custom-variable-tag-face, custom-variable-button-face)
23899 (custom-face-tag-face, custom-group-tag-face-1)
23900 (custom-group-tag-face):
23901 New backward-compatibility aliases for renamed faces.
23902
23903 * wid-edit.el (widget-documentation, widget-button)
23904 (widget-field, widget-single-line-field, widget-inactive)
23905 (widget-button-pressed): "-face" suffix removed from face names.
23906 (widget-documentation-face, widget-button-face)
23907 (widget-field-face, widget-single-line-field-face)
23908 (widget-inactive-face, widget-button-pressed-face):
23909 New backward-compatibility aliases for renamed faces.
23910 (widget-documentation-face, widget-button-face)
23911 (widget-button-pressed-face, widget-specify-field)
23912 (widget-specify-inactive): Use renamed widget faces.
23913
23914 2005-06-10 Kenichi Handa <handa@m17n.org>
23915
23916 * term/x-win.el (x-clipboard-yank): Remove condition-case
23917 wrapping.
23918
23919 2005-06-11 Kenichi Handa <handa@m17n.org>
23920
23921 * add-log.el (change-log-font-lock-keywords): Make the regexp for
23922 date lines stricter.
23923
23924 2005-06-10 Zhang Wei <id.brep@gmail.com>
23925
23926 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
23927 of x-get-selection.
23928
23929 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
23930
23931 * comint.el (comint-mode, comint-snapshot-last-prompt):
23932 * frame.el (frame-current-scroll-bars):
23933 * term.el (term-mode, term-check-proc, term-input-sender)
23934 (term-simple-send, term-extract-string, term-word)
23935 (term-match-partial-filename):
23936 * window.el (window-current-scroll-bars):
23937 * emulation/cua-base.el (cua-normal-cursor-color)
23938 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
23939 (cua-global-mark-cursor-color):
23940 * mail/undigest.el (rmail-forward-separator-regex):
23941 Fix typos in docstrings.
23942
23943 * comint.el (comint-check-proc, make-comint-in-buffer)
23944 (comint-source-default): Doc fixes.
23945
23946 * term.el (term-send-string): Improve argument/docstring consistency.
23947
23948 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
23949
23950 * comint.el (comint-send-input): Bind `inhibit-read-only' around
23951 call to `delete-region'.
23952 (comint-mode-hook): Do not enable Font Lock by default.
23953
23954 2005-06-09 Lute Kamstra <lute@gnu.org>
23955
23956 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
23957 could be void.
23958
23959 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
23960
23961 * emacs-lisp/debug.el (debugger-will-be-back): New var.
23962 (debug): Use it.
23963 (debugger-step-through, debugger-continue, debugger-jump)
23964 (debugger-return-value): Set it when needed.
23965 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
23966 Use inhibit-read-only.
23967
23968 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
23969
23970 * window.el (shrink-window-if-larger-than-buffer)
23971 (window-size-fixed): Fix typo in docstring.
23972
23973 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
23974 thumbnails directory on loading.
23975 (thumbs-conversion-program): Use `eq' to check the system type,
23976 not `equal'.
23977 (thumbs-temp-dir): Initialize to `temporary-file-directory',
23978 not "/tmp". Fix docstring.
23979 (thumbs-thumbsdir): New function to return the thumbnails
23980 directory, creating it if needed.
23981 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
23982 (thumbs-temp-file): Delete variable and make it into a function.
23983 (thumbs-resize-image, thumbs-modify-image): Use it.
23984 (thumbs-kill-buffer): Simplify.
23985 (thumbs-gensym): Defalias or duplicate CL `gensym'.
23986 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
23987 docstrings.
23988
23989 2005-06-09 Kim F. Storm <storm@cua.dk>
23990
23991 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
23992 set-match-data to free markers in match-data.
23993
23994 * replace.el (replace-match-data): Pass RESEAT arg `t' to
23995 match-data to unchain markers in match-data.
23996
23997 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
23998
23999 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
24000 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
24001 unnecessary now.
24002
24003 2005-06-08 Richard M. Stallman <rms@gnu.org>
24004
24005 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
24006 give the variable a doc string that doesn't say don't set it directly.
24007
24008 * textmodes/ispell.el (ispell-check-version):
24009 Use match-string-no-properties.
24010 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
24011 (ispell-buffer-local-words): Likewise.
24012
24013 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
24014 except on terminals with enough colors to really display it.
24015 (makefile-dependency-regex): Delete spurious `bb'.
24016
24017 * faces.el (escape-glyph): Use blue once again in last case.
24018 (no-break-space): Redefine so that it isn't invisible on a tty.
24019
24020 2005-06-08 Kim F. Storm <storm@cua.dk>
24021
24022 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
24023 also when reading directory name.
24024
24025 2005-06-08 Lute Kamstra <lute@gnu.org>
24026
24027 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
24028 (flyspell-mode-line-string): Remove autoload cookie.
24029 (flyspell-mode): Remove defvar.
24030
24031 2005-06-07 Lute Kamstra <lute@gnu.org>
24032
24033 * textmodes/org.el (org-run-mode-hooks): New function.
24034 (org-agenda-mode): Use it.
24035
24036 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
24037
24038 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
24039
24040 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
24041
24042 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
24043
24044 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
24045
24046 * font-lock.el (font-lock-add-keywords): Doc fix.
24047
24048 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
24049
24050 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
24051 (tex-compile-default): In the absence of any history, use the order in
24052 tex-compile-alist to choose the preferred command.
24053 (tex-compile-commands): Reorder a bit.
24054
24055 * textmodes/flyspell.el (flyspell-auto-correct-binding)
24056 (flyspell-incorrect-face, flyspell-duplicate-face):
24057 Use (X)Emacs-agnostic code.
24058 (flyspell-mode-map): Don't overwrite at each load. Remove code
24059 redundant with the subsequent add-minor-mode. Merge Emacs and
24060 XEmacs code.
24061 (flyspell-word): Minor simplification.
24062 (flyspell-math-tex-command-p): Quieten the byte-compiler.
24063 (flyspell-external-point-words): Remove unused vars `size' and `start'.
24064 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
24065 Merge the corresponding Emacs code.
24066 (flyspell-correct-word, flyspell-xemacs-popup):
24067 Use flyspell-do-correct.
24068
24069 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
24070 a dedicated window.
24071
24072 * international/latexenc.el (latexenc-find-file-coding-system):
24073 Undo part of last patch, to turn off a compiler warning.
24074
24075 2005-06-06 Juri Linkov <juri@jurta.org>
24076
24077 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
24078 Rename `tmm-inactive-face' to `tmm-inactive'.
24079
24080 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
24081
24082 * iswitchb.el: Rename faces.
24083
24084 2005-06-06 Kim F. Storm <storm@cua.dk>
24085
24086 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
24087 (cua-global-mark): Remove -face suffix from face names.
24088
24089 * emulation/cua-gmrk.el (cua--init-global-mark):
24090 Remove cua-global-mark face setup.
24091
24092 2005-06-06 Richard M. Stallman <rms@gnu.org>
24093
24094 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
24095 just like other allowed characters.
24096 (makefile-match-dependency): Exclude leading and training whitespace
24097 from the range of regexp subexp 1.
24098 (makefile-macroassign-regex): Don't try to match the body,
24099 just the name of the macro being defined.
24100
24101 * info.el (Info-read-node-name-2): New function.
24102 (Info-read-node-name-1): Use that.
24103 Add a completion-base-size-function property.
24104
24105 * simple.el (completion-setup-function): Look for
24106 completion-base-size-function property of minibuffer-completion-table.
24107
24108 * files.el (locate-file-completion): Doc fix.
24109
24110 * printing.el: Don't call pr-update-menus; user must do that.
24111
24112 * emacs-lisp/debug.el (debugger-window): New variable.
24113 (debug): Use debugger-window if it is set and still alive.
24114 Record debugger-window for next entry.
24115
24116 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
24117
24118 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
24119
24120 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
24121 (hack-one-local-variable, hack-local-variables)
24122 (hack-local-variables-prop-line): Pass that arg.
24123
24124 2005-06-06 Kim F. Storm <storm@cua.dk>
24125
24126 * ido.el (ido-first-match, ido-only-match, ido-subdir)
24127 (ido-indicator): Remove -face suffix from face names.
24128
24129 2005-06-06 Juri Linkov <juri@jurta.org>
24130
24131 * font-lock.el (font-lock-regexp-backslash)
24132 (font-lock-regexp-backslash-construct): New faces.
24133 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
24134 after `('. Add `while-no-input' to control structures.
24135
24136 * faces.el (no-break-space, shadow): New faces.
24137 (escape-glyph): Use less loud colors pink2 and red4.
24138
24139 * diff-mode.el (diff-context-face)
24140 * dired.el (dired-ignored)
24141 * rfn-eshadow.el (file-name-shadow)
24142 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
24143
24144 * info.el (Info-title-1-face): Use green instead of yellow because
24145 bold yellow is not readable on light backgrounds.
24146
24147 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
24148 before selecting the desired mode to not spend time fontifying
24149 old contents.
24150
24151 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
24152
24153 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
24154 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
24155
24156 * ps-print.el (ps-default-fg, ps-default-bg):
24157 Fix typos in docstrings.
24158
24159 * isearchb.el (isearchb): Don't pass a spurious second argument to
24160 `iswitchb-completions'.
24161
24162 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
24163
24164 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
24165 to preserve point.
24166 (gdb-find-file-hook): Add doc string.
24167
24168 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
24169 C dereferenced pointer expression.
24170 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
24171
24172 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
24173
24174 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
24175 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
24176 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
24177 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
24178 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
24179 Make background transparent.
24180
24181 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
24182
24183 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
24184 (font-lock-remove-keywords): Doc fix.
24185 (font-lock-mode-major-mode): Compiler defvar.
24186 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
24187
24188 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
24189 (font-lock-mode): Update `font-lock-mode-major-mode'.
24190 (font-lock-set-defaults): Compiler defvar.
24191 (font-lock-default-function): Take `font-lock-mode-major-mode'
24192 into account.
24193
24194 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
24195 keep track of which major mode it enabled the minor mode for.
24196 Use find-file-hook again. Update docstring.
24197
24198 * simple.el (eval-expression-print-level)
24199 (eval-expression-print-length, eval-expression-debug-on-error):
24200 Doc fixes.
24201
24202 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
24203
24204 * iswitchb.el (iswitchb-single-match-face)
24205 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
24206 (iswitchb-invalid-regexp-face): New faces.
24207 (iswitchb-completions): Use them.
24208 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
24209 now marked as an obsolete alias.
24210 (iswitchb-read-buffer): Remove check for bound font variables.
24211 (iswitchb-invalid-regexp): New free variable.
24212 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
24213 set iswitchb-invalid-regexp.
24214 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
24215 invalid regexps.
24216 (iswitchb-completions): Add check for complete match when entering
24217 a regexp.
24218 (iswitchb-completions): Remove require-match argument.
24219 (iswitchb-exhibit): Fix caller.
24220 (iswitchb-common-match-inserted): New variable.
24221 (iswitchb-complete, iswitchb-completion-help): Use it.
24222
24223 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
24224
24225 * url-http.el (url-http-chunked-encoding-after-change-function):
24226 Use `url-http-debug' instead of `message'.
24227
24228 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
24229
24230 * url-http.el (url-http-parse-headers): Pass redirected URL as a
24231 callback argument.
24232
24233 2005-06-04 Kim F. Storm <storm@cua.dk>
24234
24235 * simple.el (line-move): Only call sit-for when moving backwards.
24236
24237 * ido.el (ido-make-merged-file-list-1): New defun split from
24238 ido-make-merged-file-list.
24239 (ido-make-merged-file-list): Bind throw-on-input around call to
24240 ido-make-merged-file-list-1. Return input-pending-p if
24241 interrupted by more input available.
24242 (ido-read-internal): Handle input-pending-p return value from
24243 ido-make-merged-file-list.
24244
24245 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
24246
24247 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
24248 compatibility code.
24249
24250 * international/latexenc.el (latexenc-find-file-coding-system):
24251 Don't inherit the EOL part of the coding-system from the
24252 tex-main buffer. Fit within 80 columns.
24253
24254 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
24255
24256 * tmm.el (tmm-inactive-face): New face.
24257 (tmm-remove-inactive-mouse-face): New function.
24258 (tmm-prompt, tmm-add-one-shortcut)
24259 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
24260 but not selectable.
24261
24262 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
24263
24264 * faces.el (face-equal): Improve argument/docstring consistency.
24265
24266 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
24267
24268 * progmodes/make-mode.el (makefile-targets-face)
24269 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
24270 (makefile-bsdmake-dependency-regex)
24271 (makefile-makepp-rule-action-regex)
24272 (makefile-bsdmake-rule-action-regex): New constants.
24273 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
24274
24275 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24276 Allow (...) within `...' for makepp messages.
24277
24278 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
24279
24280 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
24281
24282 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
24283 "." files are deleted from all file lists before comparison.
24284
24285 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24286 (viper-ESC-key): Made them customizable.
24287
24288 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
24289
24290 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
24291
24292 * autorevert.el (auto-revert-buffers): Use save-match-data.
24293
24294 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
24295
24296 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
24297 menu items with a nil command binding.
24298
24299 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
24300
24301 * emacs-lisp/cl-macs.el (defsetf):
24302 Improve argument/docstring consistency.
24303
24304 * faces.el (list-faces-display): Improve the formatting by
24305 computing the maximum length required for any face-name (reworked
24306 patch of 1999-01-11, accidentally deleted on 1999-07-21).
24307 (internal-find-face): Remove redundant info in docstring.
24308
24309 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
24310
24311 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
24312 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
24313 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
24314 (gdb-assembler-custom): Improve regexps.
24315 (def-gdb-auto-update-handler): Use window point to preserve point.
24316
24317 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
24318
24319 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
24320
24321 2005-05-31 Jay Belanger <belanger@truman.edu>
24322
24323 * calc/calc-embed.el (calc-embedded-word): Change argument passed
24324 to calc-embedded.
24325 (calc-embedded-make-info): Have plain prefix argument select
24326 entire line.
24327
24328 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
24329
24330 * faces.el (list-faces-display): Signal error if passed a regexp
24331 that matches no face name.
24332
24333 * simple.el (filter-buffer-substring): Fix typo in docstring.
24334
24335 2005-05-31 Richard M. Stallman <rms@gnu.org>
24336
24337 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
24338 (vhdl-emacs-21): Doc fix.
24339 (vhdl-mode): Unconditionally set comment-padding.
24340 (vhdl-fixup-whitespace-region): Insert spaces only where
24341 there are none.
24342 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
24343
24344 2005-05-30 John Wiegley <johnw@newartisans.com>
24345
24346 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
24347 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
24348 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
24349 `directory-sep-char' to ?/, and all uses of `string-to-int' to
24350 `string-to-number'.
24351
24352 2005-05-30 Jay Belanger <belanger@truman.edu>
24353
24354 * calc/calc.el (calc-bug-address): Fix docstring.
24355 (calc-window-hook, calc-trail-window-hook): New variables.
24356 (calc-trail-display): Restore use of calc-trail-window-hook.
24357 (calc): Restore use of calc-window-hook.
24358
24359 2005-05-31 Masatake YAMATO <jet@gyve.org>
24360
24361 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
24362
24363 * help-fns.el (help-C-file-name): Add autoload mark for
24364 `find-function-noselect'.
24365
24366 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
24367
24368 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
24369 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
24370
24371 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24372
24373 * calendar/diary-lib.el (mark-included-diary-files): Only kill
24374 included diary buffer if it was not already being visited.
24375 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
24376
24377 * calendar/icalendar.el (top-level): Do not require appt.
24378
24379 * mail/supercite.el (sc-select-attribution): Only use a list
24380 element from sc-attrib-selection-list if it returns a string.
24381 Reported by Davide G. M. Salvetti <salve@debian.org>.
24382
24383 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
24384
24385 * thumbs.el (thumbs-thumbname): The resulting thumbname now
24386 includes a hash value to improve its uniqueness, and has a ".jpg"
24387 extension. Also, it is now a valid filename on all systems.
24388 (thumbs-make-thumb): Use `let', not `let*'.
24389 (thumbs-show-thumbs-list): Check for JPEG availability.
24390
24391 2005-05-30 Richard M. Stallman <rms@gnu.org>
24392
24393 * filesets.el (filesets-menu-ensure-use-cached):
24394 Prevent warning when emacs-version>= is undefined.
24395
24396 * printing.el (pr-interactive-n-up): Use string-to-number.
24397
24398 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
24399
24400 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24401 Warn only when name to be defined is quoted.
24402
24403 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
24404
24405 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
24406 Make regexp more robust.
24407 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
24408 Force regeneration of disassembly.
24409
24410 2005-05-29 Jay Belanger <belanger@truman.edu>
24411
24412 * calc/calc.el (calc-user-invocation): Check if
24413 calc-invocation-macro is non-nil.
24414
24415 2005-05-29 Juri Linkov <juri@jurta.org>
24416
24417 * add-log.el (change-log-font-lock-keywords):
24418 Add `+' to e-mail regexp to accept mail address with keywords.
24419
24420 * man.el (Man-name-regexp): Add `:' to accept qualified names.
24421
24422 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
24423
24424 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
24425
24426 * ielm.el (inferior-emacs-lisp-mode): Ditto.
24427
24428 2005-05-29 Richard M. Stallman <rms@gnu.org>
24429
24430 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
24431 Undo the change that moves to end of the current word.
24432
24433 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
24434
24435 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
24436 Throw error when count <= 0 to ensure input is a number.
24437 (gdb-read-memory-custom): Pick up address from buffer.
24438 (gdb-memory-mode): Allow user to increment and decrement
24439 memory address from header line.
24440
24441 2005-05-29 Richard M. Stallman <rms@gnu.org>
24442
24443 * flyspell.el (flyspell-version): Function deleted.
24444 (flyspell-auto-correct-previous-hook): Doc fix.
24445
24446 * jit-lock.el (jit-lock-function, jit-lock-after-change):
24447 Do nothing if memory is full.
24448
24449 * font-lock.el (font-lock-fontify-syntactically-region):
24450 Pass t for GREEDY to looking-back.
24451
24452 * saveplace.el (save-place-alist-to-file): Write the file
24453 using write-region.
24454
24455 * subr.el (looking-back): New argument GREEDY.
24456
24457 * progmodes/compile.el (compilation-start): Set the mode
24458 before inserting the initial text.
24459
24460 * progmodes/which-func.el (which-func-update-1): Turn the mode
24461 off in case of error by setting which-func-mode.
24462
24463 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
24464
24465 * flyspell.el (flyspell-auto-correct-previous-word):
24466 Narrow down to what's on the screen, and recenter overlays
24467 at the end of the next word.
24468
24469 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
24470
24471 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
24472 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
24473 (flyspell-abbrev-p): Default to nil.
24474 (flyspell-use-global-abbrev-table-p): Doc fix.
24475 (flyspell-large-region): Allow nil as value.
24476 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
24477
24478 (mail-mode-flyspell-verify): More robust handling
24479 of `mail-header-separator'. More efficient signature detection.
24480 Allow for regexp metacharacters in message-header-separator.
24481 Adding `To' not to be checked in mail-mode-flyspell-verify.
24482
24483 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
24484 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
24485 Bind flyspell-auto-correct-binding.
24486 Bind C-. and C-, .
24487 (flyspell-mode-map): Likewise.
24488 (flyspell-mode): Doc fix.
24489 (flyspell-accept-buffer-local-defs): Preserve current buffer.
24490 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
24491 (flyspell-word-cache-result): New var, always local.
24492 (flyspell-check-pre-word-p): Doc fix.
24493 (flyspell-check-changed-word-p): Handle spc like newline.
24494 (flyspell-post-command-hook): Set flyspell-word-cache-result.
24495 (flyspell-word-search-backward, flyspell-word-search-forward):
24496 New functions.
24497 (flyspell-word): Return t if nothing to check.
24498 When parsing TeX code, check for after } or \.
24499 Use flyspell-word-search-backward to find previous word.
24500 Return nil if duplicated word.
24501 For word already checked, return same value as last time.
24502 Set flyspell-word-cache-result after checking.
24503 Don't clobber the return value.
24504 (flyspell-get-word): Major rewrite.
24505 (flyspell-external-point-words): New locals pword, pcount.
24506 Fix size used in progress message.
24507 Find the proper corresponding word in flyspell-large-region-buffer.
24508 (flyspell-region): Check for flyspell-large-region = nil.
24509 (flyspell-highlight-incorrect-region): Clean up overlays in region.
24510 (flyspell-auto-correct-word): Check that WORD is a cons.
24511 (flyspell-correct-word): Likewise.
24512
24513 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
24514
24515 * progmodes/make-mode.el (makefile-rule-action-regex)
24516 (makefile-macroassign-regex, makefile-makepp-mode)
24517 (makefile-bsdmake-mode): Continuation lines may be empty.
24518 Reported by Joshua Varner.
24519 (makefile-makepp-font-lock-keywords): Add $(stem).
24520
24521 2005-05-28 Karl Berry <karl@gnu.org>
24522
24523 * textmodes/tex-mode.el: Now that tex-send-command calls
24524 shell-quote-argument (2005-03-31 change), remove all calls to
24525 shell-quote-argument; they all end up invoking tex-send-command.
24526 The double quoting loses on filenames with non-safe characters,
24527 such as "@". Reported by Frederik Fouvry.
24528
24529 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
24530
24531 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
24532 about preserving point.
24533
24534 2005-05-27 Jay Belanger <belanger@truman.edu>
24535
24536 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
24537 Info-goto-node.
24538
24539 * calc/calc-embed.el (calc-embed-arg): New variable.
24540 (calc-do-embedded-activate, calc-embedded-activate-formula)
24541 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
24542 variable by new variable.
24543 (calc-embedded-make-info): Replace undeclared variable by new
24544 variable. When selecting region with positive prefix
24545 argument, use end of previous line instead of beginning of line.
24546
24547 * calc/calc-aent.el (calc-arg-values): Declare it.
24548
24549 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
24550 Declare them.
24551
24552 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
24553
24554 * calc/calc.el (calc-alg-map): Declare it.
24555
24556 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
24557
24558 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
24559
24560 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
24561 (gdb-registers-buffer, toggle-gdb-all-registers):
24562 Toggle display of floating point registers.
24563 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
24564
24565 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
24566 (toggle-gud-tooltip-dereference):
24567 Rename from gud-toggle-tooltip-dereference.
24568
24569 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
24570
24571 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
24572
24573 2005-05-27 Jay Belanger <belanger@truman.edu>
24574
24575 * calc/calc-prog.el (calc-kbd-report): Remove.
24576 (calc-kbd-query): Rewrite.
24577
24578 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
24579
24580 * image.el (image-library-alist): Move to image.c.
24581 (image-type-available-p): Doc fix.
24582
24583 2005-05-27 Lute Kamstra <lute@gnu.org>
24584
24585 * calc/calc.el (calc):
24586 * outline.el (outline-1, outline-2, outline-3, outline-4)
24587 (outline-5, outline-6, outline-7, outline-8):
24588 * textmodes/dns-mode.el (dns-mode):
24589 * textmodes/sgml-mode.el (sgml-namespace-face):
24590 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
24591 (tex-verbatim-face, tex-use-reftex):
24592 * textmodes/texinfo.el (texinfo-heading-face):
24593 Specify customization group.
24594
24595 * longlines.el: Don't require easy-mmode.
24596 (longlines-visible-face): Specify customization group.
24597
24598 2005-05-27 Kenichi Handa <handa@m17n.org>
24599
24600 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
24601 encoding table of windows-1251.
24602
24603 * international/ucs-tables.el (ucs-set-table-for-input):
24604 If translation-table-for-input of a coding system is a symbol, get
24605 its translation-table property.
24606
24607 * international/code-pages.el: Don't register a coding system into
24608 non-iso-charset-alist more than once.
24609 (cp-make-coding-system): Likewise.
24610
24611 2005-05-26 John Wiegley <johnw@newartisans.com>
24612
24613 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
24614 `eshell-resume-eval' is wrapped in a list, it indicates that the
24615 command was run asynchronously. In that case, unwrap the value
24616 before checking the delimiter value.
24617
24618 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
24619 character before a space at the end of a line is \, assume the space
24620 is part of the last argument rather than a final argument separator.
24621
24622 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
24623 is in use, and the target is `t' or `nil' (which are the most common
24624 values), don't assume that the symbol target is a buffer.
24625
24626 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
24627
24628 * calendar/calendar.el (calendar-mode-line-format):
24629 Use mode-line-highlight as mouse-face.
24630
24631 * time.el (display-time-string-forms, display-time-update):
24632 Use mode-line-highlight as mouse-face.
24633
24634 2005-05-26 Jay Belanger <belanger@truman.edu>
24635
24636 * calc/calc.el (calc-language-alist): Remove extra defvar.
24637
24638 2005-05-26 Lute Kamstra <lute@gnu.org>
24639
24640 * arc-mode.el (archive-mode):
24641 * bookmark.el (bookmark-read-annotation-mode)
24642 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
24643 * bs.el (bs-mode):
24644 * calc/calc-yank.el (calc-edit-mode):
24645 * calc/calc.el (calc-mode, calc-trail-mode):
24646 * calculator.el (calculator-mode):
24647 * chistory.el (command-history-mode):
24648 * comint.el:
24649 * cus-edit.el (custom-mode):
24650 * descr-text.el (describe-text-mode):
24651 * ebuff-menu.el (Electric-buffer-menu-mode):
24652 * ediff-util.el (ediff-mode):
24653 * emacs-lisp/re-builder.el (reb-mode):
24654 * emulation/vi.el (vi-mode-setup):
24655 * emulation/ws-mode.el (wordstar-mode):
24656 * eshell/esh-mode.el (eshell-mode):
24657 * forms.el (forms-mode):
24658 * help-mode.el (help-mode):
24659 * hexl.el (hexl-mode):
24660 * ibuffer.el (ibuffer-mode):
24661 * ielm.el (inferior-emacs-lisp-mode):
24662 * info.el (Info-mode, Info-edit-mode):
24663 * international/swedish.el:
24664 * ledit.el (ledit-from-lisp-mode):
24665 * locate.el (locate-mode):
24666 * mail/rmail.el (rmail-mode):
24667 * mail/rmailedit.el (rmail-edit-mode):
24668 * mail/rmailsum.el (rmail-summary-mode):
24669 * mail/supercite.el (sc-electric-mode):
24670 * net/eudc.el (eudc-mode):
24671 * net/quickurl.el (quickurl-list-mode):
24672 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
24673 * obsolete/ooutline.el (outline-mode):
24674 * obsolete/options.el (Edit-options-mode):
24675 * obsolete/rnews.el (news-mode):
24676 * obsolete/rnewspost.el (news-reply-mode):
24677 * play/5x5.el (5x5-mode):
24678 * play/decipher.el (decipher-mode, decipher-stats-mode):
24679 * play/gomoku.el (gomoku-mode):
24680 * play/snake.el (snake-mode):
24681 * play/solitaire.el (solitaire-mode):
24682 * play/tetris.el (tetris-mode):
24683 * progmodes/ada-mode.el (ada-mode):
24684 * progmodes/antlr-mode.el (antlr-mode):
24685 * progmodes/autoconf.el (autoconf-mode):
24686 * progmodes/dcl-mode.el (dcl-mode):
24687 * progmodes/delphi.el (delphi-mode):
24688 * progmodes/ebrowse.el (ebrowse-tree-mode)
24689 (ebrowse-electric-list-mode, ebrowse-member-mode)
24690 (ebrowse-electric-position-mode):
24691 * progmodes/f90.el (f90-mode):
24692 * progmodes/fortran.el (fortran-mode):
24693 * progmodes/icon.el (icon-mode):
24694 * progmodes/idlw-help.el (idlwave-help-mode):
24695 * progmodes/idlw-shell.el (idlwave-shell-mode):
24696 * progmodes/idlwave.el (idlwave-mode):
24697 * progmodes/inf-lisp.el (inferior-lisp-mode):
24698 * progmodes/m4-mode.el (m4-mode):
24699 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
24700 * progmodes/modula2.el (modula-2-mode):
24701 * progmodes/octave-inf.el (inferior-octave-mode):
24702 * progmodes/octave-mod.el (octave-mode):
24703 * progmodes/pascal.el (pascal-mode):
24704 * progmodes/sh-script.el (sh-mode):
24705 * progmodes/sql.el (sql-mode, sql-interactive-mode):
24706 * progmodes/vhdl-mode.el (vhdl-mode):
24707 * progmodes/xscheme.el (scheme-interaction-mode):
24708 * replace.el (occur-mode):
24709 * ses.el (ses-mode):
24710 * simple.el (completion-list-mode):
24711 * skeleton.el:
24712 * speedbar.el (speedbar-mode):
24713 * term.el (term-mode):
24714 * terminal.el (terminal-edit-mode):
24715 * textmodes/reftex-index.el (reftex-index-mode)
24716 (reftex-index-phrases-mode):
24717 * textmodes/reftex-sel.el (reftex-select-label-mode)
24718 (reftex-select-bib-mode):
24719 * textmodes/reftex-toc.el (reftex-toc-mode):
24720 * wdired.el (wdired-change-to-wdired-mode):
24721 * wid-browse.el (widget-browse-mode):
24722 Use run-mode-hooks.
24723
24724 * array.el (array-mode):
24725 * calendar/todo-mode.el (todo-mode):
24726 * man.el (Man-mode):
24727 * play/landmark.el (lm-mode):
24728 * play/mpuz.el (mpuz-mode):
24729 Use kill-all-local-variables and run-mode-hooks.
24730
24731 * subr.el (delay-mode-hooks): Specify indentation.
24732
24733 2005-05-26 Mark A. Hershberger <mah@everybody.org>
24734
24735 * xml.el (xml-substitute-special): Don't die for undefined xml
24736 entities.
24737
24738 2005-05-26 Jay Belanger <belanger@truman.edu>
24739
24740 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
24741 of nil.
24742
24743 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
24744
24745 * progmodes/gdb-ui.el (gdb-frame-address):
24746 Rename from gdb-current-address.
24747 (gdb-previous-frame-address): Rename from gdb-previous-address.
24748 (gdb-selected-frame): Rename from gdb-current-frame.
24749 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
24750 (gdb-frame-number): Rename from gdb-current-stack-level.
24751 (gdb-ann3): Match new mode-name for disassembly buffer.
24752 Extend initialization of variables.
24753 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
24754 (gdb-memory-mode): Use mouse-face in header line.
24755 (gdb-assembler-buffer-name): Call it disassembly and give frame
24756 in mode line.
24757 (gdb-source-spec-regexp, gdb-assembler-custom)
24758 (gdb-invalidate-assembler, gdb-frame-handler):
24759 Make robust to leading zeroes in address format.
24760
24761 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
24762
24763 * textmodes/org.el (org-mode): Use `define-derived-mode' to
24764 define `org-mode'.
24765 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
24766
24767 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
24768
24769 * log-edit.el (log-edit-changelog-entries): Distinguish between
24770 filenames like xfns.c and fns.c.
24771
24772 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
24773
24774 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
24775 point after reverting.
24776 (Buffer-menu-make-sort-button): Handle the case where
24777 `Buffer-menu-use-header-line' is nil.
24778
24779 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
24780
24781 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
24782 New funcs. In minibuffer-local-completion-map bind `]', `/'
24783 and `:' to them.
24784
24785 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
24786
24787 * startup.el (normal-top-level): Allow modification of load-path while
24788 we're iterating over it.
24789
24790 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
24791
24792 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
24793 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
24794 (thumbs-resize-interactive, thumbs-insert-image)
24795 (thumbs-insert-thumb, thumbs-dired-show-marked)
24796 (thumbs-find-image-at-point, thumbs-delete-images)
24797 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
24798 (thumbs-increment-image-size, thumbs-decrement-image-size):
24799 Fix typos in docstrings.
24800
24801 2005-05-24 Andre Spiegel <spiegel@gnu.org>
24802
24803 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
24804 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
24805 (cperl-mode): Use them.
24806
24807 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
24808
24809 * window.el (quit-window, shrink-window-if-larger-than-buffer):
24810 Doc fixes.
24811
24812 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
24813
24814 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
24815 Bind C-d to gdb-inferior-io-eof.
24816
24817 * dired.el (dired-dnd-popup-notice): Use message-box.
24818
24819 2005-05-23 Masatake YAMATO <jet@gyve.org>
24820
24821 * bindings.el (mode-line-major-mode-keymap):
24822 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
24823
24824 * faces.el (mode-line-highlight): New face.
24825
24826 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
24827 as mouse-face.
24828
24829 * bindings.el (top-level, help-echo, mode-line-modified)
24830 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
24831 as mouse-face.
24832
24833 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
24834
24835 * progmodes/cc-engine.el (c-guess-basic-syntax):
24836 Remove spurious call to `zerop'.
24837
24838 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
24839
24840 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
24841
24842 CC Mode update to 5.30.10:
24843
24844 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
24845 could go past the limit in decoration level 2, thereby causing
24846 errors during interactive fontification.
24847
24848 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
24849 the file is evaluated interactively.
24850
24851 * cc-engine.el (c-guess-basic-syntax): Handle operator
24852 declarations somewhat better in C++.
24853
24854 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
24855 make use of `run-mode-hooks' which has been added in Emacs 21.1.
24856 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
24857 (awk-mode): Use it.
24858 (make-local-hook): Suppress warning about obsoleteness.
24859
24860 * cc-engine.el, cc-align.el, cc-cmds.el
24861 (c-append-backslashes-forward, c-delete-backslashes-forward)
24862 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
24863 Compensate for return value from `forward-line' when it has moved
24864 but not to a different line due to eob.
24865
24866 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
24867 `objc-method-intro' and `objc-method-args-cont'.
24868
24869 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
24870
24871 CC Mode update to 5.30.10:
24872
24873 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
24874 in the copyright statement. Incidentally, change "along with GNU
24875 Emacs" to "along with this program" where it occurs.
24876
24877 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
24878 so that it is interactive, hence can be found by M-x awk-mode
24879 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
24880 <gmorris+emacs@ast.cam.ac.uk>.
24881
24882 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
24883 Mode's regexps.
24884
24885 2005-05-23 Kevin Ryde <user42@zip.com.au>
24886
24887 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
24888 c-parse-state, to avoid a lisp error (on bad code).
24889
24890 2005-05-23 Lute Kamstra <lute@gnu.org>
24891
24892 * subr.el (font-lock-defaults): Remove defvar as it's already
24893 defined in font-core.el.
24894
24895 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
24896
24897 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
24898
24899 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
24900 more general and work when GDB variable "print pretty" is on,
24901 as with Emacs, for example.
24902
24903 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
24904
24905 * font-core.el: Update comment.
24906
24907 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24908 Use `after-change-major-mode-hook' instead of `find-file-hook'.
24909
24910 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
24911
24912 2005-05-22 Eli Zaretskii <eliz@gnu.org>
24913
24914 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
24915 and `yank-handler' in the doc strings.
24916
24917 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
24918
24919 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
24920
24921 2005-05-22 Richard M. Stallman <rms@gnu.org>
24922
24923 * help.el (describe-key): Move print-help-return-message call
24924 out of conditional.
24925
24926 * progmodes/etags.el (list-tags): Use with-no-warnings.
24927
24928 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
24929 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
24930 (starttls-extra-args, starttls-extra-arguments): Add defvars.
24931
24932 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
24933
24934 * language/viet-util.el (viet-viscii-nonascii-translation-table):
24935 Add defvar.
24936
24937 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
24938 Use defvar, not defconst.
24939
24940 * hexl.el (hexl-follow-line): Use with-no-warnings.
24941
24942 * emulation/tpu-extras.el: Use write-file-functions instead of
24943 write-file-hooks.
24944
24945 * dired.el (dired-font-lock-keywords): Fontify files with junk
24946 extensions even if marked by -F.
24947
24948 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
24949
24950 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
24951 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
24952 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
24953 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
24954 (concatenate, list-length, get*, getf, cl-remprop):
24955 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
24956 (etypecase, progv, lexical-let, lexical-let*)
24957 (multiple-value-bind, multiple-value-setq, shiftf):
24958 Improve argument/docstring consistency.
24959
24960 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
24961
24962 2005-05-22 Andre Spiegel <spiegel@gnu.org>
24963
24964 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
24965 doesn't exist.
24966
24967 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
24968 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
24969
24970 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
24971
24972 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
24973 already deleted variables: auto-fill-hook, blink-paren-hook,
24974 lisp-indent-hook, inhibit-local-variables, unread-command-event,
24975 suspend-hooks, comment-indent-hook, meta-flag,
24976 before-change-function, after-change-function,
24977 font-lock-doc-string-face.
24978
24979 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
24980
24981 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
24982
24983 2005-05-21 Eli Zaretskii <eliz@gnu.org>
24984
24985 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
24986 rmail-dont-reply-to.
24987
24988 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24989
24990 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
24991 literal blank when splitting new-header-values.
24992
24993 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
24994
24995 * calendar/cal-menu.el (cal-menu-update): Add separator as a
24996 string so that tmm doesn't create a completion entry for it.
24997
24998 * textmodes/table.el (table-disable-menu): Ditto.
24999
25000 2005-05-21 Richard M. Stallman <rms@gnu.org>
25001
25002 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
25003
25004 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
25005
25006 * net/rcompile.el (remote-compile): Use compilation-start.
25007
25008 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
25009
25010 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
25011
25012 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
25013 Default to makefile-bsdmake-mode on BSD systems.
25014
25015 * imenu.el (imenu-generic-expression, imenu--generic-function'):
25016 REGEXP may also be a search function now. The part of doc-string
25017 for describing the structure was 95% identical to that of
25018 `imenu--generic-function'. Unify it there.
25019
25020 * progmodes/make-mode.el (makefile-imenu-generic-expression):
25021 Use function to find dependencies, because regexp alone is so complex,
25022 it easily goes into an endless loop.
25023 (makefile-makepp-mode): Also add submenu for Perl functions
25024 defined in the makefile.
25025 (makefile-bsdmake-mode): Special imenu-generic-expression no
25026 longer needed, due to function call.
25027 (makefile-match-dependency): Take BOUND into account when checking
25028 if we're through.
25029
25030 2005-05-20 Jay Belanger <belanger@truman.edu>
25031
25032 * calc/calc-units.el (calc-invalidate-units-table):
25033 Use inhibit-read-only.
25034 (math-build-units-table-buffer): Use view-mode.
25035
25036 2005-05-20 David Kastrup <dak@gnu.org>
25037
25038 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
25039 easy-menu-add is not a nop on Emacs; and clarify when to call it.
25040
25041 2005-05-20 Lute Kamstra <lute@gnu.org>
25042
25043 * diff-mode.el (diff-header-face, diff-file-header-face)
25044 (diff-index-face, diff-hunk-header-face, diff-removed-face)
25045 (diff-added-face, diff-changed-face, diff-function-face)
25046 (diff-context-face, diff-nonexistent-face): Put them in the
25047 diff-mode customization group.
25048
25049 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25050
25051 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
25052
25053 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
25054
25055 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
25056 Minor regexp-optimization.
25057
25058 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
25059
25060 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
25061 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
25062 (org-agenda-add-time-grid-maybe): New function.
25063 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
25064 (org-table-create): `dotimes' instead of `mapcar'.
25065 (org-xor): Simplify implementation.
25066 (org-agenda): `inhibit-redisplay' turned on.
25067 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
25068 a consistent line after a state change.
25069 (org-agenda-remove-times-when-in-prefix): New option.
25070 (org-prefix-has-time): New variable.
25071 (org-parse-time-string): Optional argument NODEFAULT.
25072 (org-format-agenda-item): Parse items for time-of-day
25073 specifications and move these into the prefix if possible.
25074 (org-agenda-priority): Get current heading, not previous heading
25075 during agenda remote editing.
25076
25077 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
25078
25079 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
25080 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
25081 (remove-duplicates, delete-duplicates, substitute)
25082 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
25083 (nsubstitute-if-not, find, find-if, find-if-not, position)
25084 (position-if, position-if-not, count, count-if, count-if-not)
25085 (mismatch, search, sort*, stable-sort, merge, member*)
25086 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
25087 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
25088 (intersection, nintersection, set-difference, nset-difference)
25089 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
25090 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
25091 (nsublis, tree-equal): Improve argument/docstring consistency.
25092
25093 * subr.el (send-string, send-region): Remove obsolescence declaration.
25094 (window-dot, set-window-dot, read-input, show-buffer)
25095 (eval-current-buffer, string-to-int):
25096 Add release number to obsolescence declarations.
25097
25098 2005-05-19 Kim F. Storm <storm@cua.dk>
25099
25100 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
25101 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
25102
25103 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
25104
25105 * faces.el (list-faces-display): Make back button respect optional
25106 regexp arg.
25107
25108 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
25109
25110 * calculator.el (calculator-radix-grouping-mode)
25111 (calculator-radix-grouping-digits, calculator-displayer)
25112 (calculator-radix-grouping-separator, calculator-copy-displayer):
25113 * dabbrev.el (dabbrev-search-these-buffers-only):
25114 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
25115 (diff-advance-after-apply-hunk, diff-mode-hook)
25116 (diff-minor-mode-prefix):
25117 * imenu.el (imenu-use-popup-menu):
25118 * jit-lock.el (jit-lock-context-time):
25119 * newcomment.el (comment-fill-column, comment-column)
25120 (comment-style, comment-padding, comment-multi-line)
25121 (comment-empty-lines, comment-auto-fill-only-comments):
25122 * reveal.el (reveal-around-mark):
25123 * uniquify.el (uniquify-buffer-name-style)
25124 (uniquify-after-kill-buffer-p)
25125 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
25126 (uniquify-min-dir-content, uniquify-separator)
25127 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
25128 * w32-vars.el (w32-fixed-font-alist):
25129 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
25130 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
25131 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
25132 * progmodes/perl-mode.el (perl-indent-level)
25133 (perl-continued-statement-offset, perl-continued-brace-offset)
25134 (perl-brace-offset, perl-brace-imaginary-offset)
25135 (perl-label-offset, perl-indent-continued-arguments)
25136 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
25137 * progmodes/tcl.el (tcl-indent-level)
25138 (tcl-continued-indent-level, tcl-auto-newline)
25139 (tcl-tab-always-indent, tcl-electric-hash-style)
25140 (tcl-help-directory-list, tcl-use-smart-word-finder)
25141 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
25142 (inferior-tcl-source-command):
25143 * textmodes/fill.el (enable-kinsoku):
25144 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
25145 * textmodes/table.el (table-yank-handler):
25146 Specify missing group (and type, if simple) in defcustom.
25147
25148 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
25149
25150 * progmodes/compile.el (compilation-finish-function): Fix defvar.
25151
25152 2005-05-19 Richard M. Stallman <rms@gnu.org>
25153
25154 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
25155
25156 * subr.el (event-basic-type): Don't get an error.
25157 (left-fringe-p): Function deleted.
25158
25159 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
25160 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
25161
25162 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
25163 in recursive copy.
25164
25165 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
25166
25167 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
25168
25169 * emacs-lisp/bytecomp.el
25170 (byte-compile-file-form-custom-declare-variable):
25171 Call byte-compile-nogroup-warn if appropriate.
25172
25173 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
25174 (compilation-set-window): Don't call left-fringe-p; do it directly.
25175
25176 2005-05-19 Jay Belanger <belanger@truman.edu>
25177
25178 * calc/calc-graph.el (calc-graph-format-data): Make sure
25179 var-PlotRejects is bound before trying to check its value.
25180
25181 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
25182
25183 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
25184 definition of this variable from reftex-global.el to reftex.el,
25185 because it is needed in the menu.
25186
25187 2005-05-19 Lute Kamstra <lute@gnu.org>
25188
25189 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
25190 years are fixed. Don't insert a space after a dash.
25191
25192 2005-05-19 Kim F. Storm <storm@cua.dk>
25193
25194 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
25195
25196 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
25197
25198 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
25199 strings, because (eq ... ?\\) is fairly frequent.
25200
25201 * progmodes/make-mode.el (makefile-add-this-line-targets):
25202 Simplify and integrate into `makefile-pickup-targets'.
25203 (makefile-add-this-line-macro): Simplify and integrate into
25204 `makefile-pickup-macros.
25205 (makefile-pickup-filenames-as-targets): Simplify.
25206 (makefile-previous-dependency, makefile-match-dependency):
25207 Don't stumble over `::'.
25208
25209 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
25210
25211 * subr.el (post-command-idle-hook, post-command-idle-delay):
25212 Remove obsoletion of post-command-idle-hook and
25213 post-command-idle-delay.
25214
25215 * faces.el (list-faces-display): Provide button when describe-face
25216 is called to take user back to the list of faces.
25217
25218 * help-fns.el (describe-variable): Remove hyperlinks in a
25219 variable's value as these are quite frequently inappropriate.
25220
25221 * follow.el (follow-submit-feedback, follow-mode):
25222 Remove references to post-command-idle-hook.
25223
25224 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
25225
25226 * progmodes/make-mode.el (makefile-previous-dependency)
25227 (makefile-match-dependency): Check for := (and in bsd mode also
25228 !=) to give a better result, even when font-lock is not on.
25229
25230 2005-05-18 Jay Belanger <belanger@truman.edu>
25231
25232 * calc/calc-help.el (calc-s-prefix-help):
25233 Add `calc-copy-special-constant' to help string.
25234
25235 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
25236
25237 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25238
25239 2005-05-18 Jay Belanger <belanger@truman.edu>
25240
25241 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
25242 in linear factors are in proper order.
25243
25244 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
25245
25246 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25247 Support for jurabib.
25248
25249 * textmodes/reftex.el (featurep): Define aliases for overlay
25250 commands, for XEmacs compatibility, and use these aliases in
25251 overlay initializations.
25252 (reftex-highlight): Use `reftex-move-overlay'.
25253 (reftex-unhighlight): Use `reftex-delete-overlay'.
25254 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
25255 (reftex-access-search-path): Use `reftex-uniquify' instead of
25256 `reftex-uniq'
25257
25258 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
25259 `before-string' property modification enables for Emacs as well.
25260 (reftex-select-item): Use `reftex-delete-overlay'.
25261 (reftex-select-mark): Use `reftex-make-overlay' and
25262 `reftex-overlay-put'.
25263 (reftex-select-unmark): Use `reftex-delete-overlay' and
25264 `reftex-overlay-put'.
25265
25266 2005-05-18 Lute Kamstra <lute@gnu.org>
25267
25268 * emacs-lisp/lisp.el (check-parens): Fix docstring.
25269
25270 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
25271
25272 * add-log.el (add-change-log-entry):
25273 * array.el (array-make-template, array-reconfigure-rows)
25274 (array-init-max-row, array-init-max-column)
25275 (array-init-columns-per-line, array-init-field-width):
25276 * replace.el (replace-match-maybe-edit, perform-replace):
25277 * textmodes/spell.el (spell-region):
25278 Replace `read-input' by `read-string'.
25279
25280 * forms.el (forms-mode):
25281 * finder.el (finder-compile-keywords):
25282 * shadowfile.el (shadow-read-files):
25283 Replace `eval-current-buffer' by `eval-buffer'.
25284
25285 * terminal.el (te-pass-through):
25286 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
25287 (ange-ftp-raw-send-cmd):
25288 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
25289 (send-process-next-char, telnet-initial-filter, telnet):
25290 Replace `send-string' by `process-send-string'.
25291
25292 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
25293 (prolog-consult-region): Replace `send-string' by
25294 `process-send-string'; replace `send-region' by `process-send-region'.
25295
25296 * progmodes/delphi.el (delphi-log-msg):
25297 Replace `set-window-dot' by `set-window-point'.
25298
25299 * subr.el (window-dot, set-window-dot, read-input, send-string)
25300 (send-region, show-buffer, eval-current-buffer):
25301 Make really obsolete, as the comment says.
25302
25303 2005-05-17 Kim F. Storm <storm@cua.dk>
25304
25305 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
25306 (cua--init-keymaps): Bind C-return instead of S-return to set
25307 rectangle mark.
25308
25309 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
25310 instead of S-return to toggle/clear rectangle mark.
25311
25312 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
25313
25314 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
25315 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
25316 Also fontify plain strings assigned to variables, mostly so that a
25317 colon has a face and is thus not taken as a dependency separator.
25318 (makefile-previous-dependency): Inline the new matcher, because it
25319 is too complex to work in both directions.
25320 (makefile-match-dependency): Eliminate `backward' arg (see above).
25321 Completely reimplemented so as to not sometimes go into an endless
25322 loop. It should also be more efficient, because first it only
25323 searches for `:', instead of applying the very complex regexp.
25324 (makefile-mode): Cancel `font-lock-support-mode', because blocks
25325 to be fontified in one piece can be too long for JIT.
25326 Makefiles are never *that* big.
25327
25328 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
25329
25330 * dired.el (dired-mode): Simplify.
25331
25332 2005-05-17 Lute Kamstra <lute@gnu.org>
25333
25334 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
25335 defcustom for the mode hook variable.
25336
25337 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
25338 Emacs Lisp Reference Manual.
25339
25340 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
25341
25342 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
25343 (evenp, list*):
25344 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
25345 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
25346
25347 * net/tramp-smb.el (tramp-smb-open-connection):
25348 Pass `tramp-chunksize' as fifth (required) argument.
25349
25350 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
25351
25352 * font-lock.el (lisp-font-lock-keywords-1):
25353 Set `font-lock-negation-char-face' for [^...] char group.
25354 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
25355
25356 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
25357 a var, and refine it to mask one more level of nested vars.
25358 (makefile-rule-action-regex): Turn it into a var, and refine it so
25359 it recognizes backslashed continuation lines as belonging to the
25360 same command.
25361 (makefile-macroassign-regex): Refine it so it recognizes
25362 backslashed continuation lines as belonging to the same command.
25363 (makefile-var-use-regex): Don't look at the next char, because it
25364 might be the same one to be skipped by the initial [^$], leading
25365 to an overlooked variable use.
25366 (makefile-make-font-lock-keywords): Remove two parameters, which
25367 are now variables that some of the modes set locally.
25368 Handle dependency and rule action matching through functions, because
25369 regexps alone match too often. Dependency matching now comes
25370 last, so it can check, whether a colon already matched something else.
25371 (makefile-mode): Inform that font-lock improves makefile parsing
25372 capabilities.
25373 (makefile-match-dependency, makefile-match-action): New functions.
25374
25375 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
25376
25377 * emacs-lisp/cl-extra.el (equalp): Doc fix.
25378
25379 * align.el (align-regexp):
25380 * ansi-color.el (ansi-color-get-face):
25381 * array.el (array-reconfigure-rows, array-init-max-row)
25382 (array-init-max-column, array-init-columns-per-line)
25383 (array-init-field-width):
25384 * dired-aux.el (dired-trample-file-versions):
25385 * dired-x.el (dired-mark-sexp):
25386 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
25387 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
25388 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
25389 * faces.el (face-read-integer):
25390 * files.el (backup-extract-version, insert-directory):
25391 * hexl.el (hexl-insert-decimal-char):
25392 * server.el (server-process-filter):
25393 * shell.el (shell-extract-num):
25394 * startup.el (command-line-1):
25395 * term.el (term-command-hook):
25396 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
25397 (time-stamp-do-number):
25398 * time.el (display-time-update):
25399 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
25400 (timezone-fix-time):
25401 * vms-patch.el (vms-suspend-resume-hook):
25402 * calendar/appt.el (appt-convert-time):
25403 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25404 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
25405 * calendar/cal-islam.el (mark-islamic-diary-entries):
25406 * calendar/calendar.el (calendar-cursor-to-date)
25407 (calendar-star-date):
25408 * calendar/diary-lib.el (diary-attrtype-convert)
25409 (mark-diary-entries, diary-entry-time):
25410 * calendar/solar.el (solar-get-number):
25411 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
25412 * emacs-lisp/re-builder.el (reb-display-subexp):
25413 * emulation/edt.el (edt-set-scroll-margins):
25414 * emulation/tpu-extras.el (tpu-set-scroll-margins):
25415 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
25416 (vip-get-ex-count):
25417 * emulation/viper-ex.el (viper-get-ex-token)
25418 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
25419 * international/fontset.el (fontset-plain-name):
25420 * mail/feedmail.el (feedmail-look-at-queue-directory):
25421 * mail/mailalias.el (mail-get-names):
25422 * mail/rmail.el (rmail-convert-to-babyl-format):
25423 * mail/rmailsum.el (rmail-make-basic-summary-line)
25424 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
25425 (rmail-summary-goto-msg):
25426 * mail/smtpmail.el (smtpmail-read-response):
25427 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
25428 (ange-ftp-vms-add-file-entry):
25429 * play/gametree.el (gametree-looking-at-ply)
25430 (gametree-current-branch-score):
25431 * progmodes/ada-xref.el (ada-prj-find-prj-file)
25432 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
25433 * progmodes/cperl-mode.el (condition-case):
25434 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
25435 (ebrowse-set-member-buffer-column-width)
25436 (ebrowse-select-1st-to-9nth):
25437 * progmodes/etags.el (etags-snarf-tag):
25438 * progmodes/flymake.el (flymake-parse-line):
25439 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
25440 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
25441 (idlwave-shell-menu-def):
25442 * progmodes/ps-mode.el (ps-run-goto-error):
25443 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
25444 (vhdl-speedbar-contract-level):
25445 * term/mac-win.el (x-handle-numeric-switch):
25446 * term/sun-mouse.el (sun-get-frame-data):
25447 * term/w32-win.el (x-handle-numeric-switch):
25448 * term/x-win.el (x-handle-numeric-switch):
25449 * textmodes/ispell.el (ispell-parse-output):
25450 * textmodes/nroff-mode.el (nroff-outline-level):
25451 * textmodes/reftex-cite.el (reftex-bib-sort-year)
25452 (reftex-bib-sort-year-reverse, reftex-format-citation):
25453 * textmodes/reftex-parse.el (reftex-init-section-numbers)
25454 (reftex-section-number):
25455 * textmodes/texinfmt.el (texinfo-paragraphindent):
25456 Replace `string-to-int' by `string-to-number'.
25457
25458 * international/latexenc.el: Add page marker to force the "Local
25459 Variables:" string out of the last page.
25460
25461 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
25462
25463 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
25464 tooltip-change-major-mode.
25465 (gud-tooltip-print-command): Remove case where gud-minor-mode
25466 is gdb ("--fullname").
25467 (gud-tooltip-tips): Turn GUD tooltips off for this case and
25468 explain to user.
25469
25470 2005-05-16 Jay Belanger <belanger@truman.edu>
25471
25472 * calc/calc-store.el (calc-copy-special-constant): New function.
25473
25474 * calc/calc-ext.el (calc-init-extensions): Add binding for
25475 `calc-copy-special-constant'.
25476
25477 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
25478 for the `calc-copy-special-constant' command.
25479
25480 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
25481
25482 * subr.el (left-fringe-p): New function.
25483
25484 * progmodes/compile.el (compilation-setup): Set local value of
25485 overlay-arrow-string to "" always.
25486 (compilation-set-window): Left fringe then don't scroll.
25487 No left fringe then no arrow and scroll message to top.
25488 (compilation-context-lines): Adjust doc string accordingly.
25489
25490 2005-05-16 Kim F. Storm <storm@cua.dk>
25491
25492 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
25493 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
25494 (ido-wide-find-dir-or-delete-dir): New command for M-d.
25495 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
25496 (ido-read-file-name): Handle commands with ido property value
25497 equal to find-file as reading a file name, to allow C-d to enter dired.
25498 (ibuffer-find-file): Add ido property with value find-file.
25499
25500 2005-05-15 Kim F. Storm <storm@cua.dk>
25501
25502 * subr.el (open-network-stream-nowait): Remove.
25503 (open-network-stream-server): Remove.
25504
25505 2005-05-15 Richard M. Stallman <rms@gnu.org>
25506
25507 * faces.el (describe-face): Output a definition link button.
25508
25509 * help-mode.el (help-face-def): New button type.
25510
25511 * emacs-lisp/copyright.el (copyright-fix-years):
25512 Match properly if the first year is 2-digit.
25513 Don't mess up the whitespace after the years by filling.
25514
25515 * dired-aux.el (dired-mark-confirm):
25516 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
25517
25518 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
25519 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
25520 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
25521
25522 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25523 Set font-lock-comment-start-skip.
25524
25525 * font-lock.el (font-lock-comment-start-skip): New variable.
25526 (font-lock-comment-end-skip): New variable.
25527 (font-lock-fontify-syntactically-region): Use them if non-nil.
25528
25529 2005-05-15 Jay Belanger <belanger@truman.edu>
25530
25531 * calc/calc-store.el (calc-store-value): Return a string rather
25532 than display it as a message.
25533 Use calc-var-name for variable name.
25534 (calc-store-into): Add the result of calc-store-value to message.
25535 (calc-copy-variable): Add a message.
25536 (calc-store-exchange): Improve error messages.
25537 (calc-store-binary, calc-store-map): Don't reset the values of
25538 special constants.
25539
25540 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
25541
25542 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
25543 manual to docstring.
25544
25545 * files.el (hack-local-variables-confirm): Add STRING argument.
25546 Make the function handle non file visiting buffers correctly.
25547 (hack-local-variables-prop-line, hack-local-variables)
25548 (hack-one-local-variable): Use STRING arg of
25549 `hack-local-variables-confirm'.
25550
25551 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
25552
25553 Sync with Tramp 2.0.49.
25554
25555 * net/tramp.el (tramp-handle-dired-call-process)
25556 (tramp-handle-insert-directory):`insert-buffer' cannot be used
25557 because the contents of the Tramp buffer is changed before
25558 insertion (`expand-file' and alike).
25559 (tramp-handle-insert-directory): If `localname' has an empty
25560 nondirectory name, it must not be quoted.
25561 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
25562 variable `tramp-chunksize'. Change callees.
25563 (tramp-open-connection-setup-interactive-shell): Check remote host
25564 for buggy `send-process-string' implementation.
25565 Set `tramp-chunksize' if found. Reported by Michael Kifer
25566 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
25567 (tramp-handle-shell-command): `insert-buffer' cannot be used
25568 because the contents of the Tramp buffer is changed before
25569 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
25570 <frederic.bothamy@free.fr>.
25571 (tramp-set-auto-save): Actions should be done for Tramp file name
25572 handler only. Ange-FTP has its own auto-save mechanism.
25573 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25574 (tramp-set-auto-save-file-modes): Set file modes of
25575 `buffer-auto-save-file-name' to ?\600 as fallback solution.
25576 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
25577 (tramp-bug): Remove obsolete variable.
25578 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
25579 for presence of `mml-mode'. Make it running for older Emacsen as well.
25580
25581 2005-05-14 John Paul Wallington <jpw@pobox.com>
25582
25583 * ibuf-ext.el (define-ibuffer-filter filename):
25584 If `dired-directory' is a list, use its car.
25585
25586 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
25587
25588 * ibuffer.el (define-ibuffer-column filename):
25589 If `dired-directory' is a list, use its car.
25590
25591 2005-05-14 Richard M. Stallman <rms@gnu.org>
25592
25593 * subr.el (symbol-file): Doc fix.
25594
25595 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
25596 (byte-compile-form): Call byte-compile-nogroup-warn.
25597 (byte-compile-warning-types): Doc fix.
25598
25599 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
25600
25601 * progmodes/cc-engine.el (c-literal-faces):
25602 Add font-lock-comment-delimiter-face.
25603
25604 * net/net-utils.el (dig): Use with-no-warnings.
25605
25606 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
25607 (sc-recite-frame-alist, sc-default-cite-frame)
25608 (sc-default-uncite-frame, sc-default-recite-frame)
25609 (sc-attrib-selection-list, sc-rewrite-header-list):
25610 Mark as risky-local-variable.
25611
25612 * international/ogonek.el (ogonek-jak, ogonek-how):
25613 Don't use beginning-of-buffer.
25614
25615 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
25616
25617 * calendar/solar.el (solar-data-list): Move definition up.
25618
25619 * dnd.el (dnd-protocol-alist): Add autoload.
25620
25621 * progmodes/sh-script.el: Many doc usage fixes.
25622 (sh-indent-after-do): Change default to match common styles.
25623
25624 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
25625
25626 * files.el (interpreter-mode-alist)
25627 (auto-mode-interpreter-regexp): Doc fixes.
25628
25629 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
25630
25631 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
25632
25633 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
25634
25635 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25636
25637 * dired.el (dired-mode): make-variable-buffer-local =>
25638 make-local-variable.
25639
25640 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25641
25642 * term/mac-win.el (mac-select-convert-to-string): Try coding
25643 systems in mac-script-code-coding-systems if specified one cannot
25644 encode string for `com.apple.traditional-mac-plain-text'.
25645
25646 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
25647
25648 * progmodes/make-mode.el (makefile-targets-face)
25649 (makefile-shell-face, makefile-makepp-perl-face): New faces.
25650 (makefile-dependency-regex): Fix it to not make the colon in
25651 $(var:a=b) special.
25652 (makefile-rule-action-regex): New regexp for highlighting embedded
25653 Shell strings.
25654 (makefile-macroassign-regex): Handle != for highlighting as
25655 embedded Shell strings.
25656 (makefile-var-use-regex): New const.
25657 (makefile-statements, makefile-automake-statements)
25658 (makefile-gmake-statements, makefile-makepp-statements)
25659 (makefile-bsdmake-statements): New consts.
25660 (makefile-make-font-lock-keywords): New function.
25661 (makefile-automake-font-lock-keywords)
25662 (makefile-gmake-font-lock-keywords)
25663 (makefile-makepp-font-lock-keywords)
25664 (makefile-bsdmake-font-lock-keywords): New consts.
25665 (makefile-mode-map): Add switchers between the various submodes.
25666 (makefile-mode): Document the availability of the variants.
25667 (makefile-automake-mode, makefile-gmake-mode)
25668 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
25669
25670 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
25671 new variants of makefile-mode.
25672
25673 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25674
25675 * font-lock.el (font-lock-comment-delimiter-face): Fix up
25676 the inheritance.
25677
25678 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
25679
25680 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
25681 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
25682
25683 * files.el (normal-mode): Extend the scope of the
25684 `enable-local-variables' binding to include the `set-auto-mode' call.
25685 (magic-mode-alist): Doc fix.
25686
25687 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25688
25689 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
25690 font-lock-comment-face rather than copying its setting.
25691
25692 2005-05-12 Andreas Schwab <schwab@suse.de>
25693
25694 * eshell/esh-mode.el (eshell-send-input): Doc fix.
25695
25696 2005-05-12 Lute Kamstra <lute@gnu.org>
25697
25698 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
25699 defcustom for the mode hook variable. Delete the last argument.
25700 * generic-x.el: Fix callers of define-generic-mode.
25701 (generic-x-modes): Delete group.
25702 (show-tabs-tab-face, show-tabs-space-face): Put them in the
25703 generic-x customization group.
25704
25705 2005-05-12 Kim F. Storm <storm@cua.dk>
25706
25707 * font-lock.el (font-lock-negation-char-face): Default to "off".
25708
25709 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
25710 font-lock-negation-char-face to ! in !=.
25711
25712 2005-05-12 Masatake YAMATO <jet@gyve.org>
25713
25714 * add-log.el (find-change-log): Fix typos in the docstring
25715 of function.
25716
25717 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
25718
25719 * international/latexenc.el (latexenc-find-file-coding-system):
25720 Avoid `re-search-forward' when looking for input encoding because
25721 of speed and safety. Better regular expressions for recognizing
25722 input encoding. Limit a search for TeX-master/tex-main-file to
25723 the local variable section.
25724
25725 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
25726
25727 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
25728 syntax of $ to "'" (quote).
25729
25730 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
25731
25732 * dnd.el (dnd-protocol-alist): Improve custom type.
25733
25734 * dired.el (dired-dnd-protocol-alist): New variable.
25735 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
25736 `dired-mode-hook' to the end.
25737
25738 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25739
25740 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
25741 comment-end if comment-start-skip is not set.
25742 Obey the font-lock-comment-delimiter-face variables.
25743
25744 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
25745
25746 * files.el (executable-find): Move from executable.el. Use
25747 locate-file.
25748 * progmodes/executable.el (executable-find): Move to files.el.
25749
25750 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
25751 when trying to ensure forward progress.
25752
25753 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
25754
25755 * mouse-sel.el (mouse-sel-follow-link-p): New function.
25756 (mouse-select, mouse-select-internal, mouse-extend-internal):
25757 Use it to implement mouse-1-click-follows-link functionality.
25758
25759 2005-05-11 Richard M. Stallman <rms@gnu.org>
25760
25761 * font-lock.el (font-lock-fontify-syntactically-region):
25762 Use font-lock-comment-delimiter-face for comment delimiters.
25763
25764 2005-05-10 Jay Belanger <belanger@truman.edu>
25765
25766 * calc/calc-help.el (calc-m-prefix-help): Add mention of
25767 preserving embedded modes.
25768
25769 2005-05-10 Richard M. Stallman <rms@gnu.org>
25770
25771 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
25772
25773 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
25774 Move from ada-stmt.el.
25775 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
25776
25777 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
25778 Move to ada-mode.el.
25779 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
25780
25781 * cus-edit.el (custom-file): Call file-chase-links.
25782
25783 * files.el (read-directory-name): Fix previous change.
25784 (hack-local-variables-confirm): New function.
25785 (hack-local-variables-prop-line, hack-local-variables)
25786 (hack-one-local-variable): Use it.
25787
25788 2005-05-10 Lute Kamstra <lute@gnu.org>
25789
25790 * font-lock.el (font-lock-keywords-alist)
25791 (font-lock-removed-keywords-alist): Clarify docstrings.
25792
25793 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
25794
25795 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
25796 (gdb-source-info): Check for preprocessor info.
25797 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
25798 a macro for a function.
25799 (gdb-info-breakpoints-custom): Try to find file again if not already
25800 found (user might have used GDB dir command).
25801 (gdb-get-location): Update gdb-location-alist correctly for change
25802 to gdb-info-breakpoints-custom.
25803
25804 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
25805 (gud-tooltip-print-command): Add gdbmi case.
25806 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
25807 preprocessor info.
25808
25809 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
25810
25811 * startup.el (fancy-splash-insert): Fix typo in doc string.
25812
25813 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
25814
25815 * obsolete/float.el (string-to-float):
25816 * obsolete/hilit19.el (hilit-add-pattern):
25817 * obsolete/rnews.el (news-parse-range, news-select-message)
25818 (news-get-pruned-list-of-files): Replace `string-to-int' by
25819 `string-to-number'.
25820
25821 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
25822 `find-file-not-found-hooks'; use `add-hook'.
25823 (uncompress-while-visiting): Set `write-file-functions', not
25824 `write-file-hooks'; use `add-hook'.
25825
25826 2005-05-09 Kim F. Storm <storm@cua.dk>
25827
25828 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
25829 (cua-paste): Handle clipboard action.
25830 (cua--init-keymaps): Remap clipboard-kill-region and
25831 clipboard-kill-ring-save.
25832
25833 2005-05-08 Eli Zaretskii <eliz@gnu.org>
25834
25835 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25836 Improve commentary.
25837
25838 * simple.el (next-error-overlay-arrow-position): Revert the change
25839 made on 2005-04-30.
25840
25841 2005-05-07 Jay Belanger <belanger@truman.edu>
25842
25843 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
25844 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
25845 `calc-sel-reselect'.
25846
25847 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
25848 Calc is in embedded mode.
25849
25850 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25851
25852 * progmodes/compile.el (compilation-setup):
25853 Set overlay-arrow-string to an empty string on text terminals.
25854
25855 * textmodes/ispell.el (ispell-program-name): Try looking for
25856 "aspell" along exec-path, and if found, use it as the default
25857 speller program.
25858
25859 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
25860
25861 * international/mule.el (sgml-xml-auto-coding-function):
25862 Recognize encoding='FOO' in single quotes as well as in double quotes.
25863
25864 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25865
25866 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
25867 as well as `interactive', so that defmacro* would recognize
25868 `declare' forms.
25869
25870 2005-05-07 Eli Zaretskii <eliz@gnu.org>
25871
25872 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
25873 Explain more about the LIGHTER arg's usage in the doc string.
25874 Add commentary to clarify what the code does. Fix the regexp that
25875 strips whitespace from LIGHTER. Quote LIGHTER before using it,
25876 since it could have characters special to regular expressions.
25877
25878 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25879
25880 * replace.el (occur-1): Bind inhibit-read-only so that
25881 erase-buffer doesn't barf on read-only text properties (likewise
25882 for add-text-properties in occur-engine). Mark buffer as unmodified.
25883 (occur-engine): Don't set buffer-read-only here.
25884
25885 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25886
25887 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
25888 list-buffers-directory. This caused the *cvs-commit* buffer to be
25889 sometimes mistakenly reused as a *cvs* buffer.
25890
25891 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
25892
25893 * tooltip.el: Move code for GUD tooltips into gud.el.
25894 (require): CL no longer needed to compile case.
25895 (tooltip-mode): Do not toggle functions for GUD tooltips.
25896 (tooltip-gud-tips-p): Remove. Replace with minor mode
25897 gud-tooltip-mode in gud.el.
25898 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
25899 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
25900 tooltip-gud prefix with gud-tooltip and obsolete.
25901 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
25902 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
25903 (tooltip-mouse-motion): Mouse movement functions/variable.
25904 Rename in gud.el by adding gud prefix.
25905 (tooltip-gud-original-filter, tooltip-gud-dereference)
25906 (tooltip-gud-event, tooltip-toggle-gud-tips)
25907 (tooltip-gud-process-output, tooltip-gud-print-command)
25908 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
25909 gud.el by replacing tooltip-gud prefix with gud-tooltip.
25910 (gdb-tooltip-print): Move to gdb-ui.el.
25911
25912 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
25913 (require): CL needed to compile case.
25914 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
25915 tooltip-gud-tips-p. Make it a minor-mode.
25916 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
25917 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
25918 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
25919 (gud-tooltip-change-major-mode)
25920 (gud-tooltip-activate-mouse-motions-if-enabled)
25921 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
25922 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
25923 (gud-tooltip-original-filter, gud-tooltip-dereference)
25924 (gud-tooltip-event, tooltip-toggle-gud-tips)
25925 (gud-tooltip-process-output, gud-tooltip-print-command)
25926 (gud-tooltip-tips): Move from tooltip.el.
25927
25928 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
25929 (gdb-cpp-define-alist-flags): Doc fix.
25930 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
25931 gud-tooltip-mode is t.
25932
25933 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
25934
25935 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
25936 evaporate if their text is deleted.
25937 (goto-address-at-point): Make it work as a mouse binding as well.
25938 (goto-address-at-mouse): Obsolete it. Update users.
25939
25940 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
25941
25942 * calendar/appt.el (top-level): No longer activate on load.
25943
25944 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
25945
25946 * calendar/cal-bahai.el (mark-bahai-diary-entries):
25947 * net/webjump.el (webjump):
25948 * progmodes/idlw-help.el (idlwave-do-context-help1)
25949 (idlwave-highlight-linked-completions):
25950 * textmodes/po.el (po-find-file-coding-system-guts):
25951 Replace `assoc-ignore-case' by `assoc-string'.
25952
25953 2005-05-06 Eli Zaretskii <eliz@gnu.org>
25954
25955 * files.el (locate-file): Doc fix.
25956
25957 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
25958 Remove the redundant test for ms-dos.
25959
25960 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
25961 look for the preprocessor with exec-suffixes. If not found in
25962 standard places, look in exec-path. Remove most of the tests that
25963 used system-type.
25964
25965 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
25966
25967 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
25968
25969 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
25970 file-name clash with jka-compr.el on 8+3 filesystems.
25971
25972 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25973
25974 * term/mac-win.el: Don't define or bind scroll bar functions if
25975 x-toolkit-scroll-bars is t.
25976 (x-select-text, x-get-selection-value): Clear
25977 x-last-selected-text-clipboard if x-select-enable-clipboard is
25978 nil.
25979 (PRIMARY): Put mac-scrap-name property.
25980 (mac-select-convert-to-file-url): New function.
25981 (public.file-url): New selection target type. Add to
25982 selection-converter-alist.
25983 (x-get-selection, x-selection-value): Handle it.
25984 (x-cut-buffer-or-selection-value): New alias.
25985
25986 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25987
25988 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
25989 entry to avoid calling bibtex-find-entry with arg global
25990 being t. Remove arg key.
25991 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
25992 (bibtex-copy-summary-as-kill): Change accordingly.
25993
25994 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
25995
25996 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
25997 (org-agenda-date-later): Use with-current-buffer.
25998
25999 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
26000
26001 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
26002 (define-obsolete-variable-alias): Doc Fixes.
26003
26004 2005-05-06 Kim F. Storm <storm@cua.dk>
26005
26006 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
26007 vertical-motion when selective-display is active.
26008
26009 * ido.el (ido-setup-hook): New hook.
26010 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
26011 (ido-input-stack): New var.
26012 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
26013 ido-next-work-file binding to M-O.
26014 Bind M-f to ido-wide-find-file-or-pop-dir.
26015 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
26016 (ido-read-internal): Run ido-setup-hook.
26017 Catch quit in read-file-name and read-string to cancel edit.
26018 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
26019 Automatically pop-all when completing a directory name (RET).
26020 (ido-file-internal): Add with-no-warnings around ffap and dired code.
26021 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
26022 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
26023 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
26024 New functions for M-b/M-f to move among the directory components.
26025 (ido-make-merged-file-list): Catch quit to cancel merge.
26026 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
26027 (ido-completion-help): No warnings for ido-completion-buffer-full.
26028
26029 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
26030
26031 * font-lock.el (font-lock-negation-char-face): New face and variable.
26032 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
26033 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
26034 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
26035 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
26036
26037 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
26038
26039 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
26040 Fix typo in docstring.
26041
26042 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
26043 (ebrowse-print-statistics-line)
26044 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
26045
26046 * term/w32-win.el (image-library-alist): Add additional name for
26047 Xpm library.
26048
26049 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
26050
26051 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
26052 use gcc instead of cpp.
26053
26054 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
26055 (gdb-create-define-alist): Use it.
26056 (gdb-cpp-define-alist-program): Update for MS-DOS.
26057
26058 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
26059
26060 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
26061
26062 2005-05-04 Richard M. Stallman <rms@gnu.org>
26063
26064 * help.el (describe-key): No error when UNTRANSLATED is nil.
26065
26066 * simple.el (line-move-1): Fix previous change to signal errors
26067 appropriately.
26068
26069 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
26070
26071 * calendar/icalendar.el (icalendar-version): Now at 0.12.
26072 (icalendar-duration-correction): Remove.
26073 (icalendar--get-event-properties): Split result at commas.
26074 (icalendar--decode-isoduration): New optional argument
26075 DURATION-CORRECTION.
26076 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
26077 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
26078 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
26079 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
26080 (icalendar--convert-anniversary-to-ical): New functions, extracted
26081 from icalendar-export-region, with bug fixes.
26082 (icalendar-export-region): Use the above functions.
26083 (icalendar-import-buffer): Check before saving diary file.
26084 (icalendar--convert-recurring-to-diary)
26085 (icalendar--convert-non-recurring-all-day-to-diary)
26086 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
26087 extracted from icalendar--convert-ical-to-diary, with bug fixes.
26088 (icalendar--convert-ical-to-diary): Use the above functions.
26089
26090 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
26091
26092 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
26093 Remove these recent additions.
26094 (c-mode): Restore to before 2005-04-28.
26095
26096 * progmodes/cc-vars.el (cc-define-list-program): Remove this
26097 recent addition.
26098
26099 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
26100 (gdb-define-alist): New variables.
26101 (gdb-create-define-alist): New function.
26102 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
26103 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
26104 with string-to-number.
26105 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
26106
26107 * progmodes/gud.el: Replace string-to-int with string-to-number.
26108 (gud-find-file): Handle gdb-define-alist.
26109
26110 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
26111
26112 2005-05-02 Jay Belanger <belanger@truman.edu>
26113
26114 * calc/calc-aent.el (math-read-token):
26115 * calc/calc-bin.el (calc-word-size):
26116 * calc/calc-ext.el (calc-read-number-fancy):
26117 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
26118 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
26119 * calc/calc-frac.el (calc-over-notation):
26120 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
26121 (calc-graph-num-points, calc-graph-init):
26122 * calc/calc-prog.el (calc-read-parse-table-part)
26123 (calc-edit-macro-repeats):
26124 * calc/calc-yank.el (calc-do-grab-rectangle):
26125 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
26126 Replace `string-to-int' by `string-to-number'.
26127
26128 2005-05-02 Kim F. Storm <storm@cua.dk>
26129
26130 * kmacro.el: Use executing-kbd-macro-index variable.
26131
26132 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
26133
26134 * net/rlogin.el (rlogin-parse-words): Delete func.
26135 (rlogin): Use split-string, not rlogin-parse-words.
26136 Also, if there are option-like elements in the parsed args,
26137 take the host to be the first arg immediately following them.
26138 Suggested by Michael Mauger.
26139
26140 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
26141
26142 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
26143
26144 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
26145
26146 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
26147 (cc-mode-cpp-program): Rename to cc-define-list-program and
26148 move to cc-vars.el.
26149
26150 * progmodes/cc-vars.el (cc-define-list-program):
26151 Change to "gcc -E -dM -". Make customizable.
26152
26153 2005-05-02 Kim F. Storm <storm@cua.dk>
26154
26155 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
26156
26157 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
26158
26159 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
26160
26161 * international/mule-util.el (truncate-string): Remove alias and
26162 obsolete declaration.
26163
26164 * international/mule-cmds.el (update-iso-coding-systems):
26165 Remove alias and obsolete declaration.
26166
26167 * international/mule.el (coding-system-parent): Remove alias and
26168 obsolete declaration.
26169
26170 * subr.el (define-function, sref): Remove aliases and obsolete
26171 declarations.
26172 (chars-in-region): Remove obsolete declaration.
26173
26174 2005-05-01 Richard M. Stallman <rms@gnu.org>
26175
26176 * info.el (Info-mode): Set widen-automatically to nil, locally.
26177
26178 * simple.el (widen-automatically): New variable.
26179 (pop-global-mark): Obey widen-automatically.
26180
26181 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
26182
26183 * term/xterm.el (function-key-map): Call substitute-key-definition
26184 before the keymap size is increased by a lot of define-key calls.
26185
26186 2005-05-01 Richard M. Stallman <rms@gnu.org>
26187
26188 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
26189 Rename ARG to ELEMENT. Doc fix.
26190
26191 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
26192
26193 * allout.el (allout-exposure): Remove macro and obsolete declaration.
26194 Remove references to allout-exposure/change to allout-new-exposure.
26195
26196 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
26197 bytecode symbols.
26198
26199 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
26200 (compiled-function-p, focus-frame, unfocus-frame):
26201 Remove aliases and obsolete declarations.
26202 Back out inadvertent changes from previous commit.
26203
26204 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
26205
26206 * files.el (require-final-newline): Make Custom tags consistent
26207 with mode-require-final-newline.
26208 (mode-require-final-newline): Doc fix.
26209
26210 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
26211
26212 * international/latexenc.el (latexenc-find-file-coding-system):
26213 Fix regular expressions.
26214
26215 2005-05-01 David Kastrup <dak@gnu.org>
26216
26217 * international/latexenc.el (latexenc-find-file-coding-system):
26218 Fix regular expressions.
26219
26220 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
26221
26222 * subr.el (string-to-int): Make obsolete.
26223
26224 2005-04-30 Richard M. Stallman <rms@gnu.org>
26225
26226 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
26227
26228 * loadup.el: load jka-comp-hook.
26229
26230 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
26231 (jka-compr-handler): Add autoload. `put' calls moved
26232 to jka-comp-hook.el.
26233 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
26234 (jka-compr-inhibit): Autoload.
26235
26236 * jka-comp-hook.el: New file.
26237 Enable the mode by default.
26238
26239 * files.el (backup-buffer-copy): Use copy-file instead
26240 of write-region, and put back the 'excl.
26241
26242 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
26243
26244 * progmodes/flymake.el (flymake-split-string)
26245 (flymake-split-string, flymake-log, flymake-pid-to-names)
26246 (flymake-reg-names, flymake-get-source-buffer-name)
26247 (flymake-unreg-names, flymake-add-line-err-info)
26248 (flymake-add-err-info): Clarify docstrings.
26249 (flymake-popup-menu, flymake-make-emacs-menu)
26250 (flymake-make-xemacs-menu): Add docstrings.
26251 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
26252 Set variables directly throughout.
26253
26254 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
26255
26256 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
26257 exists. Initialize cc-define-alist.
26258 (c-mode): Add cc-create-define-alist locally to after-save-hook.
26259 If there is no file (Macroexpansion) don't create an alist.
26260
26261 2005-04-29 Sam Steingold <sds@gnu.org>
26262
26263 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
26264 (cc-create-define-alist): Use it instead of the hard-coded string.
26265
26266 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
26267
26268 * international/mule-conf.el (file-coding-system-alist): Fix regexp
26269 for latexenc.
26270
26271 2005-04-29 Lute Kamstra <lute@gnu.org>
26272
26273 * emacs-lisp/generic.el: Improve commentary section.
26274 (define-generic-mode): Improve docstring.
26275
26276 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
26277
26278 * textmodes/org.el (many places): Change to quiet the byte compiler.
26279 (org-prefix-format-compiled): New variable.
26280 (org-compile-prefix-format): New function.
26281 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
26282 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
26283 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
26284 (org-get-entries-from-diary): Use `org-get-time-of-day' for
26285 consistency with entries from `org-mode' files.
26286 (org-get-time-of-day): Fix bug with partial matches early in a line.
26287 (org-non-link-chars): New constant.
26288 (org-link-regexp): Respect `org-non-link-chars'.
26289 (org-agenda-day-view): Remove command.
26290 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
26291 (org-follow-bbdb-link, org-store-link): Search also company field.
26292 (org-highlight-overlay): New variable.
26293 (org-highlight, org-unhighlight): New functions.
26294 (org-agenda-mode): Add pre-command-hook to remove highlight.
26295 (org-evaluate-time-range): Behavior depends upon whether time stamp
26296 contains a time or not.
26297 (org-show-subtree, org-show-entry): New functions.
26298 (org-agenda-cleanup-fancy-diary): Remove empty lines.
26299
26300 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
26301
26302 * comint.el (comint-output-filter-functions): Add autoload cookie.
26303
26304 2005-04-28 Kim F. Storm <storm@cua.dk>
26305
26306 * ido.el (ido-everywhere): Fix last change.
26307
26308 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
26309
26310 * international/latexenc.el: New file.
26311 * international/mule-conf.el (file-coding-system-alist): For .tex,
26312 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
26313
26314 2005-04-28 Lute Kamstra <lute@gnu.org>
26315
26316 * font-lock.el (font-lock-add-keywords)
26317 (font-lock-remove-keywords): Clarify docstring.
26318 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
26319 Don't start docstrings with a `*'.
26320 (font-lock-update-removed-keyword-alist): Give it a docstring.
26321
26322 * generic-x.el: Update commentary section.
26323 Only require font-lock when compiling.
26324 Define all modes conditionally.
26325 Place all generic modes in the generic-x-modes customization group.
26326 (generic-x-modes): New customization group.
26327 (generic-default-modes, generic-mswindows-modes)
26328 (generic-unix-modes, generic-other-modes): New constants.
26329 (generic-define-mswindows-modes, generic-define-unix-modes):
26330 Update docstrings. Make them obsolete.
26331 (generic-extras-enable-list): New default value. Update docstring.
26332 Improve :type. Change :set function.
26333 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
26334 Fix docstring.
26335
26336 * emacs-lisp/generic.el (generic-mode-internal):
26337 Simplify font-lock-defaults.
26338 (define-generic-mode): Fix docstring.
26339
26340 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26341
26342 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
26343 font-lock-face property to highlight matches.
26344
26345 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
26346
26347 * progmodes/cc-mode.el (cc-create-define-alist): New function.
26348 (cc-define-alist): New variable.
26349 (c-mode): Make it local and initialize it.
26350
26351 * progmodes/gdb-ui.el (gdb-active-process): New variable.
26352 (gdb-exited): New function.
26353 (gdb-annotation-rules): Use it.
26354 (gdb-starting): Set gdb-active-process to t.
26355 (gdb-stopping): Amend doc string.
26356 (gdb-reset): Set gdb-active-process to nil.
26357
26358 * tooltip.el (tooltip-gud-tips): Show the associated #define
26359 directives when a C program under GDB is not executing.
26360
26361 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
26362
26363 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
26364 font-lock-fontify-syntactic-keywords.
26365
26366 * font-lock.el (font-lock-default-fontify-region): Don't force
26367 parse-sexp-lookup-properties to nil.
26368
26369 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
26370
26371 * man.el (man-mode-syntax-table): Set up `:' to have
26372 word-constituent syntax.
26373
26374 2005-04-27 Lute Kamstra <lute@gnu.org>
26375
26376 * novice.el (disable-command): Don't add spurious newlines to the
26377 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
26378
26379 2005-04-26 Jay Belanger <belanger@truman.edu>
26380
26381 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
26382 than one window before deleting window.
26383
26384 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
26385
26386 * shell.el (shell-prompt-pattern): Doc fix.
26387 (shell-mode): Set paragraph-separate buffer locally to "\\'".
26388
26389 * comint.el (comint-prompt-regexp, comint-get-old-input)
26390 (comint-use-prompt-regexp)
26391 (comint-use-prompt-regexp-instead-of-fields)
26392 (comint-replace-by-expanded-history, comint-send-input)
26393 (comint-output-filter, comint-get-old-input-default)
26394 (comint-line-beginning-position, comint-bol, comint-show-output)
26395 (comint-backward-matching-input, comint-forward-matching-input)
26396 (comint-next-prompt, comint-previous-prompt):
26397 Rename `comint-use-prompt-regexp-instead-of-fields' to
26398 `comint-use-prompt-regexp'. Keep old name as alias and declare
26399 obsolete.
26400 (comint-use-prompt-regexp): Shorten first line of doc string.
26401
26402 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
26403 Set paragraph-separate buffer locally to "\\'".
26404
26405 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
26406 Adapt to above name change.
26407
26408 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
26409 (smbclient-prompt-regexp): Ditto.
26410
26411 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
26412
26413 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
26414
26415 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
26416 gdb-location-list.
26417 Break lines that are over 80 characters wide.
26418
26419 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
26420
26421 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
26422 New fun and var, to preserve compatibility.
26423
26424 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
26425
26426 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
26427
26428 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
26429 name to file-newer-than-file-p.
26430
26431 2005-04-26 Richard M. Stallman <rms@gnu.org>
26432
26433 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
26434
26435 * progmodes/python.el (python-mode):
26436 Use new name eldoc-documentation-function.
26437
26438 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
26439
26440 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26441 (eldoc-documentation-function):
26442 Rename from eldoc-print-current-symbol-info-function. Calls changed.
26443
26444 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
26445
26446 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
26447
26448 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
26449
26450 * term/xterm.el (function-key-map): Fix strings for
26451 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
26452 {C,S,A,C-S}-{f1-f12}.
26453
26454 2005-04-26 Kenichi Handa <handa@m17n.org>
26455
26456 * international/mule-cmds.el (select-safe-coding-system):
26457 Fix previous change.
26458
26459 2005-04-26 Lute Kamstra <lute@gnu.org>
26460
26461 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
26462
26463 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
26464 (font-lock-comment-delimiter-face): Ditto.
26465
26466 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
26467
26468 2005-04-25 Jay Belanger <belanger@truman.edu>
26469
26470 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
26471 to t while inserting information; use help-mode.
26472
26473 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
26474
26475 * term.el (ansi-term-color-vector): Use the xterm colors.
26476 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
26477
26478 2005-04-25 Lute Kamstra <lute@gnu.org>
26479
26480 * font-core.el (font-lock-defaults): Fix docstring.
26481
26482 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
26483
26484 2005-04-25 Kenichi Handa <handa@m17n.org>
26485
26486 * international/mule-cmds.el (select-safe-coding-system):
26487 Don't check consistency with coding: spec, etc if raw-text or
26488 no-conversion was found to be safe.
26489
26490 2005-04-24 Richard M. Stallman <rms@gnu.org>
26491
26492 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
26493 citation markers at start of each line.
26494
26495 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
26496 citation markers at start of each line.
26497
26498 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
26499
26500 * files.el (mode-require-final-newline): Fix previous change.
26501 (require-final-newline): Fix type label.
26502
26503 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
26504
26505 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
26506 statement in buffer (broken by 2004-11-24 change).
26507
26508 2005-04-24 Kim F. Storm <storm@cua.dk>
26509
26510 * ido.el (ido-everywhere): Save and restore old read-buffer-function
26511 and read-file-name-function values. Don't overwrite existing
26512 non-nil values if ido-mode is enabled without ido-everywhere.
26513
26514 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
26515
26516 * files.el (mode-require-final-newline): Minor doc fix.
26517
26518 2005-04-24 Eli Zaretskii <eliz@gnu.org>
26519
26520 * subr.el (syntax-after): Doc fix.
26521 (syntax-class): If argument is nil, return nil. Mask off upper 16
26522 bits, not 8 bits.
26523
26524 * files.el (mode-require-final-newline): Doc fix.
26525 (backup-buffer-copy): Fix last change.
26526
26527 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26528
26529 * term/mac-win.el: Require select. Set selection-coding-system to
26530 mac-system-coding-system. Call menu-bar-enable-clipboard.
26531 (x-last-selected-text-clipboard, x-last-selected-text-primary)
26532 (x-select-enable-clipboard): New variables.
26533 (x-select-text, x-get-selection, x-selection-value)
26534 (x-get-selection-value, mac-select-convert-to-string)
26535 (mac-services-open-file, mac-services-open-selection)
26536 (mac-services-insert-text): New functions.
26537 (CLIPBOARD, FIND): Put mac-scrap-name property.
26538 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
26539 (public.tiff): Put mac-ostype property.
26540 (selection-converter-alist): Add entries for them.
26541 (mac-application-menu-map): New keymap.
26542 (interprogram-cut-function, interprogram-paste-function): Set to
26543 x-select-text and x-get-selection-value, respectively.
26544 (split-window-keep-point): Set to t.
26545
26546 2005-04-23 Richard M. Stallman <rms@gnu.org>
26547
26548 * files.el (read-directory-name): Always pass non-nil
26549 DEFAULT-FILENAME arg to read-file-name.
26550 (backup-buffer-copy, basic-save-buffer-2): Take care against
26551 writing thru an unexpected existing symlink.
26552 (revert-buffer): In indirect buffer, revert the base buffer.
26553 (magic-mode-alist): Doc fix.
26554 (buffer-stale-function): Doc fix.
26555 (minibuffer-with-setup-hook): Avoid warning.
26556 (mode-require-final-newline): Doc and custom fix.
26557
26558 * follow.el (follow-end-of-buffer): Use with-no-warnings.
26559
26560 * font-lock.el (font-lock-comment-face): On terminals with few colors,
26561 use the default appearance.
26562 (font-lock-comment-delimiter-face): New face, new variable.
26563
26564 * imenu.el (imenu--generic-function): The official position of a
26565 definition is the start of the line that BEG is in.
26566
26567 * midnight.el (midnight-timer): Move defvar up.
26568
26569 * mouse.el (mouse-drag-region-1): Delete some debugging code.
26570
26571 * saveplace.el (save-place-to-alist): Use with-no-warnings.
26572
26573 * startup.el (command-line): Use with-no-warnings.
26574
26575 * window.el (window-size-fixed): New defvar.
26576
26577 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
26578
26579 * mail/rmail.el (rmail-font-lock-keywords):
26580 Use font-lock-comment-delimiter-face.
26581
26582 * mail/sendmail.el (mail-font-lock-keywords):
26583 Use font-lock-comment-delimiter-face.
26584
26585 * progmodes/compile.el (next-error-highlight-timer): New defvar.
26586
26587 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
26588
26589 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26590 Specify t for LAXMATCH when matching directories.
26591 Save match data around compilation-compat-error-properties form.
26592
26593 2005-04-23 David Kastrup <dak@gnu.org>
26594
26595 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
26596 Mention that the autoloaded aliases should be kept for AUCTeX.
26597
26598 2005-04-23 Andreas Schwab <schwab@suse.de>
26599
26600 * isearch.el (isearch-forward): Doc fix.
26601
26602 2005-04-23 Eli Zaretskii <eliz@gnu.org>
26603
26604 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
26605 (jit-lock-stealth-nice): Change default value to 0.5.
26606
26607 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
26608
26609 * abbrev.el (write-abbrev-file): Write table entries in
26610 alphabetical order by table name.
26611
26612 2005-04-22 Kim F. Storm <storm@cua.dk>
26613
26614 * ido.el (ido-read-internal): Fix `list' completion.
26615
26616 2005-04-22 Kenichi Handa <handa@m17n.org>
26617
26618 * recentf.el (recentf-save-file-coding-system): New variable.
26619 (recentf-save-list): Encode the file by
26620 recentf-save-file-coding-system and add coding: tag.
26621
26622 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
26623
26624 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
26625
26626 2005-04-21 Lute Kamstra <lute@gnu.org>
26627
26628 * loadhist.el (unload-feature): Don't remove a function from hooks
26629 if it is about to be restored to an autoload . Remove functions
26630 that will become unbound from auto-mode-alist. Simplify the code.
26631
26632 * subr.el (assq-delete-all): New implementation that is linear,
26633 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
26634 (rassq-delete-all): New function.
26635
26636 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26637 Add size-indication-mode.
26638
26639 2005-04-21 Kenichi Handa <handa@m17n.org>
26640
26641 * international/mule-cmds.el: Add autoload for widget-value in
26642 eval-when-compile.
26643
26644 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
26645
26646 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
26647 Add tooltip-mode.
26648
26649 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
26650
26651 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
26652
26653 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
26654 (inferior-lisp-filter-regexp, inferior-lisp-program)
26655 (inferior-lisp-load-command, inferior-lisp-prompt)
26656 (inferior-lisp-mode-hook, lisp-source-modes)
26657 (inferior-lisp-load-hook): defvar->defcustom.
26658 (inferior-lisp-program, inferior-lisp-prompt)
26659 (inferior-lisp-load-hook): Doc fixes.
26660 (inferior-lisp-install-letter-bindings): Small change in
26661 introductory comment.
26662
26663 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
26664
26665 * vc.el (vc-annotate-color-map): Change some colors so that text
26666 using them as foreground is readable on both white and black
26667 backgrounds.
26668
26669 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26670
26671 * international/mule-conf.el (translation-table-for-input):
26672 Remove redundant declaration.
26673
26674 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26675
26676 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
26677
26678 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
26679 (tooltip-toggle-gud-tips): New function.
26680
26681 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26682
26683 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
26684 right angle brackets.
26685
26686 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
26687
26688 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
26689
26690 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26691
26692 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
26693 Remove. Update callers to use expand-file-name instead.
26694
26695 * subr.el (syntax-class): New function.
26696
26697 * simple.el (blink-matching-open): Use it.
26698
26699 * paren.el (show-paren-function): Use it to recognize parens that are
26700 also used in 2-char comment markers.
26701
26702 2005-04-19 Lute Kamstra <lute@gnu.org>
26703
26704 * loadhist.el (unload-feature): Update for new format of
26705 load-history. Simplify the code.
26706
26707 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26708
26709 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
26710 (mac-add-charset-info): New function. Initialize variable
26711 mac-charset-info-alist using it.
26712 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
26713 for translation.
26714 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
26715 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
26716 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
26717 New CCL programs.
26718
26719 2005-04-19 Kim F. Storm <storm@cua.dk>
26720
26721 * simple.el (next-buffer, prev-buffer, next-error)
26722 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26723 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
26724
26725 * bindings.el (next-buffer, prev-buffer, next-error)
26726 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
26727 (clone-indirect-buffer-other-window): Move bindings from simple.el.
26728 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
26729 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
26730
26731 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
26732
26733 * isearch.el (isearch-edit-string): Make the search-ring available for
26734 minibuffer history commands.
26735 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
26736 the default history commands now work just as well.
26737 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
26738
26739 2005-04-18 Kim F. Storm <storm@cua.dk>
26740
26741 * emulation/cua-base.el (cua--pre-command-handler): Add more
26742 elaborate check for shift modifier on non-window systems.
26743
26744 2005-04-18 Lars Hansen <larsh@math.ku.dk>
26745
26746 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
26747
26748 2005-04-18 Kim F. Storm <storm@cua.dk>
26749
26750 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
26751 and make it optional. Don't test tooltip-gud-echo-area here.
26752 (tooltip-gud-process-output, gdb-tooltip-print):
26753 Pass tooltip-gud-echo-area to tooltip-show.
26754 (tooltip-help-tips): Remove second optional arg to tooltip-show.
26755
26756 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26757
26758 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
26759 `display-graphic-p' may not be bound yet.
26760
26761 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
26762
26763 * startup.el (command-line): No longer enable Xterm Mouse mode by
26764 default in terminals compatible with xterm.
26765
26766 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
26767
26768 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
26769
26770 * tooltip.el (tooltip-gud-echo-area): Rename from
26771 tooltip-use-echo-area.
26772 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
26773 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
26774 area independently of where help tooltips are displayed.
26775
26776 2005-04-17 David Kastrup <dak@gnu.org>
26777
26778 * cus-theme.el (custom-theme-write-variables): Quote variables
26779 where necessary.
26780
26781 2005-04-17 Richard M. Stallman <rms@gnu.org>
26782
26783 * simple.el (yank-excluded-properties): Add follow-link to value.
26784
26785 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
26786
26787 * startup.el (fancy-splash-max-time): Just 30 seconds.
26788 (fancy-splash-delay): Just 7.
26789 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
26790
26791 * loadhist.el (unload-feature): Update for new format of load-history.
26792 Simplify the code.
26793
26794 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
26795 (rmail-font-lock-keywords): Don't fontify the text of a citation.
26796
26797 * mail/sendmail.el (mail-font-lock-keywords):
26798 Don't fontify subject text.
26799 Don't fontify the text of a citation.
26800
26801 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
26802
26803 * comint.el (comint-output-filter): Run comint-output-filter-functions
26804 with point where the user had it.
26805
26806 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
26807
26808 * international/ucs-tables.el (ucs-set-table-for-input):
26809 Disable when using unify-on-decoding.
26810
26811 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
26812
26813 * emulation/cua-base.el (cua-global-mark-face): Add special case
26814 for displays supporting a high number of colors.
26815
26816 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
26817
26818 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
26819
26820 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
26821
26822 * filesets.el (filesets-add-buffer): If user supplies a name of a
26823 non-existing fileset, create a new fileset.
26824
26825 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
26826
26827 * textmodes/org.el (org-up-heading-all): Fix bug with
26828 `outline-up-heading-all'.
26829
26830 2005-04-16 Andreas Schwab <schwab@suse.de>
26831
26832 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
26833 /etc/permissions.d/* and /etc/aliases.d/*.
26834
26835 2005-04-16 Kenichi Handa <handa@m17n.org>
26836
26837 * international/code-pages.el (cp-make-coding-system):
26838 Set `translation-table-for-input' property value to the symbol
26839 ucs-mule-to-mule-unicode, not to that value.
26840 (pt154): Escape guillemet by `\'.
26841
26842 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
26843
26844 * loadup.el: Load tooltip if x-show-tip is fboundp.
26845
26846 * startup.el (command-line): Add comment.
26847
26848 * tooltip.el (tooltip-mode): Specify correct standard value for
26849 Custom in init-value.
26850
26851 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
26852
26853 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
26854 possible.
26855
26856 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
26857
26858 * textmodes/org.el (org-agenda-date-prompt): Rename from
26859 `org-agenda-date-today'.
26860 (org-evaluate-time-range): Insert at point instead of directly
26861 after time range.
26862 (org-first-headline-recenter, org-subtree-end-visible-p)
26863 (org-optimize-window-after-visibility-change): New functions
26864 (org-agenda-post-command-hook): Don't allow point at end of line,
26865 to make sure it always hits the text properties.
26866 (org-agenda-next-date-line, org-agenda-previous-date-line):
26867 New commands.
26868 (org-set-regexps-and-options): Category may contain white space.
26869 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26870 Improve marker positions.
26871 (org-agenda-new-marker): Argument POS made optional.
26872 (org-agenda-get-timestamps): Deadlines which are done are listed
26873 in org-done-face now.
26874 (org-agenda-get-todos, org-agenda-get-timestamps)
26875 (org-agenda-get-deadlines, org-agenda-get-scheduled):
26876 Set `undone-face' and `done-face' properties.
26877 (org-last-todo-state-is-todo): New variable.
26878 (org-todo): Set `org-last-todo-state-is-todo'.
26879 (org-agenda-todo): Change face according to
26880 `org-last-todo-state-is-todo'. And change other lines referring to
26881 the same entry.
26882 (org-calendar-goto-agenda): New command.
26883 (org-calendar-to-agenda-key): New option.
26884 (org-startup-folded): New allowed value `content'.
26885 (org-set-regexps-and-options): Accept new value `content' for
26886 `org-startup-folded'.
26887 (org-get-current-options): Handle new value `content' for
26888 `org-startup-folded'.
26889 (org-insert-todo-heading): New command.
26890 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
26891 interactively in empty file and option
26892 `org-insert-mode-line-in-empty-file' has been set.
26893 (org-agenda-todo, org-agenda-priority): Modify to use
26894 `org-agenda-change-all-lines'.
26895 (org-warning-face): Change color on dark background
26896
26897 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26898
26899 * international/mule-cmds.el (set-locale-environment): On Mac OS,
26900 use preferences AppleLocale and AppleLanguages, and variable
26901 mac-system-locale for default locale. On Mac OS Classic, use
26902 mac-system-coding-system for default coding systems.
26903
26904 * term/mac-win.el: Don't set file-name-coding-system.
26905 Decode variables system-name, emacs-build-system, user-login-name, and
26906 user-full-name by mac-system-coding-system on Mac OS Classic.
26907 (mac-system-coding-system): New variable.
26908
26909 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
26910
26911 * startup.el (command-line): Handle `xterm-mouse-mode' before
26912 reading init file.
26913
26914 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
26915
26916 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
26917
26918 * progmodes/sh-script.el (sh-here-document-word): Make it a
26919 defcustom. Doc fix.
26920 (sh-add): Bash uses $(( )) for arithmetic.
26921 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
26922 (sh-maybe-here-document): Remove quotes and leading whitespace
26923 from heredoc word when closing. Indent heredoc with tabs if word
26924 starts with "-".
26925
26926 2005-04-13 Richard M. Stallman <rms@gnu.org>
26927
26928 * simple.el (undo): Fix previous change.
26929
26930 * custom.el (defface): Doc fix.
26931
26932 2005-04-13 Lute Kamstra <lute@gnu.org>
26933
26934 * Makefile.in (DONTCOMPILE): Remove list.
26935 (compile, compile-always): Don't use DONTCOMPILE.
26936 (update-authors): Load the library in which batch-update-authors
26937 is defined.
26938 * makefile.w32-in (DONTCOMPILE): Remove list.
26939 (compile, compile-always): Fix comments.
26940 (update-authors): Load the library in which batch-update-authors
26941 is defined.
26942
26943 * generic-x.el (generic-mode-ini-file-find-file-hook):
26944 Rename to ini-generic-mode-find-file-hook.
26945 Keep generic-mode-ini-file-find-file-hook as an alias.
26946 (ini-generic-mode-find-file-hook): Rename from
26947 generic-mode-ini-file-find-file-hook. Fix docstring.
26948 (ini-generic-mode): Docstring change.
26949 (bat-generic-mode-run-as-comint): Silence the byte compiler.
26950
26951 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
26952 called from lisp.
26953
26954 * generic.el: Move to the emacs-lisp subdir.
26955
26956 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
26957
26958 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
26959 and C-S- function and cursor motion keys.
26960
26961 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
26962
26963 * startup.el (command-line): Enable Xterm Mouse mode by default.
26964 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
26965 for Custom. No longer show "Mouse" in mode line when enabled.
26966 Doc fix.
26967
26968 2005-04-12 Kim F. Storm <storm@cua.dk>
26969
26970 * emulation/cua-base.el (cua-rectangle-face)
26971 (cua-rectangle-noselect-face): Define face attributes here.
26972
26973 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
26974
26975 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26976
26977 * startup.el (command-line): Turn off blinking cursor if
26978 cursorBlink in resources is off or false.
26979
26980 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26981
26982 * term/mac-win.el (dnd): Require dnd.
26983 (mac-drag-n-drop): Call dnd-handle-one-url.
26984 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
26985 (kTextEncodingISOLatin2): Remove constants.
26986 (mac-script-code-coding-systems): New constant.
26987 (mac-handle-language-change): New function.
26988 (special-event-map): Bind it to `language-change' event.
26989 (mac-centraleurroman, mac-cyrillic): New coding systems.
26990 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
26991 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
26992 and mac-cyrillic-encoder to encode-mac-centraleurroman and
26993 encode-mac-cyrillic, respectively.
26994
26995 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
26996
26997 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
26998 Don't set overlay-arrow-string to "=>" as this is done
26999 globally in C now.
27000
27001 2005-04-12 Lute Kamstra <lute@gnu.org>
27002
27003 * generic-x.el (rc-generic-mode, rul-generic-mode):
27004 Fix auto-mode-alist entries.
27005 (etc-fstab-generic-mode): Tweak fontification.
27006
27007 * generic.el (generic-make-keywords-list): Fix docstring.
27008 (generic-mode-internal): Simplify generic-font-lock-keywords.
27009
27010 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
27011
27012 * whitespace.el (whitespace-buffer-leading)
27013 (whitespace-buffer-trailing): Revert the incorrect test inversion.
27014 However, fix the highlight area for the leading and
27015 trailing whitespaces to show space.
27016
27017 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
27018
27019 * whitespace.el (whitespace-version): Bump to 3.5
27020
27021 (whitespace-buffer-leading, whitespace-buffer-trailing):
27022 Invert sense of the test to highlight the whitespace.
27023
27024 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
27025
27026 * progmodes/gud.el (gud-display-line): GUD uses its own
27027 overlay arrow now so don't set overlay-arrow-string.
27028 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
27029
27030 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
27031
27032 * term.el (term-ansi-current-bold, term-ansi-current-underline)
27033 (term-ansi-current-reverse, term-ansi-current-invisible)
27034 (term-ansi-face-already-done): Change to boolean.
27035 (term-reset-terminal, term-handle-colors-array): Handle the above
27036 vars accordingly.
27037 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
27038 (term-emulate-terminal): Use the new name.
27039
27040 * faces.el (secondary-selection): Use yellow1, not yellow.
27041 (trailing-whitespace): Use red1, not red.
27042
27043 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27044
27045 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
27046 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
27047 (dired-dnd-handle-file): Call dnd-get-local-file-uri
27048
27049 * cus-edit.el (dnd): New group.
27050
27051 * term/w32-win.el (dnd): Require dnd
27052 (w32-drag-n-drop): Call dnd-handle-one-url.
27053
27054 * x-dnd.el: Require dnd.
27055 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
27056 Call dnd-handle-one-url.
27057 (x-dnd-types-alist, x-dnd-insert-utf8-text)
27058 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
27059 to dnd-insert-text.
27060 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
27061 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
27062 (x-dnd-get-local-file-name, x-dnd-open-local-file)
27063 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
27064
27065 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
27066
27067 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27068
27069 * wdired.el: Doc fixes.
27070 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
27071 (wdired-use-dired-vertical-movement): Rename from
27072 wdired-always-move-to-filename-beginning.
27073 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
27074 (wdired-change-to-wdired-mode): Change mode name.
27075 (wdired-newline): Delete.
27076
27077 2005-04-11 Richard M. Stallman <rms@gnu.org>
27078
27079 * whitespace.el (whitespace-highlight-the-space):
27080 Don't call whitespace-unhighlight-the-space here.
27081
27082 * simple.el (undo): Record t in undo-equiv-table
27083 for the redo record made by an undo-in-region.
27084
27085 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
27086
27087 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
27088 (gdb-frame-inferior-io-buffer): New Functions to control
27089 display of separate IO buffer.
27090 (menu): Add them to menu-bar.
27091 (gdb-display-buffer): Check for buffer another frame.
27092 Protect GUD buffer.
27093 (gdb-setup-windows): Create IO buffer if not already there.
27094 (gdb-memory-mode): Remove purecopy noops.
27095
27096 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
27097
27098 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
27099 and pass to self-insert-command.
27100
27101 2005-04-11 Lute Kamstra <lute@gnu.org>
27102
27103 * generic.el: Commentary section cleanup.
27104 (generic): Delete.
27105 (generic-use-find-file-hook, generic-lines-to-scan)
27106 (generic-find-file-regexp, generic-ignore-files-regexp)
27107 (default-generic-mode, generic-mode-find-file-hook)
27108 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
27109 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
27110 (generic-use-find-file-hook, generic-lines-to-scan)
27111 (generic-find-file-regexp, generic-ignore-files-regexp)
27112 (default-generic-mode, generic-mode-find-file-hook)
27113 (generic-mode-ini-file-find-file-hook): Move from generic.el.
27114
27115 2005-04-10 Karl Fogel <kfogel@red-bean.com>
27116
27117 * bookmark.el (bookmark-write-file): Catch errors writing file.
27118 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
27119
27120 2005-04-10 Richard M. Stallman <rms@gnu.org>
27121
27122 * startup.el (fancy-splash-tail): Update copyright year.
27123 (command-line): Split part of -Q into -D.
27124 (emacs-basic-display): New defvar.
27125 (fancy-splash-text): Correct name of menu item.
27126
27127 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
27128
27129 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
27130 lines in one node.
27131
27132 * comint.el (comint-send-input): New arg ARTIFICIAL.
27133 Callers in this file changed.
27134
27135 * abbrev.el (define-abbrevs): Read system abbrevs properly.
27136
27137 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
27138
27139 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
27140
27141 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
27142 `ldap-search-internal'.
27143
27144 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
27145
27146 * files.el (set-auto-mode-1): Use line-end-position.
27147
27148 * international/latin-1.el:
27149 * international/latin-2.el:
27150 * international/latin-3.el:
27151 * international/latin-4.el:
27152 * international/latin-5.el:
27153 * international/latin-8.el:
27154 * international/latin-9.el: Give punctuation syntax to NBSP.
27155
27156 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
27157 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
27158 Use char-classes to accept non-ascii letters, accepted in some recent
27159 bibtex implementations.
27160
27161 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
27162
27163 * custom.el (custom-set-minor-mode): Any non-nil value for the
27164 variable should enable the mode when set through Custom.
27165
27166 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
27167
27168 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
27169 TAB binding so tab-always-indent is obeyed.
27170 (vhdl-minibuffer-local-map): Move initialization into declaration.
27171 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
27172 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
27173 (vhdl-hooked-abbrev): Avoid test for XEmacs.
27174 (vhdl-current-line): Use line-beginning-position.
27175 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
27176 with-output-to-temp-buffer, so the current position can be recorded.
27177
27178 2005-04-10 Masatake YAMATO <jet@gyve.org>
27179
27180 * progmodes/compile.el (compilation-error-regexp-alist-alist):
27181 Add regexp for gcov.
27182
27183 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
27184
27185 * calendar/time-date.el (time-to-seconds, seconds-to-time)
27186 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
27187 syntax which Emacs 20 doesn't support.
27188
27189 2005-04-09 Richard M. Stallman <rms@gnu.org>
27190
27191 * help.el (describe-key-briefly, describe-key):
27192 Replace strings as event types with "(any string)".
27193
27194 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
27195
27196 * arc-mode.el (archive-mode-map): Move initialization into
27197 the declaration. Override *all* bindings of `undo'.
27198 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
27199
27200 2005-04-09 Jay Belanger <belanger@truman.edu>
27201
27202 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
27203
27204 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
27205
27206 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
27207 (xterm-register-default-colors): Update color values computation
27208 to match xterm-200.
27209
27210 2005-04-09 Kenichi Handa <handa@m17n.org>
27211
27212 * international/code-pages.el (iso-latin-7): Fix the map.
27213
27214 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
27215
27216 * emacs-lisp/lisp.el (defun-prompt-regexp)
27217 (parens-require-spaces, buffer-end, end-of-defun)
27218 (insert-parentheses): Doc fixes.
27219
27220 2005-04-08 Kim F. Storm <storm@cua.dk>
27221
27222 * comint.el (comint-highlight-prompt): Fix face spec.
27223 * hi-lock.el (hi-green): Likewise.
27224
27225 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
27226
27227 * cus-edit.el (custom-modified-face):
27228 * comint.el (comint-highlight-input): Fix previous changes.
27229 * term.el (term-handle-ansi-escape): Add a comment.
27230
27231 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
27232
27233 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
27234 in the buffer and in whitespace-highlighted-space.
27235 (whitespace-unhighlight-the-space): Simplify.
27236 (whitespace-buffer): Simplify.
27237
27238 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
27239
27240 * textmodes/table.el (table-cell-face): Add special case for
27241 displays supporting a high number of colors.
27242 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
27243 (vhdl-font-lock-reserved-words-face)
27244 (vhdl-speedbar-architecture-face)
27245 (vhdl-speedbar-instantiation-face)
27246 (vhdl-speedbar-architecture-selected-face)
27247 (vhdl-speedbar-instantiation-selected-face): Likewise.
27248 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
27249 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
27250 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
27251 (ebrowse-root-class-face, ebrowse-member-attribute-face)
27252 (ebrowse-progress-face): Likewise.
27253 * progmodes/compile.el (compilation-info-face): Likewise.
27254 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
27255 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
27256 * calendar/calendar.el (diary-face): Likewise.
27257 * woman.el (woman-italic-face, woman-bold-face)
27258 (woman-unknown-face): Likewise.
27259 * wid-edit.el (widget-button-pressed-face): Likewise.
27260 * whitespace.el (whitespace-highlight-face): Likewise.
27261 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
27262 * pcvs-info.el (cvs-marked-face): Likewise.
27263 * info.el (info-xref): Likewise.
27264 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
27265 * hilit-chg.el (highlight-changes-face)
27266 (highlight-changes-delete-face): Likewise.
27267 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
27268 (hi-red-b): Likewise.
27269 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
27270 * font-lock.el (font-lock-keyword-face)
27271 (font-lock-function-name-face, font-lock-warning-face): Likewise.
27272 * cus-edit.el (custom-invalid-face, custom-modified-face)
27273 (custom-set-face, custom-changed-face, custom-variable-tag-face)
27274 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
27275 * comint.el (comint-highlight-prompt): Likewise.
27276
27277 2005-04-08 Lute Kamstra <lute@gnu.org>
27278
27279 * font-lock.el (font-lock-keywords): Docstring fixes.
27280
27281 2005-04-08 Kenichi Handa <handa@m17n.org>
27282
27283 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
27284 chars are more than a limit, print " and more..." at the tail.
27285
27286 2005-04-08 Kim F. Storm <storm@cua.dk>
27287
27288 * emacs-lisp/authors.el (authors-aliases): Update list.
27289 (authors-ignored-files): New list.
27290 (authors-fixed-entries): Fix typo.
27291 (authors-renamed-files-alist): Update list.
27292 (authors-add): Check authors-ignored-files.
27293
27294 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
27295
27296 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
27297 optional, to ensure backward compatibility.
27298
27299 2005-04-08 Stephen Eglen <stephen@gnu.org>
27300
27301 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
27302
27303 2005-04-08 Kim F. Storm <storm@cua.dk>
27304
27305 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
27306
27307 * mouse.el (mouse-on-link-p): Doc fix.
27308
27309 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
27310
27311 * ielm.el (ielm-prompt-read-only): Doc fix.
27312
27313 * comint.el (comint-prompt-read-only): Doc fix.
27314
27315 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
27316
27317 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
27318 ensure dired always handles wildcards passed to ffap.
27319 (find-file-at-point): Use it.
27320 (ffap-dired-wildcards): Doc fix.
27321
27322 2005-04-07 Juri Linkov <juri@jurta.org>
27323
27324 * simple.el (next-error-overlay-arrow-position): New defvar.
27325 Put "=>" on its property `overlay-arrow-string'. Add it to
27326 `overlay-arrow-variable-list'.
27327
27328 * progmodes/compile.el (compilation-setup):
27329 Set `next-error-overlay-arrow-position' to nil. Also set it to
27330 nil in the local hook `kill-buffer-hook'. Make local variable
27331 `overlay-arrow-string' and set it to "=>".
27332 (compilation-goto-locus): Set BOL position to
27333 `next-error-overlay-arrow-position' instead of
27334 `overlay-arrow-position'.
27335
27336 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
27337 locally instead of adding it to the global hook.
27338 (Info-kill-buffer): Move up.
27339
27340 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
27341
27342 * term/xterm.el (xterm-standard-colors): Update color values from
27343 xterm-200.
27344
27345 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
27346
27347 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
27348
27349 * fast-lock.el:
27350 * lazy-lock.el: Move them to the obsolete subdir.
27351
27352 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27353
27354 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
27355 (wdired-add-replace-advice): Remove.
27356 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
27357
27358 2005-04-06 Kim F. Storm <storm@cua.dk>
27359
27360 * startup.el (command-line): Add --bare-bones alias for -Q.
27361
27362 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27363
27364 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
27365 create the startup fontset if a font specification ends with
27366 `mac-roman'.
27367
27368 2005-04-06 Lute Kamstra <lute@gnu.org>
27369
27370 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
27371 change.
27372
27373 * emacs-lisp/copyright.el (copyright-update-year): Replace the
27374 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
27375
27376 2005-04-05 Lute Kamstra <lute@gnu.org>
27377
27378 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
27379 (define-generic-mode): Ditto. Fix debug declaration.
27380
27381 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
27382 Put them in the generic-x group.
27383
27384 * calendar/timeclock.el (timeclock): Doc fix.
27385
27386 * generic.el (define-generic-mode): Don't use custom-current-group.
27387 Document default :group value.
27388 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
27389 (define-global-minor-mode): Don't use custom-current-group.
27390
27391 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
27392
27393 * startup.el (command-line-1): Display startup-echo-area-message
27394 when fancy splash screen is in use.
27395
27396 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
27397 (sh-escaped-newline): New face.
27398 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
27399 newline, and use sh-escaped-newline face.
27400
27401 * progmodes/tcl.el (tcl-escaped-newline): New face.
27402 (tcl-builtin-list): New variable.
27403 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
27404 newlines. Fix keywords subexpression number.
27405
27406 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
27407
27408 * textmodes/org.el (org-diary-default-entry): Fix call to
27409 `add-to-diary-entry'.
27410
27411 2005-04-05 Kim F. Storm <storm@cua.dk>
27412
27413 * ediff-init.el: Use (featurep 'xemacs).
27414
27415 2005-04-05 David Ponce <david@dponce.com>
27416
27417 * cus-edit.el (face): Derive from symbol widget. Display sample
27418 of the current face on the fly.
27419 (widget-face-sample-face-get, widget-face-notify): New functions.
27420 (widget-face-value-create): Remove.
27421
27422 * wid-edit.el (widget-field-end): Temporarily remove field
27423 narrowing before to call `get-char-property'.
27424
27425 2005-04-04 Jay Belanger <belanger@truman.edu>
27426
27427 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
27428 (math-read-subscripts): New variable.
27429 (math-read-preprocess-string): Process subscripts.
27430
27431 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
27432
27433 * comint.el (comint-prompt-read-only): Doc fix.
27434
27435 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
27436 `-1'. Doc fix.
27437
27438 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
27439
27440 * textmodes/org.el (org-insert-mode-line-in-empty-file):
27441 Change default value to nil.
27442
27443 2005-04-04 Lute Kamstra <lute@gnu.org>
27444
27445 * autorevert.el (auto-revert-mode): Specify :group.
27446 * battery.el (display-battery-mode): Specify :group.
27447 * diff-mode.el (diff-minor-mode): Specify :group.
27448 * font-core.el (font-lock-mode): Specify :group.
27449 * hl-line.el (hl-line-mode): Specify :group.
27450 * iimage.el (iimage): New customization group.
27451 (iimage-mode): Specify :group.
27452 * longlines.el (longlines-mode): Specify :group.
27453 * master.el: Don't require easy-mmode.
27454 (master): New customization group.
27455 (master-mode): Specify :group.
27456 * msb.el (msb-mode): Specify :group.
27457 * reveal.el (reveal-mode): Specify :group.
27458 * simple.el (next-error-follow-minor-mode): Specify :group.
27459 * smerge-mode.el (smerge-mode): Specify :group.
27460 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
27461 * emulation/cua-base.el (cua-mode): Specify :group.
27462 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
27463 * language/thai-util.el (thai-auto-composition-mode)
27464 (thai-word-mode): Specify :group.
27465 * mail/supercite.el (sc-minor-mode): Specify :group.
27466 * progmodes/cwarn.el (cwarn-mode): Specify :group.
27467 * progmodes/flymake.el (flymake-mode): Specify :group.
27468 * progmodes/glasses.el (glasses-mode): Specify :group.
27469 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
27470 * textmodes/enriched.el (enriched-mode): Specify :group.
27471 * textmodes/refill.el (refill-mode): Specify :group.
27472
27473 * add-log.el (change-log-font-lock-keywords): Names in
27474 parenthesized lists can contain spaces.
27475
27476 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
27477
27478 * startup.el (fancy-splash-text): Shorten default text of
27479 "Emacs Tutorial" line. Also, if the current language env
27480 indicates an available tutorial file other than TUTORIAL,
27481 extract its title and append it to the line in parentheses.
27482 (fancy-splash-insert): If arg is a thunk, funcall it.
27483
27484 2005-04-04 Jay Belanger <belanger@truman.edu>
27485
27486 * calc.el (calc-language-alist): Add tags to customization type.
27487
27488 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
27489
27490 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
27491 Doc fix.
27492
27493 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
27494
27495 * add-log.el (change-log-font-lock-keywords): The manual
27496 describing a Change Log entry, says: (...) "Aside from these
27497 header lines, every line in the change log starts with a space or
27498 a tab.". The font-lock was not highlighting lines started with
27499 spaces, added support for it.
27500
27501 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27502
27503 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
27504 (bibtex-generate-url-list): Update docstring accordingly. Put the
27505 complex example in the docstring.
27506 (bibtex-font-lock-url): Use pop.
27507
27508 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
27509
27510 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
27511
27512 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
27513
27514 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
27515
27516 * filesets.el (filesets-set-default): Doc fix.
27517
27518 2005-04-03 Lute Kamstra <lute@gnu.org>
27519
27520 * generic.el (define-generic-mode): Add argument to specify
27521 keywords for defcustom.
27522 (default-generic-mode): Specify :group.
27523
27524 * generic-x.el: Specify :group for all generic modes.
27525
27526 * desktop.el (desktop-no-desktop-file-hook)
27527 (desktop-after-read-hook): Doc fix.
27528
27529 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
27530
27531 * simple.el (visible-mode): Use explicit :group keyword.
27532 This changes the group of `visible-mode-hook' from paren-blinking
27533 to editing-basics.
27534
27535 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
27536
27537 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
27538 mailbox specifications as well as URLs.
27539 (rmail-insert-inbox-text): Remove unused conditional branches.
27540
27541 2005-04-01 Jay Belanger <belanger@truman.edu>
27542
27543 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
27544 (calc-gnuplot-print-command): Move definitions to calc.el.
27545
27546 * calc/calc-embed.el (calc-embedded-announce-formula)
27547 (calc-embedded-open-formula, calc-embedded-close-formula)
27548 (calc-embedded-open-word, calc-embedded-close-word)
27549 (calc-embedded-open-plain, calc-embedded-close-plain)
27550 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
27551 (calc-embedded-open-mode, calc-embedded-close-mode):
27552 Move definitions to calc.el.
27553
27554 * calc/calc.el (calc-settings-file, calc-language-alist):
27555 Make customizable.
27556 (calc-embedded-announce-formula, calc-embedded-open-formula)
27557 (calc-embedded-close-formula, calc-embedded-open-word)
27558 (calc-embedded-close-word, calc-embedded-open-plain)
27559 (calc-embedded-close-plain, calc-embedded-open-new-formula)
27560 (calc-embedded-close-new-formula, calc-embedded-open-mode)
27561 (calc-embedded-close-mode, calc-gnuplot-name)
27562 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
27563 from other files and make customizable.
27564
27565 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27566
27567 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
27568 Use buffer-live-p.
27569 (cvs-mode-run): Don't call cvs-update-header here.
27570 (cvs-run-process): Call cvs-update-header.
27571 Use process properties for cvs-postprocess and cvs-buffer so that
27572 the sentinel can behave better if the temp buffer is killed.
27573 Use a pipe rather than a tty, to better handle unexpected prompts.
27574 (cvs-sentinel): Rewrite. Call cvs-update-header.
27575
27576 2005-04-01 Andre Spiegel <spiegel@gnu.org>
27577
27578 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
27579 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
27580
27581 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27582
27583 * generic.el (define-generic-mode): Add indentation rule.
27584
27585 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
27586
27587 * files.el (mode-require-final-newline): Make Custom correctly
27588 report a nil value and allow to set it to nil via Custom.
27589 Doc fix.
27590
27591 2005-04-01 Kenichi Handa <handa@m17n.org>
27592
27593 * international/characters.el: Enable the correct case setting for
27594 dotless-i and dotted-I.
27595
27596 2005-04-01 Kim F. Storm <storm@cua.dk>
27597
27598 * ido.el (ido-file-internal): Fall back to non-ido command if
27599 initial directory is on slow ftp (or tramp) host.
27600
27601 2005-03-31 Richard M. Stallman <rms@gnu.org>
27602
27603 * emacs-lisp/autoload.el (make-autoload):
27604 Handle define-global-minor-mode.
27605
27606 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27607 Rename from easy-mmode-define-global-mode.
27608 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
27609
27610 * progmodes/scheme.el (scheme-mode-syntax-table):
27611 Update syntax of | and # for two-character comment syntax.
27612
27613 2005-03-31 Lute Kamstra <lute@gnu.org>
27614
27615 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
27616 (define-minor-mode): Call custom-current-group at load-time.
27617
27618 * generic.el (define-generic-mode): Add debug declaration.
27619 Add defcustom for the mode hook.
27620 (generic-mode-internal): Use run-mode-hooks.
27621
27622 2005-03-31 Kim F. Storm <storm@cua.dk>
27623
27624 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
27625 (mouse-fixup-help-message): New defun called by show_help_echo
27626 to fixup mouse-2 prefix in help messages when applicable.
27627
27628 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
27629
27630 2005-03-31 Kenichi Handa <handa@m17n.org>
27631
27632 * language/thai-word.el (thai-find-word-ends): Pay attention to
27633 the case that we reach the end of buffer.
27634
27635 * textmodes/fill.el (fill-text-properties-at): New function.
27636 (fill-newline): Use fill-text-properties-at instead of
27637 text-properties-at.
27638
27639 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27640
27641 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
27642 not comint-quote-filename.
27643
27644 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
27645
27646 * help-fns.el (help-with-tutorial): Revert last change.
27647
27648 2005-03-31 Kim F. Storm <storm@cua.dk>
27649
27650 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
27651
27652 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
27653
27654 * calendar/cal-china.el: Update reference to "Calendrical
27655 Calculations" book; there's a new edition.
27656 * calendar/cal-coptic.el: Likewise.
27657 * calendar/cal-french.el: Likewise.
27658 * calendar/cal-hebrew.el: Likewise.
27659 * calendar/cal-islam.el: Likewise.
27660 * calendar/cal-iso.el: Likewise.
27661 * calendar/cal-julian.el: Likewise.
27662 * calendar/cal-mayan.el: Likewise.
27663 * calendar/cal-persia.el: Likewise.
27664 * calendar/calendar.el: Likewise.
27665 * calendar/holidays.el: Likewise.
27666 * calendar/lunar.el: Likewise.
27667 * calendar/solar.el: Likewise.
27668
27669 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
27670 white space from doc string.
27671
27672 2005-03-30 Jay Belanger <belanger@truman.edu>
27673
27674 * calc/calc-help.el (calc-full-help): Remove email address.
27675
27676 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
27677
27678 * help-fns.el (help-with-tutorial): Delete title line.
27679
27680 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27681
27682 * calendar/cal-x.el (calendar-one-frame-setup)
27683 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
27684 rather than `symbol' for set-window-dedicated-p.
27685
27686 * calendar/appt.el (appt-buffer-name): Make it a constant.
27687 (appt-add): Doc fix.
27688
27689 * filesets.el (filesets-menu-path, filesets-menu-before)
27690 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
27691 (filesets-menu-cache-file): Use directory ~/.emacs.d.
27692 (filesets-add-submenu): Delete and use add-submenu instead.
27693
27694 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
27695
27696 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
27697 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
27698 (org-diary-default-entry): New function.
27699 (org-get-entries-from-diary): Better parsing of diary entries.
27700 (org-agenda-check-no-diary): New function.
27701 ("diary-lib"): Advice to function `add-to-diary-list', to allow
27702 linking to diary entries.
27703 (org-agenda-execute-calendar-command): New function.
27704 (org-agenda): Improve visible section in window.
27705 Use `org-fit-agenda-window'.
27706 (org-fit-agenda-window): New option.
27707 (org-move-subtree-down): Better handling of empty lines
27708 at end of subtree.
27709 (org-cycle): Numeric prefix is interpreted now as show-subtree N
27710 levels up.
27711 (org-fontify-done-headline): New option.
27712 (org-headline-done-face): New face.
27713 (org-set-font-lock-defaults): Use `org-headline-done-face'.
27714 (org-table-copy-down): Rename from `org-table-copy-from-above'.
27715 When current field is non-empty, it is copied to next row.
27716 (org-table-copy-from-above): Fix bug which made it
27717 impossible to copy fields containing only a single non-white character.
27718
27719 2005-03-30 Kim F. Storm <storm@cua.dk>
27720
27721 * kmacro.el (kmacro-end-macro): Isearch may store this command
27722 into the macro -- so ignore it when executing keyboard macro.
27723
27724 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27725
27726 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
27727
27728 2005-03-29 Kenichi Handa <handa@m17n.org>
27729
27730 * language/thai.el ("Thai"): Set setup-function and exit-function
27731 for Thai language environment.
27732
27733 * language/thai-util.el: Require thai-word.
27734 (thai-word-mode-map): New variable.
27735 (thai-word-mode): New minor mode.
27736 (setup-thai-language-environment-internal): New function.
27737 (exit-thai-language-environment-internal): New function.
27738
27739 * language/thai-word.el (thai-word-table): Declare it by defvar,
27740 use dolist to initialize it.
27741 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
27742 (thai-fill-find-break-point): New functions.
27743
27744 2005-03-29 Richard M. Stallman <rms@gnu.org>
27745
27746 * simple.el (idle-update-delay): Move definition up.
27747 (set-mark): Doc fix.
27748
27749 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
27750
27751 * longlines.el: New file.
27752
27753 * simple.el (buffer-substring-filters): New variable.
27754 (filter-buffer-substring): New function.
27755 (kill-region, copy-region-as-kill): Use it.
27756
27757 * register.el (copy-to-register, append-to-register)
27758 (prepend-to-register): Use filter-buffer-substring.
27759
27760 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
27761
27762 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
27763 (gud-filter-pending-text): Move in front of gdb.
27764 (gud-overlay-arrow-position): New variable.
27765 (gud-sentinel, gud-display-line): Use it in place of
27766 overlay-arrow-position.
27767
27768 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
27769
27770 * progmodes/fortran.el (fortran-if-indent): Doc fix.
27771 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
27772 (fortran-font-lock-keywords-4): New variable.
27773 (fortran-blocks-re, fortran-end-block-re)
27774 (fortran-start-block-re): New constants, for hideshow.
27775 (hs-special-modes-alist): Add a Fortran entry.
27776 (fortran-mode-map): Bind fortran-end-of-block,
27777 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
27778 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
27779 (fortran-looking-at-if-then, fortran-end-of-block)
27780 (fortran-beginning-of-block): New functions, for hideshow.
27781
27782 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
27783 Doc fix. Tweak regexp.
27784 (f90-beginning-of-block): Push mark first.
27785
27786 2005-03-29 Jay Belanger <belanger@truman.edu>
27787
27788 * calc/calc.el: Update copyright date.
27789 (calc-version): Increase to 2.1.
27790 (calc-version-date): Remove.
27791
27792 * calc/calc-help.el: Update copyright date.
27793 (calc-full-help): Remove reference to calc-version-date.
27794 Update copyright date.
27795
27796 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27797
27798 * vc.el (vc-do-command): Use a pipe for async processes, so password
27799 prompts don't show up at places where the user can't reply.
27800
27801 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
27802
27803 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
27804 on the file name we pass to the inferior shell.
27805
27806 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27807
27808 * progmodes/which-func.el (which-function): Be robust in the face of an
27809 imenu--make-index-alist failure.
27810
27811 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
27812
27813 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
27814
27815 * progmodes/python.el (python-preoutput-filter): Fix last change.
27816
27817 2005-03-29 Lute Kamstra <lute@gnu.org>
27818
27819 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
27820 functions and compiled macros.
27821 (debug-convert-byte-code): Handle macros too.
27822 (debug-on-entry-1): Don't signal an error when trying to clear a
27823 function that is not set to debug on entry.
27824
27825 2005-03-29 Jay Belanger <belanger@truman.edu>
27826
27827 * calc/calc-lang.el: Add functions to math-function-table
27828 properties of tex and math.
27829
27830 2005-03-29 Kenichi Handa <handa@m17n.org>
27831
27832 * ps-mule.el (ps-mule-plot-string): Translate characters by
27833 ps-print-translation-table.
27834 (ps-mule-begin-job): Call find-charset-region/string with
27835 ps-print-translation-table.
27836 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
27837
27838 * ps-print.el (ps-print-translation-table): New variable.
27839 (ps-plot-region): Translate characters by ps-print-translation-table.
27840
27841 2005-03-29 Juri Linkov <juri@jurta.org>
27842
27843 * simple.el (next-error-highlight-timer): New variable.
27844
27845 * progmodes/compile.el (compilation-goto-locus):
27846 Use `next-error-highlight-timer' instead of `sit-for'.
27847
27848 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27849
27850 * mail/supercite.el (sc-mail-field): Use assoc-string.
27851 (sc-get-address): Simplify regexps.
27852
27853 * files.el (minibuffer-with-setup-hook): New macro.
27854 (find-file-read-args): Use it to avoid let-binding
27855 minibuffer-with-setup-hook (which breaks turning on/off
27856 file-name-shadow-mode while in the prompt).
27857
27858 * complete.el (PC-read-include-file-name-internal):
27859 Use test-completion.
27860
27861 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
27862
27863 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
27864
27865 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
27866
27867 * window.el (window-buffer-height): Use count-screen-lines.
27868
27869 * progmodes/python.el (python-preoutput-leftover): New var.
27870 (python-preoutput-filter): Use it.
27871 (python-send-receive): Loop until all the result has been received.
27872
27873 2005-03-28 Juri Linkov <juri@jurta.org>
27874
27875 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
27876
27877 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
27878 "Recover Crashed Session".
27879 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
27880 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
27881 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
27882 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
27883 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
27884 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
27885 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
27886 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
27887
27888 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
27889 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
27890 Ediff Sessions", "Toggle use of separate control buffer frame",
27891 "Use separate frame for Ediff control buffer".
27892
27893 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
27894 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
27895 "Rename Bookmark", "Delete Bookmark".
27896
27897 * info.el (Info-mode-menu): Remove ellipsis from "Index".
27898 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
27899 Add `:active Info-index-alternatives' to "Next Matching Item".
27900
27901 * wdired.el (wdired-change-to-wdired-mode):
27902 Mention `wdired-abort-changes' key in the initial message.
27903
27904 * international/mule.el (auto-coding-alist): Associate non-ascii
27905 image filename extensions with `no-conversion'.
27906
27907 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
27908
27909 * international/iso-acc.el:
27910 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
27911
27912 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
27913
27914 * textmodes/sgml-mode.el (html-mode): Doc update.
27915
27916 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
27917
27918 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
27919
27920 * term.el (term-move-columns): Fix face after extending a line.
27921 (term-insert-spaces): Likewise.
27922 (term-reset-terminal): Fix off by one error.
27923
27924 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27925
27926 * international/mule.el (auto-coding-alist): Add .xpi files.
27927
27928 * files.el (auto-mode-alist): Add .xpi files.
27929
27930 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
27931
27932 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
27933
27934 2005-03-26 Eli Zaretskii <eliz@gnu.org>
27935
27936 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
27937
27938 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
27939
27940 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
27941 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
27942
27943 * calendar/cal-move.el (calendar-beginning-of-year): Move the
27944 cursor to Jan 1 when needed.
27945 (calendar-end-of-year): Fix -/+ typo.
27946 Reported by Chong Yidong <cyd@stupidchicken.com>.
27947
27948 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
27949
27950 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
27951
27952 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
27953 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
27954
27955 2005-03-25 Richard M. Stallman <rms@gnu.org>
27956
27957 * filesets.el (filesets-init): Add autoload.
27958
27959 * mail/mailalias.el (mail-directory): Doc fix.
27960
27961 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27962
27963 * mail/mailalias.el (mail-directory-process): Do nothing if
27964 mail-directory-process is an atom.
27965 (mail-get-names): Ignore mail-directory-names if it is an atom.
27966 (mail-directory-process defvar): Doc fix.
27967 (mail-names): Doc fix.
27968
27969 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
27970
27971 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
27972
27973 2005-03-26 Kenichi Handa <handa@m17n.org>
27974
27975 * international/mule-util.el (detect-coding-with-priority):
27976 Call update-coding-systems-internal before detect-coding-region.
27977
27978 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
27979
27980 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
27981 (gdb-frames-mode-map): Add follow-link property.
27982
27983 2005-03-25 Jay Belanger <belanger@truman.edu>
27984
27985 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
27986 for variables.
27987
27988 2005-03-25 Juri Linkov <juri@jurta.org>
27989
27990 * image-mode.el: Optimize image filename extension regexps in
27991 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
27992 in `auto-mode-alist'.
27993 (image-mode): Add `image-toggle-display-text' to local hook
27994 `change-major-mode-hook'. Display the image as an image by
27995 default. Set `cursor-type' and `truncate-lines' if the image
27996 is already displayed. Take into account the current mode (image
27997 or text) in message.
27998 (image-minor-mode): New minor mode.
27999 (image-mode-maybe, image-toggle-display-text): New functions.
28000 (image-toggle-display): Use called-interactively-p.
28001 Let-bind `inhibit-read-only' to t.
28002
28003 * image-mode.el (image-minor-mode): Set `cursor-type' and
28004 `truncate-lines' if the image is already displayed. Add turning
28005 image-minor-mode off to `change-major-mode-hook'. Add message.
28006 Call `image-toggle-display-text' after turning image-minor-mode off.
28007
28008 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
28009
28010 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
28011 Terminal.app, use utf-8.
28012 (set-display-table-and-terminal-coding-system): Add coding-system arg.
28013 (set-locale-environment): Use it.
28014
28015 * term/xterm.el: Undo last change, better done in mule-cmds.el.
28016
28017 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
28018
28019 * progmodes/python.el (python-close-block-statement-p)
28020 (python-outdent-p, python-current-defun): Use symbol-end.
28021
28022 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28023
28024 * files.el (save-some-buffers): Doc fix.
28025
28026 2005-03-25 Werner Lemberg <wl@gnu.org>
28027
28028 * complete.el, thumbs.el: Replace `legal' with `valid'.
28029 * calendar/calendar.el: Replace `legal' with `valid'.
28030 * emacs-lisp/advice.el: Replace `legal' with `valid'.
28031 * mail/supercite.el: Replace `legal' with `valid'.
28032 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
28033 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
28034 Replace `legal' with `valid'.
28035 * textmodes/reftex-vars.el, textmodes/reftex.el:
28036 Replace `legal' with `valid'.
28037
28038 2005-03-25 Werner Lemberg <wl@gnu.org>
28039
28040 * calc/calc-forms.el, calc/calc-sel.el
28041 * midnight.el, vc-cvs.el
28042 * emacs-lisp/cl-macs.el
28043 * emulation/vip.el
28044 * eshell/esh-io.el, eshell/esh-var.el
28045 * mail/supercite.el
28046 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
28047 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
28048 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
28049 * progmodes/sh-script.el, progmodes/xscheme.el
28050 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
28051 * textmodes/reftex-index.el, textmodes/reftex-parse.el
28052 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
28053 * textmodes/reftex.el, textmodes/org.el:
28054 Replace `illegal' with `invalid'.
28055
28056 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28057
28058 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
28059 (flymake-find-buildfile, flymake-find-possible-master-files)
28060 (flymake-check-include, flymake-parse-line): Replace loops over the
28061 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
28062
28063 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
28064 Substitute file-name-as-directory in the rest of the file.
28065 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
28066 (flymake-replace-region): Remove unused arg `buffer'.
28067 (flymake-check-patch-master-file-buffer): Update calls to it.
28068 (flymake-add-err-info): Remove unused var `count'.
28069 (flymake-mode): Use define-minor-mode.
28070
28071 * progmodes/flymake.el: Use with-current-buffer.
28072 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
28073 flymake-replace-regexp-in-string, flymake-line-beginning-position)
28074 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
28075 Avoid testing for `xemacs'.
28076 (flymake-nop): Move.
28077 (flymake-region-has-flymake-overlays): Return the computed value.
28078 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
28079 Remove unused var `endline'.
28080 (flymake-get-line-count): Remove unused function.
28081 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
28082
28083 * emulation/vi.el:
28084 * generic.el:
28085 * hilit-chg.el (global-highlight-changes):
28086 * hi-lock.el (hi-lock-mode):
28087 * follow.el: find-file-hooks -> find-file-hook.
28088
28089 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
28090
28091 2005-03-24 Juri Linkov <juri@jurta.org>
28092
28093 * dired.el (dired-mode-map): Add menu item "Compare directories"
28094 for dired-compare-directories.
28095
28096 * dired-aux.el (dired-compare-directories): Add autoload cookie.
28097 Doc fix. Replace `read-file-name' with `read-directory-name'.
28098
28099 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28100
28101 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
28102
28103 2005-03-24 Jay Belanger <belanger@truman.edu>
28104
28105 * calc/calc-embed.el (calc-embedded-mode-change): Save all
28106 relevant mode settings in calc-embedded-original-modes when modes
28107 are permanently changed.
28108
28109 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28110
28111 * autoinsert.el: find-file-hooks -> find-file-hook.
28112
28113 2005-03-24 Lute Kamstra <lute@gnu.org>
28114
28115 * generic.el (generic-font-lock-defaults): Make it obsolete.
28116 (generic-font-lock-keywords): New variable to replace
28117 generic-font-lock-defaults.
28118 (generic-mode-set-font-lock): Delete it.
28119 (generic-mode-internal): Don't call generic-mode-set-font-lock.
28120 (generic-bracket-support): Add docstring.
28121
28122 * generic-x.el: Rename generic-font-lock-defaults to
28123 generic-font-lock-keywords throughout.
28124 (mailagent-rules-setup-function): Delete it.
28125 (mailagent-rules-generic-mode): Use anonymous function instead.
28126 (show-tabs-generic-mode-font-lock-defaults-1)
28127 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
28128 Quote faces.
28129 (show-tabs-tab-face, show-tabs-space-face): Specify background,
28130 not foreground.
28131
28132 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
28133 Recognize define-generic-mode.
28134
28135 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
28136
28137 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
28138 if there's no completion table.
28139
28140 2005-03-23 Miles Bader <miles@gnu.org>
28141
28142 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28143 Remove tty-specific variants, as they're no longer needed.
28144
28145 2005-03-23 Lute Kamstra <lute@gnu.org>
28146
28147 * generic-x.el: Code cleanup: make args constant whenever possible.
28148 (installshield-statement-keyword-list)
28149 (installshield-system-functions-list)
28150 (installshield-system-variables-list, installshield-types-list)
28151 (installshield-funarg-constants-list): Make them constants.
28152
28153 * generic.el (generic-make-keywords-list): Add autoload cookie.
28154
28155 * calendar/time-date.el: Add comment on time value formats.
28156 Don't require parse-time.
28157 (with-decoded-time-value): New macro.
28158 (encode-time-value): New function.
28159 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
28160 (days-to-time): Return a valid time value when arg is huge.
28161 (time-since): Use time-subtract.
28162 (time-to-number-of-days): Use time-to-seconds.
28163
28164 2005-03-23 David Ponce <david@dponce.com>
28165
28166 * recentf.el (recentf-keep): New option.
28167 (recentf-menu-action): Default to `find-file'.
28168 (recentf-keep-non-readable-files-flag)
28169 (recentf-keep-non-readable-files-p)
28170 (recentf-file-readable-p, recentf-find-file)
28171 (recentf-cleanup-remote): Remove.
28172 (recentf-include-p): More robust.
28173 (recentf-keep-p): New function.
28174 (recentf-remove-if-non-kept): Rename from
28175 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
28176 All callers updated.
28177 (recentf-menu-items-for-commands): Fix help string.
28178 (recentf-track-closed-file): Update. Doc fix.
28179 (recentf-cleanup): Update. Count removed files. Doc fix.
28180
28181 2005-03-23 Kim F. Storm <storm@cua.dk>
28182
28183 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28184 Don't inherit from fringe face (now happens automatically).
28185
28186 2005-03-22 Kim F. Storm <storm@cua.dk>
28187
28188 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
28189 position values.
28190
28191 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
28192
28193 * menu-bar.el (showhide-date-time): Remove.
28194 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
28195 (menu-bar-make-mm-toggle): Simplify.
28196
28197 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
28198
28199 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
28200 Accept qualified variable and function names.
28201
28202 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
28203
28204 * bindings.el (completion-ignored-extensions):
28205 Remove ".lis" for `vax-vms'.
28206
28207 2005-03-22 Andreas Schwab <schwab@suse.de>
28208
28209 * generic-x.el: Revert last change.
28210 * ldefs-boot.el: Update.
28211
28212 2005-03-22 Jay Belanger <belanger@truman.edu>
28213
28214 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
28215 (calc-embedded-save-original-modes)
28216 (calc-embedded-restore-original-modes): New functions.
28217 (calc-do-embedded): Save original modes when entering embedded mode
28218 and restore when leaving embedded mode.
28219 (calc-embedded-modes-change): Change the value of
28220 calc-embedded-original-modes to reflect permanent changes.
28221
28222 2005-03-22 Lute Kamstra <lute@gnu.org>
28223
28224 * generic-x.el: Require generic again.
28225
28226 2005-03-22 Miles Bader <miles@gnu.org>
28227
28228 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
28229 Tweak details to look good on both ttys and bitmap displays, light
28230 or dark background, etc.
28231
28232 2005-03-21 Kim F. Storm <storm@cua.dk>
28233
28234 * tooltip.el (tooltip-show-help-function): Check car and cdr of
28235 mouse position.
28236
28237 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
28238
28239 * icomplete.el: Don't forcibly turn on the mode upon load.
28240 (icomplete-mode): Use define-minor-mode.
28241 (icomplete-eoinput): Default to nil.
28242 (icomplete-minibuffer-setup): Remove autoload.
28243 (icomplete-tidy): Simplify.
28244 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
28245 in the initial state or if the user has modified the field.
28246 Fix handling of icomplete-max-delay-chars.
28247 Remove code that handles the oddball case where
28248 minibuffer-completion-table is an integer.
28249 Wrap icomplete-completions in while-no-input in case building
28250 completions takes more time than expected.
28251 (icomplete-completions): Simplify.
28252
28253 2005-03-21 Richard M. Stallman <rms@gnu.org>
28254
28255 * jka-compr.el (jka-compr-really-do-compress):
28256 Make variable buffer-local.
28257
28258 * image-mode.el: Handle .xpm files too.
28259 (image-toggle-display): Preserve modification flag.
28260
28261 * help.el (where-is): Don't mention aliases with no key bindings.
28262
28263 2005-03-21 Lute Kamstra <lute@gnu.org>
28264
28265 * generic.el: Fix commentary section. Don't require cl for
28266 compilation.
28267 (generic-mode-list): Add autoload cookie.
28268 (generic-use-find-file-hook, generic-lines-to-scan)
28269 (generic-find-file-regexp, generic-ignore-files-regexp)
28270 (generic-mode, generic-mode-find-file-hook)
28271 (generic-mode-ini-file-find-file-hook): Fix docstrings.
28272 (define-generic-mode): Make it a defmacro. Fix docstring.
28273 (generic-mode-internal): Code cleanup. Add autoload cookie.
28274 (generic-mode-set-comments): Code cleanup.
28275 * generic-x.el: Don't prevent compilation. Don't require generic.
28276 Follow coding conventions. Minor code cleanup.
28277 (etc-fstab-generic-mode): Add some keywords.
28278 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
28279 define-generic-mode like a function declaration.
28280
28281 2005-03-21 Jay Belanger <belanger@truman.edu>
28282
28283 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
28284 changing modes.
28285
28286 2005-03-21 Sam Steingold <sds@gnu.org>
28287
28288 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
28289
28290 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
28291
28292 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
28293 Add underscore to "f$ lexicals" regexp.
28294
28295 2005-03-20 Juri Linkov <juri@jurta.org>
28296
28297 * subr.el (progress-reporter-do-update): When `min-value' is equal
28298 to `max-value', set `percentage' to 0 and prevent division by zero.
28299
28300 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
28301
28302 Sync with Tramp 2.0.48.
28303
28304 * net/tramp.el (all): Change all addresses to .gnu.org.
28305 (tramp-append-tramp-buffers): New defun.
28306 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
28307 Catch `dont-send' signal.
28308 (tramp-set-auto-save-file-modes): Set always permissions, because
28309 there might be an old auto-saved file belonging to another
28310 original file. This could be a security threat. Reported by
28311 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
28312 Check for Emacs 21.3.50 removed.
28313
28314 * net/tramp-smb.el (all): Remove debug construct for
28315 `with-parsed-tramp-file-name'.
28316 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
28317 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
28318 No error message if DIRECTORY or FILENAME doesn't exist.
28319 (tramp-smb-open-connection): Check existence of
28320 `tramp-smb-program'.
28321
28322 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
28323
28324 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
28325 Properly handle the case where the `m' or `s' command's argument is not
28326 yet terminated.
28327 (perl-indent-new-calculate): New function.
28328 (perl-indent-line): Use it.
28329
28330 2005-03-20 Miles Bader <miles@gnu.org>
28331
28332 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
28333 in text-mode too. Change to new face names.
28334 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
28335 Add `:weight bold' attribute.
28336 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
28337
28338 2005-03-19 Juri Linkov <juri@jurta.org>
28339
28340 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
28341
28342 * international/mule.el (auto-coding-alist): Sync with
28343 `auto-mode-alist' by adding upper case archive file extensions
28344 and adding ear/war to jar extension.
28345
28346 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
28347
28348 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
28349 running, restart it.
28350
28351 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
28352
28353 * finder.el (finder-current-item): Throw an error on an empty line.
28354
28355 * man.el (Man-follow-manual-reference): If current-word returns
28356 nil, use "".
28357
28358 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
28359
28360 * simple.el (goto-line): Doc fix.
28361
28362 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
28363
28364 * files.el (save-buffer): Doc fix.
28365
28366 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
28367
28368 * recentf.el (recentf-cleanup-remote): New variable.
28369 (recentf-cleanup): Use it to conditionally check availability of
28370 remote files.
28371
28372 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
28373
28374 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
28375 function names.
28376
28377 2005-03-19 Eli Zaretskii <eliz@gnu.org>
28378
28379 * language/thai-word.el: New file.
28380
28381 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
28382
28383 * files.el (backup-buffer): If the file's directory is not
28384 writable, use copy instead of move to backup the file.
28385
28386 2005-03-19 Eli Zaretskii <eliz@gnu.org>
28387
28388 * obsolete/keyswap.el: Moved to obsolete/ from term/.
28389
28390 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28391
28392 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
28393 Use functionp instead of symbolp and fboundp. Reported by Drkm
28394 <darkman_spam@yahoo.fr>.
28395 (ps-print-version): New version 6.6.6.
28396
28397 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
28398
28399 * textmodes/table.el (table--line-column-position): New idiom.
28400 (table--row-column-insertion-point-p): New function to test
28401 validity of row and column insertion operation at a location.
28402 (table-global-menu, table-cell-menu): Use above functions for
28403 deterministic test operation.
28404 (table--editable-cell-p): Behave in deterministic fashion.
28405
28406 2005-03-18 Juri Linkov <juri@jurta.org>
28407
28408 * isearch.el (isearch-lazy-highlight-new-loop):
28409 Make arguments beg and end optional.
28410 (isearch-update): Remove optional arguments nil from
28411 isearch-lazy-highlight-new-loop.
28412 (isearch-lazy-highlight-search): Let-bind case-fold-search to
28413 isearch-lazy-highlight-case-fold-search instead of
28414 isearch-case-fold-search, and let-bind isearch-regexp to
28415 isearch-lazy-highlight-regexp.
28416 Use isearch-lazy-highlight-last-string instead of isearch-string.
28417
28418 * replace.el (perform-replace): Remove bindings of global
28419 variables isearch-string, isearch-regexp, isearch-case-fold-search.
28420 Add three new arguments to `replace-highlight'.
28421 (replace-highlight): Add arguments string, regexp, case-fold.
28422 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
28423 to allow isearch-lazy-highlight-new-loop to use these values
28424 to set corresponding isearch-lazy-highlight-* internal
28425 variables whose values lazy highlighting will use regardless of
28426 changes to global variables isearch-string, isearch-regexp,
28427 isearch-case-fold-search during lazy highlighting loop.
28428 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
28429 to `lazy-highlight-cleanup'.
28430
28431 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
28432 (ispell-highlight-face): Set default face to `isearch' when
28433 lazy highlighting is enabled.
28434 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
28435 priority to 1. Add lazy highlighting.
28436 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
28437 from `isearch-dehighlight'.
28438
28439 2005-03-18 David Ponce <david@dponce.com>
28440
28441 * files.el (hack-local-variables): Do a case-insensitive search
28442 for End.
28443
28444 2005-03-18 Juri Linkov <juri@jurta.org>
28445
28446 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
28447 `isearch-lazy-highlight-cleanup', add alias to old name and
28448 declare obsolete. Add release numbers to other obsolete vars.
28449 (isearch-done, isearch-lazy-highlight-new-loop):
28450 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
28451 (lazy-highlight-cleanup) <variable>: Doc fix.
28452 (isearch-lazy-highlight-update): Rename obsolete
28453 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
28454
28455 2005-03-18 Kenichi Handa <handa@m17n.org>
28456
28457 * language/thai-util.el: Fix categorization of Thai characters in
28458 thai-category-table.
28459 (thai-composition-pattern): Adjust it for the above change.
28460 (thai-self-insert-command, thai-compose-syllable): New functions.
28461 (thai-compose-region): Use thai-compose-syllable.
28462 (thai-compose-string): Likewise.
28463 (thai-composition-function): Likewise.
28464 (thai-auto-composition): New function.
28465 (thai-auto-composition-mode): New minor mode.
28466
28467 * language/thai.el: Fix patterns to be registered in
28468 composition-function-table.
28469
28470 * international/quail.el (quail-input-method): Locally bind
28471 inhibit-modification-hooks to t.
28472
28473 2005-03-17 Richard M. Stallman <rms@gnu.org>
28474
28475 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
28476 (perl-mode): Use run-mode-hooks.
28477
28478 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
28479 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
28480 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
28481
28482 * mail/sendmail.el (sendmail-send-it): Reenable the code
28483 to compute resend-to-address and use it.
28484
28485 * tar-mode.el (tar-mode): Turn off undo unconditionally.
28486
28487 * image-mode.el: New file.
28488
28489 * image.el (insert-sliced-image): Add autoload cookie.
28490
28491 * font-lock.el (font-lock-lines-before): New user option.
28492 (font-lock-after-change-function): Obey it.
28493
28494 * bindings.el (esc-map): Make M-g a prefix.
28495 Bind M-g g and M-g M-g to goto-line.
28496
28497 * faces.el (face-id): Doc fix.
28498
28499 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28500
28501 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
28502 (rmail-show-message): Use rmail-unknown-mail-followup-to.
28503 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
28504
28505 * mail/sendmail.el (mail-yank-ignored-headers)
28506 (mail-font-lock-keywords, mail-mode-fill-paragraph):
28507 Add Mail-Followup-To and Mail-Reply-To headers.
28508 (mail-citation-hook): Add autoload cookie.
28509 (mail-mode): Doc fix.
28510 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
28511 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
28512 (mail-mode-fill-paragraph): Handle those headers.
28513 (mail-mailing-lists): New variable.
28514 (mail-mail-reply-to, mail-mail-followup-to): New functions.
28515
28516 2005-03-17 Juri Linkov <juri@jurta.org>
28517
28518 * isearch.el (isearch-fallback): Check for `(car previous)'
28519 before calling `isearch-other-end-state'.
28520
28521 2005-03-17 Kim F. Storm <storm@cua.dk>
28522
28523 * simple.el (move-beginning-of-line): Move to beginning of buffer
28524 line, as well as beginning of screen line.
28525
28526 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
28527
28528 * calendar/diary-lib.el (mark-diary-entries): Use new optional
28529 argument REDRAW rather than calendar-redrawing variable.
28530 * calendar/calendar.el (calendar-redrawing): Delete.
28531 (redraw-calendar): Do not bind calendar-redrawing.
28532
28533 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
28534
28535 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
28536 diary-file buffer.
28537
28538 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
28539
28540 * help.el (describe-mode): Allow a :minor-mode-function property to
28541 specify a different minor mode toggle function than the variable.
28542 * simple.el (auto-fill-function):
28543 * subr.el (add-minor-mode): Use it.
28544
28545 2005-03-16 Kenichi Handa <handa@m17n.org>
28546
28547 * language/ethio-util.el (sera-being-called-by-w3): New variable.
28548 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
28549 (ethio-fidel-to-sera-buffer): Likewise.
28550
28551 2005-03-16 Juri Linkov <juri@jurta.org>
28552
28553 * emacs-lisp/find-func.el (find-function-regexp):
28554 Add defun-emitting macro `menu-bar-make-toggle'.
28555
28556 * isearch.el: Put `isearch-scroll' property to
28557 `split-window-horizontally'.
28558
28559 * info.el: Update error messages for `debug-ignored-errors'.
28560 (Info-isearch-search): Doc fix.
28561 (Info-find-node): Move up code to go into info buffer before
28562 recording the node to the history.
28563 (Info-fontify-node): Fontify titles only if the next line
28564 has two or more `*', `=', `-', `.'.
28565 Display "go to this node" for empty (match-string 3).
28566
28567 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28568
28569 * term/mac-win.el: Add mouse pointer shape constants.
28570
28571 2005-03-15 Kim F. Storm <storm@cua.dk>
28572
28573 * simple.el (move-beginning-of-line): Use vertical-motion.
28574
28575 2005-03-15 Juri Linkov <juri@jurta.org>
28576
28577 * isearch.el (isearch-error): New variable.
28578 (isearch-invalid-regexp, isearch-within-brackets): Remove.
28579 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
28580 (isearch-within-brackets-state): Remove.
28581 (isearch-case-fold-search-state, isearch-pop-fun-state):
28582 Decrease frame index.
28583 (isearch-mode, isearch-top-state, isearch-push-state)
28584 (isearch-edit-string, isearch-abort, isearch-search-and-update)
28585 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
28586 (isearch-search, isearch-lazy-highlight-new-loop):
28587 Replace `isearch-invalid-regexp' with `isearch-error'.
28588 Remove `isearch-within-brackets'.
28589 (isearch-search): Add `search-failed' handler to `condition-case'.
28590 (isearch-lazy-highlight-search): Add `condition-case' to catch
28591 errors and allow `isearch-lazy-highlight-update' to try
28592 highlighting from the beginning of the window.
28593 (isearch-repeat): Move up code to set isearch-wrapped to t
28594 before calling isearch-wrap-function.
28595
28596 * info.el (Info-isearch-initial-node): New internal variable.
28597 (Info-search): Signal an error in isearch mode when search leaves
28598 the initial node. Signal an error when `bound' is non-nil and
28599 nothing was found in the current subfile.
28600 (Info-isearch-search): Remove `condition-case'.
28601 (Info-isearch-wrap): Don't wrap when search failed during leaving
28602 the initial node. If `Info-isearch-search' is nil, wrap around
28603 the current node.
28604 (Info-isearch-start): New fun.
28605 (Info-mode): Add buffer-local hook `Info-isearch-start' to
28606 `isearch-mode-hook'.
28607
28608 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28609
28610 * simple.el (normal-erase-is-backspace): Set default to t if
28611 running on Mac.
28612
28613 * term/mac-win.el (function-key-map): Sync with x-win.el.
28614
28615 2005-03-15 Kenichi Handa <handa@m17n.org>
28616
28617 * international/mule-cmds.el (locale-language-names): Modify the
28618 format of elements and add more entries.
28619 (locale-preferred-coding-systems): Add more entries.
28620 (set-locale-environment): Adjust for the change of
28621 locale-language-names.
28622
28623 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
28624
28625 * pcvs.el (smerge-ediff): Remove bogus autoload.
28626
28627 2005-03-14 Lute Kamstra <lute@gnu.org>
28628
28629 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
28630 Ignore a `*' at the beginning of a line.
28631
28632 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
28633 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
28634 subr.el.
28635 (dont-compile, eval-when-compile, eval-and-compile): Use declare
28636 to specify indentation.
28637
28638 * generic.el (define-generic-mode): Let generic-mode-list be a
28639 list of strings; test membership with equal.
28640
28641 2005-03-14 Kim F. Storm <storm@cua.dk>
28642
28643 * simple.el (next-line, previous-line): Add optional try-vscroll
28644 arg to recognize interactive use. Pass it on to line-move.
28645 (line-move): Don't perform auto-window-vscroll when defining or
28646 executing keyboard macro to ensure consistent behavior.
28647
28648 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
28649
28650 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
28651
28652 2005-03-13 Lute Kamstra <lute@gnu.org>
28653
28654 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
28655 debugger-setup-buffer so that backtrace marks the frames set to
28656 debug-on-exit and we don't have to do it manually. Set an extra
28657 debug-on-exit for macro's.
28658 (debugger-setup-buffer): Don't mark the top frame manually.
28659
28660 2005-03-12 Lute Kamstra <lute@gnu.org>
28661
28662 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
28663 lisp-indent-function throughout.
28664 (with-no-warnings): Set lisp-indent-function property.
28665
28666 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
28667
28668 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
28669 Add entry for backslash.
28670
28671 2005-03-12 Juri Linkov <juri@jurta.org>
28672
28673 * info.el (Info-search): Four fixes for backward search.
28674
28675 2005-03-11 Jay Belanger <belanger@truman.edu>
28676
28677 * calc/calc.el (calc-language-alist): New variable.
28678 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
28679 (calc-embedded-find-modes): Use calc-language-alist instead of
28680 calc-embedded-language-alist.
28681
28682 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
28683
28684 * calendar/calendar.el (calendar-redrawing): New internal
28685 variable.
28686 (redraw-calendar): Remove bogus save-excursion from previous
28687 change. Bind calendar-redrawing to t for mark-diary-entries.
28688 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
28689 calendar if that is why we were called.
28690
28691 2005-03-11 Kenichi Handa <handa@m17n.org>
28692
28693 * international/mule.el (make-coding-system): Set property
28694 coding-system-define-form to nil.
28695 (define-coding-system-alias): Likewise.
28696
28697 2005-03-11 Kenichi Handa <handa@m17n.org>
28698
28699 These changes are suggested by Dave Love <fx@gnu.org>.
28700
28701 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
28702 coding: tag.
28703 (adaptive-fill-regexp): Add more bullets.
28704 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
28705 regexps.
28706
28707 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
28708
28709 * help.el (describe-mode): Properly handle non-trivial lighters.
28710 Don't ignore minor modes that are not listed in minor-mode-list.
28711
28712 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
28713 feature ON when the user requests to turn it OFF.
28714
28715 2005-03-10 Lute Kamstra <lute@gnu.org>
28716
28717 * emacs-lisp/debug.el (debug-entry-code): Delete it.
28718 (implement-debug-on-entry): New function to replace debug-entry-code.
28719 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
28720 second argument as the 2005-03-07 change makes it obsolete.
28721 (debug-on-entry, cancel-debug-on-entry): Update call to
28722 debug-on-entry-1.
28723 (debug, debugger-setup-buffer): Comment update.
28724 (debugger-frame-number): Update to work with implement-debug-on-entry.
28725
28726 2005-03-10 Jay Belanger <belanger@truman.edu>
28727
28728 * calc/calc-embed.el (math-ms-args): Declare it.
28729 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
28730 math-ms-args.
28731 (calc-embedded-subst): Use math-multi-subst-rec to substitute
28732 variables.
28733
28734 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
28735
28736 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
28737 Use message-box.
28738
28739 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
28740 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
28741 (tooltip-gud-tips): Simplify.
28742 (tooltip-gud-tips-p): Remove superfluous :set.
28743 (tooltip-gud-modes): Add fortran-mode.
28744 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
28745
28746 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
28747
28748 2005-03-09 Kim F. Storm <storm@cua.dk>
28749
28750 * play/animate.el (animate-place-char): Use forward-line instead
28751 of next-line to improve performance.
28752
28753 2005-03-09 Simon Josefsson <jas@extundo.com>
28754
28755 * net/browse-url.el (browse-url-default-browser): Doc fix.
28756
28757 2005-03-09 Miles Bader <miles@gnu.org>
28758
28759 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
28760 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
28761
28762 2005-03-09 Kenichi Handa <handa@m17n.org>
28763
28764 * international/latin-1.el: Set case and syntax for 255 only if
28765 set-case-syntax-set-multibyte is nil.
28766
28767 * textmodes/ispell.el (ispell-insert-word): New function.
28768 (ispell-word): Use ispell-insert-word to insert a new word.
28769 (ispell-process-line): Likewise.
28770 (ispell-complete-word): Likewise.
28771
28772 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
28773
28774 * calendar/calendar.el (redraw-calendar): Preserve point.
28775 Reported by Matt Hodges <MPHodges@member.fsf.org>.
28776 (calendar-week-start-day): Move after definition of
28777 redraw-calendar. Delete buffer test, since redraw-calendar has
28778 that now.
28779
28780 * calendar/diary-lib.el (mark-diary-entries): Only call
28781 redraw-calendar in the first of any recursive calls.
28782 Reported by Alan Shutko <ats@acm.org>.
28783
28784 2005-03-08 Juri Linkov <juri@jurta.org>
28785
28786 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
28787 (html-horizontal-rule, html-line, html-image, html-checkboxes)
28788 (html-radio-buttons): Add a space before the trailing `/>' where
28789 sgml-xml-mode is non-nil.
28790 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
28791 the subsequent tag of the empty XML tag.
28792 (html-href-anchor): Don't set initial input to "http:".
28793 (html-image): Ask for the image URL and set point inside alt="".
28794 (html-name-anchor): Duplicate the name in the `id' attribute when
28795 sgml-xml-mode is non-nil.
28796 (html-paragraph): Remove \n before <p>.
28797 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
28798 instead of `checked' when sgml-xml-mode is non-nil.
28799
28800 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
28801 Remove 1 space before #RRGGBB to not truncate it on terminal
28802 windows w/o fringes. Remove 1 space between bg and fg examples
28803 to get more space.
28804 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
28805 avoid byte-compile warnings.
28806
28807 * image-file.el (image-file-handler): Put `safe-magic' property to
28808 `image-file-handler'.
28809
28810 * info.el (Info-isearch-search): Emulate word search in
28811 isearching through multiple Info nodes with Info-search.
28812 (Info-isearch-wrap): Allow isearch-word.
28813
28814 2005-03-08 Lute Kamstra <lute@gnu.org>
28815
28816 * emacs-lisp/debug.el (debugger-step-through): Make sure that
28817 stepping into the debugger's code is not possible.
28818 (debugger-jumping-flag): Docstring update.
28819
28820 2005-03-08 Jay Belanger <belanger@truman.edu>
28821
28822 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
28823 embedded mode begins.
28824 (calc-embedded-language-alist): New variable.
28825 (calc-embedded-find-modes): Use calc-embedded-language-alist to
28826 set default language mode.
28827
28828 2005-03-08 Kenichi Handa <handa@m17n.org>
28829
28830 * international/ccl.el (define-ccl-program): Fix docstring about
28831 extra 256 bytes assured for the output buffer.
28832
28833 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
28834 Fix BUFFER_MAGNIFICATION to 2.
28835 (ccl-encode-mule-utf-16be-with-signature): Likewise.
28836
28837 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
28838
28839 * align.el (align-rules-list): Added an alignment rule for CSS
28840 declarations (applies to css-mode and html-mode buffers).
28841
28842 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
28843
28844 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
28845
28846 2005-03-07 Kim F. Storm <storm@cua.dk>
28847
28848 * simple.el (move-beginning-of-line): New command.
28849
28850 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
28851
28852 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
28853
28854 * emulation/cua-base.el: Put CUA move property on move-end-of-line
28855 and move-beginning-of-line.
28856
28857 * apropos.el (apropos-print): Omit command from M-x ... RET.
28858
28859 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
28860
28861 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
28862 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
28863
28864 2005-03-06 Richard M. Stallman <rms@gnu.org>
28865
28866 * bindings.el (esc-map): Bind M-g to goto-line.
28867
28868 * facemenu.el (global-map): Bind M-o, not M-g.
28869
28870 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28871
28872 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
28873 "Open Directory" as for "Open File".
28874
28875 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
28876
28877 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
28878 (push-mark-command): Run activate-mark-hook.
28879
28880 2005-03-06 Richard M. Stallman <rms@gnu.org>
28881
28882 * help-mode.el (help-mode-finish): Don't alter the element
28883 in view-return-to-alist if there already is one.
28884
28885 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
28886 make sure the current buffer is the expected one.
28887
28888 * novice.el (disabled-command-function): Output in *Disabled Command*.
28889 Explicitly ignore non-keyboard events, and explicitly handle C-g.
28890
28891 * textmodes/flyspell.el (flyspell-large-region):
28892 Pass args differently for aspell.
28893
28894 * files.el (mode-require-final-newline): Doc fix.
28895
28896 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
28897
28898 * progmodes/which-func.el (which-function):
28899 Specify NOERROR when calling imenu--make-index-alist.
28900
28901 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
28902
28903 * simple.el (normal-erase-is-backspace): Define default value.
28904
28905 * custom.el (custom-theme-set-variables): Remove unused var
28906 `immediate'.
28907 (custom-reevaluate-setting): Simple function to handle variables
28908 that are defined before their default value can really be
28909 computed.
28910
28911 * startup.el (command-line): Use it for temporary-file-directory,
28912 small-emporary-file-directory, auto-save-file-name-transforms,
28913 blink-cursor-mode, and normal-erase-is-backspace.
28914
28915 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
28916 progress, even with buggy anchored keywords.
28917
28918 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
28919
28920 * simple.el (goto-line): Remove unbalanced final parenthesis.
28921
28922 2005-03-05 Richard M. Stallman <rms@gnu.org>
28923
28924 * simple.el (goto-line): Use a number at point as the default.
28925 With C-u as arg, switch buffers.
28926
28927 2005-03-05 Juri Linkov <juri@jurta.org>
28928
28929 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
28930 with `no-blinking-cursor'.
28931
28932 * startup.el (no-blinking-cursor): New defvar.
28933 (command-line): Add `--no-blinking-cursor' to longopts.
28934 Set `no-blinking-cursor' to t for command line arguments
28935 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
28936 with `no-blinking-cursor' in the condition for calling
28937 `blink-cursor-mode'.
28938
28939 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
28940
28941 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
28942 (menu-bar-options-save): Add blink-cursor-mode.
28943 (menu-bar-options-menu): Add blink-cursor-mode.
28944
28945 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
28946
28947 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
28948 (icalendar-export-file, icalendar-export-region)
28949 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
28950 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
28951
28952 2005-03-04 Lute Kamstra <lute@gnu.org>
28953
28954 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
28955 (debug-function-list): Ditto.
28956
28957 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
28958
28959 * textmodes/texinfmt.el (texinfo-append-refill):
28960 Redefine the types of line to which @refill
28961 is not appended by replacing a search for `@refill\\|@bye' with
28962 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
28963 itemize@refill' bug and the unfilled long lines bug.
28964 (texinfmt-version): Update number and date.
28965
28966 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
28967
28968 * international/code-pages.el (windows-1250, windows-125[2-8])
28969 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
28970
28971 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
28972
28973 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
28974 bound yet.
28975
28976 2005-03-02 Romain Francoise <romain@orebokech.com>
28977
28978 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
28979 buffer after removing limits.
28980 (ibuffer-pop-filter): Ditto.
28981 Update copyright.
28982
28983 2005-03-02 Miles Bader <miles@gnu.org>
28984
28985 * button.el (make-text-button): If the user doesn't specify a
28986 type, use the default. Rewrite to use `add-text-properties' and
28987 plist functions.
28988
28989 2005-03-01 Lute Kamstra <lute@gnu.org>
28990
28991 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
28992 (debugger-jumping-flag): New var.
28993 (debug-entry-code): Use it.
28994 (debugger-jump): Use debugger-jumping-flag and add
28995 debugger-reenable to post-command-hook.
28996 (debugger-reenable): Use debugger-jumping-flag and remove itself
28997 from post-command-hook.
28998 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
28999 debugger-reenable.
29000
29001 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
29002
29003 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
29004 inclusion of "itemize\\|", which may be unnecessary, is certainly
29005 inelegant, and stops refilling in itemize lists when formatting
29006 Japanese Texinfo files to Info.
29007 Update copyright to 2005.
29008
29009 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
29010
29011 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
29012 of an error if GDB can't find the source file.
29013
29014 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
29015
29016 * calendar/calendar.el (redraw-calendar): Work from any buffer,
29017 not just the calendar.
29018
29019 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
29020 first.
29021 (diary-redraw-calendar): New function.
29022 (make-diary-entry): Add diary-redraw-calendar to local
29023 write-contents-functions. Turn off selective display before
29024 inserting in diary.
29025
29026 2005-03-01 Kim F. Storm <storm@cua.dk>
29027
29028 * emacs-lisp/copyright.el (copyright-fix-years): New command.
29029
29030 2005-03-01 Lute Kamstra <lute@gnu.org>
29031
29032 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
29033 that debug-entry-code can be safely removed from a function while
29034 this code is being evaluated. Revert the 2005-02-27 change as the
29035 new implementation no longer requires it. Make sure that a
29036 function body containing just a string is not mistaken for a docstring.
29037 (debug): Skip one more frame in case of debug on entry.
29038 (debugger-setup-buffer): Delete one more frame line in case of
29039 debug on entry.
29040 (debugger-frame-number): Update to use the new text introduced by
29041 the 1999-11-03 change. Skip one more frame in case of debug on entry.
29042
29043 2005-02-28 Kim F. Storm <storm@cua.dk>
29044
29045 * double.el (double-translate-key): Call force-window-update after
29046 read-event to avoid crash in redisplay.
29047
29048 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
29049
29050 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
29051 (debug): Use it. Move the inhibit-trace earlier.
29052 (debug-entry-code): New const.
29053 (debug-on-entry-1): Use it.
29054
29055 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
29056
29057 * international/utf-16.el (ccl-encode-mule-utf-16le):
29058 Fix BUFFER_MAGNIFICATION to 2.
29059 (ccl-encode-mule-utf-16be): Likewise.
29060
29061 2005-02-28 Kenichi Handa <handa@m17n.org>
29062
29063 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
29064 Fix BUFFER_MAGNIFICATION to 4.
29065 (ccl-encode-mule-utf-16be-with-signature): Likewise.
29066
29067 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
29068
29069 * speedbar.el (speedbar-update-flag): Doc fix.
29070 (speedbar-show-info-under-mouse): Give set-mouse-position the right
29071 argument.
29072
29073 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
29074
29075 * reveal.el (reveal-post-command): Don't try to reveal overlays which
29076 have a non-nil `invisible' property but are actually visible.
29077
29078 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
29079 for perldoc sections.
29080 (perl-outline-regexp, perl-outline-level): New var and function.
29081 (perl-mode): Use them.
29082
29083 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
29084
29085 * calendar/diary-lib.el (diary-remind): Discard any mark portion
29086 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
29087
29088 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
29089
29090 * cus-edit.el: Comment change.
29091 (custom-buffer-create-internal): Slightly reword text at top of
29092 Custom buffers. Mention there that saving an option edits the
29093 init file. Add link to Emacs manual node on `custom-file'.
29094 (custom-magic-alist): Rewrite individual State messages to use
29095 capitalized keywords. Doc fix.
29096
29097 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
29098
29099 * calendar/calendar.el (calendar-buffer): Move above
29100 calendar-week-start-day.
29101 (calendar-week-start-day): Doc fix. Add :set function.
29102 (calendar-minimum-window-height): New variable.
29103 (generate-calendar-window): Only resize window if selected-window
29104 is displaying the calendar buffer. Use new variable
29105 calendar-minimum-window-height.
29106 (generate-calendar): Reword error message.
29107 (calendar-mode-map): Bind DEL to scroll-other-window-down.
29108
29109 2005-02-27 Andreas Schwab <schwab@suse.de>
29110
29111 * vc.el (vc-do-command): Don't run command asynchronously when
29112 operating in a remote directory.
29113
29114 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
29115 change from sync with Tramp 2.0.47.
29116
29117 2005-02-27 Richard M. Stallman <rms@gnu.org>
29118
29119 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
29120
29121 * textmodes/flyspell.el (flyspell-mode-on):
29122 Call ispell-change-dictionary only if necessary.
29123
29124 * emacs-lisp/re-builder.el (regexp-builder): New function.
29125
29126 * register.el (describe-register-1): Explicitly handle
29127 yank-excluded-properties = t.
29128
29129 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
29130 (custom-magic-alist): Change the status descriptions again.
29131 (face widget-type): Total rewrite based on `restricted-sexp'
29132 to eliminate the confusing double hiding levels.
29133
29134 * emacs-lisp/debug.el (debug-on-entry-1):
29135 If function body is empty, add nil as body form.
29136
29137 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
29138
29139 * emacs-lisp/trace.el (inhibit-trace): New var.
29140 (trace-make-advice): Use it.
29141
29142 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
29143
29144 2005-02-26 Kim F. Storm <storm@cua.dk>
29145
29146 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
29147 (mouse-on-link-p, mouse-drag-region-1): Use it.
29148
29149 2005-02-25 Lute Kamstra <lute@gnu.org>
29150
29151 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
29152
29153 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
29154
29155 * frame.el (blink-cursor-mode): Add :group keyword.
29156
29157 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
29158
29159 * calendar/icalendar.el (icalendar--decode-isodatetime):
29160 New optional argument DAY-SHIFT.
29161 (icalendar-export-region): Fix coding-system-for-write.
29162 (icalendar--convert-ical-to-diary): Shift end-day of all-day
29163 events by one.
29164
29165 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
29166
29167 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
29168
29169 2005-02-24 Kim F. Storm <storm@cua.dk>
29170
29171 * international/iso-acc.el (iso-accents-compose): Fix crash
29172 during redisplay. Call force-window-update after read-event
29173 and delete-region to signal that window is not accurate.
29174
29175 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
29176
29177 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
29178 Remove unused and inexistent var `inhibit-trace'.
29179 (debugger-mode): Use run-mode-hooks.
29180 (debugger-list-functions): Add buttons; setup xref stack.
29181
29182 2005-02-23 Richard M. Stallman <rms@gnu.org>
29183
29184 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
29185 appointment says it was explicitly made.
29186 (appt-add): Set the 3rd element.
29187 (appt-make-list): Preserve explicit appointments.
29188
29189 * subr.el (find-tag-default): Catch errors in forward-sexp.
29190
29191 2005-02-23 Juri Linkov <juri@jurta.org>
29192
29193 * info.el (Info-isearch-search): New defcustom.
29194 (Info-isearch-search): Call the default isearch function
29195 when Info-isearch-search is nil.
29196 (Info-isearch-wrap): Use variable Info-isearch-search.
29197
29198 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
29199
29200 * cus-edit.el: Comment change.
29201
29202 2005-02-22 Kim F. Storm <storm@cua.dk>
29203
29204 * progmodes/hideif.el (hide-ifdef-use-define-alist):
29205 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
29206
29207 2005-02-22 Simon Josefsson <jas@extundo.com>
29208
29209 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
29210 New variable.
29211 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
29212 Oskarsson" <myrkraverk@users.sourceforget.net>.
29213
29214 2005-02-22 Kim F. Storm <storm@cua.dk>
29215
29216 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
29217 check that window of that event is the selected window.
29218 (mouse-drag-region-1): Compare mouse event window to selected
29219 window before setting point.
29220
29221 * tooltip.el (tooltip-show-help-function): Pass event to
29222 mouse-on-link-p so it can check selected window.
29223
29224 2005-02-22 Kenichi Handa <handa@m17n.org>
29225
29226 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
29227 (ps-mule-show-warning): New function.
29228 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
29229 characters are found.
29230
29231 * ps-print.el (ps-header-footer-string): Return a list of header
29232 and footer strings.
29233
29234 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
29235
29236 * pcvs.el (cvs-retrieve-revision): Fix thinko.
29237
29238 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
29239
29240 * frame.el (blink-cursor-mode): Use define-minor-mode.
29241
29242 * term/mac-win.el (function-key-map): Use char-names more consistently.
29243 (file-name-coding-system): Only set it for MacOS-9. The other case is
29244 already handled in mule-cmds.el (where it also works when mac-win.el
29245 is not used).
29246
29247 2005-02-21 Kenichi Handa <handa@m17n.org>
29248
29249 * international/mule.el (ctext-pre-write-conversion): Always use
29250 " *code-converting-work*" buffer for work.
29251
29252 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
29253
29254 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
29255
29256 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
29257
29258 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
29259
29260 * ses.el (undo-more): Restore defadvice, but only the part that
29261 allows changes outside the restricted area of the buffer.
29262
29263 2005-02-20 Kim F. Storm <storm@cua.dk>
29264
29265 * simple.el (line-move): Add fourth optional arg try-vscroll which
29266 must be set to perform auto-window-vscroll.
29267 When moving backwards and doing auto-window-vscroll, automatically
29268 vscroll to the last part of lines which are taller than the window.
29269 (next-line, previous-line): Set try-vscroll arg on line-move.
29270
29271 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
29272
29273 * replace.el (query-replace, query-replace-regexp)
29274 (replace-string, replace-regexp): When operating on region, make
29275 the minibuffer prompt say so.
29276
29277 * isearch.el (isearch-forward): Document isearch-query-replace and
29278 isearch-query-replace-regexp keybindings.
29279
29280 2005-02-19 Jay Belanger <belanger@truman.edu>
29281
29282 * calc/calc-aent.el (math-read-token): Add local variable.
29283
29284 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
29285 (calc-edit-top): Move declaration to earlier in file.
29286 (calc-edit-macro-repeats): Add local variables.
29287
29288 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
29289 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
29290 calcFunc-tanh.
29291 Adjust integration rule for calcFunc-tan.
29292
29293 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
29294
29295 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
29296 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
29297 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
29298 (viper-skip-separators): Bug fix.
29299 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
29300 particular major mode.
29301 (viper-del-backward-char-in-replace): Don't put deleted char on the
29302 kill ring.
29303
29304 * viper-ex.el (viper-color-display-p): New function.
29305 (viper-has-face-support-p): Use viper-color-display-p.
29306
29307 * viper-keym.el (viper-gnus-modifier-map): New keymap.
29308
29309 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
29310
29311 * viper-util.el (viper-glob-unix-files): Fix shell status check.
29312 (viper-file-remote-p): Make equivalent to file-remote-p.
29313
29314 * viper.el (viper-major-mode-modifier-list):
29315 Use viper-gnus-modifier-map.
29316
29317 2005-02-19 David Kastrup <dak@gnu.org>
29318
29319 * subr.el (subregexp-context-p): Fix garbled doc string by adding
29320 quoting.
29321
29322 2005-02-19 Jay Belanger <belanger@truman.edu>
29323
29324 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
29325 Remove extra definitions.
29326 (calc-coth): New function.
29327 (calcFunc-cot): Fix `let'.
29328
29329 2005-02-19 Eli Zaretskii <eliz@gnu.org>
29330
29331 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
29332 the reasons we use "type pc" in these faces.
29333
29334 * button.el (button): Ditto.
29335
29336 2005-02-19 Michael Mauger <mmaug@yahoo.com>
29337
29338 * replace.el (query-replace-read-from): Set the value of
29339 query-replace-from-history-variable to handle the case of an empty
29340 string entered to accept the suggested default.
29341
29342 * net/tramp.el (tramp-file-name-for-operation):
29343 Use dired-call-process instead of dired-call-process-command.
29344
29345 2005-02-19 Jay Belanger <belanger@truman.edu>
29346
29347 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
29348 (math-div-non-trig): New variables.
29349 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
29350 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
29351 (math-combine-prod, math-div-symb-fancy): Add simplifications for
29352 trig expressions.
29353
29354 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
29355
29356 * progmodes/gdb-ui.el (gdb-var-update-handler)
29357 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
29358 for watch expressions,
29359 (gdb-var-create-handler): Don't set speedbar-update-flag.
29360 (gdb-post-prompt): Simplify test for speedbar.
29361
29362 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
29363
29364 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
29365 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
29366 we use the syntax table of the correct buffer.
29367 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
29368 Felix Gatzemeier.
29369
29370 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
29371 (ediff-file-remote-p): Make synonymous with file-remote-p.
29372 In all deffaces ediff-*-face-*, use min-colors.
29373
29374 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
29375 ediff-recurse-to-subdirectories.
29376 (ediff-mark-if-equal): Check that the arguments are strings, use
29377 ediff-same-contents (after to Felix Gatzemeier).
29378
29379 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
29380 nil.
29381
29382 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
29383
29384 * log-view.el (log-view-message-re): Fix up Subversion regexp.
29385
29386 2005-02-18 David Kastrup <dak@gnu.org>
29387
29388 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
29389 use `mark-active' when defined.
29390
29391 2005-02-18 Kenichi Handa <handa@m17n.org>
29392
29393 * ps-print.el (ps-font-info-database): New entry
29394 ZapfChancery-MediumItalic with correct font name. Fix font name
29395 of the entry Zapf-Chancery-MediumItalic.
29396
29397 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
29398
29399 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
29400
29401 2005-02-16 Kim F. Storm <storm@cua.dk>
29402
29403 * ido.el (ido-fallback-command): Pass user input to fallback command.
29404
29405 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
29406
29407 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
29408 (gdb-find-file-hook): Add server prefix.
29409
29410 2005-02-16 Richard M. Stallman <rms@gnu.org>
29411
29412 * replace.el (perform-replace): Pass new args to replace-highlight.
29413 (replace-highlight): Take region args,
29414 and pass them to isearch-lazy-highlight-new-loop.
29415
29416 * novice.el (disabled-command-hook): Autoload the defalias
29417 and the make-obsolete-variable call.
29418
29419 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
29420
29421 * isearch.el (isearch-lazy-highlight-start-limit)
29422 (isearch-lazy-highlight-end-limit): New variables limit
29423 the region for highlighting.
29424 (isearch-lazy-highlight-new-loop): New args BEG and END.
29425 (isearch-lazy-highlight-search): Use the new vars.
29426 (isearch-lazy-highlight-update): Likewise.
29427
29428 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
29429
29430 * cus-start.el (all): Use default-boundp.
29431
29432 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
29433
29434 * menu-bar.el (menu-bar-select-frame): Handle current frame.
29435
29436 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
29437
29438 * autorevert.el (auto-revert-stop-on-user-input)
29439 (auto-revert-verbose): Doc fixes.
29440
29441 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
29442
29443 * international/mule-cmds.el (set-locale-environment): Remove call
29444 to set-selection-coding-system on Windows.
29445
29446 2005-02-15 Jay Belanger <belanger@truman.edu>
29447
29448 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
29449 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
29450 calcFunc-coth.
29451 (math-simplify-sqrt): Add simplifications.
29452
29453 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
29454 to list.
29455
29456 * calc/calc-ext.el: Add functions to autoloads.
29457
29458 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
29459 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
29460 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
29461 (math-csc-raw, math-cot-raw): New functions.
29462
29463 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
29464
29465 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
29466 the variable name in a message.
29467
29468 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
29469 calcFunc-csc, calcFunc-cot.
29470
29471 * calc/calcalg2.el: Add derivative and integration rules for
29472 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
29473 calcFunc-csch, calcFunc-coth.
29474 (math-do-integral-methods): Add to checks for when to use
29475 substitutions.
29476
29477 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
29478
29479 2005-02-15 Lute Kamstra <lute@gnu.org>
29480
29481 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29482 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
29483 <monnier@iro.umontreal.ca>.
29484 (lisp-outline-level): Improve efficiency. Suggested by David
29485 Kastrup <dak@gnu.org>.
29486
29487 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
29488
29489 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
29490 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
29491 (gdb-set-gud-minor-mode-existing-buffers): New functions.
29492 (gdb-find-file-hook): New hook. Add it to find-file-hook.
29493 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
29494
29495 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
29496
29497 * cus-start.el (all): Comment change.
29498
29499 2005-02-14 Lute Kamstra <lute@gnu.org>
29500
29501 * cus-start.el (all): Check if symbol is void.
29502
29503 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
29504
29505 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
29506 optional argument to \cite.
29507
29508 2005-02-14 Richard M. Stallman <rms@gnu.org>
29509
29510 * cus-edit.el (custom-buffer-create-internal): Update help message.
29511 (custom-magic-alist): Update help messages.
29512
29513 * cus-start.el (all): Allow a var to specify a standard value.
29514
29515 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
29516
29517 * custom.el (custom-theme-set-variables): Handle variable aliases.
29518
29519 * frame.el (blink-cursor-timer): Doc fix.
29520 (blink-cursor): Make it an alias for `blink-cursor-mode' and
29521 declare obsolete.
29522 (blink-cursor-mode): Define with defcustom and use correct
29523 standard expression in that defcustom.
29524 * startup.el (command-line): Adapt to above changes in frame.el.
29525
29526 2005-02-11 Lute Kamstra <lute@gnu.org>
29527
29528 * apropos.el (apropos-score-doc): Prevent division by zero.
29529
29530 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
29531
29532 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
29533 (icalendar--get-event-property-attributes)
29534 (icalendar--get-event-properties)
29535 (icalendar--datetime-to-diary-date): New functions.
29536 (icalendar--split-value): Doc fix.
29537 (icalendar--datetime-to-noneuropean-date)
29538 (icalendar--datetime-to-european-date): New optional argument
29539 SEPARATOR. Return result as a string instead of a list.
29540 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
29541 (icalendar--convert-string-for-export): Rename arg S to STRING.
29542 (icalendar-export-region): Doc fix. Change name of error buffer.
29543 Save output buffer.
29544 (icalendar-import-file): Add blank at end of prompt.
29545 (icalendar-import-buffer): Doc fix. Do not switch to error
29546 buffer. Indicate status in return value.
29547 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
29548 buffer. Save output buffer. Handle exception from recurrence
29549 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
29550 events. Fix problems with weekly all-day events.
29551
29552 2005-02-10 Richard M. Stallman <rms@gnu.org>
29553
29554 * simple.el (eval-expression-print-format):
29555 Avoid warning about edebug-active.
29556
29557 * help.el (help-for-help-internal): Rename from help-for-help.
29558 (help-for-help): Define with defalias.
29559
29560 * font-core.el (font-lock-default-function): Use with-no-warnings.
29561
29562 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
29563
29564 * custom.el (defface): Doc fix.
29565
29566 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
29567
29568 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
29569 width 0" to prevent word wrapping problems.
29570
29571 2005-02-09 Kim F. Storm <storm@cua.dk>
29572
29573 * ido.el (ido-file-extensions-order): New defcustom.
29574 (ido-file-extension-lessp, ido-file-extension-aux)
29575 (ido-file-extension-order): New advanced file ordering.
29576 (ido-file-lessp): New simple file ordering.
29577 (ido-sort-list): Remove.
29578 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
29579 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
29580
29581 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
29582
29583 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
29584 that some versions of grep produce.
29585 (grep-mode-font-lock-keywords): Likewise.
29586
29587 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
29588
29589 * progmodes/gdb-ui.el (gdb-location-list): New variable.
29590 (gdb-cdir): Delete.
29591 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
29592 (gdb-source-info): Treat case when source file is in another
29593 directory properly.
29594 (gdb-get-location): New function.
29595
29596 2005-02-07 Jay Belanger <belanger@truman.edu>
29597
29598 * calc/calc-prog.el (calc-write-parse-table-part)
29599 (calc-fix-token-name): Fix a check for language type.
29600
29601 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
29602
29603 2005-02-07 Andre Spiegel <spiegel@gnu.org>
29604
29605 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
29606 as directory not writable.
29607
29608 2005-02-07 Kim F. Storm <storm@cua.dk>
29609
29610 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
29611 (cua--standard-movement-commands): Remove list.
29612 Instead, set CUA property value to move for movement commands.
29613 (cua-movement-commands): Remove. Users must set CUA prop instead.
29614 (cua--pre-command-handler): Check CUA property.
29615 (cua--init-keymaps): Don't remap undo commands.
29616 (cua-mode): Don't call cua--rectangle-on-off.
29617
29618 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
29619 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
29620 (cua--rect-undo-set-point): New var.
29621 (cua--rectangle-undo-boundary): Setup undo apply entry.
29622 (cua--rect-undo-handler): New function for rectangle undo.
29623 (cua--rect-start-position, cua--rect-end-position): Add.
29624 (cua--rectangle-post-command): Call cua--rectangle-set-corners
29625 for restored rectangle. Set point if cua--rect-undo-set-point.
29626
29627 2005-02-06 Jay Belanger <belanger@truman.edu>
29628
29629 * calc/calc-lang.el (calc-tex-language): Display more information
29630 in messages.
29631
29632 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
29633 in TeX mode.
29634
29635 2005-02-06 Richard M. Stallman <rms@gnu.org>
29636
29637 * emacs-lisp/lisp.el (buffer-end): Doc fix.
29638
29639 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
29640
29641 * net/ldap.el (ldap-search-internal): Support attributes with
29642 optional descriptions separated by a semi-colon, as in
29643 "userCertificate;binary".
29644
29645 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29646
29647 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
29648 isn't a cons (i.e. the version is 0).
29649
29650 2005-02-05 Eli Zaretskii <eliz@gnu.org>
29651
29652 * help.el (help-for-help): Doc fix.
29653
29654 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
29655
29656 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
29657 GDB-Windows on the menu-bar as this works better.
29658
29659 2005-02-04 Jay Belanger <belanger@truman.edu>
29660
29661 * calc/calc-embed.el (calc-embedded-update): Don't put in
29662 unnecessary newlines. Adjust the end of formula marker.
29663
29664 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
29665 (math-latex-parse-two-args): New function.
29666
29667 2005-02-03 Lute Kamstra <lute@gnu.org>
29668
29669 * help-fns.el (help-with-tutorial): Make sure that users cannot
29670 remove the entire text of the tutorial by means of `undo'.
29671
29672 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
29673
29674 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
29675 in recent changes, where the ispell process was repeatedly
29676 killed & restarted.
29677
29678 * international/mule-cmds.el (set-locale-environment): Set file-name
29679 coding system to utf-8 on Darwin systems.
29680 (set-default-coding-systems): Don't set default-file-name-coding-system
29681 on Darwin systems.
29682
29683 2005-02-03 Richard M. Stallman <rms@gnu.org>
29684
29685 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
29686
29687 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
29688
29689 * faces.el (list-faces-display): Add optional argument.
29690
29691 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
29692
29693 * font-core.el (font-lock-default-function): Handle the rare case where
29694 only font-lock-keywords is set.
29695
29696 2005-02-02 Kenichi Handa <handa@m17n.org>
29697
29698 * international/characters.el: Cancel previous change for
29699 I-WITH-DOT-ABOVE and DOTLESS-i.
29700
29701 * international/latin-5.el: Cancel previous change.
29702
29703 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29704
29705 * progmodes/gud.el: Correction to syntax in gud-menu-map.
29706
29707 2005-02-02 Kenichi Handa <handa@m17n.org>
29708
29709 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
29710 DOTLESS-i.
29711
29712 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
29713 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
29714
29715 * case-table.el (get-upcase-table): New function.
29716 (copy-case-table): Copy upcaes table too if non-nil.
29717 (set-case-syntax-delims): Maintain upcase table too.
29718 (set-case-syntax-pair): Likewise.
29719 (set-upcase-syntax, set-downcase-syntax): New functions.
29720 (set-case-syntax): Maintain upcase table too.
29721
29722 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
29723
29724 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
29725
29726 * progmodes/gud.el (gud-goto-info): New function.
29727 (gud-tool-bar-map): Use correct icon.
29728
29729 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29730
29731 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
29732 When delegating, order args in the funcall correctly.
29733
29734 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
29735
29736 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
29737
29738 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
29739
29740 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
29741 buffer not visiting a file.
29742
29743 2005-01-31 Jay Belanger <belanger@truman.edu>
29744
29745 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
29746 bound on the line with the formula.
29747
29748 2005-01-31 Kim F. Storm <storm@cua.dk>
29749
29750 * ses.el (ses-create-cell-variable-range)
29751 (ses-destroy-cell-variable-range, ses-reset-header-string)
29752 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
29753 (ses-insert-row): Fix format of apply undo entries.
29754
29755 2005-01-31 Jay Belanger <belanger@truman.edu>
29756
29757 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
29758 parts.
29759
29760 * calc/calc-embed.el (calc-embedded-open-formula)
29761 (calc-embedded-close-formula): Ignore matrix environments.
29762
29763 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
29764 TeX mode.
29765
29766 * calc/calc-lang.el (math-function-table, math-oper-table)
29767 (math-variable-table): Adjust the LaTeX portions.
29768
29769 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
29770 (math-latex-ignore-words): New constant.
29771
29772 2005-01-31 Richard M. Stallman <rms@gnu.org>
29773
29774 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
29775 (ispell-local-dictionary): Doc fix.
29776 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
29777 Don't reinitialize at run time. Don't defcustom.
29778 All uses changed to append ispell-local-dictionary-alist,
29779 or check it first.
29780 (ispell-current-dictionary): New variable for dictionary in use.
29781 (ispell-dictionary): Now used only for global default.
29782 (ispell-start-process): Set ispell-current-dictionary,
29783 not ispell-dictionary.
29784 (ispell-change-dictionary): Use this only for setting
29785 user preferences.
29786 (ispell-internal-change-dictionary): New function
29787 to change the current dictionary in use.
29788 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
29789 Use ispell-current-dictionary.
29790 Handle ispell-local-dictionary-overridden.
29791 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
29792
29793 2005-01-31 Jay Belanger <belanger@truman.edu>
29794
29795 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
29796
29797 * calc/calc-ext.el: Add calc-latex-language to autoloads.
29798 (calc-mode-map): Add calc-latex-language.
29799
29800 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
29801 (math-latex-print-frac): New functions.
29802 (math-oper-table, math-function-table, math-variable-table)
29803 (math-complex-format, math-input-filter): Add latex properties.
29804 (calc-set-language): Set math-expr-special-function-mapping.
29805
29806 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
29807 (calc-write-parse-table-part): Add LaTeX support.
29808
29809 * calc/calc.el (calc-language): Adjust docstring.
29810 (calc-set-mode-line): Add LaTeX support.
29811 (math-expr-special-function-mapping): New variable.
29812 (math-tex-ignore-words): Add to list.
29813
29814 * calc/calccomp.el (math-compose-expr, math-compose-rows):
29815 Add LaTeX support.
29816 (math-compose-expr): Add support for special functions.
29817
29818 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
29819
29820 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
29821
29822 * progmodes/gdb-ui.el (gdb-memory-address)
29823 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
29824 (gdb-memory-mode-map, gdb-memory-format-keymap)
29825 (gdb-memory-format-menu, gdb-memory-unit-keymap)
29826 (gdb-memory-unit-menu): New variables for a buffer
29827 that lets the user examine program memory.
29828 (gdb-memory-set-address, gdb-memory-set-repeat-count)
29829 (gdb-memory-format-binary, gdb-memory-format-octal)
29830 (gdb-memory-format-unsigned, gdb-memory-format-signed)
29831 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
29832 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
29833 (gdb-memory-unit-word, gdb-memory-unit-halfword)
29834 (gdb-memory-unit-byte, gdb-memory-unit-menu)
29835 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
29836 (gdb-memory-mode, gdb-memory-buffer-name)
29837 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
29838 New functions for above buffer.
29839
29840 2005-01-30 Richard M. Stallman <rms@gnu.org>
29841
29842 * cus-edit.el (custom-bury-buffer): Function deleted.
29843 (custom-buffer-done-function): Option deleted.
29844 (custom-buffer-done-kill): New replacement option.
29845 (Custom-buffer-done): Call quit-window.
29846 (custom-buffer-create-internal): Update for above changes.
29847
29848 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
29849
29850 * simple.el (undo-ask-before-discard): New var.
29851 (undo-outer-limit-truncate): Implement it.
29852 (undo-extra-outer-limit): Doc update.
29853
29854 2005-01-29 Richard M. Stallman <rms@gnu.org>
29855
29856 * ses.el (undo-more): Delete defadvice.
29857 (ses-begin-change): Doc fix.
29858
29859 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
29860 instead of rebinding C-x u and C-_.
29861
29862 * files.el (normal-backup-enable-predicate): Return nil for files
29863 in /tmp, regardless of temporary-file-directory.
29864
29865 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
29866
29867 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
29868 (open-rectangle, delete-whitespace-rectangle-line)
29869 (clear-rectangle-line): If FILL, pass t instead of FILL
29870 for move-to-column's 2nd arg.
29871
29872 * simple.el (undo): Fix the test for continuing a series of undos.
29873 (undo-more): Set pending-undo-list to t when we reach end.
29874 (pending-undo-list): Move up defvar.
29875
29876 * wid-edit.el (widget-button-click):
29877 Shorten the range of the track-mouse binding.
29878
29879 * comint.el (comint-insert-input): Undo previous changes;
29880 use last-input-event in interactive spec.
29881
29882 2005-01-29 Eli Zaretskii <eliz@gnu.org>
29883
29884 * progmodes/compile.el (compilation-start): Bind buffer-read-only
29885 to nil before invoking call-process. Reset buffer's modified flag
29886 after fontifying it in the no-async branch.
29887
29888 * wid-edit.el (widget-specify-button): If mouse pointer shape
29889 cannot be changed, use mouse face instead.
29890
29891 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
29892
29893 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
29894 (gdb-goto-breakpoint): Make breakpoint handling work on template
29895 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
29896 (gdb-assembler-custom): Update to recognize breakpoint information
29897 added on 2005-01-19.
29898
29899 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
29900
29901 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
29902 (dsssl-mode): Use define-derived-mode.
29903 (scheme-mode-initialize): Remove.
29904 (scheme-mode): Use run-mode-hooks.
29905
29906 * cus-edit.el (customize-group-other-window)
29907 (custom-buffer-create-other-window): Don't override special-display-*.
29908 (custom-mode-map): Make it dense.
29909
29910 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
29911 sets the default value.
29912
29913 2005-01-28 Eli Zaretskii <eliz@gnu.org>
29914
29915 * descr-text.el: Add more keywords.
29916
29917 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
29918
29919 * speedbar.el: Avoid unnecessary use of locate-library.
29920
29921 * international/mule-cmds.el (standard-display-european-internal):
29922 Don't fiddle with latin-1 non-break space any more since it's now
29923 special cased in the C code.
29924 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
29925
29926 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
29927
29928 * cus-start.el (all): Add `undo-outer-limit'.
29929
29930 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29931
29932 * textmodes/bibtex.el (bibtex-format-entry):
29933 Use `bibtex-empty-field-re' only on the text of fields, not on entire
29934 field lines.
29935 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
29936 not on part of a buffer.
29937
29938 2005-01-25 Lute Kamstra <lute@gnu.org>
29939
29940 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
29941 nonempty field text strings like "{letters\\macro{}more letters}".
29942 Clarify docstring.
29943 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
29944 (bibtex-entry-offset, bibtex-parse-association)
29945 (bibtex-parse-field-name): Fix typos in docstrings.
29946 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
29947
29948 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
29949
29950 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
29951 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
29952 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
29953 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
29954
29955 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
29956 isearch minor mode.
29957
29958 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
29959
29960 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
29961
29962 2005-01-24 Lute Kamstra <lute@gnu.org>
29963
29964 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
29965 CASECHARS and NOT-CASECHARS regular expressions of the
29966 "nederlands" and "nederlands8" dictionaries to prevent a "Range
29967 striding over charsets" error.
29968
29969 2005-01-24 Jay Belanger <belanger@truman.edu>
29970
29971 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
29972 display variable name.
29973
29974 2005-01-24 Kenichi Handa <handa@m17n.org>
29975
29976 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
29977 Fix setting of the element of encoded-kbd-iso2022-invocations.
29978
29979 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
29980
29981 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
29982 (gdb-threads-select): Change to also accept mouse events.
29983 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
29984 (gdb-threads-mouse-select): Delete.
29985
29986 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
29987
29988 * files.el (insert-directory): Take care of empty directory,
29989 listed without -a switch.
29990
29991 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
29992
29993 * textmodes/refill.el (refill-post-command-function):
29994 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
29995 to the list of functions that we should be careful not to undo.
29996 (refill-late-fill-paragraph-function): Remove.
29997 (refill-saved-state): New var.
29998 (refill-mode): Use it to save fill-paragraph-function.
29999 Save also the value of auto-fill-function.
30000
30001 * term/w32-win.el: Simplify code.
30002
30003 2005-01-23 Kim F. Storm <storm@cua.dk>
30004
30005 * simple.el (line-move): Adapt to new return value from
30006 pos-visible-in-window-p.
30007
30008 * simple.el (line-move): Fix last change. Check partial
30009 visibility at point rather than at window-start.
30010
30011 2005-01-22 Jason Rumney <jasonr@gnu.org>
30012
30013 * term/w32-win.el (xw-defined-colors): Remove debug-message.
30014
30015 2005-01-22 David Kastrup <dak@gnu.org>
30016
30017 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
30018
30019 2005-01-22 Eli Zaretskii <eliz@gnu.org>
30020
30021 * type-break.el (type-break-mode): Add a test for
30022 type-break-file-name being non-nil.
30023
30024 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
30025
30026 * net/eudc.el (top level): Call (message "") via progn, so that
30027 eudc-options-file is loaded.
30028
30029 2005-01-22 Kim F. Storm <storm@cua.dk>
30030
30031 * simple.el (line-move-1): Rename from line-move.
30032 (line-move): New function that adjusts vscroll for partially
30033 visible rows, and calls line-move-1 otherwise.
30034
30035 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
30036
30037 * pcomplete.el: Define pcomplete-read-event instead of read-event,
30038 since it's not a complete read-event implementation
30039
30040 2005-01-20 Jay Belanger <belanger@truman.edu>
30041
30042 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
30043 for called function.
30044
30045 2005-01-20 Steven Tamm <steventamm@mac.com>
30046
30047 * term/mac-win.el (process-connection-type): Remove.
30048 Controlled now by s/darwin.h:PTY_ITERATION.
30049
30050 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
30051
30052 * window.el (handle-select-window): Don't switch window when we're
30053 in the minibuffer.
30054
30055 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
30056
30057 * subr.el (dotimes-with-progress-reporter): New macro.
30058
30059 * ses.el (ses-dotimes-msg): Remove macro.
30060 Use `dotimes-with-progress-reporter' instead.
30061
30062 2005-01-19 Steven Tamm <steventamm@mac.com>
30063
30064 * term/mac-win.el (process-connection-type): Use new
30065 operating-system-release variable to use ptys on Darwin 7 (OS X
30066 10.3) when using carbon build.
30067
30068 2005-01-19 Jay Belanger <belanger@truman.edu>
30069
30070 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
30071 flags if the last command was a tab or M-tab.
30072
30073 * calc/calc-prog.el (calc-user-define-edit): Put original formula
30074 in formula editing buffer.
30075
30076 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
30077
30078 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
30079 breakpoint image symbol in margin.
30080
30081 2005-01-19 Jay Belanger <belanger@truman.edu>
30082
30083 * calc/calc-prog.el (calc-execute-kbd-macro):
30084 Ignore calc-keep-arg-flag.
30085
30086 2005-01-19 Kenichi Handa <handa@m17n.org>
30087
30088 * textmodes/ispell.el (ispell-looking-at): New function.
30089 (ispell-process-line): Use ispell-looking-at to compare the ispell
30090 output and the buffer contents.
30091
30092 2005-01-18 Jay Belanger <belanger@truman.edu>
30093
30094 * calc/calc.el (calc-display-raw): Fix docstring.
30095
30096 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
30097
30098 * simple.el (blink-matching-open): Strip extra info from syntax.
30099
30100 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
30101 funny chars in the end-of-here-doc marker.
30102
30103 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
30104
30105 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
30106 that enable/disabled state of breakpoints is shown correctly in
30107 fringe and on ttys.
30108 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
30109 Add breakpoint information as text properties.
30110 (gdb-mouse-toggle-breakpoint):
30111 Rename to gdb-mouse-set-clear-breakpoint.
30112 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
30113 breakpoints in the margin.
30114 (gdb-remove-strings): Simplify.
30115
30116 2005-01-17 Jay Belanger <belanger@truman.edu>
30117
30118 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
30119 erasing buffer.
30120
30121 2005-01-17 Richard M. Stallman <rms@gnu.org>
30122
30123 * progmodes/grep.el (grep-find): Copy from `grep' the condition
30124 for calling grep-compute-defaults.
30125
30126 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
30127 if buffer is empty.
30128
30129 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
30130
30131 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
30132
30133 * hilit-chg.el (highlight-changes-mode): Don't autoload.
30134
30135 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
30136 non-preloaded variables.
30137
30138 2005-01-17 Steven Tamm <steventamm@mac.com>
30139
30140 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
30141 tex-shell cause to force interactivity when using pipes.
30142
30143 2005-01-17 Kim F. Storm <storm@cua.dk>
30144
30145 * simple.el (just-one-space): Make arg optional.
30146
30147 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
30148
30149 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30150 posn-at-x-y to t to access left-margin.
30151
30152 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
30153
30154 Sync with Tramp 2.0.47.
30155
30156 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
30157 catching keep-date problems in cp/scp operations.
30158 (tramp-handle-copy-file): Don't call `set-file-modes'
30159 unconditionally. Specialized functions should know better what is
30160 necessary. This improves performance a little bit, and the
30161 functions could catch errors with `cp -p' and `scp -p'.
30162 (tramp-do-copy-or-rename-file-via-buffer)
30163 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
30164 when appropriate.
30165 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
30166 Call `set-file-modes' when appropriate.
30167 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
30168 Johnsson <isak@hypergene.com>.
30169 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
30170 of both Tramp buffer and debug buffer. Reported by Joakim Verona
30171 <joakim@verona.se>.
30172 (tramp-file-name-for-operation): Mark `shell-command' as magic for
30173 Emacs only.
30174
30175 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
30176 `find-file-hooks' and `dired-mode-hook'.
30177 (tramp-minor-mode-map): Respective map. Add remapping for
30178 `compile' and `recompile'.
30179 (tramp-remap-command, tramp-recompile): New defuns.
30180 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
30181 in buffer "*Compilation*". Call the commands asynchronously.
30182
30183 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
30184 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
30185 `shell-command', because it isn't magic in XEmacs. Reported by
30186 Adrian Aichner <adrian@xemacs.org>.
30187
30188 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
30189 `substitute-in-file-name.
30190 (tramp-smb-handle-substitute-in-file-name): New defun.
30191 (tramp-smb-advice-PC-do-completion): Delete advice.
30192
30193 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
30194
30195 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
30196 Fix error in deleting region.
30197
30198 2005-01-15 Richard M. Stallman <rms@gnu.org>
30199
30200 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
30201 In non-temp buffer, switch syntax table temporarily.
30202
30203 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
30204
30205 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
30206
30207 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
30208
30209 * imenu.el (imenu--split-menu): Copy menulist before sorting.
30210 (imenu--generic-function): Use START, not BEG, as pos of definition.
30211
30212 * simple.el (just-one-space): Argument specifies number of spaces.
30213
30214 * simple.el (eval-expression-print-format): Avoid warning
30215 about edebug-active.
30216
30217 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
30218
30219 * progmodes/sh-script.el: Code copied from make-mode.el
30220 with small changes,
30221 (sh-mode-map): Bind C-c C-\.
30222 (sh-backslash-column, sh-backslash-align): New variables.
30223 (sh-backslash-region, sh-append-backslash): New functions.
30224
30225 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
30226
30227 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
30228 (rmail-pop-password, rmail-pop-password-required): Move to
30229 rmail-obsolete group.
30230 (rmail-set-pop-password): Rename to rmail-set-remote-password.
30231 All callers updated.
30232 (rmail-get-pop-password): Rename to rmail-get-remote-password.
30233 Take an argument specifying whether it is POP or IMAP mailbox we
30234 are using. All callers updated.
30235 (rmail-pop-password-error): Rename to
30236 rmail-remote-password-error. Added mailutils-specific error message.
30237 (rmail-movemail-search-path)
30238 (rmail-movemail-variant-in-use): New variables.
30239 (rmail-remote-password, rmail-remote-password-required):
30240 New customization variables.
30241 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
30242 (rmail-parse-url): New function.
30243 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
30244 with GNU mailutils movemail.
30245
30246 2005-01-15 Kevin Ryde <user42@zip.com.au>
30247
30248 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
30249 suffix to space, $ or '$, to correctly position point when going
30250 to @table style constants like DBL_MAX.
30251
30252 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
30253
30254 * type-break.el (type-break-mode, type-break-file-time)
30255 (type-break-file-keystroke-count, type-break-choose-file):
30256 Don't store data in or load data from the file if type-break-file-name
30257 is nil.
30258 (type-break-file-name): Doc update as per the above.
30259
30260 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
30261
30262 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
30263 lookup-key might return nil; handle that.
30264
30265 2005-01-15 Alan Mackenzie <acm@muc.de>
30266
30267 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
30268 rather than the element found, thus enabling the tree to be setcar'd.
30269
30270 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
30271
30272 * textmodes/org.el (org-show-following-heading): New option.
30273 (org-show-hierarchy-above): Use `org-show-following-heading'.
30274 (org-cycle): Documentation fix.
30275
30276 * textmodes/org.el (orgtbl-optimized): New option
30277 (orgtbl-mode): New command, a minor mode.
30278 (orgtbl-mode-map): New variable.
30279 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
30280 (orgtbl-error, orgtbl-self-insert-command)
30281 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
30282
30283 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
30284 a local variable in each org-mode buffer.
30285
30286 * textmodes/org.el (org-set-regexps-and-options): Rename from
30287 `org-set-regexps'. Added checking for STARTUP keyword.
30288 (org-get-current-options): Add STARTUP options.
30289 (org-table-insert-row): Make mode intelligent about when
30290 realignment is needed.
30291 (org-self-insert-command, org-delete-backward-char, org-delete-char):
30292 New commands.
30293 (org-enable-table-editor): New default value `optimized'.
30294 (org-table-blank-field): Support blanking regions if active.
30295
30296 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
30297
30298 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
30299 if the year is not given.
30300
30301 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
30302 Add new escapes %m and %M, fixed bug with %F by adding
30303 save-match-data.
30304 (reftex-reference): Remove ?. from list of spaces.
30305 (reftex-label-info): Add automatic label prefix recognition.
30306
30307 * textmodes/reftex-index.el (reftex-index-next-phrase):
30308 Add slave parameter to call of `reftex-index-this-phrase'.
30309 (reftex-index-this-phrase): New optional argument.
30310 (reftex-index-region-phrases): Add slave parameter to call of
30311 `reftex-index-this-phrase'.
30312 (reftex-display-index): New argument redo.
30313 (reftex-index-rescan): Add `redo' to arguments of
30314 `reftex-display-index'.
30315 (reftex-index-Rescan, reftex-index-revert)
30316 (reftex-index-switch-index-tag): Add `redo' to arguments of
30317 `reftex-display-index'.
30318 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
30319 indexing. Fix bug with matching is there is a quote before or
30320 after the word.
30321
30322 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
30323 Fix bug when collecting citation keys in lines with comments.
30324 (reftex-citation): Prefix argument no longer rescans the document,
30325 but forces prompting for optional arguments of cite macros.
30326 (reftex-do-citation): Prompting for optional arguments implemented.
30327
30328 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30329 Add optional arguments to most cite commands.
30330 (reftex-cite-cleanup-optional-args): New option
30331 (reftex-cite-prompt-optional-args): New option.
30332 (reftex-trust-label-prefix): New option.
30333
30334 * textmodes/reftex-toc.el (reftex-toc-find-section):
30335 Add push-mark before changing the position in the buffer.
30336
30337 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
30338 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
30339
30340 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
30341
30342 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
30343 more carefully.
30344
30345 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
30346
30347 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
30348 (sgml-mode): Use it.
30349 (sgml-get-context): Better keep track of implicitly closed tags.
30350
30351 2005-01-13 Kenichi Handa <handa@m17n.org>
30352
30353 * textmodes/ispell.el: These changes are to fix misalignment error
30354 caused by equivalent characters of different Emacs charsets.
30355 (ispell-unified-chars-table): New variable.
30356 (ispell-get-decoded-string): New function.
30357 (ispell-get-casechars, ispell-get-not-casechars)
30358 (ispell-get-otherchars): Call ispell-get-decoded-string.
30359
30360 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
30361
30362 * custom.el (custom-declare-variable): Just put symbol instead
30363 of (defvar . symbol) in `current-load-list'.
30364
30365 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
30366
30367 * emacs-lisp/elint.el: Fixed typo in Commentary section.
30368
30369 2005-01-12 Jay Belanger <belanger@truman.edu>
30370
30371 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
30372 to create a Calc summary.
30373
30374 2005-01-12 Kim F. Storm <storm@cua.dk>
30375
30376 * mouse.el (mouse-on-link-p): Change functionality and doc
30377 string to comply with latest description in lisp ref.
30378
30379 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
30380
30381 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
30382 Enable mouse clicks on mode-line, header-line and margin.
30383 (event-type): Give mouse event symbols an `event-kind' property
30384 with value `mouse-click'.
30385
30386 2005-01-12 Juri Linkov <juri@jurta.org>
30387
30388 * facemenu.el (list-colors-display): Add new arg buffer-name.
30389 Use it. Fix docstring. Replace code for identifying duplicate
30390 colors by the name with call to `list-colors-duplicates' which
30391 identifies duplicate colors by the value unless the color
30392 is one of special Windows colors. Set truncate-lines to t.
30393 Print sorted duplicate color names on each line. Indent to 22
30394 \(the longest color name in rgb.txt) instead of 20. Optimize.
30395 (list-colors-duplicates): New function.
30396 (facemenu-color-name-equal): Delete function.
30397
30398 * facemenu.el (list-colors-print): New function created from code
30399 in list-colors-display. Print #RRGGBB at the window right edge.
30400 (list-colors-display): When temp-buffer-show-function is not
30401 defined, call list-colors-print from temp-buffer-show-hook
30402 to get the right value of window-width in list-colors-print
30403 after the buffer is displayed.
30404
30405 * simple.el (pop-mark): Move deactivate-mark out of conditional
30406 part to deactivate the active mark regardless of the state of the
30407 mark ring.
30408
30409 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
30410 variables line in desktop files.
30411
30412 2005-01-12 Juri Linkov <juri@jurta.org>
30413
30414 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
30415 Bring together isearch highlight related options.
30416 (lazy-highlight): Replace group `replace' by `matching'.
30417 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30418 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30419 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
30420 and declare them obsolete.
30421 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
30422 (isearch-faces): Remove defgroup.
30423 (isearch-overlay, isearch-highlight, isearch-dehighlight):
30424 Move isearch highlighting code closer to lazy highlighting code.
30425
30426 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
30427 (query-replace-highlight, query-replace-lazy-highlight)
30428 (query-replace): Move definitions to the beginning of the file.
30429
30430 2005-01-11 Juri Linkov <juri@jurta.org>
30431
30432 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
30433 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
30434 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
30435
30436 * info.el (Info-history-forward): New variable.
30437 (Info-select-node): Reset Info-history-forward to nil.
30438 (Info-last): Turn into defalias.
30439 (Info-history-back): Rename from Info-last.
30440 Add current node to Info-history-forward.
30441 (Info-history-forward): New fun.
30442 (Info-mode-map): Replace Info-last by Info-history-back.
30443 Bind Info-history-forward to "r".
30444 (Info-mode-menu): Replace Info-last by Info-history-back.
30445 Fix menu item text. Add menu item for Info-history-forward.
30446 (info-tool-bar-map): Replace Info-last by Info-history-back.
30447 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
30448 for Info-history-forward.
30449 (Info-mode): Replace Info-last by Info-history-back in docstring.
30450 Add local variable Info-history-forward.
30451 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
30452
30453 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
30454
30455 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
30456 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
30457 Ignore select-window events rather than fiddle with
30458 mouse-autoselect-window.
30459
30460 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
30461
30462 * type-break.el (type-break-mode): Fix previous change.
30463
30464 2005-01-10 Jay Belanger <belanger@truman.edu>
30465
30466 * calc/calc-ext.el (calc-reset): Reset when inside embedded
30467 calculator; only reset when point is inside a calculator.
30468 Don't adjust the window height if the window takes up the whole height
30469 of the frame.
30470
30471 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
30472
30473 * ebuff-menu.el (Electric-buffer-menu-mode):
30474 Preserve value of buffer-local var header-line-format.
30475
30476 2005-01-09 Jay Belanger <belanger@truman.edu>
30477
30478 * calc/calc.el (calc-mode-var-list-restore-saved-values):
30479 Make sure settings file exists before accessing it.
30480
30481 * calc/calc-embed.el (calc-embedded-subst):
30482 Replace math-multi-subst-rec, which is only supposed to be called
30483 by math-multi-subst, by math-multi-subst.
30484
30485 2005-01-09 Andre Spiegel <spiegel@gnu.org>
30486
30487 * vc.el (vc-allow-async-revert): New user option.
30488 (vc-disable-async-diff): New internal variable.
30489 (vc-revert-buffer): Use them to disable asynchronous diff.
30490
30491 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
30492 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
30493 asynchronously if vc-disable-async-diff is t.
30494
30495 2005-01-09 Jay Belanger <belanger@truman.edu>
30496
30497 * calc/calc.el (defcalcmodevar): New macro.
30498 (calc-mode-var-list-restore-default-values)
30499 (calc-mode-var-list-restore-saved-values): New functions.
30500 (calc-mode-var-list): Use defcalcmodevar to define it.
30501 (calc-always-load-extensions, calc-line-numbering)
30502 (calc-line-breaking, calc-display-just, calc-display-origin)
30503 (calc-number-radix, calc-leading-zeros, calc-group-digits)
30504 (calc-group-char, calc-point-char, calc-frac-format)
30505 (calc-prefer-frac, calc-hms-format, calc-date-format)
30506 (calc-float-format, calc-full-float-format, calc-complex-format)
30507 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
30508 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
30509 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
30510 (calc-matrix-brackets, calc-language, calc-language-option)
30511 (calc-left-label, calc-right-label, calc-word-size)
30512 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
30513 (calc-display-raw, calc-internal-prec, calc-angle-mode)
30514 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
30515 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
30516 (calc-window-height, calc-display-trail, calc-show-selections)
30517 (calc-use-selections, calc-assoc-selections)
30518 (calc-display-working-message, calc-auto-why, calc-timing)
30519 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
30520 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
30521 (calc-gnuplot-default-device, calc-gnuplot-default-output)
30522 (calc-gnuplot-print-device, calc-gnuplot-print-output)
30523 (calc-gnuplot-geometry, calc-graph-default-resolution)
30524 (calc-graph-default-resolution-3d, calc-invocation-macro)
30525 (calc-show-banner): Use defcalcmodevar to declare them and set
30526 their default values.
30527
30528 * calc/calc-ext.el (calc-reset): Restore saved values of variables
30529 instead of default values (but restore default values if there is
30530 an argument of 0).
30531
30532 2005-01-09 David Kastrup <dak@gnu.org>
30533
30534 * desktop.el (desktop-restore-eager): Fix typo in type.
30535
30536 2005-01-08 Richard M. Stallman <rms@gnu.org>
30537
30538 * cus-edit.el (customize): Delete :link.
30539
30540 2005-01-08 Jay Belanger <belanger@truman.edu>
30541
30542 * calc/calc.el (calc-mode): Remove the extension from the
30543 `calc-settings-file' file name when loading it.
30544
30545 2005-01-08 Kim F. Storm <storm@cua.dk>
30546
30547 * info.el (Info-mode-map, Info-next-link-keymap)
30548 (Info-prev-link-keymap, Info-up-link-keymap):
30549 Map follow-link to mouse-face.
30550 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
30551
30552 2005-01-08 Jay Belanger <belanger@truman.edu>
30553
30554 * calc/calc.el (calc-settings-file): Change default value.
30555 Suggested by cgw in a comment in calc-mode.el.
30556
30557 * calc/calc-mode.el (calc-settings-file-name):
30558 Compare calc-settings-file to user-init-file instead of ~/.emacs.
30559 Replace ~/.emacs in a prompt by calc-settings-file.
30560
30561 2005-01-07 Lars Hansen <larsh@math.ku.dk>
30562
30563 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
30564 (desktop-lazy-idle-delay): New customizable variables.
30565 (desktop-buffer-args-list): New variable.
30566 (desktop-append-buffer-args): New function.
30567 (desktop-save): Call desktop-append-buffer-args for some buffers.
30568 (desktop-lazy-create-buffer): New function.
30569 (desktop-idle-create-buffers): New function.
30570 (desktop-read): Add message about buffers to restore lazily.
30571 (desktop-lazy-abort): New command.
30572 (desktop-clear): Call desktop-lazy-abort.
30573 (desktop-lazy-complete): New command.
30574
30575 2005-01-06 Richard M. Stallman <rms@gnu.org>
30576
30577 * emacs-lisp/find-func.el (find-face-definition):
30578 Rename from find-face.
30579
30580 2005-01-06 Kim F. Storm <storm@cua.dk>
30581
30582 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
30583
30584 * man.el (Man-xref-man-page, Man-xref-header-file)
30585 (Man-xref-normal-file): Add follow-link property.
30586
30587 2005-01-06 Jay Belanger <belanger@truman.edu>
30588
30589 * calc/calc-units.el: Make sure the proper macro definitions are
30590 available when compiling.
30591
30592 2005-01-06 Juri Linkov <juri@jurta.org>
30593
30594 * isearch.el (isearch-lazy-highlight-update):
30595 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
30596
30597 2005-01-06 Miles Bader <miles@gnu.org>
30598
30599 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
30600 (isearch-lazy-highlight-face): Use new name.
30601
30602 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
30603
30604 * uniquify.el (uniquify-rationalize-file-buffer-names):
30605 Re-add an interactive spec.
30606 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
30607 to the same name.
30608
30609 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
30610 (isearch-update, isearch-done): Adjust calls accordingly.
30611
30612 2005-01-05 Richard M. Stallman <rms@gnu.org>
30613
30614 * custom.el (custom-set-variables, custom-theme-set-variables):
30615 Clarify documentation.
30616
30617 * emacs-lisp/find-func.el (find-variable)
30618 (find-variable-other-window, find-variable-other-frame):
30619 Fix the TYPE args to find-function-read and find-function-do-it.
30620 (find-function): Doc fix.
30621 (find-function-at-point): Replace function-at-point alias.
30622
30623 2005-01-04 Richard M. Stallman <rms@gnu.org>
30624
30625 * cus-face.el (custom-declare-face):
30626 Record defface in current-load-list.
30627
30628 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
30629
30630 * emacs-lisp/find-func.el: Doc fixes.
30631 (find-face-regexp): New variable.
30632 (find-function-regexp-alist): New variable.
30633 (find-function-C-source): Third arg is now TYPE.
30634 (find-function-search-for-symbol): Handle general TYPE.
30635 (find-function-read, find-function-do-it): Handle general TYPE.
30636 (find-definition-noselect, find-face): New functions.
30637 (function-at-point): Alias deleted.
30638
30639 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
30640
30641 * battery.el (display-battery-mode): Rename from display-battery.
30642 Handle the case where it gets turned off.
30643
30644 2005-01-04 Richard M. Stallman <rms@gnu.org>
30645
30646 * cus-edit.el (customize): Make :link point to user doc.
30647
30648 * man.el (Man-fontify-manpage): Turn off undo generation.
30649
30650 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
30651
30652 2005-01-04 Andreas Schwab <schwab@suse.de>
30653
30654 * files.el (insert-directory): Only look for error lines in
30655 inserted text. Don't move too far after processing --dired markers.
30656
30657 2005-01-04 Richard M. Stallman <rms@gnu.org>
30658
30659 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
30660 Don't expand if the character is @, period, dash, etc.
30661 (define-mail-abbrev): Quote names that contain problem characters.
30662
30663 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
30664
30665 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
30666
30667 2005-01-03 Richard M. Stallman <rms@gnu.org>
30668
30669 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
30670 (query-replace-highlight, query-replace-lazy-highlight)
30671 (query-replace): Definitions moved up. Doc fix.
30672
30673 2005-01-03 Richard M. Stallman <rms@gnu.org>
30674
30675 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
30676 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
30677 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
30678 (lazy-highlight-face): Rename from isearch-lazy-...
30679 Change all references to them.
30680
30681 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
30682
30683 * cus-edit.el (custom-file): Doc fix for defcustom.
30684 (custom-file): The function no longer sets the variable
30685 `custom-file' to its return value.
30686
30687 * startup.el (command-line): No longer load `custom-file'.
30688
30689 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
30690
30691 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
30692
30693 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
30694 Don't confuse module-prefixed identifiers for labels.
30695 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
30696
30697 2005-01-02 Richard M. Stallman <rms@gnu.org>
30698
30699 * files.el (basic-save-buffer-1): Fix previous change.
30700
30701 * loadhist.el (file-loadhist-lookup): New function.
30702 (file-provides, file-requires): Use it.
30703
30704 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
30705 instead of calculating the right size.
30706
30707 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
30708
30709 * vc-svn.el (vc-svn-diff): Stay local if possible.
30710
30711 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
30712
30713 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
30714
30715 * files.el (hack-local-variables): Fix last change.
30716
30717 2005-01-02 Jay Belanger <belanger@truman.edu>
30718
30719 * calc/calc-yank.el (calc-edit-top): New variable.
30720 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
30721 object. Change header properties.
30722 (calc-edit-finish, calc-edit-finish-stack-object)
30723 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
30724 edited object.
30725 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
30726 for the beginning of the edited object.
30727 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
30728 for the beginning of the edited object.
30729 * calc/calc-prog.el (calc-edit-macro-finish-edit)
30730 (calc-finish-formula-edit, calc-macro-repeats)
30731 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
30732 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
30733 beginning of the edited object.
30734 (calc-user-define-edit): Change the header for editing macros.
30735 Remove unnecessary variable.
30736
30737 2005-01-01 Jay Belanger <belanger@truman.edu>
30738
30739 * calc/calc-yank.el (calc-edit-mode): Change default header.
30740 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
30741 * calc/calc-store.el (calc-edit-variable): Change title to match new
30742 header.
30743 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
30744 mode to match new header.
30745 (calc-user-define-edit): Change titles to include names of commands.
30746 (calc-finish-formula-edit): Adjust to handle new header.
30747 (calc-finish-macro-edit): Remove.
30748 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
30749 (calc-edit-macro-command, calc-edit-macro-command-type)
30750 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
30751 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
30752 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
30753 (calc-edit-macro-finish-edit): New functions.
30754 (calc-user-define-edit): Use new functions to edit named calc macros.
30755
30756 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
30757
30758 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
30759
30760 * ses.el (copy-region-as-kill): Deactivate mark.
30761
30762 2005-01-01 Richard M. Stallman <rms@gnu.org>
30763
30764 * replace.el (occur-1): If the output buffer is also an input,
30765 don't kill it, rename it.
30766
30767 * faces.el (set-face-background, set-face-foreground): Doc fix.
30768
30769 * cus-face.el (custom-face-attributes): Fix :help-echo strings
30770 for :foreground and :background.
30771
30772 * dired.el (dired-view-command-alist): Variable deleted.
30773 (dired-view-file, dired-mouse-find-file-other-window):
30774 Delete the code to use it.
30775
30776 2005-01-01 Kim F. Storm <storm@cua.dk>
30777
30778 * image.el (insert-sliced-image): Use t for line-height property.
30779
30780 See ChangeLog.11 for earlier changes.
30781
30782 ;; Local Variables:
30783 ;; coding: iso-2022-7bit
30784 ;; add-log-time-zone-rule: t
30785 ;; End:
30786
30787 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
30788 Copying and distribution of this file, with or without modification,
30789 are permitted provided the copyright notice and this notice are preserved.
30790
30791 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1