*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
2
3 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
4 spaces after the comment start.
5
6 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7
8 * play/pong.el (pong-init-buffer):
9 Fill buffer with spaces instead of ^A.
10
11 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12 launched asynchronously, delete its process instead of being cool.
13 (ispell-async-processp): Check for `delete-process' existence
14 instead of `kill-process' one for consistency.
15
16 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
17
18 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
19 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
20 in mode line at startup.
21
22 2006-06-08 Kim F. Storm <storm@cua.dk>
23
24 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
25 (ido-init-completion-maps): Bind them to M-SPC and M-v.
26 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
27 (ido-file-internal): Pass full file name to write-file.
28 (ido-read-internal): Only pop stack elements automatically if they
29 actually match an existing directory or file name.
30
31 2006-06-07 Kenichi Handa <handa@m17n.org>
32
33 * international/mule.el (find-auto-coding): Don't handle the short
34 name `char-trans'.
35
36 * files.el (hack-local-variables-prop-line)
37 (hack-local-variables): Cancel the previous change.
38
39 2006-06-06 Jesper Harder <harder@phys.au.dk>
40
41 * ediff-diff.el (ediff-test-utility): Protect against
42 file-error.
43
44 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
45
46 * diff-mode.el (diff-mode): Set buffer-read-only to t when
47 diff-default-read-only is non-nill.
48 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
49 (diff-refine-hunk): Set inhibit-read-only to t.
50
51 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
52 modifying the *Diff* buffer.
53 (diff-process-filter): New filter function for diff process that
54 sets inhibit-read-only to t when modifying the *Diff* buffer.
55
56 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
57
58 * textmodes/org.el: (org-archive-subtree): Use end-of-subtree as
59 insertion point and control the number of empty lines.
60 (org-paste-subtree): Limit the number of empty lines at the end of
61 the inserted tree.
62 (org-agenda): Use buffer name of current file for narrowing.
63 (org-export-as-xml): Command removed.
64 (org-export-xml-type): Option removed.
65 (org-mode-map): Call `org-export-as-xoxo' directly.
66 (org-get-indentation): New optional argument LINE.
67 (org-fix-indentation, org-remove-tabs): New functions.
68 (org-export-as-ascii, org-ascii-level-start): Determine and apply
69 correct indentation for headlines that are converted it items.
70 (org-skip-comments): Remove table lines that contain narrowing
71 cookies but no other non-empty fields.
72 (org-set-tags): Allow groups of mutually exclusive tags.
73 (org-cmp-time): Sort 24:21 before items without time.
74 (org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
75 (org-open-at-point): Require double colon also for numbers.
76
77 2006-06-06 Kim F. Storm <storm@cua.dk>
78
79 * ido.el (ido-default-file-method, ido-default-buffer-method):
80 Make choice values consistent with corresponding command names.
81 (ido-visit-buffer): Update accordingly. Default to selected-window.
82
83 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
84
85 * progmodes/gud.el (gud-running): Fix doc string.
86 (gud-menu-map): Use :visible instead fo :enable for debugger test.
87 (gud-tooltip-modes): Add python-mode.
88 (gud-tooltip-print-command): Add pdb. Remove perldb.
89
90 2006-06-05 Eli Zaretskii <eliz@gnu.org>
91
92 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
93 Quote $(EMACS).
94
95 2006-06-05 Richard Stallman <rms@gnu.org>
96
97 * faces.el (defined-colors): Doc fix.
98
99 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
100
101 * vc.el (vc-process-filter): Inhibit undo info collection around
102 call to insert.
103 (vc-setup-buffer): Likewise for call to erase-buffer.
104 (vc-do-command): Likewise for call to process-file.
105
106 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
107
108 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
109 for gud-go.
110 (gud-common-init): Other debuggers may trigger error.
111
112 2006-06-05 Kenichi Handa <handa@m17n.org>
113
114 * international/mule.el (find-auto-coding): Handle
115 enable-character-translation in file header.
116
117 2006-06-04 Kim F. Storm <storm@cua.dk>
118
119 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
120 (authors-fixed-entries): Fix spelling.
121 (authors-canonical-file-name): Don't report error for wildcards.
122
123 * help.el (view-emacs-news): Rewrite to support new NEWS,
124 NEWS.major, and NEWS.1-17 file naming. Add more intelligense,
125 e.g. version 10 matches 1.10, and don't be confused by version 1.1
126 begin a prefix of 1.12 (etc). A numeric prefix arg also works.
127
128 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
129
130 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
131 exec constructs like `foo bar`.
132 (sh-quoted-subshell): New helper function to search for a possibly
133 nested subshell (like `` or $()) within a "" quoted string.
134 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
135 (sh-apply-quoted-subshell): Flag quote characters inside a
136 subshell, which is itself already in a quoted region, as
137 punctuation, since this is the closest to what they actually are.
138 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
139 sh-apply-quoted-subshell.
140 (sh-font-lock-syntactic-face-function): Apply the new face for
141 text inside `` instead of the old font-lock-string-face.
142
143 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
144
145 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
146 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
147 (mac-bytes-to-text-range, mac-ae-text-range-array)
148 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
149 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
150 (mac-ts-unicode-for-key-event): New functions.
151 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
152 (mac-handle-font-selection): Use mac-ae-number.
153 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
154 New variables.
155 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
156 (mac-ts-converted-text, mac-ts-selected-converted-text)
157 (mac-ts-block-fill-text, mac-ts-outline-text)
158 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
159 (mac-ts-hilite-style-faces): New constant.
160 (mac-apple-event-map): Bind text input events.
161 (mac-dispatch-apple-event): Use command-execute instead of
162 call-interactively.
163 (global-map): Don't bind mac-apple-event.
164 (special-event-map): Bind mac-apple-event.
165
166 2006-06-02 Eli Zaretskii <eliz@gnu.org>
167
168 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
169 file name.
170 (emacs): Enclose the value of $(EMACS) in quotes.
171
172 2006-06-02 Juri Linkov <juri@jurta.org>
173
174 * international/mule.el (sgml-html-meta-auto-coding-function):
175 Remove the condition `(search-forward "<html" size t)'.
176 Replace `\"' with `[\"']?' in `re-search-forward'.
177
178 2006-06-02 Kenichi Handa <handa@m17n.org>
179
180 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
181 as well as `coding'.
182 (hack-local-variables): Likewise.
183
184 * international/mule.el (enable-character-translation): Put
185 permanent-local and safe-local-variable properties.
186 (find-auto-coding): Handle char-trans: tag.
187
188 2006-06-02 Juri Linkov <juri@jurta.org>
189
190 * international/mule.el (sgml-html-meta-auto-coding-function):
191 Limit the search by the end of the HTML header (if any).
192
193 2006-06-01 Richard Stallman <rms@gnu.org>
194
195 * subr.el (with-current-buffer): Doc fix.
196
197 2006-06-02 Masatake YAMATO <jet@gyve.org>
198
199 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
200 Almost rewrite. Underlines over all lines of gcov output are too
201 uncomfortable to read. Suggested by Dan Nicolaescu.
202
203 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
204
205 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
206
207 * shell.el (shell-mode): Use shell-mode-map in docstring.
208
209 * comint.el (comint-send-input): Do not add help-echo and
210 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
211
212 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
213
214 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
215
216 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
217
218 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
219 (gdb-stopped, gdb-info-stack-custom): If there is no source info
220 look up the stack and pop up GUD buffer if necessary.
221 (gdb-frames-select): Remove redundant call to gud-display-frame.
222 (gdb-info-threads-custom): Keep point at start of buffer.
223 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
224
225 2006-05-31 Juri Linkov <juri@jurta.org>
226
227 * replace.el (query-replace-read-from, query-replace-read-to):
228 Bind `history-add-new-input' to nil. Call `add-to-history'.
229
230 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
231
232 * textmodes/table.el: Convert all HTML tags to lower case for
233 XHTML compatibility.
234
235 2006-05-31 Masatake YAMATO <jet@gyve.org>
236
237 * progmodes/compile.el:
238 (compilation-error-regexp-alist-alist::gcov-called-line):
239 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
240
241 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
242
243 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
244 Revert inadvertant changes made with last commit.
245
246 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
247
248 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
249 New functions.
250
251 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
252
253 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
254
255 * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp
256 only matches in the right place.
257 (org-upcoming-deadline): New face.
258 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
259 (org-export-ascii-underline): Rename constant `org-ascii-underline'
260 and make it an option.
261 (org-export-ascii-bullets): New option.
262 (org-export-as-html): Many changes to emit valid XHTML.
263 (org-par-open): New variable.
264 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
265 (org-html-do-expand, org-section-number): Fixedcase in `replace-match'.
266 (org-timeline): Pass `org-timeline-show-empty-dates' to
267 `org-get-all-dates'. Interpret empty dates returned by `org-get-all-dates'.
268 (org-get-all-dates): New argument EMPTY. Add dates without
269 entries to the list, mark large ranges of empty dates.
270 (org-point-in-group, org-context): New functions.
271
272 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
273
274 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
275
276 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
277 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
278 to C-mouse-3 (for 2 button mice).
279 (gdb-send): Do the right thing for C-d.
280
281 * speedbar.el (speedbar-detach): Delete.
282 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
283 it breaks things.
284 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
285
286 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
287
288 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
289 Makeppfile.
290
291 * progmodes/compile.el (compilation-error-regexp-alist-alist):
292 Add makepp diagnostic.
293
294 2006-05-29 Richard Stallman <rms@gnu.org>
295
296 * window.el (fit-window-to-buffer): Doc fix.
297
298 * help.el (temp-buffer-max-height): Doc fix.
299
300 * subr.el (with-current-buffer): Doc fix.
301
302 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
303
304 * term/x-win.el: Bind F10 to menu-bar-start if available.
305
306 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
307
308 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
309 uses with a simple test.
310 (term-set-escape-char, term-mode, term-check-kill-echo-list)
311 (term-send-raw-string, term-send-raw, term-mouse-paste)
312 (term-char-mode, term-line-mode, term-exec, term-sentinel)
313 (term-handle-exit, term-read-input-ring)
314 (term-previous-matching-input-string)
315 (term-previous-matching-input-string-position)
316 (term-previous-matching-input-from-input)
317 (term-replace-by-expanded-history, term-send-input)
318 (term-skip-prompt, term-bol, term-send-invisible)
319 (term-kill-input, term-delchar-or-maybe-eof)
320 (term-backward-matching-input, term-check-source)
321 (term-proc-query, term-emulate-terminal)
322 (term-handle-colors-array, term-process-pager, term-pager-line)
323 (term-pager-bob, term-unwrap-line, term-word)
324 (term-dynamic-complete-filename)
325 (term-dynamic-complete-as-filename)
326 (term-dynamic-simple-complete): Replace one arm ifs with whens or
327 unlesses.
328
329 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
330
331 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
332 during bootstrapping.
333
334 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
335 Basically undo the change of 2006-05-26: use extra arguments instead of
336 dynamic scoping.
337 (ewoc-locate): Remove unused var `footer'.
338
339 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
342
343 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
344 (generate-file-autoloads): Obey it. Return whether autoloads were
345 added at point or not.
346 (update-file-autoloads): Use this new return value.
347 Remove redundant test for the presence of an autoload cookie.
348
349 * emacs-lisp/autoload.el (autoload-find-file): New fun.
350 This one calls hack-local-variables.
351 (generate-file-autoloads, update-file-autoloads): Use it.
352
353 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
354 (bibtex-sort-entry-class): Add safe-local-variable predicate.
355 (bibtex-sort-entry-class-alist): Don't set the global value.
356 (bibtex-init-sort-entry-class-alist): New fun.
357 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
358 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
359 of bibtex-init-sort-entry-class.
360
361 2006-05-28 Richard Stallman <rms@gnu.org>
362
363 * subr.el (load-history-regexp): If FILE is relative, insist
364 entire last name component must match it.
365 (load-history-filename-element, load-history-regexp): Doc fixes.
366
367 2006-05-29 Kim F. Storm <storm@cua.dk>
368
369 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
370 `pos' and `raw-data' for clarity, as eval forms may access these.
371
372 2006-05-28 Kim F. Storm <storm@cua.dk>
373
374 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
375
376 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * progmodes/make-mode.el (makefile-browser-map)
379 (makefile-mode-syntax-table): Move initialization inside declaration.
380 (makefile-fill-paragraph): Use the default comment-filling code.
381
382 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
383
384 * replace.el (query-replace-defaults): New variable.
385 (query-replace-read-from): Use `query-replace-defaults' for
386 default value, instead of history list.
387 (query-replace-read-to): Update `query-replace-defaults'.
388
389 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
390
391 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
392 with no X toolkit.
393
394 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
395
396 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
397 (tumme-show-all-from-dir): Add autoload.
398
399 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
400
401 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
402 (tumme-remove-tag): Fix bug.
403
404 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
405
406 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
407 FOOTER args. Update unique caller.
408 (ewoc-delete): Compute last node once before looping.
409 (ewoc--node-branch): Merge into unique caller.
410 (ewoc--node): Don't define constructor make-ewoc--node for this
411 structure.
412 (ewoc): Add member `hf-pp' to this structure.
413 (ewoc--wrap): New func.
414 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
415 header/footer pretty-printers. Save header/footer pretty-printer.
416 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
417
418 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
419
420 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
421
422 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
423 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
424 Tag'. Change "Compare directories..." to "Change Directories...".
425 Move tumme commands to Operate, Regexp and Immediate menus.
426 Change "Add Comment" to "Add Image Comment". Change "Add Image
427 Tag" to "Add Image Tags".
428
429 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
430 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
431 `tumme-delete-tag'.
432
433 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
434
435 * shell.el (shell-mode): Call shell-dirtrack-mode after
436 list-buffers-directory is made a local variable, to avoid setting
437 the default value.
438
439 2006-05-26 Kevin Ryde <user42@zip.com.au>
440
441 * info.el (Info-index-next): Use where-is-internal to report
442 actual binding of Info-index-next, rather than hard-coded `,'.
443
444 2006-05-26 Eli Zaretskii <eliz@gnu.org>
445
446 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
447 and "Find Command in Manual" to here.
448
449 * buff-menu.el (list-buffers-noselect): For Info buffers, use
450 Info-current-file as the file name.
451
452 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
453
454 * ses.el (defadvice undo-more): Delete this defadvice. The undo
455 overrides will now be done a different way.
456 (ses-set-parameter): Reapply this function for undo.
457 (ses-set-header-row): Reconstruct header row during undo.
458 (ses-widen): New function.
459 (ses-goto-data, ses-reconstruct-all): Use new function.
460 (ses-command-hook): Widen buffer during undo, before unupdating
461 the cells.
462 (ses-insert-row, ses-delete-row): Widen buffer during undo.
463 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
464 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
465 formula hasn't been executed yet.
466
467 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
468
469 * comint.el (comint-kill-whole-line): Rename arg to count.
470 Fix doc string.
471
472 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
473
474 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
475 to copy-file.
476
477 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
478
479 * simple.el (toggle-truncate-lines): Make arg optional for
480 backward compatibility.
481
482 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
483
484 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
485 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
486 DLL arg. Instead, use ewoc--current-dll. Update all callers.
487 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
488 (ewoc--adjust): Use ewoc--current-dll.
489 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
490
491 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
492
493 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
494 compact error message.
495 (org-tags-view): Refresh category table in each file.
496 (org-table-justify-field-maybe): Remove superfluous arguments to
497 `format'.
498 (org-export-as-html): Insert "<p>" before postamble.
499 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
500
501 2006-05-26 Kenichi Handa <handa@m17n.org>
502
503 * textmodes/po.el (po-find-charset): Pay attention to the case
504 FILENAME is a cons (NAME . BUFFER).
505 (po-find-file-coding-system-guts): Likewise.
506
507 * arc-mode.el (archive-set-buffer-as-visiting-file):
508 Call find-operation-coding-system with (FILENAME . BUFFER).
509
510 * tar-mode.el (tar-extract): Call find-operation-coding-system
511 with (FILENAME . BUFFER).
512
513 * international/mule.el (decode-coding-inserted-region):
514 Call find-operation-coding-system with (FILENAME . BUFFER).
515
516 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
517
518 * image-mode.el (image-toggle-display): Use buffer contents to
519 generate image for a remote file.
520
521 2006-05-25 Juri Linkov <juri@jurta.org>
522
523 * replace.el (query-replace-read-from, query-replace-read-to):
524 Remove 8th arg KEEP-ALL in read-from-minibuffer.
525
526 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
527
528 * whitespace.el (whitespace-cleanup): Change to cleanup
529 region if one is active.
530 * whitespace.el (whitespace-cleanup-internal): New internal method.
531
532 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
533
534 * dired.el (dired-mode-map): Add help-echo strings to tumme
535 commands. Bind `tumme-dired-display-image' to C-t i.
536
537 * tumme.el (tumme-display-image): Change documentation string slightly.
538 (tumme-dired-display-image): Add call to `display-buffer'.
539
540 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
541
542 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
543 Signal error if RAW-DATA is a multibyte string.
544
545 2006-05-24 Richard Stallman <rms@gnu.org>
546
547 * subr.el (with-local-quit): When handling `quit' signal,
548 make a chance for quit-flag to cause a quit.
549
550 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
551 (ad-disable-advice): Add autoloads.
552
553 * subr.el (read-passwd): Copy PROMPT before changing its properties.
554
555 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
556
557 * dired.el (dired-mode-map): Change menu items for tumme as per
558 suggestions in emacs-devel.
559
560 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
561
562 * dired.el (dired-mode-map): Fix breakage.
563
564 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
565
566 * tumme.el (tumme-display-dired-image): Rename to...
567 (tumme-dired-display-image): ...this.
568 (tumme-track-movement): Change default value to t.
569 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
570 used from `tumme-next-line-and-display' and similar commands.
571
572 * dired.el (dired-mode-map): Add Thumbnail submenu under the
573 Immediate menu. Add some tumme commands there.
574
575 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
576
577 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
578
579 2006-05-24 Chong Yidong <cyd@mit.edu>
580
581 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
582 menu entries that open submenus.
583
584 2006-05-24 Alan Mackenzie <acm@muc.de>
585
586 * startup.el (command-line): For names of preloaded files, don't
587 append ".elc" (now done in Fload), and call file-truename on the
588 lisp directory.
589
590 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
591 match ANY loaded file with the right name, not just those in
592 load-path. Put a regexp matching the file name into
593 after-load-alist, rather than the name itself.
594
595 * subr.el: New functions load-history-regexp,
596 load-history-filename-element, do-after-load-evaluation.
597
598 * international/mule.el (load-with-code-conversion): Do the
599 eval-after-load stuff by calling do-after-load-evaluation.
600
601 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
602
603 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
604 has not been killed.
605
606 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
607
608 * term/mac-win.el: Set idle timer to clean up expired Apple events.
609 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
610 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
611 Optionally set error message in reply.
612
613 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
614
615 * textmodes/org.el: (org-open-at-point): Use renamed variable
616 `org-confirm-shell-link-function'.
617 (org-confirm-shell-link-function): Rename from
618 `org-confirm-shell-links'.
619 (org-export-directory): New function.
620 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
621 (org-export-icalendar): Use `org-export-directory'.
622 (org-indent-item): Keep cursor position.
623 (org-link-file-path-type): New option.
624 (org-export-as-html): Fix bug with plain lists starting in
625 column 0.
626 (org-export-as-html): Remove deadline formatting, this happens
627 now already in `org-html-handle-time-stamps'.
628 (org-export-html-style): Deadline class removed.
629 (org-insert-labeled-timestamps-at-point): New option.
630 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
631 of `hide-sublevels 1', in case the first headline is not level 1.
632 (org-overview, org-content): New fuction.
633 (org-cycle-global-status, org-cycle-subtree-status): Make these
634 variables buffer-local.
635 (org-global-cycle): New command.
636 (org-shifttab): Use `org-global-cycle'.
637 (org-insert-heading, org-insert-item): Go to end of new
638 headline/item after creating it.
639 (org-export-visible): Rename from `org-export-copy-visible'.
640 Now creates a temporary org-file and applies an exporting command
641 to it.
642 (org-table-eval-formula): Support for lisp forms.
643 (org-agenda-todo-ignore-scheduled): New option.
644 (org-agenda-get-todos): Use new option
645 `org-agenda-todo-ignore-scheduled'.
646 (org-export-html-inline-images): New value `maybe'.
647 (org-export-as-html): Inlining of images dependent on link description.
648 (org-archive-subtree): Check for end-of-buffer before trying
649 `kill-line'.
650 (org-agenda-follow-mode): New option.
651 (org-export-with-tags, org-export-with-timestamps): New options.
652 (org-html-handle-time-stamps): New function.
653 (org-keyword-time-regexp): New variable.
654 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
655 (org-agenda-todo-list-sublevels): New option.
656 (org-html-level-start): When TITLE is nil, just close all levels.
657 (org-parse-key-lines, org-parse-export-options): Remove functions,
658 replaced by `org-infile-export-plist'.
659 (org-combine-plists, org-infile-export-plist)
660 (org-default-export-plist): New functions.
661 (org-export-html-preamble, org-export-html-postamble)
662 (org-export-html-auto-preamble, org-export-html-auto-postamble):
663 New variables.
664 (org-export-publishing-directory): New option.
665 (org-export-as-html, org-export-as-ascii): Use the new property
666 lists for settings.
667 (org-export-copy-visible, org-export-as-xoxo):
668 Respect `org-export-publishing-directory'.
669 (org-link-search, org-store-link, org-file-apps): Support for
670 links to BibTeX database entries..
671 (org-get-current-options, org-set-regexps-and-options):
672 Implement logging as a startup option.
673 (org-store-link): Make sure context string is never empty
674 (org-insert-link): Use relative path when possible.
675 (org-at-item-checklet-p): New function.
676 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
677 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
678 (org-metaright, org-metaup, org-metadown, org-shiftup)
679 (org-shiftdown, org-shiftright, org-shiftleft)
680 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
681 Dispatch using `call-interactively'.
682 (org-call-with-arg): New defsubst.
683 (org-tag-alist, org-use-fast-tag-selection): New options.
684 (org-complete): Use `org-tag-alist'.
685 (org-fast-tag-insert, org-fast-tag-selection): New functions.
686 (org-next-item, org-previous-item): New commands.
687 (org-beginning-of-item, org-end-of-item): Add (interactive) to
688 make command.
689 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
690
691
692 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
693
694 * emacs-lisp/ewoc.el (ewoc-delete): New function.
695 (ewoc-filter): Use `ewoc-delete'.
696
697 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
698
699 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
702 Signal more user-friendly error messages.
703
704 * complete.el (PC-do-completion): Undo the addition of implicit
705 wildcards if they did not lead to finding any match.
706 (read-file-name-internal): Don't add the final > if the completion is
707 not finished.
708
709 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
710
711 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
712 Quote safe-local-variable predicate.
713
714 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
715
716 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
717
718 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
719
720 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
721
722 * progmodes/make-mode.el (makefile-special-targets-list)
723 (makefile-macro-table, makefile-target-table): Mark as risky.
724 (makefile-query-one-target-method): Make this the alias for the
725 following variable.
726 (makefile-query-one-target-method-function): Make this the real name.
727
728 * textmodes/artist.el (artist-text-renderer): Make this the alias
729 for the following variable.
730 (artist-text-renderer-function): Make this the real name.
731
732 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
733 the alias for the following variable.
734 (flyspell-generic-check-word-predicate): Make this the real name.
735
736 * textmodes/ispell.el (ispell-format-word): Make this the alias
737 for the following variable.
738 (ispell-format-word-function): Make this the real name.
739 (ispell-message-text-end): Mark as risky.
740
741 * skeleton.el (skeleton-transformation, skeleton-filter)
742 (skeleton-pair-filter): Make these the aliases for the following
743 variables.
744 (skeleton-transformation-function, skeleton-filter-function)
745 (skeleton-pair-filter-function): Make these the real names.
746
747 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
748 and skeleton-pair-filter-function.
749
750 * textmodes/sgml-mode.el (sgml-transformation): Make this the
751 alias for the following variable.
752 (sgml-transformation-function): Make this the real name.
753 (sgml-tag-alist): Mark as risky.
754
755 2006-05-21 Richard Stallman <rms@gnu.org>
756
757 * simple.el (kill-region): Interactively, pass point, then mark.
758
759 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
760
761 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
762
763 2006-05-21 Romain Francoise <romain@orebokech.com>
764
765 * dired-x.el (dired-mode-map): Don't bind M-g.
766
767 2006-05-20 Richard Stallman <rms@gnu.org>
768
769 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
770 (dired-goto-file): Doc fix.
771
772 2006-05-21 Kim F. Storm <storm@cua.dk>
773
774 * emulation/cua-base.el: Mention customizing cua-mode as alternative
775 way to enable built-in cua-mode if user loads older CUA-mode package.
776
777 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
778 if default-filename is specified.
779
780 2006-05-20 Eli Zaretskii <eliz@gnu.org>
781
782 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
783
784 * info.el (info-apropos): Make sure current-file and current-node
785 have non-nil values. Speed up by using add-to-list instead of
786 manual consing.
787
788 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
789
790 * progmodes/make-mode.el (makefile-mode): Doc fix.
791
792 2006-05-20 Eli Zaretskii <eliz@gnu.org>
793
794 * dired-aux.el (dired-do-shell-command): Doc fix.
795
796 2006-05-20 Kevin Ryde <user42@zip.com.au>
797
798 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
799 ``(custom-manual :tag "Foo" "(foo)Node")''.
800
801 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
802
803 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
804 value is an integer.
805
806 2006-05-20 Eli Zaretskii <eliz@gnu.org>
807
808 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
809 "format".
810 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
811
812 2006-05-20 Martin Rudalics <rudalics@gmx.at>
813
814 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
815 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
816
817 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
820 regexp for keywords.
821
822 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
823
824 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
825 replace-regexp-in-string.
826
827 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
828 encode, and escape file name on conversion to URL.
829
830 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
831
832 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
833 Don't unescape URL.
834 (dnd-get-local-file-name): Unescape URL on conversion to file name.
835
836 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
837 on conversion to URLs.
838
839 * net/browse-url.el (browse-url-file-url): Encode file name on
840 conversion to URL.
841
842 * term/mac-win.el (mac-ae-open-documents): Escape file name on
843 conversion to URL.
844
845 2006-05-19 Eli Zaretskii <eliz@gnu.org>
846
847 * progmodes/cc-styles.el (c-style-alist): Doc fix.
848
849 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
850
851 * term/mac-win.el (mac-bytes-to-digits): Remove function.
852 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
853
854 2006-05-19 Glenn Morris <rgm@gnu.org>
855
856 * calendar/diary-lib.el (diary-bahai-date)
857 (list-bahai-diary-entries, mark-bahai-diary-entries)
858 (mark-bahai-calendar-date-pattern): Not interactive.
859 (add-to-diary-list): New optional arg LITERAL. Doc fix.
860 (diary-entries-list): Change format of 4th element in each entry.
861 (diary-list-entries): Use add-to-diary-list.
862 (diary-goto-entry): Handle the case where the buffer visiting the
863 diary has been killed.
864 (fancy-diary-display): Add 'locator to button rather than 'marker.
865 Only generate temp-face when there are marks to apply.
866 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
867 (diary-fancy-date-pattern): New variable.
868 (diary-time-regexp): Doc fix.
869 (diary-anniversary, diary-time): New faces.
870 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
871 diary-time-regexp. Add font-lock-multiline property where needed.
872 Use new faces diary-anniversary and diary-time.
873 (diary-fancy-font-lock-fontify-region-function): New function, to
874 handle multiline font-lock pattern in fancy diary.
875 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
876 (diary-font-lock-keywords): Tweak time regexp. Use new face
877 diary-time.
878
879 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
880
881 * international/code-pages.el (mik): Table corrected.
882
883 2006-05-18 Kim F. Storm <storm@cua.dk>
884
885 * progmodes/grep.el (grep-find): Don't check grep-find-command
886 before running command (breaks non-interactive usage).
887
888 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
889
890 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
891 (ewoc--insert-new-node): Don't insert trailing newline.
892 Instead, adjust successor nodes's start markers.
893 (ewoc--refresh-node): Delete all text from current node's start
894 marker to the next one's; adjust successor nodes's start markers.
895 (ewoc--create): Doc fixes.
896 (ewoc--refresh): Don't insert newline.
897 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
898 * pcvs.el (cvs-make-cvs-buffer):
899 Specify extra newline for ewoc's header and footer.
900 (cvs-update-header): Update initial header recognition.
901 Append newline to final header and footer values.
902 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
903
904 2006-05-17 Richard Stallman <rms@gnu.org>
905
906 * files.el (file-name-extension): Doc fix.
907
908 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
911 we can explicitly enable/disable rather than toggle.
912 (shell-mode): Use it.
913 (shell-cd): Don't try to reproduce what `cd' does.
914
915 2006-05-17 Kim F. Storm <storm@cua.dk>
916
917 * ido.el (ido-read-internal): Use only nondirectory part of
918 default item.
919
920 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
921
922 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
923 (ewoc-nth): Doc fix.
924
925 (ewoc-map, ewoc-invalidate): Compute PP before looping.
926
927 2006-05-16 Eli Zaretskii <eliz@gnu.org>
928
929 * international/mule.el (auto-coding-alist): Add .lha to files
930 read with no-conversion.
931
932 * files.el (auto-mode-alist): Add .lha files to archive file
933 extensions.
934
935 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
936 Convert csize to integer when computing offsets within the
937 compressed archive file.
938
939 2006-05-16 Kim F. Storm <storm@cua.dk>
940
941 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
942 with read-from-minibuffer.
943
944 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
945
946 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
947 (byte-compile-warnings): Fix safe-local-variable property.
948
949 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
950
951 * allout.el (allout-show-bodies, allout-old-style-prefixes)
952 (allout-stylish-prefixes, allout-numbered-bullet)
953 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
954 predicates to qualify `safe-local-variable' property, when
955 available, else use equivalent lambda.
956 (allout-current-topic-collapsed-p): Do the right thing regarding
957 trailing blank lines.
958
959 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * server.el (server-start): Only create a directory if needed.
962 (server-edit, server-unload-hook): server-start => server-mode.
963 (kill-emacs-hook): Cleanup upon exit.
964
965 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * hexl.el (hexlify-buffer): Encode process arguments manually.
968
969 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
970
971 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
972 call to gdb-tooltip-print.
973
974 2006-05-15 Romain Francoise <romain@orebokech.com>
975
976 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
977 systems, default to "tar" since those systems probably have GNU tar.
978
979 2006-05-14 Lars Hansen <larsh@soem.dk>
980
981 * desktop.el (desktop-missing-file-warning): Fix docstring.
982 (desktop-restore-file-buffer): Correct question asked on missing file.
983
984 2006-05-14 Kim F. Storm <storm@cua.dk>
985
986 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
987 Add CUA move property.
988
989 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
990
991 * custom.el (custom-push-theme): Load the variable before checking
992 its `standard-value'.
993
994 2006-05-13 Lars Hansen <larsh@soem.dk>
995
996 * desktop.el (desktop-save): Use with-temp-buffer.
997
998 2006-05-12 Glenn Morris <rgm@gnu.org>
999
1000 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1001 * calendar/calendar.el (calendar-mode-map):
1002 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1003 * calendar/appt.el (appt-check, appt-make-list): Refer to
1004 diary-view-entries, diary-list-entries, diary-show-all-entries
1005 rather than obsolete aliases.
1006
1007 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1008
1009 * simple.el (line-move-finish): Avoid calling point motion hooks
1010 while processing intangibility.
1011
1012 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1013
1014 * term/xterm.el (terminal-init-xterm): Fix typo.
1015
1016 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1017
1018 * allout.el: (allout-view-change-hook): Mark as being deprecated,
1019 to be replaced by `allout-exposure-change-hook'.
1020 (allout-exposure-change-hook): New, replacing
1021 `allout-view-change-hook'.
1022 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1023 in addition to `allout-view-change-hook'.
1024 (allout-show-bodies, allout-old-style-prefixes)
1025 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1026 lambda forms to prevent their showing up in variable help
1027 presentations as inscrutable byte-compiled code.
1028 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1029 Use string-or-null-p to qualify safe-local-variable values.
1030 (allout-reindent-bodies): Use memq to qualify matches against
1031 valid safe-local-variable values. Also, quote the lambda as above.
1032 (allout-use-mode-specific-leader): Add missing candidate-value
1033 symbols, use memq, and quote the lambda.
1034 (allout-overlay-interior-modification-handler): Remove unused
1035 variables `msg' and 'opened'.
1036 (allout-hidden-p): Constrain invisibility consideration to allout's
1037 invisibility spec, disregarding invisibility for other reasons.
1038
1039 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1040
1041 * files.el (version-control): Correct safe values.
1042
1043 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1044
1045 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1046
1047 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1048 (ewoc--insert-new-node): New func.
1049 Update callers of deleted funcs to use it, instead.
1050
1051 2006-05-11 Glenn Morris <rgm@gnu.org>
1052
1053 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1054 obsolete alias `show-all-diary-entries'.
1055 (make-diary-entry): Not interactive.
1056 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1057 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1058 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1059 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1060 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1061 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1062
1063 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1064
1065 * calendar/calendar.el (calendar-french-date-string)
1066 (calendar-mayan-date-string, calendar-chinese-date-string)
1067 (calendar-astro-date-string, calendar-iso-date-string)
1068 (calendar-islamic-date-string, calendar-bahai-date-string)
1069 (calendar-hebrew-date-string, calendar-coptic-date-string)
1070 (calendar-ethiopic-date-string, calendar-persian-date-string):
1071 These functions are not interactive.
1072
1073 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1074
1075 * files.el: Balance parentheses.
1076
1077 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1078
1079 * files.el, newcomment.el, outline.el, simple.el,
1080 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1081 progmodes/cc-vars.el, progmodes/compile.el:
1082 Move `safe-local-variable' declarations to the respective files.
1083
1084 * help-fns.el (describe-variable): Don't print safe-var if it is
1085 byte-code. Improve wording as suggested by Luc Teirlinck.
1086
1087 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1088
1089 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1090 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1091 Use a token for pending-triggers to ensure gdb-var-update
1092 gets called once per user input again for pre-GDB 6.4.
1093 (gdb-var-delete): Match on more complex expressions.
1094 (gdb-var-list-children-handler, gdb-var-create-handler):
1095 Use a token for consistency.
1096
1097 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1098
1099 * textmodes/org.el (org-read-date, org-goto-calendar)
1100 (org-agenda-goto-calendar):
1101 Bind `view-calendar-holidays-initially' to nil.
1102
1103 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1104
1105 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1106 Update all callers to do it there, instead.
1107
1108 2006-05-10 Glenn Morris <rgm@gnu.org>
1109
1110 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1111 prefix arg case, to avoid view-diary-entries-initially error.
1112 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1113 (calendar-date-is-legal-p): Handle dates with no day part.
1114
1115 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1116
1117 * comint.el (comint-insert-input): Just make it when
1118 comint-use-prompt regexp is nil (default) and with the mouse.
1119 (comint-copy-old-input): Reinstate from 2004-06-23.
1120 (comint-mode-map): Bind C-c C-m to it.
1121
1122 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1123
1124 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1125 Remove spurious move to point-max (new comint behavior fixes).
1126
1127 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1128 compatibility function (Emacs 18/19).
1129 (idlwave-is-continuation-line): Always return point at start of
1130 previous non-blank continuation line.
1131 `keyword-parameters': Fix continued comment font-lock matcher.
1132 (idlwave-font-lock-fontify-region): Written, use as
1133 font-lock-fontify-region-function, to fix continued keyword
1134 fontification issues.
1135
1136 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1137
1138 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1139 (mac-service-selection, mac-service-open-file)
1140 (mac-service-open-selection, mac-service-mail-selection)
1141 (mac-service-mail-to, mac-service-insert-text): Rename from
1142 mac-services-*. All uses changed.
1143 (mac-apple-event-map): Rename event symbol `services' to `service'.
1144
1145 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1146
1147 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1148 (ewoc--node-enter-first, ewoc--node-enter-last)
1149 (ewoc--delete-node-internal): Merge funcs into unique callers.
1150
1151 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1154 return value of read-from-minibuffer for empty input.
1155
1156 2006-05-09 Miles Bader <miles@gnu.org>
1157
1158 * comint.el (comint-insert-input): Remove redundant calls to setq
1159 and goto-char.
1160
1161 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1162
1163 * comint.el (comint-insert-input): Make it work when
1164 comint-use-prompt-regexp is t.
1165
1166 2006-05-10 Miles Bader <miles@gnu.org>
1167
1168 * subr.el (field-at-pos): New function.
1169
1170 * comint.el (comint-insert-input): Use it.
1171
1172 2006-05-09 Juri Linkov <juri@jurta.org>
1173
1174 * battery.el (battery-linux-proc-acpi): Also try
1175 `/proc/acpi/thermal_zone/THR2/temperature'.
1176
1177 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1178 for now unused lambda `string-or-null'.
1179
1180 * add-log.el (change-log-default-name): Put `string-or-null-p'
1181 instead of lambda on `safe-local-variable' property.
1182
1183 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1184 `region-end' instead of `mark' and `point'.
1185 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1186 Operate on region in Transient Mark mode when the mark is active.
1187 Use `region-beginning' and `region-end' instead of `mark' and
1188 `point'.
1189 (diff-hunk-text, diff-goto-source): Doc fix.
1190
1191 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1192 face `mode-line-buffer-id' for mode-line buffer face instead of
1193 hard-coded `(:weight bold)'.
1194
1195 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1196 buffer-undo-list to t (undo-ask is reproducible by visiting
1197 nested archives).
1198
1199 2006-05-09 Kim F. Storm <storm@cua.dk>
1200
1201 * progmodes/grep.el (rgrep): Set default directory of *grep*
1202 buffer if we start M-x rgrep in the *grep* buffer and choose
1203 a different base directory.
1204
1205 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1206
1207 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1208 completion also when ido is loaded.
1209
1210 2006-05-09 Masatake YAMATO <jet@gyve.org>
1211
1212 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1213 "warning" and "import".
1214 (cpp-font-lock-keywords): Added "warning".
1215
1216 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1217
1218 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1219
1220 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1221
1222 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1223 pages at a time, if we signal the end, we should indeed reach that end.
1224
1225 2006-05-08 David Reitter <david.reitter@gmail.com>
1226
1227 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1228 output during execution of the body.
1229
1230 2006-05-08 Kim F. Storm <storm@cua.dk>
1231
1232 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1233
1234 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1235
1236 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1237 Use with-current-buffer.
1238
1239 2006-05-07 Kim F. Storm <storm@cua.dk>
1240
1241 * subr.el (add-to-history): Remove keep-dups arg.
1242
1243 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1244 to nil around call to add-to-history.
1245
1246 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1247
1248 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1249 than after a buffer modification.
1250
1251 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1252
1253 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1254 call to...
1255 (gud-watch): ...here so speedbar is raised for already watched
1256 expressions.
1257 (gdb-speedbar-refresh): Delete function.
1258 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1259 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1260 earlier change).
1261 (gdb-var-evaluate-expression-handler)
1262 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1263
1264 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1265 Update localized contents for all buffers except ignored modes.
1266
1267 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1268
1269 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1270 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1271 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1272 (mac-handle-font-panel-closed, mac-handle-font-selection):
1273 New functions.
1274 (mac-font-panel-mode): New minor mode.
1275 (mac-apple-event-map): Add bindings for toolbar toggle button and
1276 font panel.
1277 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1278
1279 2006-05-07 John Paul Wallington <jpw@pobox.com>
1280
1281 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1282 Avoid `regexp-opt'; simplify regexp for readability.
1283
1284 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1285
1286 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1287 * files.el (buffer-stale-function):
1288 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1289 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1290 links to the main manual, not to emacs-xtra.
1291
1292 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1293
1294 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
1295 MacJapanese if text is ASCII-only.
1296
1297 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1298
1299 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1300 unless so nil isn't returned.
1301 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1302
1303 2006-05-06 Kim F. Storm <storm@cua.dk>
1304
1305 * subr.el (add-to-history): New function.
1306
1307 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1308 (ediff-merge-files-with-ancestor):
1309 * env.el (setenv):
1310 * isearch.el (isearch-update-ring):
1311 * server.el (server-visit-files):
1312 * progmodes/grep.el (lgrep, rgrep):
1313 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1314 * progmodes/xscheme.el (xscheme-insert-expression):
1315 Use add-to-history.
1316
1317 * kmacro.el (kmacro-push-ring): Use add-to-history.
1318 (kmacro-ring-length): Remove unused defun.
1319 (kmacro-start-macro): Use kmacro-push-ring.
1320
1321 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1322
1323 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1324 directly instead of a lambda expression that calls it.
1325
1326 2006-05-06 Kim F. Storm <storm@cua.dk>
1327
1328 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1329 instead of compute-motion.
1330
1331 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1332
1333 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1334 change.
1335
1336 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1337
1338 * startup.el (command-line-1): Refer to "Pure Storage" on
1339 pure-space-overflow.
1340
1341 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1342
1343 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1344 provided faces once they all have been used up.
1345
1346 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1347
1348 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1349 reference to the Lisp manual to the warning about pure space
1350 overflow.
1351
1352 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1353
1354 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1355 argument to avoid the call to `ispell-internal-change-dictionary'
1356 when not needed.
1357 (ispell-change-dictionary): Use this argument and call
1358 `ispell-internal-change-dictionary' after the possible change
1359 to `ispell-local-dictionary'.
1360 (ispell-internal-change-dictionary): Check for a change in
1361 personal dictionary use too.
1362 Cosmetic changes from Agustin Martin
1363 <agustin.martin@hispalinux.es>.
1364
1365 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1366
1367 * startup.el (command-line): On MS-Windows, probe "~", not
1368 "~USER", for warning about non-existent home directory
1369
1370 * arc-mode.el (archive-l-e): New optional argument `float' means
1371 generate a float value.
1372 (archive-arc-summarize, archive-lzh-summarize)
1373 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1374 with 3rd argument non-nil when file's size is being computed.
1375 Format the file sizes with %8.0f instead of %8d.
1376
1377 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1378
1379 * cus-start.el (all): Add mac-dnd-known-types.
1380
1381 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
1382 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1383 (mac-TIFF-to-string): New functions.
1384 (x-get-selection, x-selection-value)
1385 (mac-select-convert-to-string): Use them.
1386 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1387 (mac-dnd-types-alist): New customization variable.
1388 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1389 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1390 (mac-dnd-handle-drag-n-drop-event): New functions.
1391 (mac-drag-n-drop): Remove function.
1392 (global-map): Bind drag-n-drop and M-drag-n-drop to
1393 mac-dnd-handle-drag-n-drop-event.
1394
1395 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1396
1397 * progmodes/perl-mode.el (perl-beginning-of-function):
1398 Skip anonymous subs.
1399
1400 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1403 regexp-opt at run time.
1404
1405 * term.el (term-handle-ansi-escape): Fix off by one error.
1406
1407 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1408
1409 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1410 (gdb-init-1, gdb-post-prompt): ...and references to it.
1411 (gdb-frame-handler): Strip directory name from filename if present.
1412
1413 * progmodes/gud.el (gdb-force-update): Delete defvar
1414 (gud-speedbar-buttons): ...and references to it. Use window-start
1415 to try to keep positon in watch expression.
1416
1417 2006-05-03 Richard Stallman <rms@gnu.org>
1418
1419 * simple.el (next-history-element, previous-history-element): Doc fix.
1420
1421 * isearch.el (isearch-update-ring): Doc fix.
1422
1423 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1424
1425 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1426 into consideration. Replace one arm ifs with whens.
1427
1428 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1429
1430 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1431 (menu): Fix typo.
1432
1433 2006-05-02 Miles Bader <miles@gnu.org>
1434
1435 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1436
1437 2006-05-02 Jay Belanger <belanger@truman.edu>
1438
1439 * calc/calc-embed.el: (calc-override-minor-modes-map)
1440 (calc-override-minor-modes): New variables.
1441 (calc-do-embedded): Make sure that Calc keystrokes aren't
1442 overwritten by minor modes.
1443
1444 2006-05-02 Chong Yidong <cyd@mit.edu>
1445
1446 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1447
1448 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1449
1450 * startup.el (command-line-1): Refer to Lisp manual when
1451 pure-space-overflow occurs.
1452
1453 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1454 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1455 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1456 (version-control): Don't use `t' for safe-local-variable declarations.
1457
1458 2006-05-01 Richard Stallman <rms@gnu.org>
1459
1460 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1461 M-r, M-R, M-A, M-SPC or M-DEL.
1462 (diff-mode-map): diff-refine-hunk now on C-c C-w
1463 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1464
1465 * help-mode.el (help-mode): view-exit-action calls delete-window
1466 only when it is safe and possible.
1467
1468 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1469 in messages.
1470
1471 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1472
1473 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1474 in the default tool-bar-map.
1475
1476 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1477
1478 * net/tramp.el (tramp-completion-file-name-handler-alist)
1479 (tramp-run-real-handler, tramp-completion-run-real-handler)
1480 (tramp-completion-handle-file-name-all-completions)
1481 (tramp-completion-handle-file-name-completion): Autoload them.
1482 (tramp-completion-handle-file-exists-p)
1483 (tramp-completion-handle-file-name-directory)
1484 (tramp-completion-handle-file-name-nondirectory)
1485 (tramp-completion-handle-expand-file-name): Remove them.
1486 (tramp-handle-file-name-directory): Return the real directory name.
1487 Returning "/" only doesn't need to be necessary any longer.
1488 (tramp-file-name-handler): Make special attention when in hostname
1489 completion mode.
1490 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1491 (tramp-register-file-name-handlers):
1492 Register `tramp-completion-file-name-handler' only when
1493 `partial-completion-mode' is enabled.
1494 (tramp-completion-handle-file-name-all-completions):
1495 Delete directory part from results.
1496 (tramp-get-completion-methods, tramp-get-completion-user-host):
1497 Discard deleting "/", it doesn't work after the change of
1498 `tramp-handle-file-name-directory' above.
1499
1500 2006-05-01 Kim F. Storm <storm@cua.dk>
1501
1502 * progmodes/grep.el (grep-expand-template): Use save-match-data
1503 and symbol-value.
1504
1505 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1506
1507 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1508 Use select-frame-set-input-focus instead of raise-frame.
1509 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1510
1511 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1512
1513 * progmodes/gud.el (gud-def): Add %c case.
1514 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1515 (gud-format-command): Make match case sensitive. Match on %F.
1516
1517 2006-04-30 Glenn Morris <rgm@gnu.org>
1518
1519 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1520 (cal-tex-preamble): Use cal-tex-preamble-extra.
1521 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1522 than alias `list-diary-entries'.
1523
1524 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1525
1526 * help-fns.el (describe-variable): Add info about safe local variables.
1527
1528 2006-04-29 Richard Stallman <rms@gnu.org>
1529
1530 * bindings.el (mode-line-format): help-echo doc fixes.
1531
1532 * net/tramp.el (tramp-file-name-handler-alist): Delete
1533 expand-file-name and other operations that can cause spurious loading.
1534
1535 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * files.el (safe-local-variable-p): Remove support for the special
1538 value t.
1539
1540 * textmodes/paragraphs.el (sentence-end-without-space):
1541 Fix safety predicate.
1542 (sentence-end-double-space, sentence-end-without-period)
1543 (paragraph-ignore-fill-prefix):
1544 * textmodes/fill.el (colon-double-space):
1545 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1546
1547 * subr.el (booleanp): New fun.
1548
1549 * textmodes/reftex-vars.el (reftex-guess-label-type):
1550 Tighten the safety predicate.
1551
1552 2006-04-28 Kim F. Storm <storm@cua.dk>
1553
1554 * progmodes/grep.el (defgroup grep): Doc fix.
1555 (grep-auto-highlight): Remove.
1556 (grep-template): New defcustom.
1557 (grep-find-template): Rename from grep-tree-template.
1558 (grep-files-aliases): Rename from grep-tree-files-aliases.
1559 Remove "all" alias, add "l" alias.
1560 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1561 (grep-find-ignored-directories): New defcustom to replace
1562 grep-tree-ignore-CVS-directories, to facilitate ignoring
1563 subdirectories for multiple version control systems.
1564 (grep-mode-map): Add Recursive grep item to GREP menu.
1565 (grep-regexp-history, grep-files-history): New defvars.
1566 (grep-probe): New helper function.
1567 (grep-compute-defaults): Use it to simplify code.
1568 Adapt to name changes.
1569 Use `.' as base in grep-find-template rather than <D>.
1570 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1571 Call grep-compute-defaults unconditionally.
1572 (grep-expand-keywords): New defconst.
1573 (grep-expand-template): Rename from grep-expand-command-macros.
1574 Simplify via grep-expand-keywords. Look at case-fold-search instead
1575 of grep-tree-ignore-case to add -i option.
1576 Bind case-fold-search to nil while matching keywords.
1577 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1578 (grep-read-regexp, grep-read-files): New helper functions.
1579 (rgrep): Rename from grep-tree. Rework to use proper histories.
1580 Adapt to changes in defcustoms and functions above.
1581 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1582
1583 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * net/tramp.el (tramp-completion-file-name-handler):
1586 Disable Tramp's functionality while loading Tramp itself.
1587 (tramp-register-file-name-handlers): That's a defsubst now.
1588 Code from `tramp-repair-jka-compr' moved here. Apply it via
1589 `after-init-hook'.
1590 (tramp-repair-jka-compr): Remove.
1591
1592 2006-04-27 Jay Belanger <belanger@truman.edu>
1593
1594 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1595 read expression when `math-read-big-expr' doesn't work.
1596
1597 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1598
1599 * startup.el (command-line-1): Display warning when
1600 pure-space-overflow is non-nil.
1601
1602 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1603
1604 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1605 risky.
1606
1607 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1608
1609 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1610 Return the URL or nil if none can be generated.
1611
1612 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
1613
1614 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1615 byte compiler warnings.
1616 (gud-basic-call, gud-find-expr): Let user select an expression
1617 for printing. Print expression as well as value in GUD buffer.
1618
1619 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
1620
1621 * allout.el: Remove local autoload declaration for
1622 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1623 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1624 (allout-plain-bullets-string, allout-distinctive-bullets-string)
1625 (allout-use-mode-specific-leader, allout-old-style-prefixes)
1626 (allout-stylish-prefixes, allout-numbered-bullet)
1627 (allout-file-xref-bullet, allout-presentation-padding)
1628 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1629 safe-local-variable with suitable value spec, and add autoload
1630 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
1631 (move-beginning-of-line, move-end-of-line): Repair so these compat
1632 functions now actually resituate the point, when appropriate.
1633
1634 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1637
1638 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1639 (add-log-iso8601-time-string): Fix call to format-time-string.
1640
1641 2006-04-26 Kim F. Storm <storm@cua.dk>
1642
1643 * subr.el (posn-string, posn-image, posn-object): Doc fix.
1644
1645 2006-04-26 Masatake YAMATO <jet@gyve.org>
1646
1647 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1648 Add support for "//" style comments. Remove `b' flag
1649 from ?* in `asm-mode-syntax-table'.
1650
1651 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * follow.el: Use (featurep 'xemacs) everywhere.
1654 (follow-mode): Use define-minor-mode.
1655 (follow-mode-map): Move initialization into the declaration.
1656 Use command remapping.
1657 (follow-emacs-version-xemacs-p): Remove.
1658 (follow-submit-feedback): Remove.
1659
1660 * allout.el (allout-layout, allout-passphrase-verifier-string)
1661 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1662
1663 * textmodes/reftex-vars.el (reftex-vref-is-default)
1664 (reftex-fref-is-default, reftex-guess-label-type):
1665 Tighten up a bit the safety predicate.
1666
1667 * textmodes/paragraphs.el (sentence-end-double-space)
1668 (sentence-end-without-period, sentence-end-without-space)
1669 (page-delimiter, paragraph-ignore-fill-prefix):
1670 Tighten up a bit the safety predicate.
1671
1672 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1673
1674 * progmodes/python.el (python-continuation-line-p)
1675 (python-beginning-of-statement): syntax-ppss may return
1676 a negative depth.
1677 (python-mode): Don't forcefully enable font-lock.
1678
1679 * time-stamp.el (time-stamp-start, time-stamp-end)
1680 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
1681
1682 * add-log.el: Remove spurious * in docstrings.
1683 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
1684 (add-change-log-entry): Use it here, since it's not specific
1685 to iso8601.
1686 (add-log-iso8601-time-string): Don't use it here any more.
1687 (change-log-indent-text, change-log-indent): Rename from add-log-*.
1688
1689 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
1690
1691 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
1692
1693 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
1694 (rcirc-toggle-low-priority): Doc fix.
1695 (rcirc-handler-NOTICE): Remove beginning of line anchor in
1696 ChanServ regexp.
1697 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
1698 #emacs.
1699 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
1700 (rcirc-decode-coding-system): Use utf-8 as the default.
1701 (rcirc-multiline-minor-mode): Set the fill-column.
1702 (rcirc-format-response-string): Display bright and dim nicks.
1703 (rcirc-browse-url): Update interactive spec to fill ARG.
1704 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
1705 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
1706
1707 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1708
1709 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
1710 case for @Article, etc.
1711
1712 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
1713
1714 * net/tramp.el (tramp-register-file-name-handlers): New defun.
1715 Added with autoload cookie.
1716 (tramp-unload-file-name-handlers): Rename from
1717 `tramp-unload-file-name-handler-alist'.
1718
1719 2006-04-23 Romain Francoise <romain@orebokech.com>
1720
1721 * comint.el (comint-match-partial-filename): Doc fix.
1722
1723 2006-04-21 Glenn Morris <rgm@gnu.org>
1724
1725 * calendar/cal-menu.el (calendar-mode-map): Refer to
1726 `diary-view-entries' rather than alias `view-diary-entries'.
1727 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
1728
1729 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
1730
1731 * progmodes/antlr-mode.el (antlr-default):
1732 * cus-edit.el (custom-documentation):
1733 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
1734 in defface.
1735
1736 2006-04-21 Kim F. Storm <storm@cua.dk>
1737
1738 * image.el (image-type): New defun split out of create-image.
1739 (create-image): Use it.
1740
1741 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
1742
1743 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
1744 (org-open-at-point): Remove the "...done" message to keep output
1745 in the echo area visible.
1746 (org-export-as-xoxo): Fix call to `indent-region'.
1747
1748 2006-04-21 Kevin Ryde <user42@zip.com.au>
1749
1750 * international/mule.el (keyboard-coding-system): defcustom
1751 info-link fixes: "Specify Coding" has been split, keyboard now in
1752 "Terminal Coding", and "Single-Byte Character Support" is now
1753 "Unibyte Mode".
1754
1755 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
1756
1757 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
1758 Use font-lock-warning-face for any errors e.g. no stack.
1759 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
1760
1761 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1762
1763 * progmodes/sh-script.el (sh-shell): Mark as safe.
1764
1765 * newcomment.el (comment-start, comment-start-skip)
1766 (comment-end-skip, comment-end): Mark as safe.
1767
1768 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
1769
1770 * textmodes/org.el (org-deadline-announce): Face removed.
1771 (org-level-faces, org-n-levels): Convert to constant.
1772 (org-compatible-face): New function.
1773 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1774 (org-level-5, org-level-6, org-level-7, org-level-8)
1775 (org-special-keyword, org-warning, org-headline-done, org-link)
1776 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1777 (org-scheduled-today, org-scheduled-previously, org-time-grid):
1778 Face definition revised for better color tty support.
1779 (org-bold-re, org-italic-re, org-underline-re): New constants.
1780 (org-set-font-lock-defaults): Use the new constants.
1781 (org-agenda-highlight-todo): New function.
1782 (org-agenda-todo): Fix bug with point at end of line.
1783 (org-agenda-change-all-lines, org-finalize-agenda-entries):
1784 Fontify TODO keywords.
1785 (org-insert-link): Preserve relative path in ../ links.
1786 (org-export-as-html): Convert links pointing to .org files into
1787 links that will work beteen the exported HTML files.
1788 (org-todo-list): Fix bug when arg=0.
1789 (org-insert-heading): More fine-tuning.
1790
1791 2006-04-19 Romain Francoise <romain@orebokech.com>
1792
1793 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
1794 from `rmail-mime-charset-pattern'.
1795
1796 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 * progmodes/python.el (python-mode): Fix typo.
1799
1800 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1801
1802 * comint.el (comint-previous-input): Don't clobber input line
1803 when moving off either end of the input history ring.
1804 (comint-delete-input): New function, used by
1805 `comint-previous-input' and others.
1806 (comint-previous-matching-input):
1807 Use `coming-delete-input'. Save the partial input if leaving the
1808 edit line. Goto point-max before deleting input to avoid
1809 partial input fragments hanging around.
1810 (comint-restore-input): New function, used by `comint-previous-input'.
1811
1812 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
1813
1814 * imenu.el (imenu--index-alist): Balance parentheses.
1815
1816 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1817
1818 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
1819
1820 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
1821
1822 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
1823 file is nil.
1824
1825 2006-04-18 Richard Stallman <rms@gnu.org>
1826
1827 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
1828
1829 * imenu.el (imenu-create-index-function, imenu--index-alist)
1830 (imenu--last-menubar-index-alist, imenu--make-index-alist)
1831 (imenu-default-create-index-function, imenu--generic-function):
1832 Doc fixes.
1833
1834 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
1835
1836 * help-mode.el (help-mode): Set view-exit-action to delete window.
1837
1838 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
1839 now works by passing nil as arg.
1840
1841 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
1842
1843 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
1844 (read-abbrev-file): Provide default when reading filename.
1845
1846 * files.el (enable-local-variables): Allow :all as value.
1847 (hack-local-variables): Implement that value.
1848 (safe-local-variable-values, safe-local-eval-forms)
1849 (enable-local-variables): Mark as risky.
1850 (find-file-visit-truename, kept-old-versions): Mark safe.
1851
1852 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
1853 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
1854 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
1855
1856 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
1859 Use forward-line so as to get to BOL even in the presence of fields.
1860 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
1861 in return.
1862 (inferior-tcl): Tell tclsh to work in interactive mode.
1863
1864 * complete.el (partial-completion-mode):
1865 Use 'choose-completion-string-functions to make sure that
1866 choose-completion fills the minibuffer properly.
1867
1868 * complete.el (PC-old-read-file-name-internal): Remove.
1869 (PC-read-include-file-name-internal): Remove. Turn it into an advice
1870 of read-file-name-internal.
1871 (partial-completion-mode): Enable/disable this advice.
1872
1873 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
1874
1875 * net/tramp.el (tramp-completion-file-name-handler): Revert change
1876 of 2006-04-17.
1877
1878 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
1879
1880 * textmodes/org.el (org-insert-heading): Insert heading before
1881 current if at beginning of line.
1882 (org-todo, org-date): New faces.
1883 (org-table-align): Make sure tooltip window contains full text.
1884 (org-no-properties): New defsubst.
1885 (org-set-font-lock-defaults): Use new faces.
1886
1887 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
1888
1889 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
1890 for root variables.
1891
1892 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
1893 (gdb-frame-address): Re-use to identify frame for watch expression.
1894 (gdb-var-list, gdb-var-create-handler): Add frame address for root
1895 variables.
1896 (gdb-init-1, gdb-source, gdb-post-prompt)
1897 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
1898 (gdb-frame-handler): Get gdb-frame-address.
1899
1900 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
1901
1902 Sync with Tramp 2.0.53.
1903
1904 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
1905 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
1906 (tramp-completion-file-name-handler): Add autoload cookie for
1907 adding to `file-name-handler-alist'.
1908
1909 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
1910 the prompt. If it returns earlier (when detecting an error
1911 message), the rest of the output will merge accidently with the
1912 output of the next command. Reported by M Jared Finder
1913 <jared@hpalace.com>.
1914
1915 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1916 for `process-file', in order to let it work for older Emacsen too.
1917
1918 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
1919
1920 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
1921 (tex-font-lock-keywords-3): Use it.
1922
1923 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * newcomment.el (comment-add): New function.
1926 (comment-region-default, comment-dwim): Use it.
1927
1928 2006-04-15 Michael Olson <mwolson@gnu.org>
1929
1930 * emacs-lisp/tq.el: Improve comments.
1931 (tq-queue-head-question): New accessor function.
1932 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
1933 Update for modified queue structure.
1934 (tq-queue-add): Accept `question' argument.
1935 (tq-queue-pop): If a question is pending, send it.
1936 (tq-enqueue): Accept new optional argument `delay-question'.
1937 If this is non-nil, and at least one other question is pending a
1938 response, queue the question rather than sending it immediately.
1939
1940 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1941
1942 * calendar/appt.el (appt-add): Check whether an appointment is
1943 already present in appt-time-msg-list. Simplify code.
1944
1945 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1946
1947 * progmodes/cc-langs.el (c-mode-menu):
1948 Don't presume c-subword-mode is bound.
1949
1950 2006-04-13 Bill Wohler <wohler@newt.com>
1951
1952 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
1953 (customize-package-emacs-version): Use cdr instead of cadr now
1954 that alists use dotted pairs.
1955
1956 * custom.el (defcustom): Fix docstring for :package-version.
1957
1958 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
1959
1960 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
1961 (tramp-handle-shell-command): Display output buffer only when
1962 `tramp-display-shell-command-buffer' is true.
1963 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
1964
1965 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1966
1967 * textmodes/org.el (org-set-autofill-regexps): Set only the local
1968 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
1969
1970 2006-04-13 Romain Francoise <romain@orebokech.com>
1971
1972 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
1973 leaving temporary .cvsignore buffers behind.
1974
1975 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1976
1977 * textmodes/org.el (org-set-regexps-and-options)
1978 (org-get-current-options): Better names for the startup folding
1979 options.
1980
1981 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
1982
1983 * vc.el (vc-annotate): Arrange for point to end up at the same
1984 line number as in the original, but only when using a new buffer.
1985
1986 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
1987
1988 * files.el (hack-one-local-variable-eval-safep):
1989 Recognize `edebug-form-spec' for `put', but only if it passes
1990 `edebug-basic-spec'. Generalize `put' handling.
1991
1992 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
1993 vetting file-local form specs.
1994
1995 * allout.el (allout-layout): Autoload its `safe-local-variable'
1996 property.
1997
1998 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1999
2000 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2001 (org-agenda-mouse-1-follows-link)
2002 (org-mouse-1-follows-link): New options.
2003 (org-format-agenda-item): Fix bug if TAGS is nil.
2004 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2005
2006 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2007
2008 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2009 GDB 6.1+ gives full filename for "info sources" so use
2010 file-name-nondirectory.
2011
2012 2006-04-12 Romain Francoise <romain@orebokech.com>
2013
2014 * subr.el (read-passwd): Bind `message-log-max' to nil.
2015
2016 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * progmodes/perl-mode.el (perl-indent-new-calculate):
2019 Recompute parse-start after jumping backward by a whole sexp.
2020
2021 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2024 window configuration.
2025 (vc-annotate-display-select): Select the buffer so that current-buffer
2026 (and selected-window) is the output buffer at the end of vc-annotate.
2027
2028 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2029
2030 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2031 8-color terminals, to use all of the colors in a sensible order.
2032 256-color terminals work well with the standard map.
2033 (vc-annotate-lines): Only strip the first color character if it
2034 is "#", to allow for terminal-style named colors.
2035 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2036 the correct buffer is scrolled.
2037
2038 2006-04-11 Richard Stallman <rms@gnu.org>
2039
2040 * emacs-lisp/bytecomp.el (byte-compile-file):
2041 Bind enable-local-variables to :safe, and make normal-mode obey it.
2042
2043 * files.el (enable-local-variables): Allow value :safe.
2044 (normal-mode): Doc fix.
2045 (hack-local-variables): Implement enable-local-variables = :safe.
2046 (hack-local-variables-confirm): Don't prevent quitting.
2047
2048 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * loadhist.el (unload-feature): A bit of sanity check of
2051 load-history entries. Cancel timer-vars before unbinding them.
2052
2053 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2054 quote special chars, and make the trick work on the hex part of the
2055 buffer as well.
2056 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2057 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2058
2059 * startup.el (normal-splash-screen): Fix last change so we don't wait
2060 2 minutes if we don't show the splash screen.
2061
2062 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2063
2064 * textmodes/org.el (org-export-plain-list-max-depth)
2065 (org-table-spaces-around-separators)
2066 (org-radio-targets, org-activate-camels)
2067 (org-table-spaces-around-invisible-separators): Options removed.
2068 (org-time-stamp-rounding-minutes, org-remember-templates)
2069 (org-ellipsis, org-activate-links, org-descriptive-links):
2070 New options.
2071 (org-remember-apply-template, org-current-time)
2072 (org-finish-edit-table-field)
2073 (org-link-unescape, org-link-escape)
2074 (org-string-width, org-table-clean-line, org-html-do-expand)
2075 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2076 (org-read-agenda-file-list): New functions.
2077 (org-table-edit-field)
2078 (org-table-create-or-convert-from-region): New commands
2079 (org-table-toggle-vline-visibility): Command removed.
2080 (org-table-convert-region): Made a command.
2081 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2082 Replace with the normal org- functions.
2083 (org-self-insert-command): Don't trigger realign unnecessarily
2084 when blanking a field that is not full.
2085 (org-mode): `Set buffer-invisibility-spec' for links.
2086 (org-activate-links2): Hide link part and only show descriptive
2087 part of the link.
2088 (org-insert-link): Modify for new linking system.
2089 (org-store-link): Store description separately, for use by
2090 `org-insert-link'.
2091 (org-table-align): Use `org-string-width'.
2092 (defgroup): Completely new group structure for custom variables.
2093 (org-agenda-files): Option: Single file name allowed. Function:
2094 Optional argument unrestrited means ignore any restricitons.
2095 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2096 trying to modify the menu. Use generalized access to
2097 `org-agenda-files.'
2098 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2099 (org-agenda-file-to-front, org-remove-file, org-diary)
2100 (org-tags-view, org-export-icalendar-all-agenda-files)
2101 (org-export-icalendar-combine-agenda-files): Use generalized
2102 access to `org-agenda-files'.
2103 (org-remember-handler): Correctly preserve heading if present.
2104 (org-table-insert-row, org-table-insert-hline): Deal with
2105 invisible characters.
2106
2107 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2108
2109 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2110 (vc-annotate-color-map): New 18 element constant
2111 value/saturation, rotating hue colormap, from red->blue.
2112 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2113 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2114 (vc-annotate): To avoid killing the required local variables,
2115 set them before the end of `with-output-to-temp-buffer', and
2116 after first switching to annotate-mode.
2117 (vc-annotate-warp-version): Add buffer argument in goto-line to
2118 ensure annotation, not source, is scrolled.
2119
2120 2006-04-10 Bill Wohler <wohler@newt.com>
2121
2122 * custom.el (defcustom, custom-handle-keyword):
2123 Add :package-version keyword.
2124 (custom-add-package-version): New function. Sets value of new
2125 property 'custom-package-version from :package-version keyword.
2126 (defcustom): Create Common Keywords section in docstring.
2127 (defface, defgroup): Replace definitions of a select few keywords
2128 with a reference to the Common Keywords in defcustom.
2129 (defcustom, defface, defgroup): Replace reference to Customization
2130 chapter in manual with hyperlink.
2131
2132 * cus-edit.el (customize-package-emacs-version-alist):
2133 New variable.
2134 (customize-changed-options): Add check for custom-package-version.
2135 (customize-package-emacs-version): New function to look up Emacs
2136 version corresponding to the given package version.
2137
2138 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2139 defun name, in similar fashion to find-variable-regexp.
2140
2141 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2142
2143 * international/mule-cmds.el (set-locale-environment): Fix last
2144 change for when the locale's preferences don't specify any encoding.
2145
2146 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2149 so the defined var/fun doesn't need to be quoted.
2150
2151 2006-04-10 Richard Stallman <rms@gnu.org>
2152
2153 * finder.el (finder-mode-map): Add n and p bindings.
2154
2155 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2156
2157 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2158 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2159 (gdb-setup-windows): Put something in source window if we can't find
2160 the source file.
2161 (gdb-frame-handler): Make it work again with just assembly.
2162 (gdb-data-list-register-values-handler): Make it work when there is
2163 no stack.
2164
2165 2006-04-09 Richard Stallman <rms@gnu.org>
2166
2167 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2168 specs while looking for charset.
2169
2170 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2171
2172 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2173 Make them faces.
2174 (lm-font-lock-keywords): Update appropriately.
2175
2176 2006-04-10 Kim F. Storm <storm@cua.dk>
2177
2178 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2179 it can also replace buffer-substring-no-properties.
2180
2181 * emulation/cua-base.el (cua-delete-region, cua-paste)
2182 (cua-repeat-replace-region): Use filter-buffer-substring.
2183
2184 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2185 (cua-cut-region-to-global-mark): Likewise.
2186
2187 * emulation/cua-rect.el (cua--extract-rectangle)
2188 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2189
2190 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2191
2192 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2193 entry-type. Add field delimiters to numerical fields if they are
2194 not present.
2195
2196 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2197
2198 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2199 string-const to return value.
2200 (bibtex-remove-delimiters): Use it.
2201
2202 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2203
2204 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2205 cl-byte-compile-compiler-macro unless it exists.
2206
2207 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2208
2209 * files.el (hack-local-variables-confirm) <offer-save>:
2210 Clarify message text. Suggested by Ralf Angeli.
2211
2212 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2213
2214 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2215 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2216 instead of `buffer-substring' and `delete-region'. (Most of the
2217 code actually copied from `kill-region'.)
2218
2219 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2220
2221 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2222 (rcirc-default-port): Rename from rcirc-port.
2223 (rcirc-default-nick): Rename from rcirc-nick.
2224 (rcirc-default-user-name): Rename from rcirc-user-name.
2225 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2226 (rcirc-low-priority-flag): New variable.
2227 (rcirc-decode-coding-system): New defcustom.
2228 (rcirc-encode-coding-system): New defcustom.
2229 (rcirc-coding-system-alist): New defcustom.
2230 (rcirc-multiline-major-mode): New defcustom.
2231 (rcirc-nick): New internal variable.
2232 (rcirc-process): Remove variable.
2233 (rcirc-server-buffer): New variable.
2234 (rcirc): Update to use rcirc-default-* variables above.
2235 (rcirc-connect): Do not add window-configuration-hook-here.
2236 (rcirc-server): New internal variable.
2237 (rcirc-connect): Do not send keepalive pings if
2238 rcirc-keepalive-seconds is nil.
2239 (with-rcirc-server-buffer): New macro.
2240 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2241 (rcirc-server-name): Rename from rcirc-server.
2242 (rcirc-buffer-process): New function.
2243 (rcirc-buffer-nick): New function.
2244 (rcirc-buffer-target): Remove function.
2245 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2246 New commands.
2247 (rcirc-mode-map): Change binding of C-c C-l to
2248 rcirc-toggle-low-priority.
2249 (rcirc-mode): Initialize coding system based on
2250 rcirc-coding-system-alist. New change-major-mode-hook to part the
2251 channel on a mode change. Make kill-buffer-hook buffer-local.
2252 (rcirc-change-major-mode-hook): New function.
2253 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2254 (rcirc-last-post-time): New variable.
2255 (rcirc-process-message): Store the last time user posted a message
2256 to this target.
2257 (rcirc-multiline-minor-mode): New mode.
2258 (rcirc-multiline-minor-mode-map): New mode map.
2259 (rcirc-edit-multiline): Put multiline-edit buffer in
2260 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2261 (rcirc-print): Ignore any line starting with an ignored nick.
2262 (rcirc-print): Decode using rcirc-decode-coding-system.
2263 (rcirc-track-minor-mode): Update global-mode-string when disabling
2264 this mode.
2265 (minor-mode-alist): Add LowPri indicator.
2266 (rcirc-toggle-low-priority): New function.
2267 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2268 next lowpriority buffer with activity.
2269 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2270 last time the user posted a message in to the target.
2271 (rcirc-update-activity-string): New formatting for low priority
2272 buffers.
2273 (rcirc-split-activity): New function.
2274 (rcirc-handler-PART, rcirc-handler-KICK)
2275 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2276 (rcirc-nick-away-alist): New variable.
2277 (rcirc-handler-301): New handler. Away messages are printed once
2278 per change.
2279
2280 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2281
2282 * info.el (Info-follow-nearest-node): Doc fix.
2283
2284 * international/mule-cmds.el (set-locale-environment): Make sure
2285 the coding-system preferred by the locale's language has the same
2286 EOL conversion type as the original buffer-file-coding-system.
2287 (locale-language-names): Add a few MS Windows language codes.
2288
2289 2006-04-07 Richard Stallman <rms@gnu.org>
2290
2291 * simple.el (eval-expression): Doc fix.
2292
2293 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2294 (eval-defun): Doc fixes.
2295
2296 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2297
2298 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2299
2300 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2301
2302 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2303 GDB list command without argument for greater generality.
2304
2305 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2306
2307 * subr.el (string-or-null-p): New function.
2308
2309 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2310
2311 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2312
2313 * files.el: Update comment about safe-local-variable declarations.
2314
2315 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2316
2317 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2318 See idlwave.org.
2319
2320 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2321 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2322
2323 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2324 See idlwave.org.
2325
2326 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2327 version 6.0 (minimal changes). See idlwave.org.
2328
2329 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2330 6.0 (minimal changes). See idlwave.org.
2331
2332 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2333
2334 2006-04-06 Romain Francoise <romain@orebokech.com>
2335
2336 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2337 symmetric encryption features and a new asynchronous interface to
2338 GnuPG. This new version is version 1.4, plus whitespace changes.
2339
2340 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2341
2342 * files.el: Move some `safe-local-variable' declarations to the
2343 respective files.
2344
2345 * textmodes/ispell.el (ispell-check-comments)
2346 (ispell-local-dictionary): Mark as safe.
2347
2348 * abbrev.el (abbrev-mode): Mark as safe.
2349
2350 * add-log.el (change-log-default-name): Mark as safe.
2351
2352 * textmodes/reftex-vars.el (reftex-vref-is-default)
2353 (reftex-fref-is-default, reftex-level-indent)
2354 (reftex-guess-label-type): Mark as safe.
2355
2356 * textmodes/fill.el (colon-double-space): Mark as safe.
2357
2358 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2359 (sentence-end-double-space, sentence-end-without-period)
2360 (sentence-end-without-space, sentence-end, sentence-end-base)
2361 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2362
2363 2006-04-06 Kim F. Storm <storm@cua.dk>
2364
2365 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2366 the :set-after list.
2367 (ido-downcase-unc-hosts): New user option. Default on.
2368 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2369 when it is set, as regexps are now applied on the fly.
2370 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2371 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2372 on the fly, but only when ido-process-ignore-lists is set.
2373 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2374 Only downcase names if ido-downcase-unc-hosts is set.
2375
2376 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2379
2380 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2381
2382 2006-04-05 Kim F. Storm <storm@cua.dk>
2383
2384 * ido.el (ido-mode): Set after ido-unc-hosts and
2385 ido-ignore-unc-host-regexps.
2386 (ido-save-history): Save ido-unc-hosts-cache.
2387 (ido-load-history): Load ido-unc-hosts-cache.
2388 (ido-reread-directory): Refresh unc hosts cache in // dir.
2389
2390 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2391 to nil while displaying slash screen.
2392
2393 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2394
2395 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2396 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2397
2398 2006-04-05 Kenichi Handa <handa@m17n.org>
2399
2400 * international/characters.el: Setup cases of Latin, Greek, and
2401 Cyrillic characters in CJK charsets.
2402
2403 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2404
2405 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2406 default-enable-multibyte-characters. This reverts the change from
2407 revision 6.17 which is no longer necessary because the passphrase
2408 is sent separately now. GnuPG messages are unreadable under
2409 multibyte locales with default-enable-multibyte-characters set to nil.
2410
2411 2006-04-04 Andreas Schwab <schwab@suse.de>
2412
2413 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2414 and `byte-compile-warnings' as `safe-local-variable'.
2415
2416 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2417
2418 * man.el (Man-mode-map): Restore the \r binding.
2419 (Man-abstract-xref-man-page): If Man-target-string is a function,
2420 call it.
2421 (Man-highlight-references): Use Man-default-man-entry to get the
2422 target. Deal with xrefs too.
2423 (Man-highlight-references0): Don't call the target function.
2424
2425 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2426 cannot deal with it.
2427
2428 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2429
2430 * pgg-gpg.el: Clean up process buffers every time gpg processes
2431 complete.
2432
2433 2006-04-04 Kenichi Handa <handa@m17n.org>
2434
2435 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2436 here.
2437 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2438 Temporarily bind inhibit-field-text-motion to t.
2439
2440 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * startup.el (normal-splash-screen): Only set mode-line-format in the
2443 splash buffer, so as not to interfere when debugging the code.
2444 Ignore errors when switching buffer.
2445
2446 2006-04-03 Romain Francoise <romain@orebokech.com>
2447
2448 * dired.el (dired-dnd-protocol-alist): Fix typo.
2449
2450 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2451
2452 * savehist.el (savehist): Add :version.
2453 (savehist-ignored-variables): New variable.
2454 (savehist-minibuffer-hook): Don't save variables listed in
2455 `savehist-ignored-variables'.
2456
2457 * dired.el (dired-dnd-protocol-alist): Mention that change does
2458 only apply to new buffers in doc string.
2459
2460 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2461
2462 * recentf.el (recentf-open-files-item): Include newline in button
2463 field, so opening a file will work, when the point is at the end
2464 of the file name. Allow, for example, to [i]search a file by
2465 extension and just push RET to open it.
2466
2467 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2468
2469 * pgg-gpg.el (pgg-gpg-process-filter)
2470 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2471
2472 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2473 lines, temporary fix.
2474
2475 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2476
2477 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2478
2479 2006-04-02 Richard Stallman <rms@gnu.org>
2480
2481 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2482
2483 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2484
2485 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2486 header-mouse-map.
2487
2488 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2489 (ibuffer-mode-header-map): New keymaps.
2490 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2491 and keybindings for column headers.
2492 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2493 property.
2494
2495 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2496
2497 * speedbar.el (speedbar-after-create-hook): Doc fix.
2498
2499 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2500
2501 * shell.el (shell-directory-tracker)
2502 (shell-dynamic-complete-command): Doc fixes.
2503
2504 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2505
2506 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2507 terminals.
2508
2509 2006-04-01 Kim F. Storm <storm@cua.dk>
2510
2511 * ido.el (ido-unc-hosts-cache): New defvar.
2512 (ido-unc-hosts): If value of defcustom is a function, call it to
2513 get list of UNC hosts. Add function-item choices to specify
2514 ido-unc-hosts-net-view or user function.
2515 (ido-ignore-unc-host-regexps): New defcustom.
2516 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2517 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2518 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2519
2520 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2523 wwidth.
2524
2525 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2526
2527 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2528 (ido-max-work-file-list, ido-switch-buffer)
2529 (ido-read-file-name-as-directory-commands):
2530 Fix typos in docstrings.
2531
2532 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2533
2534 * term/mac-win.el (mac-system-coding-system): Define and use after
2535 Mac-specific coding systems are ready.
2536
2537 2006-03-27 Romain Francoise <romain@orebokech.com>
2538
2539 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2540
2541 * ldefs-boot.el: Update.
2542
2543 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2544
2545 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2546 passphrases when it is not needed.
2547 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2548 passphrase stuff from gpg, should only be necessary when you use
2549 gpg with a smartcard.
2550
2551 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2552
2553 * comint.el (comint-dynamic-list-completions): Allow user to
2554 select *Completions* buffer.
2555
2556 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2557
2558 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2559
2560 2006-03-26 Andreas Schwab <schwab@suse.de>
2561
2562 * progmodes/gud.el (gdb): Only complain about multiple debugging
2563 when the gdb process is still running.
2564
2565 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2566
2567 * mail/rmail.el (tool-bar-map): Defvar it.
2568 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2569 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2570
2571 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2572
2573 * help.el (print-help-return-message): Suggest to use
2574 display-buffer instead of switch-to-buffer-other-window to restore
2575 the previous window without selecting it.
2576
2577 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2578
2579 * frame.el (select-frame-by-name): Call x-focus-frame also when
2580 window-system is mac.
2581
2582 * term/mac-win.el: Adjust Courier font specifications in
2583 x-fixed-font-alist.
2584 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2585 when directly encoding to UTF-16 in native byte order, no BOM.
2586
2587 2006-03-25 Kim F. Storm <storm@cua.dk>
2588
2589 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2590 (cua--init-keymaps): Use it instead of fixed C-return.
2591 (cua-mode): Set after it.
2592
2593 * emulation/cua-rect.el (cua--init-rectangles):
2594 Use cua-rectangle-mark-key instead of fixed C-return.
2595
2596 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2597
2598 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2599 "run" in .gdbinit.
2600 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2601
2602 2006-03-24 Romain Francoise <romain@orebokech.com>
2603
2604 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2605 `display-buffer-other-frame'.
2606
2607 2006-03-24 Kim F. Storm <storm@cua.dk>
2608
2609 * apropos.el (apropos-synonyms): Add selection => region.
2610
2611 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2612
2613 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2614 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2615 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2616 (gdb-data-list-register-values-regexp)
2617 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2618 Future proof against new fields being added to MI output.
2619 (gdb-send): Don't treat backslashes for program input as
2620 continuations.
2621 (gdb-assembler-handler): Don't use window-start for this handler.
2622 (gdb-frame-handler): Don't change to hollow arrow if overlay
2623 arrow doesn't move to new frame.
2624
2625 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2626
2627 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2628 prevent compiler warnings.
2629 (gdb-stopped): Check for gud-last-last-frame (case: signal).
2630 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2631 (gdb-assembler-custom): Use hollow-right-triangle for assembler
2632 buffer too.
2633
2634 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
2635
2636 * pgg-gpg.el (pgg-gpg-update-agent): Check for
2637 make-network-process, so we can use the same code in Gnus v5-10
2638 too and have this file fully synchronized with that release.
2639
2640 2006-03-23 Romain Francoise <romain@orebokech.com>
2641
2642 * ibuf-ext.el (ibuffer-read-filter-group-name):
2643 Use `ibuffer-generate-filter-groups' to make completion list match
2644 the filter groups that are really displayed in the Ibuffer buffer.
2645 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2646
2647 2006-03-23 Kenichi Handa <handa@m17n.org>
2648
2649 * international/mule-cmds.el (sort-coding-systems): Describe that
2650 the argument is modified in docstring.
2651
2652 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2653
2654 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2655 (pgg-gpg-update-agent): New function.
2656 (pgg-gpg-use-agent-p): New function.
2657 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2658 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2659 (pgg-gpg-sign-region): Use it.
2660
2661 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
2662
2663 * cus-edit.el (custom-face-set): Call custom-push-theme before
2664 face-spec set so that `changed' theme is correctly saved.
2665 (custom-face-reset-standard): Reset to recalculated face rather
2666 than defface spec.
2667
2668 * custom.el (custom-push-theme): Only save `changed' theme if the
2669 current face does not match the defface specs.
2670
2671 2006-03-21 Simon Josefsson <jas@extundo.com>
2672
2673 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2674 <wilde@sha-bang.de>.
2675 (pgg-gpg-use-agent): New variable.
2676 (pgg-gpg-process-region): Use it.
2677 (pgg-gpg-encrypt-region): Likewise.
2678 (pgg-gpg-encrypt-symmetric-region): Likewise.
2679 (pgg-gpg-decrypt-region): Likewise.
2680 (pgg-gpg-sign-region): Likewise.
2681 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2682
2683 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
2684
2685 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
2686 bracket links.
2687
2688 2006-03-21 Kim F. Storm <storm@cua.dk>
2689
2690 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
2691 fringe-indicator-alist instead of modifying global value.
2692 (gdb-frame-handler): Likewise.
2693
2694 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
2695
2696 * diff-mode.el (diff-function): Make it inherit from diff-header
2697 instead of diff-context.
2698
2699 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
2700 bitmap.
2701 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
2702 change names in macro above for consistency.
2703 (gdb-frame-handler): Use hollow-right-triangle for all selected
2704 frames which except the innermost (where execution has stopped).
2705 (gdb-reset): Reset buffer-local values of overlay-arrow.
2706
2707 2006-03-20 Richard Stallman <rms@gnu.org>
2708
2709 * simple.el (set-mark-command): Doc fix.
2710
2711 * files.el (display-buffer-other-frame): New command.
2712 (ctl-x-4-map): Bind C-x 5 C-o to it.
2713
2714 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
2717 rather than just defer-time, in case defer-time has been changed but
2718 the timer isn't running yet.
2719 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2720
2721 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2722
2723 * help-mode.el (help-follow-symbol): New function.
2724 Essentially identical to the old `help-follow', but do not let
2725 `push-button' do the work when on an xref.
2726 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
2727
2728 2006-03-19 Richard Stallman <rms@gnu.org>
2729
2730 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
2731 preceded by the word `program'.
2732 (help-follow-mouse, help-follow): Throw error if not on xref.
2733 Delete no longer used args.
2734
2735 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
2736
2737 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
2738 annotation ensure gud-overlay-arrow-position is redisplayed.
2739
2740 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2741
2742 * textmodes/bibtex.el (bibtex-include-OPTkey)
2743 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
2744 (bibtex-autokey-name-case-convert)
2745 (bibtex-autokey-titleword-case-convert): Make these the aliases
2746 for the following two variables.
2747 (bibtex-autokey-name-case-convert-function)
2748 (bibtex-autokey-titleword-case-convert-function): Make these the
2749 real names.
2750 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
2751 bibtex-font-lock-crossref sublists.
2752 (bibtex-mode): Revert 2005-12-30 change (which made
2753 completion-ignore-case buffer-local).
2754 (bibtex-url): Simplify.
2755
2756 2006-03-19 Kim F. Storm <storm@cua.dk>
2757
2758 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
2759 cursor property value to 2 (to align with C level change).
2760
2761 2006-03-19 Bill Wohler <wohler@newt.com>
2762
2763 * image.el (image-load-path-for-library): Shorten first line in
2764 docstring.
2765
2766 2006-03-18 Richard Stallman <rms@gnu.org>
2767
2768 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
2769
2770 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
2771
2772 * isearch.el (isearch-other-meta-char): Handle user bindings for
2773 shifted control characters.
2774
2775 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
2776
2777 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
2778 part that matches email addresses, file names, etc.
2779
2780 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2781
2782 * term/w32-win.el (mouse-set-font):
2783 Mention w32-list-proportional-fonts in the doc string.
2784
2785 2006-03-18 Kim F. Storm <storm@cua.dk>
2786
2787 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
2788 (ido-unc-hosts): New user option to explicitly define list of know
2789 UNC-style hosts for completion.
2790 (ido-cache-unc-host-shares-time): New user option.
2791 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
2792 New helper functions for UNC file-name support.
2793 (ido-may-cache-directory): Check for UNC host. Simplify.
2794 (ido-wash-history): Clean out old UNC hosts.
2795 (ido-nonreadable-directory-p): UNC hosts are always readable.
2796 (ido-directory-too-big-p): UNC hosts are never too big.
2797 (ido-set-current-directory): Handle UNC root path.
2798 (ido-file-name-all-completions): Complete UNC host names from
2799 ido-unc-hosts list. Cache UNC host shares.
2800 (ido-make-file-list-1): Don't filter UNC root.
2801 (ido-exhibit): Check for // in root directory, and switch to UNC
2802 mode by setting ido-current-directory to //.
2803
2804 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
2805
2806 * cus-edit.el (customize-changed-options): Mention explicit
2807 version number as default in prompt.
2808
2809 2006-03-17 Bill Wohler <wohler@newt.com>
2810
2811 * image.el (image-load-path-for-library): Minor docstring fix.
2812
2813 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
2814
2815 * textmodes/org.el (org-read-date): Include subgroup 5 into
2816 replacement text.
2817 (org-popup-calendar-for-date-prompt): Fix customization type.
2818
2819 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
2820
2821 * progmodes/gdb-ui.el (gud-watch): Provide completion.
2822 (gdb-continuation): New variable.
2823 (gdb-send): Deal with continuation lines.
2824
2825 * progmodes/gud.el (gud-gdb-complete-command)
2826 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
2827 expressions.
2828 (gud-tooltip-mode): Use buffer-local value.
2829
2830 2006-03-16 Kim F. Storm <storm@cua.dk>
2831
2832 * ido.el (ido-edit-input): Use selected match, if any.
2833
2834 2006-03-16 Bill Wohler <wohler@newt.com>
2835
2836 * image.el (image-load-path-for-library): Prefer user's images in
2837 image-load-path.
2838
2839 2006-03-16 Martin Rudalics <rudalics@gmx.at>
2840
2841 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
2842 when checking for attempt to drag leftmost or rightmost scrollbar.
2843
2844 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
2845
2846 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
2847 (gdb-force-mode-line-update): New function.
2848 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
2849 (gdb-exited): Use them.
2850 (gdb-signal): New function.
2851 (gdb-annotation-rules): Provide a rule for it.
2852
2853 2006-03-16 Kenichi Handa <handa@m17n.org>
2854
2855 * international/mule.el (auto-coding-regexp-alist): Add entries
2856 for Unicode BOM.
2857
2858 * sort.el (sort-build-lists): Temporarily bind
2859 inhibit-field-text-motion to t.
2860
2861 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
2862
2863 * locate.el (locate-command, locate-make-command-line)
2864 (locate-fcodes-file, locate-update-command)
2865 (locate-prompt-for-command, locate, locate-with-filter)
2866 (locate-get-file-positions): Doc fixes.
2867 (locate-buffer-name, locate-header-face): Remove leading `*' in
2868 defcustom.
2869 (locate-filter-output): Use `keep-lines' instead of its alias
2870 `delete-non-matching-lines'.
2871 (locate-get-filename, locate-get-dirname): Add introductory comment.
2872 (locate-find-directory-other-window): Give appropriate error
2873 message if used outside main listing.
2874
2875 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
2878 the new extend-region feature.
2879 (font-lock-after-change-function): Update correspondingly.
2880 * jit-lock.el (jit-lock-after-change): Update correspondingly.
2881 * progmodes/grep.el (font-lock-lines-before): Don't disable.
2882
2883 2006-03-15 Bill Wohler <wohler@newt.com>
2884
2885 * image.el (image-load-path-for-library): Fix example by not
2886 recommending that one binds image-load-path. Just defvar it to
2887 placate compiler and only use it if previously defined.
2888
2889 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
2890
2891 * textmodes/org.el (org-insert-centered): Use `string-width' to
2892 make underlining work for wide characters.
2893 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
2894 TAB to `org-cycle', to make sure that no binding in
2895 `outline-mode-map' can supercede it.
2896
2897 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
2898
2899 * allout.el: Increment version to 2.2.1 in file commentary.
2900
2901 (allout-version): Increment to 2.2.1.
2902
2903 (allout-default-layout): New customization variable, used when the
2904 file lacks a specific allout-layout. Uses allout-layout-type for
2905 recursively nested definition.
2906
2907 (allout-layout-type): Widget defining allout layouts, necessary for
2908 self-recursive definition.
2909
2910 (allout-mode): Incorporate allout-default-layout as fallback for
2911 allout-layout.
2912
2913 (allout-layout): Mark as 'safe-local-variable', and refer mention
2914 fallback to `allout-default-layout' in absence of a specified value.
2915 (allout-passphrase-verifier-string)
2916 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
2917
2918 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
2919
2920 (allout-get-encryption-passphrase-verifier): Use correct name of
2921 passphrase verifier in docstring.
2922
2923 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
2924
2925 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
2926 elements.
2927 (gdb-find-watch-expression): Make it work for arrays too.
2928 Follow change to gdb-var-list.
2929 (gud-watch): Allow the user to enter variable name with a prexix
2930 arg. Create keybindings.
2931 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2932 (gdb-var-list-children-handler, gdb-var-update-handler)
2933 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
2934 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
2935 Follow change to gdb-var-list.
2936 (gdb-starting): Don't show the overlay arrows when program is running.
2937
2938 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
2939 gdb-var-list.
2940
2941 2006-03-14 Bill Wohler <wohler@newt.com>
2942
2943 * image.el (image-load-path-for-library): Pass value of path
2944 rather than symbol. Always return list of directories.
2945 Guarantee that image directory comes first.
2946
2947 2006-03-14 Alan Mackenzie <acm@muc.de>
2948
2949 * font-core.el (font-lock-extend-region\(-function\)?.):
2950 New function/variable.
2951
2952 * font-lock.el (font-lock-after-change-function):
2953 Call font-lock-extend-region. Obey font-lock-lines-before.
2954 (font-lock-default-fontify-region): Remove reference to
2955 font-lock-lines-before.
2956
2957 * jit-lock.el (jit-lock-after-change):
2958 Call font-lock-extend-region. Obey font-lock-lines-before.
2959
2960 2006-03-14 David Ponce <david@dponce.com>
2961
2962 * tree-widget.el (tree-widget-themes-load-path)
2963 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2964
2965 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
2966
2967 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
2968 (rcirc-print): Mark the start of text at the end of the prompt.
2969 (rcirc-track-minor-mode): Add autoload cookie.
2970 (rcirc-update-activity-string): Add space to front of mode-line
2971 indicator.
2972
2973 2006-03-13 Miles Bader <miles@gnu.org>
2974
2975 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
2976 (rcirc-abbrev-nick): Remove function.
2977 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
2978
2979 2006-03-13 David Ponce <david@dponce.com>
2980
2981 * tree-widget.el: Handle themes across all occurrences of the main
2982 themes sub-directory found in tree-widget-themes-load-path.
2983 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2984 (tree-widget--locate-sub-directory): Return all occurrences.
2985 (tree-widget-themes-path): New function.
2986 Replace tree-widget-themes-directory, and return a list of directories.
2987 (tree-widget-set-parent-theme)
2988 (tree-widget-lookup-image): Use it.
2989
2990 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
2991
2992 * textmodes/org.el (org-link-search): Avoid self-matching of
2993 links, allow target text to be distributed over several lines.
2994 (org-search-not-link): New function.
2995 (org-set-regexps-and-options, org-get-current-options):
2996 New startup options.
2997 (org-export-as-html): Take odd-level setting from local variable.
2998 (org-fontify-emphasized-text): New option.
2999 (org-set-font-lock-defaults): Include emphasized text.
3000 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3001 (org-font-lock): Customize group renamed from `org-faces'.
3002
3003 2006-03-13 John Paul Wallington <jpw@pobox.com>
3004
3005 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3006 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3007
3008 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3009
3010 * cus-start.el (all): Delete :version keyword for members of the
3011 fringe group, since the entire group is new in 22.1.
3012
3013 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3014
3015 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3016 map if value is hexadecimal (an address).
3017 (gud-watch): Only search roots for existing watch expressions.
3018 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3019 prevent caching problems with speedbar-update-directory-contents.
3020
3021 2006-03-12 Juri Linkov <juri@jurta.org>
3022
3023 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3024 before comparing with `low' and `warn'.
3025
3026 * info.el (Info-dir-remove-duplicates): Move point to the
3027 beginning of the current line after deleting the entries from
3028 redundant heading. Use marker for `limit' and compare it with
3029 point before calling `re-search-forward'.
3030
3031 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3032
3033 * simple.el (yank): Fix typo in docstring.
3034
3035 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3036
3037 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3038 messages, where "D" is the 6th character.
3039
3040 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3041
3042 * simple.el (yank): Fix last change.
3043
3044 2006-03-11 David Ponce <david@dponce.com>
3045
3046 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3047 merging elements from the standard ispell-dictionary-alist.
3048 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3049 alist, and return the new alist.
3050
3051 2006-03-11 Richard Stallman <rms@gnu.org>
3052
3053 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3054
3055 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3056 the way it is implemented is too unclean.
3057
3058 * simple.el (kill-region, yank): Doc fix.
3059
3060 * battery.el (battery-echo-area-format): Doc fix.
3061 (battery-mode-line-format): Likewise.
3062 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3063 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3064
3065 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3066
3067 * progmodes/octave-mod.el (octave-indent-for-comment):
3068 Behave according to do string.
3069
3070 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3071
3072 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3073 Be visible only if major mode is Mail Mode.
3074
3075 * textmodes/flyspell.el (flyspell-external-point-words)
3076 (flyspell-process-localwords): Fix last changes.
3077
3078 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3079
3080 * calendar/holidays.el (list-holidays): Doc fix.
3081
3082 * international/mule.el (auto-coding-alist): Add .odt
3083 (OpenOffice's open document) files.
3084
3085 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3086 document) files. Mention in the doc string the need to sync with
3087 auto-coding-alist.
3088
3089 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3090
3091 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3092 enable-local-variables is set to always query, or there is no
3093 savable variable.
3094
3095 2006-03-10 Bill Wohler <wohler@newt.com>
3096
3097 * image.el (image-load-path-for-library): Merge at least three
3098 functions from Gnus and MH-E into this one function that can now
3099 be shared.
3100
3101 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3102
3103 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3104 gdb-remove-mouse-face and remove help-echo too.
3105 (gdb-enqueue-input): Correct conditional clause.
3106
3107 2006-03-10 Glenn Morris <rgm@gnu.org>
3108
3109 * calendar/calendar.el (calendar-holidays): Doc fix.
3110 * calendar/holidays.el (list-holidays): Doc fix.
3111
3112 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3113
3114 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3115 it gets called in gdb-prompt anyway.
3116 (gdb-use-separate-io-buffer): Only restore window arrangement for
3117 gdb-many-windows.
3118 (gdb-enqueue-input): Make it harder to send GDB input when program
3119 is running.
3120 (gdb-buffer-list): New variable.
3121 (gdb-remove-mouse-face): New function.
3122 (gdb-starting): Use it when GDB input won't get sent.
3123
3124 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * help.el (view-lossage): Remove trailing whitespace before
3127 inserting "\n".
3128
3129 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * files.el (hack-local-variables-confirm):
3132 Set coding-system-for-read to nil before writing to .emacs.
3133
3134 * arc-mode.el (archive-extract): Check if an existing buffer name
3135 comes from a different archive.
3136
3137 * help.el (describe-key-briefly): If KEY is a down event, read and
3138 discard the up event.
3139
3140 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3141
3142 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3143 be edited and use font-lock-warning-face for any changes.
3144
3145 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3146 (gdb-edit-value): Use it to report any errors.
3147
3148 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3149
3150 * help.el (describe-key): Remove leftover test code.
3151
3152 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3153
3154 * textmodes/org.el: Move defvars out of eval-when-compile.
3155 Use buffer-file-name variable.
3156 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3157 arg `file'.
3158 (org-level-faces): Remove startup dependency.
3159 (org-cycle, org-map-tree, org-scan-tags)
3160 (org-remember-handler): Don't call `outline-level' directly.
3161 (org-mhe-search-all-folders): New option.
3162 (org-mhe-get-message-folder-from-index)
3163 (org-mhe-get-message-folder): Fix indexing search.
3164 (org-format-agenda-item): Handle nil TAGS argument.
3165 (org-cleaned-string-for-export, org-activate-target-links)
3166 (org-make-target-link-regexp): Deal with empty radio target list.
3167 (org-tag): New face.
3168 (org-get-level-face): New function.
3169 (org-set-font-lock-defaults): Simplify setup for headlines.
3170 (org-complete): Pass common substring to `display-completion-list'.
3171
3172 2006-03-06 David Ponce <david@dponce.com>
3173
3174 * tree-widget.el: Update Commentary header.
3175 (tree-widget-theme-name): Ignore parent themes.
3176 (tree-widget-set-parent-theme): New function.
3177 (tree-widget-set-theme): Use it.
3178 (tree-widget-set-image-properties): Move definition. Does nothing
3179 if image properties have already been set.
3180 (tree-widget-image-properties): Move definition. Receive an image
3181 name. Set the :pointer property.
3182 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3183 Don't set the :pointer image property.
3184 (tree-widget-convert-widget): New function. Handle :dynargs
3185 compatibility here.
3186 (tree-widget): Use it to :convert-widget. Add the :expander-p
3187 predicate to control when the :expander function is entered.
3188 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3189 (tree-widget-value-create): Handle :expander-p. widget-apply
3190 :expander.
3191 (tree-widget-expander-p): New function. Default value of the
3192 :expander-p property.
3193
3194 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * help.el (describe-key): Properly handle the return value of
3197 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3198 remaps. Handle string and vector `follow-link' values.
3199
3200 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * complete.el (PC-expand-many-files): Try be more careful when parsing
3203 the shell's output.
3204
3205 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * outline.el (hide-sublevels): Provide better interactive default.
3208
3209 2006-03-06 Kenichi Handa <handa@m17n.org>
3210
3211 * international/fontset.el (create-fontset-from-fontset-spec):
3212 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3213
3214 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3215
3216 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3217 backslashes instead of one in regexp.
3218 (gud-tooltip-dereference): Add missing optional argument.
3219
3220 2006-03-04 John Paul Wallington <jpw@pobox.com>
3221
3222 * wdired.el (toplevel): Require `cl' at compile-time.
3223
3224 2006-03-04 Andreas Schwab <schwab@suse.de>
3225
3226 * server.el (server-process-filter): Handle errors during
3227 evaluation of the argument.
3228
3229 2006-03-03 John Paul Wallington <jpw@pobox.com>
3230
3231 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3232 escape parentheses at beginning of line.
3233 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3234 (t-mouse-mode): Remove period from end of error message.
3235
3236 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3237
3238 * textmodes/flyspell.el (flyspell-process-localwords):
3239 Be case-sensitive.
3240
3241 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3242
3243 * cus-edit.el (custom-quote): Remove function, since it has been
3244 moved to custom.el.
3245
3246 * font-lock.el (lisp-font-lock-keywords-2)
3247 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3248 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3249 they have no special meaning.
3250
3251 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3252 indirect buffer gets killed before indirect buffer. Use dolist.
3253
3254 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3255
3256 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3257 value instead of a literal constant (1) on more pauses.
3258
3259 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3260
3261 * textmodes/flyspell.el (flyspell-external-point-words):
3262 Be case-sensitive.
3263
3264 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3265
3266 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3267 with "www".
3268
3269 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3270
3271 * allout.el: Restablish intermediate missing comment header to
3272 preserve outline structure.
3273 (allout-beginning-of-current-entry): Skip invisible text.
3274 (allout-open-topic): Fix opening a topic at end-of-buffer.
3275 (allout-minor-mode): Move nearer to allout-mode function.
3276
3277 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3278
3279 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3280
3281 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3282
3283 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3284 is nil.
3285
3286 * progmodes/gud.el (gud-speedbar-menu-items):
3287 Use buffer-local-value and add missing :visible keyword.
3288
3289 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3290
3291 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3292
3293 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3294 must be `follow-link'.
3295
3296 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3297
3298 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3299 formatting: No nested anchors.
3300 (org-all-targets): Fix bug with XEmacs compatibility.
3301 (org-read-date): Add (require 'parse-time).
3302 (org-set-tags): Fix bug with extra inserted space.
3303 (org-export-html-style): Define a style class for targets.
3304 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3305 (org-hide-leading-stars): New option.
3306 (org-hide): New face.
3307 (org-set-font-lock-defaults): Allow to hide leading stars.
3308 (org-get-legal-level, org-tr-level): New functions.
3309 (org-odd-levels-only): New option.
3310 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3311 (org-demote, org-promote): Deal with double-star levels.
3312 (org-convert-to-odd-levels): New command.
3313
3314 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3315
3316 * speedbar.el (speedbar-update-localized-contents): Try to
3317 preserve window-start.
3318 (speedbar-update-directory-contents): Try to preserve window-start
3319 and window-point.
3320 (speedbar-update-special-contents): Don't move back to start of window.
3321
3322 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3323 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3324 speedbar-timer-fn.
3325 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3326 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3327 instead of gdb-speedbar-timer-fn.
3328
3329 2006-02-28 Jay Belanger <belanger@truman.edu>
3330
3331 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3332 (math-compose-expr): Use latex option when calling
3333 `math-compose-tex-matrix' for latex mode.
3334
3335 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3336
3337 * speedbar.el: Re-instate comments about developing for speedbar
3338 [this is what info and gdb-ui use even if better methods exist now].
3339
3340 * t-mouse.el: New file.
3341 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3342 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3343 (t-mouse-make-event-element): Use posn-at-x-y instead.
3344 (t-mouse-make-event): Deal with Fedora Core 3.
3345 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3346 (t-mouse-mouse-position-function): New function. Use it instead
3347 of advising mouse-position.
3348 (t-mouse-mode): New minor mode.
3349 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3350
3351 2006-02-27 Glenn Morris <rgm@gnu.org>
3352
3353 * calendar/calendar.el (calendar-holidays): Doc fix.
3354
3355 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3356
3357 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3358 Re-introduce the concept of a source window.
3359 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3360 consistency with get-buffer-create.
3361 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3362 (gdb-data-list-register-values-handler)
3363 (gdb-stack-list-locals-handler): Try to preserve window-start as
3364 well as window-point.
3365 (gdb-display-source-buffer): New function (old concept).
3366 (gdb-goto-breakpoint): Use it.
3367
3368 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3369 for gdb-ui/gdb-mi (old concept).
3370
3371 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3372
3373 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3374 binding.
3375
3376 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3377
3378 * textmodes/reftex-sel.el (reftex-select-label-map)
3379 (reftex-select-bib-map): Add `follow-mouse' binding.
3380
3381 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3382
3383 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3384 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3385 Give :set functions to provide automatic updating.
3386 Update docstring. Give compiler defvars early in the file
3387 and move the defcustoms to a later spot where all called functions
3388 are defined.
3389 (jka-compr-file-name-handler-entry): Doc fix.
3390 (jka-compr-compression-info-list--internal)
3391 (jka-compr-mode-alist-additions--internal)
3392 (jka-compr-load-suffixes--internal): New variables.
3393 (jka-compr-install): Set the three above variables.
3394 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3395 (jka-compr-update, jka-compr-set): New functions.
3396 (auto-compression-mode): Doc fix.
3397
3398 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3399 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3400 Use jka-compr-compression-info-list--internal,
3401 jka-compr-mode-alist-additions--internal and
3402 jka-compr-load-suffixes--internal.
3403
3404 * files.el (load-library):
3405 * loadhist.el (file-loadhist-lookup):
3406 * startup.el (command-line):
3407 * subr.el (locate-library):
3408 * emacs-lisp/autoload.el (update-directory-autoloads):
3409 * emacs-lisp/find-func.el (find-library-suffixes):
3410 Use `get-load-suffixes' instead of `load-suffixes'.
3411
3412 * subr.el (locate-library):
3413 * emacs-lisp/find-func.el (find-library-name):
3414 Use `load-file-rep-suffixes' instead of '("").
3415
3416 2006-02-26 Kim F. Storm <storm@cua.dk>
3417
3418 * ido.el (ido-save-history, ido-load-history): Simplify.
3419 Don't use find-file-noselect to avoid interference from other modes.
3420
3421 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3422
3423 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3424 to use the default shell if filename is not available.
3425 Reported by Giorgos Keramidas.
3426
3427 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3428
3429 * progmodes/etags.el (tags-completion-table): Do completion from
3430 all the tables in the current list, as documented in the manual.
3431
3432 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3433
3434 * CC Mode Update to 5.31.3.
3435
3436 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3437
3438 * progmodes/cc-mode.el (c-postprocess-file-styles):
3439 Bind inhibit-read-only to t, around the call to
3440 c-remove-any-local-eval-or-mode-variables, so that it works on a
3441 RO file.
3442
3443 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3444
3445 * progmodes/cc-awk.el: Correct a typo.
3446
3447 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3448
3449 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3450 c-hungry-delete-backwards, at the request of RMS. Leave the old
3451 name as an alias.
3452
3453 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3454
3455 * progmodes/cc-mode.el: Correct a typo.
3456
3457 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3458
3459 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3460
3461 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3462
3463 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3464 brace-else-brace (error due to mbeg, mend being undefined).
3465
3466 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3467
3468 * progmodes/cc-mode.el: File Local variables: Solve the problem
3469 where both `mode' and c-file-offsets are specified: `mode' will
3470 overwrite c-f-o's settings:
3471 (c-remove-any-local-eval-or-mode-variables): New function.
3472 (c-postprocess-file-styles): Call the above new function, within
3473 c-tentative-buffer-change, to splat `mode' and `eval' before the
3474 second hack-local-variables.
3475
3476 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3477
3478 * progmodes/cc-mode.el:
3479 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3480 (c-after-change): Protect the match data with save-match-data.
3481 It was getting corrupted by c-after-change-check-<>-operators.
3482
3483 * cc-defs.el: [Supersedes patch V1.38]:
3484 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3485 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3486
3487 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3488 with save-match-data. It was being corrupted when Font Lock was
3489 not enabled.
3490
3491 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3492
3493 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3494 Mode and Subword Mode.
3495
3496 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3497 real labels ("case 1:" or "foo:") from non-labels ("public:").
3498 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3499 coding; c-f-t-2 doesn't move over a token at EOB.
3500
3501 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3502
3503 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3504 (c-update-modeline): Concatenate the minor mode indicators
3505 directly onto mode-name, removing c-submode-indicators.
3506 Sometimes, c-s-i got separated from the mode name on the mode line.
3507
3508 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3509 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3510
3511 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3512
3513 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3514 error message when there's an evaluation error to show whether
3515 it's loaded from source or not.
3516 (c-filter-ops): Make it available at runtime too to work when
3517 `c-make-init-lang-vars-fun' needs to evaluate from source.
3518
3519 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * help.el (help): Revert last part of 2006-02-23 change (deletion
3522 of the `provide' call).
3523
3524 2006-02-23 Juri Linkov <juri@jurta.org>
3525
3526 * compare-w.el (compare-windows-highlight): Add new value
3527 `persistent' and change :type from `boolean' to `choice'.
3528 (compare-windows-overlays1, compare-windows-overlays2):
3529 New internal variables.
3530 (compare-windows-highlight): If compare-windows-highlight is
3531 `persistent', add current overlays to compare-windows-overlays[12]
3532 instead of adding compare-windows-dehighlight to pre-command-hook.
3533 (compare-windows-dehighlight): Delete all overlays from
3534 compare-windows-overlays[12].
3535
3536 * info.el (Info-search): Don't bind search-spaces-regexp to
3537 Info-search-whitespace-regexp in non-regexp isearch mode.
3538
3539 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3542
3543 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3544
3545 * textmodes/org.el (org-xemacs-p)
3546 (org-export-html-show-new-buffer, org-table-may-need-update)
3547 (org-insert-item, org-mhe-get-message-real-folder)
3548 (org-mhe-get-message-folder-from-index)
3549 (org-mhe-get-message-folder, org-mhe-get-message-num)
3550 (org-mhe-get-header, org-make-org-heading-search-string)
3551 (org-make-org-heading-camel, org-table-sort-lines)
3552 (org-format-org-table-html, org-format-table-table-html):
3553 Fix typos in docstrings.
3554
3555 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3556
3557 * textmodes/org.el (org-cleaned-string-for-export)
3558 (org-solidify-link-text): New function.
3559 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3560 XEmacs, just to silence the compiler.
3561 (org-export-as-ascii, org-export-as-html-and-open):
3562 Use `org-cleaned-string-for-export' and create internal links.
3563 (org-follow-mhe-link): Require mh-e, use folder.
3564
3565 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3566
3567 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3568
3569 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3570 gdb-debug-log-length.
3571 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3572 it a real ring but...
3573 (gud-gdba-marker-filter): ...make it work like mark-ring.
3574 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3575 (gdb-mouse-jump): New function. Add bindings.
3576
3577 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3578
3579 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3580 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3581 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3582 (gdb-debug-log-length): Customize it's length.
3583 (gud-watch, gdb-var-create-handler): Display function::var format
3584 but don't use to create variable object.
3585 (gdb-var-create-handler): Use message-box in place of message.
3586 (gdb-stopped): Call gdb-exited if signalled.
3587
3588 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3589
3590 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3591
3592 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3593
3594 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3595 if `reftex-try-all-extensions' is set.
3596
3597 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3598 fail silently when there is no valid argument at point.
3599 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3600 `fail-silently' argument. From a patch by David Reiter.
3601
3602 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3603 New commands.
3604 (org-mark-ring): New variable.
3605 (org-mark-ring-length): New option.
3606 (org-open-at-point, org-goto, org-open-file): Push old position
3607 onto the mark ring.
3608 (org-add-hook): New function.
3609 (org-export-table-remove-special-lines): New option.
3610 (org-skip-comments, org-format-org-table-html): Respect new
3611 option `org-export-table-remove-special-lines'.
3612 (org-open-file): Allow special command configuration for
3613 directory link.
3614 (org-file-apps): Fix bugs in customize type, added setting
3615 for directories.
3616 (org-activate-tags, org-format-agenda-item, org-complete)
3617 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3618 (org-get-tags, org-get-buffer-tags, org-open-at-point)
3619 (org-link-search, org-make-org-heading-search-string)
3620 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3621 (org-radio-targets, org-file-link-context-use-camel-case)
3622 (org-activate-camels): New options.
3623 (org-update-radio-target-regexp, org-all-targets)
3624 (org-make-target-link-regexp, org-activate-target-links):
3625 New functions.
3626 (org-make-org-heading-search-string): New function.
3627 (org-store-link, org-insert-link): Use new option
3628 `org-file-link-context-use-camel-case'.
3629 (org-activate-camels): Use new option `org-activate-camels'.
3630 (org-link-regexp): Add mhe prefix.
3631 (org-open-at-point, org-store-link): Support for mhe links.
3632 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3633 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3634 (org-mhe-get-header, org-follow-mhe-link): New functions.
3635 (org-remove-angle-brackets, org-add-angle-brackets):
3636 New functions.
3637 (org-bracket-link-regexp): New constant.
3638 (org-read-date): Fix bug that was rejecting all typed dates.
3639 (org-link-search): Make hierarchy above visible after a match.
3640 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3641 (org-store-link): Fix bug with link creation when cursor is in
3642 an empty line.
3643 (org-open-at-point): Fix bug with matching a link.
3644 Fixed buggy argument sequence in call to `org-view-tags'.
3645 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3646 (org-prefix-has-tag): New variable.
3647 (org-format-agenda-item): Remove tags from headline
3648 if appropriate.
3649 (org-agenda-remove-tags-when-in-prefix): New option.
3650
3651 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
3652
3653 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3654 Fix the regular expressions.
3655
3656 2006-02-21 Richard M. Stallman <rms@gnu.org>
3657
3658 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3659 if there's no other specific basis.
3660
3661 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3662 as variables at all.
3663 (unsafep-variable): Rename arg; doc fix.
3664
3665 * abbrevlist.el (list-one-abbrev-table): Add autoload.
3666
3667 * calendar/appt.el (diary-selective-display): Add defvar.
3668
3669 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3670
3671 * isearch.el (search-whitespace-regexp): Fix custom type.
3672
3673 * help.el (describe-key-briefly): Compute interactive args
3674 in same was as before previous change.
3675
3676 * files.el (enable-local-variables): Doc fix.
3677
3678 2006-02-21 Kim F. Storm <storm@cua.dk>
3679
3680 * fringe.el: Cleanup as file is now pre-loaded.
3681 (fringe-bitmaps): Initialize unconditionally.
3682 (fringe-mode, set-fringe-style): Remove autoload cookies.
3683
3684 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3685
3686 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
3687 `horizontal-bar'.
3688 (fringe-cursor-alist): Use `horizontal-bar'.
3689
3690 2006-02-20 Kim F. Storm <storm@cua.dk>
3691
3692 * fringe.el (fringe-bitmaps): Update to new bitmap names.
3693 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
3694
3695 * loadup.el: Load "fringe" on window systems.
3696
3697 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3698
3699 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
3700 out of scope components.
3701
3702 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
3703 default.
3704
3705 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3706
3707 * custom.el (customize-mark-to-save, customize-mark-as-set):
3708 Load the symbol first.
3709
3710 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
3711
3712 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
3713 strech spec so it doesn't display as "^J" on the header line
3714 when `Buffer-menu-use-header-line' is t.
3715
3716 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3717
3718 * speedbar.el (speedbar-make-button): Keep text properties
3719 of string arguments if desired.
3720
3721 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
3722 expessions.
3723
3724 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
3725 of speedbar.
3726
3727 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
3728
3729 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
3730 to value of `read-file-name-completion-ignore-case'.
3731
3732 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
3733
3734 * custom.el (customize-mark-as-set): Push to `user' theme.
3735
3736 * cus-edit.el (custom-save-variables): Allow unthemed values.
3737 (customize-set-variable): Push setting to `user' theme.
3738
3739 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3740
3741 * progmodes/gud.el: Don't require font-lock as it's now
3742 automatically loaded.
3743 (gud-speedbar-buttons): Replace gdb-var-changed with
3744 gdb-force-update.
3745
3746 * progmodes/gdb-ui.el (gdb-force-update): Rename from
3747 gdb-var-changed.
3748 (gdb-post-prompt): Use it.
3749 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3750 (gdb-var-update-handler, gdb-var-delete)
3751 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
3752 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
3753 gdb-force-update in gdb-post-prompt.
3754 (gdb-reset): Clear watch expressions from speedbar when quitting.
3755
3756 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3757
3758 * viper-cmd.el (viper-insert-state-post-command-sentinel)
3759 (viper-change-state-to-vi, viper-change-state-to-emacs):
3760 Make aware of cursor coloring in the Emacs state.
3761 (viper-special-read-and-insert-char): Use read-char-exclusive.
3762 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
3763
3764 * viper-init.el (viper-emacs-state-cursor-color): New variable.
3765
3766 * viper-util.el (viper-save-cursor-color)
3767 (viper-get-saved-cursor-color-in-replace-mode)
3768 (viper-get-saved-cursor-color-in-insert-mode)
3769 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
3770 state.
3771 (viper-get-saved-cursor-color-in-emacs-mode): New function.
3772
3773 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
3774 (ediff-ignore-case-option3, ediff-actual-diff-options)
3775 (ediff-actual-diff3-options): New variables to control case sensitivity.
3776 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
3777 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
3778 (ediff-toggle-ignore-case): New function.
3779 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
3780
3781 * ediff-help.el (ediff-long-help-message-narrow2)
3782 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
3783 (ediff-long-help-message-word-mode): Add ignore-case command.
3784 (ediff-help-for-quick-help): Add ignore-case command.
3785
3786 * ediff-merg.el: Move provide to the end.
3787
3788 * ediff-ptch.el: Move provide to the end.
3789
3790 * ediff-wind.el: Move provide to the end.
3791
3792 * ediff-mult.el: Move provide to the end.
3793 (ediff-set-meta-overlay): Enable follow-link.
3794
3795 * ediff.el: Move provide to the end.
3796 Break recursive load cycle in eval-when-compile.
3797 (ediff-patch-buffer): Better heuristics.
3798
3799 * ediff-util.el: Move provide to the end.
3800 Break recursive load cycle in eval-when-compile.
3801 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
3802 defuns.
3803 (ediff-submit-report): Pass the values of ediff-diff3-program,
3804 ediff-diff3-options.
3805
3806 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
3807
3808 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
3809 the opening bracket of the following bracketing pairs: {}, [], (), <>,
3810 `' (for example, in the docstring of `windmove-default-keybindings').
3811
3812 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3813
3814 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
3815 shadow face. Don't provide binding to edit variable when it is
3816 out of scope.
3817
3818 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3819 (gdb-var-update-handler): Detect out of scope variables with pre
3820 GDB 6.4 too.
3821 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
3822 Reset status of variable objects to nil in update handlers.
3823 (gdb-var-update-handler-1): Detect when a variable object comes
3824 in scope. setcar on var changes gdb-var-list directly.
3825
3826 2006-02-17 Juri Linkov <juri@jurta.org>
3827
3828 * ffap.el (ffap) <defface>: Add explicit face declaration.
3829 (ffap-highlight): Use face `ffap' directly instead of checking
3830 for its existence.
3831
3832 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
3833 `visible-ok' of `other-buffer' to find the right original buffer.
3834
3835 * info.el (Info-search): Skip `Local Variables' node.
3836
3837 2006-02-17 Juri Linkov <juri@jurta.org>
3838
3839 * info.el (Info-find-file): Check for symbols `apropos', `history',
3840 `toc' in the input filename, and return these symbols as is.
3841 (Info-find-node-2): Set Info-current-file to symbols `apropos',
3842 `history', `toc' instead of strings.
3843 (Info-set-mode-line): For non-string Info-current-file use the
3844 symbol's name inside **.
3845 (Info-isearch-push-state): Add quote before Info-current-file and
3846 Info-current-node.
3847 (Info-isearch-pop-state): Use `equal' instead of `string='.
3848 (Info-extract-pointer, Info-following-node-name): Use
3849 `match-string-no-properties' instead of `match-string'.
3850 (Info-up): Check `old-file' for `stringp'.
3851 (Info-history): Use `equal' instead of `string-equal'.
3852 Check `file' for `stringp'.
3853 (Info-history): Use symbol `history' instead of string as first arg
3854 of `Info-find-node'.
3855 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
3856 `toc' instead of string.
3857 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
3858 instead of `buffer-substring', and `match-string-no-properties'
3859 instead of `match-string'.
3860 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
3861 instead of strings.
3862 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
3863 Use symbol `apropos' instead of string.
3864 (Info-copy-current-node-name): Check `Info-current-file' for
3865 `stringp' and construct a command with `Info-find-node' from it.
3866 (Info-fontify-node): Use `match-string-no-properties' instead of
3867 `match-string' and check file names for `stringp'.
3868 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
3869 `history', `toc' instead of strings.
3870
3871 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * files.el: Rearrange functions and variables in the file local
3874 variables section.
3875
3876 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
3877
3878 * files.el: Add truncate-lines, ispell-check-comments and
3879 ispell-local-dictionary as safe local variables.
3880
3881 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
3882
3883 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
3884 out of scope variables.
3885 (gud-speedbar-buttons): Use unless.
3886
3887 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
3888 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
3889 (gdb-show-changed-values): Also use for out of scope variables.
3890 (gdb-var-update-handler-1): Note if variable goes out of scope.
3891
3892 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
3893
3894 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
3895 default to global variable values for unsupplied args.
3896 (rcirc-get-buffer-create): Fix bug with setting the target.
3897 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
3898 test for rcirc-always-use-server-buffer-flag here.
3899 (rcirc-response-formats): Add %N, which is a facified nick. %n
3900 uses the default face. Change the ACTION format string. If the
3901 "nick" is the server, don't print anything for that field.
3902 Comment fixes.
3903 (rcirc-target-buffer): Don't test
3904 rcirc-always-use-server-buffer-flag here.
3905 (rcirc-print): Squeeze extra spaces out of the text before message.
3906 (rcirc-put-nick-channel): Strip potential "@" char from nick
3907 before adding them to nick table.
3908 (rcirc-url-regexp): Improve to match address like "foo.com".
3909
3910 2006-02-17 Eli Zaretskii <eliz@gnu.org>
3911
3912 * allout.el (allout-hidden-p): Move this defsubst before
3913 allout-overlay-interior-modification-handler, where it is first
3914 used.
3915
3916 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
3917
3918 * allout.el: Use allout invisible-text overlays instead of
3919 selective display for concealed text. Also, lots of general
3920 cleanup, and improved compatibility code.
3921
3922 (allout-version) Incremented, corrected, revised, and refined
3923 module commentary.
3924
3925 (provide 'allout): Moved to the bottom, added a require of overlay.
3926
3927 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
3928 `except-current'.
3929 (allout-write-file-hook-handler): Minimize delay.
3930 (count-trailing-whitespace-region): New function so
3931 auto-encryption of current topic can resituate cursor exactly.
3932 PGP/GPG encryption trims trailing whitespace from lines, which
3933 must be accounted for across encryption then decryption.
3934
3935 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
3936 just plain "\C-c", to avoid intruding on user's keybinding space.
3937
3938 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
3939 parameter, so user request to provide a new password is done.
3940
3941 (allout-outside-normal-auto-fill-function, allout-auto-fill):
3942 Refined mechanism for auto-filling behavior while in allout mode.
3943
3944 (allout-mode): Explicitly specify the mode map in the docstring.
3945 Clarify provision for various write-file hook var names.
3946 Adjusted for invisible-text overlays instead of selective-display.
3947
3948 (allout-depth): Really return 0 if not within any topic. This
3949 rectifies `allout-beginning-of-level' and sequence numbering
3950 errors that occur when cutting and pasting numbered topics.
3951 Changed from a in-line subst to a regular function, as well.
3952
3953 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
3954
3955 (allout-end-of-subtree, allout-end-of-subtree)
3956 (allout-end-of-entry, allout-end-of-current-heading)
3957 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
3958 (allout-show-children, allout-show-to-offshoot)
3959 (allout-hide-current-entry, allout-show-current-entry): Rectified
3960 handling of trailing blank lines between items.
3961
3962 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
3963 (allout-current-depth, allout-unprotected, allout-hidden-p)
3964 (allout-on-current-heading-p, allout-listify-exposed)
3965 (allout-chart-subtree, allout-goto-prefix)
3966 (allout-back-to-current-heading, allout-get-body-text)
3967 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
3968 (allout-hide-region-body, allout-toggle-subtree-encryption)
3969 (allout-encrypt-string, allout-encrypted-key-info)
3970 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
3971 (allout-file-vars-section-data): Adjusted for use with
3972 invisible-text overlays instead of selective-display.
3973
3974 (allout-kill-line, allout-kill-topic, allout-yank-processing):
3975 Reworked for use with invisible text overlays.
3976
3977 (allout-current-topic-collapsed-p): New function.
3978
3979 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
3980 to know when to close the containing topic.
3981
3982 (allout-pre-command-business, allout-post-command-business):
3983 Simplify undo-batching and dynamic isearch exposure.
3984
3985 (allout-set-overlay-category): New for invisible-text overlays.
3986 Sets properties of allout-overlay-category, used by
3987 allout-flag-region to set invisible-text overlay properties.
3988 (allout-get-invisibility-overlay): Get the first qualifying
3989 invisibility overlay, so we can find the extent of it.
3990 (allout-back-to-visible-text): Get to just before the beginnining
3991 of the current invisibility overlay, if any.
3992
3993 (allout-overlay-insert-in-front-handler)
3994 (allout-overlay-interior-modification-handler)
3995 (allout-before-change-handler, allout-isearch-end-handler): New
3996 functions to handle extraordinary actions affecting concealed
3997 text.
3998
3999 (allout-flag-region): Use overlays instead of selective-display
4000 for invisible text - by inheritence from the properties of
4001 allout-overlay-category in mainline Emacs, and applied
4002 property-by-property in XEmacs, some recent versions of which
4003 don't inherit the properties from the category. Provisions to
4004 respond to concealed-text edits simplified drastically.
4005
4006 (allout-isearch-rectification, allout-isearch-was-font-lock)
4007 (allout-isearch-expose, allout-enwrap-isearch)
4008 (allout-isearch-abort, allout-pre-was-isearching)
4009 (allout-isearch-prior-pos, allout-isearch-did-quit)
4010 (allout-isearch-dynamic-expose)
4011 (allout-hide-current-entry-completely): Functions deleted.
4012
4013 (allout-undo-aggregation): Explicit undo aggregation no longer
4014 necessary due to transition away from selective-display.
4015
4016 (set-allout-regexp, allout-up-current-level)
4017 (allout-next-visible-heading, allout-forward-current-level)
4018 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4019 (allout-kill-line, allout-yank-processing, allout-show-children)
4020 (allout-expose-topic, allout-old-expose-topic)
4021 (allout-listify-exposed, allout-insert-latex-header)
4022 (allout-toggle-subtree-encryption, allout-encrypt-string)
4023 (remove-from-invisibility-spec, allout-hide-current-subtree):
4024 Ditched unused variables.
4025
4026 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4027
4028 * textmodes/ispell.el (ispell-change-dictionary): Call
4029 ispell-buffer-local-dict instead of
4030 ispell-accept-buffer-local-defs.
4031 (ispell-local-dictionary-alist): Accept as valid any coding-system
4032 supported by Emacs.
4033 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4034 changed to iso-8859-3.
4035
4036 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4037
4038 * speedbar.el (speedbar-frame-width): Make an inline function
4039 instead of a macro. Use frame-width.
4040 (speedbar-try-completion, speedbar-update-contents)
4041 (speedbar-timer-fn): Use consp.
4042 (speedbar-update-localized-contents): Try to preserve point.
4043
4044 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4045 (menu): Re-order menu items.
4046 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4047 field.
4048 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4049 (gdb-post-prompt): Speed things by not forcing update.
4050
4051 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4052
4053 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4054 press and perform default action if we get a mouse movement event.
4055
4056 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * calendar/icalendar.el (icalendar--get-event-property)
4059 (icalendar--get-event-property-attributes): Fix typos in
4060 docstrings.
4061
4062 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4063 docstring.
4064
4065 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * bs.el (bs-mode): Use `buffer-disable-undo'.
4068 (bs--get-file-name): Simplify.
4069 (bs-show-in-buffer): Mark the buffer as not modified.
4070
4071 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4072
4073 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4074 widget-button-click.
4075
4076 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4077 (custom-mode): Update docstring.
4078
4079 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4080 binding.
4081
4082 * files.el (hack-local-variables-confirm): Allow scrolling if the
4083 file variable list is too long. Kill temp buffer after use.
4084
4085 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4086
4087 * progmodes/gud.el (gdb): Improve doc string.
4088 (gdb-script-font-lock-keywords): Expand allowed character set.
4089
4090 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4091 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4092 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4093 (gdb-separate-io-stop, gdb-separate-io-eof):
4094 Rename from gdb-inferior-* to gdb-separate-*.
4095 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4096
4097 2006-02-14 Jay Belanger <belanger@truman.edu>
4098
4099 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4100 expression is a symbol before checking that it is bound.
4101
4102 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4103 test to see if equation can be solved.
4104
4105 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * wid-edit.el (widget-button-click): Use :pressed-face property
4108 for overlay face, if it exists.
4109
4110 * cus-edit.el (custom-manual, custom-add-see-also)
4111 (custom-add-parent-links, custom-group-link): Add :pressed-face
4112 property to links.
4113
4114 * files.el (hack-local-variables): Remove ignored variables before
4115 checking if any variables need setting.
4116
4117 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4118
4119 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4120
4121 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4122
4123 * help.el (where-is): Fix message for remapped commands.
4124
4125 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4126 Fix typos in docstrings.
4127
4128 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4129
4130 * files.el (safe-local-variable-values): New option.
4131 (hack-local-variables-prop-line): Return a list of variable-value
4132 pairs if MODE-ONLY is non-nil.
4133 (hack-local-variables): Construct list of variable-value pairs,
4134 and apply or reject them in one go. Ask for confirmation if
4135 variables are not known safe.
4136 (hack-local-variables-confirm): Complete rewrite. Support
4137 `safe-local-variable-values'.
4138 (enable-local-variables): Update docstring to reflect new
4139 behavior.
4140 (ignored-local-variables): Ignore ignored-local-variables and
4141 safe-local-variable-values.
4142 (safe-local-variable-p): New function.
4143 (risky-local-variable-p): `safe-local-variable' property check
4144 moved to safe-local-variable-p.
4145 (hack-one-local-variable): Checks moved to hack-local-variables.
4146
4147 (byte-compile-dynamic, c-basic-offset, c-file-style)
4148 (c-indent-level, comment-column, fill-column, fill-prefix)
4149 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4150 (no-update-autoloads, outline-regexp, page-delimiter)
4151 (paragraph-start, paragraph-separate, sentence-end)
4152 (sentence-end-double-space tab-width, version-control):
4153 Add `safe-local-variable' property.
4154
4155 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4156
4157 * icomplete.el, play/landmark.el: Change nonexistent
4158 `outline-layout' file variable to `allout-layout'.
4159
4160 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4161
4162 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4163 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4164 to gud-comint-buffer.
4165 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4166 gdb-ui.el for gdb-mi.el.
4167 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4168 registers buffer to gdb-get-changed-registers.
4169 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4170 deletion of catchpoints (throw and catch).
4171 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4172 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4173 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4174 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4175 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4176
4177 2006-02-13 Jay Belanger <belanger@truman.edu>
4178
4179 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4180 expression is a symbol before checking that it is bound.
4181
4182 2006-02-13 Richard M. Stallman <rms@gnu.org>
4183
4184 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4185 for the minibuffer too, but not if resize-mini-windows will interfere.
4186
4187 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4188 inside `interactive' spec.
4189 (describe-key-briefly-internal, describe-key-internal):
4190 Functions merged back into their callers.
4191
4192 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4193
4194 * info.el (info-xref-visited): Inherit from info-xref too.
4195 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4196 when propertizing Info-current-file and Info-current-node.
4197
4198 2006-02-13 Juri Linkov <juri@jurta.org>
4199
4200 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4201 (tumme-thumb-name): Fix per-directory format.
4202
4203 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4204
4205 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4206
4207 2006-02-12 Miles Bader <miles@gnu.org>
4208
4209 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4210
4211 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4212
4213 * tumme.el: Remove history section. If someone needs the it, it
4214 can always be found in CVS.
4215
4216 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4217
4218 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4219 about the Thumbnail Managing Standard option.
4220
4221 2006-02-12 Richard M. Stallman <rms@gnu.org>
4222
4223 * subr.el (substitute-key-definition): Doc fix.
4224
4225 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4226
4227 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4228
4229 * info.el (Info-mode): Doc fix.
4230
4231 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4232
4233 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4234
4235 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4236 because on Solaris a POSIX compatible "id" is needed. Reported by
4237 Magnus Henoch <mange@freemail.hu>.
4238
4239 2006-02-12 Juri Linkov <juri@jurta.org>
4240
4241 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4242 (tumme) <defgroup>: Change :group to `multimedia'.
4243 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4244 Managing Standard.
4245 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4246 Fix dostring.
4247 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4248 and %y. Fix docstring.
4249 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4250 (tumme-cmd-create-standard-thumbnail-command): New user options.
4251 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4252 is `standard'. Fix docstring.
4253 (tumme-thumb-width, tumme-thumb-height): New user options.
4254 (tumme-external-viewer): Try to find various viewers.
4255 (tumme-get-thumbnail-image): Use `create-image' instead of
4256 constructing the `image' structure.
4257 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4258 `standard'.
4259 (tumme-thumb-name): Add file name generation for standard storage.
4260 Simplify code for other storages.
4261 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4262 Add modification time %m and thumbnail-nq8 %q.
4263 Use `tumme-cmd-create-standard-thumbnail-command' if
4264 tumme-thumbnail-storage is `standard'.
4265 (tumme-dired-insert-marked-thumbs): New autoload command.
4266 (tumme-dired-after-readin-hook): New function.
4267 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4268 `tumme-thumb-size'.
4269 (tumme-display-image): Replace size-x %x and size-y %y with
4270 width %w and height %h.
4271
4272 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4273 `tumme-dired-insert-marked-thumbs'.
4274
4275 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4276
4277 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4278 include path).
4279 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4280 matching tag.
4281
4282 2006-02-12 Miles Bader <miles@gnu.org>
4283
4284 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4285 New variables.
4286 (rcirc-abbrev-nick): New function.
4287 (rcirc-format-response-string): Rewrite to use the formats in
4288 `rcirc-response-formats' and expand escape sequences therein.
4289 A text-property `rcirc-text' is added over the actual response
4290 text to make easy to find inside the returned string.
4291 (rcirc-print): When filling, just look for the `rcirc-text'
4292 text-property to find the appropriate fill prefix, instead of
4293 using hardwired patterns.
4294
4295 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4296
4297 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4298 Managing Standard.
4299
4300 2006-02-11 Kim F. Storm <storm@cua.dk>
4301
4302 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4303 Don't use insert-buffer; do insert-buffer-substring directly.
4304 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4305
4306 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4307
4308 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4309 with inhibit-read-only. Suggested by Stefan Monnier.
4310 (revert-buffer): Let insert-file-contents discard
4311 buffer-undo-list. Simplify code.
4312 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4313
4314 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4315
4316 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4317
4318 * help.el (describe-key-briefly): Now a wrapper for
4319 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4320 to t. Populate yank-menu if empty.
4321 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4322 (describe-key): Now a wrapper for describe-key-internal. Bind
4323 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4324 (describe-key-internal): Renamed from describe-key.
4325
4326 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4327
4328 * progmodes/glasses.el (glasses-separator): Doc fix.
4329 (glasses-original-separator): New defcustom.
4330 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4331
4332 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4333
4334 * mwheel.el (mouse-wheel-up-event): Doc fix.
4335
4336 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4337
4338 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4339 (tumme-dir): New function. Copied from thumbs.el.
4340
4341 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4342
4343 * desktop.el (desktop-outvar): Fix typo.
4344 (desktop-save-buffer-p): Doc fix.
4345
4346 * subr.el (substitute-key-definition): Fix typo.
4347
4348 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4349
4350 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4351 when window-system is mac.
4352
4353 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4354
4355 2006-02-10 Kim F. Storm <storm@cua.dk>
4356
4357 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4358 indirect-function instead of using condition-case.
4359
4360 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4361
4362 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4363 less `colloquial'...
4364
4365 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4366
4367 * tumme.el: Add a couple of todo items.
4368
4369 2006-02-09 Lars Hansen <larsh@soem.dk>
4370
4371 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4372 (highlight-changes-mode): Don't change desktop-locals-to-save.
4373
4374 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4375
4376 * image-mode.el (image-toggle-display): Clear image cache if using
4377 filename.
4378
4379 2006-02-09 Masatake YAMATO <jet@gyve.org>
4380
4381 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4382 a `dired-man' target.
4383
4384 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4385 boundary of symbols.
4386
4387 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4388
4389 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4390
4391 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4392
4393 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4394 `mapcar'; return nil.
4395
4396 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4397
4398 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4399 some other event.
4400
4401 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4402
4403 * net/rcirc.el (rcirc-startup-channels-alist):
4404 Add irc.freenode.net and #emacs as defaults.
4405 (rcirc-ignore-all-activity-flag): Remove variable.
4406 (rcirc-authinfo): New variable.
4407 (rcirc-authinfo-filename): Remove variable.
4408 (rcirc-always-use-server-buffer-flag): New flag.
4409 (rcirc): M-x rcirc will automatically connect without prompting.
4410 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4411 connection in lisp.
4412 (rcirc-process-server-response-1): Remove everything but the nick
4413 portion of the sender so it doesn't need to be done everywhere
4414 else. Update related code.
4415 (global-map): Remove global keybindings.
4416 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4417 (rcirc-send-input): Split into several functions.
4418 (rcirc-process-input-line, rcirc-process-message)
4419 (rcirc-process-command): New functions.
4420 (rcirc-target-buffer): New function to determine where to route
4421 messages.
4422 (rcirc-user-nick): Save match data.
4423 (rcirc-toggle-ignore-buffer-activity)
4424 (rcirc-update-activity-string): Remove global ignore functionality,
4425 which can be done now by toggling rcirc-track-minor-mode.
4426 (rcirc-track-minor-mode-map): New keymap.
4427 (rcirc-track-minor-mode): New minor-mode.
4428 (ignore): Make the ignore output nicer. Always print it when
4429 adding or removing nicks.
4430 (rcirc-url-regexp): Improve.
4431 (rcirc-mangle-text): Remove properties before using text in the
4432 modeline.
4433 (rcirc-authenticate): Authentication data comes from
4434 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4435 (rcirc-server-prefix): Inherit from rcirc-server.
4436
4437 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4438
4439 * Makefile.in (compile): Append "|| true" to the end of the `find'
4440 command, like compile-always does.
4441
4442 2006-02-08 Sam Steingold <sds@gnu.org>
4443
4444 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4445 output from a dead connection.
4446
4447 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4448
4449 * dired.el (dired-mode-map): Add more bindings for tumme.
4450
4451 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * wdired.el (wdired-mode-map): Use remap.
4454 (wdired-get-filename): Massage.
4455 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4456 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4457 `keymap' property rather than `local-map'.
4458
4459 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4460
4461 * tumme.el (tumme-get-thumbnail-image): New utility function.
4462 Suggested by from Chong Yidong.
4463 (tumme-dired-with-window-configuration): Rename from
4464 `tumme-dired'. Add code to save window configuration.
4465 (tumme-restore-window-configuration): New command to restore the
4466 window configuration that `tumme-dired-with-window-configuration'
4467 saves before it changes the window configuration.
4468 (tumme-show-all-from-dir): New command to display thumbnails for
4469 all files in a directory entered by the user, like M-x thumbs.
4470 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4471 have been created.
4472 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4473 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4474 Remove obsolete test function.
4475
4476 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4477
4478 * vc.el (small-temporary-file-directory): Remove defvar; there's
4479 a defcustom for it in files.el.
4480
4481 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4482 Fix typo in message.
4483 (tumme-gallery-generate): Fix typo in `error' message.
4484 (tumme-display-window-height-correction)
4485 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4486 (tumme-line-up-interactive): Dox fixes.
4487 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4488 (tumme-restore-window-configuration, tumme-format-properties-string)
4489 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4490 Fix typos in docstrings.
4491
4492 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4493
4494 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4495
4496 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4497
4498 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4499 User should use hook if desired.
4500
4501 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4502 buffer if necessary.
4503 (gdb-delete-frame-or-window): New function.
4504 (gdb-breakpoints-mode-map): Bind "q" to it.
4505
4506 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * textmodes/nroff-mode.el: Clean up name space.
4509 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4510 (nroff-mode): Obey the global setting of nroff-electric-mode.
4511 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4512
4513 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4514
4515 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4516
4517 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4518
4519 2006-02-06 Lars Hansen <larsh@soem.dk>
4520
4521 * generic-x.el (etc-fstab-generic-mode): Add file system types
4522 cifs and usbdevfs. Allow special chars in file names.
4523
4524 2006-02-05 Jay Belanger <belanger@truman.edu>
4525
4526 Update copyright notices of the files in lisp/calc.
4527
4528 2006-02-05 Romain Francoise <romain@orebokech.com>
4529
4530 Update copyright notices of all files in the lisp/play directory.
4531
4532 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4533
4534 * ldefs-boot.el: Regenerate.
4535
4536 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4537
4538 2006-02-05 Kim F. Storm <storm@cua.dk>
4539
4540 * files.el (magic-mode-regexp-match-limit): New defvar.
4541 (set-auto-mode): Use it to limit magic-mode-alist matching.
4542
4543 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4544
4545 * simple.el (display-message-or-buffer): Compare the number of
4546 characters to the frame width when determining whether a 1-line
4547 message string will fit in the echo area. Count screen lines
4548 instead of buffer lines when determining whether a multi-line
4549 message will fit in the echo area/minibuffer window.
4550
4551 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4552
4553 * info.el (Info-index, Info-mode): Improve the description of the
4554 `i' command.
4555
4556 * ldefs-boot.el: Regenerate.
4557
4558 2006-02-03 Werner Lemberg <wl@gnu.org>
4559
4560 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4561 greedy to find the closing bracket in \*[...] and similar
4562 expressions. This is a first rough fix -- many additional
4563 refinements are necessary to make nroff mode really usable with groff.
4564
4565 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4566
4567 * international/mule-cmds.el (set-locale-environment):
4568 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4569 libX11.
4570
4571 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4572
4573 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4574 archive are created in archive-tmpdir.
4575
4576 2006-02-02 John Paul Wallington <jpw@pobox.com>
4577
4578 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4579 (ibuffer-fontification-alist): Use it.
4580 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4581 to "* z" and the Ibuffer Mark menu.
4582
4583 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4584
4585 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * textmodes/table.el (*table--cell-describe-mode)
4588 (*table--cell-describe-bindings): Undo last change since
4589 print-help-return-message is not obsoleted by anything at all.
4590
4591 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4592
4593 * emulation/cua-base.el (cua-mode): Doc fix.
4594
4595 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * dframe.el (dframe-handle-make-frame-visible)
4598 (dframe-handle-iconify-frame, dframe-get-focus)
4599 (dframe-select-attached-frame, dframe-power-click)
4600 (dframe-frame-mode): Fix typos in docstrings.
4601
4602 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4603 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4604 Fix typos in docstrings.
4605
4606 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4607 (hi-lock-face-buffer, hi-lock-font-lock-hook)
4608 (hi-lock-archaic-interface-message-used)
4609 (hi-lock-file-patterns-range): Fix typos in docstrings.
4610
4611 * savehist.el (savehist-loaded, savehist-load, savehist-install)
4612 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4613
4614 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4615 Fix typo in docstring.
4616
4617 * net/newsticker.el (newsticker--decode-iso8601-date)
4618 (newsticker--set-customvar, newsticker--buffer-insert-item)
4619 (newsticker--do-run-auto-mark-filter)
4620 (newsticker--parse-generic-feed): Doc fixes.
4621 (newsticker--retrieval-timer-list, newsticker-url-list)
4622 (newsticker-hide-immortal-items-in-echo-area)
4623 (newsticker-hide-obsolete-items-in-echo-area)
4624 (newsticker-new-item-face, newsticker--enclosure)
4625 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4626 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4627 (newsticker--parse-generic-feed, newsticker--cache-contains)
4628 (newsticker--stat-num-items, newsticker-download-enclosures):
4629 Fix typos in docstrings.
4630
4631 * net/rcirc.el (rcirc-debug): Doc fix.
4632 (rcirc-fill-column, rcirc-receive-message-hooks)
4633 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4634 (rcirc-mode, rcirc-generate-new-buffer-name)
4635 (rcirc-startup-channels, rcirc-ignore-update-automatic)
4636 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4637 Fix typos in docstrings.
4638 (rcirc-print): "?\ " -> "?\s".
4639 (rcirc-cmd-join): Improve argument/docstring consistency.
4640
4641 2006-02-01 Mark A. Hershberger <mah@everybody.org>
4642
4643 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4644 before narrow-to-region.
4645
4646 2006-02-01 Richard M. Stallman <rms@gnu.org>
4647
4648 * simple.el (move-beginning-of-line): Scan properly for invis change.
4649
4650 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4651
4652 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
4653
4654 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4655 change bit only when id-format is 'integer. Reported by Matt
4656 Hodges <M.P.Hodges@rl.ac.uk>.
4657
4658 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
4659
4660 * hilit-chg.el (highlight-changes-initial-state)
4661 (highlight-changes-global-initial-state): Doc fixes.
4662 (highlight-changes-global-modes, global-highlight-changes):
4663 Fix typos in docstrings.
4664
4665 2006-02-01 Kim F. Storm <storm@cua.dk>
4666
4667 * emulation/cua-base.el (cua-mode): Mention that CUA enables
4668 transient-mark-mode in doc string.
4669
4670 2006-01-31 Richard M. Stallman <rms@gnu.org>
4671
4672 * replace.el (multi-occur): Doc fix.
4673 (multi-occur-in-matching-buffers): Rename from
4674 multi-occur-by-filename-regexp. Prefix arg says match
4675 buffer names instead of file names.
4676
4677 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
4678
4679 * bs.el: Allow non-default values of `bs-header-lines-length'.
4680 (bs--running-in-xemacs): Remove (not needed anymore).
4681 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
4682 instead of `shrink-window', thus avoiding having to compute the
4683 height of the window.
4684 (bs--up): Wrap around even when there's no header.
4685 (bs--down): Use `forward-line' instead of `next-line'.
4686
4687 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
4688
4689 * image-mode.el (image-toggle-display): Use file name if possible,
4690 instead of unnecessarily allocating a (possibly huge) lisp string.
4691
4692 2006-01-30 John Paul Wallington <jpw@pobox.com>
4693
4694 * subr.el (toplevel): Define `cl-assertion-failed' condition here
4695 because the `assert' macro signals it at runtime.
4696
4697 * emacs-lisp/cl.el (toplevel): Remove definition of
4698 `cl-assertion-failed' condition.
4699
4700 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
4701
4702 * thumbs.el (thumbs-marked-list): Make buffer-local and
4703 permanent-local.
4704 (thumbs-insert-thumb): Make help-echo non-sticky.
4705 (thumbs-file-alist): Use eolp as check for (non)-image.
4706
4707 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
4708
4709 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
4710 (ediff-before-session-group-setup-hooks)
4711 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
4712 Fix typos in docstrings.
4713
4714 * window.el (bw-dir, bw-eqdir, balance-windows)
4715 (split-window-keep-point): Fix typos in docstrings.
4716
4717 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4718 (org-quote-string, org-calendar-to-agenda-key)
4719 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
4720 (org-show-following-heading, org-tags-column)
4721 (org-use-tag-inheritance, org, org-allow-space-in-links)
4722 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
4723 (org-enable-table-editor, org-calc-default-modes)
4724 (org-table-allow-automatic-line-recalculation)
4725 (org-export-html-style, org-export-with-fixed-width)
4726 (org-export-with-sub-superscripts, org-special-keyword)
4727 (org-formula, org-time-grid, org-table-may-need-update)
4728 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
4729 (org-goto-quit, org-get-indentation, org-end-of-item)
4730 (org-move-item-down, org-move-item-up)
4731 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
4732 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
4733 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
4734 (org-agenda-log-mode, org-agenda-toggle-diary)
4735 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
4736 (org-agenda-file-to-end, org-agenda-no-heading-message)
4737 (org-agenda-get-closed, org-format-agenda-item)
4738 (org-cmp-priority, org-cmp-category, org-cmp-time)
4739 (org-agenda-change-all-lines, org-agenda-diary-entry)
4740 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
4741 (org-link-search, org-camel-to-words, org-open-file)
4742 (org-remember-handler, org-table-convert-region)
4743 (org-table-move-row-down, org-table-move-row-up)
4744 (org-table-copy-region, org-table-wrap-region)
4745 (org-table-toggle-vline-visibility)
4746 (org-table-get-vertical-vector, org-table-modify-formulas)
4747 (org-table-get-specials, org-recalc-commands)
4748 (org-table-rotate-recalc-marks, org-table-eval-formula)
4749 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
4750 (org-level-color-stars-only, org-insert-heading):
4751 Fix typos in docstrings.
4752 (last-arg): Add defvar.
4753
4754 * makefile.w32-in (WINS): Add erc.
4755 (MH_E_SRC): Update (copied from lisp/Makefile.in).
4756
4757 2006-01-29 Bill Wohler <wohler@newt.com>
4758
4759 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
4760 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
4761 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
4762 (mh-autoloads): Don't use comments on otherwise empty lines.
4763
4764 2006-01-29 Edward O'Connor <ted@oconnor.cx>
4765
4766 * emulation/viper.el (viper-major-mode-modifier-list): Add
4767 insert-state and vi-state entries for erc-mode.
4768 (viper-go-away, viper-set-hooks): Add and remove
4769 viper-comint-mode-hook from erc-mode-hook as appropriate.
4770
4771 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
4772
4773 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
4774
4775 * bs.el (bs--format-aux): Implement `middle' alignment as
4776 described in the docstring for `bs-attributes-list'.
4777 (bs--get-name): Simplify. Don't pad the buffer name.
4778
4779 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
4780
4781 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
4782 English aspell dictionary is installed, use the first entry of
4783 ispell-dictionary-alist-1.
4784
4785 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
4786
4787 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4788 Doc fix.
4789
4790 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
4791
4792 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4793 for `process-file', in order to let it work for older Emacsen too.
4794
4795 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4796
4797 * international/latexenc.el: Add a suitable `coding:' tag.
4798 (latexenc-find-file-coding-system): Undo last change.
4799
4800 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4801
4802 * international/latexenc.el (latexenc-find-file-coding-system):
4803 Make sure latexenc-main-file is a regular file and is readable.
4804
4805 2006-01-27 Andre Spiegel <spiegel@gnu.org>
4806
4807 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
4808 Pass FILE to vc-user-login-name.
4809
4810 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
4811
4812 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
4813
4814 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
4815 there are no more images to display.
4816 (thumbs-mark, thumbs-unmark): Revert change so that they move to
4817 the next image.
4818
4819 2006-01-26 Richard M. Stallman <rms@gnu.org>
4820
4821 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
4822
4823 * wid-edit.el (advertised-widget-backward): New alias.
4824 (widget-keymap): Use advertised-widget-backward for S-TAB.
4825
4826 * tumme.el: Correct the keywords.
4827 (tumme-dir-max-size): Use defvar.
4828 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
4829
4830 * simple.el (move-beginning-of-line): Take account of fields.
4831 (clone-indirect-buffer-other-window): Take args like
4832 clone-indirect-buffer, and work like it.
4833
4834 * help-fns.el (describe-function): Don't pass `nil' as default.
4835
4836 * files.el (risky-local-variable-p): Follow var aliases.
4837
4838 * subr.el (lazy-completion-table): Doc fix.
4839
4840 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
4841 global binding of `line'.
4842
4843 2006-01-25 Andre Spiegel <spiegel@gnu.org>
4844
4845 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
4846 Tramp.
4847
4848 * vc.el (vc-default-dired-state-info): Pass FILE to
4849 vc-user-login-name.
4850 (vc-default-update-changelog): Don't use vc-user-login-name, we
4851 don't need it here.
4852
4853 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
4854 no longer necessary.
4855
4856 2006-01-25 Kenichi Handa <handa@m17n.org>
4857
4858 * international/mule.el (decode-char): Avoid the overhead of
4859 calling utf-lookup-subst-table-for-decode if
4860 utf-translate-cjk-mode is nil.
4861 (encode-char): Avoid the overhead of calling
4862 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
4863 nil.
4864
4865 2006-01-22 Kenichi Handa <handa@m17n.org>
4866
4867 * international/mule.el (make-subsidiary-coding-system): Reset
4868 `coding-system-define-form' property of subsidiaries to nil.
4869 Avoid duplicated entry in coding-system-alist.
4870 (make-coding-system): Avoid duplicated entry in
4871 coding-system-alist.
4872 (define-coding-system-alias): Likewise.
4873
4874 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
4875
4876 * completion.el: Minor fixes in introductory comment.
4877 (completion-def-wrapper): Fix alist.
4878
4879 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
4880
4881 * thumbs.el (thumbs-new-image-size): New function.
4882 (thumbs-increment-image-size-element)
4883 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
4884 (thumbs-decrement-image-size): Delete.
4885 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
4886 temp files and use to resize.
4887 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
4888 Use increment argument to enlarge/shrink. Preserve point.
4889 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
4890 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
4891 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
4892 (thumbs-mark, thumbs-unmark): Preserve point.
4893 (thumbs-modify-image): Keep old temp files and use to modify.
4894 Cleanup old temp files at load time. Preserve point.
4895 (thumbs-view-image-mode-map): Use new command names.
4896
4897 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4898
4899 * log-view.el (log-view-minor-wrap): First rev is the one at point.
4900
4901 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
4902 the nastiest part of the cyclic dependency.
4903 (cal-menu-update): Use dotimes and calendar-increment-month.
4904
4905 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
4906 (calendar-week-start-day): Add an :initializer.
4907 (calendar-mode-map): Use suppress-keymap, and command remapping.
4908 (describe-calendar-mode): Setup xref-stack info for the back button.
4909 (calendar-star-date): Insert before delete.
4910 (calendar-set-mode-line): Add file-modified info if applicable.
4911 (calendar-increment-month): New function.
4912
4913 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4914
4915 * font-lock.el (lisp-font-lock-keywords-2):
4916 Recognize "& keywords" only at word boundaries.
4917
4918 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
4919
4920 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
4921 and permanent-local.
4922 (thumbs-max-image-number): New variable.
4923 (thumbs-do-thumbs-insertion): Use them.
4924 (thumbs-per-line): Change default to 4.
4925 (thumbs-marked-list): Rename from thumbs-markedL.
4926 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
4927 (thumbs-rename-images): Use -list instead of L for internal variables.
4928 (thumbs-call-convert): Use call-process instead of shell-command.
4929 (thumbs-insert-thumb): Add filename as help-echo to each image.
4930 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
4931 Give dir to thumbs-show-thumbs-list.
4932 (thumbs-show-thumbs-list): Set default-directory to that of images.
4933 (thumbs-dired-show): Rename from thumbs-dired-show-all.
4934 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
4935 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
4936 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
4937
4938 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * ses.el (ses-read-cell): Provide a default value.
4941
4942 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
4943
4944 * term/w32-win.el (image-library-alist): Add additional names for
4945 GIF library.
4946
4947 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4948
4949 * international/latexenc.el (latexenc-find-file-coding-system):
4950 Add file-regular-p check.
4951
4952 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * simple.el (clone-buffer): Don't show the new buffer in the same
4955 window.
4956
4957 2006-01-23 Juri Linkov <juri@jurta.org>
4958
4959 * faces.el (link, link-visited): New faces based on default values
4960 of `info-xref' and `info-xref-visited'.
4961
4962 * info.el (info-xref): Inherit from `link'.
4963 (info-xref-visited): Inherit from `link-visited'.
4964
4965 * cus-edit.el (custom-buffer-create-internal): Use widget type
4966 `custom-manual' instead of `info-link' and don't set properties
4967 `button-face' and `mouse-face' explicitly.
4968 (custom-browse-group-tag, custom-browse-variable-tag)
4969 (custom-browse-face-tag): Inherit from widget class
4970 `custom-group-link' instead of `push-button'.
4971 (custom-button-unraised): Inherit from `underline' face.
4972 (custom-link): Inherit from `link' face. Fix doc and group.
4973 (custom-add-parent-links, custom-group-value-create): Don't set
4974 properties `button-face' and `mouse-face' explicitly for
4975 `custom-group-link' widget.
4976 (custom-group-link): Add properties `button-face' and `mouse-face'
4977 to widget definition.
4978 (custom-field-keymap): New variable. Put `custom-field-keymap' to
4979 editable-field's :keymap property.
4980 (custom-mode): Fix docstring: substitute keybindings for
4981 `widget-forward' and `widget-backward' from `widget-keymap',
4982 `widget-complete' from `custom-field-keymap', replace old
4983 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
4984
4985 * desktop.el (desktop-load-file): Check for `fboundp' before
4986 calling `symbol-function'.
4987
4988 * simple.el (clone-buffer, clone-indirect-buffer)
4989 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
4990 `read-string'. Fix prompts.
4991
4992 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
4993
4994 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
4995
4996 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
4997
4998 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
4999
5000 * startup.el (inhibit-splash-screen, initial-scratch-message):
5001 Doc fixes.
5002
5003 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5004
5005 Sync with Tramp 2.0.52.
5006
5007 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5008 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5009 `tramp-unload-tramp' for checklist.
5010
5011 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5012 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5013 (tramp-unload-file-name-handler-alist)
5014 (tramp-unload-tramp): New defuns.
5015 (tramp-advice-PC-expand-many-files): New defadvice.
5016 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5017 removed.
5018 (tramp-handle-expand-file-name): Remove double slash.
5019 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5020 It doesn't matter, because it will be converted later on.
5021 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5022 implementation was just heuristic.
5023 (tramp-post-connection): Set uid and gid properties.
5024 (tramp-convert-file-attributes): Set file's gid change bit.
5025 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5026 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5027 in case of su(do)? methods. The home directory of the local user
5028 will be taken else.
5029 (tramp-open-connection-telnet)
5030 (tramp-open-connection-rsh, tramp-open-connection-su)
5031 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5032 local shell prompt could hurt. Reported by Romain Francoise
5033 <romain@orebokech.com>.
5034 (tramp-let-maybe): Add `edebug-form-spec' property.
5035 (tramp-handle-expand-file-name): Bind `default-directory' locally
5036 to "/" in order to avoid problems with UNC shares or Cygwin
5037 mounts.
5038 (tramp-md5-function): Fix typo in error message.
5039
5040 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5041
5042 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5043 for byte-compiler pacification.
5044
5045 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5046
5047 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5048 ID-FORMAT `string'. This allows us to get rid of
5049 `vc-user-login-name UID'.
5050
5051 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5052
5053 2006-01-22 John Paul Wallington <jpw@pobox.com>
5054
5055 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5056
5057 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5058
5059 * emacs-lisp/find-func.el (find-definition-noselect)
5060 (find-variable-noselect): Search variables in C source code too.
5061 (find-function-C-source, find-function-noselect, find-function)
5062 (find-function-other-frame, find-variable-noselect, find-variable)
5063 (find-variable-other-frame, find-variable-at-point):
5064 Fix docstrings.
5065
5066 2006-01-21 Francesco Potorti` <pot@gnu.org>
5067
5068 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5069
5070 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5071
5072 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5073 Default to disabling the "Save affix" question.
5074
5075 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5076
5077 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5078 the first arg to run-python.
5079
5080 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5081
5082 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5083 is not loaded.
5084
5085 2006-01-20 Jay Belanger <belanger@truman.edu>
5086
5087 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5088 limit is 0.
5089
5090 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5091 the correct variable.
5092
5093 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5094
5095 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5096 link. Fixed buggy argument sequence in call to `org-view-tags'.
5097 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5098 (org-prefix-has-tag): New variable.
5099 (org-format-agenda-item): Remove tags from headline if
5100 appropriate.
5101 (org-agenda-remove-tags-when-in-prefix): New option.
5102 (org-get-tags-at): New function.
5103
5104 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5105
5106 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5107 (thumbs-find-image): Move image name and number from buffer name
5108 to mode name. Set thumbs-buffer. Preserve point so that large
5109 images remain visible.
5110 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5111 order.
5112 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5113 mode name.
5114 (thumbs-next-image, thumbs-previous-image): Make them work.
5115
5116 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5117
5118 * cus-edit.el (custom-buffer-create-internal): State in the text above
5119 the whole buffer buttons that they do not operate on hidden items.
5120 (custom-face-menu): Use `custom-face-save' instead of
5121 `custom-face-save-command'.
5122 (custom-face-save-command): Make it an alias for `custom-face-save'
5123 and declare it obsolete.
5124 (custom-face-save): Doc fix.
5125
5126 * dired.el (dired-no-confirm): Add quote.
5127 (dired-subdir-alist-pre-R): Add quote in
5128 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5129
5130 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * textmodes/table.el (table-mode-indicator): Typo in last change.
5133
5134 2006-01-19 Richard M. Stallman <rms@gnu.org>
5135
5136 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5137 Fixes bug reported in Nov 2005.
5138
5139 * isearch.el (isearch-forward): Doc fix.
5140
5141 * dired.el (dired-move-to-filename-regexp): Define as alias.
5142 (dired-no-confirm): Use defcustom.
5143 (dired-subdir-alist-pre-R): Put defvar at top level.
5144
5145 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5146
5147 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5148 Mark as risky.
5149
5150 * simple.el (set-mark-command): Doc fix.
5151 (clone-indirect-buffer-other-window):
5152 Read arg like clone-indirect-buffer.
5153 (move-beginning-of-line): Skip invisible newlines.
5154
5155 2006-01-19 Masatake YAMATO <jet@gyve.org>
5156
5157 * progmodes/cpp.el (cpp-edit-load): Make the order of
5158 listed conditions in a base C code buffer and its associate
5159 CPP Edit buffer the same.
5160
5161 2006-01-19 Kenichi Handa <handa@m17n.org>
5162
5163 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5164 (rmail-mime-feature): Likewise.
5165 (rmail-require-mime-maybe): Use display-warning to show a warning
5166 message.
5167
5168 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5169 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5170
5171 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * array.el: Move defvars out of eval-when-compile.
5174 (array-make-template): Replace undeclared global var with a local one.
5175 (array-mode): Inline initialization functions.
5176 (array-init-local-variables, array-init-max-row)
5177 (array-init-max-column, array-init-columns-per-line)
5178 (array-init-field-width, array-init-rows-numbered)
5179 (array-init-line-length, array-init-lines-per-row): Remove.
5180
5181 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5182 (doc-mode-map): Define explicitly.
5183 (doctor-txtype): Use mapc.
5184
5185 * textmodes/table.el: Move defvars out of eval-when-compile.
5186 Remove harmful code meant to avoid byte-compiler warnings.
5187 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5188 specification that checks table-fixed-width-mode directly.
5189 (table-recognize-region, table-recognize-cell):
5190 Use restore-buffer-modified-p.
5191 (table-fixed-width-mode): Remove code that refreshes
5192 table-fixed-mode-indicator.
5193 (*table--cell-describe-bindings, *table--cell-describe-mode):
5194 Avoid obsolete name print-help-return-message.
5195 (table--test-cell-list): Don't use replace-regexp from elisp.
5196 (table--point-entered-cell-function, table--point-left-cell-function):
5197 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5198
5199 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5200 that was after the end of file. Use buffer-file-name variable.
5201 (org-timestamp-change): Use with-current-buffer.
5202 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5203 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5204 `file'.
5205
5206 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5207 (fortran-break-line): Remove unused var `opoint'.
5208 (fortran-abbrev-start): Obey help-event-list.
5209
5210 2006-01-18 Jesper Harder <harder@phys.au.dk>
5211
5212 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5213
5214 2006-01-18 Masatake YAMATO <jet@gyve.org>
5215
5216 * progmodes/make-mode.el (makefile-imake-mode): New mode
5217 derived from makefile-mode.
5218 (makefile-imake-mode-syntax-table): New syntax table
5219 derived from makefile-mode-syntax-table.
5220 (makefile-mode): Write about makefile-imake-mode in doc string.
5221 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5222 (makefile-imake-font-lock-keywords): New font lock keywords.
5223
5224 * files.el (auto-mode-alist): Add Imakefile.
5225
5226 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5227
5228 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5229 loading the file rather than when turning on flyspell-mode.
5230
5231 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5232
5233 * cus-edit.el (customize-rogue): Minor doc fix.
5234
5235 2006-01-17 Juri Linkov <juri@jurta.org>
5236
5237 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5238 instead of the file at the mark as default if the file at the mark
5239 is the same as the file at point or if dired-dwim-target-directory
5240 is not the same as the current directory and the mark is not active.
5241
5242 * log-view.el (log-view-minor-wrap): Use the same logic to get
5243 revisions as `log-view-diff'.
5244
5245 * info.el (Info-revert-find-node): Check for Info-current-file
5246 before preserving new-history.
5247
5248 * man.el (Man-heading-regexp): Add `/'.
5249
5250 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5251 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5252
5253 2006-01-16 Juri Linkov <juri@jurta.org>
5254
5255 * faces.el (mode-line-faces): New defgroup.
5256 (mode-line-highlight): Move definition after new defgroup.
5257 (mode-line, mode-line-inactive, mode-line-highlight):
5258 Replace :group `modeline' with `mode-line-faces'.
5259 (mode-line-buffer-id): New face.
5260 (modeline-buffer-id): New face alias.
5261 (vertical-border): Remove :group `modeline'.
5262
5263 * bindings.el (propertized-buffer-identification): Use face
5264 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5265 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5266 (mode-line-buffer-identification-keymap): For mouse-1 replace
5267 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5268 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5269 mouse-3.
5270
5271 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5272 Buffer-menu-buffer. Doc fix.
5273 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5274 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5275 `Buffer-menu-buffer'.
5276
5277 * info.el (Info-mode-line-node-keymap): New defvar.
5278 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5279 Propertize Info-current-node with `mode-line-buffer-id' and
5280 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5281
5282 * time.el (display-time-mail-face): Replace :group `faces' with
5283 `mode-line-faces'.
5284
5285 2006-01-16 Kenichi Handa <handa@m17n.org>
5286
5287 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5288
5289 * language/european.el (cp1252): New alias for windows-1252.
5290
5291 * international/mule.el (autoload-coding-system): Prepare for EOL
5292 variants.
5293
5294 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5295
5296 * term.el (term-raw-map): Add mapping for insert.
5297 (term-send-insert): New.
5298 (term-mode): Make variables local here instead of doing it in
5299 `term-emulate-terminal'.
5300 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5301 Scroll reverse needs to take into account the scroll region.
5302 Saving and restoring the cursor should save the color attributes too.
5303 (term-reset-terminal): Reset the scroll region.
5304 (term-handle-ansi-escape): Cursor up and down should take into
5305 account the scroll region.
5306 (term-set-scroll-region): Rename from `term-scroll-region'.
5307 Move to 0,0 after setting the region.
5308 (term-handle-scroll): Handle scroll up.
5309 (term-down): Fix off by one error.
5310 (term-delete-lines): Do not delete outside the scroll region.
5311 (term-insert-lines): Take into account the scroll region.
5312
5313 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * textmodes/ispell.el (ispell-internal-change-dictionary)
5316 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5317 (start, end): Move declaration outside of eval-when-compile.
5318
5319 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5320 (flyspell-mode-on): Use it.
5321
5322 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5323 ispell-kill-ispell-hook.
5324
5325 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5326
5327 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5328 (Custom-reset-saved): Do not ask for confirmation in single option
5329 buffers.
5330
5331 2006-01-13 Richard M. Stallman <rms@gnu.org>
5332
5333 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5334
5335 2006-01-13 Romain Francoise <romain@orebokech.com>
5336
5337 * add-log.el (add-change-log-entry, change-log-merge):
5338 Conditionally use `hard-newline'.
5339
5340 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5341
5342 * wid-edit.el (widget-field-end): If the overlay is no longer
5343 associated with a buffer, behave as if the overlay didn't exist.
5344
5345 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5346 Make sure the links use the `custom-link' face.
5347
5348 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5351 (ld-script-mode): Don't set indent-line-function since we don't
5352 have one.
5353
5354 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5355
5356 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5357 application.
5358 (org-file-apps-defaults-gnu): Use mailcap as the default for
5359 selecting an application on a UNIX system.
5360 (org-agenda-show-tags): New command.
5361 (org-table-insert-hline): Keep cursor in current table line.
5362 (org-table-convert): Offset effect of modifying
5363 `org-table-insert-hline'.
5364 (org-format-agenda-item): New optional argument TAG.
5365 (org-compile-prefix-format): Handle %T format for the tag.
5366 (org-expand-wide-chars): New function.
5367 (org-table-insert-row, org-table-insert-hline):
5368 Use `org-expand-wide-chars'.
5369 (org-open-file): Fix bug in program launch.
5370 (org-get-time-of-day): Fix bug with times before 1am.
5371 (org-agenda-menu): Add tags commands.
5372
5373 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5374
5375 * textmodes/ispell.el (ispell-init-process): Include the used
5376 dictionary in ispell process start message.
5377 (ispell-internal-change-dictionary): When flyspell-mode is active
5378 and dictionary is changed, make sure ispell process is restarted
5379 and flyspell word cache cleared out for the current buffer.
5380 (ispell-change-dictionary): Make sure flyspell word cache is
5381 cleared out in all buffers with active flyspell mode when
5382 dictionary is globally changed.
5383 Call ispell-internal-change-dictionary after dictionary change.
5384
5385 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5386
5387 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5388
5389 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5390 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5391 years. Fix small differences wrt Makefile.in.
5392 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5393 Makefile.in does.
5394
5395 2006-01-12 Bill Wohler <wohler@newt.com>
5396
5397 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5398 mh-search.el.
5399
5400 2006-01-12 Masatake YAMATO <jet@gyve.org>
5401
5402 * progmodes/ld-script.el: Update copyright year.
5403
5404 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5405
5406 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5407 Don't add widget if setting undefined.
5408
5409 2006-01-12 John Paul Wallington <jpw@pobox.com>
5410
5411 * help-fns.el (describe-variable): Remove newlines from void
5412 variable output.
5413
5414 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5415
5416 * wdired.el (wdired-mode-map): Add help echo for
5417 wdired-abort-changes.
5418
5419 * man.el (Man-file-name-regexp): Adjust for a list of files.
5420
5421 2006-01-12 Masatake YAMATO <jet@gyve.org>
5422
5423 * progmodes/ld-script.el (auto-mode-alist): Support
5424 suffix conventions used in netbsd and eCos.
5425
5426 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5427
5428 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5429 (custom-variable-menu, custom-face-menu, custom-group-menu)
5430 (Custom-mode-menu): Change names of menu items. (As discussed on
5431 emacs-devel.)
5432 (custom-face-menu): Add "Undo Edits" item.
5433
5434 * startup.el (init-file-user): defcustom -> defvar.
5435
5436 * tooltip.el (tooltip-mode): Doc fix.
5437
5438 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * reveal.el (reveal-post-command): window-buffer signals an error on
5441 dead windows rather than returning nil.
5442 (reveal-open-new-overlays): An overlay might die while we open others.
5443
5444 2006-01-11 Bill Wohler <wohler@newt.com>
5445
5446 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5447 phrasing in docstring.
5448
5449 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5450 can give some systems gas. Add new file mh-buffers.el.
5451
5452 2006-01-06 Masatake YAMATO <jet@gyve.org>
5453
5454 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5455 C preprocessor forward ported from GNU Emacs 21.2.
5456
5457 * progmodes/asm-mode.el (asm-font-lock-keywords):
5458 Use `cpp-font-lock-keywords'.
5459
5460 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5461
5462 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5463 of $ for "\\.ld[s]?".
5464
5465 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5468 (tcl-indent-line): Return `noindent' if inside a string.
5469
5470 * progmodes/flymake.el (flymake-split-string): Remove more than one
5471 empty string at beg/end of the result.
5472 (flymake-find-buildfile, flymake-find-possible-master-files):
5473 Use expand-file-name.
5474 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5475 since expand-file-name does it for us. Use directory-file-name.
5476 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5477 (flymake-ler-get-type, flymake-ler-get-text)
5478 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5479 (flymake-current-line-no): Remove spurious interactive spec.
5480 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5481 (flymake-check-include): Remove arg inc-path merged into inc-name.
5482 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5483 Arg regexp-list replaced by a simple regexp.
5484 (flymake-master-make-header-init, flymake-master-tex-init):
5485 Correspondingly replace regexp-list with a regexp. Fix regexp.
5486
5487 2006-01-10 Simon Josefsson <jas@extundo.com>
5488
5489 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5490 describing AUTH PLAIN fix.
5491
5492 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5493
5494 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5495 (report-emacs-bug): Don't record initial prompt text.
5496 Instead, add text properties to prompting text.
5497 (report-emacs-bug-hook): Delete prompting text.
5498
5499 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5502 `dirs'. Adjust callers.
5503
5504 2006-01-09 John Paul Wallington <jpw@gnu.org>
5505
5506 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5507
5508 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * reveal.el (reveal-open-new-overlays): New extracted fun.
5511 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5512 using them. Simplify the code.
5513 (reveal-post-command): Use them. Fix up obsolete windows in
5514 reveal-open-spots.
5515
5516 * progmodes/flymake.el: Use `require' rather than autoload for
5517 XEmacs's overlays.
5518 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5519 Delete. Use file-relative-name instead.
5520 (flymake-get-syntax-check-program-args, flymake-perl-init):
5521 Simplify the resulting code.
5522
5523 * log-view.el (log-view-file-re, log-view-message-re): Add support
5524 for DaRCS output.
5525
5526 2006-01-09 Alex Schroeder <alex@gnu.org>
5527
5528 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5529 identifiers sometimes added in square brackets at the beginning of
5530 subject lines.
5531
5532 2006-01-07 Richard M. Stallman <rms@gnu.org>
5533
5534 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5535 (Custom-reset-current, Custom-reset-saved): Change question text.
5536 (Custom-reset-standard): Likewise.
5537 (custom-variable-reset-saved): Doc fix.
5538
5539 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5540
5541 * startup.el (init-file-user): Doc fix.
5542
5543 2006-01-07 Alex Schroeder <alex@gnu.org>
5544
5545 * mail/rmail.el (rmail-current-subject): New function.
5546 (rmail-current-subject-regexp): New function.
5547 (rmail-next-same-subject): Use it.
5548
5549 * mail/rmailsum.el (rmail-summary-by-topic):
5550 Use rmail-current-subject and rmail-current-subject-regexp.
5551 (rmail-summary-next-same-subject): Ditto.
5552
5553 * net/rcirc.el (rcirc-send-input): No longer check whether the
5554 process is open, since not all commands need an open process.
5555 (rcirc-send-string): Check whether the process is open before
5556 sending anything.
5557 (rcirc-ignore-list): New option.
5558 (rcirc-ignore-list-automatic): New variable.
5559 (rcirc-print): Take rcirc-ignore-list into account.
5560 (rcirc-cmd-ignore): New command.
5561 (rcirc-ignore-update-automatic): New function.
5562 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5563 list if ignored nicks.
5564 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5565
5566 2006-01-06 David Reitter <david.reitter@gmail.com>
5567
5568 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5569 reflect the address to which the report will be sent.
5570
5571 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5572
5573 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5574 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5575
5576 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5577
5578 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5579
5580 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5581 the doc string: "functoin" => "function".
5582 * ldefs-boot.el: Likewise.
5583
5584 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5585 message text: "Duplicat" => "Duplicate".
5586
5587 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5588
5589 * files.el (basic-save-buffer-2): If backing-up failed, reset
5590 buffer-backed-up to nil.
5591
5592 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5593
5594 * progmodes/gud.el (gdb-script-skip-to-head)
5595 (gdb-script-calculate-indentation): Indent for breakpoint command
5596 lists also.
5597
5598 2006-01-05 Bill Wohler <wohler@newt.com>
5599
5600 * Makefile.in (compile-always): Add mh-autoloads dependency.
5601 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5602 provides it.
5603 (updates): Remove mh-autoloads dependency, since it probably has
5604 already run recently (via recompile).
5605
5606 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5609 argument `force' to disable the flyspell-last-buffer optimization.
5610 (flyspell-mode-on): Use it.
5611
5612 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5613 flymake-simple-cleanup.
5614 (flymake-allowed-file-name-masks): Use this new default.
5615 All the functions are now called in the right buffer rather than
5616 passing the buffer as argument.
5617 (flymake-process-sentinel): Switch to buffer before calling cleanup.
5618 (flymake-parse-err-lines): Remove redundant buffer arg.
5619 (flymake-get-program-dir): Comment out unused function.
5620 (flymake-start-syntax-check, flymake-start-syntax-check-process):
5621 Remove redundant buffer argument.
5622 (flymake-get-real-file-name, flymake-simple-java-cleanup)
5623 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5624
5625 2006-01-05 Richard M. Stallman <rms@gnu.org>
5626
5627 * info.el (Info-find-node): Don't record previous node if have none.
5628 (info): Go to directory only if history is empty.
5629
5630 * simple.el (mark): Doc fix.
5631
5632 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5633
5634 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5635 already of desired type.
5636 (mac-ae-list): Coerce parameter to "list" type.
5637 (mac-dispatch-apple-event): Replace cadr part of event with a
5638 dummy position so that event-start returns it.
5639
5640 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
5641
5642 * textmodes/org.el (org-end-of-subtree): New function.
5643 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5644 Use `org-end-of-subtree'.
5645 (org-agenda, org-agenda-convert-date): Protect calls to
5646 `fit-window-to-buffer'.
5647 (org-tags-view): Force matching of sublevels when doing a
5648 todo-only search. Define the correct redo command, including the
5649 arguments.
5650 (org-agenda-redo): Display message.
5651 (org-check-for-org-mode): New function.
5652 (org-agenda-type): New variable.
5653 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5654 Set `org-agenda-type'.
5655 (org-agenda-check-type): New function.
5656 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5657 (org-agenda-week-view, org-agenda-day-view)
5658 (org-agenda-next-date-line, org-agenda-previous-date-line)
5659 (org-agenda-log-mode, org-agenda-toggle-diary)
5660 (org-agenda-toggle-time-grid, org-agenda-date-later)
5661 (org-agenda-date-prompt, org-agenda-diary-entry)
5662 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5663 (org-agenda-convert-date, org-agenda-menu):
5664 Use `org-agenda-check-type'.
5665 (org-make-overlay, org-delete-overlay)
5666 (org-detatch-overlay, org-move-overlay, org-overlay-put):
5667 New compatibility functions.
5668 (org-calendar-select-mouse): New command.
5669
5670 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
5671
5672 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5673 (Custom-reset-standard): Fix y-or-n-p messages.
5674 (custom-link): New face for links.
5675 (custom-buffer-create-internal, custom-manual): Use it.
5676 (custom-face-save): Push to theme-face before setting face spec.
5677
5678 * wid-edit.el (widget-default-mouse-face-get): New function.
5679 (widget-specify-button): Handle mouse-face like button-face.
5680
5681 * custom.el (load-theme): Clear old theme settings if reloading.
5682
5683 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
5684
5685 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
5686 "Erase Customization" button back to same position it occupies in
5687 the individual State menus.
5688
5689 2006-01-04 Kim F. Storm <storm@cua.dk>
5690
5691 * wid-edit.el (key-sequence): Rework widget to read key binding
5692 using `kbd' syntax. Use C-q to insert literal key, event, or code.
5693 (widget-key-sequence-default-value): Default value for empty sequence.
5694 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
5695 (widget-key-sequence-read-event): New command for C-q.
5696 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
5697 (widget-key-sequence-value-to-external): New functions.
5698
5699 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
5702 Use expand-file-name.
5703 (flymake-delete-temp-directory): Use expand-file-name,
5704 file-name-directory, and directory-file-name.
5705 (flymake-strrchr): Delete.
5706 (flymake-start-syntax-check): Don't pass the redundant buffer argument
5707 to the init-f function.
5708 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
5709 (flymake-init-find-buildfile-dir)
5710 (flymake-init-create-temp-source-and-master-buffer-copy)
5711 (flymake-simple-make-init-impl, flymake-simple-make-init)
5712 (flymake-master-make-init, flymake-master-make-header-init)
5713 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
5714 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
5715 (flymake-xml-init): Remove corresponding redundant buffer argument.
5716 (flymake-allowed-file-name-masks): Remove last elems that are equal to
5717 the default anyway. Clean up regexps.
5718
5719 * progmodes/flymake.el (flymake-temp-source-file-name)
5720 (flymake-master-file-name, flymake-temp-master-file-name)
5721 (flymake-base-dir): New buffer-local vars.
5722 (flymake-buffer-data, flymake-get-buffer-value)
5723 (flymake-set-buffer-value): Replace those hash-tables by the new
5724 buffer-local vars. Update callers.
5725
5726 * progmodes/flymake.el (flymake-check-start-time)
5727 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
5728 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
5729 Move definition, so we can remove redundant earlier declaration.
5730 (flymake-replace-regexp-in-string, flymake-split-string)
5731 (flymake-get-temp-dir): Use defalias.
5732 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
5733 (flymake-xemacs-window-edges): Remove unused function.
5734 (flymake-get-point-pixel-pos): Move.
5735 (flymake-pid-to-names, flymake-reg-names)
5736 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
5737 Replace by a simple list flymake-processes and by process-buffer.
5738 Update callers. Other than simplify the code, it uses buffers rather
5739 than buffer-names so it doesn't get confused by uniquify.
5740 (flymake-buffer-data): The global value should just be nil.
5741
5742 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
5743 Optimize the body of a defalias like any other code.
5744
5745 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
5746 Make sure we've setup font-lock's vars. It may influence which
5747 function we then call.
5748 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
5749 here since it's too late anyway.
5750
5751 2006-01-03 Romain Francoise <romain@orebokech.com>
5752
5753 * startup.el (fancy-splash-tail, normal-splash-screen):
5754 Update copyright year.
5755
5756 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
5757
5758 * mouse.el (mouse-drag-track): Rename, from
5759 `mouse-drag-region-1'. Includes optional argument required to
5760 enable post-drag event processing (e.g. delete region keys).
5761 Can be used without this argument to track a mouse region and operate
5762 on it as soon as the drag completes.
5763 (mouse-drag-region): Use `mouse-drag-track'.
5764
5765 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5766
5767 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
5768 Move to `custom-buffer' group.
5769
5770 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
5771 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5772 (custom-theme-insert-face-marker, custom-theme-variable-menu)
5773 (custom-theme-face-menu): New variables.
5774 (custom-theme-add-variable, custom-theme-variable-action)
5775 (custom-variable-reset-theme, custom-theme-delete-variable)
5776 (custom-face-reset-theme, custom-theme-face-action)
5777 (custom-theme-delete-face, custom-theme-merge-theme)
5778 (custom-theme-add-face, custom-theme-visit-theme): New functions.
5779
5780 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * custom.el: Move Custom Themes commentary to start of theme code.
5783 (custom-known-themes): Rename `standard' theme to `changed'.
5784 (custom-push-theme): Caller no longer specifies what theme to use
5785 when doing `reset'---the setting is simply removed from the theme.
5786 Delete MODE from `theme-value' and `theme-settings' properties.
5787 (custom-declare-theme): Ignore &rest args since we don't use them.
5788
5789 (custom-loaded-themes): Delete variable.
5790 (custom-theme-load-themes, custom-theme-loaded-p)
5791 (custom-theme-value): Delete functions.
5792
5793 (custom-declare-theme): Signal error on invalid theme names.
5794 (provide-theme): custom-loaded-themes was deleted.
5795 (load-theme): Load the file unconditionally.
5796 (enable-theme): Call `load-theme' if theme is undefined.
5797 (custom-enabled-themes): Only update value for successful loads.
5798 (disable-theme): Complete from enabled themes when interactive.
5799 (custom-variable-theme-value): Calculate theme value directly.
5800
5801 (custom-theme-reset-variables, custom-reset-variables): Mark as
5802 XEmacs compatibility functions. We don't actually use these.
5803
5804 * cus-edit.el (custom-variable-state-set):
5805 Use custom-variable-theme-value instead of custom-theme-value.
5806 (custom-face-state-set): Rename `standard' theme to `changed'.
5807 (custom-save-variables, custom-save-faces): Delete unneeded
5808 references to custom-reset-variables.
5809 (custom-save-resets): Delete function.
5810 (custom-save-variables, custom-save-faces): MODE argument deleted.
5811 (custom-save-variables, custom-save-faces): Ignore theme values.
5812
5813 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
5814 compatibility function.
5815
5816 2006-01-01 Richard M. Stallman <rms@gnu.org>
5817
5818 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
5819 (Custom-reset-current, Custom-reset-saved): Likewise.
5820 (Custom-reset-standard): Show message if aborted.
5821 (custom-mode): Doc fix, describing those commands.
5822
5823 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
5824 put on event-kind property.
5825
5826 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * custom.el (provide-theme): Ban `user' theme name.
5829 (custom-enabling-themes): New variable.
5830 (enable-theme): Don't enable user if custom-enabling-themes is t.
5831 (custom-enabled-themes): Make it a defcustom.
5832 (custom-theme-recalc-face): No-op if face is undefined.
5833
5834 * cus-edit.el (custom-button-mouse): New variable.
5835 (custom-button-mouse): New face.
5836 (custom-raised-buttons, custom-mode): Use it.
5837
5838 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
5839
5840 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5841
5842 * progmodes/gud.el (gud-display-line): Support hl-line in the
5843 source buffer.
5844
5845 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5846
5847 * mouse.el (mouse-drag-window-above): Verify that the found window
5848 overlaps with the given window in the horizontal dimension.
5849
5850 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5851
5852 * Makefile.in (cvs-update): New target.
5853
5854 * makefile.w32-in (cvs-update): Ditto.
5855
5856 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
5857
5858 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
5859 (custom-new-theme-mode-map): New variable.
5860
5861 2005-12-30 Richard M. Stallman <rms@gnu.org>
5862
5863 * custom.el (custom-load-themes): Function deleted.
5864
5865 * cus-edit.el (custom-save-loaded-themes): Function deleted.
5866 (custom-save-variables): Don't delete or add custom-load-themes call.
5867
5868 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * cus-start.el: Add `visible-cursor'.
5871
5872 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
5873 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
5874 (flymake-process-filter): Switch to buffer before calling it instead.
5875 (flymake-post-syntax-check, flymake-highlight-err-lines)
5876 (flymake-delete-own-overlays, flymake-parse-err-lines)
5877 (flymake-start-syntax-check, flymake-start-syntax-check-process)
5878 (flymake-count-lines, flymake-parse-residual):
5879 Remove constant buffer argument.
5880 (flymake-start-syntax-check-for-current-buffer): Remove.
5881 Update callers to use flymake-start-syntax-check instead.
5882 (flymake-display-err-menu-for-current-line):
5883 Remove unused var `mouse-pos'.
5884 (flymake-restore-formatting): Comment out unused function.
5885 (flymake-report-status, flymake-report-fatal-status): Remove buffer
5886 argument, use current-buffer instead. Update callers.
5887
5888 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5889
5890 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
5891 buffer-local because choose-completion-delete-max-match requires
5892 that we set completion-ignore-case (i.e., binding via let is not
5893 sufficient).
5894 (bibtex-complete): Always set completion-ignore-case and
5895 choose-completion-string-functions. The latter is needed because
5896 choose-completion-string-functions keeps its value if we quit the
5897 *Completions* buffer without requesting a completion.
5898
5899 2005-12-30 Andreas Schwab <schwab@suse.de>
5900
5901 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
5902
5903 2005-12-30 Eli Zaretskii <eliz@gnu.org>
5904
5905 * jit-lock.el (jit-lock-chunk-size): Doc fix.
5906
5907 2005-12-30 Juri Linkov <juri@jurta.org>
5908
5909 * locate.el (locate-fcodes-file, locate-header-face)
5910 * progmodes/delphi.el (delphi-other-face)
5911 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
5912
5913 * paren.el (show-paren-match, show-paren-mismatch): Use existing
5914 group `paren-showing-faces'.
5915
5916 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
5917 (goto-address): Fix docstring.
5918
5919 * net/webjump.el (webjump-sample-sites): Update URLs.
5920
5921 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
5922
5923 * subr.el (cancel-change-group): Add listp around pending-undo-list.
5924
5925 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * font-lock.el (font-lock-compile-keywords): Signal an error when
5928 font-lock-set-defaults hasn't been called.
5929
5930 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5931
5932 * subr.el (noreturn, 1value): Doc fixes.
5933
5934 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5935
5936 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
5937 that assoc-string returns nil.
5938
5939 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5940
5941 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
5942 (bibtex-entry-type-str, bibtex-empty-field-re)
5943 (bibtex-search-backward-string, bibtex-preamble-prefix)
5944 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
5945 (bibtex-any-valid-entry-type): New variable.
5946 (bibtex-parse-field-name): Simplify.
5947 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
5948 (bibtex-preamble-prefix): Include left delimiter.
5949 (bibtex-search-forward-field, bibtex-search-backward-field):
5950 Allow unbounded search past entry boundaries (required by bibtex-pop).
5951 (bibtex-text-in-field-bounds): Use push.
5952 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
5953 (bibtex-parse-preamble, bibtex-valid-entry)
5954 (bibtex-beginning-first-field): New functions.
5955 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
5956 (bibtex-map-entries): Fix docstring.
5957 (bibtex-flash-head): New arg prompt. Simplify.
5958 (bibtex-enclosing-field): Include code of bibtex-inside-field.
5959 (bibtex-insert-kill): Simplify. Always insert text past the
5960 current field or entry.
5961 (bibtex-format-entry): Use bibtex-parse-field.
5962 (bibtex-pop): Use bibtex-beginning-of-entry and
5963 bibtex-end-of-entry to initiate the search. Insert empty field if
5964 we found ourselves.
5965 (bibtex-print-help-message): New args field and comma.
5966 Handle entry keys.
5967 (bibtex-make-field): Use bibtex-beginning-of-entry.
5968 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
5969 invalid entry.
5970 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
5971 Handle preambles. Simplify code for thorough test.
5972 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
5973 New arg comma. Handle entry heads.
5974 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
5975 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
5976 New arg comma.
5977 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
5978 (bibtex-fill-field): Simplify.
5979 (bibtex-fill-entry): Use bibtex-beginning-first-field and
5980 bibtex-parse-field.
5981 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
5982 (bibtex-complete): Use bibtex-parse-preamble.
5983
5984 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
5985
5986 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
5987 Display name of expression instead of convenience variable.
5988 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
5989
5990 * progmodes/gud.el (gud-tooltip-dereference): Rename from
5991 toggle-gud-tooltip-dereference.
5992 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
5993 (gud-tooltip-tips): ...here when dereferencing.
5994
5995 2005-12-28 Bill Wohler <wohler@newt.com>
5996
5997 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
5998
5999 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6002 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6003 (vc-annotate-display-autoscale): Adjust call.
6004 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6005 Fix interactive spec.
6006 (vc-annotate-time-span): Remove.
6007 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6008 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6009 (vc-annotate-display-select): Use new name.
6010
6011 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6012 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6013 Correct the construction of span entries. Simplify.
6014 (vc-annotate-display-select): Fix the nil case.
6015 (vc-annotate): Remove obsolete (and now broken) code.
6016 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6017 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6018
6019 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6020
6021 * subr.el (lazy-completion-table): Correct typo in docstring.
6022
6023 * startup.el (command-line): Use `custom-reevaluate-setting' for
6024 `send-mail-function'.
6025
6026 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6027
6028 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6029
6030 * mail/smtpmail.el (smtpmail-try-auth-methods):
6031 Send credentials together with "AUTH PLAIN" command.
6032
6033 2005-12-27 Richard M. Stallman <rms@gnu.org>
6034
6035 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6036 mouse-2, go back to previously selected window, so it's selected
6037 when mouse-2 command runs.
6038
6039 2005-12-27 Juri Linkov <juri@jurta.org>
6040
6041 * descr-text.el (describe-text-sexp): Use square brackets for
6042 button [Show] to distinguish it from the property value `show'.
6043 (describe-property-list): Use `insert-text-button' with
6044 `help-face' type instead of putting face in quotes, because button
6045 is not created automatically for a list of faces.
6046 (describe-text-properties-1): Put button-type value in quotes to
6047 distinguish from plain text "button".
6048 (describe-char): Display code point values in hex. Don't use
6049 `symbol-name' for `current-input-method' because it is a string.
6050 Use `insert-text-button' with `help-face' type instead of putting
6051 hardcoded face in quotes, because button is not created automatically.
6052
6053 2005-12-27 Richard M. Stallman <rms@gnu.org>
6054
6055 * progmodes/glasses.el (glasses-face): More specific custom type.
6056
6057 * files.el (set-visited-file-name): Doc fix.
6058
6059 * textmodes/flyspell.el (flyspell-external-point-words):
6060 Use local var buffer-scan-pos to advance scan for next misspelling.
6061 Advance it only after we find the misspelling.
6062
6063 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6064
6065 * textmodes/flyspell.el (flyspell-external-point-words):
6066 New criteria for finding the misspelling in the buffer.
6067
6068 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6069
6070 * help-mode.el (help-insert-string): Set help-xref-stack-item
6071 rather than call help-setup-xref.
6072
6073 * descr-text.el (describe-char): Revert previous changes for
6074 optional buffer argument.
6075
6076 2005-12-27 Juri Linkov <juri@jurta.org>
6077
6078 * help-mode.el (help-insert-string): New function. Save buffer
6079 contents in cases where it is impossible to recompute the old contents.
6080
6081 * descr-text.el (describe-char): Set help-xref-stack-item
6082 explicitly after buffer has been generated.
6083
6084 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6085
6086 * cus-start.el (all): Add x-gtk-show-hidden-files.
6087
6088 2005-12-26 Richard M. Stallman <rms@gnu.org>
6089
6090 * replace.el (perform-replace): Calculate match-again
6091 before skipping read-only matches.
6092
6093 * paren.el (paren-showing-faces): New group.
6094 (show-paren-match, show-paren-mismatch): Move to that group.
6095
6096 * button.el (button): Put into group `basic-faces'.
6097
6098 * progmodes/make-mode.el: Remove faces from group `faces'.
6099
6100 * apropos.el (apropos, apropos-value): Doc fix.
6101 (apropos-documentation): Doc fix.
6102
6103 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6104
6105 * subr.el (lazy-completion-table): Remove argument `args'.
6106
6107 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6108 Don't use the `args' argument of lazy-completion-table.
6109
6110 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6111
6112 * descr-text.el (describe-char): Add optional argument for buffer.
6113 Set buffer appropriately. Call help-setup-xref.
6114 Suggested by Stefan Monnier.
6115
6116 2005-12-26 Juri Linkov <juri@jurta.org>
6117
6118 * descr-text.el: Require `help-fns' at runtime. Don't require
6119 `button' for byte compilation.
6120 (describe-text-widget): Add `help-echo' for first button.
6121 Use `help-info' for second.
6122 (describe-property-list): Use `help-argument-name' instead of `italic'.
6123 (describe-text-category): Add prompt to interactive spec.
6124 Call `help-setup-xref'.
6125 (describe-char): Use `help-character-set'. Add `help-echo' for
6126 code point. Use `help-input-method'. Remove superfluous insert.
6127
6128 2005-12-25 Richard M. Stallman <rms@gnu.org>
6129
6130 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6131 at point, in case of narrowing.
6132
6133 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6134
6135 * locate.el (locate-header-face): Allow nil in type.
6136
6137 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6138
6139 2005-12-25 Romain Francoise <romain@orebokech.com>
6140
6141 * battery.el (battery-linux-proc-acpi): Also try
6142 `/proc/acpi/thermal_zone/THM0/temperature'.
6143
6144 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6145
6146 * custom.el (custom-push-theme): Fix docstring.
6147
6148 * cus-edit.el (custom-variable-set, custom-variable-save)
6149 (custom-variable-save): Custom-quote widget values.
6150 (customize-save-variable): Fix custom-push-theme call.
6151
6152 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6153
6154 * w32-fns.el (w32-batch-update-autoloads): New function.
6155
6156 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6157 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6158 from the command line.
6159
6160 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6161
6162 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6163 reset means to remove setting from theme entirely. Don't keep
6164 expanding theme-settings list; delete old entries if necessary.
6165
6166 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6167 customization" button one line up.
6168 (custom-themed): New face.
6169 (custom-magic-alist): New value, THEMED, for theme settings.
6170 (custom-variable-state-set, custom-face-state-set):
6171 Check theme-value instead of saved-value.
6172 (custom-variable-reset-standard, custom-face-reset-standard):
6173 Remove theme setting entirely. Recalculate new values.
6174 (custom-variable-set, custom-variable-set)
6175 (custom-variable-reset-saved, custom-variable-reset-backup)
6176 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6177 (custom-variable-save): Fix typos.
6178
6179 2005-12-23 Juri Linkov <juri@jurta.org>
6180
6181 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6182 Add autoload cookies.
6183 (edebug-outside-d-c-i-n-s-w): New variable.
6184 (edebug-display, edebug-outside-excursion): Use it to save the
6185 original value of default-cursor-in-non-selected-windows.
6186 Set default-cursor-in-non-selected-windows to t while Edebug
6187 is active.
6188 (edebug-mode, edebug-eval-mode): Doc fix.
6189
6190 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6191 with `buffer-substring-no-properties' to remove common substring
6192 highlighting.
6193
6194 * info.el (info-other-window, info): Rename function argument
6195 `file' to `file-or-node'.
6196 (Info-complete-menu-item): Use local variable `complete-nodes' to
6197 keep the global value of `Info-complete-nodes' unchanged for
6198 subsequent completions.
6199 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6200
6201 * simple.el (get-next-valid-buffer, last-buffer)
6202 (next-error-buffer-p, next-error-find-buffer)
6203 (minibuffer-history-sexp-flag): Doc fix.
6204
6205 * savehist.el (savehist-mode-hook): Add `:group'.
6206
6207 * log-view.el: Call autoload for vc-find-version.
6208 (log-view-current-file): Adjust subgroup numbers.
6209 (log-view-current-tag): Add `length'.
6210
6211 2005-12-23 Richard M. Stallman <rms@gnu.org>
6212
6213 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6214
6215 2005-12-23 Juri Linkov <juri@jurta.org>
6216
6217 * hi-lock.el (hi-lock-archaic-interface-message-used)
6218 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6219 (hi-lock-mode): Display "Hi" in the mode line only when
6220 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6221 (hi-lock-write-interactive-patterns):
6222 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6223 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6224 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6225 font-lock-add-keywords to t.
6226
6227 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6228
6229 * hi-lock.el (hi-lock-highlight-range): New variable.
6230 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6231 only if font-lock-fontified is non-nil. Remove overlays.
6232 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6233 font-lock-fontified is non-nil, otherwise use overlays (instead of
6234 text properties).
6235 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6236 New variables.
6237 (hi-lock-string-serialize) New function.
6238
6239 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6240
6241 * menu-bar.el (menu-find-file-existing): New function.
6242 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6243
6244 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6245
6246 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6247
6248 * vc.el: Remove unnecessary leading * in docstrings.
6249 (vc-annotate-mode-map): Move initialization into declaration.
6250 (vc-static-header-alist): Nitpick on the regexp.
6251 (vc-default-init-version): New fun.
6252 (vc-register): Use it.
6253 (vc-insert-headers): Use dolist.
6254 (vc-annotate-get-backend): Remove unused function.
6255 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6256 (vc-annotate-mode): Remove corresponding call.
6257 (vc-annotate-car-last-cons): Simplify.
6258 (vc-annotate-buffers): Remove var.
6259 (vc-annotate-backend): Make it buffer-local.
6260 (vc-annotate): Move the interaction to the interactive spec.
6261 Add a `buf' argument.
6262 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6263 killing&creating a vc-annotate buffer, which is very disruptive when
6264 the buffers are shown in dedicated frames.
6265
6266 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6267
6268 * descr-text.el: Add FSF as maintainer.
6269 (describe-text-mode, describe-text-mode-map)
6270 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6271 help-mode.
6272 (describe-text-widget, describe-text-sexp)
6273 (describe-property-list, describe-text-category)
6274 (describe-text-properties, describe-text-properties-1)
6275 (describe-char): Use help buttons instead of widgets.
6276 (describe-char-unicodedata-file): Make URL link in doc string.
6277
6278 2005-12-22 Richard M. Stallman <rms@gnu.org>
6279
6280 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6281 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6282 Don't include buttons that write a file when there's no file.
6283 (custom-variable-menu, custom-face-menu, custom-group-menu):
6284 Don't include commands that write a file when there's no file.
6285 (customize-browse): Reword the top-of-buffer help intro.
6286 (custom-buffer-create-internal): Fix previous change.
6287 (customize-changed-options-previous-release): Prev release is 21.1.
6288 (customize-changed-options): Doc fix.
6289 (customize-changed): New alias.
6290 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6291 Say "standard values".
6292 (Custom-reset-standard): Doc fix.
6293 (custom-face-reset-standard): Doc fix.
6294
6295 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6298 even if font-lock-mode is non-nil since it may be t without having
6299 turned on font-lock-mode-internal.
6300 (font-lock-choose-keywords): Minor optimization.
6301 (font-lock-add-keywords, font-lock-remove-keywords)
6302 (font-lock-set-defaults): Don't call make-local-variable on a variable
6303 that we know to already be local.
6304
6305 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6306
6307 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6308 messages if in the minibuffer.
6309
6310 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6311
6312 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6313 (tex-mode-flyspell-verify, flyspell-get-word)
6314 (flyspell-external-point-words): Don't use point-min/max uselessly.
6315
6316 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6317 by Kevin Rodgers. Instead, just hide the completions buffer if we
6318 don't need to show it.
6319
6320 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6321
6322 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6323
6324 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6327 delete-windows-on with an inexistent buffer.
6328
6329 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6330
6331 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6332 Delete defcustom variable :tag names.
6333
6334 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6335
6336 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6337 (log-view-font-lock-keywords): Ajust subgroup numbers.
6338 (log-view-current-tag): Don't hard code the number of subgroups.
6339
6340 2005-12-20 Juri Linkov <juri@jurta.org>
6341
6342 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6343 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6344
6345 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6346 (menu-bar-non-minibuffer-window-p): Instead of checking
6347 display-multi-frame-p, use selected-frame when menu-updating-frame
6348 is nil.
6349
6350 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6351
6352 * align.el (align-rules-list): Use [ \t] instead of \s-
6353 for column separators in text mode.
6354
6355 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6356
6357 * help-mode.el (help-customize-variable, help-customize-face):
6358 Don't pop help-xref-stack as help-follow no longer pushes
6359 anything on to it.
6360
6361 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6362
6363 * textmodes/org.el (org-agenda-custom-commands): New option.
6364 (org-agenda): Offer custom commands on splash screen.
6365 (org-make-tags-matcher): Parser for Boolean logic added.
6366 (org-agenda-set-tags): New command.
6367 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6368 (org-set-tags): Efficiency improvements.
6369 (org-auto-align-tags): New option.
6370 (org-todo, org-demote, org-promote): Realign tags.
6371 (org-tags-completion-function): Use also "&" and "|" as separators.
6372 (org-org-menu): Agenda commands simplified.
6373
6374 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6375
6376 * cus-edit.el (customize-apropos, customize-apropos-options):
6377 Docstring changes.
6378
6379 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6380
6381 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6382
6383 * longlines.el (longlines-mode): Wrap while widened.
6384 (longlines-decode-region, longlines-encode-region): Compute max
6385 just once.
6386
6387 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6388
6389 * cus-edit.el (mac): New group.
6390
6391 * cus-start.el (all): Add user options in macterm.c. Add test for
6392 Mac-related built-ins. Fix test for GTK-related built-ins.
6393
6394 * term/mac-win.el (mac-handle-language-change)
6395 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6396 (mac-services-open-selection, mac-services-mail-selection)
6397 (mac-services-mail-to, mac-services-insert-text)
6398 (mac-dispatch-apple-event): Add docstrings.
6399 (x-get-selection, mac-select-convert-to-string): Select coding
6400 system from `utf-16be' and `utf-16le' using `byteorder'.
6401
6402 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6405 a "list" (lambda ...) rather than a real completion list.
6406
6407 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6408 lexical-let when encountering ((lambda (...) ...) ...).
6409
6410 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6411
6412 * progmodes/sh-script.el (sh-mode):
6413 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6414 * textmodes/picture.el (picture-mode): Update docstrings.
6415
6416 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6417
6418 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6419 commands enclosed in $(ARGQUOTE)s should not be split between two
6420 lines, as that will break with GNU Make >3.80, when sh.exe is used
6421 and arg quoting is with '..'.
6422 (autoloads): Don't break the quoted --eval expression between
6423 several lines.
6424
6425 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6426
6427 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6428 Capture error from printing circular structures.
6429
6430 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6431
6432 * wid-edit.el (widget-checkbox-action): Clear undo info.
6433
6434 2005-12-16 Bill Wohler <wohler@newt.com>
6435
6436 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6437 bar, not menubar in comment.
6438
6439 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6442 After-change-functions should not clobber the match data.
6443
6444 2005-12-16 Juri Linkov <juri@jurta.org>
6445
6446 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6447 instead of `buffer-substring'.
6448 (completion-common-substring): Doc fix.
6449 (completion-setup-function): Use minibuffer-completion-contents
6450 instead of minibuffer-contents. Don't set common-string-length
6451 initially. Remove special handling of partial-completion-mode.
6452 Move computation of completion-base-size into one cond.
6453 Call completion-base-size-function in mainbuf. In computation of
6454 completion-base-size for file name completion don't move point to
6455 the end of the minibuffer. Move computation of common-string-length
6456 into one cond. Start putting faces only when common-string-length>=0.
6457 Add condition to put completions-common-part when
6458 common-string-length>0.
6459
6460 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6461 place point at the first different character in the minibuffer
6462 even if this position is at the beginning of the minibuffer.
6463
6464 * info.el (Info-read-node-name-1): In completion-base-size-function's
6465 lambda return 1 if common-substring or minibuffer-completion-contents
6466 starts with (, and 0 otherwise.
6467
6468 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6469 Use `crm-current-element' for second arg of `display-completion-list'.
6470
6471 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6472
6473 * files.el (set-auto-mode): Look for an interpreter specified on
6474 the first line also if search for mode specification succeeded,
6475 but the mode is not known.
6476
6477 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6478
6479 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6480 (org-open-at-point): Implement tag searches as links.
6481 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6482 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6483 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6484 (org-agenda-dispatch): New commands.
6485 (org-use-tag-inheritance, org-tags-column): New options.
6486 (org-tab-follows-link, org-return-follows-link): New options.
6487 (org-tags): New customize group.
6488 (org-start-icalendar-file): Get local time zone.
6489 (org-tags-completion-function): New function.
6490 (org-set-font-lock-defaults): Make sure links will also be
6491 highlighted inside headlines.
6492
6493 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6494
6495 * term.el (term-emulate-terminal):
6496 Let term-handle-ansi-terminal-messages override what Bash says about
6497 its current directory.
6498
6499 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6500
6501 * bindings.el (last-buffer): Move to simple.el.
6502 * simple.el (last-buffer): Move here.
6503 (get-next-valid-buffer): New function.
6504 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6505 (prev-buffer): Ditto. Rename to `previous-buffer'.
6506
6507 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6508 * bindings.el (global-map): Ditto.
6509
6510 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6511
6512 * cus-edit.el: Introductory comment change.
6513 (custom-magic-alist): Change message string for the `rogue' state.
6514
6515 2005-12-15 Richard M. Stallman <rms@gnu.org>
6516
6517 * tooltip.el: Delete defcustom variable :tag names.
6518
6519 * complete.el (partial-completion-mode): Doc fix.
6520
6521 * textmodes/flyspell.el (flyspell-external-point-words):
6522 Use save-excursion to ensure we don't move backward in the
6523 search loop, not even one character.
6524 (flyspell-delete-all-overlays): Use remove-overlays directly.
6525
6526 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6527 (ispell-start-process): Set that variable.
6528 Clear ispell-buffer-local-name.
6529 (ispell-internal-change-dictionary):
6530 Set ispell-current-dictionary after killing process.
6531 (ispell-buffer-local-dict):
6532 Don't set spell-personal-dictionary after killing process.
6533 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6534 (ispell-tex-skip-alists, ispell-html-skip-alists)
6535 (ispell-skip-region-alist): Mark as risky.
6536
6537 * net/newsticker.el (newsticker--retrieval-timer-list)
6538 (newsticker--display-timer, newsticker-running-p)
6539 (newsticker-ticker-running-p): Definitions moved up.
6540
6541 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6542
6543 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6544
6545 2005-12-15 David Ponce <david@dponce.com>
6546
6547 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6548 (recentf-edit-list, recentf-open-files): Signal an error when
6549 there is no recent file.
6550
6551 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6552
6553 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6554 read-only except for texinfo-format-region evaluation.
6555
6556 2005-12-14 Richard M. Stallman <rms@gnu.org>
6557
6558 * vc.el (vc-default-previous-version, vc-default-next-version)
6559 (vc-do-command): Doc fixes.
6560
6561 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6562
6563 * textmodes/bibtex.el (bibtex-expand-strings)
6564 (bibtex-autokey-expand-string, bibtex-name-part)
6565 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6566 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6567 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6568 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6569 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6570 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6571 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6572 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6573 (bibtex-beginning-of-last-entry): Remove.
6574 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6575 message if comma is missing but buffer is read-only.
6576 (bibtex-parse-field-text): Handle whitespaces at the end of field
6577 text. Return 3-element list with beginning and end of field text
6578 and end of field.
6579 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6580 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6581 (bibtex-search-forward-field, bibtex-search-backward-field):
6582 Search always delimited by limits of entry. Use more efficient
6583 search algorithms.
6584 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6585 bibtex-end-of-name-in-field.
6586 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6587 extracting the content of a field.
6588 (bibtex-text-in-field): Use search limits.
6589 (bibtex-parse-string-prefix): Handle empty string keys based on
6590 bibtex-string-empty-key.
6591 (bibtex-parse-string): Fix docstring.
6592 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6593 (bibtex-preamble-prefix, bibtex-strings): New functions.
6594 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6595 BibTeX entries (consistent with other BibTeX functions).
6596 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6597 (bibtex-search-entry): Fix docstring. Simplify.
6598 (bibtex-flash-head, bibtex-complete-string-cleanup)
6599 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6600 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6601 (bibtex-parse-entry): New optional arg content.
6602 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6603 Use bibtex-text-in-field-bounds.
6604 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6605 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6606 bibtex-parse-string-postfix.
6607 (bibtex-find-text-internal): New function.
6608 (bibtex-remove-delimiters): Use it.
6609 (bibtex-find-text): Use it. New optional arg help.
6610 (bibtex-complete): Handle BibTeX string and preamble entries.
6611 (bibtex-Preamble): Fix order of closing delimiters.
6612
6613 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * vc.el (vc-default-revert): New fun.
6616
6617 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6618
6619 2005-12-14 Romain Francoise <romain@orebokech.com>
6620
6621 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6622 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6623 (font-lock-remove-keywords): Likewise.
6624
6625 2005-12-14 Juri Linkov <juri@jurta.org>
6626
6627 * log-view.el (log-view-diff): Doc fix.
6628
6629 * isearch.el (isearch-query-replace): Use (mark) instead of
6630 isearch-opoint if mark is active in transient-mark-mode.
6631
6632 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6633
6634 * isearch.el (isearch-query-replace): Check for isearch-other-end.
6635
6636 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
6637
6638 * progmodes/cpp.el (cpp-face): New widget.
6639 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6640
6641 2005-12-14 Juri Linkov <juri@jurta.org>
6642
6643 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6644 around `erase-buffer' and `insert'.
6645
6646 * descr-text.el (describe-text-properties): Replace buffer name
6647 "*Help-2*" with "*Help*<2>".
6648 (describe-char): Add functions print-help-return-message,
6649 toggle-read-only. Use help-setup-xref with nil to not store
6650 describe-char in help-xref-stack. Use help-make-xrefs to
6651 make [back] button.
6652
6653 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6654
6655 * wdired.el (wdired-old-point): New internal variable.
6656 (wdired-change-to-wdired-mode): Set it buffer-locally.
6657 (wdired-abort-changes): Restore point after aborting changes.
6658
6659 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 * vc.el (vc-do-command): Add a new value t for okstatus.
6662
6663 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6664 frame in case of errors.
6665
6666 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6667
6668 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6669 so it comes after "On the Left" in the menu.
6670
6671 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
6672
6673 * cus-edit.el (customize-apropos, customize-apropos-options)
6674 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6675
6676 2005-12-12 Bill Wohler <wohler@newt.com>
6677
6678 * vc-svn.el (vc-svn-registered): Fix problem of visiting
6679 non-writable Subversion-controlled files by saving window
6680 configuration before calling vc-do-command. vc-do-command calls
6681 pop-to-buffer on error which is unexpected during registration.
6682
6683 2005-12-12 Jay Belanger <belanger@truman.edu>
6684
6685 * calc/README: Update the summary of changes.
6686
6687 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 * descr-text.el (describe-char): Rework last fix to solve the problem
6690 is the same way it's solved for everything else in that function
6691 (i.e. by extracting the info before setting up the *Help* buffer).
6692
6693 2005-12-12 Kim F. Storm <storm@cua.dk>
6694
6695 * subr.el (version-regexp-alist): Allow space as separator before
6696 non-numeric part, e.g. "1.0 alpha".
6697 (version-to-list): Interpret .X.Y version as 0.X.Y version.
6698
6699 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
6700
6701 * textmodes/org.el (org-agenda, org-timeline, org-todo):
6702 Implement Logging and the keep-modes setting.
6703 (org-get-category): Make sure a string is returned.
6704 (org-log-done): New function.
6705 (org-log-done, org-closed-string): New options.
6706
6707 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6708
6709 * tooltip.el (tooltip-y-offset): Change default to 20.
6710
6711 2005-12-12 Richard M. Stallman <rms@gnu.org>
6712
6713 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
6714
6715 * frame.el (display-hourglass): Doc fix.
6716
6717 * help.el (help-for-help-internal): Simplify entry for `a'.
6718
6719 * info.el (Info-on-current-buffer): Doc fix.
6720 (info-insert-file-contents): Don't test (featurep 'jka-compr).
6721
6722 * startup.el (inhibit-splash-screen): Make this the real name.
6723 (inhibit-startup-message): Make this the alias.
6724 (command-line): Find only simple.el, and use its directory
6725 to fill in other preloaded files' names.
6726 (command-line): Deactivate the mark if deactivate-mark is set.
6727
6728 * international/mule.el (load-with-code-conversion):
6729 Bind deactivate-mark.
6730
6731 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6732
6733 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
6734
6735 * cus-edit.el (customize-apropos): Avoid listing an option more
6736 than once under different aliases. No longer list user options
6737 that are not defined with defcustom (unless a prefix arg is given).
6738 Doc fix.
6739 (customize-apropos-options): Doc fix.
6740
6741 2005-12-11 Juri Linkov <juri@jurta.org>
6742
6743 * frame.el (set-background-color, set-foreground-color)
6744 (set-cursor-color, set-mouse-color, set-border-color):
6745 Add explicit prompts to read colors by `facemenu-read-color'.
6746 (show-trailing-whitespace, blink-cursor-delay)
6747 (blink-cursor-interval, display-hourglass, hourglass-delay):
6748 Remove tags.
6749 (display-hourglass, hourglass-delay): Doc fix.
6750 (cursor-in-non-selected-windows): Capitalize words in tag.
6751
6752 * faces.el (frame-background-mode): Replace `choice-item' keywords
6753 with `const' to not make [default] button. Change default value tag
6754 from `default' to `automatic'. Doc fix.
6755 (trailing-whitespace) <defface>: Change group `whitespace' to
6756 `whitespace-faces'.
6757
6758 2005-12-11 Richard M. Stallman <rms@gnu.org>
6759
6760 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
6761
6762 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6763
6764 * term/mac-win.el: Create keymap for mac-apple-event-map.
6765
6766 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
6767
6768 * tooltip.el (tooltip-mode): Move to start of file so that it
6769 appears at top of customize buffer.
6770
6771 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6772 Add the gud groupname.
6773 (gud-tooltip-mode): Add the tooltip groupname.
6774 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
6775 avoid conflict with tooltip-use-echo-area.
6776
6777 2005-12-10 Romain Francoise <romain@orebokech.com>
6778
6779 * help.el (help-for-help-internal): Add `r' in doc string.
6780
6781 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6782
6783 * align.el (align-regexp, align-highlight-rule):
6784 Use region-beginning and region-end instead of point and mark, so that
6785 repetition (with `repeat-complex-command') recomputes the region
6786 bounds.
6787
6788 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
6789
6790 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6791 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6792 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
6793 (balance-windows): Rewrite using the above new functions.
6794
6795 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6796
6797 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
6798 react if global-hi-lock-mode seems intended.
6799 (global-hi-lock-mode) Renamed from hi-lock-mode.
6800 (hi-lock-archaic-interface-message-used)
6801 (hi-lock-archaic-interface-deduce): New variables.
6802 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
6803 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
6804 (hi-lock-find-patterns, hi-lock-font-lock-hook):
6805 Replace hi-lock-buffer-mode with hi-lock-mode.
6806
6807 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6808
6809 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
6810 completion list, even after a partial completion has been
6811 inserted in the current buffer. If there are more than 1
6812 completion, redisplay the *Completions* buffer; if the
6813 completion is unique, delete the *Completions* window.
6814
6815 2005-12-10 Eli Zaretskii <eliz@gnu.org>
6816
6817 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
6818 strings and long subject lines that were broken into multiple
6819 lines at arbitrary places. Handle subjects that have "Re: " in
6820 the middle.
6821
6822 2005-12-10 John W. Eaton <jwe@octave.org>
6823
6824 * emacs/octave-mod.el (octave-electric-space): Don't indent
6825 comments or strings if octave-auto-indent is nil.
6826
6827 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6828
6829 * term/mac-win.el: Require url when compiling.
6830 Call mac-process-deferred-apple-events after loading init files.
6831 (mac-apple-event-map): New defvar. Define event handlers in it.
6832 (core-event, internet-event): New Apple event class symbols.
6833 (open-application, reopen-application, open-documents)
6834 (print-documents, open-contents, quit-application)
6835 (application-died, show-preferences, autosave-now, get-url):
6836 New Apple event ID symbols.
6837 (about): New HICommand ID symbol.
6838 (mac-event-spec, mac-event-ae): New macros.
6839 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
6840 (mac-ae-selection-range, mac-ae-text-for-search)
6841 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
6842 (mac-application-menu-map): Remove keymap. Handlers for HICommand
6843 and Services menu events are now defined in mac-apple-event-map.
6844 (mac-drag-n-drop): Remove selection range handling.
6845
6846 2005-12-10 Kenichi Handa <handa@m17n.org>
6847
6848 * simple.el (zap-to-char):
6849 * isearch.el (isearch-process-search-char): Translate CHAR by
6850 translation-table-for-input.
6851
6852 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
6853
6854 * foldout.el (foldout-exit-fold): Properly hide subtree.
6855
6856 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6857
6858 * files.el (save-buffer):
6859 * international/ucs-tables.el (ucs-set-table-for-input):
6860 * mail/mail-extr.el (mail-extract-address-components):
6861 * mail/sendmail.el (mail-mode): Reformat doc string.
6862
6863 2005-12-09 Juri Linkov <juri@jurta.org>
6864
6865 * isearch.el (isearch-highlight): Change main overlay priority
6866 from 1 to 1001. Simplify.
6867 (isearch-lazy-highlight-update): Change lazy overlay priority
6868 from 0 to 1000.
6869
6870 * replace.el (replace-highlight): Change overlay priority from
6871 1 to 1001.
6872
6873 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
6874 Change overlay priority from 1 to 1001. Reuse existing overlay.
6875
6876 * compare-w.el (compare-windows-highlight): Change overlay
6877 priority from 1 to 1000.
6878
6879 * menu-bar.el (menu-bar-edit-menu): Add listp around
6880 pending-undo-list to disable menu item "undo" when pending
6881 undo list is empty.
6882
6883 * locate.el (locate): Disable undo in *Locate* buffer.
6884
6885 2005-12-09 Kim F. Storm <storm@cua.dk>
6886
6887 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
6888
6889 2005-12-09 David Ponce <david@dponce.com>
6890
6891 * recentf.el: Improvement of the menu code.
6892 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
6893 instead of menu hook.
6894 (recentf-show-menu, recentf-hide-menu): New functions.
6895 (recentf-menu-customization-changed, recentf-mode): Use them.
6896 (recentf-menu-action, recentf-max-menu-items)
6897 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
6898 (recentf-arrange-by-rule-others)
6899 (recentf-arrange-by-rules-min-items)
6900 (recentf-arrange-by-rule-subfilter) : Don't use
6901 `recentf-menu-customization-changed'.
6902 (recentf-arrange-rules): Likewise. Accept functions to compute
6903 sub-menu titles.
6904 (recentf-menu-filter): Likewise. Doc fix.
6905 (recentf-menu-value-shortcut): Doc fix.
6906 (recentf-dump-variable): Quote atom value.
6907 (recentf-make-menu-items): Update to use it as a menu filter.
6908 (recentf-match-rule): New function.
6909 (recentf-arrange-by-rule): Use it.
6910 (recentf-indirect-mode-rule): New function.
6911 (recentf-build-mode-rules): Use it.
6912 (recentf-dir-rule): New function.
6913 (recentf-arrange-by-dir): Use it.
6914 (recentf-filter-changer-current): Rename from
6915 `recentf-filter-changer-state'. All references updated.
6916 (recentf-filter-changer-alist): Update filter names.
6917 (recentf-filter-changer-select): New function.
6918 (recentf-filter-changer): Use it. Make a sub-menu from filters
6919 available in `recentf-filter-changer-alist'.
6920 (recentf-data-cache, recentf-clear-data)
6921 (recentf-update-menu): Remove. All references updated.
6922 (recentf-match-rule-p, recentf-build-dir-rules)
6923 (recentf-filter-changer-goto-next)
6924 (recentf-filter-changer-get-current)
6925 (recentf-filter-changer-get-next): Remove.
6926
6927 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6928
6929 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
6930 buffer "Reset" button to "Reset to Current" for consistency with
6931 the State buttons.
6932
6933 2005-12-08 John Paul Wallington <jpw@pobox.com>
6934
6935 * ibuf-ext.el (define-ibuffer-filter filename):
6936 If `dired-directory' is a list then really use its car.
6937
6938 2005-12-08 Kim F. Storm <storm@cua.dk>
6939
6940 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6941 Fix indention of text on right side of replaced rectangle.
6942
6943 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
6944
6945 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
6946 No need to check gud-comint-buffer is bound.
6947 (gdb): Prevent multiple debugging when first session uses gdba.
6948
6949 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6950
6951 CC Mode update to 5.31.
6952
6953 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
6954 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
6955 We might do this function properly in the future).
6956
6957 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
6958 New macros c-sentence-end and c-default-value-sentence end, to cope
6959 with Emacs 22's new function `sentence-end'.
6960
6961 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6962
6963 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
6964 compat issue using `c-put-overlay' and `c-delete-overlay'.
6965
6966 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
6967 New compat macros to handle overlays/extents.
6968
6969 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6970
6971 * progmodes/cc-fix.el: Add definitions of the macros push and pop
6972 (for GNU Emacs 20.4)
6973
6974 * progmodes/cc-defs.el:
6975 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
6976
6977 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
6978 highlighting mechanism so it will work in XEmacs too.
6979
6980 * progmodes/cc-defs.el: Insert c-int-to-char.
6981
6982 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
6983 call to the new macro c-int-to-char. This solves XEmacs's
6984 regarding characters as different from integers.
6985
6986 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6987
6988 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
6989 New internal helper.
6990
6991 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
6992 construct to make the indirect face lookup work in XEmacs.
6993
6994 (c-cpp-matchers): Append the negation char face to the existing
6995 fontification, so that the cpp face doesn't disappear.
6996 Use `c-make-syntactic-matcher' to avoid negation chars in comments
6997 and strings.
6998
6999 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7000 to map to `font-lock-negation-char-face' in emacsen where it exists.
7001
7002 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7003
7004 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7005
7006 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7007 Rename "c-subword-move-mode" as "c-subword-mode".
7008
7009 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7010 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7011
7012 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7013
7014 * progmodes/cc-mode.el: Added autoload directive for
7015 `c-subword-move-mode' for use in older emacsen.
7016
7017 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7018
7019 * progmodes/cc-mode.el:
7020 (i) Insert a binding for C-c C-backspace into
7021 c-bind-special-erase-keys which works in TTYs.
7022 (ii) Make sure that when file styles are used, any explicitly
7023 given style variables take priority over those in the style.
7024 Do this by calling `hack-local-variables' a second time.
7025
7026 * progmodes/cc-vars.el: Add language specific customization
7027 widgets for AWK to c-doc-comment-style, c-require-final-newline
7028 and c-default-style. Add a defcustom for awk-mode-hook.
7029 Give c-syntactic-element and c-syntactic-context doc-strings by
7030 directly setting their `variable-documentation' propery.
7031 This allows Emacs 22.1 to read these with C-h v.
7032
7033 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7034
7035 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7036
7037 * progmodes/cc-fonts.el, cc-vars.el
7038 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7039 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7040 Masatake YAMATO.
7041
7042 (c-doc-comment-style): Made GtkDoc default in C mode.
7043
7044 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7045 and C-c C-<delete>.
7046
7047 (c-bind-special-erase-keys): New function for use on
7048 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7049
7050 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7051 <delete> key behavior in XEmacs according to `delete-forward-p'.
7052 C.f. `c-electric-delete'.
7053
7054 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7055
7056 * progmodes/cc-mode.el: Give c-hungry-backspace and
7057 c-hungry-delete-forward permanent key bindings.
7058
7059 * progmodes/cc-cmds.el (c-electric-semi&comma):
7060 Bind c-syntactic-context for calls to "criteria functions", for
7061 consistency with other calls to user functions.
7062
7063 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7064 `current-prefix-arg', since this might be the prefix arg to a
7065 command which calls c-indent-command as a function. Change the
7066 interactive spec from "p" to "P".
7067
7068 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7069 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7070 was difficult to understand.
7071
7072 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7073
7074 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7075 first char of an identifier.
7076
7077 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7078 +" syntax in C++.
7079
7080 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7081
7082 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7083 auto-fill doesn't split a c-comment's last word from a hanging
7084 "*/" when a space is typed between them after fill-column.
7085
7086 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7087
7088 * progmodes/cc-styles.el (c-set-style)
7089 (c-setup-paragraph-variables): Abort the command if we're not in a
7090 CC Mode buffer.
7091
7092 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7093 with blank comment-prefix, and a blank line as the comment's
7094 second line.
7095
7096 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7097
7098 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7099 Incorporate the patterns added in the Emacs development branch
7100 for the new Emacs 22 face `font-lock-negation-char-face'.
7101
7102 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7103 of "red" since it stands out better in xterms and DOS terminals.
7104
7105 * progmodes/cc-engine.el (c-literal-faces):
7106 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7107
7108 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7109
7110 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7111 forcibly enable c-electric-flag.
7112
7113 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7114 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7115 after the comment-prefix of a C-style comment will close that comment.
7116
7117 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7118
7119 * progmodes/cc-fonts.el (c-basic-matchers-before)
7120 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7121 in Pike.
7122
7123 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7124 digraphs.
7125
7126 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7127 (c-cpp-message-directives, c-cpp-include-directives)
7128 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7129 (c-cpp-expr-directives): Introduce new language constants to
7130 control cpp syntax in a cleaner way.
7131
7132 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7133
7134 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7135
7136 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7137 (c-multiline-string-start-char): New language constants and
7138 variables to specify how newlines in string literals work.
7139
7140 (c-font-lock-invalid-string): Use them.
7141
7142 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7143 unbalanced close brace is entered. Optimization by avoiding going
7144 back over arbitrarily large blocks. Removed hints that this
7145 function only would be relevant/useful in AWK.
7146
7147 (c-electric-brace): Indent syntactically after the cleanups since
7148 lineup functions might do it differently then.
7149
7150 * progmodes/cc-engine.el, cc-langs.el
7151 (c-opt-op-identifier-prefix): New language constant and variable.
7152
7153 (c-just-after-func-arglist-p, c-after-special-operator-id)
7154 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7155
7156 * progmodes/cc-align.el, cc-engine.el
7157 (c-after-special-operator-id): New helper to handle C++ operator
7158 identifiers.
7159
7160 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7161 (c-guess-basic-syntax): Handle C++ operator identifiers in
7162 declarations.
7163
7164 * progmodes/cc-langs.el (c-assignment-operators): Add the
7165 trigraph version of ^= too.
7166
7167 * progmodes/cc-langs.el (c-assignment-operators): Add the
7168 trigraph version of |= in C++.
7169
7170 * progmodes/cc-fonts.el (c-font-lock-declarators):
7171 Handle `c-decl-hangon-kwds' after the identifier name.
7172
7173 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7174 whether an arglist is "nonempty", ignore a comment after the open
7175 paren if it isn't followed by a non-comment token on the same line.
7176
7177 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7178 Enable heuristics below the point to cope with classes inside special
7179 brace lists in Pike.
7180
7181 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7182
7183 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7184
7185 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7186
7187 * progmodes/cc-guess.el (cc-guess-install): New function to
7188 install an already guessed style in another buffer.
7189
7190 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7191 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7192 anyway if the change always is undone.
7193
7194 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7195
7196 Implement togglable electricity:
7197
7198 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7199 saying when it should be used.
7200
7201 * progmodes/cc-engine.el: Add the new buffer-local variable,
7202 c-electric-flag.
7203
7204 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7205 c-toggle-auto-newline.
7206
7207 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7208 c-toggle-auto-newline. Remove the binding for
7209 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7210 c-toggle-electric-state.
7211
7212 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7213
7214 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7215 c-\(forward\|backward\)-subword.
7216 (c-update-modeline): Add the new modeline flag `l' for
7217 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7218 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7219 Make the old name an alias of the new name.
7220 (c-toggle-electric-state): New function.
7221 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7222 Adapt these functions to do electric things only when
7223 c-electric-flag is non-nil.
7224 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7225 new functions from c-electric-brace.
7226 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7227 mode, so that the tentative extra newline doesn't change the
7228 syntax of the following brace.
7229 (c-electric-brace): Restructure by extracting the above functions.
7230 Tidy up the coding somewhat.
7231 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7232 restructure a bit.
7233
7234 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7235
7236 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7237 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7238
7239 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7240 (c-submode-indicators): Change name from `c-auto-hungry-string'
7241 since it's now used to track another submode.
7242
7243 (c-update-modeline): Convert to function and extended to check
7244 `c-subword-move-mode'.
7245
7246 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7247 Convert to compat aliases for `c-forward-subword' and
7248 `c-backward-subword'.
7249
7250 * progmodes/cc-subword.el: New functions and minor mode to handle
7251 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7252
7253 (c-forward-subword, c-backward-subword, c-mark-subword)
7254 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7255 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7256 Functions corresponding to the standard word handling functions.
7257
7258 (c-subword-move-mode): Minor mode that replaces all the standard
7259 word handling functions with their subword equivalences.
7260
7261 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7262
7263 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7264 entry for one-liner-defun.
7265
7266 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7267 name in its def-edebug-spec.
7268
7269 * progmodes/cc-cmds.el (c-electric-brace): Make the
7270 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7271 compacts space before a comment, if this will make things fit on
7272 one line.
7273
7274 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7275
7276 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7277
7278 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7279 clean-up one-liner-defun.
7280
7281 * progmodes/cc-styles.el: Add the new "awk" style.
7282
7283 * progmodes/cc-vars.el: Add description of one-liner-defun to
7284 c-cleanup-list's doc-string. New user options,
7285 c-max-one-liner-length. In c-default-style, set the default style
7286 for AWK to "awk".
7287
7288 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7289
7290 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7291 macros inside labels.
7292
7293 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7294 `c-at-statement-start-p' and `c-at-expression-start-p'.
7295
7296 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7297 error if the mark isn't set.
7298
7299 * progmodes/cc-engine.el (c-guess-continued-construct)
7300 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7301 accurately detect functions inside functions.
7302
7303 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7304 like `c-at-statement-start-p' that additionally recognizes commas
7305 and expression parentheses as delimiters.
7306
7307 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7308 to avoid heuristics that doesn't work for unclosed blocks.
7309 (c-at-statement-start-p): New function.
7310
7311 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7312 Objective-C directives, e.g. directives spanning lines should work
7313 reasonably well now.
7314
7315 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7316
7317 (c-forward-objc-directive): New function to move over any ObjC
7318 directive.
7319
7320 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7321 (c-basic-matchers-before): Use it.
7322
7323 (c-font-lock-objc-iip-decl): Remove.
7324
7325 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7326 in the template arglist recognition.
7327
7328 * progmodes/cc-styles.el (c-style-alist): Fix several
7329 inconsistencies in the Whitesmith style.
7330
7331 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7332 New lineup function to get lines after Whitesmith style blocks
7333 correctly indented.
7334
7335 (c-lineup-whitesmith-in-block): Back out the compensation for
7336 opening parens since it's done using `add' lists in the style
7337 definition instead. Don't use the anchor position since it varies
7338 too much between the syntactic symbols. :P
7339
7340 * progmodes/cc-vars.el (c-valid-offset): Update.
7341
7342 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7343 lists where the offsets are combined according to several
7344 different methods: `first', `min', `max', and `add'.
7345 Report offset evaluation errors with `c-benign-error' so that some kind
7346 of reindentation still is done.
7347
7348 * progmodes/cc-engine.el (c-guess-basic-syntax):
7349 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7350 `arglist-close'.
7351
7352 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7353 situations for `arglist-cont-nonempty' and `arglist-close'.
7354
7355 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7356
7357 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7358 cc-bytecomp-boundp' in a number of places.
7359
7360 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7361 macro related issue.
7362
7363 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7364
7365 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7366 list is now [asdf], a char class [:alpha:].
7367 Include code for char classes.
7368 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7369 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7370
7371 Remove (nearly all of) the cruft associated with AWK Mode's former
7372 concept of "virtual semicolons":
7373
7374 Adapt c-beginning-of-statement, c-end-of-statement (together with
7375 subfunctions) to use the new notion of "virtual semicolon" in
7376 place of the old awkward special handling for AWK. There remains
7377 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7378 * progmodes/cc-cmds.el:
7379 (c-ascertain-adjacent-literal): In the backwards direction, now
7380 recognises AWK regexp delimiters as string delimiters.
7381 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7382 check more rigorously for "end of macro".
7383 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7384 virtual semicolons;
7385 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7386 out the code for forward movement into ...
7387 (c-end-of-statement): Now contains the code for forward movement,
7388 adapted for virtual semicolons.
7389
7390 * progmodes/cc-engine.el:
7391 (c-ws*-string-limit-regexp): New regexp.
7392 (c-forward-single-comment, c-backward-single-comment): Comment out
7393 the (now redundant) "special" AWK stuff.
7394
7395 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7396 c-string-par-start, c-string-par-separate to be more like Text
7397 Mode than Fundamental Mode.
7398
7399 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7400
7401 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7402 to the fontified region so that fontification doesn't occur
7403 outside it (could happen e.g. when fontifying a line with an
7404 unfinished declaration).
7405
7406 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7407
7408 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7409 start of the file. ^L now separate sections of the file.
7410 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7411 (c-awk-one-line-possibly-open-string-re)
7412 (c-awk-regexp-one-line-possibly-open-char-class-re)
7413 (c-awk-one-line-possibly-open-regexp-re)
7414 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7415 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7416
7417 Amend the concept of "virtual semicolons" (in the indentation
7418 engine) for languages like AWK, such that they are now
7419 conceptually attached to end of the last token of a statement, not
7420 the end of the line. (In AWK Mode, however, the pertinent text
7421 property is still physically set on the EOL.) Remove the specific
7422 tests for awk-mode, thus facilitating the introduction of other
7423 language modes where EOLs can end statements.
7424 (Note: The funtionality in cc-cmds.el, specifically
7425 c-beginning/end-of-statement has yet to be amended.)
7426
7427 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7428 New macros.
7429
7430 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7431 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7432 c-vsemi-status-unknown-p-fn (in a new page).
7433
7434 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7435 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7436 numerous awkward forms like
7437 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7438 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7439 variable before-ws-ip, the place just after char-before-ip appears.
7440
7441 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7442 a comment.
7443
7444 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7445
7446 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7447 `c-tentative-buffer-changes'.
7448
7449 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7450 convert to macro to choose between Emacs and XEmacs at compile time.
7451
7452 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7453
7454 (c-tentative-buffer-changes): New macro to handle temporary buffer
7455 changes in a convenient way.
7456
7457 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7458 for `c-tentative-buffer-changes'.
7459
7460 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7461 the checks for paren sexps between the point and the keyword, to
7462 avoid some false alarms.
7463
7464 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7465 Fixed a situation where an error could be thrown for unbalanced
7466 parens. Changed to make use of c-keyword-member' to avoid some
7467 repeated regexp matches.
7468
7469 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7470 These language variable are no longer necessary.
7471
7472 (c-block-stmt-kwds): New language constant used by
7473 c-looking-at-inexpr-block'.
7474
7475 (c-guess-basic-syntax): Remove an optional check that looked at
7476 the existence of the now removed language variables.
7477
7478 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7479 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7480 object instantiation expressions as declarations in some contexts.
7481 This bug only affected languages where the declarator can't be
7482 enclosed in parentheses.
7483
7484 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7485 insert newlines before and after substatement braces.
7486
7487 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7488 function declaration headers and the handling of C++ style member
7489 init lists.
7490
7491 (c-just-after-func-arglist-p): Rewritten to use
7492 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7493
7494 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7495
7496 (c-guess-basic-syntax): Adapt case 5B for the new
7497 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7498 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7499 covers all cases now).
7500
7501 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7502
7503 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7504
7505 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7506 c-string-par-start/separate c-sentence-end-with-esc-eol,
7507 initialised in c-setup-paragraph-variables, used in string
7508 scanning subroutines of c-beginning-of-statement.
7509
7510 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7511 which precedes the newly inserted `{'.
7512
7513 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7514
7515 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7516 function for declaration level blocks. It should now cope with
7517 templates better and also be a lot more comprehensible.
7518
7519 (c-looking-at-decl-block): The new function.
7520
7521 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7522 for compatibility.
7523
7524 (c-add-class-syntax, c-guess-continued-construct)
7525 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7526
7527 (c-decl-block-key): Change to tell apart ambiguous and
7528 unambiguous keywords. Pike specials are now handled directly in
7529 the code instead.
7530
7531 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7532 New language constants and variables to make the backward skip in
7533 `c-looking-at-decl-block' as tight as possible.
7534
7535 (c-nonsymbol-token-char-list): New language constant.
7536
7537 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7538 find balanced template arglists backwards.
7539
7540 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7541 making char classes for `c-syntactic-skip-backward'.
7542
7543 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7544 16D - can't be a class-close at that point.
7545
7546 * progmodes/cc-engine.el (c-guess-basic-syntax)
7547 (c-add-class-syntax): Don't narrow out the enclosing declaration
7548 level. This makes everything a lot easier, and it was actually
7549 only four small places that needed it to work. Some places that
7550 previously did `widen' are removed now, which has the effect that
7551 `c-guess-basic-syntax' never will look at things outside the
7552 current narrowment now. The anchor position for `topmost-intro'
7553 is affected by this, but it was so bogus it was basically useless
7554 before, and now it's equally bogus but in a slightly different way.
7555
7556 (c-narrow-out-enclosing-class): Gone.
7557
7558 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7559 the narrowed region.
7560
7561 (c-least-enclosing-brace): Remove silly optional argument.
7562
7563 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7564 the point could be left directly after an open paren when finding
7565 the beginning of the first decl in the block.
7566
7567 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7568 Specify which submatch to use.
7569
7570 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7571
7572 (c-decl-start-re): No longer any need for special treatment of
7573 ObjC due to the above.
7574
7575 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7576 presumably follows C in that regard.
7577
7578 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7579 New language constants to specify operator tokens inside
7580 identifiers in a more high level way.
7581
7582 (c-opt-identifier-prefix-key): New internal language constant.
7583
7584 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7585 (c-identifier-start, c-identifier-key): Now completely calculated
7586 from other constants.
7587
7588 (c-identifier-last-sym-match): Decommission since it's no longer used.
7589
7590 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7591
7592 * progmodes/cc-engine.el (c-forward-name): Remove the
7593 optimization when c-identifier-key is equal to c-symbol-key since
7594 it doesn't work in byte compiled files. Don't record empty
7595 regions as identifiers.
7596
7597 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7598 simplify access to `c-operators' and its likes.
7599
7600 (c-operator-list, c-all-op-syntax-tokens)
7601 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7602 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7603 (c-primary-expr-regexp, c-cast-parens): Use it.
7604
7605 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7606 an explicit language in functions.
7607
7608 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7609 variant of adornment.
7610
7611 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7612 variable.
7613
7614 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7615 the Pike value.
7616
7617 * progmodes/cc-engine.el (c-on-identifier)
7618 (c-simple-skip-symbol-backward): Small fix for handling "-"
7619 correctly in `skip-chars-backward'. Affected the operator lfun
7620 syntax in Pike.
7621
7622 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7623 diagnostic message about precompiled language vars not being used.
7624
7625 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7626 "__attribute__" is followed by a parenthesis.
7627
7628 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7629 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7630 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7631
7632 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7633 Internal cleanups to properly detect the declared identifiers in
7634 various declarations.
7635
7636 (c-decl-start-kwds): New language constant to recognize
7637 declarations that can start anywhere. Used for class declarations
7638 in Pike.
7639
7640 (c-specifier-key, c-not-decl-init-keywords)
7641 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7642 (c-find-decl-spots): Implement `c-decl-start-kwds'.
7643
7644 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7645 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7646 handling of the compiler specific extension keywords into a new
7647 language constant `c-decl-hangon-kwds' that defines keyword
7648 clauses to be ignored in declarations.
7649
7650 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7651 past unrecognized tokens when handling `c-colon-type-list-kwds'.
7652 Necessary to stop at the declared identifier in e.g. IDL valuetype
7653 declarations.
7654
7655 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7656 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7657 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7658 (c-forward-decl-or-cast-1): Recognize the declared identifier in
7659 class and enum declarations as such and not as part of the type.
7660
7661 (c-forward-decl-or-cast-1, c-forward-label): Relax the
7662 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7663
7664 (c-forward-decl-or-cast-1): Don't disregard sure signs of
7665 declarations when there's some syntax error later on.
7666
7667 (c-complex-decl-matchers): Did away with a reference to
7668 `c-specifier-key'.
7669
7670 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7671 value - this variable is always dynamically bound.
7672
7673 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7674 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7675 * cc-cmds.el, cc-defs.el: Change the policy for marking up
7676 functions that might do hidden buffer changes: All such internal
7677 functions are now marked instead of those that don't.
7678
7679 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
7680 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
7681 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
7682 (c-literal-type): Allow these functions to make hidden buffer changes,
7683 so that they are free to use text property caching later on.
7684
7685 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
7686 (c-electric-brace, c-electric-slash, c-electric-star)
7687 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
7688 (c-electric-paren, c-electric-continued-statement, c-indent-command)
7689 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
7690 (c-context-line-break): Add `c-save-buffer-state' calls to comply
7691 with the changed semantics of the functions above.
7692
7693 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
7694 when macros occur in obscure places. Optimized the sexp movement
7695 a bit.
7696
7697 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7698
7699 Enhancements for c-beginning-of-statement to work in AWK Mode:
7700
7701 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
7702 (completed statement) with `}' (statement completed by closing
7703 brace or semicolon) and `$' (statement completed by EOL).
7704
7705 (c-awk-virtual-semicolon-ends-prev-line-p)
7706 (c-awk-virtual-semicolon-ends-line-p)
7707 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
7708 (c-awk-at-statement-end-p): New functions.
7709
7710 * progmodes/cc-cmds.el: Simplify the structure of functions
7711 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
7712 two functions and c-beginning-of-statement to handle AWK Mode.
7713
7714 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
7715 c-backward-single-comment for AWK mode. Attempt to clarify their
7716 doc-strings.
7717
7718 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
7719
7720 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7721
7722 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
7723 label handling. Labels are now recognized in a uniform and more
7724 robust way, regardless of context. Text properties are put on all
7725 labels to recognize the following declarations better.
7726 Multiword labels are handled both in indentation and fontification for
7727 the benefit of language extensions like Qt. For consistency, keywords
7728 in labels are now fontified with the label face instead.
7729 That also applies to "case" and "default".
7730
7731 (c-beginning-of-statement-1): Fix some bugs in the label
7732 handling. Disregard `c-nonlabel-token-key' in labels that begin
7733 with `c-label-kwds'.
7734
7735 (c-find-decl-spots): Support that the callback adds more
7736 `c-decl-end' spots to find.
7737
7738 (c-forward-decl-or-cast-1): Don't treat a list of plain
7739 identifiers followed by a colon as a declaration.
7740
7741 (c-forward-label): New function to recognize labels.
7742
7743 (c-guess-basic-syntax): Replace uses of `c-label-key' with
7744 `c-forward-label'. Moved the label recognition cases (14 and 15)
7745 earlier since they aren't so context sensitive now. Handle labels
7746 on the top level gracefully. Moved access label recognition to
7747 the generic label case (CASE 15) - removed CASE 5E.
7748
7749 (c-font-lock-declarations): Add recognition of labels in the
7750 same round since we need to handle labels in parallell with other
7751 declarations to recognize both accurately. It should also improve
7752 speed.
7753
7754 (c-simple-decl-matchers, c-basic-matchers-after):
7755 Move `c-font-lock-labels' so that it only is used on decoration level 2
7756 since `c-font-lock-declarations' handles it otherwise.
7757
7758 (c-complex-decl-matchers): Remove the simplistic recognition of
7759 access labels.
7760
7761 (c-decl-prefix-re): Remove the kludges that was necessary to cope
7762 with labels earlier.
7763
7764 (c-decl-start-re): New language variable to make
7765 `c-font-lock-declarations' stop for the special protection labels
7766 in Objective-C that start with `@'.
7767
7768 (c-label-key): Remove since it's no longer used.
7769
7770 (c-recognize-colon-labels, c-label-prefix-re): New language
7771 constants to support recognition of generic colon-terminated labels.
7772
7773 (c-type-decl-end-used): `c-decl-end' is now used whenever there
7774 are colon terminated labels.
7775
7776 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7777 first argument starts with a special brace list.
7778
7779 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
7780 (c-font-lock-declarations): Break out the declaration and cast
7781 recognition from `c-font-lock-declarations' to a new function, so
7782 that it can be used in the indentation engine.
7783
7784 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
7785 up to the start of the literal. Fixed bug with the point on the
7786 wrong side of the search limit that could happen when the start
7787 position is inside a literal.
7788
7789 * progmodes/cc-engine.el (c-parse-state)
7790 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
7791 so that it's kept a little bit back to increase the hit rate.
7792
7793 (c-parse-state): Change the macro handling and fixed some
7794 glitches. Macro context is checked more often than necessary now,
7795 but otoh less garbage conses are generated.
7796
7797 * progmodes/cc-engine.el (c-parse-state)
7798 (c-invalidate-state-cache): Cache the last position where
7799 `c-state-cache' applies. This can speed up refontification quite
7800 a bit in blocks where there are many non-brace parens before the point.
7801
7802 (c-state-cache-end): New variable for this.
7803
7804 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
7805 cache variable.
7806
7807 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
7808 get close initial continue positions when the start position is
7809 inside a literal or macro. Do not call the callback for spots
7810 before the start position (which can happen e.g. for `c-decl-end'
7811 spots inside comments). Optimize better in special cases when the
7812 region is a single line inside a literal or macro (typically when
7813 the current line is refontified).
7814
7815 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
7816 to `c-add-stmt-syntax' - there's no need to explicitly whack off
7817 entries from the paren state.
7818
7819 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
7820 special case for "else if" clauses.
7821
7822 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7823 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
7824
7825 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
7826 New language variable to recognize the gcc extension with statement
7827 blocks inside expressions.
7828
7829 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
7830 it somewhat more comprehensible. The argument AT-BLOCK-START is
7831 no longer used and hence removed.
7832
7833 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
7834 to `c-add-stmt-syntax'.
7835
7836 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7837 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
7838 This fixes bogus label recognition.
7839
7840 * progmodes/cc-engine.el (c-add-type, c-check-type)
7841 (c-forward-name, c-forward-type): Improve storage of template
7842 types in `c-found-types' so that they can be recognized better.
7843
7844 (c-syntactic-content): Add option to skip past nested parens.
7845
7846 * progmodes/cc-engine.el (c-forward-name):
7847 Set `c-last-identifier-range' all the time. It's less work that way.
7848 Handle that there might not be an identifier to store in
7849 `c-last-identifier-range'.
7850
7851 (c-forward-type): Handle that `c-last-identifier-range' might be
7852 nil from `c-forward-name'.
7853
7854 * progmodes/cc-defs.el (c-safe-scan-lists)
7855 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
7856
7857 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
7858 to work even if the form fails.
7859
7860 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
7861 down in a large file in one go.
7862
7863 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
7864
7865 * progmodes/cc-align.el (c-lineup-assignments): New lineup
7866 function which is like `c-lineup-math' but returns nil instead of
7867 `c-basic-offset' when it doesn't match.
7868
7869 (c-lineup-math): Change to use `c-lineup-assignments'.
7870
7871 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7872
7873 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
7874 c-beginning-of-statement. New subfunctions
7875 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
7876
7877 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7878
7879 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
7880 hardcoded char classes whereever possible. Changed a couple of
7881 places to use skip by syntax instead of skip by char class.
7882
7883 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
7884 Fix a bug in the regexp that caused extreme backtracking.
7885
7886 * progmodes/cc-langs.el (c-block-comment-starter)
7887 (c-block-comment-ender): New language constants to specify in a
7888 single place how block comments look.
7889
7890 (c-comment-start-regexp, c-block-comment-start-regexp)
7891 (comment-start, comment-end, comment-start-skip)
7892 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
7893 (c-syntactic-ws, c-nonempty-syntactic-ws)
7894 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
7895 `c-line-comment-starter', `c-block-comment-starter' and
7896 `c-block-comment-ender'.
7897
7898 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
7899 New language constants to break up things a bit.
7900
7901 (c-simple-ws): New language constant for simple whitespace.
7902
7903 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
7904
7905 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
7906 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
7907 newlines. Allow and ignore nil elements in the list.
7908
7909 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7910
7911 * progmodes/cc-cmds.el: Comment out a (n almost certainly
7912 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
7913
7914 * progmodes/cc-cmds.el: Tidy up the comments in
7915 c-beginning-of-statement and subfunctions.
7916
7917 * progmodes/cc-awk.el: Replace calls to put-text-property to the
7918 more flexible c-put-char-property and c-clear-char-properties.
7919 Add the author's email address.
7920
7921 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
7922
7923 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
7924 closing "*/" of a block comment.
7925
7926 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
7927 subfunctions) so that it works at BOB and EOB.
7928
7929 * progmodes/cc-cmds.el, cc-vars.el: More updating of
7930 c-beginning-of-statement, including new variable
7931 c-block-comment-start-regexp.
7932
7933 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7934
7935 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
7936 symbols from `*-font-lock-extra-types' so that there's no need to
7937 use `regexp-opt' on those lists.
7938
7939 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
7940 `c-type-modifier-kwds' is empty.
7941
7942 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
7943 there are several strings on the same line.
7944
7945 * progmodes/cc-engine.el (c-literal-limits): Remove the
7946 compatibility function for older emacsen. `c-literal-limits-fast'
7947 has now taken the place of this function.
7948
7949 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
7950 with older emacsen: We now require `pps-extended-state'.
7951
7952 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7953
7954 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
7955 which obviates the need to hack sentence-end. This now handles
7956 escaped newlines in strings correctly. Correct minor bugs in
7957 c-move-over-sentence and in c-beginning-of-statement.
7958
7959 * progmodes/cc-cmds.el (c-beginning-of-statement (and
7960 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
7961 that movement over macros and code are rigorously separated from
7962 eachother. Correct a few incidental bugs.
7963
7964 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
7965 Improve its doc-string. Improve the handling of certain specific cases.
7966
7967 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7968
7969 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
7970 (c-guess-basic-syntax): Change the way class-level labels are
7971 recognized; they can now contain essentially any symbols.
7972
7973 (c-opt-extra-label-key): New language variable to cope with the
7974 special protection label syntax in Objective-C.
7975
7976 (c-opt-access-key): Remove; this is now handled better by
7977 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
7978
7979 (c-complex-decl-matchers): Update to handle that
7980 `c-opt-access-key' no longer exists.
7981
7982 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
7983 improved label recognition in `c-beginning-of-statement-1'.
7984
7985 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
7986 Recognize bitfields better.
7987
7988 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
7989 Remove some cruft and fixed a bug that could cause it to go to a
7990 position further down.
7991
7992 * progmodes/cc-langs.el, cc-engine.el
7993 (c-beginning-of-statement-1): Improve detection of labels in
7994 declaration contexts.
7995
7996 (c-beginning-of-decl-1): Use it.
7997
7998 (c-nonlabel-token-key): New language constant and variable needed
7999 by `c-beginning-of-statement-1'.
8000
8001 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8002 manifested itself due to the correction in `c-forward-sexp'.
8003
8004 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8005 Make these behave as documented when used at the buffer limits.
8006
8007 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8008 (c-type-decl-end-used): Made this a language variable.
8009
8010 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8011 correctly when `combine-after-change-calls' is used together with
8012 temporary narrowings.
8013
8014 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8015 Report labels correctly when the start point is immediately after the
8016 colon.
8017
8018 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8019 Remove since it isn't used anymore.
8020
8021 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8022 bracket arglists such as template parens in C++.
8023
8024 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8025 in the last check-in. Some optimization.
8026
8027 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8028 where it could stop at the same level in a preceding sexp when
8029 PAREN-LEVEL is set.
8030
8031 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8032 text property lookup only when it's needed.
8033
8034 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8035 Change the policy for paren marked angle brackets to be more
8036 persistent; once marked they remain marked even when they're found
8037 to be unbalanced in the searched region. This should keep the
8038 paren syntax around even when individual lines are refontified in
8039 multiline template arglists.
8040
8041 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8042 to control markup so that incorrect angle bracket arglists aren't
8043 marked in contexts where the correct value for
8044 `c-disallow-comma-in-<>-arglists' isn't known.
8045
8046 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8047 argument has become `c-parse-and-markup-<>-arglists'.
8048
8049 (c-remove-<>-arglist-properties): Remove - no longer used.
8050
8051 (c-after-change-check-<>-operators): New function used on
8052 `after-change-functions' to avoid that "<" and ">" characters that
8053 are part of longer operators have paren syntax.
8054
8055 (c-<>-multichar-token-regexp): New language variable used by
8056 `c-after-change-check-<>-operators'.
8057
8058 (c-after-change): Call `c-after-change-check-<>-operators'.
8059
8060 (c-font-lock-<>-arglists): Use the context properties set by
8061 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8062 correctly to avoid doing invalid markup.
8063
8064 (c-font-lock-declarations): Remove code that undoes the invalid
8065 markup done by `c-font-lock-<>-arglists'.
8066
8067 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8068 after `c-font-lock-declarations'.
8069
8070 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8071 Add paren-level feature.
8072
8073 (c-guess-basic-syntax): Improve the anchor position for
8074 `template-args-cont' in nested template arglists. There's still
8075 much to be desired in this area, though.
8076
8077 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8078
8079 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8080 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8081
8082 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8083
8084 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8085 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8086
8087 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8088 it doesn't work no longer are supported.
8089
8090 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8091 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8092 requires support for the syntax-table' text property, which rules
8093 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8094 cruft associated with those versions.
8095
8096 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8097 for the `syntax-table' text property, which rules out Emacs 19 and
8098 XEmacs < 21.4. Removed various compatibility cruft associated
8099 with those versions.
8100
8101 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8102 support for the `syntax-table' text property.
8103
8104 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8105 variable and use an extra quoted face name instead. All the
8106 emacsen flavors handle that correctly.
8107
8108 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8109 (c-font-lock-declarators, c-font-lock-declarations)
8110 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8111 property to mark the items in in declarator lists to handle
8112 refontification inside multiline declarations better.
8113
8114 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8115 construct like "a * b = c;" as a declaration.
8116
8117 2005-12-08 Kim F. Storm <storm@cua.dk>
8118
8119 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8120 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8121 select either meta, hyper, or super modifier for rectangle commands.
8122 (cua--rectangle-modifier-key): New defvar.
8123 (cua--M/H-key): Use it. Remove special case for `space'.
8124 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8125 on X, to meta otherwise. Always bind C-return to toggle
8126 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8127
8128 * emulation/cua-rect.el (cua-help-for-rectangle):
8129 Use cua--rectangle-modifier-key. Handle super modifier too.
8130 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8131 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8132
8133 * ido.el: Move Acknowledgements and History after Commentary.
8134 Minor changes to Commentary.
8135
8136 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8137 keymap if cua--prefix-override-timer is `shift'.
8138 (cua--shift-control-prefix): New function; emulate "type prefix
8139 key twice" functionality to handle shifted prefix key override.
8140 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8141 New commands.
8142 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8143
8144 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8145
8146 * textmodes/org.el (org-insert-heading): Try to do items before
8147 headings.
8148 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8149 (org-insert-item): New function.
8150 (org-renumber-ordered-list): Don't skip to higher level lists.
8151
8152 2005-12-08 Juri Linkov <juri@jurta.org>
8153
8154 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8155
8156 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8157
8158 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8159
8160 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8161 the constructed function name fun-1.
8162
8163 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8164 because such links don't lead to parent documentation.
8165
8166 2005-12-08 Kenichi Handa <handa@m17n.org>
8167
8168 * descr-text.el (describe-char): Use *Help-2* buffer if the
8169 current buffer is *Help*. Call describe-text-properties while
8170 setting the original buffer.
8171
8172 2005-12-07 Bill Wohler <wohler@newt.com>
8173
8174 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8175 and causes problems with non-MH users (such as Gnus users).
8176
8177 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8178
8179 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8180 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8181 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8182 command "info sources". Move calls to GDB command "list".
8183 (gdb-find-file-hook): Just use gdb-source-file-list.
8184 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8185 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8186 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8187 (gdb-data-list-register-values-handler): Use correct trigger name.
8188
8189 2005-12-07 Kim F. Storm <storm@cua.dk>
8190
8191 * ido.el (ido-completion-map): Rename from ido-mode-map.
8192 (ido-common-completion-map, ido-file-completion-map)
8193 (ido-file-dir-completion-map, ido-buffer-completion-map):
8194 Rename from ido-mode-....-map.
8195 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8196 (ido-setup-completion-map): Rename from ido-define-mode-map.
8197 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8198 to ido-completion-map.
8199
8200 2005-12-07 Kenichi Handa <handa@m17n.org>
8201
8202 * international/mule-cmds.el
8203 (set-display-table-and-terminal-coding-system): If the coding
8204 system specified in `unibyte-display' property is different from
8205 the arg coding-system, don't setup standard-display-table.
8206
8207 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8210 that comments end at \n, regardless of selective-display.
8211
8212 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8213
8214 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8215 (gdb-version): New variables.
8216 (gdb-source-file-list, gdb-register-names)
8217 (gdb-changed-registers): New variables for use with GDB 6.4+.
8218 (gdb-ann3): Replace with...
8219 (gdb-init-1, gdb-init-2): ...two new functions.
8220 (gdba, gdb-prompt): Call gdb-init-1.
8221 (gdb-get-version): New function. Call gdb-init-2 from here.
8222 (gud-watch): Make it work with mouse events too.
8223 (gdb-post-prompt): Don't add to queue until GDB version is known.
8224 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8225 (gdb-locals-mode): Use gdb-version.
8226 (gdb-memory-format-map, gdb-memory-unit-map)
8227 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8228 (gdb-locals-font-lock-keywords-1)
8229 (gdb-locals-font-lock-keywords-2): New variables.
8230 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8231 (gdb-set-gud-minor-mode-existing-buffers-1)
8232 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8233 (gdb-var-update-1, gdb-var-update-handler-1)
8234 (gdb-data-list-register-values-handler)
8235 (gdb-data-list-register-values-custom)
8236 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8237 (gdb-stack-list-locals-handler, gdb-get-register-names):
8238 New functions for use with GDB 6.4+.
8239 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8240 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8241 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8242 (gdb-stack-list-locals-regexp)
8243 (gdb-data-list-register-names-regexp): New regexps for use with
8244 GDB 6.4+.
8245
8246 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8249
8250 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8251
8252 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8253 prompts work for AUTH PLAIN. Also reported by Steve Allan
8254 <seallan@verizon.net>.
8255
8256 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8257
8258 * frame.el (set-frame-parameter): Add doc string.
8259
8260 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8261
8262 * textmodes/org.el (org-occur-highlights): New variable.
8263 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8264 (org-highlight-sparse-tree-matches): New option.
8265 (org-do-occur): New function.
8266 (org-get-heading): Make it work also at beginning of line.
8267 (org-category-table): New variable.
8268 (org-get-category-table, org-get-category)
8269 (org-camel-to-words, org-link-search): New functions.
8270 (org-select-this-todo-keyword): New variable.
8271 (org-todo-list): New command.
8272 (org-shiftright, org-shiftleft): New commands.
8273 (org-agenda-todo): Add prefix argument.
8274 (org-show-hierarchy-above): New option.
8275 (org-show-todo-tree): Numerical prefix creates tree for specific
8276 TODO keyword.
8277 (org-outline-level): New function, to assign a level to plain
8278 lists items.
8279 (org-cycle-include-plain-lists): New option.
8280 (org-mode): Use `org-outline-level' as value of `outline-level'.
8281 (org-cycle): Temporarily switch `outline-regexp' if
8282 `org-cycle-include-plain-lists' is non-nil.
8283 (org-start-icalendar-file): Fix format bug.
8284 (org-agenda-get-day-entries): Create category table.
8285 (org-agenda-get-todos, org-agenda-get-timestamps)
8286 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8287 (org-agenda-get-blocks): Use `org-get-category'.
8288 (org-context-in-file-links): Rename from
8289 `org-line-numbers-in-file-links'.
8290
8291 2005-12-06 Romain Francoise <romain@orebokech.com>
8292
8293 * window.el (balance-windows): Delete extraneous third arg in call
8294 to `enlarge-window'.
8295
8296 2005-12-06 Kenichi Handa <handa@m17n.org>
8297
8298 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8299
8300 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8301
8302 * progmodes/gdb-ui.el (gdb-var-create-handler)
8303 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8304 (gdb-var-list-children-handler, gdb-var-update-handler):
8305 Current buffer is already gdb-partial-output-buffer, don't
8306 make it current again.
8307
8308 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8309
8310 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8311 (list-buffers-noselect): Use it.
8312
8313 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8316 (mail-yank-ignored-headers): Use regexp-opt.
8317 (mail-mode-map): Move initialization into declaration.
8318 (mail-sent-via): Remove unused shadowed var `to-line'.
8319 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8320 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8321 (mail-do-fcc): Use dolist and push.
8322 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8323 (mail-yank-ignored-headers): Don't autoload.
8324
8325 2005-12-05 Kenichi Handa <handa@m17n.org>
8326
8327 * international/mule-cmds.el (set-language-info-internal): New fun.
8328 (set-language-info): Call set-language-info-internal to update
8329 language-info-alist. If LANG-ENV is the current one, call
8330 set-language-environment to make INFO effective now.
8331 (set-language-info-alist): Likewise.
8332 (locale-language-names): With locale "en", use English
8333 lang. env. but set the default codings to iso-8859-1.
8334
8335 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8336
8337 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8338 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8339 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8340 for plain strings.
8341 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8342 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8343 Create registers buffer if necessary. Echo new state in minibuffer.
8344 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8345
8346 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8347
8348 * info.el (Info-fontify-node): Match external links using
8349 non-directory part of filename.
8350
8351 2005-12-04 Juri Linkov <juri@jurta.org>
8352
8353 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8354 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8355 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8356 because there is no customization option for it.
8357
8358 * font-lock.el (lisp-font-lock-keywords-1):
8359 Add define-global-minor-mode.
8360
8361 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8362
8363 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8364 properties on the constructed variable names.
8365
8366 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8367 Put `definition-name' properties on the constructed function names
8368 next-sym and prev-sym.
8369
8370 * emacs-lisp/find-func.el (find-function-regexp):
8371 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8372 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8373 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8374 and easy-menu-define.
8375
8376 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8377 easy-mmode-define-global-mode and define-global-minor-mode.
8378 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8379
8380 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8381 instead of easy-mmode-define-global-mode.
8382
8383 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8384 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8385
8386 * cus-edit.el (customize-group, customize-group-other-window):
8387 Filter out autoloaded options from the group completion list by
8388 using heuristics that autoloaded groups don't have `custom-autoload'
8389 property on their symbols (they have only `custom-loads').
8390
8391 * simple.el (completion-setup-function): Put completions-common-part
8392 face on complete completion string too (i.e. completion string
8393 without completions-first-difference face).
8394
8395 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8396
8397 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8398
8399 * view.el (view-mode): Doc fix.
8400
8401 * disp-table.el (standard-display-european): Add to the warning
8402 message a reference to the doc string.
8403
8404 * play/yow.el (apropos-zippy): Call print-help-return-message,
8405 similar to other Help and Apropos commands.
8406
8407 * help.el (print-help-return-message): If pop-up-frames is
8408 non-nil, set up help-return-method to delete the help window and,
8409 possibly, its frame as well, and don't display message about
8410 scrolling the help window. Doc fix.
8411 (help-return-method): Doc fix.
8412
8413 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8414
8415 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8416 whereby names of length one or names starting with a
8417 symbol-constituent character would not be returned.
8418
8419 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8420
8421 * subr.el (atomic-change-group): Add edebug and indentation spec.
8422
8423 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * completion.el (save-completions-file-name): Fix typo in last change.
8426
8427 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8428
8429 * info.el: Move back/forward history to the beginning of the tool bar.
8430
8431 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8432
8433 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8434 Add fset of allout-real-isearch-abort during compile to fix
8435 byte-compilation warnings.
8436 (allout-mode-p): Move definition of this macro above all uses, or
8437 byte compilation in barren emacs (eg, during emacs build) will
8438 lack the definition.
8439 (allout-mode): Move this variable above any uses, or byte
8440 compilation will fail.
8441 (allout-resolve-xref): Remove use of personal file-reference function.
8442 (allout-toggle-current-subtree-encryption): Do the current (ie,
8443 visible containing) topic, rather than nearest around point. Doc fix.
8444 (allout-toggle-subtree-encryption): New function, workhorse that
8445 works on nearest topic containing point.
8446 (allout-encrypt-string): Signal requirement for newer version of pgg.
8447 (allout-resumptions): Doc fix.
8448
8449 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8450
8451 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8452
8453 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8454
8455 * textmodes/flyspell.el (flyspell-external-point-words):
8456 Consider a misspelling as found in the string search if: (a) misspelling
8457 and found string lengths match, or (b) misspelling is found as
8458 element in a boundary-chars separated longer string, or (c)
8459 ispell-program-name is really ispell and misspelling is found as
8460 part of a TeX string. After successful match move beginning of
8461 search region to end of match. Warn about not found misspellings
8462 once the process is done.
8463 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8464
8465 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8466
8467 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8468 tool bar (removed inadvertently).
8469
8470 2005-12-02 Juri Linkov <juri@jurta.org>
8471
8472 * log-view.el (log-view-diff): Clarify doc string.
8473
8474 2005-12-01 Bill Wohler <wohler@newt.com>
8475
8476 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8477 triggers lm-verify errors.
8478
8479 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8480
8481 * simple.el (transient-mark-mode, line-number-mode)
8482 (column-number-mode, size-indication-mode): Remove `:require nil'.
8483
8484 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8485
8486 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8487 in the margin also.
8488 (gdb-breakpoints-mode-map): Use D instead of d for
8489 gdb-delete-breakpoint.
8490 (gdb-get-frame-number): Require a number to match on.
8491 (gdb-threads-mode-map): Add follow-link binding.
8492
8493 2005-11-30 Jason Rumney <jasonr@gnu.org>
8494
8495 * isearch.el (isearch-mode-map): Avoid exiting search on
8496 language-change event.
8497
8498 2005-11-30 Romain Francoise <romain@orebokech.com>
8499
8500 * speedbar.el (speedbar-default-position): New defcustom.
8501 (speedbar-frame-reposition-smartly): Use it.
8502
8503 * dframe.el (dframe-reposition-frame-emacs): Fix position
8504 computation for `left' location.
8505 Update copyright year.
8506
8507 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * help.el (help-map): Move initialization into declaration.
8510
8511 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8512
8513 * help-fns.el (help-argument-name): Don't autoload.
8514 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8515 to be re-loaded when customizing the `help' group.
8516
8517 2005-11-30 John Paul Wallington <jpw@gnu.org>
8518
8519 * help-fns.el (describe-function-1): Fill arglist output.
8520
8521 2005-11-30 Kim F. Storm <storm@cua.dk>
8522
8523 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8524 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8525 after revert-buffer (or anything else which kills all local variables).
8526
8527 * apropos.el (apropos-parse-pattern): Doc fix.
8528 Set apropos-regexp directly, rather than expecting callers to do so.
8529 (apropos-command, apropos, apropos-value, apropos-documentation):
8530 Simplify calls to apropos-parse-pattern.
8531
8532 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8533
8534 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8535 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8536 (hi-lock-write-interactive-patterns): Use comment-region.
8537
8538 * longlines.el (longlines-mode): Add mail-setup-hook.
8539
8540 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8541
8542 * simple.el (sendmail-user-agent-compose, next-line):
8543 Conditionally use hard-newline.
8544
8545 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8546
8547 * international/latexenc.el (latex-inputenc-coding-alist):
8548 Reword doc string.
8549
8550 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8551
8552 * help.el (describe-key-briefly, describe-key): Recognize default
8553 bindings.
8554
8555 2005-11-29 Romain Francoise <romain@orebokech.com>
8556
8557 * view.el (view-inhibit-help-message): New defcustom.
8558 (view-mode-enter): Use it.
8559
8560 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8561
8562 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8563 Preserve user position.
8564
8565 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8566
8567 * font-lock.el: Throw error if facemenu is not loaded to prevent
8568 accidental change of loading order in loadup.el. (Suggested by RMS.)
8569
8570 * loadup.el: Add comment explaining why facemenu must be loaded
8571 before font-lock.
8572
8573 2005-11-28 Jay Belanger <belanger@truman.edu>
8574
8575 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8576 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8577
8578 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8579
8580 * calc/calc-embed.el (calc-do-embedded): Update help message.
8581
8582 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8583
8584 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8587
8588 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8589 called-interactively-p.
8590 (elp-profilable-p): Rename from elp-not-profilable-p.
8591 Invert result and take into account macros and autoloaded functions.
8592 (elp-instrument-function): Update call.
8593 (elp-instrument-package): Update call. Add completion.
8594 (elp-pack-number): Use match-string.
8595 (elp-results-jump-to-definition-by-mouse): Merge into
8596 elp-results-jump-to-definition and then remove.
8597 (elp-output-insert-symname): Make help echo text single-line.
8598
8599 * replace.el (query-replace-map): Move initialization into declaration.
8600 (occur-engine): Use with-current-buffer.
8601 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8602 (occur-mode-mouse-goto): Replace with an alias.
8603
8604 2005-11-28 Juri Linkov <juri@jurta.org>
8605
8606 * simple.el (quoted-insert): Let-bind input-method-function to nil.
8607
8608 * term/w32-win.el: Bind [S-tab] to [backtab].
8609
8610 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8611 `Info-find-file' to t.
8612
8613 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8614 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8615 and same-window-regexps.
8616 (occur-next-error): Don't move point for arg 0.
8617
8618 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
8619
8620 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8621
8622 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8623
8624 * log-edit.el (log-edit-changelog-use-first): New var.
8625 (log-edit-changelog-ours-p): Use it.
8626 (log-edit-insert-changelog): Set it with new arg `use-first'.
8627 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8628 (log-edit-hook): Add them to the list of suggested options.
8629
8630 * textmodes/flyspell.el (flyspell-last-buffer): New var.
8631 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8632 redundant work.
8633 (flyspell-mode-on): Use add-hook for after-change-functions.
8634 (flyspell-mode-off): Use remove-hook for after-change-functions.
8635 (flyspell-changes): Make it buffer-local.
8636 (flyspell-after-change-function): Make it non-interactive. Use push.
8637 (flyspell-post-command-hook): Check input-pending-p while processing
8638 the potentially long list of buffer changes.
8639
8640 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8641
8642 * buff-menu.el (list-buffers-noselect): Display the selected
8643 frame's buffer list, not the global one.
8644
8645 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8646
8647 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8648 that (list last-input-event) works as in interactive spec.
8649
8650 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8651
8652 * loadup.el ("facemenu"): Load facemenu before font-lock, because
8653 `facemenu-keymap' needs to be defined when font-lock is loaded.
8654 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8655
8656 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * completion.el: Remove useless leading * in defcustom docstrings.
8659 (save-completions-file-name): Use ~/.emacs.d if available.
8660 (completion-standard-syntax-table): Rename from
8661 cmpl-standard-syntax-table and fold initialization into declaration,
8662 thus removing cmpl-make-standard-completion-syntax-table.
8663 (completion-lisp-syntax-table, completion-c-syntax-table)
8664 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8665 (cmpl-saved-syntax, cmpl-saved-point): Remove.
8666 (symbol-under-point, symbol-before-point)
8667 (symbol-under-or-before-point, symbol-before-point-for-complete)
8668 (add-completions-from-c-buffer): Use with-syntax-table.
8669 (make-completion): Don't return a list of completion entries.
8670 Update callers.
8671 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8672 (completion-initialize): Rename from initialize-completions.
8673 (completion-find-file-hook): Rename from cmpl-find-file-hook.
8674 (kill-emacs-save-completions): Collect stats here.
8675 (save-completions-to-file, load-completions-from-file):
8676 Use with-current-buffer.
8677 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
8678 into a function. Move all calls to toplevel.
8679 (completion-lisp-mode-hook): New fun.
8680 (completion-c-mode-hook, completion-setup-fortran-mode):
8681 Set the syntax-table here. Use local-set-key.
8682 (completion-saved-bindings): New var.
8683 (dynamic-completion-mode): Make it into a proper minor mode.
8684 (load-completions-from-file): Remove unused var `num-uses'.
8685
8686 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
8687 constructor if it is explicitly overridden.
8688
8689 * complete.el (PC-completion-as-file-name-predicate):
8690 Use minibuffer-completing-file-name.
8691 (partial-completion-mode): Use find-file-not-found-functions.
8692 (PC-lisp-complete-symbol): Use with-syntax-table.
8693 (PC-look-for-include-file): Remove dead setq.
8694 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
8695 (PC-complete): Use with-current-buffer.
8696
8697 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
8698 escape single quotes.
8699
8700 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8701
8702 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
8703 of `if' whose condition always returned nil. Doc fix.
8704
8705 * buff-menu.el (Buffer-menu-revert-function): Make the selected
8706 window's buffer the current buffer around the call to
8707 `list-buffers-noselect'. This is necessary to mark that buffer
8708 with a `.' in the Buffer Menu when called from Lisp, for instance
8709 by Auto Revert Mode.
8710
8711 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8712
8713 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
8714 attaching to it.
8715 (gdb-pre-prompt): Make sure gdb-error is reset.
8716
8717 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
8718 with a child process, detect it.
8719 (gud-speedbar-buttons): Match regexp more carefully.
8720
8721 2005-11-27 Richard M. Stallman <rms@gnu.org>
8722
8723 * mouse.el (mouse-drag-move-window-bottom):
8724 Use adjust-window-trailing-edge.
8725
8726 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8727
8728 * simple.el (blink-matching-open): Ignore
8729 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
8730 (blink-matching-paren-on-screen): Update docstring.
8731
8732 * paren.el (show-paren-mode): No longer change
8733 `blink-matching-paren-on-screen'.
8734
8735 2005-11-27 John Paul Wallington <jpw@pobox.com>
8736
8737 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8738 (gdb-threads-select, gdb-edit-register-value):
8739 Use `posn-set-point' instead of `mouse-set-point' because the
8740 latter is not fbound when configured without X.
8741
8742 2005-11-27 Kim F. Storm <storm@cua.dk>
8743
8744 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
8745 existing face when partially highlighting a TAB in a rectangle.
8746
8747 2005-11-26 Kim F. Storm <storm@cua.dk>
8748
8749 * ido.el (ido-mode-map): Doc fix.
8750 (ido-mode-common-map, ido-mode-file-map)
8751 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
8752 (ido-define-mode-map): Rewrite. Select one of the new maps as
8753 parent for ido-mode-map instead of building from scratch.
8754 (ido-init-mode-maps): New defun to initialize new maps.
8755 (ido-mode): Call it.
8756 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
8757 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
8758
8759 2005-11-26 John Paul Wallington <jpw@pobox.com>
8760
8761 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
8762 `mouse-set-point' because the latter is not fbound when configured
8763 without X.
8764
8765 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8766
8767 * files.el (file-relative-name): Doc fix.
8768
8769 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8770
8771 * progmodes/octave-inf.el (inferior-octave-startup): Force a
8772 non-empty string for secondary prompt PS2.
8773
8774 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8775
8776 * progmodes/compile.el (compilation-setup): Fix last change.
8777
8778 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
8779
8780 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8781 (gdb-mouse-toggle-breakpoint-margin)
8782 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
8783 Add gdb-server-prefix to keep out of command history.
8784 (gdb-edit-register-value): New function.
8785 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
8786 (gdb-info-registers-custom): Use above map.
8787
8788 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8789
8790 * custom.el (enable-theme): Signal error if argument is not a
8791 theme. Don't recalculate a face if it's not loaded yet.
8792
8793 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
8794 the `user' theme is in effect.
8795
8796 * info.el (Info-on-current-buffer): Record actual filename in
8797 Info-current-file, instead of t, or a fake filename if a non-file
8798 buffer. Make autoload.
8799 (Info-find-node, Info-revert-find-node): No need to check for
8800 Info-current-file nil.
8801 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
8802 Info-current-file is now never `t'.
8803 (Info-fontify-node): Many simplifications due to Info-current-file
8804 always being valid. Use Info-find-file to find node filename.
8805
8806 2005-11-25 David Kastrup <dak@gnu.org>
8807
8808 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
8809 new character, then delete" in order to preserve markers.
8810
8811 2005-11-25 David Ponce <david@dponce.com>
8812
8813 * recentf.el (recentf-arrange-by-rule): Handle a special
8814 `auto-mode-alist'-like "strip suffix" rule.
8815 (recentf-build-mode-rules): Handle second level auto-mode entries.
8816
8817 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
8818
8819 * viper-keym.el (viper-ESC-key): Use different values in terminal and
8820 window modes.
8821
8822 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
8823 jde-javadoc-checker-report-mode.
8824
8825 * ediff-wind (ediff-make-wide-display): Slight simplification.
8826
8827 * ediff.el (ediff-date): Change the date of last update.
8828
8829 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
8830
8831 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
8832 Use define-minor-mode, and make it a local mode. Turn on font-lock.
8833 (hi-lock-mode): New global minor mode.
8834 (turn-on-hi-lock-if-enabled): New function.
8835 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
8836 Change arguments to regexp and face instead of a font-lock pattern.
8837 Directly set face property, instead of refontifying.
8838 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
8839 (hi-lock-find-patterns): Use line-number-at-pos.
8840
8841 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
8842 arguments for hi-lock-set-pattern.
8843 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
8844 Call font-lock-fontify-buffer.
8845 (hi-lock-find-file-hook, hi-lock-current-line)
8846 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
8847
8848 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
8849 turned off.
8850
8851 * progmodes/compile.el (compilation-setup): Don't fiddle with
8852 font-lock-defaults.
8853
8854 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
8855
8856 * progmodes/gdb-ui.el (gdb-var-create-handler)
8857 (gdb-var-list-children-handler): Find values for all variable
8858 objects. gud-speedbar-buttons decides whether to display them.
8859
8860 2005-11-24 Romain Francoise <romain@orebokech.com>
8861
8862 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
8863 buffer name with a space.
8864
8865 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8866
8867 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
8868 `org-export-local-list-max-depth'. Change default value to 3.
8869 (org-auto-renumber-ordered-lists)
8870 (org-plain-list-ordered-item-terminator): New options.
8871 (org-at-item-p, org-beginning-of-item, org-end-of-item)
8872 (org-get-indentation, org-get-string-indentation)
8873 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
8874 New functions.
8875 (org-move-item-down, org-move-item-up): New commands.
8876 (org-export-as-html): New classes for CSS support. Bug fix in
8877 regular expression detecting fixed-width regions. Respect
8878 `org-local-list-ordered-item-terminator'.
8879 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
8880 also a list item.
8881 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
8882 New item moving functions.
8883
8884 2005-11-24 Juri Linkov <juri@jurta.org>
8885
8886 * isearch.el (isearch-repeat): With empty search ring set
8887 `isearch-error' to the error string instead of signaling error
8888 with the function `error'.
8889
8890 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8891
8892 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
8893
8894 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
8895
8896 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
8897 and variable.
8898 (gdb-var-create-handler, gdb-var-list-children-handler):
8899 Don't match on "char **...".
8900 (gdb-var-update-handler): Find values for all variable objects.
8901 (gdb-info-frames-custom): Identify frames by leading "#".
8902
8903 * progmodes/gud.el (gud-speedbar-menu-items): Add
8904 gdb-speedbar-auto-raise as radio button.
8905 (gud-speedbar-buttons): Raise speedbar if requested.
8906 Don't match on "char **...".
8907 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
8908 Make it editable.
8909
8910 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
8911
8912 * info.el (Info-fontify-node): Handle the case where
8913 Info-current-file is t.
8914
8915 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * simple.el (blink-matching-open): Fix off-by-one in last change.
8918
8919 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8920
8921 * term/mac-win.el: Don't change default directory.
8922
8923 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
8924
8925 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
8926 buffers correctly. (It used to throw an error in such buffers.)
8927 Make it ask for confirmation in group buffers and other Custom
8928 buffers containing more than one customization item.
8929
8930 2005-11-22 John Paul Wallington <jpw@gnu.org>
8931
8932 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
8933 property on mail and url overlays.
8934 (goto-address-at-point): Use `posn-set-point' instead of
8935 `mouse-set-point' because the latter is not fbound when configured
8936 without X.
8937
8938 2005-11-22 Lars Hansen <larsh@soem.dk>
8939
8940 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
8941 (ls-lisp-classify, ls-lisp-format): Delete call to
8942 ls-lisp-parse-symlink.
8943 (ls-lisp-handle-switches): Handle symlinks to directories as
8944 directories when ls-lisp-dirs-first in non-nil.
8945
8946 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
8947
8948 * startup.el (command-line): Make sure that loaddefs.el is handled
8949 correctly in load-history.
8950
8951 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
8952
8953 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
8954 (gdb-struct-string, gdb-array-string): New constants.
8955 (gdb-info-locals-handler): Use them.
8956 (gdb-reset): Reset gdb-var-list to nil.
8957
8958 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
8961 in patterns.
8962
8963 2005-11-21 Juri Linkov <juri@jurta.org>
8964
8965 * custom.el (defcustom): Update link types in docstring.
8966
8967 2005-11-20 Martin Rudalics <rudalics@gmx.at>
8968
8969 * custom.el (defgroup): Add doc-string-elt info.
8970
8971 * widget.el (define-widget): Don't use declare for the doc-string-elt.
8972
8973 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * newcomment.el (comment-enter-backward): Fix last fix.
8976
8977 * simple.el (blink-matching-open):
8978 * paren.el (show-paren-function): Allow new paren-class info.
8979
8980 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8981
8982 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
8983 handled automagically.
8984
8985 2005-11-20 Andreas Schwab <schwab@suse.de>
8986
8987 * descr-text.el (describe-char): When copying overlays put them
8988 over the full char description instead of just the first character
8989 of it.
8990
8991 2005-11-20 Juri Linkov <juri@jurta.org>
8992
8993 * simple.el (what-cursor-position):
8994 * descr-text.el (describe-char): Use Lisp-readable syntax
8995 for octal and hex. Reorder decimal, octal and hex values.
8996 Remove excess whitespace in the output. Use `=' in `column='
8997 like in `point=' and `Hscroll='.
8998
8999 * international/mule-cmds.el (encoded-string-description):
9000 Use Lisp-readable syntax for hex.
9001
9002 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 * newcomment.el (comment-enter-backward): Handle the case where the
9005 comment is closed by EOB.
9006
9007 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9008
9009 * longlines.el (longlines-before-revert-hook)
9010 (longlines-after-revert-hook): New functions.
9011 (longlines-mode): Turn off longlines temporarily when reverting.
9012 Add a message-setup-hook.
9013 (longlines-decode-buffer): New function.
9014 (longlines-wrap-line): Preserve marker positions.
9015
9016 2005-11-19 Andreas Schwab <schwab@suse.de>
9017
9018 * emacs-lisp/shadow.el: Handle compressed files.
9019
9020 2005-11-19 Romain Francoise <romain@orebokech.com>
9021
9022 * net/browse-url.el (browse-url-default-browser): Signal an error
9023 if no usable browser can be found, rather than try to load w3.
9024
9025 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9026
9027 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9028 replacing existing properties.
9029 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9030 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9031 tty specs.
9032 (rcirc-server-prefix, rcirc-server): New faces.
9033 (rcirc-url-regexp): Generate with rx macro.
9034 (rcirc-last-server-message-time): New variable.
9035 (rcirc-filter): Record time of last message.
9036 (rcirc-keepalive): Kill processes that did not send a message
9037 since the last ping.
9038 (rcirc-mode): Give rcirc-topic a local binding here.
9039
9040 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9041
9042 * subr.el (read-passwd): Fontify the prompt as we do with other
9043 prompts.
9044
9045 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9046
9047 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9048 binding buffer-read-only to nil.
9049
9050 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9051
9052 * complete.el (partial-completion-mode):
9053 Mention completion-auto-help in the doc string.
9054
9055 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9056 more Lisp-ish way.
9057
9058 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9059
9060 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9061 digits, not 8, to avoid misalignment for files larger than 100MB.
9062
9063 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9064
9065 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9066 Mention "keyboard shortcuts" in the help text.
9067
9068 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9069
9070 * startup.el (fancy-splash-default-action): Discard only
9071 mouse-down and succeeding mouse-up events in the splash screen
9072 window so that drag-n-drop event can be processed.
9073
9074 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9075
9076 * longlines.el (longlines-mode): Add hacks for mail-mode and
9077 message-mode.
9078
9079 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9080
9081 * textmodes/org.el (org-table-sort-lines): New command.
9082 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9083 (org-add-file): Command removed, use `org-agenda-file-to-front'
9084 instead.
9085 (org-export-icalendar): Use `org-icalendar-combined-name'.
9086 (org-cycle-agenda-files, org-agenda-file-to-end)
9087 (org-agenda-file-to-front): New commands.
9088 (org-table-tab-jumps-over-hlines, org-export-html-style):
9089 New options.
9090 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9091 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9092 New functions.
9093 (org-fill-paragraph): Call `org-table-align' in tables.
9094 (org-mode): Call `org-set-autofill-regexps'.
9095 (org-export-as-html): Support for local handformatted lists.
9096 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9097 (org-export-local-list-max-depth): New option.
9098 (org-html-expand): Use `org-html-protect'.
9099
9100 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9101
9102 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9103 to "p".
9104 (gdb): Move definition of gud-pp to...
9105
9106 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9107 speedbar.
9108 (gdb-find-watch-expression): New function.
9109
9110 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * faces.el (face-attribute, set-face-attribute): Mention existence
9113 of `:ignore-defface' setting in docstring.
9114
9115 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * simple.el (completion-setup-function): Fix last change.
9118
9119 2005-11-17 John Paul Wallington <jpw@pobox.com>
9120
9121 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9122 Use `posn-set-point' instead of `mouse-set-point' because the
9123 latter is not fbound when configured without X.
9124
9125 * comint.el (comint-insert-input): Likewise.
9126
9127 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * simple.el (hard-newline): New variable.
9130 (sendmail-user-agent-compose, next-line): Use it.
9131
9132 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9133 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9134 (mail-mail-reply-to, mail-mail-followup-to)
9135 (mail-position-on-field, mail-signature, mail-yank-original)
9136 (mail-attach-file): Likewise.
9137
9138 * mail/mailheader.el (mail-header-format)
9139 (mail-header-format-function): Likewise.
9140
9141 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9142
9143 2005-11-17 Juri Linkov <juri@jurta.org>
9144
9145 * font-lock.el (font-lock-faces): Rename this defgroup from
9146 `font-lock-highlighting-faces'.
9147 (font-lock-comment-face, font-lock-comment-delimiter-face)
9148 (font-lock-string-face, font-lock-doc-face)
9149 (font-lock-keyword-face, font-lock-builtin-face)
9150 (font-lock-function-name-face, font-lock-variable-name-face)
9151 (font-lock-type-face, font-lock-constant-face)
9152 (font-lock-warning-face, font-lock-negation-char-face)
9153 (font-lock-preprocessor-face)
9154 (font-lock-regexp-grouping-backslash)
9155 (font-lock-regexp-grouping-construct): Rename :group from
9156 `font-lock-highlighting-faces' to `font-lock-faces'.
9157
9158 * cus-edit.el (lisp, c, tex):
9159 * progmodes/ada-mode.el (ada):
9160 * progmodes/asm-mode.el (asm):
9161 * progmodes/cperl-mode.el (cperl-faces):
9162 * progmodes/cpp.el (cpp):
9163 * progmodes/dcl-mode.el (dcl):
9164 * progmodes/f90.el (f90):
9165 * progmodes/fortran.el (fortran):
9166 * progmodes/icon.el (icon):
9167 * progmodes/idlwave.el (idlwave-misc):
9168 * progmodes/m4-mode.el (m4):
9169 * progmodes/make-mode.el (makefile):
9170 * progmodes/meta-mode.el (meta-font):
9171 * progmodes/modula2.el (modula2):
9172 * progmodes/octave-mod.el (octave):
9173 * progmodes/pascal.el (pascal):
9174 * progmodes/perl-mode.el (perl):
9175 * progmodes/prolog.el (prolog):
9176 * progmodes/ps-mode.el (PostScript-edit):
9177 * progmodes/scheme.el (scheme):
9178 * progmodes/sh-script.el (sh-script):
9179 * progmodes/simula.el (simula):
9180 * progmodes/tcl.el (tcl):
9181 * textmodes/nroff-mode.el (nroff):
9182 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9183 * textmodes/sgml-mode.el (sgml):
9184 * textmodes/texinfo.el (texinfo):
9185 Add :link (custom-group-link font-lock-faces) to defgroup.
9186
9187 * hi-lock.el (hi-lock): Rename this defgroup from
9188 `hi-lock-interactive-text-highlighting'. Change parent group from
9189 `faces' to `font-lock'. Add link to the manual.
9190 (hi-lock-mode, hi-lock-file-patterns-range)
9191 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9192 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9193 (hi-lock-faces): Add :group `faces'.
9194
9195 * cus-edit.el (custom-variable-prompt): Clarify the code.
9196
9197 * faces.el (face-read-string): Set the default value arg of
9198 completing-read.
9199
9200 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9201
9202 * rfn-eshadow.el (file-name-shadow-properties)
9203 (file-name-shadow-tty-properties, file-name-shadow-mode):
9204 Remove autoloads, because the file is now preloaded.
9205
9206 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9207
9208 * printing.el (easy-menu-intern): Don't define.
9209 (pr-get-symbol): Use easy-menu-intern only if defined.
9210
9211 * simple.el (blink-matching-open): Simplify a bit.
9212 (completion-setup-function): Fix the case of partial-completion-mode
9213 when the minibuffer's contents start with "-".
9214 Obey completion-base-size-function even when
9215 minibuffer-completing-file-name is non-nil.
9216
9217 2005-11-16 Richard M. Stallman <rms@gnu.org>
9218
9219 * net/eudcb-ph.el (eudc-ph-open-session):
9220 Use set-process-query-on-exit-flag.
9221
9222 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9223
9224 * international/ucs-tables.el (ucs-set-table-for-input):
9225 Use make-local-variable, not make-variable-buffer-local.
9226
9227 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9228 Improve warning message text.
9229
9230 * savehist.el (savehist-save-hook): Add :group.
9231
9232 * menu-bar.el (menu-bar-help-menu):
9233 Rename Find Extra Packages to External Packages.
9234
9235 * cus-edit.el (Custom-reset-standard): Verify that
9236 :custom-standard-value prop exists before calling it.
9237
9238 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9239
9240 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9241
9242 * wid-edit.el (color): Enclose %t in %{...%}.
9243
9244 * cus-edit.el (face): Enclose %t in %{...%}.
9245
9246 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9247
9248 * savehist.el (savehist-mode-hook): Re-add the var.
9249 (savehist-mode): Use it.
9250
9251 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * textmodes/flyspell.el: Fix commenting convention.
9254 Remove unnecessary leading * in custom docstrings.
9255 (flyspell-emacs): Remove unused var.
9256 (flyspell-delete-region-overlays): Use remove-overlays.
9257 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9258 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9259 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9260 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9261 (make-flyspell-overlay): Don't locally reuse a global name.
9262 (flyspell-highlight-incorrect-region)
9263 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9264 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9265 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9266 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9267 Wrap calls to accept-process-output inside with-local-quit since it's
9268 often called from a post-command-hook.
9269 (flyspell-correct-word, flyspell-auto-correct-word):
9270 Use ispell-send-string.
9271 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9272
9273 * calendar/diary-lib.el (diary-list-entries): Also hide the
9274 terminating newline.
9275
9276 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9277
9278 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9279 window-system, to allow fonts on tty.
9280
9281 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9282
9283 * progmodes/gud.el (gud-speedbar-item-info): New function.
9284 (gud-install-speedbar-variables): Use it to display data type
9285 of watch expression as a tooltip in speedbar.
9286
9287 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9288
9289 * font-core.el (global-font-lock-mode): Add :version keyword,
9290 because default was changed.
9291
9292 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9293
9294 * startup.el (command-line): Use `custom-reevaluate-setting' for
9295 `file-name-shadow-mode'.
9296
9297 * loadup.el: Preload rfn-eshadow.
9298
9299 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9300 Add :version keyword.
9301 (file-name-shadow-properties, file-name-shadow-tty-properties)
9302 (file-name-shadow): Add :version keyword.
9303
9304 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9305 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9306 in the custom-group property of the symbol frames and the fringe
9307 group got no link to its parent group frames.
9308 Doc fix.
9309
9310 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9311
9312 * progmodes/gud.el (gud-stop-subjob): New function.
9313 (gud-menu-map, gud-tool-bar-map): Use it.
9314
9315 2005-11-16 Kim F. Storm <storm@cua.dk>
9316
9317 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9318 than kill it.
9319 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9320 to a more useful/logical place.
9321
9322 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9323
9324 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9325 go buttons complementary.
9326
9327 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9330 (rfn-eshadow-sifn-equal): New function.
9331 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9332
9333 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
9334
9335 * viper-utils.el (viper-non-word-characters-reformed-vi):
9336 Quote `-' in string.
9337
9338 * viper.el (viper-emacs-state-mode-list): Ensure that
9339 rcirc-mode buffers come up in Emacs state.
9340
9341 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9342 operation.
9343
9344 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9345
9346 * term.el (term-termcap-format): Fix typos.
9347 (term-down): Fix the negative argument case.
9348
9349 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9350
9351 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9352 2005-08-15.
9353 (gdb-ann3): New command gud-go.
9354 (menu): Accomodate gdb-mi.el.
9355 (gdb-assembler-custom): Make buffer of selected window current
9356 so that set-window-point works.
9357
9358 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9359 buttons and include new ones.
9360
9361 2005-11-16 Kim F. Storm <storm@cua.dk>
9362
9363 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9364 (gud-menu-map): Use it.
9365
9366 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9367
9368 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9369 that works correctly for Custom and that does not override a user
9370 who disables it.
9371
9372 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9373 (help-xref-interned, help-follow): Make hyperlinks for variables
9374 that are unbound, but have a non-nil variable-documentation property.
9375
9376 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9377 mode hook. (It conflicted with defcustoms for some mode hooks.)
9378 Use the `variable-documentation' property to give the mode hook a
9379 docstring and expand that docstring.
9380
9381 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9382
9383 * savehist.el (savehist-mode): Don't bother with
9384 `custom-set-minor-mode'.
9385 (savehist-coding-system): Check XEmacs version.
9386 (history-length): Declare also at run time.
9387 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9388 Don't set the customize state.
9389 (savehist-minibuffer-hook): Special case for when
9390 minibuffer-history-variable is equal to t.
9391
9392 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * files.el (write-file): Refresh VC status.
9395
9396 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9397 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9398 than fundamental-mode to see if the mode was set.
9399
9400 2005-11-14 Romain Francoise <romain@orebokech.com>
9401
9402 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9403 dummy function in `eval-when-compile' to avoid compiler warning.
9404 Require `man' at compile time.
9405
9406 2005-11-14 Jay Belanger <belanger@truman.edu>
9407
9408 * calc-alg.el (calcFunc-write-out-power): Rename it to
9409 calcFunc-powerexpand.
9410 (math-write-out-power): Rename it to math-powerexpand; have it
9411 handle negative exponents.
9412 (calc-writeoutpower): Rename it to calc-powerexpand.
9413
9414 * calc-ext.el: Change calcFunc-writeoutpower and
9415 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9416 autoloads.
9417 Add calcFunc-ldiv to autoloads.
9418
9419 * calc-arith.el (calcFunc-ldiv): New function.
9420
9421 * calc.el (calc-left-divide): New function.
9422
9423 2005-11-14 Juri Linkov <juri@jurta.org>
9424
9425 * cus-edit.el (custom-variable-prompt): Set the default value arg
9426 of completing-read.
9427
9428 * cus-dep.el (custom-make-dependencies): Reverse the list of
9429 found dependencies.
9430
9431 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9432
9433 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9434 Highlighting" entry, it is on by default now.
9435 (menu-bar-options-save): Do not save global-font-lock-mode.
9436
9437 2005-11-13 Richard M. Stallman <rms@gnu.org>
9438
9439 * textmodes/flyspell.el (flyspell-large-region):
9440 Call flyspell-accept-buffer-local-defs.
9441
9442 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9443
9444 * textmodes/flyspell.el (flyspell-notify-misspell):
9445 Fix misspelling of "Misspelling".
9446 (flyspell-process-localwords): New function.
9447 (flyspell-large-region): Call flyspell-process-localwords and
9448 flyspell-delete-region-overlays.
9449 (flyspell-delete-region-overlays): New function.
9450 (flyspell-delete-all-overlays): Call that.
9451
9452 2005-11-13 Richard M. Stallman <rms@gnu.org>
9453
9454 * help.el (help-for-help-internal): Improve doc of C-h a.
9455 (describe-key): Improve prompt; doc fix.
9456
9457 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9458
9459 * vc-svn.el (vc-svn-registered): Catch all errors.
9460
9461 * cus-dep.el (custom-make-dependencies): Typo.
9462
9463 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9464
9465 * net/tramp-util.el (top): Fix compilation warning.
9466
9467 2005-11-13 Kim F. Storm <storm@cua.dk>
9468
9469 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9470
9471 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9472
9473 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9474 (gud-speedbar-buttons): Match on "const char *" too.
9475
9476 * progmodes/gdb-ui.el (gdb-var-create-handler)
9477 (gdb-var-list-children-handler): Match on "const char *" too.
9478 (gdb-var-evaluate-expression-handler): Match on empty string.
9479 (gdb-var-update-handler): Only call
9480 gdb-var-evaluate-expression-handler when required.
9481
9482 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9483
9484 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9485 selected window. This still doesn't work for speedbar.
9486 (gud-speedbar-buttons): Handle string expressions properly.
9487
9488 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9489 (gdb-var-create-handler): Handle string expressions properly.
9490 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9491 Handle string expressions properly. Move "type" field into regexp.
9492
9493 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9494
9495 * bookmark.el (bookmark-maybe-message): New function to reduce
9496 code duplication: invokes `message' iff baud-rate is high enough.
9497 (bookmark-write-file): Use above instead of an inline conditional.
9498 (bookmark-load): Same.
9499
9500 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9501
9502 * bookmark.el (bookmark-write-file): Don't visit the destination
9503 file, just write the data to it using write-region. This is
9504 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9505 change to avoid visiting the file in the first place.
9506
9507 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9508
9509 * hi-lock.el (hi-lock-mode): Set the default value of
9510 font-lock-defaults.
9511
9512 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9513
9514 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9515 arg to `file-attributes'.
9516 (find-lisp-format): The UID and GID can now be strings.
9517
9518 2005-11-12 Kim F. Storm <storm@cua.dk>
9519
9520 * help.el (help-map): Bind C-h d to apropos-documentation.
9521
9522 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9523 when point is at end-of-buffer.
9524
9525 * apropos.el (apropos-match-face): Doc fix.
9526 (apropos-sort-by-scores): Add new choice `verbose'.
9527 (apropos-documentation-sort-by-scores): New defcustom.
9528 (apropos-pattern): Now contains the pattern entered by the user.
9529 (apropos-pattern-quoted): New defvar.
9530 (apropos-regexp): New defvar, containing the regexp corresponding
9531 to apropos-pattern.
9532 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9533 (apropos-read-pattern): New defun. Use it to read pattern arg in
9534 interactive calls; returns list of words for a word list, and
9535 string for a regexp.
9536 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9537 parses a list of words or regexp as returned by apropos-read-pattern.
9538 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9539 (apropos-score-doc): Return a very high score if the string
9540 entered by the user matches literally.
9541 (apropos-variable): Doc fix. Use apropos-read-pattern.
9542 (apropos-command): Doc fix. Use apropos-read-pattern and
9543 apropos-parse-pattern. Call apropos-print with nosubst=t.
9544 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9545 apropos-parse-pattern.
9546 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9547 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9548 apropos-documentation-sort-by-scores. Call apropos-print with
9549 nosubst=t.
9550 (apropos-documentation-internal): Pass doc string through
9551 substitute-key-definition before adding text properties.
9552 Highlight substring matching literal user input if possible.
9553 (apropos-documentation-check-doc-file): Remove locals beg and end.
9554 Fix calculation of score (as added twice). Pass doc string through
9555 substitute-key-definition before adding text properties.
9556 (apropos-documentation-check-elc-file): Pass doc string through
9557 substitute-key-definition before adding text properties.
9558 Highlight substring matching literal user input if possible.
9559 (apropos-print): Add new arg NOSUBST; if set, command and variable
9560 doc strings have already been passed through substitute-key-definition.
9561 Add code to handle apropos-accumulator items without score element
9562 for backwards compatibility (e.g. with woman package).
9563 Only show scores if apropos-sort-by-scores is `verbose'.
9564
9565 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9568 Add jka-compr-load-suffixes to load-suffixes.
9569
9570 * jka-compr.el: Require jka-cmpr-hook.
9571 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9572 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9573 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9574 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9575 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9576 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9577 (jka-compr-uninstall): Remove entries from
9578 jka-compr-added-to-file-coding-system-alist after they are used.
9579 (jka-compr-error): Remove unused var `curbuf'.
9580 (jka-compr-file-local-copy): Remove unused var `notfound'.
9581
9582 2005-11-10 Romain Francoise <romain@orebokech.com>
9583
9584 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9585
9586 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9587
9588 * progmodes/gud.el (gud-menu-map): Move parentheses.
9589 (gdb): New command gud-pv.
9590
9591 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9593 * tar-mode.el: Remove spurious or unnecessary leading stars
9594 in docstrings.
9595 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9596 (tar-parse-octal-integer-safe): Use mapc.
9597 (tar-header-block-summarize): Remove unused var `ck'.
9598 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9599 cleared before. Obey default-enable-multibyte-characters.
9600 Use mapconcat. Simplify setting of tar-header-offset.
9601 (tar-mode-map): Move initialization inside delcaration.
9602 (tar-flag-deleted): Use `abs'.
9603 (tar-expunge-internal): Remove unused var `line'.
9604 (tar-expunge-internal): Don't hardcode point-min==1.
9605 (tar-expunge): Widen while doing set-buffer-multibyte.
9606 (tar-rename-entry): Use file-name-coding-system.
9607 (tar-alter-one-field): Don't hardcode point-min==1.
9608 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9609 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
9610
9611 2005-11-10 Masatake YAMATO <jet@gyve.org>
9612
9613 * add-log.el (add-log-current-defun): Handle class::method
9614 notation of c++. Fix incorrect comment.
9615
9616 2005-11-10 Alan Mackenzie <acm@muc.de>
9617
9618 * help-fns.el (describe-variable): Make C-h v work when a variable
9619 has variable documentation yet is unbound.
9620
9621 2005-11-10 Masatake YAMATO <jet@gyve.org>
9622
9623 * man.el (Man-highlight-references): Set an empty
9624 string to `Man-arguments' if it is nil.
9625 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9626
9627 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9630 commenting conventions.
9631
9632 * cus-dep.el (custom-make-dependencies): Simplify.
9633 Better follow the commenting conventions.
9634
9635 2005-11-09 Richard M. Stallman <rms@gnu.org>
9636
9637 * apropos.el (apropos-pattern): Rename from apropos-regexp.
9638 (apropos-orig-pattern): Rename from apropos-orig-regexp.
9639 All uses changed.
9640 (apropos-rewrite-regexp): Doc fix.
9641 (apropos-variable, apropos-command, apropos, apropos-value):
9642 Change prompt; carry through the argument renaming.
9643
9644 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
9645
9646 * find-lisp.el: Require dired.
9647 (find-lisp-find-dired-internal): Do not call
9648 `abbreviate-file-name' on DIR.
9649
9650 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
9651
9652 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9653
9654 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
9655
9656 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9657 when using the speedbar.
9658 (gdb): New command gud-pp.
9659 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9660
9661 2005-11-09 Juri Linkov <juri@jurta.org>
9662
9663 * replace.el (occur-excluded-properties): New defcustom.
9664 (occur-1, occur-engine, occur-accumulate-lines): Use it.
9665
9666 2005-11-08 Jay Belanger <belanger@truman.edu>
9667
9668 * calc/calc-units.el (math-convert-units): Replace any composite
9669 unit by its definition.
9670
9671 2005-11-08 Lars Hansen <larsh@soem.dk>
9672
9673 * emacs-lisp/autoload.el (update-directory-autoloads):
9674 Add obsolete function alias.
9675
9676 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9679 comment-indent-function.
9680 (lisp-comment-indent): Replace by an alias for comment-indent-default.
9681
9682 * reveal.el (reveal-post-command): Rework the handling of
9683 reveal-open-spots, so as to be more reliable. There were several
9684 tricky corner cases where an open spot might be lost, or where
9685 a closed spot might end up on the list of open spots.
9686 Only reveal text that's ellipsised.
9687
9688 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
9689
9690 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
9691
9692 2005-11-07 John Paul Wallington <jpw@gnu.org>
9693
9694 * ibuffer.el (ibuffer): Search iconified frames too when
9695 getting Ibuffer buffer's window.
9696
9697 2005-11-06 Richard M. Stallman <rms@gnu.org>
9698
9699 * progmodes/compile.el (compilation-internal-error-properties):
9700 save-excursion around the computation of MARKER.
9701
9702 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
9703
9704 * textmodes/flyspell.el (flyspell-external-point-words):
9705 flyspell-get-word returns a list, not just a string.
9706
9707 2005-11-06 John Paul Wallington <jpw@pobox.com>
9708
9709 * ibuffer.el (ibuffer): Search all visible frames when getting
9710 Ibuffer buffer's window.
9711
9712 2005-11-07 Masatake YAMATO <jet@gyve.org>
9713
9714 * man.el (Man-reference-regexp): Accept spaces between
9715 `Man-name-regexp' and `Man-section-regexp'.
9716 (Man-apropos-regexp): New variable.
9717 (Man-abstract-xref-man-page): Use value for `Man-target-string'
9718 if available.
9719 (Man-highlight-references, Man-highlight-references0):
9720 Handle the case when `Man-arguments' includes "-k".
9721 (Man-highlight-references0): Rename the argument `TARGET-POS' to
9722 `TARGET'. `TARGET' can be a number, function or nil.
9723
9724 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
9725
9726 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
9727 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
9728 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
9729 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
9730 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
9731 (gdb-send-item): Use buffer-local-value and simplify.
9732
9733 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
9734
9735 * startup.el (command-line): Use `custom-reevaluate-setting' for
9736 `global-font-lock-mode'.
9737
9738 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
9739 by default, except in batch mode or when the -D option is given.
9740
9741 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
9742 specified keyword args on to `define-minor-mode'. Update docstring.
9743
9744 2005-11-05 Romain Francoise <romain@orebokech.com>
9745
9746 * replace.el (occur-engine): Add marker at end of line, too.
9747
9748 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9749
9750 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9751 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9752 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9753 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9754 argument to all these routines, so the passphrase can be managed
9755 externally and passed in to the system.
9756 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9757 pgg-add-passphrase-to-cache function.
9758
9759 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9760 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9761 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9762 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9763 argument to all these routines, so the passphrase can be managed
9764 externally and passed in to the system.
9765 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9766 function.
9767
9768 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9769
9770 * font-lock.el: Don't deal with font-lock-face-attributes here,
9771 move the code ...
9772
9773 * startup.el (command-line): ... here. Use face-spec-set instead
9774 of custom-declare-face.
9775
9776 * faces.el (face-spec-set): Reset the face if spec is not nil.
9777
9778 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * newcomment.el (comment-region-internal): Box more tightly in the
9781 common case where there's no TAB in the boxed text.
9782
9783 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9784
9785 * info.el (info-tool-bar-map): Use images prev-node, next-node and
9786 up-node.
9787
9788 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9789
9790 * newsticker.el: Commentary updated. Code formatting changed.
9791 (newsticker-version): Change to "1.9".
9792 (newsticker, newsticker-feed): Doc fix.
9793 (newsticker-url-list): Doc fix. Add option "Weekly".
9794 (newsticker-retrieval-interval): Add option "Weekly".
9795 (newsticker-headline-processing): Doc fix.
9796 (newsticker-auto-mark-filter): Remove.
9797 (newsticker-auto-mark-filter-list): New.
9798 (newsticker-layout, newsticker-sort-method): Doc fix.
9799 (newsticker-hide-old-items-in-newsticker-buffer)
9800 (newsticker-heading-format, newsticker-item-format)
9801 (newsticker-desc-format): Doc fix.
9802 (newsticker-show-all-rss-elements): Remove.
9803 (newsticker-show-all-news-elements): New.
9804 (newsticker-faces, newsticker-ticker): Doc fix.
9805 (remove-from-invisibility-spec): Code formatting.
9806 (newsticker--process-ids): New.
9807 (newsticker-mode): Doc fix.
9808 (newsticker-mode): Change mode-line-format.
9809 (newsticker-start): Remove debug output.
9810 (newsticker-start-ticker): Doc fix. Add autoload cookie.
9811 (newsticker-w3m-show-inline-images): Code formatting.
9812 (newsticker-next-item): Call `force-mode-line-update'.
9813 (newsticker-previous-item): Call `force-mode-line-update'.
9814 (newsticker-next-feed): Call `force-mode-line-update'.
9815 (newsticker-previous-feed): Call `force-mode-line-update'.
9816 (newsticker-mark-all-items-at-point-as-read): Code formatting.
9817 (newsticker-show-old-items): Do not show descs.
9818 (newsticker-hide-entry): Hide too much.
9819 (newsticker-hide-entry, newsticker-show-entry)
9820 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
9821 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
9822 (newsticker-toggle-auto-narrow-to-item): Code formatting.
9823 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
9824 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
9825 (newsticker-get-news): Call `force-mode-line-update'.
9826 Collect process ids.
9827 (newsticker--sentinel): Change coding system handling.
9828 Move image retrieval to new functions newsticker--get-logo-url-*.
9829 Move feed parsing to new functions newsticker--parse-*.
9830 Update list of process ids.
9831 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
9832 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
9833 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
9834 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
9835 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9836 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
9837 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
9838 (newsticker--decode-coding-string): Remove.
9839 (newsticker--decode-numeric-entities): Check input. Format code.
9840 (newsticker--remove-whitespace): Check input.
9841 (newsticker--do-forget-preformatted): Doc fix.
9842 (newsticker--decode-rfc822-date): Allow for missing time.
9843 (newsticker--update-process-ids): New.
9844 (newsticker--image-sentinel): Change comment.
9845 (newsticker--image-read): Change error message.
9846 (newsticker--imenu-goto): Doc fix. Show headline title.
9847 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
9848 (newsticker--buffer-do-insert-text): Clean whitespace in
9849 html-rendered headline title. Code formatting.
9850 Call `newsticker--buffer-print-extra-elements'.
9851 (newsticker--buffer-print-extra-element): Remove.
9852 (newsticker--buffer-print-extra-elements): New.
9853 (newsticker--buffer-do-print-extra-element): New.
9854 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
9855 large sizes.
9856 (newsticker--run-auto-mark-filter)
9857 (newsticker--do-run-auto-mark-filter):
9858 Use `newsticker-auto-mark-filter-list'.
9859
9860 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
9861
9862 * net/rcirc.el: Use split-string OMIT-NULLS argument.
9863 (rcirc-print): Force redisplay before running hooks. Do long
9864 buffer truncation after making new text read-only. Deal with nil
9865 text when decoding strings. If TARGET is nil, use either the
9866 currently selected buffer, if it is an rcirc buffer and of the
9867 same process or the process buffer.
9868 (rcirc-mode): Remove header-line. Recompute short buffer names.
9869 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
9870 (rcirc-short-buffer-name): Add variable.
9871 (rcirc-kill-buffer-hook): Recompute short buffer names.
9872 Remove nick from private channel.
9873 (rcirc-send-input): Send command text to current-buffer.
9874 Don't clear overlay arrow here.
9875 (rcirc-short-buffer-name): Return a short buffer name.
9876 (rcirc-update-short-buffer-names, rcirc-abbreviate)
9877 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
9878 buffer-name abbreviations.
9879 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
9880 Do not touch nick-table when killing a parted channel.
9881 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
9882 Clear arrow from current buffer if it is now hidden.
9883 (rcirc-current-buffer): Add variable.
9884 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9885 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
9886 Remove -face from names.
9887 (rcirc-update-activity-string): Print "DND" when globally ignoring
9888 activity.
9889 (rcirc-ignore-buffer-activity-flag): Rename from
9890 rcirc-ignore-channel-activity.
9891 (rcirc-ignore-all-activity-flag): Doc fix.
9892 (rcirc-channels): Remove variable.
9893 (rcirc-kill-buffer-hook):
9894 (rcirc-get-buffer-create): Add nick to private channel.
9895 (rcirc-multiline-edit-submit): Remove tabs.
9896 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
9897 folded.
9898 (rcirc-remove-nick-channel): Bug fix.
9899 (rcirc-toggle-ignore-buffer-activity): Rename from
9900 rcirc-toggle-ignore-channel-activity.
9901 (rcirc-record-activity): Add buffers to the front of the list.
9902 (rcirc-update-activity): Remove killed buffers from list.
9903 (rcirc-process-server-response-1): Remove last argument if it is
9904 null before calling handler.
9905 (rcirc): Add "rcirc" defcustom prefix.
9906 (rcirc-prompt): Simplify default prompt.
9907 Use custom-initialize-default.
9908 (rcirc-private-chats): Remove variable.
9909 (rcirc-prompt): Change initialization.
9910 (rcirc-version): Remove function.
9911 (rcirc-id-string): Add constant.
9912 (rcirc-last-buffer): Remove variable.
9913 (rcirc-buffer-alist): Add variable.
9914 (rcirc-connect): Update variable setup.
9915 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
9916 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
9917 default.
9918 (rcirc-handler-generic): Trigger activity.
9919 (rcirc-send-message): Create the buffor of the target.
9920 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
9921 (rcirc-get-buffer): Just return nil if there is no matching buffer.
9922 (rcirc-multiline-edit-cancel): Remove function.
9923 (rcirc-set-last-buffer): Remove function.
9924 (rcirc-get-any-buffer): Add function.
9925 (rcirc-join-channels): Don't print /join text.
9926 (rcirc-toggle-ignore-channel-activity): Add and update echo area
9927 messages.
9928 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
9929 (rcirc-handler-NOTICE): Recognize CTCP responses.
9930 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
9931 constructing TOPIC string for buffers we are not JOINed.
9932 (rcirc-handler-CTCP-response): Add handler.
9933 (rcirc-multiline-edit-submit): Restore the window-configuration
9934 before adjusting point.
9935 (rcirc): Add customization group.
9936 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
9937 (rcirc-user-full-name, rcirc-startup-channels-alist)
9938 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
9939 (rcirc-ignore-all-activity-flag, rcirc-time-format)
9940 (rcirc-input-ring-size, rcirc-read-only-flag)
9941 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
9942 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
9943 Change defvar to defcustom.
9944 (rcirc-update-prompt): Add optional ALL arg, which will update
9945 prompts in all rcirc buffers. Regexp quote replacement text.
9946 (rcirc-fill-column): Accept frame-width as a value.
9947 (rcirc-set-changed): Add function.
9948 (rcirc-next-active-buffer): Write more meaningful messages.
9949 (rcirc-faces): Add customization group.
9950 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
9951 (rcirc-nick-in-message-face, rcirc-prompt-face)
9952 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
9953 (with-rcirc-process-buffer): Move before first usage.
9954 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
9955 (rcirc-debug-flag): Rename from `rcirc-log-p'.
9956 (rcirc-debug): Rename from `rcirc-log'.
9957 (rcirc-format-response-string): Do not print `-' chars for a
9958 NOTICE with no sender. Simplify output of server responses.
9959
9960 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9961
9962 (rcirc-browse-url-map, rcirc-browse-url-at-point)
9963 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
9964 Make urls mouse and RET clickable.
9965
9966 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9967
9968 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
9969
9970 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9971
9972 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9973 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9974 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9975 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9976 argument to all these routines, so the passphrase can be managed
9977 externally and passed in to the system.
9978 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9979 pgg-add-passphrase-to-cache function.
9980
9981 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9982 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9983 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9984 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9985 argument to all these routines, so the passphrase can be managed
9986 externally and passed in to the system.
9987 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9988 function.
9989
9990 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
9991
9992 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
9993 from goto-address-url-regexp.
9994
9995 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9996
9997 * textmodes/org.el (org-read-date, org-goto-calendar)
9998 (org-recenter-calendar, org-agenda-goto-calendar):
9999 Temporarily clear `calendar-move-hook'.
10000
10001 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10002
10003 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10004 merging.
10005
10006 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10007 have merge clashes.
10008
10009 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10010
10011 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10012 Undo previous change.
10013
10014 * startup.el (command-line): Use `custom-reevaluate-setting' for
10015 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10016 tty-register-default-colors on Mac.
10017
10018 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10019
10020 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10021 (gdb-buffer-type): Make it automatically buffer local...
10022 (gdb-get-create-buffer): ...and set it accordingly.
10023 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10024 actually work.
10025
10026 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10027
10028 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10029 not red.
10030
10031 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10032
10033 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10034 case GUD buffer is not visible.
10035 (gdb-goto-breakpoint): Try to force display in source buffer.
10036 (gdb-frame-gdb-buffer): Copy other similar functions.
10037 (gdb-restore-windows): Don't display source if not asked for.
10038 (gdb-assembler-buffer-name): Don't capitalise.
10039
10040 2005-11-03 Richard M. Stallman <rms@gnu.org>
10041
10042 * wid-edit.el (key-sequence): New widget type.
10043
10044 * simple.el (set-mark-command-repeat-pop): New variable.
10045 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10046 if set-mark-command-repeat-pop is true.
10047
10048 * info.el (Info-fontify-node): Don't display extra "see" if there
10049 already is one here.
10050
10051 * mouse.el: Fix special handling of DEL after dragging a region:
10052 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10053 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10054
10055 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10056
10057 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10058 not to assume it pertains to an affix.
10059
10060 * textmodes/flyspell.el (flyspell-post-command-hook):
10061 Bind deactivate-mark to prevent deactivation.
10062
10063 2005-11-03 Lars Hansen <larsh@soem.dk>
10064
10065 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10066 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10067 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10068
10069 2005-11-03 Romain Francoise <romain@orebokech.com>
10070
10071 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10072 Update copyright years.
10073
10074 2005-11-03 Sam Steingold <sds@gnu.org>
10075
10076 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10077 Use system-type instead of window-system because window-system is not
10078 correctly defined during loadup.
10079
10080 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10081
10082 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10083 (xml-parse-tag): Join strings separated by a comment properly.
10084
10085 2005-11-02 Andreas Schwab <schwab@suse.de>
10086
10087 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10088
10089 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10092 (byte-optimize-pure-func): Quote the eval'd value.
10093
10094 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10095 Rename from perl-font-lock-syntactic-face-function.
10096 Change the calling convention so it can be used as a font-lock MATCHER.
10097 Do the parse-partial-sexp loop outselves.
10098 (perl-font-lock-syntactic-keywords): Use it.
10099 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10100
10101 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10102
10103 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10104 disassembly buffer too.
10105 (gdb-exited): Remove overlay arrows when execution has finished.
10106 (gdb-info-frames-custom, gdb-info-threads-custom)
10107 (gdb-info-registers-custom): Don't add inappropriate text
10108 properties if inferior is not active.
10109
10110 2005-11-02 Glenn Morris <rgm@gnu.org>
10111
10112 * progmodes/fortran.el (fortran-blink-match):
10113 Use `blink-matching-delay'.
10114
10115 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10116
10117 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10118
10119 2005-11-02 Lars Hansen <larsh@soem.dk>
10120
10121 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10122 "Permission denied".
10123
10124 2005-11-01 Richard M. Stallman <rms@gnu.org>
10125
10126 * textmodes/flyspell.el (flyspell-external-point-words):
10127 Pass nil to flyspell-get-word.
10128
10129 2005-11-02 Kim F. Storm <storm@cua.dk>
10130
10131 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10132 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10133
10134 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10135
10136 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10137 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10138 (calendar-mouse-print-dates): Add optional `event' argument.
10139 Update interactive-spec.
10140 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10141 Use `calendar-event-to-date' instead of `event'.
10142
10143 2005-11-02 Masatake YAMATO <jet@gyve.org>
10144
10145 * progmodes/ld-script.el (ld-script-builtins):
10146 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10147 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10148 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10149
10150 2005-11-01 Romain Francoise <romain@orebokech.com>
10151
10152 * vc-sccs.el: Update copyright year.
10153 * ezimage.el: Likewise.
10154
10155 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10156
10157 * info.el (Info-fontify-node): Use `string-width' for fontifying
10158 underlined titles.
10159
10160 2005-11-01 Juri Linkov <juri@jurta.org>
10161
10162 * info.el (Info-fontify-node): Downcase node header keywords Node,
10163 Prev, Next, Up before comparison.
10164 (Info-history): Insert absolute directory name, and put invisible
10165 property on it.
10166
10167 2005-11-01 Juri Linkov <juri@jurta.org>
10168
10169 * info.el (Info-file-supports-index-cookies): New variable.
10170 (Info-find-node-2): Check makeinfo version for index cookie support.
10171 (Info-index-nodes): Search for nodes with index cookies only when
10172 Info-file-supports-index-cookies is t. Otherwise, search nodes
10173 with "Index" in the node name.
10174 (Info-index-node): Search index cookie in the current node only when
10175 Info-file-supports-index-cookies is t. Otherwise, check the word
10176 "Index" in the node name.
10177 (Info-find-emacs-command-nodes): Remove code that searches nodes
10178 with "Index" node name in the top menu.
10179
10180 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * progmodes/scheme.el (scheme-mode-variables): Use the default
10183 comment-indent-function.
10184
10185 * faces.el (face-attribute): Handle the case where a face inherits from
10186 a non-existent face.
10187
10188 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10189 for octal and hexa output, and merge the char into the paren.
10190 (kill-new): Use push.
10191 (copy-to-buffer): Use with-current-buffer.
10192 (completion-setup-function): Move code in loop to remove redundancy.
10193 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10194 those inherited from minibuffer-local-completion-map.
10195
10196 * savehist.el (savehist-mode) <defcustom>:
10197 Use custom-set-minor-mode if available.
10198 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10199 and emit a message if applicable.
10200
10201 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10202
10203 * savehist.el: Sync up to version 19.
10204 (savehist-mode): New minor mode.
10205 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10206 (savehist-length): Remove (use history-length instead).
10207 (savehist-file-modes): Rename from savehist-modes.
10208 (savehist-save-hook, savehist-loaded): New vars.
10209 (savehist-load): Use savehist-mode. Try to smooth up transition from
10210 old format to new format.
10211 (savehist-install): Allow savehist-autosave-interval to be nil.
10212 (savehist-save): Run the new hook. Be more careful to only trim the
10213 history variables.
10214 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10215 (savehist-printable): Print into a buffer rather than char-by-char.
10216
10217 2005-11-01 John Wiegley <johnw@newartisans.com>
10218
10219 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10220 toggle-ignore keybinding (C-a). The author said it had been
10221 disabled much earlier due to a possible incompatibility, but after
10222 many months of usage I have encountered no problems (and it is a
10223 rather useful option, especially for switching to " *temp*").
10224
10225 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10226 support for OS/X's AddressBook, by calling out to the open source
10227 program "contacts" (installable through Fink).
10228
10229 * net/eudc.el (eudc-expand-inline): If the
10230 `eudc-multiple-match-handling-method' is set to `all', delete the
10231 query string before inserting the query result.
10232
10233 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10234 flag, to prevent Eshell from using the system ls when
10235 `eshell-ls-insert-directory' is in used.
10236 (eshell-ls-insert-directory): Disable font-lock in directory
10237 buffer so that Eshell's own fontification is seen. This broke
10238 recently due to changes in font-lock, so this goes back to version
10239 21 behavior.
10240
10241 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10242
10243 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10244 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10245 (gdb-many-windows): Doc fix.
10246
10247 2005-10-31 Romain Francoise <romain@orebokech.com>
10248
10249 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10250
10251 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10252
10253 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10254 that global-font-lock-mode can be enabled by default.
10255
10256 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10257 (font-lock-add-keywords, font-lock-remove-keywords)
10258 (font-lock-fontify-buffer): Remove autoload cookies.
10259
10260 * jit-lock.el (jit-lock-register): Likewise.
10261
10262 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10263
10264 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10265
10266 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10267 intact if there is no gud-comint-buffer.
10268
10269 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10270
10271 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10272 old prompt comint-prompt-read-only is t and GDB commands are
10273 issued from tool bar etc.
10274
10275 2005-10-31 Masatake YAMATO <jet@gyve.org>
10276
10277 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10278
10279 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10280
10281 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10282 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10283
10284 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10285
10286 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10287 starting at beginning of line. Fontification is messed up when
10288 `open-paren-in-column-0-is-defun-start' set to t.
10289 Reported by John Paul Wallington <jpw@pobox.com>.
10290
10291 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10292
10293 * comint.el (comint-send-input): Call `comint-update-fence' when
10294 `comint-process-echoes' and `comint-prompt-read-only' are both
10295 non-nil, to avoid leftover read-only newline.
10296
10297 2005-10-30 Richard M. Stallman <rms@gnu.org>
10298
10299 * textmodes/flyspell.el (flyspell-external-point-words):
10300 Detect when WORD can't be checked properly because
10301 flyspell-get-word finds just part of it, and move on.
10302
10303 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10304 boundarychar for Polish.
10305 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10306 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10307
10308 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10309
10310 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10311 (gdb-registers-font-lock-keywords): Delete.
10312 (gdb-registers-mode): Don't fontify.
10313 (gdb-info-registers-custom): Use text properties instead as, in
10314 future, changed register values will use font-lock-warning-face.
10315 (gdb-local-font-lock-keywords): Rename to...
10316 (gdb-locals-font-lock-keywords): ...for consistency.
10317
10318 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10319
10320 * vc.el (vc-switch-backend): Better error message if the buffer is
10321 not visiting a file under version control.
10322
10323 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10324
10325 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10326
10327 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10328 ~/.emacs.d/.emacs.
10329
10330 2005-10-29 Richard M. Stallman <rms@gnu.org>
10331
10332 * replace.el (occur-mode-mouse-goto): Always go to other window.
10333 (occur-mode-goto-occurrence): Always switch in same window.
10334
10335 * simple.el (undo): Display message at end, not at start.
10336
10337 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10338 New arg REUSE-CELL.
10339 (cancel-timer-internal): New function.
10340 (timer-event-handler): Use cancel-timer-internal,
10341 and pass the cell it returns to timer-activate...
10342
10343 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10344 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10345 (jit-lock-after-change): Test memory-full.
10346
10347 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10348
10349 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10350 part of the decoded armor to find the key-identifier.
10351 (pgg-gpg-lookup-key-owner): New function to return the
10352 human-readable identifier of a key owner.
10353 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10354 key itself.
10355 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10356 the key value) if we have a key and can match it against a secret
10357 key. Also, added a note pointing out fact that the prompt only
10358 indicates the first matching key.
10359
10360 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10361 pgg-decrypt-region.
10362 (pgg-pending-timers): A new hash for tracking the passphrase cache
10363 timers, so that new ones supercede old ones.
10364 (pgg-add-passphrase-to-cache): Rename from
10365 `pgg-add-passphrase-cache' to reduce confusion (all callers
10366 changed). Modified to cancel old timers when new ones are added.
10367 (pgg-remove-passphrase-from-cache): Rename from
10368 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10369 changed). Modified to cancel old timers when their keys are
10370 removed from the cache.
10371 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10372 XEmacs, an indirection to delete-itimer.
10373 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10374 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10375 users can only check cache without risk of prompting. Correct bug in
10376 notruncate behavior.
10377 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10378 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10379 Add informative docstrings.
10380 (pgg-decrypt): Convey provided passphrase in subordinate call to
10381 pgg-decrypt-region.
10382
10383 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10384 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10385 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10386 `passphrase' argument, so the passphrase can be managed externally
10387 and then passed in to the system.
10388
10389 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10390 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10391 so the passphrase cache can be used reliably with identifiers
10392 besides a pgp packet's key id.
10393
10394 * pgg-gpg.el (pgg-pgp-encrypt-region)
10395 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10396 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10397 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10398 argument to all these routines, so the passphrase can be managed
10399 externally and passed in to the system.
10400
10401 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10402 `notruncate' argument, so the passphrase cache can be used
10403 reliably with identifiers besides a pgp packet's key id.
10404
10405 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10406
10407 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10408 symmetric encryption.
10409 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10410 encrypted session key.
10411 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10412 message ask for the passphrase in a proper way.
10413
10414 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10415 New user commands for symmetric encryption.
10416
10417 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10418
10419 * textmodes/conf-mode.el (conf-assignment-sign)
10420 (conf-assignment-regexp): Fix docstrings.
10421 (conf-mode-initialize): New function.
10422 (conf-mode): Remove optional args. Use delay-mode-hooks to
10423 recognize recursive calls.
10424 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10425 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10426 (conf-xdefaults-mode): Use define-derived-mode and
10427 conf-mode-initialize.
10428
10429 2005-10-29 Romain Francoise <romain@orebokech.com>
10430
10431 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10432
10433 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10434
10435 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10436 part of the decoded armor to find the key-identifier.
10437 (pgg-gpg-lookup-key-owner): New function to return the
10438 human-readable identifier of a key owner.
10439 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10440 key itself.
10441 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10442 the key value) if we have a key and can match it against a secret
10443 key. Also, added a note pointing out fact that the prompt only
10444 indicates the first matching key.
10445
10446 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10447 pgg-decrypt-region.
10448 (pgg-pending-timers): A new hash for tracking the passphrase cache
10449 timers, so that new ones supercede old ones.
10450 (pgg-add-passphrase-to-cache): Rename from
10451 `pgg-add-passphrase-cache' to reduce confusion (all callers
10452 changed). Modified to cancel old timers when new ones are added.
10453 (pgg-remove-passphrase-from-cache): Rename from
10454 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10455 changed). Modified to cancel old timers when their keys are
10456 removed from the cache.
10457 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10458 XEmacs, an indirection to delete-itimer.
10459 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10460 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10461 users can only check cache without risk of prompting. Correct bug in
10462 notruncate behavior.
10463 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10464 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10465 Add informative docstrings.
10466 (pgg-decrypt): Convey provided passphrase in subordinate call to
10467 pgg-decrypt-region.
10468
10469 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10470
10471 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10472 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10473 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10474 `passphrase' argument, so the passphrase can be managed externally
10475 and then passed in to the system.
10476
10477 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10478 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10479 so the passphrase cache can be used reliably with identifiers
10480 besides a pgp packet's key id.
10481
10482 * pgg-gpg.el (pgg-pgp-encrypt-region)
10483 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10484 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10485 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10486 argument to all these routines, so the passphrase can be managed
10487 externally and passed in to the system.
10488
10489 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10490 `notruncate' argument, so the passphrase cache can be used
10491 reliably with identifiers besides a pgp packet's key id.
10492
10493 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10494
10495 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10496 symmetric encryption.
10497 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10498 encrypted session key.
10499 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10500 message ask for the passphrase in a proper way.
10501
10502 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10503 New user commands for symmetric encryption.
10504
10505 2005-10-28 Bill Wohler <wohler@newt.com>
10506
10507 * help-mode.el (help-url): New button type. Calls browse-url.
10508 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10509 Similar to Info nodes: URL `url'.
10510 (help-make-xrefs): Create help-url buttons for
10511 help-xref-url-regexp matches.
10512
10513 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10514
10515 * tool-bar.el (tool-bar-add-item-from-menu)
10516 (tool-bar-local-item-from-menu): Fix doc strings.
10517
10518 2005-10-28 Romain Francoise <romain@orebokech.com>
10519
10520 * ldefs-boot.el: Update.
10521
10522 * subr.el (locate-library): Move from help-fns.el.
10523 * help-fns.el (locate-library): Move to subr.el.
10524
10525 2005-10-28 Richard M. Stallman <rms@gnu.org>
10526
10527 * net/tramp.el (tramp-completion-mode): defvar moved up.
10528
10529 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10530
10531 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10532
10533 * files.el (find-file-noselect): Use %d to format large file size.
10534
10535 * bindings.el (mode-line-format): Add %e.
10536
10537 * loadup.el ("facemenu"): Load unconditionally.
10538 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10539 ("x-dnd"): Load, when appropriate.
10540
10541 * startup.el (command-line): Call before-init-hook earlier.
10542 Warn about some bad characters in -u user name.
10543
10544 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10545 (flyspell-external-point-words): Error if misspelled word is not found.
10546 Set flyspell-large-region-beg at end of word.
10547
10548 2005-10-28 Andreas Schwab <schwab@suse.de>
10549
10550 * view.el (View-revert-buffer-scroll-page-forward):
10551 Use view-page-size-default.
10552
10553 2005-10-28 Juri Linkov <juri@jurta.org>
10554
10555 * international/quail.el (quail-get-current-str): Translate last
10556 raw character for deterministic input methods.
10557
10558 2005-10-27 Jay Belanger <belanger@truman.edu>
10559
10560 * calc/calc-ext.el: Add functions to autoloads.
10561 (math-identity-matrix-p, math-ident-row-p): New functions.
10562
10563 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10564 multiplication by an identity matrix; don't turn multiplication by
10565 an inverse matrix into division.
10566 (math-div-symbol-fancy): Replace division by matrices with
10567 multiplication by inverse.
10568
10569 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10570
10571 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10572 (calc-writeoutpower): New functions.
10573
10574 2005-10-27 Romain Francoise <romain@orebokech.com>
10575
10576 * replace.el (occur-engine): Include colon in mouse-face highlight.
10577
10578 * dired-x.el: Change Maintainer field.
10579
10580 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10581
10582 * longlines.el (longlines-mode): Bind after-change-functions to
10583 nil during initial decoding and final encoding.
10584
10585 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10586
10587 * term.el (term-emulate-terminal, term-handle-colors-array)
10588 (term-handle-ansi-escape): Specify the terminfo capabilities
10589 implemented.
10590
10591 2005-10-26 Richard M. Stallman <rms@gnu.org>
10592
10593 * info.el (Info-fontify-node): Fix detection of sentence-break
10594 before *Note.
10595
10596 2005-10-26 Romain Francoise <romain@orebokech.com>
10597
10598 * smerge-mode.el: Add `tools' to file keywords.
10599
10600 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10601
10602 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10603 when the fringe is not available.
10604
10605 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10606 (def-gdb-auto-update-trigger): Simplify construction.
10607 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10608 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10609 defined explicitly.
10610 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10611 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10612 defined explicitly.
10613 (gdb-info-locals-custom): Remove as it's a no-op.
10614
10615 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
10616
10617 * longlines.el (longlines-mode): Remove narrowing before
10618 performing the initial decoding or final encoding.
10619
10620 2005-10-25 Romain Francoise <romain@orebokech.com>
10621
10622 * emacs-lisp/find-func.el (find-library-name): Also strip
10623 extension if library name ends in .el, to take advantage of
10624 `find-library-suffixes'.
10625
10626 2005-10-25 Richard M. Stallman <rms@gnu.org>
10627
10628 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10629
10630 2005-10-25 Juri Linkov <juri@jurta.org>
10631
10632 * textmodes/texinfo.el (texinfo-mode): Change charset of one
10633 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10634
10635 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10638 (blackbox-redefine-key): Add argument `map'.
10639
10640 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10641 regions when moving the jit-lock-context-unfontify-pos boundary.
10642
10643 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10644
10645 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10646
10647 2005-10-25 Masatake YAMATO <jet@gyve.org>
10648
10649 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10650
10651 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10652
10653 * play/blackbox.el (blackbox-redefine-key): New function.
10654 (blackbox-mode-map): Use it to remap existing bindings for cursor
10655 motion instead of binding literal keys.
10656
10657 2005-10-25 Glenn Morris <rgm@gnu.org>
10658
10659 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10660 diary does not end in a newline. Do not assume a blank line at
10661 the start of the diary file.
10662
10663 2005-10-25 Kenichi Handa <handa@m17n.org>
10664
10665 * international/quail.el (quail-translate-key): If the input
10666 method is deterministic and failed to handle the last key, restart
10667 the key handling loop from an appropriate key.
10668
10669 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
10670
10671 * vc.el (vc-dired-mode): Extend comment for binding of
10672 `directory-listing-before-filename-regexp'.
10673
10674 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * textmodes/texinfo.el (texinfo-mode):
10677 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
10678 not to unnecessarily expose emacs-mule's internal char codes.
10679
10680 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
10681
10682 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
10683 Display hand pointer and help-echo on disabled icon too.
10684 (gdb-mouse-until): New function.
10685 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
10686
10687 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
10688
10689 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
10690 with 2005-10-23 change to doctor.el.
10691
10692 * finder.el (finder-mode-map): Add follow-link binding.
10693
10694 2005-10-25 Kim F. Storm <storm@cua.dk>
10695
10696 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
10697 to gdb-mouse-toggle-breakpoint-fringe.
10698 (gdb-mouse-toggle-breakpoint-margin): Rename from
10699 gdb-mouse-toggle-breakpoint. Fix doc.
10700 (gdb-mouse-toggle-breakpoint-fringe): New defun.
10701 (gdb-put-string): Add optional SPROPS arg. Add props to string.
10702 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
10703 string properties also for fringe breakpoint bitmaps.
10704
10705 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
10706
10707 * textmodes/org.el (org-start-icalendar-file): Fix format form.
10708
10709 2005-10-25 Masatake YAMATO <jet@gyve.org>
10710
10711 * simple.el (completion-common-substring):
10712 Use `completion-common-substring' prior to `completion-base-size'.
10713
10714 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
10715
10716 * savehist.el: Require CL while compiling.
10717 (savehist-history-variables): Remove.
10718 (savehist-save-minibuffer-history, savehist-additional-variables)
10719 (savehist-minibuffer-history-variables): New vars.
10720 (savehist-save): Use them.
10721 (savehist-uninstall, savehist-minibuffer-hook): New funs.
10722 (savehist-install): New fun, extracted from savehist-load.
10723 (savehist-load): Use them.
10724
10725 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10726
10727 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
10728 a dummy doc-string-elt property.
10729 (defalias, defvaralias, define-category): Add a docstring property.
10730
10731 * image.el (defimage):
10732 * widget.el (define-widget):
10733 * custom.el (defface, defcustom): Add `doc-string' declaration.
10734
10735 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
10736 (defadvice): Add `doc-string' declaration.
10737
10738 * emacs-lisp/byte-run.el (macro-declaration-function):
10739 Handle `doc-string' declarations.
10740 (define-obsolete-function-alias, define-obsolete-variable-alias):
10741 Add `doc-string' declaration.
10742
10743 2005-10-24 Kenichi Handa <handa@m17n.org>
10744
10745 * international/utf-7.el (utf-7): Add autoload cookie.
10746
10747 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
10748
10749 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10750
10751 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
10752 list of directories passed to batch-update-autoloads. Add "." to
10753 the list of the echoed directories.
10754
10755 * pgg-def.el:
10756 * pgg-gpg.el:
10757 * pgg-parse.el:
10758 * pgg-pgp.el:
10759 * pgg-pgp5.el:
10760 * pgg.el: Moved here from the gnus subdirectory.
10761
10762 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
10763
10764 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
10765 in case comint-prompt-read-only is set to t.
10766
10767 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
10768 in case comint-prompt-read-only is set to t.
10769
10770 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
10771
10772 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
10773 Now a string.
10774 (icalendar-import-format): Handle CLASS, STATUS, URL.
10775 Rename `subject' to `summary'.
10776 (icalendar-import-format-summary): Rename from
10777 `icalendar-import-format-subject'.
10778 (icalendar-import-format-url, icalendar-import-format-status)
10779 (icalendar-import-format-class): New variables.
10780 (icalendar--rris): Take variable argument list.
10781 (icalendar--datestring-to-isodate): Remove unnecessary
10782 calendar-style check when converting dates with explicit month names.
10783 (icalendar-export-region): Change return type of conversion
10784 subroutines. Bury current buffer unless error occurred.
10785 (icalendar--convert-to-ical)
10786 (icalendar--parse-summary-and-rest): New functions.
10787 (icalendar--convert-ordinary-to-ical)
10788 (icalendar--convert-weekly-to-ical)
10789 (icalendar--convert-yearly-to-ical)
10790 (icalendar--convert-block-to-ical)
10791 (icalendar--convert-cyclic-to-ical)
10792 (icalendar--convert-anniversary-to-ical): Change return type.
10793 Strip trailing blanks from subject.
10794 (icalendar--convert-sexp-to-ical): Change return type.
10795 Strip trailing blanks from subject. Handle simple sexp
10796 entries as generated by icalendar.el.
10797 (icalendar--convert-float-to-ical)
10798 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
10799 (icalendar-import-file): Doc fix.
10800 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
10801 Correct call to icalendar--rris.
10802 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
10803 `summary'.
10804 (icalendar--add-diary-entry): Rename `subject' to `summary'.
10805
10806 2005-10-24 Romain Francoise <romain@orebokech.com>
10807
10808 * server.el (server-sentinel): Set query-on-exit flag to nil on
10809 new client processes (it isn't inherited from the server process).
10810
10811 * replace.el (occur-engine): Rearrange text properties.
10812
10813 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10814
10815 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
10816 case-fold-search is nil.
10817 (debug-help-follow): Use help-xref-interned directly.
10818
10819 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10820
10821 * thumbs.el (thumbs-image-type): Add .pbm.
10822
10823 2005-10-23 Richard M. Stallman <rms@gnu.org>
10824
10825 * faces.el (inhibit-face-set-after-frame-default): New variable.
10826 (set-face-attribute): Bind it.
10827 (face-set-after-frame-default): Test it.
10828
10829 * help-fns.el (describe-simplify-lib-file-name): New function.
10830 (describe-function-1, describe-variable): Use it.
10831
10832 * faces.el (describe-face): Use describe-simplify-lib-file-name.
10833
10834 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
10835 Eliminate nil as possible value.
10836 (tooltip-hide-delay): Reduce internal-border-width.
10837
10838 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
10839 (menu-bar-file-menu) <new-file>: Likewise.
10840
10841 * simple.el (line-move-finish): Ignore fields computing LINE-END.
10842
10843 * international/mule.el (load-with-code-conversion):
10844 Pass full file name to `eval-buffer' unless preloading.
10845
10846 * textmodes/flyspell.el (flyspell-large-region):
10847 Call ispell-check-version.
10848
10849 * textmodes/ispell.el (ispell-local-dictionary-overridden):
10850 Fix the make-variable-buffer-local call that was supposed
10851 to be for this variable.
10852 (ispell-aspell-supports-utf8): Doc fix.
10853 (ispell-find-aspell-dictionaries): Preserve elements of
10854 ispell-dictionary-alist for dictionaries that aspell doesn't report.
10855 (ispell-aspell-find-dictionary): Return nil on error.
10856
10857 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
10858 (doctor-symptoms): Likewise.
10859
10860 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
10861
10862 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10863
10864 * cus-edit.el (custom-button, custom-button-pressed): New vars.
10865 (custom-raised-buttons): Add :set spec.
10866 (custom-button-unraised, custom-button-pressed-unraised):
10867 New faces, so that custom-raised-buttons actually does something.
10868 (custom-mode): Use custom-button and custom-button-pressed.
10869
10870 * wid-edit.el (widget-specify-button): Don't ignore
10871 widget-mouse-face on graphic terminals.
10872 (widget-move-and-invoke): Cleanup.
10873
10874 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
10875
10876 * whitespace.el (whitespace-cleanup): Doc fix.
10877
10878 2005-10-23 Romain Francoise <romain@orebokech.com>
10879
10880 * emulation/viper.el (viper-set-hooks): Quote forms passed to
10881 `eval-after-load' to avoid evaluating their result.
10882
10883 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
10884
10885 * files.el (directory-listing-before-filename-regexp):
10886 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
10887
10888 * dired.el (dired-move-to-filename-regexp): Remove.
10889 All occurences replaced by `directory-listing-before-filename-regexp'.
10890
10891 * dired-x.el, locate.el, vc.el:
10892 Replace `dired-move-to-filename-regexp' by
10893 `directory-listing-before-filename-regexp'. In vc.el it is
10894 overwritten locally; maybe this can be handled in files.el too.
10895
10896 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
10897 replaced by `directory-listing-before-filename-regexp'.
10898
10899 2005-10-23 Andreas Schwab <schwab@suse.de>
10900
10901 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
10902 and eval-next-after-load.
10903
10904 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
10905
10906 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
10907 exist, create it.
10908
10909 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
10910
10911 * allout.el: Remove autoloads for mailcrypt and crypt++.
10912 Require pgg, pgg-gpg during compilation.
10913 (allout-version): Increment version number to 2.1, and use a literal
10914 rather than RCS Id.
10915 (allout-default-encryption-scheme): Remove.
10916 (allout-passphrase-verifier-handling)
10917 (allout-passphrase-verifier-string)
10918 (allout-file-passphrase-verifier-string)
10919 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
10920 (allout-passphrase-hint-handling): Rename and simplify.
10921 (allout-init): Use `find-file-hook' if available, otherwise
10922 `find-file-hooks'.
10923 (allout-mode): Use `write-file-functions' if available, otherwise
10924 `local-write-file-hooks' and, instead of making auto-save-hook
10925 buffer local, make the write-file-hook activity contingent to
10926 allout-mode.
10927 (allout-mode): Use key-binding substitution in the docstring.
10928 (allout-kill-line): Spell-out kill ring data structure mutation
10929 instead of using byte-compiler-complaint-provoking `pop'.
10930 (allout-insert-listified): Use `insert' rather than `insert-string'
10931 (allout-toggle-current-subtree-encryption): Update docstring, adjust
10932 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
10933 (allout-encrypt-string): Totally revamped vis new underlying
10934 encryption facilities.
10935 (allout-mc-activate-passwd): Remove.
10936 (allout-obtain-passphrase): New, more or less replaces
10937 allout-mc-activate-passwd.
10938 (allout-encrypted-key-info): More or less replaces
10939 allout-encrypted-text-type.
10940 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
10941 (my-mark-marker): Use `(featurep 'xemacs)'.
10942
10943 2005-10-23 Lars Hansen <larsh@soem.dk>
10944
10945 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
10946 (byte-compile-file-form-defmumble, byte-compile-defun)
10947 (byte-compile-defmacro): Use it.
10948 (byte-compile-form): Don't call byte-compile-set-symbol-position
10949 when a byte-compile handler is called.
10950
10951 2005-10-22 Romain Francoise <romain@orebokech.com>
10952
10953 * savehist.el (savehist-history-variables): Add `grep-find-history'.
10954
10955 * subr.el (eval-after-load): Convert library name to an absolute
10956 file name using locate-library, since load-history no longer has
10957 library names in it.
10958
10959 2005-10-22 Richard M. Stallman <rms@gnu.org>
10960
10961 * files.el (make-temp-file): Move from subr.el.
10962 * subr.el (make-temp-file): Move to files.el.
10963
10964 * window.el (get-buffer-window-list): Move from subr.el.
10965 * subr.el (get-buffer-window-list): Move to window.el.
10966
10967 * image.el (image-load-path): Use eval-at-startup to initialize.
10968
10969 * subr.el (eval-at-startup): New macro.
10970
10971 * subr.el: Much rearrangement of functions and division
10972 into pages. No code changes.
10973
10974 2005-10-22 Kenichi Handa <handa@m17n.org>
10975
10976 * tar-mode.el (tar-extract): Be sure to call
10977 find-operation-coding-system if set-auto-coding doesn't find a
10978 coding system.
10979
10980 2005-10-22 Kim F. Storm <storm@cua.dk>
10981
10982 * image.el (image-type-header-regexps): Rename from image-type-regexps.
10983 Change users.
10984 (image-type-file-name-regexps): New defconst.
10985 (image-type-from-data): Simplify loop.
10986 (image-type-from-buffer): New defun.
10987 (image-type-from-file-header): Use it instead of image-type-from-data.
10988 Use image-search-load-path instead of only looking in data-directory.
10989 (image-type-from-file-name): New defun.
10990 (image-search-load-path): Change `pathname' to `filename'.
10991 Make PATH arg optional, default to image-load-path.
10992
10993 2005-10-21 Richard M. Stallman <rms@gnu.org>
10994
10995 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
10996
10997 * textmodes/paragraphs.el (sentence-end-base): New variable.
10998 (sentence-end): Use sentence-end-base.
10999
11000 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11003 property independently from the font-lock-multiline variable.
11004
11005 2005-10-21 Richard M. Stallman <rms@gnu.org>
11006
11007 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11008
11009 * startup.el (command-line): Convert library names
11010 in `load-history' to absolute file names.
11011
11012 * subr.el (symbol-file): Doc fix.
11013
11014 * loadhist.el (file-loadhist-lookup): Call locate-library
11015 instead of find-library-name. Don't try converting
11016 abs file names to library names, since load-history no longer
11017 has library names in it.
11018 (file-dependents, file-provides, file-requires): Doc fixes.
11019
11020 2005-10-21 Juri Linkov <juri@jurta.org>
11021
11022 * progmodes/etags.el (tags-table-mode): New function.
11023 (tags-verify-table): Replace initialize-new-tags-table with
11024 tags-table-mode.
11025
11026 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11027 default value.
11028 (desktop-modes-not-to-save): Add tags-table-mode to the
11029 default value.
11030
11031 * info.el (Info-index-next): Add total number of index
11032 alternatives to the message.
11033
11034 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11035 backward only space (instead of space and period) before looking
11036 at sentence end.
11037
11038 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11039 Add the old variable value as 4th default-value arg of read-string.
11040
11041 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11042
11043 * cus-face.el (custom-declare-face): Make face from X resources
11044 also on Mac.
11045
11046 * disp-table.el (standard-display-g1, standard-display-graphic):
11047 Refuse to use string glyphs also on Mac.
11048 (standard-display-european): Don't set terminal coding system also
11049 on Mac.
11050
11051 * frame.el (display-screens): Use x-display-screens also on Mac.
11052
11053 2005-10-21 Romain Francoise <romain@orebokech.com>
11054
11055 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11056
11057 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11060 and $? into sexps.
11061
11062 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11063 warning face on open-paren-in-column-0.
11064
11065 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11066 boundary case. Fix typo.
11067 Suggested by Martin Rudalics <rudalics@gmx.at>.
11068
11069 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11070
11071 * textmodes/org.el (org-combined-agenda-icalendar-file)
11072 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11073 (org-export-icalendar-this-file)
11074 (org-export-icalendar-all-agenda-files)
11075 (org-export-icalendar-combine-agenda-files): New commands.
11076 (org-export-icalendar, org-print-icalendar-entries)
11077 (org-start-icalendar-file, org-finish-icalendar-file)
11078 (org-ical-ts-to-string): New functions.
11079 (org-read-date, org-goto-calendar)
11080 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11081 call to `calendar'.
11082 (orgtbl-setup): Remove the :keys arguments from the menu description.
11083 (org-after-save-iCalendar-file-hook): New variable.
11084
11085 2005-10-21 Kenichi Handa <handa@m17n.org>
11086
11087 * language/vietnamese.el (tcvn-5712): Make it an alias of
11088 vietnamese-tcvn coding-system.
11089
11090 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11091
11092 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11093 group id is given.
11094
11095 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11098 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11099 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11100 whose line is either continued or ends with a comment.
11101
11102 2005-10-20 Romain Francoise <romain@orebokech.com>
11103
11104 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11105
11106 * replace.el (occur-engine): Add follow-link property.
11107
11108 * font-core.el (font-lock-mode): Doc fix.
11109
11110 2005-10-20 Richard M. Stallman <rms@gnu.org>
11111
11112 * net/rcirc.el: New file.
11113
11114 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11115
11116 * term.el (term-term-name): Initialize to "eterm-color".
11117
11118 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11119
11120 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11121 for encryption functionality.
11122 Move allout customization subgroup from `editing' to `outlines' group.
11123 Fix commentary keywords to legitimate ones.
11124 Update author info (using my current email address, obscurified).
11125 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11126 (allout-encrypted-topic-p, allout-encrypted-text-type)
11127 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11128 (allout-situate-encryption-key-verifier)
11129 (allout-get-encryption-key-verifier, allout-verify-key)
11130 (allout-next-topic-pending-encryption)
11131 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11132 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11133 (outline-key-verifier-handling, outline-key-hint-handling)
11134 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11135 (allout-file-key-verifier-string, allout-encryption-scheme)
11136 (allout-key-verifier-string, allout-key-hint-string)
11137 (allout-after-save-decrypt): New variables.
11138 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11139 (allout-after-saves-handler): New hook functions.
11140 (allout-post-command-business): Do allout-after-save-decrypt.
11141 (allout-enable-file-variable-adjustment): Custom var to enable
11142 mechanism for adding and adjusting settings of Emacs file variables.
11143 (allout-adjust-file-variable, allout-file-vars-section-data):
11144 New functions, implement the mechanism.
11145 (outlineify-sticky): Use the file vars mechanism.
11146 (allout-inhibit-protection, allout-during-write-cue)
11147 (allout-override-protect, allout-before-change-protect): Remove.
11148 (allout-flag-region, allout-open-topic): Adjust read-only text.
11149 (allout-open-line-not-read-only): Add to facilitate read-only
11150 text based protection.
11151 (allout-kill-line): Revise to adjust read-only text, clue the
11152 user about the inhibition.
11153 (allout-unprotected): Use unwind-protect.
11154 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11155 topic deeper than the offspring depth of the previous topic -
11156 avoiding confusing "containment discontinuities".
11157 (allout-reindent-bodies): Fix retention of body relative hanging
11158 indent during promotion of collapsed bodies.
11159 (allout-open-topic): Make it easy to open new topic with same
11160 bullet as current topic - topic creation functions provided with
11161 any universal argument provokes now prompt for bullet, defaulting
11162 to the bullet of the previous topic.
11163 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11164 Plain bullet alternates `.' period and `,' comma only. All other
11165 bullets are relegated to special status (but customizable).
11166 (allout-end-of-entry): Rename from allout-end-of-current-entry
11167 since it actually operates w.r.t. most immediately containing
11168 entry, visible or not.
11169 (allout-hide-current-entry, allout-show-current-entry): Use the
11170 revised version.
11171 (allout-old-expose-topic): Solidify deprecation.
11172 (allout-end-of-subtree): Add so we can span concealed as well
11173 as visible topics.
11174 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11175 (allout-end-of-current-heading): Tweak to just respect the first line.
11176 (allout-get-body-text): Add.
11177 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11178 when invoked interactively.
11179 (allout-up-current-level): Use `interactive-p'.
11180 (allout-mode, allout-init): Miscellaneous docstring and
11181 operational refinements, as well as hookups of new encryption stuff.
11182 (allout-beginning-of-current-entry): Now works as advertised.
11183 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11184 (allout-isearch-rectification): Refine condition for isearching.
11185 (allout-isearch-abort, allout-enwrap-isearch)
11186 (allout-flag-region, my-region-active-p): Relocate some macros.
11187 (allout-title): Fallback title is (buffer-name), not
11188 non-existing (current-buffer-name).
11189 (subst-char-in-string): Define if absent (for some XEmacs versions).
11190
11191 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11192
11193 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11194 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11195 (mail-citation-prefix-regexp, mail-signature-file)
11196 (mail-default-headers, mail-bury-selects-summary)
11197 (mail-send-nonascii): Add autoload cookies.
11198
11199 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11200
11201 * frame.el (blink-cursor-mode): Add `mac' to the list of
11202 window-system's that support blinking cursor.
11203
11204 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11205
11206 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11207
11208 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11209
11210 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11211 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11212 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11213
11214 2005-10-20 Kim F. Storm <storm@cua.dk>
11215
11216 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11217 (ido-set-current-directory): Don't add / after final @.
11218 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11219 Explicitly handle ange-ftp completion oddities.
11220 (ido-make-file-list): Don't rotate list at tramp root to avoid
11221 triggering tramp file handler for expand-file-name via get-file-buffer.
11222
11223 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11224
11225 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11226
11227 2005-10-19 Jay Belanger <belanger@truman.edu>
11228
11229 * calc/calc-units.el (math-standard-units): Add units, adjust
11230 symbols and update values.
11231 (math-unit-prefixes): Add more prefixes.
11232
11233 2005-10-19 Romain Francoise <romain@orebokech.com>
11234
11235 * bookmark.el (bookmark-menu-heading): New face.
11236 (bookmark-bmenu-list): Use it.
11237 Don't fiddle with `baud-rate' at top-level.
11238
11239 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11240
11241 * image.el (create-image, find-image): Mention max-image-size in
11242 docstring.
11243
11244 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11245
11246 * savehist.el (savehist-load): Revert to checking XEmacs.
11247
11248 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11249 Various docstring and line-width fixups.
11250 (conf-mode): Use cond.
11251 Set font-lock-defaults. Don't set comment-use-syntax.
11252
11253 2005-10-18 David Ponce <david@dponce.com>
11254
11255 * tree-widget.el (tree-widget-button-click): New function.
11256 (tree-widget-button-keymap): Use it.
11257
11258 2005-10-18 Romain Francoise <romain@orebokech.com>
11259
11260 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11261 (bookmark-bmenu-hide-filenames): Add follow-link property.
11262 Improve help-echo text.
11263
11264 * ffap.el (find-file-at-point): Doc fix.
11265
11266 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11267
11268 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11269
11270 2005-10-18 Masatake YAMATO <jet@gyve.org>
11271
11272 Install to the CVS repository what I forgot to install in my
11273 2005-10-16 changes.
11274
11275 * progmodes/python.el (python-complete-symbol): Pass the common
11276 prefix substring of completion to `display-completion-list'.
11277
11278 * textmodes/org.el (org-complete): Ditto.
11279
11280 2005-10-18 Masatake YAMATO <jet@gyve.org>
11281
11282 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11283
11284 * woman.el (WoMan-xref-man-page): New button type derived
11285 from `Man-abstract-xref-man-page'.
11286 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11287
11288 * man.el (Man-abstract-xref-man-page): New button type.
11289 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11290 (Man-highlight-references): Add new optional argument `xref-man-type'.
11291
11292 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11293
11294 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11295
11296 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11297
11298 * cus-edit.el (Custom-move-and-invoke): Delete.
11299 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11300
11301 * wid-edit.el (widget-move-and-invoke): New function, from
11302 Custom-move-and-invoke.
11303
11304 2005-10-17 Bill Wohler <wohler@newt.com>
11305
11306 Move all remaining images from lisp/toolbar to etc/images, move
11307 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11308 the low resolution images in their own directory (low-color).
11309
11310 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11311 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11312 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11313 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11314 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11315 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11316 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11317
11318 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11319 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11320 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11321 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11322 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11323 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11324 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11325 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11326 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11327 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11328 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11329 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11330 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11331 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11332 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11333
11334 To conform with convention, replace the underscore (_) in the
11335 following image names with dash (-) or (/) as appropriate.
11336
11337 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11338 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11339 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11340 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11341 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11342 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11343 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11344 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11345 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11346 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11347 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11348 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11349 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11350 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11351 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11352
11353 * info.el (info-tool-bar-map): Replace underscores in image names
11354 with dashes.
11355
11356 * makefile.w32-in (WINS): Remove toolbar.
11357
11358 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11359
11360 * tool-bar.el: Move to lisp from toolbar. Now that
11361 toolbar is empty, it should be deleted when folks run "cvs up -P".
11362
11363 2005-10-18 Jay Belanger <belanger@truman.edu>
11364
11365 * calc/calc-store.el (calc-store-into): Get the proper variable name
11366 to display in message.
11367
11368 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11369
11370 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11371 expressions display in speedbar for all buffers when debugging.
11372 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11373
11374 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11375 (speedbar-insert-button, speedbar-make-button):
11376 Use add-text-properties.
11377 (speedbar-update-localized-contents)
11378 (speedbar-update-directory-contents)
11379 (speedbar-update-special-contents): Use dolist.
11380 (speedbar-buffer-easymenu-definition): Add a menu separator.
11381
11382 2005-10-17 Jason Rumney <jasonr@gnu.org>
11383
11384 * makefile.w32-in: Use $(lisp) consistently.
11385 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11386 for shell specific generation of mh-autoloads.
11387
11388 2005-10-17 Richard M. Stallman <rms@gnu.org>
11389
11390 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11391
11392 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11393
11394 * jit-lock.el (jit-lock-fontify-now):
11395 Move jit-lock-context-unfontify-pos to avoid wasted work.
11396
11397 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11398
11399 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11400 `tramp-completion-mode' for checking if we are in completion mode.
11401 (tramp-completion-handle-file-name-all-completions): Reorder code
11402 in order to complete for file names only in case there are no
11403 method/user/host completions. This is necessary for cooperation
11404 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11405
11406 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11407
11408 * longlines.el (longlines-search-forward)
11409 (longlines-search-backward): Match any number of spaces.
11410
11411 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11412
11413 * diff-mode.el (diff-mode): Doc fix.
11414
11415 2005-10-16 David Reitter <david.reitter@gmail.com>
11416
11417 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11418 as default on darwin and windows systems.
11419
11420 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11421
11422 * arc-mode.el (archive-zip-extract): Doc fix.
11423
11424 2005-10-16 Romain Francoise <romain@orebokech.com>
11425
11426 * mouse.el (mouse-1-click-follows-link): Doc fix.
11427
11428 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11429
11430 * savehist.el: Don't require CL at runtime.
11431 (savehist-xemacs): Remove.
11432 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11433 (savehist-no-conversion): Use (featurep 'xemacs).
11434 (savehist-load): Check existence of start-itimer rather than XEmacs.
11435 Use an idle timer.
11436 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11437 `delete-if-not'.
11438
11439 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11440
11441 * savehist.el: Newer version.
11442 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11443 (savehist-last-checksum, savehist-no-conversion): New vars.
11444 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11445 New functions.
11446 (savehist-load, savehist-save): Use them.
11447 (savehist-delimit): Remove.
11448
11449 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11450
11451 * progmodes/compile.el (compilation-goto-locus): Display the
11452 compilation buffer first and the source buffer second, in case they're
11453 in overlapping frames. Don't raise the compilation frame if it was the
11454 selected window upon entry. Pass the `other-window' arg to
11455 pop-to-buffer.
11456
11457 * info.el (Info-fontify-node): Use dolist.
11458 Change add-text-properties to put-text-property.
11459
11460 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11461
11462 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11463 bound of search.
11464
11465 2005-10-16 Masatake YAMATO <jet@gyve.org>
11466
11467 * dabbrev.el (dabbrev-completion): Pass the common
11468 prefix substring of completion to `display-completion-list'.
11469
11470 * filecache.el (file-cache-minibuffer-complete)
11471 (file-cache-complete): Ditto.
11472
11473 * tempo.el (tempo-display-completions): Ditto.
11474
11475 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11476
11477 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11478
11479 * eshell/em-hist.el (eshell-list-history): Ditto.
11480
11481 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11482
11483 * mail/mailalias.el (mail-complete): Ditto.
11484
11485 * progmodes/etags.el (complete-tag): Ditto.
11486
11487 * progmodes/make-mode.el (makefile-complete): Ditto.
11488
11489 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11490
11491 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11492
11493 * progmodes/pascal.el (pascal-complete-word)
11494 (pascal-show-completions): Ditto.
11495
11496 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11497
11498 * simple.el (completion-common-substring): New variable.
11499 (completion-setup-function): Use `completion-common-substring'
11500 to put faces.
11501
11502 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11503
11504 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11505 (x-get-selection, mac-select-convert-to-string): Convert from/to
11506 UTF-16 clipboard data as in native byte order, no BOM.
11507
11508 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11509
11510 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11511 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11512 (gud-sentinel): Use speedbar-frame to check for speedbar.
11513
11514 2005-10-15 Richard M. Stallman <rms@gnu.org>
11515
11516 * savehist.el: New file.
11517
11518 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11519
11520 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11521 Fix bug in \bf fontification.
11522
11523 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * pcvs.el (cvs-edit-log-files): New var.
11526 (cvs-mode-edit-log): New arg `file'.
11527 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11528 Instead force the use of the original file and nothing else.
11529 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11530 the cvs-minor-wrap-function is set.
11531 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11532
11533 2005-10-14 Bill Wohler <wohler@newt.com>
11534
11535 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11536 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11537 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11538 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11539 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11540 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11541 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11542 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11543 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11544 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11545 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11546 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11547 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11548 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11549 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11550
11551 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11552 appropriately (for example, gud-break to gud/break).
11553
11554 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11555
11556 * longlines.el (longlinges-search-function)
11557 (longlines-search-forward, longlines-search-backward): New functions.
11558 (longlines-mode): Set isearch-search-fun-function to
11559 longlinges-search-function.
11560
11561 * mouse.el (mouse-drag-region-1): Handle the case where a
11562 double-click event is bound to an arbitrary function.
11563
11564 2005-10-14 David Ponce <david@dponce.com>
11565
11566 * recentf.el (recentf-track-opened-file)
11567 (recentf-track-closed-file, recentf-update-menu)
11568 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11569 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11570 mouse-1-click-follows-link.
11571
11572 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11573
11574 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11575 Gnome file-manager.png. Suggested by
11576 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11577
11578 * toolbar/README: Add diropen.xpm.
11579
11580 2005-10-13 Bill Wohler <wohler@newt.com>
11581
11582 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11583 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11584
11585 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11586
11587 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11588 Don't waste the byte-compiler's time on constant data.
11589
11590 2005-10-13 Kenichi Handa <handa@m17n.org>
11591
11592 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11593 byte with `escape-glyph' face.
11594
11595 * international/fontset.el (ccl-encode-unicode-font):
11596 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11597 Handle the case that ucs-mule-to-mule-unicode translates a character to
11598 ASCII (usually for IPA characters).
11599
11600 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11603 Don't hide the underline of titles if font-lock-mode is disabled.
11604
11605 2005-10-12 Bill Wohler <wohler@newt.com>
11606
11607 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
11608 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11609 files in MH-E-SRC have been updated.
11610 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11611
11612 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11613
11614 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11615 (mixal-mode-syntax-table): Add \n as end-comment.
11616 (mixal-operation-codes-alist): Immediately initialize to full value.
11617 (mixal-add-operation-code): Remove.
11618 (mixal-describe-operation-code): Make the arg non-optional.
11619 Use the interactive spec instead.
11620 Use mixal-operation-codes-alist rather than mixal-operation-codes.
11621 (mixal-font-lock-keywords): Don't highlight comments here any more.
11622 (mixal-font-lock-syntactic-keywords): New var.
11623 (mixal-mode): Use it. Fix comment-start-skip.
11624
11625 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11626
11627 * startup.el (command-line-x-option-alist): -nb => -nbi
11628
11629 2005-10-12 Kim F. Storm <storm@cua.dk>
11630
11631 * startup.el (fancy-splash-default-action): Discard mouse click in
11632 the splash screen window, as it has no sensible meaning in the
11633 next window to be selected. Fixes error reported by Jan D.
11634
11635 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11636
11637 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11638
11639 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11642 Try to fix up minor layout issues like indentation, line break, etc...
11643 (mixal-mode-syntax-table): Don't try to specify comment syntax,
11644 because it doesn't work.
11645 (mixal-operation-codes): Add some more codes.
11646 (mixal-font-lock-keywords): Process comments here.
11647 (mixal-mode): mixasm no longer needs -g option.
11648
11649 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
11650
11651 * progmodes/sh-script.el (sh-tmp-file):
11652 Use mktemp -t. Finish support for es and rc shells.
11653
11654 2005-10-11 Jay Belanger <belanger@truman.edu>
11655
11656 * calc/calcalg2.el (calc-integral): With an argument, compute the
11657 definite integral.
11658
11659 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
11660
11661 * mouse.el (mouse-drag-region-1): Don't try to catch a
11662 double-click when doing follow-link (it's overridden anyway).
11663
11664 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
11665
11666 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11667 (autoload-print-form-outbuf): Add docstring.
11668
11669 2005-10-11 Juri Linkov <juri@jurta.org>
11670
11671 * info.el (Info-mode-menu): Delete menu item "Edit".
11672 (Info-mode): Delete description of Info-edit from docstring,
11673 and rearrange descriptions of Info commands in the order
11674 they are documented in the Info manual.
11675
11676 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * calendar/appt.el (appt-check): Use diary-selective-display var.
11679
11680 2005-10-10 Richard M. Stallman <rms@gnu.org>
11681
11682 * net/newsticker.el (newsticker-start, newsticker-show-news):
11683 Add autoload cookies.
11684
11685 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
11686
11687 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
11688
11689 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
11690
11691 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
11692
11693 2005-10-10 Jay Belanger <belanger@truman.edu>
11694
11695 * calc/calc-arith.el (math-check-known-scalarp)
11696 (math-check-known-matrixp): Check the values of arguments that are
11697 variables.
11698 (math-check-known-square-matrixp): New function.
11699 (math-known-square-matrixp): Use math-check-known-square-matrixp.
11700 (math-super-types): Add sqmatrix type.
11701
11702 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11703 mode name `square' to `sqmatrix'.
11704
11705 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
11706 mode name `square' to `sqmatrix'.
11707
11708 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11709
11710 * progmodes/etags.el (select-tags-table-mode): Don't use
11711 selective-display.
11712 (tags-select-tags-table): Pass `button' to the action function.
11713 (select-tags-table): Place the side-info on button properties rather
11714 than in hidden text. Abbreviate file names.
11715 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
11716 (select-tags-table-select): Add `button' argument.
11717 Get side-info from the button property rather than from hidden text.
11718
11719 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
11720
11721 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
11722 (gud-speedbar-buttons): Preserve point if possible.
11723 (gud-sentinel): Restore previous speedbar display type.
11724
11725 * progmodes/gdb-ui.el (gdba): Improve diagram.
11726 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11727 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11728 Call get-buffer-window once.
11729
11730 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11731
11732 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
11733 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
11734 (pascal-indent-command): Remove unused var `ind'.
11735 (pascal-indent-case): Remove unused var `oldpos'.
11736 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
11737 since it's now used as a proper minor mode map.
11738 (pascal-outline): Rename to pascal-outline-mode.
11739 (pascal-outline-mode): Use define-minor-mode.
11740 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
11741 selective-display.
11742
11743 2005-10-10 Andreas Schwab <schwab@suse.de>
11744
11745 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
11746 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
11747
11748 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
11749 outside source directory.
11750
11751 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
11752
11753 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
11754 C-x' as a prefix.
11755 (orgtbl-mode-map): Full keymap instead of sparse, because all
11756 `self-insert-command' keys are redefined in this map.
11757 (org-export-as-html): Specify charset for HTML file, by taking it
11758 from the coding system.
11759
11760 2005-10-10 Kenichi Handa <handa@m17n.org>
11761
11762 * textmodes/flyspell.el (flyspell-check-word-p):
11763 If unread-command-events is non-empty, don't call sit-for.
11764
11765 2005-10-09 Richard M. Stallman <rms@gnu.org>
11766
11767 * font-lock.el (font-lock-syntactic-keywords)
11768 (font-lock-keywords): Doc fixes.
11769
11770 * textmodes/flyspell.el (flyspell-external-point-words):
11771 Simplify logic, and don't try to check for consecutive appearances
11772 of one incorrect word.
11773
11774 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
11775
11776 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
11777 separator.
11778
11779 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
11780 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
11781 (gud-expansion-speedbar-buttons): New function.
11782 (gud-speedbar-buttons): Check for gud-comint-buffer.
11783
11784 2005-10-09 Bill Wohler <wohler@newt.com>
11785
11786 * Makefile.in (updates): Add mh-loaddefs dependency.
11787
11788 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
11789
11790 * speedbar.el (speedbar-file-key-map): Fix typo.
11791
11792 2005-10-09 Daniel Brockman <daniel@brockman.se>
11793
11794 * cus-start.el (line-spacing): Add custom spec.
11795
11796 2005-10-09 Romain Francoise <romain@orebokech.com>
11797
11798 * textmodes/ispell.el (ispell-check-version): Fix last change.
11799
11800 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11801
11802 * term/x-win.el: Remove -i, --icon-type from comment.
11803
11804 * startup.el (command-line-x-option-alist): Remove options -i,
11805 -itype, --icon-type, added -nb, --no-bitmap-icon
11806
11807 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
11808
11809 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
11810 instead of :active.
11811
11812 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
11813
11814 * textmodes/ispell.el (ispell-check-version):
11815 Ignore hyphen, and all that follows, in aspell's version text.
11816
11817 2005-10-08 Jay Belanger <belanger@truman.edu>
11818
11819 * calc/calc-arith.el (math-known-square-matrixp): New function.
11820 (math-pow-fancy): Check for matrices before distributing exponent
11821 across products.
11822
11823 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
11824 fullscreen keypad. Suggested by Luc Teirlinck.
11825 (calc-keypad-show-input): Add space for formatting.
11826
11827 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
11828 Add square matrix option.
11829
11830 * calc/calc-poly.el (math-expand-term): Check for matrices instead
11831 of checking calc-matrix-mode when deciding how to expand.
11832
11833 * calc/calc.el (calc-set-mode-line): Add square matrix option.
11834
11835 2005-10-08 Lars Hansen <larsh@soem.dk>
11836
11837 * net/tramp.el (tramp-perl-directory-files-and-attributes):
11838 Add error handling.
11839 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
11840
11841 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
11842
11843 Sync with Tramp 2.0.51.
11844
11845 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11846 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11847 Insert special handling for `last-coding-system-used', again
11848 it still seems to be necessary (unlike stated before).
11849 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11850 (tramp-password-prompt-regexp): There might be other words before
11851 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
11852 (tramp-chunksize): Improve docstring.
11853 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
11854 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
11855 Christian Joergensen <bugs@razor.dk>.
11856
11857 2005-10-07 Glenn Morris <rgm@gnu.org>
11858
11859 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
11860 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
11861 precision'.
11862
11863 2005-10-07 Romain Francoise <romain@orebokech.com>
11864
11865 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
11866 (ibuffer-do-shell-command-pipe-replace)
11867 (ibuffer-do-shell-command-file, ibuffer-do-eval)
11868 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
11869 (ibuffer-do-revert, ibuffer-do-replace-regexp)
11870 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
11871 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11872 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
11873 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
11874 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
11875 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
11876 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
11877 Autoload file sans suffix.
11878
11879 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
11880
11881 2005-10-07 David Ponce <david@dponce.com>
11882
11883 * recentf.el (recentf-menu-open-all-flag): New option.
11884 (recentf-digit-shortcut-command-name): New function.
11885 (recentf--shortcuts-keymap): New variable.
11886 (recentf-menu-shortcuts): New variable.
11887 (recentf-make-menu-items): Initialize it. Replace the "More..."
11888 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
11889 (recentf-menu-value-shortcut): New function.
11890 (recentf-make-menu-item): Use it. No more in-lined.
11891 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
11892 (recentf-open-most-recent-file): Rename from
11893 `recentf-open-file-with-key'. Don't depend on key binding.
11894 (recentf-mode-map): New variable.
11895 (recentf-mode): Use it.
11896
11897 2005-10-06 Bill Wohler <wohler@newt.com>
11898
11899 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
11900
11901 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
11902 (MH-E-SRC): New. Used by mh-autoloads.
11903 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11904 files in MH-E-SRC have been updated.
11905 (compile, recompile, bootstrap): Depend on mh-autoloads.
11906
11907 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
11908
11909 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
11910 gud-break and gud-remove icons when the fringe is not available.
11911
11912 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
11913 Typo.
11914
11915 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11916
11917 * play/zone.el (zone): Wrap body with save-window-excursion.
11918
11919 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11922 Use the new `list-only' arg to diary-list-entries.
11923
11924 * calendar/diary-lib.el: Use overlays rather than selective-display.
11925 (diary-selective-display): New var.
11926 (diary-header-line-format): Use it.
11927 (diary-list-entries): Add argument `list-only'.
11928 Put the buffer in diary-mode. Don't add \^M at beg and end.
11929 Replace \^M by invisible overlays.
11930 (diary-unhide-everything): Replace \^M by invisible overlays.
11931 (print-diary-entries): Look for overlays rather than \^M.
11932 Add a space to the temp buffer name.
11933 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
11934 Put the buffer in diary-mode.
11935 (list-sexp-diary-entries): Replace \^M by invisible overlays.
11936 (diary-anniversary): Make the year arg optional.
11937 (diary-time-regexp): New const.
11938 (diary-font-lock-keywords): Use it to accept a few more time formats.
11939
11940 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
11941
11942 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
11943
11944 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
11945 Fix bug introduced 2005-07-03: Use (car (last ...))
11946 to faithfully reproduce replaced artist-last.
11947 (artist-set-arrow-points-for-poly): Likewise.
11948 Suggested by Johan Bockg\e,Ae\e(Brd.
11949
11950 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
11951
11952 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
11953 * wid-edit.el (widget):
11954 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
11955 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
11956
11957 2005-10-06 Kenichi Handa <handa@m17n.org>
11958
11959 * international/mule-cmds.el (set-language-environment):
11960 Fix setting up of case-table for unibyte mode.
11961
11962 * simple.el (what-cursor-position): If the character is displayed
11963 by some `display' text property, show that. Don't use
11964 single-key-description for eight-bit characters in multibyte mode.
11965
11966 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
11967
11968 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
11969 (gdb-ann3): Set it.
11970 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
11971 (gdb-info-frames-custom): Use inverse-video for first five
11972 characters of selected frame only.
11973 (gdb-get-frame-number): Select frame even when point is on frame
11974 number.
11975
11976 2005-10-06 Masatake YAMATO <jet@gyve.org>
11977
11978 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11979 Put `font-lock-function-name-face'.
11980 (gdb-info-frames-custom): Put `font-lock-function-name-face'
11981 and `font-lock-variable-name-face'
11982 (gdb-registers-font-lock-keywords): New font lock keywords definition.
11983 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
11984 (gdb-memory-font-lock-keywords): New font lock keywords definition.
11985 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
11986 (gdb-local-font-lock-keywords): New font lock keywords definition.
11987 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
11988 (gdb-threads-font-lock-keywords): New font lock keywords definition.
11989 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
11990
11991 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
11992
11993 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
11994 (ediff-merge-region-is-non-clash-to-skip): Previously called
11995 ediff-merge-region-is-non-clash.
11996
11997 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
11998 Use insert-buffer-substring.
11999
12000 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12001 selecting files to patch. Also bug fixes.
12002
12003 * ediff-util.el (ediff-setup): Bug fix.
12004 (ediff-next-difference): Never skip clashes that differ in white
12005 space only.
12006
12007 * ediff-wind.el (ediff-setup-control-frame)
12008 (ediff-destroy-control-frame): Check the menubar feature.
12009
12010 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12011 (viper-refresh-mode-line): Use make-local-variable to localize
12012 some vars instead of make-variable-buffer-local. Suggested by
12013 Stefan Monnier.
12014
12015 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12016 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12017 Use make-local-variable instead of make-variable-buffer-local.
12018 Suggested by Stefan Monnier.
12019
12020 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12021 (viper-comint-mode-hook): Use make-local-variable on
12022 require-final-newline.
12023 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12024
12025 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12026
12027 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12028 also the second char of a comment-start sequence.
12029 (scheme-sexp-comment-syntax-table): New var.
12030 (lambda, define): Set their scheme-doc-string-elt property.
12031 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12032 Use lisp-font-lock-syntactic-face-function now that it properly
12033 handles |...| symbols.
12034 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12035 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12036
12037 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12038 bit from # to |.
12039 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12040
12041 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12042 (lisp-doc-string-elt-property): New var.
12043 (lisp-font-lock-syntactic-face-function): Use it.
12044 Rewrite to recognize docstrings even for forms not at toplevel.
12045
12046 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12047 annotation on the | part of #| rather than on the # part.
12048 (scheme-font-lock-syntactic-face-function): New function, to
12049 distinguish strings from |...| symbols.
12050 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12051 syntax-table so that #|...|# is properly highlighted.
12052
12053 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12054 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12055
12056 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12059 and C-e.
12060
12061 * emacs-lisp/eldoc.el: Move comments into docstrings.
12062 (eldoc-message-commands): Initialize in its declaration.
12063 Add move-beginning-of-line and move-end-of-line.
12064 (eldoc-add-command, eldoc-add-command-completions)
12065 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12066
12067 * outline.el (outline-mark-subtree): Activate the mark.
12068
12069 * calendar/appt.el (appt-time-regexp): New var.
12070 (appt-add, appt-make-list): Use it.
12071 (appt-convert-time): Clean up.
12072
12073 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12074 Don't set any syntax-table property here.
12075 (tex-font-lock-verb): New function. Do it here.
12076 (tex-font-lock-syntactic-keywords): Use it.
12077
12078 2005-10-04 Richard M. Stallman <rms@gnu.org>
12079
12080 * wid-edit.el (widget-file-complete): Get the widget start point
12081 the right way. Default directory to `/' if file has none.
12082
12083 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12084
12085 * textmodes/flyspell.el (flyspell-mode-on):
12086 Call ispell-maybe-find-aspell-dictionaries.
12087
12088 * textmodes/ispell.el (ispell-word, ispell-region):
12089 Call ispell-maybe-find-aspell-dictionaries.
12090 (ispell-accept-buffer-local-defs):
12091 Don't call ispell-maybe-find-aspell-dictionaries
12092
12093 2005-10-04 Richard M. Stallman <rms@gnu.org>
12094
12095 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12096
12097 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12098
12099 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12100 instead of `fboundp' in order to allow for anonymous functions.
12101
12102 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12103
12104 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12105 case the user clicks on the link while another window is selected.
12106 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12107
12108 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12109 functionality.
12110 (dframe-help-echo): Save point in case mouse tracking is off.
12111
12112 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12113
12114 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12115
12116 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12117
12118 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12119 not change the global value of those vars.
12120
12121 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12122 make-local-variable which we do not need any more.
12123
12124 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12125
12126 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12127 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12128 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12129 (speedbar-path-line): Define obsolete aliases.
12130 (speedbar-line-directory): Doc fix.
12131
12132 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12133 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12134 instead of speedbar-line-path.
12135
12136 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12137
12138 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12139 to nil if dropping on a window. Handle dropping on a minibuffer window
12140 like dropping on a non-window part of Emacs.
12141
12142 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * net/ange-ftp.el: Use with-current-buffer.
12145 (ange-ftp-insert-directory): Do not follow symlinks any more.
12146
12147 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12148 Remove interactive spec.
12149
12150 2005-10-03 Kim F. Storm <storm@cua.dk>
12151
12152 * ido.el (ido-mode): Use custom-initialize-set.
12153
12154 2005-10-02 Richard M. Stallman <rms@gnu.org>
12155
12156 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12157 Use insert-buffer-substring.
12158
12159 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12160 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12161
12162 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12165 in last change.
12166 (ange-ftp-insert-directory): Fix up the search for the case where
12167 `file' is absolute.
12168
12169 2005-10-02 Romain Francoise <romain@orebokech.com>
12170
12171 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12172
12173 2005-10-02 Andreas Schwab <schwab@suse.de>
12174
12175 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12176 directory component in the session info.
12177
12178 2005-10-01 Richard M. Stallman <rms@gnu.org>
12179
12180 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12181
12182 * simple.el (next-error-internal): New function.
12183
12184 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12185 (compilation-start): Pass new arg to compilation-buffer-name.
12186 (compile-goto-error): Use next-error-internal.
12187
12188 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12189
12190 * speedbar.el: Remove RCS tag.
12191 (speedbar-check-read-only): Handle non-existent files.
12192
12193 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12194
12195 * info.el (Info-speedbar-hierarchy-buttons)
12196 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12197
12198 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12199
12200 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12201 Do not match newline.
12202 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12203 (bibtex-summary): Remove unnecessary save-excursion.
12204 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12205
12206 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12207
12208 * term/mac-win.el: Add charset info for "iso10646-1".
12209 Modify default fontset to use ATSUI-compatible fonts for some charsets
12210 if available.
12211
12212 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12213
12214 * speedbar.el: Re-apply arch tag.
12215 (speedbar-version): Rename to version 1.0. Suggested by Eric
12216 M. Ludlam.
12217 Reapply two changes from Emacs CVS' version of speedbar lost
12218 during the merge:
12219 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12220 (speedbar-frame-parameters): Improve customize type.
12221
12222 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12223
12224 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12225 (ange-ftp-file-directory-p): Fix the symlink case.
12226 (ange-ftp-insert-directory): When listing a single file, get a list of
12227 the parent buffer and extract the relevant line. Inspired from a patch
12228 by Katsumi Yamaoka <yamaoka@jpl.org>.
12229 (ange-ftp-file-name-sans-versions): Simplify.
12230
12231 2005-09-30 Bill Wohler <wohler@newt.com>
12232
12233 Move MH-E image files from toolbar and mail directories into
12234 etc/images.
12235
12236 * mail/reply2.*: Move to etc/images/mail/reply*.
12237
12238 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12239 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12240 etc/images.
12241
12242 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12243 * toolbar/reply*: Move to etc/images/mail.
12244
12245 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12246
12247 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12248
12249 * speedbar.el: New version 1.0pre3.
12250
12251 Frame management code (including timer, and mouse click specifics)
12252 moved to dframe.el:
12253 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12254 (speedbar-timer): Removed. Use dframe-timer.
12255 (speedbar-close-frame): Removed. Use dframe-close-frame.
12256 (speedbar-activity-change-focus-flag): Removed. Use
12257 dframe-activity-change-focus-flag.
12258 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12259 dframe-update-speed.
12260
12261 (speedbar-current-frame): New macro. Use this instead of the
12262 variable speedbar-frame.
12263
12264 (speedbar-use-images, speedbar-expand-image-button-alist)
12265 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12266
12267 (speedbar-find-image-on-load-path): Removed. Replaced by
12268 defezimage in ezimage.el.
12269 (speedbar-expand-image-button-alist): Removed. Replaced by
12270 ezimage-expand-image-button-alist in ezimage.el.
12271
12272 (speedbar-ignored-directory-regexp)
12273 (speedbar-add-ignored-directory-regexp)
12274 (speedbar-ignored-directory-expressions)
12275 (speedbar-line-directory, speedbar-buffers-line-directory)
12276 (speedbar-directory-line, speedbar-buffers-line-directory):
12277 Renamed, replacing `path' with `directory'.
12278
12279 (speedbar-create-directory, speedbar-expand-line-descendants)
12280 (speedbar-toggle-line-expansion)
12281 (speedbar-contract-line-descendants): New commands.
12282
12283 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12284 (speedbar-use-tool-tips-flag): New options.
12285
12286 (speedbar-check-read-only, speedbar-require-version)
12287 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12288 (speedbar-handle-delete-frame, speedbar-try-completion)
12289 (speedbar-update-localized-contents): New functions.
12290
12291 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12292 (speedbar-object-read-only-indicator): New variables.
12293
12294 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12295 New hooks.
12296
12297 (speedbar-separator-face): New face.
12298
12299 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12300 (speedbar-ignored-modes): Add fundamental-mode.
12301 (speedbar-directory-unshown-regexp): Add . directories.
12302
12303 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12304 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12305 `]' for full expand/close.
12306 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12307
12308 (speedbar-check-vc): Support hidden files.
12309 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12310 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12311 state is nil, it is not checked out.
12312
12313 (speedbar-line-text, speedbar-line-token): Support expand buttons
12314 with no text.
12315 (speedbar-refresh): Universal argument acts as power-click.
12316 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12317 that buffer to get variable values.
12318
12319 And many other bugfixes.
12320
12321 * dframe.el, ezimage.el, sb-image.el: New files.
12322
12323 * sb-*.xpm: Remove files. New image files installed into
12324 etc/images/ezimage.
12325
12326 2005-09-30 Kenichi Handa <handa@m17n.org>
12327
12328 * ps-mule.el (ps-mule-show-warning): If a character is in
12329 ps-print-translation-table, don't treat it as non-printable.
12330
12331 2005-09-30 David Ponce <david@dponce.com>
12332
12333 * tree-widget.el (tree-widget-themes-load-path): New variable.
12334 (tree-widget-themes-directory): Doc fix.
12335 (tree-widget-image-formats) [Emacs]: Doc fix.
12336 (tree-widget--locate-sub-directory): New function.
12337 (tree-widget-themes-directory): Use it.
12338
12339 * recentf.el (recentf-filename-handlers): Rename from
12340 `recentf-filename-handler'. Allow a list of functions.
12341 (recentf-menu-items-for-commands): Fix :help strings.
12342 (recentf-apply-filename-handlers): New function.
12343 (recentf-expand-file-name): Use it.
12344 (recentf-cleanup): Remove duplicates too.
12345
12346 2005-09-29 Juri Linkov <juri@jurta.org>
12347
12348 * faces.el: Rearrange face definitions to be in the same order as
12349 their face descriptions in "(emacs)Standard Faces".
12350
12351 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12352
12353 * tooltip.el (tooltip): Add group `basic-faces'.
12354
12355 * buff-menu.el (Buffer-menu-buffer): Remove group
12356 `font-lock-highlighting-faces'.
12357
12358 * progmodes/compile.el (compilation-error, compilation-warning)
12359 (compilation-info, compilation-line-number, compilation-column-number):
12360 Change group from `font-lock-highlighting-faces' to `compilation'.
12361
12362 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12363 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12364 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12365 (vhdl-font-lock-reserved-words-face)
12366 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12367 `font-lock-highlighting-faces'.
12368
12369 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12370
12371 2005-09-28 Kim F. Storm <storm@cua.dk>
12372
12373 * emulation/cua-base.el: Set CUA move property on additional commands:
12374 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12375 forward-sexp, backward-sexp, forward-list, backward-list.
12376
12377 2005-09-28 Romain Francoise <romain@orebokech.com>
12378
12379 * comint.el (comint-show-output): Really set point at the
12380 beginning of the output when not using `comint-use-prompt-regexp'.
12381
12382 2005-09-27 Jay Belanger <belanger@truman.edu>
12383
12384 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12385 in TeX mode.
12386
12387 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12388
12389 * textmodes/org.el (org-table-sum): Fix format string.
12390
12391 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12392 Quote face names.
12393
12394 2005-09-26 Romain Francoise <romain@orebokech.com>
12395
12396 * isearch.el (isearch-forward-regexp): Close doc string.
12397
12398 2005-09-25 Richard M. Stallman <rms@gnu.org>
12399
12400 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12401
12402 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12403
12404 * progmodes/compile.el (compilation-error-properties):
12405 When getting the file from the previous error message,
12406 correctly decode the new data format.
12407
12408 * progmodes/cc-cmds.el (c-electric-paren):
12409 Call old-blink-paren only for close-paren.
12410
12411 2005-09-24 Andreas Schwab <schwab@suse.de>
12412
12413 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12414 condition.
12415
12416 2005-09-25 Romain Francoise <romain@orebokech.com>
12417
12418 * dired-aux.el (dired-copy-file-recursive):
12419 * dired.el (dired-delete-file):
12420 * ediff-mult.el (ediff-dir-diff-copy-file):
12421 * ediff-util.el (ediff-test-save-region):
12422 * forms.el (forms-mode):
12423 * ido.el (ido-file-internal, ido-delete-file-at-head):
12424 * log-edit.el (log-edit-done):
12425 * ses.el (ses-yank-resize):
12426 * play/gomoku.el (gomoku-human-plays, gomoku)
12427 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12428 (gomoku-offer-a-draw):
12429 * play/landmark.el (lm-human-resigns, lm):
12430 * net/eudcb-ldap.el (eudc-ldap-check-base):
12431 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12432 * progmodes/ebrowse.el (ebrowse-find-pattern):
12433 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12434 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12435 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12436
12437 * vc.el (vc-delete-file):
12438 * play/gomoku.el (gomoku-terminate-game, gomoku)
12439 (gomoku-prompt-for-move, gomoku-human-takes-back):
12440 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12441 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12442
12443 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12444
12445 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12446 color rxvt terminals by using the code xterm.el used to use before
12447 2005-04-09 in order to match the colors used by rxvt.
12448
12449 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12450
12451 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12452 colors rxvt-unicode terminals by using the same code as xterm.el.
12453
12454 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12455
12456 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12457 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12458 new symbol used for the tex-verbatim face.
12459
12460 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12461
12462 * woman.el (woman-file-name):
12463 * wid-edit.el (widget-file-prompt-value)
12464 (widget-coding-system-prompt-value):
12465 * w32-fns.el (set-w32-system-coding-system):
12466 * vc.el (vc-version-diff, vc-annotate):
12467 * textmodes/reftex-auc.el (reftex-arg-cite)
12468 (reftex-arg-index-tag):
12469 * textmodes/refer.el (refer-get-bib-files):
12470 * textmodes/artist.el (artist-figlet-choose-font):
12471 * terminal.el (terminal-emulator):
12472 * replace.el (occur-read-primary-args):
12473 * rect.el (string-rectangle, string-insert-rectangle):
12474 * ps-print.el (ps-print-preprint):
12475 * progmodes/pascal.el (pascal-goto-defun):
12476 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12477 * progmodes/compile.el (compilation-find-file):
12478 * printing.el (pr-interactive-n-up):
12479 * play/animate.el (animate-birthday-present):
12480 * net/rcompile.el (remote-compile):
12481 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12482 * mail/rmailsum.el (rmail-summary-search-backward)
12483 (rmail-summary-search):
12484 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12485 (rmail-output-read-file-name):
12486 * mail/rmail.el (rmail-search, rmail-search-backwards):
12487 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12488 * locate.el (locate):
12489 * international/quail.el (quail-show-keyboard-layout):
12490 * international/mule.el (set-buffer-file-coding-system)
12491 (revert-buffer-with-coding-system, set-file-name-coding-system)
12492 (set-terminal-coding-system, set-keyboard-coding-system)
12493 (set-next-selection-coding-system):
12494 * international/mule-diag.el (describe-coding-system)
12495 (describe-font, describe-fontset):
12496 * international/mule-cmds.el (universal-coding-system-argument)
12497 (search-unencodable-char, describe-input-method)
12498 (set-language-environment, describe-language-environment):
12499 * international/codepage.el (codepage-setup):
12500 * international/code-pages.el (codepage-setup):
12501 * info.el (Info-search, Info-follow-reference)
12502 (Info-search-backward):
12503 * emacs-lisp/advice.el (ad-read-advised-function)
12504 (ad-read-advice-class, ad-clear-cache, ad-activate)
12505 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12506 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12507 (ad-read-regexp):
12508 * ediff-util.el (ediff-toggle-regexp-match):
12509 * ediff-ptch.el (ediff-prompt-for-patch-file):
12510 * dired-aux.el (dired-diff):
12511 * diff.el (diff):
12512 * cus-edit.el (custom-variable-prompt):
12513 * calendar/timeclock.el (timeclock-ask-for-project):
12514 * calc/calcalg3.el (calc-get-fit-variables):
12515 * calc/calc-store.el (calc-edit-variable)
12516 (calc-permanent-variable):
12517 * vc-mcvs.el (vc-mcvs-register):
12518 * shadowfile.el (shadow-define-literal-group):
12519 * woman.el (woman-file-name):
12520 * vc.el (vc-version-diff, vc-merge):
12521 * textmodes/reftex-index.el (reftex-index-complete-tag):
12522 * format.el (format-decode-buffer, format-decode-region):
12523 * emulation/viper-cmd.el (viper-read-string-with-history):
12524 * emacs-lisp/debug.el (cancel-debug-on-entry):
12525 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12526 * ediff.el (ediff-merge-revisions)
12527 (ediff-merge-revisions-with-ancestor, ediff-revision):
12528 * completion.el (interactive-completion-string-reader):
12529 * calc/calc-prog.el (calc-user-define-formula):
12530 Follow convention for reading with the minibuffer.
12531
12532 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12533
12534 * progmodes/python.el (python-describe-symbol): Add globals() and
12535 locals() to the arguments of emacs.ehelp.
12536
12537 2005-09-24 Magnus Henoch <mange@freemail.hu>
12538
12539 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12540 New function, code extracted from ispell-valid-dictionary-list.
12541 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12542 Call it.
12543
12544 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12545
12546 * subr.el (version-regexp-alist): Extend valid syntax for version
12547 strings: allow any of the characters -,_,+ to separate the
12548 alpha/beta/rc part from the version part. Doc fix.
12549 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12550
12551 2005-09-23 David Reitter <david.reitter@gmail.com>
12552
12553 * mail/mailclient.el: New file.
12554
12555 2005-09-23 Richard M. Stallman <rms@gnu.org>
12556
12557 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12558 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12559 Doc fixes.
12560
12561 * progmodes/cc-mode.el (c-font-lock-init):
12562 Specify font-lock-lines-before.
12563
12564 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12567 whole conflict.
12568
12569 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12570
12571 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12572 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12573 of `remap' feature when available. Additional key bindings for
12574 better tty support.
12575 (org-mode-restart, org-force-self-insert): New commands.
12576 (org-time-stamp-inactive): New command.
12577 (org-remap): New function.
12578 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12579 (org-enable-fixed-width-editor): Move to `org-structure'
12580 customization group.
12581 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12582 blank field after field motion commands.
12583
12584 2005-09-23 Kenichi Handa <handa@m17n.org>
12585
12586 * international/mule-cmds.el (set-language-environment):
12587 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12588 have to call utf-translate-cjk-load-tables.
12589
12590 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12591
12592 * mouse.el (mouse-move-drag-overlay): Fix last change.
12593
12594 2005-09-22 David Ponce <david@dponce.com>
12595
12596 * tree-widget.el (tree-widget-value-create): Fix previous change.
12597
12598 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12599
12600 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12601
12602 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12603
12604 * mouse.el (mouse-move-drag-overlay): New function.
12605 (mouse-drag-region-1): Use it.
12606 Try to simplify a bit the state handling. Handle clicks on links
12607 inside intangible areas.
12608 (mouse-save-then-kill): Minor simplification.
12609 (mouse-secondary-overlay): Make it always non-nil instead of
12610 recreating it each time.
12611 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12612 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12613 Simplify accordingly.
12614
12615 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12616
12617 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12618
12619 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
12620
12621 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12622 (ediff-file-name-sans-prefix): Treat nil as an empty string.
12623 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12624 to patch.
12625
12626 * ediff-util.el: Use insert-buffer-substring.
12627
12628 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12629
12630 * emulation/viper-cmd.el (viper-change-state): Don't move over the
12631 field boundaries in the minibuffer.
12632 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12633 (viper-minibuffer-post-command-hook): New hook.
12634 (viper-line): Don't move cursor at bolp.
12635
12636 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12637
12638 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12639 avoid compiler warnings.
12640
12641 * emulation/viper-macs.el (ex-map): Better messages.
12642
12643 * emulation/viper-utils.el (viper-beginning-of-field): New function.
12644
12645 * emulation/viper.el: Replace make-variable-buffer-local with
12646 viper-make-variable-buffer-local everywhere, to avoid warnings.
12647
12648 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12651 Delete unused var `old-selected-window'.
12652 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12653 (mouse-drag-secondary): Delete unused var `start-frame'.
12654
12655 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12656
12657 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12658
12659 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12660
12661 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12662 Re-indent within 80 columns. Use inhibit-read-only.
12663
12664 2005-09-19 Romain Francoise <romain@orebokech.com>
12665
12666 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12667
12668 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12669
12670 * font-lock.el (font-lock-default-fontify-region): Don't add a line
12671 unconditionally, since the after-change-function already did it.
12672
12673 2005-09-19 Miles Bader <miles@gnu.org>
12674
12675 * net/newsticker.el: Get rid of CVS keyword.
12676
12677 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
12678
12679 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
12680 The prompt is formatted later.
12681
12682 2005-09-19 David Ponce <david@dponce.com>
12683
12684 * tree-widget.el (tree-widget-value-create): Save the converted
12685 tree :node widget.
12686
12687 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
12688
12689 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
12690 variable `message'.
12691
12692 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
12693
12694 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
12695 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
12696 <slawomir.nowaczyk.847@student.lu.se>.
12697
12698 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
12699
12700 * image.el (image-load-path): Use symbol `data-directory' instead
12701 of its value, for backward compatibility with packages that bind
12702 it during `find-image'. Suggested by Katsumi Yamaoka.
12703 (image-search-load-path): Handle symbols whose values are strings.
12704
12705 2005-09-18 Romain Francoise <romain@orebokech.com>
12706
12707 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
12708 with-current-buffer form in save-excursion.
12709
12710 2005-09-18 Deepak Goel <deego@gnufans.org>
12711
12712 * apropos.el (apropos-command): Fix `message' call: first arg
12713 should be a format spec. In this and all other cases that appear
12714 below and elsewhere in the source code, I made a change only when
12715 two conditions were satisfied: [1] I can think of a possibility
12716 that the arguments would cause an error, for example, the code in
12717 question relies on external variables such as filenames. [2] I
12718 was sure that the arg to `message' could not have been nil in the code.
12719
12720 * textmodes/tildify.el (tildify-region): Ditto.
12721
12722 * textmodes/reftex-index.el (reftex-index-change-entry)
12723 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
12724 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
12725 * textmodes/org.el (org-complete, org-deadline, org-schedule)
12726 (org-priority, org-table-sum):
12727 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
12728 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
12729 (flyspell-word, flyspell-display-next-corrections):
12730 * textmodes/bibtex.el (bibtex-print-help-message):
12731 * textmodes/artist.el (artist-key-set-point-poly):
12732 * term/mac-win.el (mac-services-insert-text):
12733 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
12734 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
12735 (vhdl-port-paste-testbench, vhdl-compose-new-component)
12736 (vhdl-compose-configuration):
12737 * progmodes/sh-script.el (sh-blink, sh-show-indent)
12738 (sh-set-indent, sh-learn-line-indent):
12739 * progmodes/ps-mode.el (ps-mode-target-column):
12740 * progmodes/idlwave.el (idlwave-make-tags)
12741 (idlwave-scan-library-catalogs):
12742 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
12743 * progmodes/gud.el (gud-jdb-analyze-source):
12744 * progmodes/flymake.el (flymake-log):
12745 * progmodes/ebnf2ps.el (ebnf-generate-region):
12746 * progmodes/cmacexp.el (c-macro-expansion):
12747 * progmodes/ada-xref.el (ada-treat-cmd-string):
12748 * progmodes/ada-mode.el (ada-create-case-exception-substring)
12749 (ada-justified-indent-current, ada-batch-reformat):
12750 * play/zone.el (zone):
12751 * play/landmark.el (lm-move):
12752 * play/decipher.el (decipher-show-alphabet):
12753 * net/newsticker.el (newsticker--display-jump)
12754 (newsticker--display-scroll):
12755 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
12756 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
12757 * mail/feedmail.el (feedmail-dump-message-to-queue):
12758 * eshell/esh-proc.el (eshell-remove-process-entry):
12759 * emulation/ws-mode.el (ws-last-error):
12760 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
12761 (viper-record-kbd-macro):
12762 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
12763 * emacs-lisp/lisp-mnt.el (lm-report-bug):
12764 * emacs-lisp/find-func.el (find-function-noselect):
12765 * calendar/timeclock.el (timeclock-status-string)
12766 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
12767 (timeclock-when-to-leave-string):
12768 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
12769 * calc/calc-units.el (calc-enter-units-table):
12770 * calc/calc-mode.el (calc-mode-record-mode):
12771 * woman.el (woman-mini-help):
12772 * wdired.el (wdired-change-to-wdired-mode):
12773 * vc.el (vc-retrieve-snapshot):
12774 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
12775 * startup.el (display-startup-echo-area-message):
12776 * simple.el (set-goal-column):
12777 * ses.el (ses-command-hook, ses-recalculate-cell):
12778 * server.el (server-process-filter):
12779 * printing.el (pr-interface-txt-print, pr-interface-printify)
12780 (pr-interface-ps):
12781 * pcvs.el (cvs-help):
12782 * log-edit.el (log-edit, log-edit-mode-help):
12783 * iswitchb.el (iswitchb-possible-new-buffer):
12784 * isearch.el (isearch-edit-string):
12785 * image-mode.el (image-mode, image-minor-mode):
12786 * ibuf-macs.el (define-ibuffer-filter):
12787 * hi-lock.el (hi-lock-find-patterns):
12788 * files.el (toggle-read-only):
12789 * ediff-util.el (ediff-copy-diff)
12790 (ediff-write-merge-buffer-and-maybe-kill):
12791 * echistory.el (Electric-history-undefined):
12792 * dnd.el (dnd-insert-text):
12793 * dired-aux.el (dired-query):
12794 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
12795 * bookmark.el (bookmark-bmenu-locate):
12796 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
12797 Fix `message' calls to ensure first arg is a format string.
12798 The change was made only when these two conditions were satisfied:
12799 [1] when there is a possibility that the arguments would cause an error
12800 for example, if the code in question relies on external variables
12801 such as filenames, and
12802 [2] if the arg to `message' could not have been nil in the code.
12803
12804 * pcomplete.el (pcomplete--help): Fix `message' format spec.
12805 Not having a %s would be weird, though not technically wrong.
12806
12807 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12808
12809 * term/mac-win.el (mac-add-charset-info): Doc fix.
12810
12811 2005-09-17 Romain Francoise <romain@orebokech.com>
12812
12813 * shell.el (shell-resync-dirs): Handle echoing processes more
12814 reliably. Don't insert resync command if `comint-process-echoes'
12815 is non-nil.
12816
12817 2005-09-17 Magnus Henoch <mange@freemail.hu>
12818
12819 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
12820 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
12821 aspell versions >= 0.60.
12822 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
12823 only if ispell-aspell-supports-utf8 is non-nil.
12824
12825 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12826
12827 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
12828 buffer-local value to lisp-indent-function.
12829
12830 2005-09-17 Milan Zamazal <pdm@zamazal.org>
12831
12832 * progmodes/glasses.el (glasses-make-readable): If
12833 glasses-separator differs from underscore, put appropriate
12834 overlays over underscore characters.
12835 (glasses-convert-to-unreadable): If glasses-separator differs from
12836 underscore, try to convert glasses-separator characters to
12837 underscores.
12838
12839 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
12842 Use with-syntax-table and dolist.
12843
12844 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
12845
12846 * textmodes/reftex-auc.el:
12847 * textmodes/reftex-cite.el:
12848 * textmodes/reftex-dcr.el:
12849 * textmodes/reftex-global.el:
12850 * textmodes/reftex-parse.el:
12851 * textmodes/reftex-ref.el:
12852 * textmodes/reftex-sel.el:
12853 * textmodes/reftex-toc.el:
12854 * textmodes/reftex-vars.el:
12855 * textmodes/reftex.el: Small changes to remove compiler warnings.
12856
12857 * textmodes/reftex-index.el: Likewise.
12858 (reftex-query-index-phrase): More efficient use of markers.
12859
12860 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12861
12862 * image.el (image-load-path): New variable.
12863 (image-search-load-path): New function.
12864 (find-image): Search for images in `image-load-path'.
12865
12866 2005-09-15 Richard M. Stallman <rms@gnu.org>
12867
12868 * follow.el: Change Maintainer field.
12869
12870 2005-09-15 David Ponce <david@dponce.com>
12871
12872 * recentf.el (recentf-save-file-modes): New option.
12873 (recentf-save-list): Use it.
12874
12875 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
12876
12877 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
12878 (mode-line-mule-info, mode-line-modified): Move bindings from
12879 mouse-3 to mouse-1.
12880
12881 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12882
12883 * simple.el (sendmail-user-agent-compose): Revert last change.
12884
12885 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
12888 Use with-current-buffer.
12889 (ange-ftp-gwp-start): Remove unused var `gw-user'.
12890 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
12891 (ange-ftp-insert-directory): Remove unused var `short'.
12892 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
12893
12894 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
12895 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
12896
12897 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
12898 (check-calendar-holidays, diary-list-entries): Autoload.
12899 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
12900 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
12901
12902 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
12903 which mistakenly removed a call to display-buffer.
12904
12905 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
12906
12907 * obsolete/iso-insert.el: Move to obsolete/ from international/.
12908
12909 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
12910
12911 * progmodes/hideshow.el
12912 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
12913 (hs-allow-nesting): New user var.
12914 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
12915 (hs-hide-block-at-point): When nesting allowed,
12916 if there is already an overlay in place, delete it.
12917 (hs-safety-is-job-n): Delete func; remove call sites.
12918 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
12919 (hs-overlay-at): New func.
12920 (hs-already-hidden-p, hs-show-block): Use it.
12921 (hs-hide-all): Don't pre-clean if nesting allowed.
12922 (hs-show-all): Temporarily disallow
12923 nesting around call to `hs-discard-overlays'.
12924
12925 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
12926
12927 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
12928 Delete unused local var.
12929
12930 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
12931
12932 * help-fns.el (describe-categories): "?\ " -> "?\s".
12933 (help-do-arg-highlight): Recognize also ARG-n, as in
12934 `move-to-left-margin' (ARG+n is already recognized). Simplify.
12935
12936 * international/codepage.el (dos-unsupported-char-glyph):
12937 * net/newsticker.el (tool-bar-map, w3-mode-map)
12938 (w3m-minor-mode-map):
12939 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
12940 (ent-alist):
12941 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
12942
12943 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
12944
12945 * custom.el (custom-push-theme): Handle the case where a symbol is
12946 bound but face properties have not yet been assigned.
12947
12948 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
12949 Fix behavior if noerase is `t' and there is no mail buffer.
12950
12951 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
12952 if `continue' is nil, rather than signal an error.
12953
12954 2005-09-12 Richard M. Stallman <rms@gnu.org>
12955
12956 * font-lock.el (font-lock-keywords): Add autoload.
12957
12958 * help-fns.el (describe-variable): Rearrange to put source link
12959 in a predictable place.
12960
12961 * net/newsticker.el: New file.
12962
12963 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12964
12965 * calendar/calendar.el (calendar-for-loop): Add edebug info.
12966 (calendar-basic-setup): Use the new nil arg.
12967 (number-of-diary-entries): Move to diary-lib.el.
12968
12969 * calendar/diary-lib.el: Use with-current-buffer, match-string.
12970 (diary-list-entries): Use with-syntax-table and dolist.
12971 Rename from list-diary-entries.
12972 Use number-of-diary-entries if `number' is nil.
12973 (diary, diary-view-entries): Use this new name and new nil arg value.
12974 (number-of-diary-entries): Move from calendar.el.
12975 (diary-unhide-everything): New function.
12976 (include-other-diary-files, fancy-diary-display)
12977 (diary-show-all-entries, make-diary-entry): Use it.
12978 (diary-mail-entries): Use buffer-string.
12979 (mark-diary-entries): Fix long standing paren typo.
12980 (diary-sexp-entry): Use count-lines.
12981 (make-diary-entry): Avoid `previous-line'.
12982 (diary-mode-map): New var.
12983 (diary-mode): Redraw cal after saving. Setup header-line.
12984 (fancy-diary-display-mode): Use local-set-key.
12985
12986 * startup.el (command-line): Try calling various terminal-init-foo-bar
12987 functions by stripping hyphenated suffixes from $TERM.
12988
12989 * files.el (normal-mode): Check boundness of font-lock-keywords.
12990
12991 2005-09-12 Richard M. Stallman <rms@gnu.org>
12992
12993 * progmodes/compile.el: Don't decide a file's directory
12994 until the user actually tries to go there.
12995 (compilation-next-error-function):
12996 Pass compilation-find-file the directory from the file-struct.
12997 (compilation-internal-error-properties): Separate local FILE-STRUCT
12998 from FILE. Doc the args better. Rename arg FMT to FMTS.
12999 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13000 Expand it, and if nil, use default-directory.
13001 (compilation-get-file-structure): Don't mix specified directory
13002 with default directory. Put specified directory into
13003 file-struct. Don't make the file name absolute.
13004
13005 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13006 (compile-command): Add autoload.
13007 (compilation-disable-input): Add autoload.
13008
13009 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13010
13011 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13012 strings of the variables it can override.
13013 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13014 %Q and %q, for fully-qualified domain name and unqualified host name.
13015
13016 2005-09-11 Kim F. Storm <storm@cua.dk>
13017
13018 * emacs-lisp/authors.el (authors-aliases): Update list.
13019 (authors-fixed-entries): Update mldrag.el entry.
13020
13021 2005-09-10 Alan Mackenzie <acm@muc.de>
13022
13023 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13024 from the region narrowed to.
13025
13026 2005-09-10 Magnus Henoch <mange@freemail.hu>
13027
13028 * textmodes/ispell.el (ispell-check-version): Signal an error if
13029 aspell version is less than 0.60.
13030
13031 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13032
13033 * progmodes/octave-inf.el (inferior-octave-startup):
13034 Resync current dir at the end.
13035
13036 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13037
13038 * woman.el (woman-topic-at-point-default):
13039 Rename to woman-use-topic-at-point-default.
13040 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13041 (woman-file-name): Reflect renames above. Automatically use the
13042 word at point as topic if woman-use-topic-at-point is non-nil.
13043 Otherwise offer it as default but don't insert it in the
13044 minibuffer. Also use `test-completion' instead of `assoc' as
13045 suggested by Stefan Monnier.
13046
13047 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13048
13049 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13050 the attempt to do it over Tramp. This is not yet supported.
13051
13052 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13053
13054 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13055 (menu-bar-non-minibuffer-window-p): New functions.
13056 ("Split Window", "Save As..."): Use them.
13057 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13058 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13059 Use menu-bar-menu-frame-live-and-visible-p.
13060 ("Save Buffer", "Insert File", "Open Directory...")
13061 ("Open File...", "Visit New File..."):
13062 Use menu-bar-non-minibuffer-window-p.
13063 (kill-this-buffer-enabled-p, dired <menu-enable>):
13064 Use menu-bar-non-minibuffer-window-p.
13065
13066 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13067
13068 * cus-start.el (all): Don't complain about fringe-related
13069 built-ins if fringes are not supported. Ditto about
13070 selection-related built-ins. Fix the test for GTK-related built-ins.
13071
13072 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13073 ("Postscript Print Buffer", "Print Region", "Save As...")
13074 ("Save", "Insert File...", "Open Directory...")
13075 ("Open File...", "Visit New File..."")
13076 ("Truncate Long Lines in this Buffer"): Don't look at
13077 menu-updating-frame if this display does not support multiple frames.
13078
13079 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13080
13081 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13082
13083 2005-09-09 Emilio Lopes <eclig@gmx.net>
13084
13085 * woman.el: Format- and whitespace-related changes.
13086
13087 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13088
13089 * woman.el: Fix my email address.
13090
13091 2005-09-08 Richard M. Stallman <rms@gnu.org>
13092
13093 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13094 (sh-mode): Locally set skeleton-pair-default-alist.
13095
13096 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13097
13098 * progmodes/flymake.el: Require `compile' unconditionally.
13099
13100 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13101
13102 * woman.el (woman-file-name): Provide a default, not initial input.
13103
13104 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13105
13106 * font-lock.el (font-lock-support-mode): Doc fix.
13107
13108 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13109
13110 2005-09-08 Richard M. Stallman <rms@gnu.org>
13111
13112 * simple.el (blink-matching-open): Get rid of text props from
13113 the string shown in echo area. Don't permanently set point.
13114 Some rearrangements.
13115
13116 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13117
13118 * recentf.el (recentf-filename-handler): Add custom choice
13119 `abbreviate-file-name'.
13120
13121 * msb.el (msb--very-many-menus): Fix typo.
13122
13123 * disp-table.el (standard-display-european): Don't set
13124 enable-multibyte-characters to nil.
13125
13126 2005-09-08 David Ponce <david@dponce.com>
13127
13128 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13129 (recentf-expand-file-name): Doc fix.
13130 (recentf-dialog-mode-map): Define digit shortcuts.
13131 (recentf--files-with-key): New variable.
13132 (recentf-show-digit-shortcut-filter): New function.
13133 (recentf-open-files-items): New function.
13134 (recentf-open-files): Use it.
13135 (recentf-open-file-with-key): New command.
13136
13137 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13138
13139 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13140 Suggested by Kim F. Storm.
13141 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13142 (Buffer-menu-make-sort-button): Use global keymap.
13143
13144 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13145
13146 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13147 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13148 necessary any longer with the remapped command.
13149 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13150 formatting time only.
13151
13152 * net/tramp.el (tramp-action-password)
13153 (tramp-multi-action-password): Compile the password prompt from
13154 `method', `user' and `host'. Sometimes it isn't obvious which
13155 password to enter, for example with remote files offered by
13156 recentf.el, or with multiple steps. Suggested by Robert Marshall
13157 <robert@chezmarshall.freeserve.co.uk>.
13158
13159 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13160
13161 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13162 Fix regexp for when "s///" is at the beginning of line.
13163
13164 2005-09-07 Jay Belanger <belanger@truman.edu>
13165
13166 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13167 when in matrix mode.
13168
13169 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13170
13171 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13172 non-anonymous functions.
13173
13174 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13175
13176 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13177 when using a header line. Otherwise, use mouse-1-click-follows-link.
13178
13179 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13180 can't be moved; don't signal an error.
13181
13182 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13183
13184 * cus-theme.el (custom-theme-write-faces): Save the current face
13185 spec, not the defface spec.
13186
13187 * custom.el (custom-known-themes): Clarify meaning of "standard".
13188 (custom-push-theme): Save old values in the standard theme.
13189 (disable-theme): Correct typo.
13190 (custom-face-theme-value) Deleted unused function.
13191 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13192
13193 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * progmodes/compile.el (compilation-goto-locus): Take into account
13196 iconified frames when determining whether the buffer is
13197 already visible.
13198 Don't reset window height if the window already existed.
13199
13200 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13201
13202 * custom.el (load-theme): Rename from require-theme.
13203 Add interactive spec.
13204 (enable-theme): Rename from custom-enable-theme.
13205 Add interactive spec.
13206 (disable-theme): Rename from custom-disable-theme.
13207 Add interactive spec.
13208 (custom-make-theme-feature): Doc fix.
13209 (custom-theme-directory): Doc fix.
13210 (provide-theme): Call enable-theme.
13211
13212 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * obsolete/lazy-lock.el (lazy-lock-mode):
13215 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13216 font-lock-mode if it's off. Print a warning instead.
13217
13218 * progmodes/compile.el (compilation-start): Ignore errors if the
13219 process died before we get to send-eof.
13220
13221 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13222 Undo last change. Enclosing the result in quotes broke things on Unix
13223 since tex-send-command passes it through shell-quote-argument.
13224 (tex-send-command): Pass `file' through convert-standard-filename
13225 when possible.
13226 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13227 info in a transcript.
13228
13229 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13230
13231 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13232 fix compilation warning. Reorder the key definitions to group
13233 together keys emitted by the current version of xterm.
13234
13235 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13236 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13237 Reorder predicates to correct min-color usage.
13238
13239 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13240
13241 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13242 Kill local variables when longlines-mode is turned off.
13243
13244 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13245
13246 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13247
13248 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13249
13250 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13251
13252 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13253 (font-lock-lines-before): Change default to being inactive.
13254 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13255 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13256
13257 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13258
13259 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13260 Deactivate temporarily advice if active (not needed for Emacs 22,
13261 but for backwards compatibility).
13262 (tramp-exists-file-name-handler): Rewrite. First implementation
13263 was too simple.
13264 (tramp-advice-make-auto-save-file-name):
13265 Call `tramp-handle-make-auto-save-file-name' (again, just for
13266 backwards compatibility).
13267
13268 2005-08-31 Reto Zimmermann <reto@gnu.org>
13269
13270 * progmodes/vhdl-mode.el
13271 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13272 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13273 (vhdl-set-default-project): New function (easier setting of default).
13274 (vhdl-port-copy): Handle extended identifiers for generics.
13275 (vhdl-compiler-alist): Better description for error message regexp.
13276 (vhdl-make): Query for target, use previous as default.
13277 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13278 (vhdl-font-lock-keywords-2): Fix fontification for record
13279 el. assign.
13280 (vhdl-speedbar-make-subpack-line): Add package body link.
13281 (vhdl-generate-makefile-1): Not include itself as dependency.
13282 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13283 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13284 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13285 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13286 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13287 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13288 (vhdl-import-project): Add string argument for `error'.
13289 (vhdl-compose-configuration)
13290 (vhdl-compose-configuration-architecture): Add configuration
13291 declaration generation.
13292 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13293 (vhdl-trailer-re): Add "record" keyword (better indentation).
13294 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13295 "[^ \t-\"]+".
13296 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13297 (vhdl-testbench-entity-file-name)
13298 (vhdl-testbench-architecture-file-name): Allow separate
13299 customization of testbench file names.
13300 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13301 (vhdl-get-visible-signals): Allow newline within alias declaration.
13302 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13303 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13304 (member-ignore-case): Alias for missing function in XEmacs.
13305 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13306 (vhdl-update-sensitivity-list): Ignore case on read signals.
13307 (vhdl-replace-string): Adjust case only for file names.
13308 (vhdl-update-sensitivity-list): Fix search for read signals.
13309 (vhdl-update-sensitivity-list): Exclude formal parameters.
13310 (vhdl-get-visible-signals): Include aliases of signals.
13311 (vhdl-get-visible-signals): Fix signal name searching.
13312 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13313 (vhdl-fixup-whitespace-region): Fix for character
13314 literals (e.g. `:').
13315
13316 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13317
13318 * ansi-color.el (comint-last-output-start):
13319 * bs.el (font-lock-verbose):
13320 * diff-mode.el (add-log-buffer-file-name-function):
13321 * dired-x.el (vm-folder-directory):
13322 * faces.el (help-xref-stack-item):
13323 * files.el (font-lock-keywords):
13324 * find-lisp.el (dired-buffers, dired-subdir-alist):
13325 * ido.el (cua-inhibit-cua-keys):
13326 * log-view.el (cvs-minor-wrap-function):
13327 * outline.el (font-lock-warning-face):
13328 * simple.el (compilation-current-error):
13329 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13330 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13331 * tooltip.el (comint-prompt-regexp):
13332 * w32-fns.el (explicit-shell-file-name):
13333 * term/mac-win.el (mac-charset-info-alist)
13334 (mac-services-selection, mac-system-script-code):
13335 * term/tty-colors.el (msdos-color-values):
13336 * term/w32-win.el (xlfd-regexp-registry-subnum):
13337 * term/x-win.el (x-keysym-table, x-selection-timeout)
13338 (x-session-id, x-session-previous-id):
13339 * textmodes/ispell.el (mail-yank-prefix):
13340 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13341 * textmodes/org.el (calc-embedded-close-formula)
13342 (calc-embedded-open-formula)
13343 (font-lock-unfontify-region-function):
13344 * textmodes/reftex-global.el (isearch-next-buffer-function)
13345 (TeX-master):
13346 * textmodes/reftex.el (font-lock-keywords):
13347 * textmodes/tex-mode.el (font-lock-comment-face)
13348 (font-lock-doc-face):
13349 * textmodes/texinfo.el (outline-heading-alist):
13350 Add defvars.
13351
13352 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13353 (artist-spray-chars, artist-mode-init, artist-replace-string)
13354 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13355 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13356 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13357
13358 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13359 (conf-align-assignments): "?\ " -> "?\s".
13360
13361 * textmodes/reftex-index.el (TeX-master): Add defvar.
13362 (reftex-index-phrases-marker): Move up defvar.
13363
13364 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13365 (reftex-toc-include-labels-indicator)
13366 (reftex-toc-include-index-indicator)
13367 (reftex-toc-max-level-indicator): Move up declarations.
13368
13369 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13370 of args to `tramp-run-real-handler', even if it's empty in this case.
13371
13372 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13373
13374 * dired.el (dired-move-to-filename-regexp): Add date format for
13375 Mac OS X 10.3 in East Asian locales.
13376
13377 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13378
13379 * files.el (make-auto-save-file-name): Add file name handler call
13380 if applicable.
13381
13382 * net/tramp.el (tramp-file-name-handler-alist)
13383 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13384 (tramp-handle-make-auto-save-file-name): Rename from
13385 `tramp-make-auto-save-file-name'.
13386 (tramp-exists-file-name-handler): New defun.
13387 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13388 `make-auto-save-file-name' is not a magic file name operation.
13389
13390 2005-08-30 Richard M. Stallman <rms@gnu.org>
13391
13392 * files.el (risky-local-variable-p):
13393 Match `-predicates' and `-commands.
13394
13395 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13396 (custom-save-all): Visit the file if necessary;
13397 kill the buffer if we created it.
13398 (custom-save-delete): Don't visit file or kill buffer here.
13399
13400 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13401
13402 * textmodes/org.el (org-special-keyword): New face.
13403 (org-table-copy-down, org-table-eval-formula)
13404 (org-table-recalculate, org-init-section-numbers):
13405 Use `string-to-number' instead of `string-to-int'.
13406 (org-get-location): Use `insert-buffer-substring' instead of
13407 `insert-buffer'.
13408 (org-modify-diary-entry-string): New function.
13409 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13410 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13411 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13412 active region.
13413 (org-export-as-html): Handle QUOTE keyword.
13414 (org-quote-string): New option.
13415 (org-bookmark-jump-unhide): New function, used for
13416 `bookmark-after-jump-hook'.
13417 (org-diary-default-entry): Apply only when not called through
13418 `org-agenda'.
13419
13420 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13421
13422 * net/eudc.el (mode-popup-menu):
13423 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13424 * progmodes/ada-mode.el (compile-auto-highlight)
13425 (skeleton-further-elements):
13426 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13427 * progmodes/cmacexp.el (msdos-shells):
13428 * progmodes/compile.el (font-lock-extra-managed-props)
13429 (font-lock-keywords, font-lock-maximum-size)
13430 (font-lock-support-mode):
13431 * progmodes/grep.el (font-lock-lines-before):
13432 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13433 * progmodes/mixal-mode.el (compile-command):
13434 * progmodes/perl-mode.el (font-lock-comment-face)
13435 (font-lock-doc-face, font-lock-string-face):
13436 * progmodes/prolog.el (comint-prompt-regexp):
13437 * progmodes/sh-script.el (font-lock-comment-face)
13438 (font-lock-set-defaults, font-lock-string-face):
13439 * progmodes/sql.el (font-lock-keyword-face)
13440 (font-lock-set-defaults, font-lock-string-face):
13441 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13442 (itimer-version, lazy-lock-defer-contextually)
13443 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13444 Add defvars.
13445
13446 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13447 (cperl-electric-keyword, cperl-electric-pod)
13448 (cperl-electric-backspace, cperl-forward-re)
13449 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13450 (vc-rcs-header, vc-sccs-header): Add defvars.
13451
13452 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13453 (font-lock-syntactic-keywords, gud-find-expr-function):
13454 Add defvars.
13455
13456 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13457 (gdb-frame-parameters): Declare before use.
13458
13459 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13460 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13461 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13462 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13463
13464 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13465 (idlwave-help-with-source): Use `insert-buffer-substring', not
13466 `insert-buffer'.
13467
13468 2005-08-29 Juri Linkov <juri@jurta.org>
13469
13470 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13471 Put outline-back-to-heading function call inside save-excursion.
13472
13473 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13474
13475 * man.el (Man-init-defvars, Man-translate-references)
13476 (Man-support-local-filenames, Man-highlight-references):
13477 * progmodes/sql.el (sql-interactive-mode):
13478 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13479
13480 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13481 (compilation-mode-font-lock-keywords): Add defvars.
13482 (checkdoc-interactive-loop): "?\ " -> "?\s".
13483
13484 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13485 (font-lock-doc-face, font-lock-string-face)
13486 (font-lock-keywords-case-fold-search): Add defvars.
13487 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13488
13489 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13490 Don't pass X and Y (they are ignored anyway).
13491 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13492 (mouse-delete-window): Make arguments optional.
13493
13494 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13495 (caesar-translate-table, minor-modes, news-buffer-save)
13496 (news-group-name, news-minor-modes): Add defvars.
13497
13498 * emacs-lisp/lselect.el (mouse-highlight-priority)
13499 (x-lost-selection-functions, zmacs-regions):
13500 * emacs-lisp/pp.el (font-lock-verbose):
13501 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13502 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13503 (ses-mode-map):
13504 * emacs-lisp/tcover-unsafep.el (safe-functions):
13505 * international/mule-cmds.el (mac-system-coding-system)
13506 (mac-system-locale):
13507 * language/ethio-util.el (rmail-current-message)
13508 (rmail-message-vector):
13509 * language/thai-util.el (thai-auto-composition-mode):
13510 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13511 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13512 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13513 (vm-primary-inbox, vm-spool-files):
13514 * mail/rmail.el (deleted-head, font-lock-fontified)
13515 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13516 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13517 (total-messages):
13518 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13519 (rmail-summary-mode-map):
13520 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13521 (rmail-last-label, rmail-last-multi-labels)
13522 (rmail-summary-vector, rmail-total-messages):
13523 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13524 * mail/rmailsum.el (msgnum):
13525 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13526 (rmail-current-message):
13527 * obsolete/fast-lock.el (font-lock-face-list):
13528 * obsolete/rnewspost.el (mail-reply-buffer):
13529 * obsolete/scribe.el (compile-command):
13530 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13531
13532 2005-08-28 John Paul Wallington <jpw@gnu.org>
13533
13534 * ibuf-ext.el (ibuffer-auto-update-changed):
13535 Use `frame-or-buffer-changed-p' to check whether we need to update.
13536 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13537 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13538 as a `frame-or-buffer-changed-p' state vector instead.
13539
13540 2005-08-27 Romain Francoise <romain@orebokech.com>
13541
13542 * textmodes/makeinfo.el (makeinfo-compile):
13543 Use `compilation-start'. Set `next-error-function' according to
13544 `disable-errors'.
13545 (makeinfo-next-error): New function.
13546 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13547 (makeinfo-buffer): Likewise.
13548
13549 * progmodes/compile.el (compilation-start): Add autoload cookie.
13550
13551 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13552 * textmodes/sgml-mode.el: Likewise.
13553 * progmodes/python.el: Likewise.
13554
13555 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13556
13557 * simple.el (blink-matching-paren-distance): Document the meaning
13558 of nil value, and allow to customize to nil.
13559
13560 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13561 command.com, not command.exe.
13562
13563 2005-08-26 John Wiegley <johnw@newartisans.com>
13564
13565 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13566 code around a bit so that an extraneous nil argument is not added
13567 to a command when no args are given.
13568
13569 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13570 double-quoted argument resolves to nil, return it as an empty
13571 string rather than as nil. This made it impossible to pass "" to
13572 a shell script as a null string argument.
13573
13574 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13575
13576 * outline.el (outline-invent-heading): New fun.
13577 (outline-promote, outline-demote): Use it.
13578 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13579 (outline-end-of-subtree): Remove unused var `opoint'.
13580
13581 2005-08-26 David Reitter <david.reitter@gmail.com>
13582
13583 * menu-bar.el (truncate-lines, write-file, print-buffer)
13584 (ps-print-buffer-faces, ps-print-buffer, split-window):
13585 Disable menu items when the frame they refer to is invisible, or when
13586 they refer to a buffer and the minibuffer is selected.
13587
13588 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13589
13590 * progmodes/flymake.el (flymake-highlight-err-lines):
13591 Use save-excursion around flymake-highlight-line to preserve point.
13592
13593 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13594
13595 * progmodes/octave-mod.el: Change Author and Maintainer address.
13596 (octave-maintainer-address): Change Kurt's email address.
13597 * progmodes/octave-inf.el: Change Author and Maintainer address.
13598 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13599
13600 2005-08-26 Kim F. Storm <storm@cua.dk>
13601
13602 * subr.el (version-list-<, version-list-<=, version-list-=):
13603 Rename from integer-list-*.
13604 (version-list-not-zero): Likewise. Fix while loop.
13605 (version=): Use version-list-= instead of string-equal.
13606
13607 2005-08-26 Richard M. Stallman <rms@gnu.org>
13608
13609 * outline.el (outline-promote): Try shortening the heading.
13610 As last resort, read the heading to use.
13611 (outline-demote): As last resort, read the heading to use.
13612
13613 2005-08-26 Romain Francoise <romain@orebokech.com>
13614
13615 * progmodes/compile.el (compilation-start): Doc fix.
13616
13617 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13618 (antlr-font-lock-additional-keywords): Fix reference to
13619 `antlr-font-lock-literal-regexp' erroneously changed during the
13620 mass face rename.
13621 (antlr-run-tool): Use `compilation-start'.
13622
13623 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13624 instead of the obsolete `compile-internal'.
13625
13626 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
13627
13628 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13629 (number, original-date):
13630 * calendar/cal-china.el (date):
13631 * calendar/cal-coptic.el (date):
13632 * calendar/cal-french.el (date):
13633 * calendar/cal-hebrew.el (date, entry, number, original-date):
13634 * calendar/cal-islam.el (date, number, original-date):
13635 * calendar/cal-iso.el (date):
13636 * calendar/cal-julian.el (date):
13637 * calendar/cal-mayan.el (date):
13638 * calendar/cal-menu.el (date, event):
13639 * calendar/cal-persia.el (date):
13640 * calendar/lunar.el (date):
13641 * calendar/solar.el (date): Add defvars.
13642
13643 * emerge.el:
13644 * ibuffer.el:
13645 * info-xref.el:
13646 * obsolete/bg-mouse.el:
13647 * obsolete/sun-curs.el:
13648 * obsolete/swedish.el: Move the `defvar's to the top level.
13649
13650 * smerge-mode.el (smerge-refined-change): Add :group.
13651
13652 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13655 (smerge-keep-n): Remove props.
13656 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13657 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13658 now that it's done in smerge-keep-n.
13659 (smerge-refined-change): New face.
13660 (smerge-refine-chopup-region, smerge-refine-highlight-change)
13661 (smerge-refine): New funs.
13662 (smerge-basic-map): Bind smerge-refine.
13663
13664 2005-08-25 Juri Linkov <juri@jurta.org>
13665
13666 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13667 compilation-process-setup-function and compilation-disable-input
13668 in grep-mode instead of let-bindings in grep.
13669
13670 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13671 Delete "Automatic File De/compression" (auto-compression-mode).
13672
13673 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
13674
13675 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13676 Silence warning about non-existent variable.
13677
13678 2005-08-25 Richard M. Stallman <rms@gnu.org>
13679
13680 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
13681 Rename "Describe Key" to "Describe Key or Mouse Operation".
13682
13683 * mail/mailalias.el (build-mail-aliases): Delete comments
13684 from the contents before processing them.
13685
13686 * isearch.el (isearch-edit-string): Erase the Search prompt
13687 if user enters an empty string and there is no default.
13688
13689 * comint.el (comint-file-name-prefix): Add autoload.
13690
13691 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
13692
13693 * subr.el (play-sound): Rearrange to avoid warning.
13694
13695 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
13696
13697 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
13698 New hook.
13699 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
13700
13701 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13702
13703 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
13704
13705 * custom.el (custom-theme-set-variables): Sort minor modes last.
13706
13707 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13708
13709 * subr.el (version-separator, version-regexp-alist): New vars used by
13710 version comparison funs.
13711 (integer-list-<, integer-list-=, integer-list-<=)
13712 (integer-list-not-zero): New funs for integer list comparison.
13713 (version-to-list, version=, version<, version<=): New funs for version
13714 comparison.
13715
13716 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
13717
13718 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
13719 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
13720 time to silence the byte-compiler.
13721
13722 * ibuffer.el (ibuffer-compile-make-eliding-form)
13723 (ibuffer-check-formats): Use `with-no-warnings' to hide references
13724 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
13725 so it's silly to get warnings for it).
13726 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
13727 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
13728 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
13729 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
13730 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
13731 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13732 Defvar at compile time.
13733 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
13734 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
13735 Declare them before use.
13736
13737 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
13738 (info-xref-good, info-xref-bad): Defvar at compile time.
13739
13740 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
13741 Use `let*' instead of `let'.
13742
13743 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
13744 (*mouse-y*, menu, char): Defvar at compile time.
13745 (sc::menu): Declare it before use.
13746 (sc::pack-one-line): Use `let', not `let*'.
13747
13748 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
13749 (mail-send-hook): Defvar at compile time.
13750
13751 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
13752 Defvar at compile time.
13753
13754 * term/sun-mouse.el (current-global-mousemap)
13755 (current-local-mousemap): Declare them before use.
13756
13757 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
13758
13759 * bookmark.el (bookmark-after-jump-hook): New hook.
13760 (bookmark-jump): Run `bookmark-after-jump-hook'.
13761
13762 2005-08-23 Juri Linkov <juri@jurta.org>
13763
13764 * faces.el (minibuffer-prompt): Doc fix.
13765
13766 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
13767
13768 * progmodes/xscheme.el: Trivial changes to silence warnings.
13769 (xscheme-previous-mode, xscheme-previous-process-state):
13770 Add defvars.
13771 (xscheme-last-input-end, xscheme-process-command-line)
13772 (xscheme-process-name, xscheme-buffer-name)
13773 (xscheme-expressions-ring-max, xscheme-expressions-ring)
13774 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
13775 (xscheme-control-g-synchronization-p)
13776 (xscheme-control-g-disabled-p, xscheme-string-receiver)
13777 (default-xscheme-runlight, xscheme-runlight)
13778 (xscheme-runlight-string, xscheme-process-filter-state)
13779 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
13780 Move to beginning of file.
13781 (scheme-interaction-mode-commands-alist)
13782 (scheme-interaction-mode-map, scheme-debugger-mode-map):
13783 Declare them before use. Note: the initialization code for the variables
13784 has not been moved because it uses functions that reference the variables.
13785 (xscheme-control-g-message-string, xscheme-process-filter-alist)
13786 (xscheme-prompt-for-expression-map): Declare them before use.
13787 (scheme-debugger-mode-commands): "?\ " -> "?\s".
13788
13789 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
13790
13791 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
13792
13793 2005-08-22 Juri Linkov <juri@jurta.org>
13794
13795 * faces.el (set-face-underline): Delete this duplicate function
13796 and make an obsolete alias to set-face-underline-p.
13797 (set-face-underline-p): Use docstring of set-face-underline.
13798 (describe-face): Create hyperlink to parent face.
13799
13800 * info.el (Info-insert-dir): Use save-excursion around
13801 insert-buffer-substring.
13802 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
13803 (Info-escape-percent): Delete function.
13804 (Info-fontify-node): Replace Info-escape-percent by
13805 replace-regexp-in-string with REP arg set to lambda that
13806 duplicates `%' and preserves text properties.
13807
13808 * progmodes/compile.el (compilation-disable-input): Doc fix.
13809 (define-compilation-mode): Doc fix and refill.
13810 (kill-compilation): Use `mode-name' in the error message.
13811 (compilation-find-file): Use `compilation-error' in the
13812 read-file-name's prompt.
13813
13814 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
13817 (smerge-auto-leave): Make undo re-enable the mode.
13818 (debug-ignored-errors): Add the user-error of impossible resolution.
13819 (smerge-resolve): Move things around a bit, in preparation for later.
13820 (smerge-diff): Don't fail if the buffer has no associated file.
13821 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
13822 (smerge-conflict-overlay): New function.
13823 (smerge-match-conflict): Don't add text properties here.
13824 (smerge-find-conflict): Instead, add an overlay here.
13825 Also check for the case where we're inside a conflict already, so as to
13826 obviate the need for font-lock-multiline, which is unbearably slow with
13827 large conflicts and ciomplex font-lock patterns.
13828 (smerge-remove-props): Remove overlay rather than text-properties.
13829 (smerge-mode): Don't set font-lock-multiline.
13830 Remove overlays when turned off.
13831
13832 2005-08-21 Kim F. Storm <storm@cua.dk>
13833
13834 * ido.el (ido-ignore-item-p): Use save-match-data.
13835 Bind case-fold-search to ido-case-fold locally.
13836
13837 2005-08-20 Richard M. Stallman <rms@gnu.org>
13838
13839 * files.el (normal-mode): If font lock is on, turn it off and on.
13840
13841 * subr.el (replace-regexp-in-string): Doc fix.
13842
13843 * startup.el (command-line-1): Don't suppress startup screen
13844 due to existing processes.
13845
13846 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
13847
13848 * progmodes/compile.el (compilation-disable-input): Default to nil.
13849
13850 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13851
13852 * progmodes/compile.el (compilation-disable-input): New defcustom.
13853 (compilation-start): If compilation-disable-input is non-nil, send
13854 EOF to the compilation process.
13855
13856 2005-08-20 Eli Zaretskii <eliz@gnu.org>
13857
13858 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
13859 Run the argument of tex-shell-cd-command through
13860 convert-standard-filename, to get the correct style of slashes on
13861 Windows, and enclose the result in quotes, in case the file name
13862 includes whitespace or other special characters.
13863
13864 2005-08-19 Andreas Schwab <schwab@suse.de>
13865
13866 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
13867 process.
13868
13869 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
13870
13871 * cus-start.el (minibuffer-prompt-properties): Correct typo.
13872
13873 2005-08-18 Kim F. Storm <storm@cua.dk>
13874
13875 * scroll-lock.el: Fix errors due to incorrect line wrapping.
13876
13877 2005-08-18 Richard M. Stallman <rms@gnu.org>
13878
13879 * scroll-lock.el: New file.
13880
13881 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
13882
13883 * dired.el (dired-move-to-end-of-filename):
13884 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
13885
13886 2005-08-18 Kim F. Storm <storm@cua.dk>
13887
13888 * ido.el (ido-everywhere): Fix defcustom :set function to disable
13889 rather than toggle mode when custom value is nil.
13890 (ido-everywhere): Fix defun doc string.
13891
13892 2005-08-17 Richard M. Stallman <rms@gnu.org>
13893
13894 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
13895 as tag instead of "Inviolable".
13896
13897 2005-08-17 Kim F. Storm <storm@cua.dk>
13898
13899 * windmove.el (windmove-coordinates-of-position): Remove.
13900 (windmove-coordinates-of-window-position): Remove.
13901 (windmove-reference-loc): Use posn-at-point instead.
13902
13903 * subr.el (insert-for-yank-1): Doc fix.
13904
13905 * ido.el (ido-enter-matching-directory): Rename from
13906 ido-enter-single-matching-directory. Change `slash' choice to
13907 `only'. Add `first' choice.
13908 (ido-exhibit): Adapt to above changes.
13909
13910 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
13911
13912 * Makefile.in: Expand comment about building loaddefs.el.
13913
13914 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
13915
13916 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
13917 Comment use of defadvice.
13918
13919 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
13920
13921 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
13922
13923 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
13924 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
13925 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
13926 * progmodes/idlw-shell.el, progmodes/ld-script.el,
13927 * progmodes/which-func.el, ruler-mode.el, strokes.el,
13928 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
13929 for backward compatibility for faces that did not appear in the
13930 previous Emacs release.
13931
13932 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
13933
13934 2005-08-15 Kim F. Storm <storm@cua.dk>
13935
13936 * emulation/cua-base.el (cua-delete-region): Return t if
13937 deleted region was non-empty.
13938 (cua-replace-region): Inhibit overwrite-mode for
13939 self-insert-command if replaced region was non-empty.
13940 (cua--explicit-region-start, cua--status-string): Make them
13941 buffer-local at top-level...
13942 (cua-mode): ...rather than when mode is enabled.
13943
13944 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
13945
13946 * progmodes/vhdl-mode.el (vhdl-emacs-21):
13947 Set t for Emacs 21, 22, and so on.
13948
13949 2005-08-15 David Ponce <david@dponce.com>
13950
13951 * tree-widget.el: Update Commentary header.
13952 (tree-widget-theme): Doc fix.
13953 (tree-widget-space-width): New option.
13954 (tree-widget-image-properties): Look up in the default theme too.
13955 (tree-widget--cursors): Only for images with arrow pointer shape.
13956 (tree-widget-lookup-image): Pointer shape is hand by default.
13957 (tree-widget-icon): Rename generic icon widget from
13958 `tree-widget-control'.
13959 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
13960 derive from `tree-widget-icon'.
13961 (tree-widget-handle): Improve default look and feel of the text
13962 representation.
13963 (tree-widget): Rename :*-control properties to :*-icon properties.
13964 Add :action and :help-echo properties.
13965 (tree-widget-after-toggle-functions): Move.
13966 (tree-widget-close-node, tree-widget-open-node): Remove.
13967 (tree-widget-before-create-icon-functions): New hook.
13968 (tree-widget-value-create): Update to allow customization of icons
13969 and nodes at run-time via that new hook.
13970 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
13971 (tree-widget-icon-action, tree-widget-icon-help-echo)
13972 (tree-widget-action, tree-widget-help-echo): New functions.
13973
13974 2005-08-15 Kim F. Storm <storm@cua.dk>
13975
13976 * ido.el (ido-buffer-internal): Use with-no-warnings.
13977 (ido-make-merged-file-list): Use while-no-input.
13978
13979 2005-08-15 Richard M. Stallman <rms@gnu.org>
13980
13981 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
13982 (flyspell-large-region): Fix doc and custom type.
13983
13984 2005-08-14 Richard M. Stallman <rms@gnu.org>
13985
13986 * files.el (interpreter-mode-alist): Doc fix.
13987
13988 * mail/rmail.el (rmail-nonignored-headers): New variable.
13989 (rmail-clear-headers): Use it.
13990 (rmail-reply): Better handling of mail-followup-to header.
13991
13992 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13993 Rename variable from sh-font-lock-keywords. In the `shell' entry,
13994 don't try to refer to executable-font-lock-keywords.
13995 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
13996 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
13997 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
13998 (sh-mode): Set comment-start-skip, local-abbrev-table,
13999 imenu-case-fold-search.
14000 (sh-set-shell): Don't set them here.
14001 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14002 Don't cache the results in the original alist; don't ever modify
14003 that alist.
14004
14005 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14006
14007 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14008 empty.
14009
14010 2005-08-15 Andreas Schwab <schwab@suse.de>
14011
14012 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14013
14014 * dired.el, info.el, mail/rmail.el: Revert last change.
14015
14016 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14017
14018 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14019 modification in `eval-after-load' form.
14020 * info.el: Likewise.
14021 * mail/rmail.el: Likewise.
14022
14023 2005-08-14 Juri Linkov <juri@jurta.org>
14024
14025 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14026 Remove highlighting of "Compilation started". Highlight only
14027 the word "finished" in "Compilation finished". Add highlighting
14028 of "interrupt", "killed", "terminated" and the exit code.
14029 (compilation-start): Add newline after header. Use exactly the
14030 same time stamp format as the finishing message.
14031 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14032
14033 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14034 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14035 Add highlighting of "interrupt", "killed", "terminated".
14036
14037 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14038 enabled and the current command is self-insert-command, call it
14039 explicitly with overwrite-mode bound to nil, to not allow it
14040 to delete the character after the selected region.
14041
14042 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14043
14044 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14045 move-end-of-line, end-of-line, and beginning-of-line to the list
14046 of commands after which the echo area is updated.
14047
14048 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14049
14050 * cus-edit.el (custom-save-all, custom-save-delete):
14051 Bind recentf-exclude to exclude custom-file.
14052
14053 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14054
14055 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14056 to go to the bottom of the mail message. Added to
14057 `rmail-summary-mode-map' with key "/".
14058 (rmail-summary-show-message): New (internal) function for use by
14059 both `rmail-summary-beginning/end-of-message'.
14060 (rmail-summary-beginning-of-message): Change to use
14061 rmail-summary-show-message.
14062
14063 * mail/rmail.el (rmail-end-of-message): New command to go to the
14064 end of the current message. Added to `rmail-mode-map' with key "/".
14065 (rmail-beginning-of-message): Fix to work as documented.
14066 (rmail-mode): Change documentation.
14067
14068 * progmodes/compile.el (compilation-start): Add the line
14069 "Compilation started" with compilation start time.
14070 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14071
14072 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14073
14074 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14075 of menu items.
14076
14077 2005-08-11 Richard M. Stallman <rms@gnu.org>
14078
14079 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14080
14081 * battery.el (battery-status-function): Don't use ignore-errors.
14082
14083 2005-08-11 Lute Kamstra <lute@gnu.org>
14084
14085 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14086 define-obsolete-variable-alias.
14087
14088 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14091 (ange-ftp-send-cmd): Revert last change, and expand
14092 the comment explaining the problem.
14093
14094 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14095
14096 * ldefs-boot.el: Update.
14097
14098 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14099 item to "Time, Load and Mail". Change help echo text.
14100
14101 * time.el (display-time-use-mail-icon, display-time-format)
14102 (display-time-string-forms): Shorten first line of docstrings.
14103
14104 2005-08-10 Lars Hansen <larsh@soem.dk>
14105
14106 * desktop.el (desktop-buffer-mode-handlers):
14107 Make non-customizable. Add autoload cookie. Change initial value to
14108 nil; add elements in respective modules instead. Fix doc string.
14109 (desktop-load-file): New function.
14110 (desktop-minor-mode-handlers): New autoloaded variable.
14111 (desktop-create-buffer): Call minor mode handlers.
14112 Use desktop-load-file to load major and minor mode modules prior to
14113 checking for a handler.
14114 (desktop-save): Don't add nil to desktop-minor-modes for minor
14115 modes with nil function in desktop-minor-mode-table. Don't delete
14116 desktop file before rewriting it.
14117 (desktop-locals-to-save): Add autoload cookie. Don't make
14118 automatically buffer-local. Add variables column-number-mode,
14119 size-indication-mode, indent-tabs-mode,
14120 indicate-buffer-boundaries, indicate-empty-lines and
14121 show-trailing-whitespace.
14122 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14123 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14124 (desktop-clear-preserve-buffers-regexp): Delete.
14125 (desktop-clear-preserve-buffers): Update initial value and docstring.
14126 (desktop-save-buffer): Fix doc string.
14127
14128 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14129 (hilit-chg-desktop-restore): New function.
14130 (highlight-changes-mode): Add highlight-changes-mode to
14131 desktop-locals-to-save.
14132
14133 * dired.el: Add handler to desktop-buffer-mode-handlers.
14134 (dired-restore-desktop-buffer): Remove autoload cookie.
14135 (dired-mode): Add autoload cookie.
14136
14137 * info.el: Add handler to desktop-buffer-mode-handlers.
14138 (Info-restore-desktop-buffer): Remove autoload cookie.
14139 (Info-mode): Add autoload cookie.
14140
14141 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14142 (mh-restore-desktop-buffer): Remove autoload cookie.
14143 (mh-folder-mode): Add autoload cookie.
14144
14145 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14146 (rmail-restore-desktop-buffer): Remove autoload cookie.
14147
14148 2005-08-11 Masatake YAMATO <jet@gyve.org>
14149
14150 * hexl.el (hexl-address-region):
14151 (hexl-ascii-region, hexl-font-lock-keywords):
14152 (hexl-highlight-line-range): Use the term "region"
14153 instead of "area" for consistency with the other symbols
14154 defined in hexl.el.
14155
14156 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14157
14158 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14159 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14160 out by Juri Linkov). Add `display-battery-mode'.
14161
14162 2005-08-09 Juri Linkov <juri@jurta.org>
14163
14164 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14165 Remove `-text' from face variable names.
14166 (compilation-error-file-name, compilation-warning-file-name)
14167 (compilation-info-file-name): Delete faces.
14168 (compilation-line-number, compilation-column-number):
14169 Remove face underlining.
14170 (compilation-message-face): Set to `underline' value by default.
14171 (compilation-error-face, compilation-warning-face)
14172 (compilation-info-face): Remove `-file-name' from face names.
14173 (compilation-error-text-face, compilation-warning-text-face)
14174 (compilation-info-text-face): Delete face variables.
14175 (compilation-text-face): Delete function.
14176
14177 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14178 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14179 (grep-error-face): Set to `compilation-error' instead of
14180 `compilation-error-face' (which is redefined to `grep-hit-face' in
14181 grep buffers).
14182 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14183 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14184
14185 * dired-aux.el (dired-do-query-replace-regexp):
14186 Use `query-replace-read-args'.
14187
14188 * replace.el (query-replace-read-from, query-replace-read-to)
14189 (query-replace-read-args): Rename arg `string' to `prompt'.
14190
14191 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14192
14193 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14194
14195 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14196 uploading files.
14197 (ange-ftp-canonize-filename): Handle file names beginning with ~
14198 correctly.
14199
14200 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14201
14202 * textmodes/fill.el (canonically-space-region)
14203 (fill-context-prefix, fill-french-nobreak-p)
14204 (fill-delete-newlines, fill-comment-paragraph)
14205 (justify-current-line): "?\ " -> "?\s".
14206
14207 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14208
14209 * textmodes/fill.el (fill-nonuniform-paragraphs):
14210 Improve argument/docstring consistency.
14211
14212 2005-08-09 Richard M. Stallman <rms@gnu.org>
14213
14214 * textmodes/ispell.el (ispell-word): More fboundp checks.
14215
14216 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14217 (find-file-noselect-1): Call it here, only if RAWFILE.
14218 (normal-mode): Always set some major mode.
14219 (save-some-buffers-action-alist): Change some explanation strings.
14220 (file-name-non-special): In the `quote' method, use unwind-protect.
14221
14222 2005-08-09 Magnus Henoch <mange@freemail.hu>
14223
14224 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14225 (ispell-have-aspell-dictionaries): New variable.
14226 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14227 (ispell-get-aspell-config-value): New function.
14228 (ispell-aspell-find-dictionary): New function.
14229 (ispell-aspell-add-aliases): New function.
14230 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14231 appropriate. Don't look for ispell dictionaries if we use aspell.
14232 (ispell-menu-map): Don't build a submenu of dictionaries.
14233
14234 2005-08-09 Richard M. Stallman <rms@gnu.org>
14235
14236 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14237 (sql-read-passwd): Use read-passwd.
14238
14239 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14240 (idlwave-toolbar-is-possible): Add defvars.
14241
14242 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14243 Avoid warnings.
14244
14245 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14246 (idlwave-system-class-info, idlwave-executive-commands-alist):
14247 Use defvar.
14248
14249 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14250
14251 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14252 Avoid warnings.
14253
14254 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14255 and content-type: headers.
14256
14257 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14258
14259 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14260 and rename some of them to be more self-explanatory.
14261
14262 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14263
14264 * startup.el (command-line-1): Implement -scriptload.
14265
14266 * replace.el (occur-engine): Initial *Occur* output not undoable.
14267
14268 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14269 and improve help strings.
14270
14271 * isearch.el (isearch-repeat): When changing direction,
14272 mark search successful.
14273
14274 * ediff-init.el: Use (featurep 'xemacs).
14275
14276 * comint.el (send-invisible): Identify buffer, if not selected.
14277
14278 * align.el: Delete autoload for c-guess-basic-syntax.
14279
14280 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14281
14282 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14283 Improve argument/docstring consistency. Doc fixes.
14284 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14285 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14286 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14287 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14288 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14289 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14290 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14291 Defvar at compile time.
14292
14293 2005-08-09 Juri Linkov <juri@jurta.org>
14294
14295 * info.el: Replace `info' with upper-case `Info' where appropriate.
14296 (info-title-1, info-title-2, info-title-3, info-title-4)
14297 (info-menu-header): Move up face definitions.
14298 (info-menu-star): Rename from `info-menu-5'.
14299 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14300 (Info-fontify-visited-nodes): Fix docstring.
14301 (Info-hide-note-references): Fix docstring.
14302 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14303 menu items in the same way as on cross-references.
14304 (info-apropos): Fix sorting order and formatting to be like in the
14305 stand-alone Info browser. Display error messages for 1 sec.
14306 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14307 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14308 from the menu bar.
14309 (Info-insert-dir): Restore point after calling
14310 `insert-buffer-substring'.
14311
14312 2005-08-08 Richard M. Stallman <rms@gnu.org>
14313
14314 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14315 (recompute-lucid-menubar): Add defvars.
14316
14317 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14318
14319 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14320
14321 * net/net-utils.el (run-dig): Rename from `dig'.
14322
14323 * play/gametree.el (gametree-mode): Use make-local-variable,
14324 not make-variable-buffer-local.
14325
14326 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14327
14328 * ansi-color.el (ansi-color-make-extent)
14329 (ansi-color-set-extent-face): Use fboundp, not functionp.
14330
14331 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14332 not make-variable-buffer-local.
14333
14334 * bookmark.el (Info-current-file): Add defvar.
14335 (bookmark-jump-noselect): Use with-no-warnings.
14336
14337 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14338
14339 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14340
14341 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14342
14343 * find-file.el (ada-procedure-start-regexp)
14344 (ada-package-start-regexp): Add defvars.
14345
14346 * info.el (Info-insert-dir): Use insert-buffer-substring.
14347
14348 * xml.el (xml-att-def-re): Add defvar.
14349
14350 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14351 calling convention.
14352
14353 * subr.el (while-no-input): Return t if there is input.
14354
14355 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14356
14357 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14358
14359 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14360
14361 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14362 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14363
14364 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14365
14366 * cmuscheme.el (scheme-start-file): Replace reference to
14367 `user-emacs-directory' by "~/.emacs.d/".
14368
14369 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14370
14371 * info.el (Info-dir-remove-duplicates): Avoid case folding
14372 in loop; instead, keep downcased strings for comparison.
14373 Suggested by Helmut Eller.
14374
14375 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14376
14377 Sync with Tramp 2.0.50.
14378
14379 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14380 XEmacs case; not necessary anymore.
14381 (tramp-user-regexp): Allow "@" as part of user name.
14382 (tramp-handle-set-visited-file-modtime)
14383 (tramp-handle-insert-file-contents)
14384 (tramp-handle-write-region): No special handling for
14385 `last-coding-system-used, because this is done in
14386 `tramp-accept-process-output' now.
14387 (tramp-accept-process-output): New defun.
14388 (tramp-process-one-action, tramp-process-one-multi-action)
14389 (tramp-wait-for-regexp, tramp-wait-for-output)
14390 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14391 Howells <dhowells@redhat.com>.
14392 (clear-visited-file-modtime): Defadvice removed. The check for
14393 unset buffer's modtime does not need to be based on
14394 `tramp-buffer-file-attributes'. Suggested by RMS.
14395 (tramp-message): Insert "\n" if not being at beginning of line.
14396 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14397 sequence with same logic.
14398 (tramp-completion-handle-expand-file-name): Discard call of
14399 `tramp-drop-volume-letter'. It is not necessary, and there have
14400 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14401 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14402 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14403 should always be visible.
14404 (tramp-handle-insert-directory, tramp-setup-complete)
14405 (tramp-set-process-query-on-exit-flag)
14406 (tramp-append-tramp-buffers): Pacify byte-compiler.
14407 (tramp-bug): Delete non-existing variables from list.
14408 Apply `tramp-load-report-modules' as pre-hook.
14409 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14410 `shell-prompt-pattern' because of non-7bit characters.
14411 Reported by Sebastian Luque <sluque@mun.ca>.
14412 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14413 (tramp-match-string-list): Remove function.
14414 (tramp-wait-for-regexp): Remove call of that function.
14415 Suggested by Kim F. Storm <storm@cua.dk>.
14416 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14417 instead of octal character code ?\600. The latter resulted in a
14418 syntax error with XEmacs.
14419
14420 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14421 XEmacs case; not necessary anymore.
14422 (tramp-smb-handle-write-region): No special handling for
14423 `last-coding-system-used, because this is done in
14424 `tramp-accept-process-output' now.
14425 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14426
14427 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14428
14429 * wid-edit.el (widget-choice-value-create):
14430 Unconditionally respect user choice. Set :explicit-choice back to nil
14431 when no longer needed.
14432 (widget-choice-action): Unconditionally respect user choice.
14433 Eliminate :explicit-choice-value.
14434
14435 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14436
14437 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14438 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14439 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14440 running new function `toggle-indicate-empty-lines'.
14441 Rename "Customize" item to "Customize fringe".
14442 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14443 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14444 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14445 Delete "Empty lines only" item.
14446 (menu-bar-showhide-fringe-ind-customize): New function.
14447 (menu-bar-showhide-fringe-ind-mixed)
14448 (menu-bar-showhide-fringe-ind-box)
14449 (menu-bar-showhide-fringe-ind-right)
14450 (menu-bar-showhide-fringe-ind-left)
14451 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14452 instead of `fringe-indicators'.
14453
14454 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14455
14456 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14457 Change the date of last update.
14458
14459 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14460
14461 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14462 (viper-exec-yank, viper-put-back): Don't display modification msg
14463 if in the minibuffer.
14464
14465 * viper-init.el (viper-replace-overlay-cursor-color)
14466 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14467 Make variables frame local.
14468
14469 * viper-util.el (viper-append-filter-alist): Use append instead of
14470 nconc.
14471
14472 * viper.el (viper-vi-state-mode-list)
14473 (viper-emacs-state-mode-list): Move help-mode and
14474 completion-list-mode from the first list to the second.
14475 (viper-mode): Docstring.
14476 (viper-go-away, viper-non-hook-settings): Don't localize
14477 minor-mode-alist in newer Emacsen. Add advice to
14478 set-cursor-color. Don't bind "\C-c\\".
14479
14480 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14481
14482 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14483 (scheme-macro-expand-command): New user options.
14484 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14485 (scheme-form-at-point, scheme-start-file)
14486 (scheme-interactively-start-process): New functions.
14487 (scheme-get-process): New function, extracted from `scheme-proc'.
14488 (run-scheme): Call `scheme-start-file' to get start file, and pass
14489 it to `make-comint'.
14490 (switch-to-scheme, scheme-proc):
14491 Call `scheme-interactively-start-process' if no Scheme buffer/process
14492 is available.
14493
14494 2005-08-06 Juri Linkov <juri@jurta.org>
14495
14496 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14497 Use `compilation-text-face', `compilation-info-text-face' and
14498 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14499 (compilation-error): New face.
14500 (compilation-error-file-name): Inherit from
14501 `compilation-error' instead of `font-lock-warning-face'.
14502 (compilation-warning-file-name): Inherit from
14503 `compilation-warning' instead of `font-lock-warning-face'.
14504 (compilation-info, compilation-error-file-name)
14505 (compilation-warning-file-name, compilation-info-file-name)
14506 (compilation-line-number, compilation-column-number): Doc fix.
14507 (compilation-error-text-face, compilation-warning-text-face)
14508 (compilation-info-text-face): New face variables.
14509 (compilation-line-face, compilation-column-face)
14510 (compilation-enter-directory-face)
14511 (compilation-leave-directory-face): Doc fix.
14512 (compilation-text-face): New function.
14513
14514 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14515 instead of 1 to display binary file names as info file links.
14516 (grep-error-face): Use `compilation-error-face' instead of
14517 `font-lock-keyword-face'.
14518 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14519 and `compilation-warning-text-face' instead of
14520 `font-lock-keyword-face'. Use `compilation-error-text-face'
14521 instead of `grep-error-face'.
14522
14523 2005-08-05 Kenichi Handa <handa@m17n.org>
14524
14525 * international/code-pages.el: Add autoload cookies for all coding
14526 systems.
14527
14528 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14529
14530 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14531
14532 2005-08-04 Juri Linkov <juri@jurta.org>
14533
14534 * progmodes/compile.el (compilation-mode-map):
14535 * progmodes/grep.el (grep-mode-map):
14536 Bind TAB to `compilation-next-error' and [backtab] to
14537 `compilation-previous-error'.
14538
14539 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14540 matching line numbers, column numbers and their ranges with regexp
14541 matching only line numbers.
14542 (grep-context-face): New face variable.
14543 (grep-mode-font-lock-keywords): Use it.
14544
14545 * faces.el (read-face-name): Delete duplicate faces.
14546
14547 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14548
14549 * thumbs.el (thumbs-find-image): Don't make variables
14550 automatically buffer local.
14551 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14552 (thumbs-image-num): Make automatically buffer local.
14553 (thumbs-show-thumbs-list): Use `make-local-variable', not
14554 `make-variable-buffer-local'.
14555 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14556
14557 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14558 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14559 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14560 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14561 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14562 (feelings-about, foullst, found, hello, history, howareyoulst)
14563 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14564 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14565 (neglst, obj, object, owner, please, problems, qlist)
14566 (random-adjective, relation, remlst, repetitive-shortness)
14567 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14568 (shortlst, something, sportslst, stallmanlst, states, subj)
14569 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14570 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14571 Defvar at compile time.
14572
14573 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14574 not `make-variable-buffer-local'.
14575
14576 2005-08-02 Kim F. Storm <storm@cua.dk>
14577
14578 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14579 rectangle overlay in selected window.
14580
14581 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14582
14583 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14584 instead of display group. Make `indicate-buffer-boundaries'
14585 customizable through Custom.
14586
14587 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14588
14589 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14590 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14591 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14592 (gdb-put-string): Fix typos in docstrings.
14593
14594 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14595
14596 Update copyright notices of files in progmodes directory for
14597 release of Emacs 22.1.
14598
14599 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14600
14601 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14602 Don't barf if the GUD buffer has been killed.
14603
14604 2005-08-01 Kim F. Storm <storm@cua.dk>
14605
14606 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14607
14608 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
14609
14610 * simple.el (next-error-follow-minor-mode):
14611 make-variable-buffer-local -> make-local-variable.
14612
14613 * emacs-lisp/cl-extra.el: Require CL also when compiling.
14614
14615 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14616 (byte-compile-form-make-variable-buffer-local): New functions to warn
14617 about misuses of make-variable-buffer-local where make-local-variable
14618 was meant.
14619
14620 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
14621
14622 * bs.el (bs-attributes-list): Doc fix.
14623 (bs): Update url-link.
14624
14625 * desktop.el (desktop-save-buffer): Fix typos in docstring.
14626 (desktop-load-default): Simplify.
14627
14628 * ibuffer.el (ibuffer-columnize-and-insert-list)
14629 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14630 (ibuffer-unmark-all, ibuffer-toggle-marks)
14631 (ibuffer-unmark-forward, ibuffer-unmark-backward)
14632 (ibuffer-compile-make-format-form, ibuffer-format-column)
14633 (ibuffer-current-buffers-with-marks)
14634 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14635 (ibuffer): Doc fix.
14636 (ibuffer-mode): Fix typo in docstring.
14637 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14638 with `define-obsolete-variable-alias'.
14639 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
14640
14641 2005-07-29 Kenichi Handa <handa@m17n.org>
14642
14643 * international/mule-cmds.el (select-message-coding-system):
14644 Be sure to use LF for end-of-line. If no coding system is decided,
14645 return iso-8859-1-unix.
14646
14647 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
14648
14649 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14650 (ange-ftp-pending-error-line): New vars.
14651 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14652 to handle the non-fatal no-route-to-host messages.
14653 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14654
14655 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
14656
14657 * isearch.el (isearch-mode-map, isearch-other-meta-char)
14658 (isearch-quote-char, isearch-printing-char)
14659 (isearch-text-char-description): "?\ " -> "?\s".
14660 (isearch-lazy-highlight-cleanup)
14661 (isearch-lazy-highlight-initial-delay)
14662 (isearch-lazy-highlight-interval)
14663 (isearch-lazy-highlight-max-at-a-time)
14664 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14665 Declare with define-obsolete-*-alias macros.
14666 (isearch-forward): Fix typo in docstring.
14667 (search-invisible, search-ring-yank-pointer)
14668 (regexp-search-ring-yank-pointer): Doc fixes.
14669
14670 * recentf.el (recentf-menu-append-commands-p): Declare with
14671 `define-obsolete-variable-alias'.
14672 (recentf-max-saved-items, recentf-menu-filter)
14673 (recentf-arrange-by-rule-subfilter): Doc fixes.
14674 (recentf-menu-append-commands-flag)
14675 (recentf-initialize-file-name-history, recentf-expand-file-name)
14676 (recentf-clear-data): Fix typos in docstrings.
14677
14678 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
14679
14680 * progmodes/gdb-ui.el: Smarten comments.
14681 (gdb-info-breakpoints-custom): Use nowarn when finding file.
14682
14683 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14684
14685 * term/apollo.el (terminal-init-apollo): New function containing
14686 all former top level forms in the file.
14687 * term/bobcat.el (terminal-init-bobcat):
14688 * term/cygwin.el (terminal-init-cygwin):
14689 * term/iris-ansi.el (terminal-init-iris-ansi):
14690 * term/linux.el (terminal-init-linux):
14691 * term/news.el (terminal-init-news):
14692 * term/rxvt.el (terminal-init-rxvt):
14693 * term/sun.el (terminal-init-sun):
14694 * term/tvi970.el (terminal-init-tvi970):
14695 * term/vt100.el (terminal-init-vt100):
14696 * term/vt102.el (terminal-init-vt102):
14697 * term/vt125.el (terminal-init-vt125):
14698 * term/vt200.el (terminal-init-vt200):
14699 * term/vt201.el (terminal-init-vt201):
14700 * term/vt220.el (terminal-init-vt220):
14701 * term/vt240.el (terminal-init-vt240):
14702 * term/vt300.el (terminal-init-vt300):
14703 * term/vt320.el (terminal-init-vt320):
14704 * term/vt400.el (terminal-init-vt400):
14705 * term/vt420.el (terminal-init-vt420):
14706 * term/wyse50.el (terminal-init-wyse50):
14707 * term/xterm.el (terminal-init-xterm): Likewise.
14708
14709 * term/README: Describe the terminal-init-* functionality.
14710
14711 * startup.el (command-line): After loading the terminal initialization
14712 file call the corresponding terminal initialization function.
14713
14714 2005-07-27 Kenichi Handa <handa@m17n.org>
14715
14716 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
14717 negative.
14718
14719 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
14720 (ps-mule-composition-prologue): Fix for the case that
14721 RelativeCompose is false.
14722
14723 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14724
14725 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14726
14727 * descr-text.el (describe-char): Handle the case where the list of
14728 chars is displayed in a separate frame.
14729 Be a bit more discriminating when looking for the char.
14730
14731 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
14732
14733 * bookmark.el (bookmark-automatically-show-annotations)
14734 (bookmark-read-annotation-text-func): Doc fixes.
14735 (bookmark-save): Improve argument/docstring consistency.
14736 (bookmark-get-bookmark, bookmark-get-bookmark-record)
14737 (bookmark-alist-from-buffer)
14738 (bookmark-upgrade-file-format-from-0)
14739 (bookmark-grok-file-format-version)
14740 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
14741 (bookmark-read-annotation-mode)
14742 (bookmark-insert-current-bookmark, bookmark-jump)
14743 (bookmark-exit-hook): Fix typos in docstrings.
14744 (bookmark-exit-hooks): Define as obsolete alias.
14745 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
14746 not `bookmark-exit-hooks'. Fix docstring.
14747 (bookmark-bmenu-select): "?\ " -> "?\s".
14748
14749 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
14750
14751 * startup.el (command-line): Fix typo.
14752
14753 2005-07-24 Richard M. Stallman <rms@gnu.org>
14754
14755 * tooltip.el (tooltip-mode): Test emacs-basic-display,
14756 not emacs-quick-startup.
14757
14758 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
14759
14760 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
14761 (reb-next-match, reb-show-subexp): Use `with-selected-window'
14762 instead of `reb-with-current-window'.
14763 (reb-prev-match): Likewise. Also, don't move left if the search
14764 was unsuccessful.
14765 (reb-initialize-buffer): New function.
14766 (re-builder, reb-change-syntax): Use it.
14767
14768 * man.el (Man-goto-page): Make second argument NOERROR optional.
14769
14770 2005-07-23 Richard M. Stallman <rms@gnu.org>
14771
14772 * man.el (Man-bgproc-sentinel): Check here for failure to find
14773 any man page in the output, and report the error here.
14774 (Man-arguments): Make it permanent local.
14775 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
14776 (Man-mode): Pass t for NOERROR.
14777
14778 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
14779 (grep-mode-font-lock-keywords):
14780 Don't use compilation-...-face for messages that are not file names.
14781
14782 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14783 Don't use compilation-...-face for messages that are not file names.
14784
14785 2005-07-22 Juri Linkov <juri@jurta.org>
14786
14787 * startup.el (normal-splash-screen): Update menu name.
14788
14789 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
14790
14791 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14792
14793 * term/xterm.el: Load term/rxvt if the terminal is actually an
14794 rxvt terminal.
14795 (xterm-rxvt-set-background-mode): Remove, not used anymore.
14796
14797 * term/rxvt.el (function-key-map): Use substitute-key-definition
14798 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
14799
14800 * term/cygwin.el: New file.
14801
14802 2005-07-22 Kim F. Storm <storm@cua.dk>
14803
14804 * image-file.el (insert-image-file, image-file-yank-handler):
14805 Fix last change to maintain a (unique) yank-handler on yanked images.
14806
14807 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
14808
14809 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
14810 of the file size (as in "177B" for 177 bytes). This happens with
14811 "ls -lh" on FreeBSD.
14812
14813 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
14814
14815 * hilit-chg.el (highlight-changes-global-initial-state)
14816 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
14817 (hilit-chg-fixup, highlight-changes-mode):
14818 Fix typos in docstrings.
14819 (highlight-changes-global-modes, highlight-changes-rotate-faces):
14820 Doc fixes.
14821
14822 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
14823
14824 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
14825 mode function using `eval-after-load'.
14826
14827 2005-07-21 Kim F. Storm <storm@cua.dk>
14828
14829 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
14830 included when reporting an emacs crash, and tell about the DEBUG file.
14831
14832 * image-file.el (insert-image-file): Add yank-handler.
14833 (image-file-yank-handler): Yank handler to make unique copies of
14834 images when they are yanked into a buffer next to each other.
14835
14836 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
14837
14838 * comint.el (comint-use-prompt-regexp, comint-send-input)
14839 (comint-source-default, comint-extract-string)
14840 (comint-get-source, comint-word, comint-completion)
14841 (comint-source, comint-prompt-read-only, comint-update-fence):
14842 Fix typos in docstrings.
14843 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
14844 Declare with define-obsolete-*-alias macros.
14845 (comint-previous-matching-input-from-input)
14846 (comint-next-matching-input-from-input)
14847 (comint-previous-matching-input, comint-next-matching-input)
14848 (comint-forward-matching-input):
14849 Improve argument/docstring consistency.
14850
14851 * desktop.el (desktop-clear-preserve-buffers-regexp):
14852 Also preserve the *server* buffer.
14853
14854 * simple.el (clone-indirect-buffer): Doc fix.
14855 (fixup-whitespace, just-one-space)
14856 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
14857 (next-error, next-error-highlight)
14858 (next-error-highlight-no-select, next-error-last-buffer)
14859 (next-error-buffer-p, next-error-find-buffer, next-error)
14860 (previous-error, next-error-no-select, previous-error-no-select)
14861 (open-line, split-line, minibuffer-prompt-width, kill-new)
14862 (binary-overwrite-mode): Fix typos in docstrings.
14863 (set-fill-column): Fix typo in message.
14864
14865 * skeleton.el (skeleton-proxy-new): Doc fix.
14866
14867 * strokes.el (strokes-load-hook): Doc fix.
14868 (strokes-grid-resolution, strokes-get-grid-position)
14869 (strokes-renormalize-to-grid, strokes-read-stroke)
14870 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
14871 (strokes-global-map): Fix typos in docstrings.
14872 (strokes-help): Doc fix. Fix help message and pass it through
14873 `substitute-command-keys'.
14874
14875 * tempo.el (tempo-insert-prompt, tempo-interactive)
14876 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
14877 (tempo-insert-string-functions, tempo-local-tags)
14878 (tempo-define-template, tempo-insert-template)
14879 (tempo-insert-prompt-compat, tempo-is-user-element)
14880 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
14881 Fix typos in docstrings.
14882
14883 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
14884 (vcursor-key-bindings, vcursor-use-vcursor-map)
14885 (vcursor-find-window, vcursor-scroll-down)
14886 (vcursor-disable, vcursor-beginning-of-buffer)
14887 (vcursor-end-of-buffer): Fix typos in docstrings.
14888 (vcursor-relative-move, vcursor-get-char-count):
14889 Improve argument/docstring consistency.
14890
14891 * version.el: "?\ " -> "?\s".
14892
14893 * wid-edit.el (widget-default-create, widget-after-change)
14894 (widget-default-format-handler, widget-checklist-add-item)
14895 (widget-radio-add-item, widget-choose, widget-specify-secret)
14896 (widget-field-value-create, widget-field-value-get)
14897 (widget-editable-list-format-handler)
14898 (widget-editable-list-entry-create, widget-group-value-create)
14899 (widget-documentation-link-add)
14900 (widget-documentation-string-value-create): "?\ " -> "?\s".
14901 (widget-convert-text): Doc fix.
14902 (widget-narrow-to-field, widget-field-find)
14903 (widget-url-link-action, widget-emacs-library-link-action)
14904 (widget-color-notify): Fix typos in docstrings.
14905
14906 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
14907 (x-select-text, set-w32-system-coding-system)
14908 (w32-add-charset-info): Fix typos in docstrings.
14909
14910 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
14911 (cua-enable-cua-keys, cua-use-hyper-key)
14912 (cua-virtual-rectangle-edges): Fix typos in docstrings.
14913 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
14914
14915 * net/tramp.el (tramp-handle-load): Fix typo in error message.
14916
14917 * emacs-lisp/re-builder.el (regexp-builder): Declare with
14918 `defalias' instead of faking it.
14919
14920 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
14921 (eshell-ls-missing, eshell-ls-dired-initial-args)
14922 (eshell-ls-use-in-dired): Fix typos in docstrings.
14923
14924 2005-07-20 Kim F. Storm <storm@cua.dk>
14925
14926 * emulation/cua-base.el (cua-mode): Improve doc string.
14927
14928 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
14929
14930 * abbrev.el (expand-region-abbrevs): Doc fix.
14931 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
14932 Improve argument/docstring consistency.
14933
14934 * arc-mode.el (archive-get-descr, archive-alternate-display):
14935 Doc fixes.
14936 (archive-l-e): Improve argument/docstring consistency.
14937 (archive-tmpdir, archive-unixdate, archive-unixtime)
14938 (archive-chmod-entry): Fix typos in docstrings.
14939 (archive-unflag, archive-unflag-backwards)
14940 (archive-unmark-all-files): "?\ " -> "?\s".
14941
14942 * buff-menu.el (Buffer-menu-unmark): Doc fix.
14943 (Buffer-menu-not-modified, Buffer-menu-execute)
14944 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
14945 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
14946
14947 * composite.el (compose-string, encode-composition-rule)
14948 (compose-last-chars): Fix typos in docstrings.
14949
14950 * desktop.el (desktop-enable, desktop-basefilename):
14951 Declare with `define-obsolete-variable-alias'.
14952 (desktop-internal-v2s): Don't quote keywords.
14953 (desktop-clear): "?\ " -> "?\s".
14954
14955 * dired.el (dired-align-file, dired-flag-backup-files)
14956 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
14957 (dired-listing-switches, dired-ls-F-marks-symlinks)
14958 (dired-dwim-target, dired-load-hook, dired-mode-hook)
14959 (dired-directory, dired-faces, dired, dired-revert)
14960 (dired-mode, dired-summary, dired-view-file)
14961 (dired-copy-filename-as-kill, dired-delete-file)
14962 (dired-no-confirm, dired-unmark-all-marks)
14963 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
14964 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
14965 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
14966 Fix typos in message strings.
14967
14968 * dired-x.el (virtual-dired): Declare with `defalias'.
14969 (dired-mark-unmarked-files, dired-local-variables-file)
14970 (dired-omit-here-always): Doc fix.
14971 (dired-omit-mode, dired-find-subdir)
14972 (dired-enable-local-variables, dired-clean-up-buffers-too)
14973 (dired-extra-startup, dired-mark-extension, dired-jump)
14974 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
14975 (dired-smart-shell-command, dired-guess-shell-alist-user)
14976 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
14977 (dired-x-bind-find-file, dired-x-submit-report):
14978 Fix typos in docstrings.
14979 (dired-mark-unmarked-files): "?\ " -> "?\s".
14980
14981 * dirtrack.el (dirtrack-list): Fix typos in docstring.
14982
14983 * faces.el (describe-face): "?\ " -> "?\s".
14984 (read-all-face-attributes, read-face-font, modify-face)
14985 (face-attr-construct, italic): Fix typos in docstrings.
14986 (frame-update-face-colors): Declare with
14987 `define-obsolete-function-alias'.
14988
14989 * files.el (find-file-noselect, recode-file-name): Doc fixes.
14990 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
14991 (magic-mode-alist, buffer-file-numbers-unique)
14992 (write-file-functions, get-free-disk-space):
14993 Fix typos in docstrings.
14994 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
14995 (write-contents-hooks, write-file-hooks):
14996 Declare with `define-obsolete-variable-alias'.
14997
14998 * forms-d2.el (arch-rj): Fix typo in docstrings.
14999 (arch-tocol): Likewise. "?\ " -> "?\s".
15000
15001 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15002 Fix typo in docstring.
15003 (set-screen-width, set-screen-height): Delete redundant info in
15004 doctrings.
15005 (new-frame, screen-height, screen-width): Declare with
15006 `define-obsolete-function-alias'.
15007 (delete-frame-hook, blink-cursor): Declare with
15008 `define-obsolete-variable-alias'.
15009
15010 * paths.el (prune-directory-list): Fix typos in docstring.
15011
15012 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15013 (cvs-prefix-get): Fix typos in docstrings.
15014
15015 * ps-print.el (ps-extend-face-list, ps-extend-face)
15016 (ps-print-background-image): Fix typos in docstrings.
15017 (ps-default-fg, ps-default-bg): Doc fixes.
15018
15019 * s-region.el (s-region-bind): Doc fix.
15020 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15021
15022 * textmodes/org.el (org-table-formula-substitute-names)
15023 (org-table-get-vertical-vector): Doc fixes.
15024 (org-table-recalculate): Remove unused argument to `message'.
15025
15026 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15027
15028 * textmodes/org.el (org-table-column-names)
15029 (org-table-column-name-regexp)
15030 (org-table-named-field-locations): New variables.
15031 (org-archive-subtree): Protect `this-command' when calling
15032 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15033 the kill buffer.
15034 (org-complete): Remove fixed-formula completion.
15035 (org-edit-formulas-map): New variable.
15036 (org-table-edit-formulas): New command.
15037 (org-finish-edit-formulas, org-abort-edit-formulas)
15038 (org-show-variable, org-table-get-vertical-vector): New functions.
15039 (org-table-maybe-eval-formula): Handle `:=' fields.
15040 (org-table-get-stored-formulas, org-table-store-formulas)
15041 (org-table-get-formula, org-table-modify-formulas)
15042 (org-table-replace-in-formulas): Handle named field formulas.
15043 (org-table-get-specials): Store locations of named fields.
15044
15045 2005-07-19 Juri Linkov <juri@jurta.org>
15046
15047 * progmodes/grep.el (grep-regexp-alist)
15048 (grep-mode-font-lock-keywords, grep-process-setup):
15049 Use default GNU grep match color "01;31m" instead of "01;41m".
15050 (grep-regexp-alist, grep-mode-font-lock-keywords):
15051 Use `\\[[0-9]*m' instead of `\\[00m'.
15052 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15053 sgr_start where its handling is more important. Use the real
15054 length of sgr_start instead of constant 8.
15055 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15056 specially. Delete all remaining escape sequences.
15057 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15058 (grep-regexp-alist): Make hyperlink only for binary file name
15059 instead of the whole line.
15060 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15061 (grep-mode): Add autoload.
15062
15063 * emacs-lisp/find-func.el (find-function-regexp):
15064 Add `define-compilation-mode'.
15065
15066 2005-07-19 Juri Linkov <juri@jurta.org>
15067
15068 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15069 (compare-windows-sync-string-size, compare-windows-recenter)
15070 (compare-windows-highlight, compare-windows): Add version 22.1.
15071 (compare-windows) <defface>: Inherit from lazy-highlight instead
15072 of duplicating its default value.
15073
15074 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15075 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15076
15077 * descr-text.el (describe-char): Create link buttons for `charset'
15078 and `code point'. Add the current input method name with a link
15079 button to `to input' field. Print face names of display table
15080 characters in `The display table entry is displayed by' section
15081 instead of printing face-id in the `display' field.
15082 Guess hardcoded faces and create a link button for them.
15083 Skip empty fields when calculating max-width.
15084 Treat `widget-create' specially while inserting strings from the
15085 collected field list.
15086 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15087
15088 * diff-mode.el (diff-file-header): Change foreground color from
15089 yellow to green on light backgrounds.
15090 (diff-context): Inherit from `shadow' only for color/grayscale
15091 with more than 88 colors.
15092 (diff-indicator-removed, diff-indicator-added)
15093 (diff-indicator-changed): New faces.
15094 (diff-font-lock-keywords): Use new faces. Regroup rules.
15095 Add "^---$" for `normal' diff format. Fontify `#' lines with
15096 font-lock-comment-delimiter-face and font-lock-comment-face.
15097 Add `#' to ^[^...] in the rule for `diff-context-face'.
15098
15099 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15100 a button-like box. Inherit from `highlight' on low colors.
15101 (shadow): Use shades of gray only for color/grayscale with
15102 more than 88 colors. Use green for light backgrounds with
15103 8 colors, and yellow for dark backgrounds with 8 colors.
15104
15105 * font-lock.el (font-lock-regexp-grouping-backslash):
15106 Don't inherit from escape-glyph (use bold for all cases).
15107
15108 * info.el (info-xref-visited): Use light foreground color `violet'
15109 for dark backgrounds instead of dark color `magenta3'.
15110 (info-title-1): Use `yellow' color for dark backgrounds.
15111
15112 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15113 too-light magenta2.
15114
15115 * replace.el (match): Use slightly more light RoyalBlue3 instead
15116 of dark RoyalBlue4.
15117
15118 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15119
15120 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15121
15122 * novice.el (disabled-command-hook): Declare it with
15123 `define-obsolete-variable-alias'.
15124
15125 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15126 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15127 (desktop-load-default): Add release to obsolescence info.
15128 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15129 (desktop-append-buffer-args, desktop-read):
15130 Fix typos in docstrings.
15131 (desktop-kill): Fix typo in message.
15132 (desktop-save): Doc fix.
15133
15134 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15135
15136 * viper-cmd.el (viper-escape-to-state): Bug fix.
15137 (viper-envelop-ESC-key): Change the definition of fast
15138 keysequence so it'll work with keyboard macros.
15139
15140 * ediff.el (ediff-patch-buffer): Change the docstring.
15141
15142 2005-07-19 Kenichi Handa <handa@m17n.org>
15143
15144 * international/mule-cmds.el (select-safe-coding-system): Try to
15145 use an auto-coding (if any) before anything else. If the found
15146 auto-coding is invalid, show a warning message.
15147
15148 * international/mule.el (find-auto-coding): New function created
15149 by modifying the body of set-auto-coding.
15150 (set-auto-coding): Use find-auto-coding to find a coding.
15151
15152 2005-07-18 Richard M. Stallman <rms@gnu.org>
15153
15154 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15155 not isearch-mode-end-hook-error.
15156 (allout-before-change-protect): Fix error message.
15157
15158 2005-07-18 Juri Linkov <juri@jurta.org>
15159
15160 * allout.el (allout-mode):
15161 * calculator.el (calculator-copy):
15162 * custom.el (custom-known-themes):
15163 * dired.el (dired-desktop-buffer-misc-data)
15164 (dired-restore-desktop-buffer):
15165 * dired-x.el (dired-omit-marker-char):
15166 * files.el (basic-save-buffer):
15167 * font-core.el (font-lock-mode):
15168 * calendar/calendar.el (calendar-goto-hebrew-date)
15169 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15170 (calendar-goto-persian-date):
15171 * language/ethio-util.el (ethio-sera-to-fidel-region):
15172 * textmodes/picture.el (picture-mode):
15173 Delete duplicate duplicate words.
15174
15175 2005-07-18 Juri Linkov <juri@jurta.org>
15176
15177 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15178 chars * ? } |.
15179 (isearch-fallback): Don't call `isearch-process-search-char'.
15180 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15181 (isearch-process-search-char): Call `isearch-fallback' for regexp
15182 chars * ? } |.
15183 (isearch-return-char): Make obsolete with `make-obsolete' instead
15184 of simply documenting it as obsolete in the docstring.
15185 (isearch-fallback): Refill docstring.
15186
15187 * international/isearch-x.el
15188 (isearch-process-search-multibyte-characters): Remove unneeded
15189 `concat'. Add intermediate values to `junk-hist' instead of
15190 `minibuffer-history'. Test the length of `str'.
15191
15192 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15193
15194 * allout.el (allout-resolve-xref): Fix typos in error strings.
15195 (allout-before-change-protect): Remove unneeded `concat'.
15196
15197 * array.el (array-mode, array-reconfigure-rows)
15198 (untabify-backward): Fix typos in docstrings.
15199 (array-reconfigure-rows): Use `insert-buffer-substring', not
15200 `insert-buffer'.
15201
15202 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15203 * progmodes/ada-mode.el (ada-make-body):
15204 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15205
15206 * dired.el (dired-log):
15207 * tar-mode.el (tar-subfile-save-buffer):
15208 * play/zone.el (zone-pgm-stress-destress):
15209 Use `insert-buffer-substring', not `insert-buffer'.
15210
15211 2005-07-17 Simon Josefsson <jas@extundo.com>
15212
15213 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15214
15215 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15216
15217 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15218 Add plain auth method.
15219 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15220
15221 2005-07-17 Kim F. Storm <storm@cua.dk>
15222
15223 * ido.el (dired-other-window): Add ido property.
15224
15225 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15226
15227 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15228 Fix typo in docstring.
15229 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15230 `insert-file-literally'.
15231
15232 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15233 info and delete redundant message. Doc fix.
15234 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15235 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15236
15237 2005-07-16 Richard M. Stallman <rms@gnu.org>
15238
15239 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15240 (byte-compile-and): Use byte-compile-and-recursion.
15241 (byte-compile-or-recursion): New function.
15242 (byte-compile-or): Use that.
15243 (byte-compile-if): Guard the else-clause too.
15244 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15245
15246 * isearch.el (isearch-mode-end-hook-quit): New variable.
15247 (isearch-done): Bind it.
15248 (isearch-mode-end-hook): Doc fix.
15249
15250 * allout.el (allout-isearch-did-quit): Variable deleted.
15251 (allout-real-isearch-abort): Function name no longer used.
15252 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15253 (allout-isearch-rectification): isearch-mode always exists.
15254 Don't set allout-isearch-did-quit.
15255 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15256 allout-isearch-did-quit.
15257 (allout-enwrap-isearch): Just add the hook.
15258 (allout-isearch-abort): Function deleted.
15259 (allout-pre-command-business): Avoid warning.
15260
15261 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15262 Correctly avoid warnings.
15263 (pascal-outline): Likewise.
15264
15265 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15266
15267 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15268
15269 * play/tetris.el (tetris-mode): Avoid warning.
15270
15271 * play/snake.el (snake-mode): Avoid warning.
15272
15273 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15274 (gamegrid-set-display-table): Avoid warning.
15275 (gamegrid-set-timer): Likewise.
15276 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15277 (gamegrid-add-score-with-update-game-score-1): Take FILE
15278 as argument.
15279 (gamegrid-add-score-with-update-game-score): Pass that argument.
15280 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15281
15282 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15283
15284 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15285 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15286
15287 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15288 and insert-file.
15289
15290 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15291 (sc-ask): Avoid warnings.
15292
15293 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15294 (eshell-hist-initialize): Use that var the natural way.
15295
15296 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15297
15298 * emacs-lisp/re-builder.el (reb-cook-regexp):
15299 Avoid warning calling lre-compile-string.
15300 (reb-color-display-p): Avoid warning.
15301
15302 * calculator.el (calculator-last-input): Guard uses
15303 of event-key and key-press-event-p.
15304 (event-key, key-press-event-p): Delete definitions.
15305
15306 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15307 (find-gc-source-directory, find-gc-subrs-callers)
15308 (find-gc-noreturn-list, find-gc-source-files)
15309 (find-gc-subrs-called): Vars renamed and defvar'd.
15310
15311 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15312 (checkdoc-overlay-put, checkdoc-delete-overlay)
15313 (checkdoc-overlay-start, checkdoc-overlay-end)
15314 (checkdoc-mode-line-update, checkdoc-char=):
15315 Define such that compiler knows they are defined.
15316 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15317 (checkdoc-read-event): Delete. Use read-event directly.
15318
15319 * whitespace.el (whitespace-make-overlay)
15320 (whitespace-overlay-put, whitespace-delete-overlay)
15321 (whitespace-overlay-start, whitespace-overlay-end):
15322 Define such that compiler knows they are defined.
15323 (whitespace): Move conditional inside.
15324
15325 * tempo.el (tempo-insert-template): Suppress warning.
15326
15327 * ediff-diff.el (longlines-mode): Add defvar.
15328
15329 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15330
15331 * server.el: Bind "C-x #" in a way that works even if C-x is
15332 redefined to a command key, not a prefix key.
15333
15334 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15335
15336 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15337 cl-make-type-test till execution time.
15338
15339 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15340
15341 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15342 arg ARG and use it.
15343
15344 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15345
15346 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15347
15348 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15349
15350 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15351 a defcustom with two :set or :type keywords.
15352
15353 2005-07-15 Richard M. Stallman <rms@gnu.org>
15354
15355 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15356 Don't give ^M comment-end syntax.
15357
15358 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15359
15360 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15361 Don't consider gdbmi (gdb-mi.el has its own update functions).
15362 (gdb-var-delete): Make it work for gdbmi as well.
15363 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15364
15365 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15366 (gud-speedbar-menu-items): Correct logic for enabling items.
15367
15368 2005-07-15 Kim F. Storm <storm@cua.dk>
15369
15370 * ido.el: Fix commentary.
15371 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15372 Use with-no-warnings around ffap-guesser.
15373 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15374 Let bind minibuffer-completing-file-name to t.
15375
15376 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15377
15378 * startup.el (site-run-file, keyboard-type): Doc fixes.
15379 (command-line): Check for "--basic-display" argument; also for
15380 "--quick", not "--bare-bones" (which was renamed).
15381 (fancy-splash-text): Add missing item "Getting New Versions".
15382 (normal-splash-screen): Fix typos and improve consistency with
15383 `fancy-splash-text'. Update copyright year.
15384
15385 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15386 valid binding for `help-char'.
15387
15388 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15389
15390 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15391
15392 * term.el (term-mode): Disable cua-mode for term buffers.
15393
15394 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15395
15396 * add-log.el (add-log-mailing-address, change-log-merge):
15397 Doc fixes.
15398 (change-log-get-method-definition): Fix typo in docstring.
15399
15400 2005-07-14 Kim F. Storm <storm@cua.dk>
15401
15402 * emulation/cua-base.el:
15403 (cua--pre-command-handler-1, cua--pre-command-handler)
15404 (cua--post-command-handler-1, cua--post-command-handler):
15405 Split in two. Check (buffer local) value of cua-mode.
15406 (cua-selection-mode): New command.
15407
15408 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15409
15410 * custom.el (custom-initialize-safe-set)
15411 (custom-initialize-safe-default): Doc fixes.
15412
15413 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15414 and simplify :init-value again.
15415
15416 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15417 and simplify :init-value again. Delete autoload.
15418
15419 * startup.el (command-line): Use `custom-reevaluate-setting' again
15420 for tooltip-mode.
15421
15422 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15423 a defcustom with two :initialize keywords.
15424
15425 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15426
15427 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15428 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15429 (allout-post-command-business, allout-flag-region)
15430 (isearch-reenable-font-lock, allout-yank)
15431 (allout-insert-latex-header, allout-insert-latex-trailer)
15432 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15433 (allout-latex-verb-quote): Fix typos in docstrings.
15434 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15435 (allout-unprotected, allout-prefix-data):
15436 Improve argument/docstring consistency.
15437 (allout-chart-subtree): Fix argument spec.
15438 (allout-open-topic): Rename `use_sib_bullet' argument to
15439 `use-sib-bullet'. Doc fix.
15440
15441 * whitespace.el (whitespace-check-buffer-leading)
15442 (whitespace-check-buffer-trailing)
15443 (whitespace-check-buffer-indent)
15444 (whitespace-check-buffer-spacetab)
15445 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15446 (whitespace-check-leading-whitespace)
15447 (whitespace-check-trailing-whitespace)
15448 (whitespace-check-spacetab-whitespace)
15449 (whitespace-check-indent-whitespace)
15450 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15451 (whitespace-modes): Fix typos in docstrings.
15452 (defgroup, defcustom): Doc fixes.
15453
15454 * winner.el (winner-mode, winner-boring-buffers)
15455 (winner-pending-undo-ring): Doc fixes.
15456 (winner-ring): Remove unneeded `progn'.
15457 (winner-equal): `defsubst' it.
15458 (winner-redo): Fix message.
15459
15460 2005-07-13 Kim F. Storm <storm@cua.dk>
15461
15462 * simple.el (line-move-1): Always use vertical-motion to
15463 do the last (or only) line move to ensure some movement.
15464 Undo 2005-06-23 change--don't check for overlays.
15465
15466 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15467
15468 * term/mac-win.el (ccl-encode-mac-roman-font)
15469 (ccl-encode-mac-centraleurroman-font)
15470 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15471 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15472 Change charset-id boundary of dimension to ?\xef.
15473 (mac-char-fontspec-list): New constant.
15474 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15475 argument. Nil uses itself as family in font-spec. Previous
15476 behavior for nil is now provided by non-nil non-string argument.
15477 All callers changed. Add font-specs for Mac fonts to
15478 "fontset-default" unless iso8859-1 fonts are installed.
15479
15480 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15481
15482 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15483 a continuation line if the \ is preceded by SPC or TAB.
15484 (sh-get-indent-info): Simplify.
15485 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15486 Use with-current-buffer.
15487
15488 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15489 when the matched text is empty.
15490
15491 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15492
15493 * startup.el (command-line): Revert to previous handling of
15494 tooltip-mode. Explain in comment why the complexity is needed.
15495
15496 * tooltip.el (tooltip-mode): Revert to previous implementation of
15497 its defcustom.
15498
15499 * frame.el (blink-cursor-mode): Revert to previous implementation
15500 of its defcustom. Update comment.
15501
15502 2005-07-12 Lars Hansen <larsh@soem.dk>
15503
15504 * desktop.el: Update e-mail address.
15505
15506 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15507
15508 * term/mac-win.el (mac-services-mail-selection)
15509 (mac-services-mail-to): New functions.
15510 (mac-application-menu-map): Bind them.
15511
15512 2005-07-12 wulei <milton@wulei.net> (tiny change)
15513
15514 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15515
15516 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15517
15518 * custom.el (custom-reevaluate-setting): Doc fix.
15519
15520 2005-07-11 Jay Belanger <belanger@truman.edu>
15521
15522 * calc/calc.el (calc-embedded-announce-formula-alist)
15523 (calc-embedded-open-close-plain-alist)
15524 (calc-embedded-open-close-mode-alist): Add checks for additional
15525 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15526
15527 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15528
15529 * custom.el (custom-enable-theme): Don't add theme to
15530 `custom-enabled-themes' with `push' because there is no
15531 setf-method for `delq'.
15532
15533 2005-07-11 Richard M. Stallman <rms@gnu.org>
15534
15535 * custom.el (custom-declare-variable): Doc fix.
15536
15537 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15538 from the alists.
15539
15540 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15541 Do nothing if edebug-active.
15542
15543 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15544 (edebug-display): Do it here instead.
15545
15546 2005-07-10 Richard M. Stallman <rms@gnu.org>
15547
15548 * cus-face.el (custom-theme-set-faces): Make it work.
15549 (custom-reset-faces): Doc fix.
15550 (custom-theme-reset-internal-face, custom-theme-face-value):
15551 Functions deleted.
15552
15553 * custom.el (custom-push-theme): Maintain list of the settings
15554 of a given theme in its theme-settings property.
15555 Maintain position of old settings in the theme-value
15556 or theme-face property.
15557 (custom-enabled-themes): New variable.
15558 (custom-theme-enabled-p): New function.
15559 (provide-theme): Update custom-enabled-themes.
15560 Disable and reenable the `user' theme.
15561 (require-theme): Doc fix.
15562 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15563 (custom-theme-value, custom-theme-variable-value): Likewise.
15564 (custom-theme-reset-internal): Likewise.
15565 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15566 (custom-enable-theme, custom-disable-theme): New functions.
15567 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15568 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15569 (custom-theme-reset-variables): Simplify.
15570 (deftheme, custom-declare-theme, custom-make-theme-feature):
15571 Definitions moved.
15572
15573 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15574
15575 * longlines.el (longlines-show-region)
15576 (longlines-unshow-hard-newlines): Recognize hard newlines by
15577 non-nil hard property, instead of t.
15578
15579 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15580
15581 * viper-cmd.el (viper--key-maps): New variable.
15582 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15583 emulation-mode-map-alists.
15584 (viper-envelop-ESC-key): Use viper-subseq.
15585 (viper-search-forward/backward/next): Disable debug-on-error.
15586
15587 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15588 (viper-ESC-key): New defcustoms.
15589
15590 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15591
15592 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15593 (viper-subseq): Copy of subseq from cl.el.
15594
15595 * viper.el (viper-go-away, viper-set-hooks): Use
15596 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15597
15598 * viper-mous.el (viper-current-frame-saved): Use defvar.
15599
15600 * viper-init.el: Get rid of -face in face names.
15601
15602 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15603 Make it work with longlines mode
15604
15605 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15606
15607 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15608
15609 * ediff-init.el: Get rid of -face in face names.
15610
15611 2005-07-10 Richard M. Stallman <rms@gnu.org>
15612
15613 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15614 and with-timeout-unsuspend.
15615
15616 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15617 and with-timeout-unsuspend.
15618
15619 * emacs-lisp/timer.el (with-timeout-timers): New variable.
15620 (with-timeout): Bind that variable to record timers.
15621 (with-timeout-suspend, with-timeout-unsuspend): New functions.
15622
15623 * emacs-lisp/debug.el (debug-help-follow): New function.
15624 (debugger-mode-map): Use that instead of help-follow.
15625 (debugger-setup-buffer): Use eval-buffer-list
15626 to handle eval-buffer frames.
15627
15628 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
15629
15630 * timezone.el (timezone-parse-date): Change first regexp
15631 so it will not mistakenly match dates with no time zone.
15632
15633 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
15634
15635 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15636
15637 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
15638
15639 * custom.el (custom-initialize-safe-set)
15640 (custom-initialize-safe-default): New functions.
15641
15642 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15643 and simplify :init-value.
15644
15645 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15646 and simplify :init-value. Delete obsolete comment.
15647
15648 * startup.el (command-line): Use `custom-reevaluate-setting' to
15649 handle `tooltip-mode'. Delete obsolete comment.
15650
15651 * files.el (set-visited-file-name): Avoid calling
15652 `file-name-nondirectory' with a nil argument.
15653
15654 2005-07-09 Richard M. Stallman <rms@gnu.org>
15655
15656 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15657 was called with nil for the buffer, handle the read position right.
15658 Handle read position for eval-region, too.
15659
15660 2005-07-09 Juri Linkov <juri@jurta.org>
15661
15662 * fringe.el (fringe-mode): Add period in docstring.
15663 (fringe-query-style): Build prompt depending on `all-frames' arg.
15664
15665 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15666 to not create links to unrelated functions in the Help buffer.
15667
15668 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15669 Doc fix.
15670
15671 * simple.el (next-error-hook): New variable.
15672 (next-error): Use it. Doc fix.
15673
15674 * textmodes/ispell.el (ispell-command-loop): Add current
15675 dictionary name and program name to mode-line-format.
15676 (ispell-region, ispell-process-line): Add current dictionary name
15677 and program name to messages.
15678
15679 2005-07-08 Jay Belanger <belanger@truman.edu>
15680
15681 * calc/calc.el (calc-embedded-announce-formula-alist)
15682 (calc-embedded-open-close-formula-alist)
15683 (calc-embedded-open-close-word-alist)
15684 (calc-embedded-open-close-plain-alist)
15685 (calc-embedded-open-close-new-formula-alist)
15686 (calc-embedded-open-close-mode-alist)
15687 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
15688 (calc-embedded-mode-hook): New variables.
15689
15690 * calc/calc-embed.el (calc-embedded-firsttime)
15691 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
15692 New variables.
15693 (calc-do-embedded): Use calc-embedded-firsttime,
15694 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
15695 determine whether or not to run hooks.
15696 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
15697 calc-embedded-firsttime-formula appropriately.
15698 Set calc-embedded delimiter variables according to mode.
15699
15700 2005-07-08 Richard M. Stallman <rms@gnu.org>
15701
15702 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
15703 Check for "emacs", etc., as entire symbol, not just as word.
15704 (checkdoc-file-comments-engine): Use regexp-quote on FN.
15705
15706 * files.el (set-visited-file-name): Report the error
15707 for "empty filename" earlier.
15708 (kill-some-buffers): Ignore buffers already dead.
15709
15710 * fringe.el (fringe-mode): Doc fix.
15711
15712 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15713 Check for (featurep 'xemacs) and turn off warnings in what it guards.
15714 Use unwind-protect to ensure byte-compile-unresolved-functions
15715 is updated.
15716
15717 * whitespace.el (whitespace-buffer-leading-cleanup):
15718 Simplify w/ skip-chars-forward.
15719 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
15720
15721 * mail/rmail.el (rmail-only-expunge): Fix paren error.
15722 Unconditionally try to leave point at the same old place.
15723
15724 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
15725
15726 * comint.el (comint-postoutput-scroll-to-bottom)
15727 (comint-show-maximum-output): Take scroll-margin into consideration.
15728
15729 2005-07-08 Kim F. Storm <storm@cua.dk>
15730
15731 * ido.el (ido-use-filename-at-point): New choice `guess'.
15732 (ido-file-internal): Try ffap-guesser if selected.
15733
15734 * ido.el (ido-before-fallback-functions): New hook.
15735 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
15736 (ido-read-file-name): Run it.
15737
15738 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
15739
15740 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
15741 strings rather than a list of symbols to the completion function.
15742
15743 2005-07-07 Jay Belanger <belanger@truman.edu>
15744
15745 * calc/calc-units.el (math-apply-units): Change the places in
15746 which units are simplified.
15747
15748 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
15749
15750 * cus-edit.el (customize-option, customize-option-other-window):
15751 Make them handle aliases.
15752
15753 * custom.el (custom-variable-p): Make it recursively follow
15754 aliases. Mention that in the docstring.
15755
15756 2005-07-07 Richard M. Stallman <rms@gnu.org>
15757
15758 * cus-start.el (exec-path): Use `directory' instead of `file'.
15759 Fix tag for nil.
15760
15761 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15762
15763 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
15764 when called non-interactively. Doc fix.
15765
15766 2005-07-07 Lute Kamstra <lute@gnu.org>
15767
15768 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
15769 new address as well.
15770
15771 2005-07-07 Kenichi Handa <handa@m17n.org>
15772
15773 * international/mule.el (make-coding-system):
15774 Describe `ascii-incompatible' property in the docstring.
15775 (set-file-name-coding-system): Signal an error if coding-system is
15776 ascii-incompatible.
15777 (set-keyboard-coding-system): Likewise.
15778
15779 * international/mule-cmds.el (set-default-coding-systems):
15780 Don't set default-file-name-coding-system and
15781 default-keyboard-coding-system if coding-system is ASCII-incompatible.
15782
15783 * international/utf-16.el: Declare that all UTF-16-based coding
15784 systems are ASCII-incompatible.
15785
15786 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
15787
15788 * progmodes/gud.el: Require font-lock for displaying errors.
15789 Used by gdb-ui.el.
15790
15791 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15792
15793 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
15794 values for the pattern lists which are `read'able but not
15795 `append'able (like symbols).
15796
15797 2005-07-06 Richard M. Stallman <rms@gnu.org>
15798
15799 * progmodes/flymake.el (flymake-float-time): Instead of
15800 with-no-warnings, test for xemacs.
15801 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
15802 to avoid warning.
15803
15804 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
15805
15806 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
15807
15808 2005-07-05 Lute Kamstra <lute@gnu.org>
15809
15810 * battery.el: Add support for Darwin (with much debugging help
15811 from Samuel Lauber <sam124@operamail.com>).
15812 (battery-status-function, battery-echo-area-format)
15813 (battery-mode-line-format): Add support for pmset on Darwin.
15814 (battery-load-low, battery-load-critical): New user options.
15815 (battery-pmset): New function.
15816
15817 2005-07-05 Lute Kamstra <lute@gnu.org>
15818
15819 Update FSF's address in GPL notices.
15820
15821 * textmodes/page-ext.el: Update FSF's address.
15822
15823 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15824
15825 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
15826 filling from using prefix when filling a single-line docstring.
15827
15828 * progmodes/flymake.el: Remove useless eval-when-compile.
15829
15830 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
15831
15832 2005-07-04 Richard M. Stallman <rms@gnu.org>
15833
15834 * textmodes/org.el (org-file-apps-defaults-gnu):
15835 Rename from org-file-apps-defaults-linux.
15836 (org-default-apps): Don't test system-type for `linux'.
15837 (org-file-apps): Doc fix.
15838
15839 2005-07-04 David Ponce <david@dponce.com>
15840
15841 * tree-widget.el: Improve header Commentary section.
15842 (tree-widget) [defgroup]
15843 (tree-widget-image-enable, tree-widget-themes-directory)
15844 (tree-widget-theme, tree-widget-image-properties-emacs)
15845 (tree-widget-image-properties-xemacs, tree-widget-create-image)
15846 (tree-widget-image-formats, tree-widget-control)
15847 (tree-widget-empty-control, tree-widget-leaf-control
15848 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
15849 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
15850 (tree-widget-keep, tree-widget-after-toggle-functions)
15851 (tree-widget-open-node, tree-widget-close-node): Doc fix.
15852 (tree-widget-open-control, tree-widget-close-control): Fix doc and
15853 :help-echo message.
15854 (tree-widget-set-theme): Doc fix. Use `string-equal'.
15855 (tree-widget-image-properties): Doc fix. Clearer implementation.
15856 (tree-widget--cursors): New constant.
15857 (tree-widget-lookup-image): New function split from
15858 `tree-widget-find-image'. Clearer implementation.
15859 (tree-widget-find-image): Use it.
15860 (tree-widget-button-keymap): Use `set-keymap-parent'.
15861 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
15862 Define the sub-widgets here.
15863 (tree-widget-node): Check that :node is not a tree-widget.
15864 (tree-widget-get-super, tree-widget-open-control)
15865 (tree-widget-close-control, tree-widget-empty-control)
15866 (tree-widget-leaf-control, tree-widget-guide)
15867 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
15868 (tree-widget-no-handle, tree-widget-value-delete)
15869 (tree-widget-map): Remove.
15870 (tree-widget-children-value-save): Doc fix. Simplified.
15871 (tree-widget-value-create): Update according to previous changes.
15872
15873 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
15874
15875 * textmodes/org.el: Leading space replaced by TABS.
15876 (org-recalc-marks, org-table-rotate-recalc-marks)
15877 (org-table-get-specials): Treat "^" and "_" marks.
15878 (org-table-justify-field-maybe): Optional argument NEW.
15879 (org-table-eval-formula): Parsing of the format simplified.
15880 New modes C,I. Honor the %= parameter in the current table.
15881 Avoid unnecessary re-align by using the NEW argument to
15882 `org-table-justify-field-maybe'.
15883 (org-calc-default-modes): Default for date-format mimicks org-mode.
15884 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
15885
15886 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
15887
15888 * cus-face.el (custom-theme-set-faces): Make it handle face
15889 aliases whose alias declarations are pre- or autoloaded.
15890
15891 2005-07-04 Juri Linkov <juri@jurta.org>
15892
15893 * faces.el (read-face-name): Put the code for getting a face name
15894 from the buffer before adding the faces from the `face' property.
15895 Use `completing-read-multiple' instead of `completing-read'.
15896 Require `crm'. Add default value and post-process the returned
15897 list of faces.
15898
15899 * emacs-lisp/crm.el (crm-find-current-element)
15900 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
15901
15902 * emacs-lisp/lisp-mode.el (eval-defun-1):
15903 * emacs-lisp/edebug.el (edebug-eval-defun):
15904 Remove unnecessary quotes.
15905
15906 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15907
15908 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
15909 (prolog-indent-level): Fix typo in docstring.
15910
15911 * info.el (Info-history, Info-history-forward)
15912 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
15913
15914 * add-log.el (add-change-log-entry):
15915 * comint.el (comint-dynamic-list-input-ring)
15916 (comint-dynamic-list-completions):
15917 * dabbrev.el (dabbrev-expand):
15918 * delim-col.el (delimit-columns-rectangle-line):
15919 * diff-mode.el (diff-context->unified, diff-reverse-direction)
15920 (diff-unified->context):
15921 * ediff-init.el (ediff-abbrev-jobname):
15922 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
15923 (ediff-replace-session-activity-marker-in-meta-buffer):
15924 * info.el (Info-summary):
15925 * lpr.el (printify-region):
15926 * printing.el (pr-create-interface):
15927 * ps-print.el (ps-print-quote):
15928 * ses.el (ses-column-widths, ses-print-cell)
15929 (ses-adjust-print-width, ses-center):
15930 * shell.el (shell-file-name-quote-list):
15931 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
15932 (strokes-fill-current-buffer-with-whitespace)
15933 (strokes-xpm-for-stroke, strokes-list-strokes)
15934 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
15935 * term.el (term-dynamic-list-input-ring)
15936 (term-dynamic-list-completions):
15937 * calc/calc.el (math-format-stack-value):
15938 * emacs-lisp/edebug.el (edebug-display-freq-count):
15939 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
15940 (delphi-new-comment-line):
15941 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
15942 * progmodes/executable.el (executable-set-magic):
15943 * progmodes/python.el (inferior-python-mode):
15944 * progmodes/scheme.el (scheme-mode-syntax-table):
15945 * progmodes/sh-script.el (sh-maybe-here-document):
15946 * progmodes/sql.el (sql-copy-column):
15947 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
15948 * textmodes/bibtex.el (bibtex-mode):
15949 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
15950 (sgml-auto-attributes):
15951 * textmodes/table.el (table-insert, table-shorten-cell)
15952 (table--generate-source-scan-lines, table-delete-row)
15953 (*table--cell-delete-char, table--spacify-frame)
15954 (table--horizontally-shift-above-and-below)
15955 (table--cell-insert-char, table--cell-blank-str)
15956 (table--fill-region-strictly):
15957 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
15958 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
15959
15960 * add-log.el (change-log):
15961 * apropos.el (apropos):
15962 * comint.el (comint-completion, comint-source):
15963 * dabbrev.el (dabbrev):
15964 * delim-col.el (columns):
15965 * diff-mode.el (diff-mode):
15966 * ediff.el (ediff):
15967 * ediff-diff.el (ediff-diff):
15968 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
15969 * ediff-mult.el (ediff-mult):
15970 * ediff-ptch.el (ediff-ptch):
15971 * ediff-wind.el (ediff-window):
15972 * facemenu.el (facemenu):
15973 * indent.el (indent):
15974 * info.el (info):
15975 * jka-cmpr-hook.el (compression, jka-compr):
15976 * lpr.el (lpr):
15977 * outline.el (outlines):
15978 * pcmpl-cvs.el (pcmpl-cvs):
15979 * pcmpl-rpm.el (pcmpl-rpm):
15980 * printing.el (printing):
15981 * ps-print.el (postscript, ps-print, ps-print-horizontal)
15982 (ps-print-vertical, ps-print-headers, ps-print-font)
15983 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
15984 (ps-print-background, ps-print-printer, ps-print-page)
15985 (ps-print-miscellany):
15986 * ses.el (ses):
15987 * shell.el (shell, shell-directories, shell-faces):
15988 * startup.el (initialization):
15989 * strokes.el (strokes):
15990 * term.el (term):
15991 * uniquify.el (uniquify):
15992 * w32-vars.el (w32):
15993 * calc/calc.el (calc):
15994 * emacs-lisp/bytecomp.el (bytecomp):
15995 * emacs-lisp/cl-indent.el (lisp-indent):
15996 * emacs-lisp/edebug.el (edebug):
15997 * emacs-lisp/elp.el (elp):
15998 * emacs-lisp/testcover.el (testcover):
15999 * emacs-lisp/trace.el (trace):
16000 * emulation/viper-ex.el (viper-ex):
16001 * emulation/viper-mous.el (viper-mouse):
16002 * mail/mailalias.el (mailalias):
16003 * mail/supercite.el (supercite, supercite-frames)
16004 (supercite-attr, supercite-cite, supercite-hooks):
16005 * net/rcompile.el (remote-compile):
16006 * net/rlogin.el (rlogin):
16007 * obsolete/ooutline.el (outlines):
16008 * progmodes/delphi.el (delphi):
16009 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16010 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16011 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16012 (ebnf-optimization):
16013 * progmodes/etags.el (etags):
16014 * progmodes/executable.el (executable):
16015 * progmodes/idlwave.el (idlwave):
16016 * progmodes/pascal.el (pascal):
16017 * progmodes/prolog.el (prolog):
16018 * progmodes/python.el (python):
16019 * progmodes/scheme.el (scheme):
16020 * progmodes/sh-script.el (sh, sh-script):
16021 * progmodes/sql.el (SQL):
16022 * progmodes/tcl.el (tcl):
16023 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16024 * textmodes/enriched.el (enriched):
16025 * textmodes/makeinfo.el (makeinfo):
16026 * textmodes/sgml-mode.el (sgml):
16027 * textmodes/table.el (table-hooks):
16028 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16029 * textmodes/texinfo.el (texinfo):
16030 * textmodes/two-column.el (two-column):
16031 Finish `defgroup' description with period.
16032
16033 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16034 * eshell/esh-var.el (eshell-var):
16035 * progmodes/vhdl-mode.el (vhdl-testbench):
16036 * textmodes/org.el (org): Fix typos in docstrings.
16037
16038 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16039 consistency.
16040
16041 * progmodes/flymake.el (flymake-find-file): Remove.
16042 (flymake-float-time): Use `with-no-warnings'.
16043 (flymake-check-start-time, flymake-check-was-interrupted)
16044 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16045 (flymake-new-err-info): `defvar' at compile time.
16046
16047 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16048
16049 * replace.el (occur-hook): Doc fix.
16050 (occur-1): Don't call `occur-hook' if there are no matches.
16051
16052 2005-07-03 Richard M. Stallman <rms@gnu.org>
16053
16054 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16055 global-map, save the same map.
16056 (global-map): Don't alter it at top level.
16057 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16058 Then alter it here instead.
16059 (tpu-edt-off): Set global-map to the saved one.
16060
16061 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16062 All references simplified.
16063 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16064 (zmacs-regions): Add defvar.
16065 (repeat-complex-command-map): Everything about that deleted.
16066
16067 * textmodes/artist.el (artist-key-is-drawing)
16068 (artist-key-endpoint1, artist-key-poly-point-list)
16069 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16070 (artist-key-compl-table, artist-rb-save-data)
16071 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16072 Don't put them in eval-when-compile.
16073 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16074
16075 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16076 Use with-no-warnings.
16077
16078 * net/browse-url.el (dos-windows-version): Add defvar.
16079
16080 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16081
16082 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16083 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16084 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16085 Add defvar.
16086 (rmail-summary-beginning-of-message): Use with-no-warnings.
16087 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16088
16089 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16090 Use with-no-warnings.
16091
16092 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16093 (c-mark-function): Add point-moving-unit property.
16094 (vi-goto-line): Use with-no-warnings.
16095
16096 * emulation/edt.el (edt-last-copied-word): Add defvar.
16097 (zmacs-region-stays): Likewise.
16098 (edt-mark-section-wisely): Use c-mark-function for C.
16099 Use makr-defun for Fortran.
16100 (time-string): defvar deleted.
16101 (edt-display-the-time): Don't set time-string.
16102
16103 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16104
16105 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16106 Don't warn when name is not constant
16107 or for defining the group `emacs'.
16108
16109 * tooltip.el (gud-tooltip-mode): Add defvar.
16110
16111 * startup.el (default-frame-background-mode): Add defvar.
16112
16113 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16114
16115 * info.el (tool-bar-map): Add defvar.
16116
16117 * dired.el (dnd-protocol-alist): Add defvar.
16118
16119 * dired-aux.el (dired-query): Display question with answer, when
16120 the user answers.
16121
16122 * custom.el (custom-add-option): Doc fix.
16123
16124 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16125
16126 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16127
16128 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16129 bogus name from the last change.
16130
16131 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16132
16133 * custom.el (custom-declare-variable): Fix typos in comment.
16134 (custom-known-themes): Doc fix.
16135 (custom-theme-directory): New defcustom.
16136 (require-theme): Make it check `custom-theme-directory'.
16137
16138 * cus-theme.el (custom-new-theme-mode): New function.
16139 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16140 (custom-theme-description): Add compiler defvars.
16141 (customize-create-theme): Add doc to the "*New Custom Theme*"
16142 buffer. Use `custom-new-theme-mode'.
16143 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16144 and save it to the `custom-theme-directory'. Make this the
16145 default directory of the buffer.
16146
16147 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16148
16149 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16150 Fix unbalanced parentheses.
16151
16152 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16153
16154 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16155 into flymake-mode and delegate to flymake-mode.
16156
16157 * find-file.el (ff-which-function-are-we-in): Clean up.
16158
16159 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16160
16161 * replace.el (occur-rename-buffer): Fix docstring.
16162
16163 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16164 (edt-last-copied-word, edt-learn-macro-count)
16165 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16166 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16167 (time-string, zmacs-region-stays):
16168 * emulation/edt-mapper.el (edt-save-function-key-map)
16169 (EDT-key-name): `defvar' to silence the byte-compiler.
16170
16171 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16172
16173 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16174 font-lock-regexp-backslash. Doc fix.
16175 (font-lock-regexp-backslash-grouping-construct): Rename from
16176 font-lock-regexp-backslash-construct. Doc fix.
16177 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16178 grouping constructs.
16179
16180 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16181
16182 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16183 updating all the prerequisites.
16184
16185 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16186
16187 * textmodes/org.el (org-agenda-start-on-weekday)
16188 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16189 (org-agenda-use-time-grid, org-archive-location)
16190 (org-allow-space-in-links, org-usenet-links-prefer-google)
16191 (org-enable-table-editor, org-export-default-language)
16192 (org-export-html-show-new-buffer, org-fill-paragraph)
16193 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16194 (org-goto-quit, org-occur, org-eval-in-calendar)
16195 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16196 (org-agenda-diary-entry, org-remember-help)
16197 (org-table-convert-region, org-at-table-p)
16198 (org-table-move-row-down, org-table-move-row-up)
16199 (org-table-copy-region, org-table-toggle-vline-visibility)
16200 (org-table-get-stored-formulas, org-table-get-specials)
16201 (org-recalc-commands, org-table-eval-formula)
16202 (org-table-formula-substitute-names, orgtbl-make-binding)
16203 (org-format-org-table-html, org-format-table-table-html)
16204 (org-format-table-table-html-using-table-generate-source)
16205 (org-customize): Fix typos in docstrings.
16206 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16207 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16208 (org-back-to-heading): Doc fixes.
16209 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16210 (org-agenda-change-all-lines, org-get-header):
16211 Improve argument/docstring consistency.
16212 (orgtbl-error): Fix error message.
16213
16214 * progmodes/flymake.el (flymake-find-possible-master-files)
16215 (flymake-master-file-compare, flymake-get-line-err-count)
16216 (flymake-highlight-line, flymake-gui-warnings-enabled):
16217 Fix typos in docstrings.
16218 (flymake-parse-line, flymake-get-project-include-dirs-function)
16219 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16220 Doc fixes.
16221 (flymake-get-project-include-dirs-function)
16222 (flymake-make-err-menu-data):
16223 Improve argument/docstring consistency.
16224
16225 2005-07-01 Lute Kamstra <lute@gnu.org>
16226
16227 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16228 Catch errors with ignore-errors. Use temporary buffer.
16229 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16230
16231 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16232 background color faces.
16233 (facemenu-set-foreground, facemenu-set-background):
16234 Use facemenu-set-face-from-menu.
16235 (facemenu-set-face-from-menu): Treat face names that start with
16236 "fg:" or "bg:" as special.
16237 (facemenu-add-new-color): Don't create faces. Simplify.
16238
16239 2005-06-30 Richard M. Stallman <rms@gnu.org>
16240
16241 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16242 (crm-find-current-element): Likewise.
16243
16244 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16245
16246 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16247
16248 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16249
16250 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16251 (archive-mouse-extract): Make it an obsolete alias.
16252 (archive-mode-map): Don't use archive-mouse-extract any more.
16253 (archive-mode, archive-extract): write-contents-hooks ->
16254 write-contents-functions.
16255 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16256 first arg.
16257 (archive-rename-entry): Update the call.
16258 (archive-zip-summarize): Remove unused var `method'.
16259 (archive-lzh-summarize): Remove unused var `creator'.
16260
16261 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16262 dedicated frame upon exit.
16263
16264 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16265 (archive-zip-extract, archive-zip-expunge)
16266 (archive-zip-update, archive-zip-update-case): Use executable-find.
16267 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16268 Use restore-buffer-modified-p.
16269 (archive-extract, archive-add-new-member, archive-write-file-member):
16270 Use with-current-buffer.
16271 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16272
16273 2005-06-30 Andreas Schwab <schwab@suse.de>
16274
16275 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16276
16277 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16278
16279 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16280
16281 2005-06-30 Juri Linkov <juri@jurta.org>
16282
16283 * faces.el (vertical-border): Inherit from mode-line-inactive
16284 only on tty.
16285
16286 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16287
16288 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16289 example, -NLINES in the `occur' docstring).
16290
16291 * replace.el (occur-1): When no matches are found, do not set the
16292 `buffer-read-only' and modified flags for the occur buffer,
16293 because it is deleted.
16294
16295 * emulation/cua-base.el (cua-check-pending-input)
16296 (cua-repeat-replace-region, cua-mode, cua-debug)
16297 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16298 Fix typos in docstrings.
16299
16300 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16301 (cua-cut-region-to-global-mark)
16302 (cua--cut-rectangle-to-global-mark):
16303 Remove period from end of messages.
16304
16305 * emulation/cua-rect.el (cua-do-rectangle-padding):
16306 Remove period from end of messages.
16307 (cua--rectangle-seq-format): Fix typo in docstring.
16308 (cua-sequence-rectangle, cua-fill-char-rectangle):
16309 Improve argument/docstring consistency.
16310
16311 2005-06-29 Juri Linkov <juri@jurta.org>
16312
16313 * faces.el (default-frame-background-mode): New internal variable.
16314 (frame-set-background-mode): Use it.
16315
16316 * startup.el (normal-top-level): Set default-frame-background-mode
16317 instead of frame-background-mode. Before setting it, test for its
16318 nil value. Remove tests for frame-background-mode and frame
16319 parameter `reverse'. Add test for "unspecified-fg".
16320
16321 * term/xterm.el (xterm-rxvt-set-background-mode):
16322 * term/rxvt.el (rxvt-set-background-mode):
16323 Set default-frame-background-mode instead of frame-background-mode.
16324
16325 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16326
16327 * simple.el (set-variable): Warn about obsolete user variables.
16328
16329 * imenu.el (imenu--completion-buffer):
16330 * mouse.el (mouse-buffer-menu-alist):
16331 * msb.el (msb-invisible-buffer-p):
16332 * calendar/diary-lib.el (diary-header-line-format):
16333 * emacs-lisp/pp.el (pp-buffer):
16334 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16335 * textmodes/picture.el (picture-replace-match):
16336 Change space constants followed by a sexp to "?\s ".
16337
16338 * play/decipher.el (decipher-loop-with-breaks):
16339 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16340 constants "protected" from end of line by a comment to "?\s".
16341
16342 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16343
16344 * font-lock.el (save-buffer-state): Use `declare'.
16345
16346 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16347 reset the syntax-table to cperl-mode-syntax-table.
16348 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16349 "foo_print_bar" is not matched as a reserved keyword.
16350
16351 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16352
16353 * textmodes/org.el (orgtbl-setup): New function, for delayed
16354 setup for the orgtbl commands.
16355 (org-calc-default-modes): New option.
16356 (orgtbl-make-binding): Use `defun' to get better help display.
16357 (org-diary): Call `org-compile-prefix-format'.
16358 (org-table-formula-substitute-names): New function.
16359 (org-agenda-day-view, org-agenda-week-view): New commands.
16360 (org-agenda-toggle-week-view): Command removed.
16361 (org-tbl-menu): Split off from org-org-menu.
16362 (org-mode): Move removal of outline-mode menus to here.
16363 (org-table-formula-debug): New option.
16364 (org-table-insert-row): Keep first field if just "#" or "*".
16365 (org-mode): Paragraph regexps fixed.
16366 (org-table-recalculate-regexp): New constant.
16367 (org-table-justify-field-maybe): Avoid replace if not necessary.
16368 (org-copy-special, org-cut-special): Use `call-interactively'.
16369 (org-table-copy-region): Take region from `interactive' call.
16370 (org-trim): Return string even if no match.
16371 (org-formula): New face.
16372 (org-set-font-lock-defaults): No longer highlight "FIXME".
16373 But highlight formula-related fields in table.
16374 (org-table-p): Use regexp, not fontification.
16375 (org-table-align): Handle white space at end of line.
16376 (org-table-formula-evaluate-inline): New option.
16377 (org-mode): Auto-wrapping in comment lines turned off.
16378 (org-table-copy-down): Evaluate only in copied field, not in
16379 destination.
16380 (org-table-current-formula): Variable removed.
16381 (org-table-store-formulas, org-table-get-stored-formulas)
16382 (org-table-modify-formulas, org-table-replace-in-formulas)
16383 (org-table-maybe-eval-formula): New functions.
16384 (org-table-get-formula): Modify to use stored formulas.
16385 (org-table-insert-column, org-table-delete-column)
16386 (org-table-move-column): Call `org-table-modify-formulas'.
16387 (org-complete): Add completion for keyword formulas.
16388 (orgtbl-mode): Pull orgtbl-mode-map to start of
16389 minor-mode-map-alist.
16390
16391 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16392
16393 * progmodes/python.el (python-check): Require `compile' before
16394 modifying its variables.
16395
16396 * newcomment.el (comment-indent-default): Don't get fooled by an early
16397 end of buffer.
16398
16399 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16400
16401 * ps-print.el (ps-print-version): Fix version number.
16402
16403 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16404
16405 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16406
16407 2005-06-28 Richard M. Stallman <rms@gnu.org>
16408
16409 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16410 (flyspell-local-mouse-map): Declaration deleted.
16411 (flyspell-mouse-map): Bind only mouse-2.
16412 (flyspell-mode-map): Don't test flyspell-use-local-map.
16413 (flyspell-overlay-keymap-property-name): Var deleted.
16414 (flyspell-mode-on): Don't make local bindings for
16415 flyspell-mouse-map and flyspell-mode-map.
16416 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16417
16418 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16419
16420 * progmodes/compile.el (compilation-next-error-function):
16421 Don't switch buffers; operate on the current buffer.
16422
16423 * progmodes/compile.el (compilation-error-file-name)
16424 (compilation-warning-file-name, compilation-info-file-name)
16425 (compilation-line-number, compilation-column-number): New faces.
16426 (compilation-error-face, compilation-warning-face)
16427 (compilation-info-face, compilation-line-face)
16428 (compilation-column-face): Use them.
16429
16430 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16431
16432 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16433
16434 * bindings.el (global-map): Bind insertchar and its variants.
16435
16436 2005-06-27 Richard M. Stallman <rms@gnu.org>
16437
16438 * textmodes/artist.el (artist-text-overwrite)
16439 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16440
16441 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16442
16443 * ps-print.el: It was not working the page selection for printing.
16444 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16445 (ps-print-version): New version 6.6.7.
16446 (ps-end-sheet): New fun.
16447 (ps-header-sheet, ps-end-job): Call it.
16448
16449 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16450
16451 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16452
16453 2005-06-27 Lute Kamstra <lute@gnu.org>
16454
16455 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16456 background color faces.
16457 (facemenu-get-face): Delete function.
16458 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16459 (facemenu-add-new-color): Make second argument mandatory.
16460 Create the appropriate face and return it. Simplify.
16461 (facemenu-set-foreground, facemenu-set-background): Don't check if
16462 color is defined. Use return value of facemenu-add-new-color.
16463
16464 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16465
16466 * progmodes/gud.el (gud-filter): Add missing argument to
16467 with-selected-window.
16468
16469 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16470
16471 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16472 a :require to the defcustom.
16473
16474 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16475 defcustoms corresponding to minor modes.
16476
16477 2005-06-26 David Ponce <david@dponce.com>
16478
16479 * recentf.el: Require tree-widget instead of wid-edit.
16480 (recentf-filename-handler): Fix widget :type.
16481 (recentf-cancel-dialog, recentf-open-more-files)
16482 (recentf-open-files-action): Doc fix.
16483 (recentf-dialog-goto-first): New function.
16484 (recentf-dialog-mode-map): Set parent keymap first.
16485 (recentf-dialog-mode): Define with define-derived-mode.
16486 Don't display continuation lines in dialogs.
16487 (recentf-edit-list): Rename from recentf-edit-selected-items.
16488 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16489 Simplify.
16490 (recentf-edit-list-validate): New function.
16491 (recentf-edit-list): Update accordingly.
16492 (recentf-open-files-item-shift): Remove.
16493 (recentf-open-files-item): Convert menu elements into tree and
16494 link widgets. Don't create the widgets.
16495 (recentf-open-files): Update accordingly.
16496 (recentf-save-list): Untabify.
16497
16498 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16499
16500 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16501 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16502 partially contained in the active region. Do not take active
16503 region into account when called from Lisp, unless INTERACTIVE arg
16504 is non-nil. Use `forward-line' instead of `beginning-of-line' to
16505 avoid trouble with fields. Make marker point nowhere when no
16506 longer used. Always return nil. Doc fix.
16507 (flush-lines): Add INTERACTIVE arg. Do not take active region
16508 into account when called from Lisp, unless INTERACTIVE arg is
16509 non-nil. Use `forward-line' instead of `beginning-of-line' to
16510 avoid trouble with fields. Make marker point nowhere when no
16511 longer used. Always return nil. Doc fix.
16512 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16513 interchangeable. Do not take active region into account when
16514 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16515 message in echo area when called from Lisp, unless INTERACTIVE arg
16516 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16517 Return the number of matches. Doc fix.
16518 (occur): Doc fix.
16519 (perform-replace): Make comment follow double space convention for
16520 the sake of `outline-minor-mode'.
16521
16522 * faces.el (facep): Doc fix.
16523
16524 2005-06-25 Richard M. Stallman <rms@gnu.org>
16525
16526 * facemenu.el (facemenu-enable-faces-p): New function.
16527 (facemenu-background-menu, facemenu-foreground-menu)
16528 (facemenu-face-menu): Add menu-enable property.
16529
16530 * jka-compr.el (jka-compr-insert-file-contents):
16531 Special handling if cannot find the uncompression program.
16532
16533 * cus-face.el (custom-face-attributes): Add autoload.
16534
16535 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16536 Bind comment-indent-function locally.
16537
16538 * window.el (save-selected-window): Use save-current-buffer.
16539
16540 * subr.el (with-selected-window): Use save-current-buffer.
16541
16542 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16543 and with-current-buffer.
16544
16545 2005-06-24 Richard M. Stallman <rms@gnu.org>
16546
16547 * simple.el (line-move-1): Fix previous change.
16548
16549 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16550
16551 * replace.el (occur-1): Set `buffer-read-only' and the
16552 buffer-modified flag before running `occur-hook' to protect
16553 against unintentional buffer switches that can lead to data loss.
16554
16555 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16556
16557 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16558 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16559 initial error.
16560
16561 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16562 after fresh input.
16563 (gdb-var-create-handler): Put name of expression in quotes.
16564
16565 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16566
16567 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16568 elements of RING in order, and without bogus nil elements.
16569
16570 2005-06-23 Richard M. Stallman <rms@gnu.org>
16571
16572 * simple.el (set-variable): Args renamed; doc fix.
16573 (line-move-1): When there are overlays around, use vertical-motion.
16574
16575 * faces.el (escape-glyph): Use brown against light background.
16576 (nobreak-space): Rename from no-break-space.
16577 Fix previous change.
16578
16579 * dired-aux.el (dired-do-copy): Fix arg prompt.
16580
16581 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16582
16583 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16584
16585 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16586 rather than "Distributor".
16587
16588 2005-06-23 Lute Kamstra <lute@gnu.org>
16589
16590 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16591 (debug-on-entry): Use it. New interactive declaration that uses
16592 function-called-at-point.
16593
16594 2005-06-23 Kim F. Storm <storm@cua.dk>
16595
16596 * subr.el (save-match-data): Add comment about using evaporate arg
16597 to set-match-data.
16598
16599 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16600
16601 * cus-edit.el (customize-face)
16602 (customize-face-other-window): Handle face aliases.
16603
16604 * faces.el (face-documentation, set-face-attribute)
16605 (face-spec-set): Handle face aliases.
16606
16607 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
16608
16609 * help-mode.el (help-make-xrefs): If a symbol representing a face
16610 name is not followed by the word "face", it could still be a
16611 function or variable name, so don't bypass other checks.
16612
16613 2005-06-22 Juri Linkov <juri@jurta.org>
16614
16615 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16616 Replace aliased functions with calls where second arg `inherit' is t.
16617
16618 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
16619
16620 * progmodes/gdb-ui.el (gdb-error): New variable.
16621 (gdb-error): New function.
16622 (gdb-annotation-rules): Act on error-begin and error annotations.
16623 (gdb-concat-output): Use font-lock-warning-face for errors.
16624
16625 2005-06-22 Miles Bader <miles@gnu.org>
16626
16627 * bindings.el (propertized-buffer-identification): Use renamed
16628 `Buffer-menu-buffer' face.
16629
16630 * faces.el (vertical-border): Rename from `vertical-divider'.
16631 (escape-glyph): Change dark-background color back to `cyan'.
16632
16633 2005-06-21 Juri Linkov <juri@jurta.org>
16634
16635 * faces.el (face-user-default-spec): Try getting `customized-face'
16636 prior to `saved-face'.
16637 (frame-background-mode): Refill docstring.
16638
16639 * emacs-lisp/lisp-mode.el (eval-defun-1):
16640 * emacs-lisp/edebug.el (edebug-eval-defun):
16641 Set `saved-face' temporarily to nil before calling form.
16642 Set `customized-face' to the new spec after that.
16643
16644 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16645
16646 * subr.el (1value, lambda, key-substitution-in-progress):
16647 Doc fixes.
16648
16649 * autoinsert.el (auto-insert-alist):
16650 * ses.el (ses-call-printer):
16651 * subr.el (noreturn):
16652 * emacs-lisp/lisp.el (check-parens):
16653 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16654 * net/browse-url.el (browse-url-mosaic):
16655 * progmodes/cc-defs.el (c-safe-scan-lists):
16656 * progmodes/ebnf-abn.el (ebnf-abn-lex):
16657 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16658 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16659 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16660 * progmodes/ebnf-iso.el (ebnf-iso-lex):
16661 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16662
16663 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16664
16665 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16666
16667 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
16668
16669 * calendar/appt.el (appt-make-list): Activate the package, if
16670 not already active (for backwards compatibility).
16671
16672 2005-06-20 Kim F. Storm <storm@cua.dk>
16673
16674 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
16675
16676 2005-06-20 Miles Bader <miles@gnu.org>
16677
16678 * faces.el (vertical-divider): New face.
16679
16680 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
16681
16682 * simple.el (kill-whole-line): Doc fix.
16683 (next-error-buffer-p, next-error-find-buffer)
16684 (clone-indirect-buffer): Fix typos in docstrings.
16685 (comment-line-break-function): Doc fix: don't say variable
16686 is automatically buffer-local (it isn't).
16687
16688 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
16689
16690 * net/tramp-ftp.el (top):
16691 * net/tramp-smb.el (top):
16692 * net/tramp-util.el (top):
16693 * net/tramp-uu.el (top):
16694 * net/tramp-vc.el (top):
16695 * net/tramp.el (top): Revert copyright years back to original
16696 ones. Tramp has a life outside GNU Emacs.
16697
16698 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
16699
16700 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
16701
16702 2005-06-18 Juri Linkov <juri@jurta.org>
16703
16704 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
16705 end of first regexp to limit the match to the position between
16706 line number and source line with same separator character as used
16707 between file name and line number. In the second regexp limit
16708 mouse-face area to file name and line number by adding new group
16709 for them and referring it in HYPERLINK arg.
16710 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
16711 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
16712 previous line where grep markers may be already removed.
16713
16714 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
16715
16716 * progmodes/ps-mode.el: Update version and maintainer's email address.
16717
16718 2005-06-18 Steve Youngs <steve@xemacs.org>
16719
16720 * net/browse-url.el (browse-url-browser-function)
16721 (browse-url-default-browser): Add firefox.
16722 (browse-url-firefox-program, browse-url-firefox-arguments)
16723 (browse-url-firefox-startup-arguments)
16724 (browse-url-firefox-new-window-is-tab): New defcustoms.
16725 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
16726
16727 2005-06-17 Richard M. Stallman <rms@gnu.org>
16728
16729 * startup.el (command-line): Warn if specified user name has
16730 no home directory.
16731
16732 * term.el (term-get-old-input, term-input-filter, term-input-sender)
16733 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
16734
16735 * longlines.el (longlines-mode, longlines-show-hard-newlines):
16736 Doc fixes.
16737
16738 * faces.el (underline): Try bold if terminal doesn't support underline.
16739
16740 * mail/sendmail.el (mail-setup-with-from): New variable.
16741 (mail-insert-from-field): New function.
16742 (sendmail-send-it): Call it.
16743 (mail-setup): Optionally call it here.
16744
16745 * term/linux.el: Call tty-no-underline.
16746
16747 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
16748
16749 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
16750
16751 2005-06-17 Miles Bader <miles@gnu.org>
16752
16753 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
16754 (ediff-current-diff-C, ediff-current-diff-Ancestor)
16755 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
16756 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
16757 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
16758 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
16759 Remove "-face" suffix from face names.
16760 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16761 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16762 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16763 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16764 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16765 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16766 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16767 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16768 New backward-compatibility aliases for renamed faces.
16769 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16770 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16771 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16772 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16773 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16774 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16775 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16776 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16777 Use renamed ediff faces.
16778
16779 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
16780 Remove "-face" suffix from face names.
16781 (eshell-test-ok-face, eshell-test-failed-face):
16782 New backward-compatibility aliases for renamed faces.
16783 (eshell-run-test): Use renamed eshell-test faces.
16784
16785 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
16786 face name.
16787 (eshell-prompt-face): New backward-compatibility alias for renamed
16788 face.
16789 (eshell-emit-prompt): Use renamed eshell-prompt face.
16790
16791 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
16792 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
16793 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
16794 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
16795 Remove "-face" suffix from face names.
16796 (eshell-ls-directory-face, eshell-ls-symlink-face)
16797 (eshell-ls-executable-face, eshell-ls-readonly-face)
16798 (eshell-ls-unreadable-face, eshell-ls-special-face)
16799 (eshell-ls-missing-face, eshell-ls-archive-face)
16800 (eshell-ls-backup-face, eshell-ls-product-face)
16801 (eshell-ls-clutter-face):
16802 New backward-compatibility aliases for renamed faces.
16803 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
16804
16805 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
16806 Remove "-face" suffix from face name.
16807 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
16808 instead of literal face.
16809
16810 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
16811
16812 * emacs-lisp/warnings.el (display-warning, lwarn)
16813 (warning-minimum-log-level): Doc fixes.
16814 (warning-minimum-level, warning-minimum-log-level):
16815 Add :debug to :type choices.
16816
16817 * progmodes/ada-mode.el (ada-format-paramlist)
16818 (ada-get-indent-case, ada-check-matching-start)
16819 (ada-check-defun-name, ada-goto-matching-decl-start)
16820 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
16821 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
16822 (ada-make-subprogram-body): Follow error conventions.
16823 (ada-case-exception-file, ada-indent-comment-as-code)
16824 (ada-indent-handle-comment-special, ada-indent-renames)
16825 (ada-indent-return, ada-search-directories-internal)
16826 (ada-tab-policy, ada-case-exception-substring)
16827 (ada-other-file-alist, ada-matching-start-re)
16828 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
16829 (ada-imenu-generic-expression, ada-compile-goto-error)
16830 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
16831 (ada-popup-menu, ada-add-extensions, ada-mode)
16832 (ada-region-selected, ada-create-case-exception)
16833 (ada-create-case-exception-substring, ada-after-keyword-p)
16834 (ada-activate-keys-for-case, ada-adjust-case-region)
16835 (ada-adjust-case-buffer, ada-format-paramlist)
16836 (ada-scan-paramlist, ada-insert-paramlist)
16837 (ada-indent-newline-indent)
16838 (ada-indent-newline-indent-conditional)
16839 (ada-justified-indent-current, ada-goto-previous-word)
16840 (ada-indent-current, ada-get-indent-open-paren)
16841 (ada-get-indent-paramlist, ada-get-indent-end)
16842 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
16843 (ada-get-indent-block-start, ada-get-indent-subprog)
16844 (ada-get-indent-noindent, ada-get-indent-label)
16845 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
16846 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
16847 (ada-goto-stmt-end, ada-goto-next-word)
16848 (ada-check-matching-start, ada-check-defun-name)
16849 (ada-goto-matching-decl-start, ada-goto-matching-start)
16850 (ada-goto-matching-end, ada-search-ignore-string-comment)
16851 (ada-in-decl-p, ada-looking-at-semi-or)
16852 (ada-looking-at-semi-private, ada-in-paramlist-p)
16853 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
16854 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
16855 (ada-next-procedure, ada-previous-procedure, ada-next-package)
16856 (ada-previous-package, ada-create-menu)
16857 (ada-fill-comment-paragraph-justify)
16858 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
16859 (ada-other-file-name, ada-last-which-function-line)
16860 (ada-last-which-function-subprog, ada-which-function)
16861 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
16862 (ada-gen-treat-proc, ada-check-emacs-version)
16863 (ada-continuation-indent, ada-align-region-separate):
16864 Fix typos in docstrings.
16865 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
16866
16867 2005-06-16 Lute Kamstra <lute@gnu.org>
16868
16869 * simple.el (fundamental-mode): Run after-change-major-mode-hook
16870 conditionally.
16871
16872 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16873
16874 * comint.el (comint-replace-by-expanded-filename)
16875 (comint-prompt-regexp, comint-delimiter-argument-list)
16876 (comint-preinput-scroll-to-bottom):
16877 * info.el (Info-hide-cookies-node):
16878 * ls-lisp.el (ls-lisp-classify):
16879 * find-file.el (ff-search-directories, ff-special-constructs)
16880 (ff-find-other-file):
16881 * font-lock.el (font-lock-keywords):
16882 * shell.el (shell-prompt-pattern)
16883 (shell-dynamic-complete-functions, shell-mode)
16884 (shell-delimiter-argument-list):
16885 * term.el (term-replace-by-expanded-filename)
16886 (term-prompt-regexp, term-delimiter-argument-list):
16887 * woman.el (woman-ignore, woman0-if):
16888 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
16889 * emacs-lisp/elint.el (elint-init-env):
16890 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
16891 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
16892 * language/ethio-util.el (ethio-tilde-escape)
16893 (ethio-use-three-dot-question):
16894 * net/zone-mode.el (zone-mode-load-time-setup):
16895 * progmodes/cc-align.el (c-lineup-argcont):
16896 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
16897 * progmodes/cperl-mode.el (cperl-set-style-back):
16898 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16899 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
16900 Fix spellings in docstrings.
16901
16902 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
16903 * progmodes/modula2.el (m2-for): Fix spellings.
16904
16905 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
16906
16907 * simple.el (undo-more): Don't use `format' on `error' arguments.
16908 Improve argument/docstring consistency.
16909 (pending-undo-list): Doc fix.
16910
16911 * smerge-mode.el (smerge-ensure-match):
16912 * emulation/vip.el (vip-ex):
16913 * net/zone-mode.el (zone-mode-update-serial):
16914 * progmodes/idlwave.el (idlwave-complete):
16915 * progmodes/vhdl-mode.el (vhdl-visit-file)
16916 (vhdl-compose-wire-components):
16917 Don't use `format' on `error' arguments.
16918
16919 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
16920 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
16921 (tooltip-help-tips): Fix typos in docstrings.
16922
16923 2005-06-16 David Ponce <david@dponce.com>
16924
16925 * tree-widget.el (tree-widget-value-create): Simplify last change.
16926
16927 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
16928
16929 * ido.el (ido-incomplete-regexp): New variable.
16930 (ido-set-matches-1): Handle invalid-regexp error and set
16931 ido-incomplete-regexp.
16932 (ido-incomplete-regexp): New face.
16933 (ido-completions): Use it.
16934 (ido-complete, ido-exit-minibuffer, ido-completions):
16935 Handle incomplete regexps.
16936 (ido-completions): Add check for complete match when entering a regexp.
16937
16938 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
16941
16942 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16943
16944 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
16945 by field delimiters.
16946
16947 2005-06-15 David Ponce <david@dponce.com>
16948
16949 * tree-widget.el: eval-and-compile inlined functions so they will
16950 be available at run-time too.
16951 (tree-widget-super-format-handler)
16952 (tree-widget-format-handler): Remove.
16953 (tree-widget-value-create): Handle the :indent property.
16954
16955 2005-06-15 Miles Bader <miles@gnu.org>
16956
16957 * progmodes/which-func.el (which-func): Only inherit
16958 `font-lock-function-name-face' when that makes sense against the
16959 default mode-line face, otherwise set the face color explicitly.
16960
16961 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
16962 faces instead of (non-existent) variables.
16963
16964 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
16965
16966 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
16967 (iswitchb-get-matched-buffers): Likewise. Simplify.
16968
16969 2005-06-14 Miles Bader <miles@gnu.org>
16970
16971 * progmodes/ld-script.el (ld-script-location-counter):
16972 Remove "-face" suffix from face name.
16973 (ld-script-location-counter-face):
16974 New backward-compatibility alias for renamed face.
16975 (ld-script-location-counter-face): Use renamed face.
16976
16977 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
16978 (cperl-hash): Remove "-face" suffix from face names.
16979 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
16980 New backward-compatibility aliases for renamed faces.
16981 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
16982 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
16983
16984 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
16985 name.
16986 (which-func-face): New backward-compatibility alias for renamed face.
16987 (which-func-format): Use renamed which-func face.
16988
16989 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
16990 (vhdl-function, vhdl-directive, vhdl-reserved-word)
16991 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
16992 names.
16993 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
16994 (vhdl-speedbar-configuration, vhdl-speedbar-package)
16995 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
16996 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
16997 (vhdl-speedbar-architecture-selected)
16998 (vhdl-speedbar-configuration-selected)
16999 (vhdl-speedbar-package-selected)
17000 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17001 names.
17002 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17003 Use renamed faces.
17004 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17005 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17006 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17007 Use renamed faces.
17008 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17009 names.
17010 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17011 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17012 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17013 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17014 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17015 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17016
17017 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17018 face name.
17019 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17020 (sh-heredoc-face): Use renamed sh-heredoc face.
17021
17022 * progmodes/idlw-help.el (idlwave-help-link):
17023 Remove "-face" suffix from face name.
17024 (idlwave-help-link-face):
17025 New backward-compatibility alias for renamed face.
17026 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17027
17028 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17029 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17030 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17031 New backward-compatibility aliases for renamed faces.
17032 (idlwave-shell-disabled-breakpoint-face)
17033 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17034
17035 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17036 Remove "-face" suffix from face names.
17037 (flymake-errline-face, flymake-warnline-face):
17038 New backward-compatibility aliases for renamed faces.
17039 (flymake-highlight-line): Use renamed flymake faces.
17040
17041 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17042 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17043 (ebrowse-member-class, ebrowse-progress):
17044 Remove "-face" suffix from face names.
17045 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17046 (ebrowse-file-name-face, ebrowse-default-face)
17047 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17048 (ebrowse-progress-face):
17049 New backward-compatibility aliases for renamed faces.
17050 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17051 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17052 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17053 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17054
17055 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17056 antlr-syntax)
17057 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17058 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17059 names.
17060 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17061 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17062 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17063 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17064 backward-compatibility aliases for renamed faces.
17065 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17066 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17067 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17068 remove "font-lock-". Use renamed antlr-mode faces.
17069 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17070 literal face-names with face variable references.
17071
17072 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17073 face name.
17074 (Buffer-menu-buffer-face): New backward-compatibility alias for
17075 renamed face.
17076 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17077
17078 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17079
17080 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17081 Eliminate "-face" suffix.
17082 (makefile-targets): Inherit from font-lock-function-name-face and
17083 eliminate "-face" suffix.
17084 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17085 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17086 actions, instead of prepending, to make it less visible.
17087 (makefile-previous-dependency, makefile-match-dependency):
17088 Don't match a target on a continuation line.
17089
17090 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17091
17092 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17093
17094 * progmodes/gdb-ui.el (menu): Re-order menu items.
17095 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17096
17097 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17098 Define in tooltip.el.
17099 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17100 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17101 gud-tooltip-echo-area.
17102
17103 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17104 backward compatibility and make obsolete.
17105 (tooltip-help-tips): Use tooltip-use-echo-area.
17106 (tooltip-show-help-function): Rename to...
17107 (tooltip-show-help): ...this, because it is a function.
17108 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17109
17110 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17111
17112 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17113 (edebug-print-length, edebug-print-level, edebug-print-circle)
17114 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17115 (edebug-eval-print-last-sexp): Doc fixes.
17116
17117 2005-06-14 Kim F. Storm <storm@cua.dk>
17118
17119 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17120 as the coverage buffer/file/both may change.
17121
17122 2005-06-14 Lute Kamstra <lute@gnu.org>
17123
17124 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17125 and run-mode-hooks. Simplify.
17126
17127 * mail/rmailedit.el (rmail-edit-mode):
17128 * progmodes/octave-inf.el (inferior-octave-mode):
17129 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17130
17131 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17132 and run-mode-hooks.
17133 (recentf-edit-list, recentf-open-files): Don't call
17134 kill-all-local-variables directly.
17135
17136 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17137
17138 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17139
17140 * emacs-lisp/byte-run.el (make-obsolete)
17141 (define-obsolete-function-alias): Rename arguments FUNCTION and
17142 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17143 (make-obsolete-variable, define-obsolete-variable-alias):
17144 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17145 respectively.
17146
17147 * isearchb.el (isearchb-activate):
17148 * pcvs.el (cvs-mode):
17149 * ses.el (ses-load):
17150 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17151 * net/tramp.el (tramp-find-file-exists-command)
17152 (tramp-find-shell):
17153 * progmodes/ada-mode.el (ada-create-case-exception)
17154 (ada-create-case-exception-substring, ada-make-subprogram-body):
17155 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17156 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17157 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17158 * textmodes/org.el (org-promote, org-evaluate-time-range)
17159 (org-agenda-next-date-line, org-agenda-previous-date-line)
17160 (org-agenda-error, org-open-at-point, org-table-move-row)
17161 (org-format-table-table-html-using-table-generate-source)
17162 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17163 * textmodes/reftex.el (reftex-access-scan-info):
17164 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17165 (reftex-toc-promote-prepare): Follow error conventions.
17166
17167 * diff-mode.el (diff-mode): Fix typo in docstring.
17168
17169 * forms.el (forms--intuit-from-file): Fix reference to
17170 `forms-number-of-fields' in error message.
17171 (forms-print): Fix quoting in error message.
17172
17173 * forms.el (forms-mode):
17174 * emulation/vi.el (vi-goto-insert-state):
17175 * progmodes/flymake.el (flymake-new-err-info)
17176 (flymake-start-syntax-check-for-current-buffer)
17177 (flymake-simple-cleanup):
17178 * eshell/esh-var.el (eshell/export):
17179 * progmodes/gud.el (xdb):
17180 * textmodes/flyspell.el (flyspell-incorrect-hook)
17181 (flyspell-maybe-correct-transposition)
17182 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17183
17184 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17185
17186 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17187 minibuffer prompt.
17188
17189 2005-06-13 Kim F. Storm <storm@cua.dk>
17190
17191 * subr.el (add-to-ordered-list): New defun.
17192
17193 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17194 add cua--keymap-alist to emulation-mode-map-alists.
17195
17196 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17197
17198 * subr.el (complete-in-turn): New macro.
17199 (dynamic-completion-table, lazy-completion-table): Add debug info.
17200
17201 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17202 in preference to face aliases.
17203
17204 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17205 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17206 Remove unused vars `start' and `firstline'.
17207 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17208 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17209
17210 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17211
17212 * cus-start.el (all): Don't complain about missing GTK-related
17213 variables, unless either `gtk' is boundp or this isn't a
17214 `windows-nt' build.
17215
17216 2005-06-13 Lute Kamstra <lute@gnu.org>
17217
17218 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17219 run-mode-hooks.
17220
17221 * ediff-mult.el (ediff-meta-mode):
17222 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17223
17224 * ledit.el (ledit-mode): Use delay-mode-hooks.
17225
17226 * woman.el (woman-mode-line-format): Delete constant.
17227 (woman-mode-map): Initialize it properly.
17228 (woman-mode): Set mode-class property to special.
17229 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17230 Set major-mode and mode-name. Don't set mode-line-format directly.
17231 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17232
17233 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17234 string argument obsolete.
17235
17236 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17237
17238 * textmodes/org.el (org-CUA-compatible): New option.
17239 (org-disputed-keys): New variable.
17240 (org-key): New function.
17241 (orgtbl-make-binding): Add docstring to the created function.
17242 (org-mode): Set paragraph start/separate regexps.
17243 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17244 (org-archive-location, org-archive-mark-done)
17245 (org-archive-stamp-time): New options.
17246 (org-archive-subtree): New command.
17247 (org-fill-paragraph): New function.
17248 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17249 (org-fake-empty-table-line): Function removed.
17250 (org-format-org-table-html): Do not create empty table lines at
17251 separator lines. Improved table header treatment.
17252 (org-link-format): New option.
17253 (org-make-link): New function.
17254 (org-insert-link, org-store-link): Use org-make-link.
17255 (org-open-file): Quote file name for shell command, to allow
17256 spaces in file names.
17257 (org-link-regexp): Fix bug with mailto link.
17258 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17259 New constants.
17260 (org-export-as-html): Deal with the optional angles around a link.
17261 Better treatment of file: links.
17262 (org-open-at-point): Replace @{ and @} with < and >.
17263 (org-run-mode-hooks): Function removed.
17264 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17265
17266 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17267
17268 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17269 MI command -data-list-register-values.
17270 (gdb-post-prompt): Indent properly.
17271
17272 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17273
17274 * hilit-chg.el (highlight-changes-colors): Rename from
17275 `highlight-changes-colours'.
17276 (highlight-changes-colours): Keep as obsolete alias.
17277 (highlight-changes-face-list): Doc fix.
17278 (hilit-chg-make-list): Use `highlight-changes-colors'.
17279
17280 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17281
17282 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17283 defun-prompt-regexp.
17284
17285 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17286
17287 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17288 and cygwin.
17289
17290 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17291 Don't use an old loaddefs.el, as in Makefile.in.
17292
17293 2005-06-12 Lute Kamstra <lute@gnu.org>
17294
17295 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17296
17297 * man.el (Man-mode-map): Initialize it properly.
17298 (Man-mode): Set mode-class property to special.
17299
17300 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17301
17302 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17303
17304 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17305 A newline is needed in the docstring there.
17306
17307 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17308 Doc fixes.
17309
17310 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17311
17312 * printing.el: Doc fix. The menubar is no more changed when printing
17313 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17314 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17315 (pr-version): New version number (6.8.4).
17316 (pr-menu-bind): New command.
17317 (pr-update-menus): Docstring and code fix.
17318 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17319 Docstring fix.
17320 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17321 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17322
17323 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17324
17325 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17326 "Returns" to "return", document useful return values, etc.
17327
17328 2005-06-11 Alan Mackenzie <acm@muc.de>
17329
17330 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17331 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17332 (adaptive-file-function): Minor amendment to doc-string.
17333
17334 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17335
17336 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17337 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17338 Fix :type--it is `integer', not `string'.
17339
17340 * faces.el (modeline-highlight): Rename from (the erroneous)
17341 `modeline-higilight'.
17342
17343 2005-06-11 Lute Kamstra <lute@gnu.org>
17344
17345 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17346 lisp-interaction-mode-map but make it the parent.
17347 (edebug-eval-mode): Use define-derived-mode.
17348
17349 2005-06-11 Andreas Schwab <schwab@suse.de>
17350
17351 * bindings.el: Add binding of `ESC functionkey' for every
17352 `M-functionkey'.
17353 * hexl.el (hexl-mode-map): Likewise.
17354
17355 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17356
17357 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17358 [msft]: update regexp for newer msft compilers.
17359
17360 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17361
17362 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17363 ATTLIST portions of included DTDs.
17364 (xml-parse-dtd): Eliminate use of inefficient match-data.
17365
17366 2005-06-10 Miles Bader <miles@gnu.org>
17367
17368 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17369 (mpuz-text): Remove "-face" suffix from face names.
17370 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17371 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17372 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17373
17374 * play/gomoku.el (gomoku-O, gomoku-X):
17375 Remove "-face" suffix from face names.
17376 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17377 New backward-compatibility aliases for renamed faces.
17378 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17379
17380 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17381
17382 * thumbs.el: Fixes for changes of 2005-06-09.
17383 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17384 as a directory.
17385 (thumbs-thumbname): Remove directory separator from format string;
17386 `thumbs-thumbsdir' now returns a valid directory name.
17387 (thumbs-temp-dir): New defsubst.
17388 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17389 Use it.
17390
17391 * cus-edit.el (minibuffer):
17392 * files.el (make-backup-file-name-function):
17393 * filesets.el (filesets-external-viewers):
17394 * hilit-chg.el (highlight-changes-colours)
17395 (highlight-changes-face-list, highlight-changes-rotate-faces):
17396 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17397 * kmacro.el (kmacro-call-macro):
17398 * log-edit.el (log-edit-changelog-full-paragraphs):
17399 * mouse.el (mouse-1-click-follows-link):
17400 * skeleton.el (skeleton-autowrap):
17401 * subr.el (insert-for-yank-1):
17402 * tempo.el (tempo-insert-region):
17403 * terminal.el (terminal-emulator):
17404 * time.el (display-time-mail-face):
17405 * vc.el (vc-annotate):
17406 * vcursor.el (vcursor-copy-line):
17407 * woman.el (woman-bold-headings, woman-ignore)
17408 (woman-default-faces, woman-monochrome-faces):
17409 * calendar/todo-mode.el (todo-insert-threshold):
17410 * emulation/pc-select.el (pc-select-selection-keys-only)
17411 (pc-selection-mode):
17412 * emulation/vip.el (vip-find-char-forward):
17413 * emulation/viper-cmd.el (viper-find-char-forward):
17414 * international/mule-cmds.el
17415 (select-safe-coding-system-accept-default-p)
17416 (input-method-exit-on-invalid-key):
17417 * international/mule-diag.el (describe-coding-system):
17418 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17419 * net/browse-url.el (browse-url-xterm-program):
17420 * obsolete/lazy-lock.el (lazy-lock-mode):
17421 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17422 (cperl-mode):
17423 * progmodes/cpp.el (cpp-face-light-name-list)
17424 (cpp-face-dark-name-list):
17425 * progmodes/delphi.el (delphi-newline-always-indents):
17426 Fix spellings in docstrings.
17427
17428 * ido.el (ido-mode, ido-file-extensions-order)
17429 (ido-default-file-method, ido-default-buffer-method)
17430 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17431 (ido-decorations, ido-read-file-name-as-directory-commands)
17432 (ido-read-file-name-non-ido, ido-work-directory-list)
17433 (ido-ignore-item-temp-list, ido-current-directory)
17434 (ido-magic-forward-char, ido-enter-find-file)
17435 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17436 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17437
17438 2005-06-10 Lute Kamstra <lute@gnu.org>
17439
17440 * play/dunnet.el (dun-mode): Use define-derived-mode.
17441 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17442 obsolete alias.
17443
17444 * play/doctor.el (doctor-mode-map): Remove defvar.
17445 (doctor-mode): Use define-derived-mode.
17446
17447 * mail/mspools.el (mspools-mode):
17448 * net/eudc-hotlist.el (eudc-hotlist-mode):
17449 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17450
17451 2005-06-10 Miles Bader <miles@gnu.org>
17452
17453 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17454 Remove "-face" suffix from face names.
17455 (flyspell-incorrect-face, flyspell-duplicate-face):
17456 New backward-compatibility aliases for renamed faces.
17457 (flyspell-mode-on, make-flyspell-overlay)
17458 (flyspell-highlight-incorrect-region)
17459 (flyspell-highlight-duplicate-region)
17460 (flyspell-display-next-corrections)
17461 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17462
17463 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17464 from face name.
17465 (texinfo-heading-face): New backward-compatibility alias for
17466 renamed face.
17467 (texinfo-heading-face): Use renamed texinfo-heading face.
17468
17469 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17470 suffix from face names.
17471 (tex-math-face, tex-verbatim-face):
17472 New backward-compatibility aliases for renamed faces.
17473 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17474 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17475 literal face name.
17476
17477 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17478 name.
17479 (table-cell-face): New backward-compatibility alias for renamed face.
17480 (table--put-cell-face-property, table--update-cell-face):
17481 Use renamed table-cell face.
17482
17483 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17484 from face name.
17485 (sgml-namespace-face): New backward-compatibility alias for
17486 renamed face.
17487 (sgml-namespace-face): Use renamed sgml-namespace face.
17488
17489 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17490 (org-level-4, org-level-5, org-level-6, org-level-7)
17491 (org-level-8, org-warning, org-headline-done)
17492 (org-deadline-announce, org-scheduled-today)
17493 (org-scheduled-previously, org-link, org-done, org-table)
17494 (org-time-grid): Remove "-face" suffix from face names.
17495 (org-level-1-face, org-level-2-face, org-level-3-face)
17496 (org-level-4-face, org-level-5-face, org-level-6-face)
17497 (org-level-7-face, org-level-8-face, org-warning-face)
17498 (org-headline-done-face, org-deadline-announce-face)
17499 (org-scheduled-today-face, org-scheduled-previously-face)
17500 (org-link-face, org-done-face, org-table-face)
17501 (org-time-grid-face):
17502 New backward-compatibility aliases for renamed faces.
17503 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17504 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17505 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17506 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17507
17508 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17509 (viper-minibuffer-emacs, viper-minibuffer-insert)
17510 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17511 (viper-search-face, viper-replace-overlay-face)
17512 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17513 (viper-minibuffer-vi-face):
17514 New backward-compatibility aliases for renamed faces.
17515 (viper-search-face, viper-replace-overlay-face)
17516 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17517 (viper-minibuffer-vi-face): Use renamed viper faces.
17518
17519 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17520 Remove "-face" suffix from face names.
17521 (testcover-nohits-face, testcover-1value-face):
17522 New backward-compatibility aliases for renamed faces.
17523 (testcover-mark): Use renamed testcover faces.
17524
17525 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17526 face name.
17527 (diary-button-face): New backward-compatibility alias for renamed face.
17528 (diary-entry): Use renamed diary-button face.
17529
17530 * calendar/calendar.el (diary, calendar-today, holiday)
17531 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17532 (diary-face, calendar-today-face, holiday-face):
17533 New backward-compatibility aliases for renamed faces.
17534 (eval-after-load "facemenu", diary-entry-marker)
17535 (calendar-today-marker, calendar-holiday-marker, diary-face):
17536 Use renamed calendar faces.
17537
17538 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17539 (compare-windows-face): New backward-compatibility alias for
17540 renamed face.
17541 (compare-windows-highlight): Use renamed compare-windows face.
17542
17543 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17544 (strokes-char-face): New backward-compatibility alias for renamed face.
17545 (strokes-encode-buffer): Use renamed strokes-char face.
17546
17547 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17548 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17549 Remove "-face" suffix from face names.
17550 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17551 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17552 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17553 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17554 Use renamed pcvs faces.
17555 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17556 * pcvs-defs.el (cvs-mode-map): Likewise.
17557 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17558
17559 * info.el (info-title-1, info-title-2, info-title-3)
17560 (info-title-4): Remove "-face" suffix from and downcase face names.
17561 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17562 (Info-title-4-face):
17563 New backward-compatibility aliases for renamed faces.
17564 (Info-fontify-node): Use renamed info faces.
17565
17566 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17567 Remove "-face" suffix from face names.
17568 (highlight-changes-face, highlight-changes-delete-face):
17569 New backward-compatibility aliases for renamed faces.
17570 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17571 (hilit-chg-make-list): Use renamed highlight-changes faces.
17572
17573 * generic-x.el (show-tabs-tab, show-tabs-space):
17574 Remove "-face" suffix from face names.
17575 (show-tabs-tab-face, show-tabs-space-face):
17576 New backward-compatibility aliases for renamed faces.
17577 (show-tabs-generic-mode-font-lock-defaults-1)
17578 (show-tabs-generic-mode-font-lock-defaults-2):
17579 Use renamed show-tabs faces.
17580
17581 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17582 (smerge-markers): Remove "-face" suffix from face names.
17583 (smerge-mine-face, smerge-other-face, smerge-base-face)
17584 (smerge-markers-face):
17585 New backward-compatibility aliases for renamed faces.
17586 (smerge-mine-face, smerge-other-face, smerge-base-face)
17587 (smerge-markers-face): Use renamed smerge faces.
17588
17589 * log-view.el (log-view-file, log-view-message): Remove "-face"
17590 suffix from face names.
17591 (log-view-file-face, log-view-message-face):
17592 New backward-compatibility aliases for renamed faces.
17593 (log-view-file-face, log-view-message-face): Use renamed log-view
17594 faces.
17595
17596 * paren.el (show-paren-match, show-paren-mismatch):
17597 Remove "-face" suffix from face names.
17598 (show-paren-match-face, show-paren-mismatch-face):
17599 New backward-compatibility aliases for renamed faces.
17600 (show-paren-function): Use renamed show-paren faces.
17601
17602 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17603 (ruler-mode-margins, ruler-mode-fringes)
17604 (ruler-mode-column-number, ruler-mode-fill-column)
17605 (ruler-mode-comment-column, ruler-mode-goal-column)
17606 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17607 suffix from face names.
17608 (ruler-mode-default-face, ruler-mode-pad-face)
17609 (ruler-mode-margins-face, ruler-mode-fringes-face)
17610 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17611 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17612 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17613 New backward-compatibility aliases for renamed faces.
17614 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17615 (ruler-mode-column-number, ruler-mode-fill-column)
17616 (ruler-mode-comment-column, ruler-mode-goal-column)
17617 (ruler-mode-tab-stop, ruler-mode-current-column)
17618 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17619 faces.
17620
17621 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17622 face name.
17623 (whitespace-highlight-the-space): Use renamed face.
17624 (whitespace-highlight-face): New backward-compatibility alias for
17625 renamed face.
17626
17627 * woman.el (woman-italic, woman-bold, woman-unknown)
17628 (woman-addition, woman-symbol-face):
17629 Remove "-face" suffix from face names.
17630 (woman-italic-face, woman-bold-face, woman-unknown-face)
17631 (woman-addition-face):
17632 New backward-compatibility aliases for renamed faces.
17633 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17634 (woman-decode-region, woman-replace-match)
17635 (woman-display-extended-fonts, woman-special-characters)
17636 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17637 Use renamed woman faces.
17638
17639 * longlines.el (longlines-visible-face): Face removed.
17640
17641 * diff-mode.el (diff-header, diff-file-header, diff-index)
17642 (diff-hunk-header, diff-removed, diff-added, diff-changed)
17643 (diff-function, diff-context, diff-nonexistent): Remove "-face"
17644 suffix from face names.
17645 (diff-header-face, diff-file-header-face, diff-index-face)
17646 (diff-hunk-header-face, diff-removed-face, diff-added-face)
17647 (diff-changed-face, diff-function-face, diff-context-face)
17648 (diff-nonexistent-face): New backward-compatibility aliases for
17649 renamed faces.
17650 (diff-header-face, diff-file-header-face)
17651 (diff-index, diff-index-face, diff-hunk-header)
17652 (diff-hunk-header-face, diff-removed, diff-removed-face)
17653 (diff-added, diff-added-face, diff-changed-face, diff-function)
17654 (diff-function-face, diff-context-face, diff-nonexistent)
17655 (diff-nonexistent-face): Use renamed diff-mode faces.
17656
17657 * progmodes/compile.el (compilation-warning-face)
17658 (compilation-info-face): Remove "-face" suffix from face names.
17659 (compilation-warning-face, compilation-info-face):
17660 New backward-compatibility aliases for renamed faces.
17661 (compilation-warning-face, compilation-info-face):
17662 Use renamed compilation faces.
17663
17664 * add-log.el (change-log-date, change-log-name)
17665 (change-log-email, change-log-file, change-log-list)
17666 (change-log-conditionals, change-log-function)
17667 (change-log-acknowledgement): Remove "-face" suffix from face names.
17668 (change-log-date-face, change-log-name-face)
17669 (change-log-email-face, change-log-file-face)
17670 (change-log-list-face, change-log-conditionals-face)
17671 (change-log-function-face, change-log-acknowledgement-face):
17672 New backward-compatibility aliases for renamed faces.
17673 (change-log-font-lock-keywords): Use renamed change-log faces.
17674
17675 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17676 (custom-set, custom-changed, custom-saved, custom-button)
17677 (custom-button-pressed, custom-documentation, custom-state)
17678 (custom-comment, custom-comment-tag, custom-variable-tag)
17679 (custom-variable-button, custom-face-tag, custom-group-tag-1)
17680 (custom-group-tag): Remove "-face" suffix from face names.
17681 (custom-magic-alist, custom-magic-value-create)
17682 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
17683 (custom-invalid-face, custom-rogue-face, custom-modified-face)
17684 (custom-set-face, custom-changed-face, custom-saved-face)
17685 (custom-button-face, custom-button-pressed-face)
17686 (custom-documentation-face, custom-state-face)
17687 (custom-comment-face, custom-comment-tag-face)
17688 (custom-variable-tag-face, custom-variable-button-face)
17689 (custom-face-tag-face, custom-group-tag-face-1)
17690 (custom-group-tag-face):
17691 New backward-compatibility aliases for renamed faces.
17692
17693 * wid-edit.el (widget-documentation, widget-button)
17694 (widget-field, widget-single-line-field, widget-inactive)
17695 (widget-button-pressed): "-face" suffix removed from face names.
17696 (widget-documentation-face, widget-button-face)
17697 (widget-field-face, widget-single-line-field-face)
17698 (widget-inactive-face, widget-button-pressed-face):
17699 New backward-compatibility aliases for renamed faces.
17700 (widget-documentation-face, widget-button-face)
17701 (widget-button-pressed-face, widget-specify-field)
17702 (widget-specify-inactive): Use renamed widget faces.
17703
17704 2005-06-10 Kenichi Handa <handa@m17n.org>
17705
17706 * term/x-win.el (x-clipboard-yank): Remove condition-case
17707 wrapping.
17708
17709 2005-06-11 Kenichi Handa <handa@m17n.org>
17710
17711 * add-log.el (change-log-font-lock-keywords): Make the regexp for
17712 date lines stricter.
17713
17714 2005-06-10 Zhang Wei <id.brep@gmail.com>
17715
17716 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
17717 of x-get-selection.
17718
17719 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17720
17721 * comint.el (comint-mode, comint-snapshot-last-prompt):
17722 * frame.el (frame-current-scroll-bars):
17723 * term.el (term-mode, term-check-proc, term-input-sender)
17724 (term-simple-send, term-extract-string, term-word)
17725 (term-match-partial-filename):
17726 * window.el (window-current-scroll-bars):
17727 * emulation/cua-base.el (cua-normal-cursor-color)
17728 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
17729 (cua-global-mark-cursor-color):
17730 * mail/undigest.el (rmail-forward-separator-regex):
17731 Fix typos in docstrings.
17732
17733 * comint.el (comint-check-proc, make-comint-in-buffer)
17734 (comint-source-default): Doc fixes.
17735
17736 * term.el (term-send-string): Improve argument/docstring consistency.
17737
17738 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
17739
17740 * comint.el (comint-send-input): Bind `inhibit-read-only' around
17741 call to `delete-region'.
17742 (comint-mode-hook): Do not enable Font Lock by default.
17743
17744 2005-06-09 Lute Kamstra <lute@gnu.org>
17745
17746 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
17747 could be void.
17748
17749 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
17750
17751 * emacs-lisp/debug.el (debugger-will-be-back): New var.
17752 (debug): Use it.
17753 (debugger-step-through, debugger-continue, debugger-jump)
17754 (debugger-return-value): Set it when needed.
17755 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
17756 Use inhibit-read-only.
17757
17758 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
17759
17760 * window.el (shrink-window-if-larger-than-buffer)
17761 (window-size-fixed): Fix typo in docstring.
17762
17763 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
17764 thumbnails directory on loading.
17765 (thumbs-conversion-program): Use `eq' to check the system type,
17766 not `equal'.
17767 (thumbs-temp-dir): Initialize to `temporary-file-directory',
17768 not "/tmp". Fix docstring.
17769 (thumbs-thumbsdir): New function to return the thumbnails
17770 directory, creating it if needed.
17771 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
17772 (thumbs-temp-file): Delete variable and make it into a function.
17773 (thumbs-resize-image, thumbs-modify-image): Use it.
17774 (thumbs-kill-buffer): Simplify.
17775 (thumbs-gensym): Defalias or duplicate CL `gensym'.
17776 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
17777 docstrings.
17778
17779 2005-06-09 Kim F. Storm <storm@cua.dk>
17780
17781 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
17782 set-match-data to free markers in match-data.
17783
17784 * replace.el (replace-match-data): Pass RESEAT arg `t' to
17785 match-data to unchain markers in match-data.
17786
17787 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17788
17789 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
17790 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
17791 unnecessary now.
17792
17793 2005-06-08 Richard M. Stallman <rms@gnu.org>
17794
17795 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
17796 give the variable a doc string that doesn't say don't set it directly.
17797
17798 * textmodes/ispell.el (ispell-check-version):
17799 Use match-string-no-properties.
17800 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
17801 (ispell-buffer-local-words): Likewise.
17802
17803 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
17804 except on terminals with enough colors to really display it.
17805 (makefile-dependency-regex): Delete spurious `bb'.
17806
17807 * faces.el (escape-glyph): Use blue once again in last case.
17808 (no-break-space): Redefine so that it isn't invisible on a tty.
17809
17810 2005-06-08 Kim F. Storm <storm@cua.dk>
17811
17812 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
17813 also when reading directory name.
17814
17815 2005-06-08 Lute Kamstra <lute@gnu.org>
17816
17817 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
17818 (flyspell-mode-line-string): Remove autoload cookie.
17819 (flyspell-mode): Remove defvar.
17820
17821 2005-06-07 Lute Kamstra <lute@gnu.org>
17822
17823 * textmodes/org.el (org-run-mode-hooks): New function.
17824 (org-agenda-mode): Use it.
17825
17826 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
17827
17828 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
17829
17830 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17831
17832 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
17833
17834 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
17835
17836 * font-lock.el (font-lock-add-keywords): Doc fix.
17837
17838 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17839
17840 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
17841 (tex-compile-default): In the absence of any history, use the order in
17842 tex-compile-alist to choose the preferred command.
17843 (tex-compile-commands): Reorder a bit.
17844
17845 * textmodes/flyspell.el (flyspell-auto-correct-binding)
17846 (flyspell-incorrect-face, flyspell-duplicate-face):
17847 Use (X)Emacs-agnostic code.
17848 (flyspell-mode-map): Don't overwrite at each load. Remove code
17849 redundant with the subsequent add-minor-mode. Merge Emacs and
17850 XEmacs code.
17851 (flyspell-word): Minor simplification.
17852 (flyspell-math-tex-command-p): Quieten the byte-compiler.
17853 (flyspell-external-point-words): Remove unused vars `size' and `start'.
17854 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
17855 Merge the corresponding Emacs code.
17856 (flyspell-correct-word, flyspell-xemacs-popup):
17857 Use flyspell-do-correct.
17858
17859 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
17860 a dedicated window.
17861
17862 * international/latexenc.el (latexenc-find-file-coding-system):
17863 Undo part of last patch, to turn off a compiler warning.
17864
17865 2005-06-06 Juri Linkov <juri@jurta.org>
17866
17867 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
17868 Rename `tmm-inactive-face' to `tmm-inactive'.
17869
17870 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
17871
17872 * iswitchb.el: Rename faces.
17873
17874 2005-06-06 Kim F. Storm <storm@cua.dk>
17875
17876 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
17877 (cua-global-mark): Remove -face suffix from face names.
17878
17879 * emulation/cua-gmrk.el (cua--init-global-mark):
17880 Remove cua-global-mark face setup.
17881
17882 2005-06-06 Richard M. Stallman <rms@gnu.org>
17883
17884 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
17885 just like other allowed characters.
17886 (makefile-match-dependency): Exclude leading and training whitespace
17887 from the range of regexp subexp 1.
17888 (makefile-macroassign-regex): Don't try to match the body,
17889 just the name of the macro being defined.
17890
17891 * info.el (Info-read-node-name-2): New function.
17892 (Info-read-node-name-1): Use that.
17893 Add a completion-base-size-function property.
17894
17895 * simple.el (completion-setup-function): Look for
17896 completion-base-size-function property of minibuffer-completion-table.
17897
17898 * files.el (locate-file-completion): Doc fix.
17899
17900 * printing.el: Don't call pr-update-menus; user must do that.
17901
17902 * emacs-lisp/debug.el (debugger-window): New variable.
17903 (debug): Use debugger-window if it is set and still alive.
17904 Record debugger-window for next entry.
17905
17906 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
17907
17908 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
17909
17910 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
17911 (hack-one-local-variable, hack-local-variables)
17912 (hack-local-variables-prop-line): Pass that arg.
17913
17914 2005-06-06 Kim F. Storm <storm@cua.dk>
17915
17916 * ido.el (ido-first-match, ido-only-match, ido-subdir)
17917 (ido-indicator): Remove -face suffix from face names.
17918
17919 2005-06-06 Juri Linkov <juri@jurta.org>
17920
17921 * font-lock.el (font-lock-regexp-backslash)
17922 (font-lock-regexp-backslash-construct): New faces.
17923 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
17924 after `('. Add `while-no-input' to control structures.
17925
17926 * faces.el (no-break-space, shadow): New faces.
17927 (escape-glyph): Use less loud colors pink2 and red4.
17928
17929 * diff-mode.el (diff-context-face)
17930 * dired.el (dired-ignored)
17931 * rfn-eshadow.el (file-name-shadow)
17932 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
17933
17934 * info.el (Info-title-1-face): Use green instead of yellow because
17935 bold yellow is not readable on light backgrounds.
17936
17937 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
17938 before selecting the desired mode to not spend time fontifying
17939 old contents.
17940
17941 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
17942
17943 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
17944 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
17945
17946 * ps-print.el (ps-default-fg, ps-default-bg):
17947 Fix typos in docstrings.
17948
17949 * isearchb.el (isearchb): Don't pass a spurious second argument to
17950 `iswitchb-completions'.
17951
17952 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
17953
17954 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
17955 to preserve point.
17956 (gdb-find-file-hook): Add doc string.
17957
17958 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
17959 C dereferenced pointer expression.
17960 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
17961
17962 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
17963
17964 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
17965 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
17966 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
17967 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
17968 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
17969 Make background transparent.
17970
17971 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
17972
17973 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
17974 (font-lock-remove-keywords): Doc fix.
17975 (font-lock-mode-major-mode): Compiler defvar.
17976 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
17977
17978 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
17979 (font-lock-mode): Update `font-lock-mode-major-mode'.
17980 (font-lock-set-defaults): Compiler defvar.
17981 (font-lock-default-function): Take `font-lock-mode-major-mode'
17982 into account.
17983
17984 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
17985 keep track of which major mode it enabled the minor mode for.
17986 Use find-file-hook again. Update docstring.
17987
17988 * simple.el (eval-expression-print-level)
17989 (eval-expression-print-length, eval-expression-debug-on-error):
17990 Doc fixes.
17991
17992 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
17993
17994 * iswitchb.el (iswitchb-single-match-face)
17995 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
17996 (iswitchb-invalid-regexp-face): New faces.
17997 (iswitchb-completions): Use them.
17998 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
17999 now marked as an obsolete alias.
18000 (iswitchb-read-buffer): Remove check for bound font variables.
18001 (iswitchb-invalid-regexp): New free variable.
18002 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18003 set iswitchb-invalid-regexp.
18004 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18005 invalid regexps.
18006 (iswitchb-completions): Add check for complete match when entering
18007 a regexp.
18008 (iswitchb-completions): Remove require-match argument.
18009 (iswitchb-exhibit): Fix caller.
18010 (iswitchb-common-match-inserted): New variable.
18011 (iswitchb-complete, iswitchb-completion-help): Use it.
18012
18013 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18014
18015 * url-http.el (url-http-chunked-encoding-after-change-function):
18016 Use `url-http-debug' instead of `message'.
18017
18018 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18019
18020 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18021 callback argument.
18022
18023 2005-06-04 Kim F. Storm <storm@cua.dk>
18024
18025 * simple.el (line-move): Only call sit-for when moving backwards.
18026
18027 * ido.el (ido-make-merged-file-list-1): New defun split from
18028 ido-make-merged-file-list.
18029 (ido-make-merged-file-list): Bind throw-on-input around call to
18030 ido-make-merged-file-list-1. Return input-pending-p if
18031 interrupted by more input available.
18032 (ido-read-internal): Handle input-pending-p return value from
18033 ido-make-merged-file-list.
18034
18035 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18036
18037 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18038 compatibility code.
18039
18040 * international/latexenc.el (latexenc-find-file-coding-system):
18041 Don't inherit the EOL part of the coding-system from the
18042 tex-main buffer. Fit within 80 columns.
18043
18044 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18045
18046 * tmm.el (tmm-inactive-face): New face.
18047 (tmm-remove-inactive-mouse-face): New function.
18048 (tmm-prompt, tmm-add-one-shortcut)
18049 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18050 but not selectable.
18051
18052 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18053
18054 * faces.el (face-equal): Improve argument/docstring consistency.
18055
18056 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18057
18058 * progmodes/make-mode.el (makefile-targets-face)
18059 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18060 (makefile-bsdmake-dependency-regex)
18061 (makefile-makepp-rule-action-regex)
18062 (makefile-bsdmake-rule-action-regex): New constants.
18063 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18064
18065 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18066 Allow (...) within `...' for makepp messages.
18067
18068 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18069
18070 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18071
18072 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18073 "." files are deleted from all file lists before comparison.
18074
18075 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18076 (viper-ESC-key): Made them customizable.
18077
18078 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18079
18080 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18081
18082 * autorevert.el (auto-revert-buffers): Use save-match-data.
18083
18084 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18085
18086 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18087 menu items with a nil command binding.
18088
18089 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18090
18091 * emacs-lisp/cl-macs.el (defsetf):
18092 Improve argument/docstring consistency.
18093
18094 * faces.el (list-faces-display): Improve the formatting by
18095 computing the maximum length required for any face-name (reworked
18096 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18097 (internal-find-face): Remove redundant info in docstring.
18098
18099 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18100
18101 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18102 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18103 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18104 (gdb-assembler-custom): Improve regexps.
18105 (def-gdb-auto-update-handler): Use window point to preserve point.
18106
18107 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18108
18109 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18110
18111 2005-05-31 Jay Belanger <belanger@truman.edu>
18112
18113 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18114 to calc-embedded.
18115 (calc-embedded-make-info): Have plain prefix argument select
18116 entire line.
18117
18118 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18119
18120 * faces.el (list-faces-display): Signal error if passed a regexp
18121 that matches no face name.
18122
18123 * simple.el (filter-buffer-substring): Fix typo in docstring.
18124
18125 2005-05-31 Richard M. Stallman <rms@gnu.org>
18126
18127 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18128 (vhdl-emacs-21): Doc fix.
18129 (vhdl-mode): Unconditionally set comment-padding.
18130 (vhdl-fixup-whitespace-region): Insert spaces only where
18131 there are none.
18132 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18133
18134 2005-05-30 John Wiegley <johnw@newartisans.com>
18135
18136 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18137 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18138 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18139 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18140 `string-to-number'.
18141
18142 2005-05-30 Jay Belanger <belanger@truman.edu>
18143
18144 * calc/calc.el (calc-bug-address): Fix docstring.
18145 (calc-window-hook, calc-trail-window-hook): New variables.
18146 (calc-trail-display): Restore use of calc-trail-window-hook.
18147 (calc): Restore use of calc-window-hook.
18148
18149 2005-05-31 Masatake YAMATO <jet@gyve.org>
18150
18151 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18152
18153 * help-fns.el (help-C-file-name): Add autoload mark for
18154 `find-function-noselect'.
18155
18156 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18157
18158 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18159 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18160
18161 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18162
18163 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18164 included diary buffer if it was not already being visited.
18165 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18166
18167 * calendar/icalendar.el (top-level): Do not require appt.
18168
18169 * mail/supercite.el (sc-select-attribution): Only use a list
18170 element from sc-attrib-selection-list if it returns a string.
18171 Reported by Davide G. M. Salvetti <salve@debian.org>.
18172
18173 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18174
18175 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18176 includes a hash value to improve its uniqueness, and has a ".jpg"
18177 extension. Also, it is now a valid filename on all systems.
18178 (thumbs-make-thumb): Use `let', not `let*'.
18179 (thumbs-show-thumbs-list): Check for JPEG availability.
18180
18181 2005-05-30 Richard M. Stallman <rms@gnu.org>
18182
18183 * filesets.el (filesets-menu-ensure-use-cached):
18184 Prevent warning when emacs-version>= is undefined.
18185
18186 * printing.el (pr-interactive-n-up): Use string-to-number.
18187
18188 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18189
18190 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18191 Warn only when name to be defined is quoted.
18192
18193 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18194
18195 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18196 Make regexp more robust.
18197 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18198 Force regeneration of disassembly.
18199
18200 2005-05-29 Jay Belanger <belanger@truman.edu>
18201
18202 * calc/calc.el (calc-user-invocation): Check if
18203 calc-invocation-macro is non-nil.
18204
18205 2005-05-29 Juri Linkov <juri@jurta.org>
18206
18207 * add-log.el (change-log-font-lock-keywords):
18208 Add `+' to e-mail regexp to accept mail address with keywords.
18209
18210 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18211
18212 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18213
18214 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18215
18216 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18217
18218 2005-05-29 Richard M. Stallman <rms@gnu.org>
18219
18220 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18221 Undo the change that moves to end of the current word.
18222
18223 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18224
18225 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18226 Throw error when count <= 0 to ensure input is a number.
18227 (gdb-read-memory-custom): Pick up address from buffer.
18228 (gdb-memory-mode): Allow user to increment and decrement
18229 memory address from header line.
18230
18231 2005-05-29 Richard M. Stallman <rms@gnu.org>
18232
18233 * flyspell.el (flyspell-version): Function deleted.
18234 (flyspell-auto-correct-previous-hook): Doc fix.
18235
18236 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18237 Do nothing if memory is full.
18238
18239 * font-lock.el (font-lock-fontify-syntactically-region):
18240 Pass t for GREEDY to looking-back.
18241
18242 * saveplace.el (save-place-alist-to-file): Write the file
18243 using write-region.
18244
18245 * subr.el (looking-back): New argument GREEDY.
18246
18247 * progmodes/compile.el (compilation-start): Set the mode
18248 before inserting the initial text.
18249
18250 * progmodes/which-func.el (which-func-update-1): Turn the mode
18251 off in case of error by setting which-func-mode.
18252
18253 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18254
18255 * flyspell.el (flyspell-auto-correct-previous-word):
18256 Narrow down to what's on the screen, and recenter overlays
18257 at the end of the next word.
18258
18259 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18260
18261 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18262 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18263 (flyspell-abbrev-p): Default to nil.
18264 (flyspell-use-global-abbrev-table-p): Doc fix.
18265 (flyspell-large-region): Allow nil as value.
18266 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18267
18268 (mail-mode-flyspell-verify): More robust handling
18269 of `mail-header-separator'. More efficient signature detection.
18270 Allow for regexp metacharacters in message-header-separator.
18271 Adding `To' not to be checked in mail-mode-flyspell-verify.
18272
18273 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18274 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18275 Bind flyspell-auto-correct-binding.
18276 Bind C-. and C-, .
18277 (flyspell-mode-map): Likewise.
18278 (flyspell-mode): Doc fix.
18279 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18280 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18281 (flyspell-word-cache-result): New var, always local.
18282 (flyspell-check-pre-word-p): Doc fix.
18283 (flyspell-check-changed-word-p): Handle spc like newline.
18284 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18285 (flyspell-word-search-backward, flyspell-word-search-forward):
18286 New functions.
18287 (flyspell-word): Return t if nothing to check.
18288 When parsing TeX code, check for after } or \.
18289 Use flyspell-word-search-backward to find previous word.
18290 Return nil if duplicated word.
18291 For word already checked, return same value as last time.
18292 Set flyspell-word-cache-result after checking.
18293 Don't clobber the return value.
18294 (flyspell-get-word): Major rewrite.
18295 (flyspell-external-point-words): New locals pword, pcount.
18296 Fix size used in progress message.
18297 Find the proper corresponding word in flyspell-large-region-buffer.
18298 (flyspell-region): Check for flyspell-large-region = nil.
18299 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18300 (flyspell-auto-correct-word): Check that WORD is a cons.
18301 (flyspell-correct-word): Likewise.
18302
18303 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18304
18305 * progmodes/make-mode.el (makefile-rule-action-regex)
18306 (makefile-macroassign-regex, makefile-makepp-mode)
18307 (makefile-bsdmake-mode): Continuation lines may be empty.
18308 Reported by Joshua Varner.
18309 (makefile-makepp-font-lock-keywords): Add $(stem).
18310
18311 2005-05-28 Karl Berry <karl@gnu.org>
18312
18313 * textmodes/tex-mode.el: Now that tex-send-command calls
18314 shell-quote-argument (2005-03-31 change), remove all calls to
18315 shell-quote-argument; they all end up invoking tex-send-command.
18316 The double quoting loses on filenames with non-safe characters,
18317 such as "@". Reported by Frederik Fouvry.
18318
18319 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18320
18321 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18322 about preserving point.
18323
18324 2005-05-27 Jay Belanger <belanger@truman.edu>
18325
18326 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18327 Info-goto-node.
18328
18329 * calc/calc-embed.el (calc-embed-arg): New variable.
18330 (calc-do-embedded-activate, calc-embedded-activate-formula)
18331 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18332 variable by new variable.
18333 (calc-embedded-make-info): Replace undeclared variable by new
18334 variable. When selecting region with positive prefix
18335 argument, use end of previous line instead of beginning of line.
18336
18337 * calc/calc-aent.el (calc-arg-values): Declare it.
18338
18339 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18340 Declare them.
18341
18342 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18343
18344 * calc/calc.el (calc-alg-map): Declare it.
18345
18346 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18347
18348 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18349
18350 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18351 (gdb-registers-buffer, toggle-gdb-all-registers):
18352 Toggle display of floating point registers.
18353 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18354
18355 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18356 (toggle-gud-tooltip-dereference):
18357 Rename from gud-toggle-tooltip-dereference.
18358
18359 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18360
18361 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18362
18363 2005-05-27 Jay Belanger <belanger@truman.edu>
18364
18365 * calc/calc-prog.el (calc-kbd-report): Remove.
18366 (calc-kbd-query): Rewrite.
18367
18368 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18369
18370 * image.el (image-library-alist): Move to image.c.
18371 (image-type-available-p): Doc fix.
18372
18373 2005-05-27 Lute Kamstra <lute@gnu.org>
18374
18375 * calc/calc.el (calc):
18376 * outline.el (outline-1, outline-2, outline-3, outline-4)
18377 (outline-5, outline-6, outline-7, outline-8):
18378 * textmodes/dns-mode.el (dns-mode):
18379 * textmodes/sgml-mode.el (sgml-namespace-face):
18380 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18381 (tex-verbatim-face, tex-use-reftex):
18382 * textmodes/texinfo.el (texinfo-heading-face):
18383 Specify customization group.
18384
18385 * longlines.el: Don't require easy-mmode.
18386 (longlines-visible-face): Specify customization group.
18387
18388 2005-05-27 Kenichi Handa <handa@m17n.org>
18389
18390 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18391 encoding table of windows-1251.
18392
18393 * international/ucs-tables.el (ucs-set-table-for-input):
18394 If translation-table-for-input of a coding system is a symbol, get
18395 its translation-table property.
18396
18397 * international/code-pages.el: Don't register a coding system into
18398 non-iso-charset-alist more than once.
18399 (cp-make-coding-system): Likewise.
18400
18401 2005-05-26 John Wiegley <johnw@newartisans.com>
18402
18403 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18404 `eshell-resume-eval' is wrapped in a list, it indicates that the
18405 command was run asynchronously. In that case, unwrap the value
18406 before checking the delimiter value.
18407
18408 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18409 character before a space at the end of a line is \, assume the space
18410 is part of the last argument rather than a final argument separator.
18411
18412 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18413 is in use, and the target is `t' or `nil' (which are the most common
18414 values), don't assume that the symbol target is a buffer.
18415
18416 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18417
18418 * calendar/calendar.el (calendar-mode-line-format):
18419 Use mode-line-highlight as mouse-face.
18420
18421 * time.el (display-time-string-forms, display-time-update):
18422 Use mode-line-highlight as mouse-face.
18423
18424 2005-05-26 Jay Belanger <belanger@truman.edu>
18425
18426 * calc/calc.el (calc-language-alist): Remove extra defvar.
18427
18428 2005-05-26 Lute Kamstra <lute@gnu.org>
18429
18430 * arc-mode.el (archive-mode):
18431 * bookmark.el (bookmark-read-annotation-mode)
18432 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18433 * bs.el (bs-mode):
18434 * calc/calc-yank.el (calc-edit-mode):
18435 * calc/calc.el (calc-mode, calc-trail-mode):
18436 * calculator.el (calculator-mode):
18437 * chistory.el (command-history-mode):
18438 * comint.el:
18439 * cus-edit.el (custom-mode):
18440 * descr-text.el (describe-text-mode):
18441 * ebuff-menu.el (Electric-buffer-menu-mode):
18442 * ediff-util.el (ediff-mode):
18443 * emacs-lisp/re-builder.el (reb-mode):
18444 * emulation/vi.el (vi-mode-setup):
18445 * emulation/ws-mode.el (wordstar-mode):
18446 * eshell/esh-mode.el (eshell-mode):
18447 * forms.el (forms-mode):
18448 * help-mode.el (help-mode):
18449 * hexl.el (hexl-mode):
18450 * ibuffer.el (ibuffer-mode):
18451 * ielm.el (inferior-emacs-lisp-mode):
18452 * info.el (Info-mode, Info-edit-mode):
18453 * international/swedish.el:
18454 * ledit.el (ledit-from-lisp-mode):
18455 * locate.el (locate-mode):
18456 * mail/rmail.el (rmail-mode):
18457 * mail/rmailedit.el (rmail-edit-mode):
18458 * mail/rmailsum.el (rmail-summary-mode):
18459 * mail/supercite.el (sc-electric-mode):
18460 * net/eudc.el (eudc-mode):
18461 * net/quickurl.el (quickurl-list-mode):
18462 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18463 * obsolete/ooutline.el (outline-mode):
18464 * obsolete/options.el (Edit-options-mode):
18465 * obsolete/rnews.el (news-mode):
18466 * obsolete/rnewspost.el (news-reply-mode):
18467 * play/5x5.el (5x5-mode):
18468 * play/decipher.el (decipher-mode, decipher-stats-mode):
18469 * play/gomoku.el (gomoku-mode):
18470 * play/snake.el (snake-mode):
18471 * play/solitaire.el (solitaire-mode):
18472 * play/tetris.el (tetris-mode):
18473 * progmodes/ada-mode.el (ada-mode):
18474 * progmodes/antlr-mode.el (antlr-mode):
18475 * progmodes/autoconf.el (autoconf-mode):
18476 * progmodes/dcl-mode.el (dcl-mode):
18477 * progmodes/delphi.el (delphi-mode):
18478 * progmodes/ebrowse.el (ebrowse-tree-mode)
18479 (ebrowse-electric-list-mode, ebrowse-member-mode)
18480 (ebrowse-electric-position-mode):
18481 * progmodes/f90.el (f90-mode):
18482 * progmodes/fortran.el (fortran-mode):
18483 * progmodes/icon.el (icon-mode):
18484 * progmodes/idlw-help.el (idlwave-help-mode):
18485 * progmodes/idlw-shell.el (idlwave-shell-mode):
18486 * progmodes/idlwave.el (idlwave-mode):
18487 * progmodes/inf-lisp.el (inferior-lisp-mode):
18488 * progmodes/m4-mode.el (m4-mode):
18489 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18490 * progmodes/modula2.el (modula-2-mode):
18491 * progmodes/octave-inf.el (inferior-octave-mode):
18492 * progmodes/octave-mod.el (octave-mode):
18493 * progmodes/pascal.el (pascal-mode):
18494 * progmodes/sh-script.el (sh-mode):
18495 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18496 * progmodes/vhdl-mode.el (vhdl-mode):
18497 * progmodes/xscheme.el (scheme-interaction-mode):
18498 * replace.el (occur-mode):
18499 * ses.el (ses-mode):
18500 * simple.el (completion-list-mode):
18501 * skeleton.el:
18502 * speedbar.el (speedbar-mode):
18503 * term.el (term-mode):
18504 * terminal.el (terminal-edit-mode):
18505 * textmodes/reftex-index.el (reftex-index-mode)
18506 (reftex-index-phrases-mode):
18507 * textmodes/reftex-sel.el (reftex-select-label-mode)
18508 (reftex-select-bib-mode):
18509 * textmodes/reftex-toc.el (reftex-toc-mode):
18510 * wdired.el (wdired-change-to-wdired-mode):
18511 * wid-browse.el (widget-browse-mode):
18512 Use run-mode-hooks.
18513
18514 * array.el (array-mode):
18515 * calendar/todo-mode.el (todo-mode):
18516 * man.el (Man-mode):
18517 * play/landmark.el (lm-mode):
18518 * play/mpuz.el (mpuz-mode):
18519 Use kill-all-local-variables and run-mode-hooks.
18520
18521 * subr.el (delay-mode-hooks): Specify indentation.
18522
18523 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18524
18525 * xml.el (xml-substitute-special): Don't die for undefined xml
18526 entities.
18527
18528 2005-05-26 Jay Belanger <belanger@truman.edu>
18529
18530 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18531 of nil.
18532
18533 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18534
18535 * progmodes/gdb-ui.el (gdb-frame-address):
18536 Rename from gdb-current-address.
18537 (gdb-previous-frame-address): Rename from gdb-previous-address.
18538 (gdb-selected-frame): Rename from gdb-current-frame.
18539 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18540 (gdb-frame-number): Rename from gdb-current-stack-level.
18541 (gdb-ann3): Match new mode-name for disassembly buffer.
18542 Extend initialization of variables.
18543 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18544 (gdb-memory-mode): Use mouse-face in header line.
18545 (gdb-assembler-buffer-name): Call it disassembly and give frame
18546 in mode line.
18547 (gdb-source-spec-regexp, gdb-assembler-custom)
18548 (gdb-invalidate-assembler, gdb-frame-handler):
18549 Make robust to leading zeroes in address format.
18550
18551 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18552
18553 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18554 define `org-mode'.
18555 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18556
18557 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18558
18559 * log-edit.el (log-edit-changelog-entries): Distinguish between
18560 filenames like xfns.c and fns.c.
18561
18562 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18563
18564 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18565 point after reverting.
18566 (Buffer-menu-make-sort-button): Handle the case where
18567 `Buffer-menu-use-header-line' is nil.
18568
18569 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18570
18571 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18572 New funcs. In minibuffer-local-completion-map bind `]', `/'
18573 and `:' to them.
18574
18575 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18576
18577 * startup.el (normal-top-level): Allow modification of load-path while
18578 we're iterating over it.
18579
18580 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18581
18582 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18583 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18584 (thumbs-resize-interactive, thumbs-insert-image)
18585 (thumbs-insert-thumb, thumbs-dired-show-marked)
18586 (thumbs-find-image-at-point, thumbs-delete-images)
18587 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18588 (thumbs-increment-image-size, thumbs-decrement-image-size):
18589 Fix typos in docstrings.
18590
18591 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18592
18593 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18594 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18595 (cperl-mode): Use them.
18596
18597 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18598
18599 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18600 Doc fixes.
18601
18602 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18603
18604 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18605 Bind C-d to gdb-inferior-io-eof.
18606
18607 * dired.el (dired-dnd-popup-notice): Use message-box.
18608
18609 2005-05-23 Masatake YAMATO <jet@gyve.org>
18610
18611 * bindings.el (mode-line-major-mode-keymap):
18612 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18613
18614 * faces.el (mode-line-highlight): New face.
18615
18616 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18617 as mouse-face.
18618
18619 * bindings.el (top-level, help-echo, mode-line-modified)
18620 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18621 as mouse-face.
18622
18623 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
18624
18625 * progmodes/cc-engine.el (c-guess-basic-syntax):
18626 Remove spurious call to `zerop'.
18627
18628 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18629
18630 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
18631
18632 CC Mode update to 5.30.10:
18633
18634 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18635 could go past the limit in decoration level 2, thereby causing
18636 errors during interactive fontification.
18637
18638 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18639 the file is evaluated interactively.
18640
18641 * cc-engine.el (c-guess-basic-syntax): Handle operator
18642 declarations somewhat better in C++.
18643
18644 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18645 make use of `run-mode-hooks' which has been added in Emacs 21.1.
18646 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18647 (awk-mode): Use it.
18648 (make-local-hook): Suppress warning about obsoleteness.
18649
18650 * cc-engine.el, cc-align.el, cc-cmds.el
18651 (c-append-backslashes-forward, c-delete-backslashes-forward)
18652 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18653 Compensate for return value from `forward-line' when it has moved
18654 but not to a different line due to eob.
18655
18656 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18657 `objc-method-intro' and `objc-method-args-cont'.
18658
18659 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
18660
18661 CC Mode update to 5.30.10:
18662
18663 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18664 in the copyright statement. Incidentally, change "along with GNU
18665 Emacs" to "along with this program" where it occurs.
18666
18667 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18668 so that it is interactive, hence can be found by M-x awk-mode
18669 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
18670 <gmorris+emacs@ast.cam.ac.uk>.
18671
18672 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18673 Mode's regexps.
18674
18675 2005-05-23 Kevin Ryde <user42@zip.com.au>
18676
18677 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
18678 c-parse-state, to avoid a lisp error (on bad code).
18679
18680 2005-05-23 Lute Kamstra <lute@gnu.org>
18681
18682 * subr.el (font-lock-defaults): Remove defvar as it's already
18683 defined in font-core.el.
18684
18685 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
18686
18687 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
18688
18689 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
18690 more general and work when GDB variable "print pretty" is on,
18691 as with Emacs, for example.
18692
18693 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
18694
18695 * font-core.el: Update comment.
18696
18697 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18698 Use `after-change-major-mode-hook' instead of `find-file-hook'.
18699
18700 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
18701
18702 2005-05-22 Eli Zaretskii <eliz@gnu.org>
18703
18704 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
18705 and `yank-handler' in the doc strings.
18706
18707 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18708
18709 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
18710
18711 2005-05-22 Richard M. Stallman <rms@gnu.org>
18712
18713 * help.el (describe-key): Move print-help-return-message call
18714 out of conditional.
18715
18716 * progmodes/etags.el (list-tags): Use with-no-warnings.
18717
18718 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
18719 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
18720 (starttls-extra-args, starttls-extra-arguments): Add defvars.
18721
18722 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
18723
18724 * language/viet-util.el (viet-viscii-nonascii-translation-table):
18725 Add defvar.
18726
18727 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18728 Use defvar, not defconst.
18729
18730 * hexl.el (hexl-follow-line): Use with-no-warnings.
18731
18732 * emulation/tpu-extras.el: Use write-file-functions instead of
18733 write-file-hooks.
18734
18735 * dired.el (dired-font-lock-keywords): Fontify files with junk
18736 extensions even if marked by -F.
18737
18738 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
18739
18740 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
18741 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
18742 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
18743 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
18744 (concatenate, list-length, get*, getf, cl-remprop):
18745 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
18746 (etypecase, progv, lexical-let, lexical-let*)
18747 (multiple-value-bind, multiple-value-setq, shiftf):
18748 Improve argument/docstring consistency.
18749
18750 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
18751
18752 2005-05-22 Andre Spiegel <spiegel@gnu.org>
18753
18754 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
18755 doesn't exist.
18756
18757 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
18758 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
18759
18760 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
18761
18762 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
18763 already deleted variables: auto-fill-hook, blink-paren-hook,
18764 lisp-indent-hook, inhibit-local-variables, unread-command-event,
18765 suspend-hooks, comment-indent-hook, meta-flag,
18766 before-change-function, after-change-function,
18767 font-lock-doc-string-face.
18768
18769 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
18770
18771 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18772
18773 2005-05-21 Eli Zaretskii <eliz@gnu.org>
18774
18775 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
18776 rmail-dont-reply-to.
18777
18778 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18779
18780 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
18781 literal blank when splitting new-header-values.
18782
18783 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
18784
18785 * calendar/cal-menu.el (cal-menu-update): Add separator as a
18786 string so that tmm doesn't create a completion entry for it.
18787
18788 * textmodes/table.el (table-disable-menu): Ditto.
18789
18790 2005-05-21 Richard M. Stallman <rms@gnu.org>
18791
18792 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
18793
18794 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
18795
18796 * net/rcompile.el (remote-compile): Use compilation-start.
18797
18798 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
18799
18800 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
18801
18802 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
18803 Default to makefile-bsdmake-mode on BSD systems.
18804
18805 * imenu.el (imenu-generic-expression, imenu--generic-function'):
18806 REGEXP may also be a search function now. The part of doc-string
18807 for describing the structure was 95% identical to that of
18808 `imenu--generic-function'. Unify it there.
18809
18810 * progmodes/make-mode.el (makefile-imenu-generic-expression):
18811 Use function to find dependencies, because regexp alone is so complex,
18812 it easily goes into an endless loop.
18813 (makefile-makepp-mode): Also add submenu for Perl functions
18814 defined in the makefile.
18815 (makefile-bsdmake-mode): Special imenu-generic-expression no
18816 longer needed, due to function call.
18817 (makefile-match-dependency): Take BOUND into account when checking
18818 if we're through.
18819
18820 2005-05-20 Jay Belanger <belanger@truman.edu>
18821
18822 * calc/calc-units.el (calc-invalidate-units-table):
18823 Use inhibit-read-only.
18824 (math-build-units-table-buffer): Use view-mode.
18825
18826 2005-05-20 David Kastrup <dak@gnu.org>
18827
18828 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
18829 easy-menu-add is not a nop on Emacs; and clarify when to call it.
18830
18831 2005-05-20 Lute Kamstra <lute@gnu.org>
18832
18833 * diff-mode.el (diff-header-face, diff-file-header-face)
18834 (diff-index-face, diff-hunk-header-face, diff-removed-face)
18835 (diff-added-face, diff-changed-face, diff-function-face)
18836 (diff-context-face, diff-nonexistent-face): Put them in the
18837 diff-mode customization group.
18838
18839 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18840
18841 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
18842
18843 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
18844
18845 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
18846 Minor regexp-optimization.
18847
18848 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
18849
18850 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
18851 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
18852 (org-agenda-add-time-grid-maybe): New function.
18853 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
18854 (org-table-create): `dotimes' instead of `mapcar'.
18855 (org-xor): Simplify implementation.
18856 (org-agenda): `inhibit-redisplay' turned on.
18857 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
18858 a consistent line after a state change.
18859 (org-agenda-remove-times-when-in-prefix): New option.
18860 (org-prefix-has-time): New variable.
18861 (org-parse-time-string): Optional argument NODEFAULT.
18862 (org-format-agenda-item): Parse items for time-of-day
18863 specifications and move these into the prefix if possible.
18864 (org-agenda-priority): Get current heading, not previous heading
18865 during agenda remote editing.
18866
18867 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
18868
18869 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
18870 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
18871 (remove-duplicates, delete-duplicates, substitute)
18872 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
18873 (nsubstitute-if-not, find, find-if, find-if-not, position)
18874 (position-if, position-if-not, count, count-if, count-if-not)
18875 (mismatch, search, sort*, stable-sort, merge, member*)
18876 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
18877 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
18878 (intersection, nintersection, set-difference, nset-difference)
18879 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
18880 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
18881 (nsublis, tree-equal): Improve argument/docstring consistency.
18882
18883 * subr.el (send-string, send-region): Remove obsolescence declaration.
18884 (window-dot, set-window-dot, read-input, show-buffer)
18885 (eval-current-buffer, string-to-int):
18886 Add release number to obsolescence declarations.
18887
18888 2005-05-19 Kim F. Storm <storm@cua.dk>
18889
18890 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
18891 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
18892
18893 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
18894
18895 * faces.el (list-faces-display): Make back button respect optional
18896 regexp arg.
18897
18898 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
18899
18900 * calculator.el (calculator-radix-grouping-mode)
18901 (calculator-radix-grouping-digits, calculator-displayer)
18902 (calculator-radix-grouping-separator, calculator-copy-displayer):
18903 * dabbrev.el (dabbrev-search-these-buffers-only):
18904 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
18905 (diff-advance-after-apply-hunk, diff-mode-hook)
18906 (diff-minor-mode-prefix):
18907 * imenu.el (imenu-use-popup-menu):
18908 * jit-lock.el (jit-lock-context-time):
18909 * newcomment.el (comment-fill-column, comment-column)
18910 (comment-style, comment-padding, comment-multi-line)
18911 (comment-empty-lines, comment-auto-fill-only-comments):
18912 * reveal.el (reveal-around-mark):
18913 * uniquify.el (uniquify-buffer-name-style)
18914 (uniquify-after-kill-buffer-p)
18915 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
18916 (uniquify-min-dir-content, uniquify-separator)
18917 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
18918 * w32-vars.el (w32-fixed-font-alist):
18919 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
18920 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
18921 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
18922 * progmodes/perl-mode.el (perl-indent-level)
18923 (perl-continued-statement-offset, perl-continued-brace-offset)
18924 (perl-brace-offset, perl-brace-imaginary-offset)
18925 (perl-label-offset, perl-indent-continued-arguments)
18926 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
18927 * progmodes/tcl.el (tcl-indent-level)
18928 (tcl-continued-indent-level, tcl-auto-newline)
18929 (tcl-tab-always-indent, tcl-electric-hash-style)
18930 (tcl-help-directory-list, tcl-use-smart-word-finder)
18931 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
18932 (inferior-tcl-source-command):
18933 * textmodes/fill.el (enable-kinsoku):
18934 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
18935 * textmodes/table.el (table-yank-handler):
18936 Specify missing group (and type, if simple) in defcustom.
18937
18938 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
18939
18940 * progmodes/compile.el (compilation-finish-function): Fix defvar.
18941
18942 2005-05-19 Richard M. Stallman <rms@gnu.org>
18943
18944 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
18945
18946 * subr.el (event-basic-type): Don't get an error.
18947 (left-fringe-p): Function deleted.
18948
18949 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
18950 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
18951
18952 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
18953 in recursive copy.
18954
18955 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
18956
18957 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
18958
18959 * emacs-lisp/bytecomp.el
18960 (byte-compile-file-form-custom-declare-variable):
18961 Call byte-compile-nogroup-warn if appropriate.
18962
18963 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
18964 (compilation-set-window): Don't call left-fringe-p; do it directly.
18965
18966 2005-05-19 Jay Belanger <belanger@truman.edu>
18967
18968 * calc/calc-graph.el (calc-graph-format-data): Make sure
18969 var-PlotRejects is bound before trying to check its value.
18970
18971 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
18972
18973 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
18974 definition of this variable from reftex-global.el to reftex.el,
18975 because it is needed in the menu.
18976
18977 2005-05-19 Lute Kamstra <lute@gnu.org>
18978
18979 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
18980 years are fixed. Don't insert a space after a dash.
18981
18982 2005-05-19 Kim F. Storm <storm@cua.dk>
18983
18984 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
18985
18986 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
18987
18988 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
18989 strings, because (eq ... ?\\) is fairly frequent.
18990
18991 * progmodes/make-mode.el (makefile-add-this-line-targets):
18992 Simplify and integrate into `makefile-pickup-targets'.
18993 (makefile-add-this-line-macro): Simplify and integrate into
18994 `makefile-pickup-macros.
18995 (makefile-pickup-filenames-as-targets): Simplify.
18996 (makefile-previous-dependency, makefile-match-dependency):
18997 Don't stumble over `::'.
18998
18999 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19000
19001 * subr.el (post-command-idle-hook, post-command-idle-delay):
19002 Remove obsoletion of post-command-idle-hook and
19003 post-command-idle-delay.
19004
19005 * faces.el (list-faces-display): Provide button when describe-face
19006 is called to take user back to the list of faces.
19007
19008 * help-fns.el (describe-variable): Remove hyperlinks in a
19009 variable's value as these are quite frequently inappropriate.
19010
19011 * follow.el (follow-submit-feedback, follow-mode):
19012 Remove references to post-command-idle-hook.
19013
19014 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19015
19016 * progmodes/make-mode.el (makefile-previous-dependency)
19017 (makefile-match-dependency): Check for := (and in bsd mode also
19018 !=) to give a better result, even when font-lock is not on.
19019
19020 2005-05-18 Jay Belanger <belanger@truman.edu>
19021
19022 * calc/calc-help.el (calc-s-prefix-help):
19023 Add `calc-copy-special-constant' to help string.
19024
19025 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19026
19027 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19028
19029 2005-05-18 Jay Belanger <belanger@truman.edu>
19030
19031 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19032 in linear factors are in proper order.
19033
19034 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19035
19036 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19037 Support for jurabib.
19038
19039 * textmodes/reftex.el (featurep): Define aliases for overlay
19040 commands, for XEmacs compatibility, and use these aliases in
19041 overlay initializations.
19042 (reftex-highlight): Use `reftex-move-overlay'.
19043 (reftex-unhighlight): Use `reftex-delete-overlay'.
19044 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19045 (reftex-access-search-path): Use `reftex-uniquify' instead of
19046 `reftex-uniq'
19047
19048 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19049 `before-string' property modification enables for Emacs as well.
19050 (reftex-select-item): Use `reftex-delete-overlay'.
19051 (reftex-select-mark): Use `reftex-make-overlay' and
19052 `reftex-overlay-put'.
19053 (reftex-select-unmark): Use `reftex-delete-overlay' and
19054 `reftex-overlay-put'.
19055
19056 2005-05-18 Lute Kamstra <lute@gnu.org>
19057
19058 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19059
19060 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19061
19062 * add-log.el (add-change-log-entry):
19063 * array.el (array-make-template, array-reconfigure-rows)
19064 (array-init-max-row, array-init-max-column)
19065 (array-init-columns-per-line, array-init-field-width):
19066 * replace.el (replace-match-maybe-edit, perform-replace):
19067 * textmodes/spell.el (spell-region):
19068 Replace `read-input' by `read-string'.
19069
19070 * forms.el (forms-mode):
19071 * finder.el (finder-compile-keywords):
19072 * shadowfile.el (shadow-read-files):
19073 Replace `eval-current-buffer' by `eval-buffer'.
19074
19075 * terminal.el (te-pass-through):
19076 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19077 (ange-ftp-raw-send-cmd):
19078 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19079 (send-process-next-char, telnet-initial-filter, telnet):
19080 Replace `send-string' by `process-send-string'.
19081
19082 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19083 (prolog-consult-region): Replace `send-string' by
19084 `process-send-string'; replace `send-region' by `process-send-region'.
19085
19086 * progmodes/delphi.el (delphi-log-msg):
19087 Replace `set-window-dot' by `set-window-point'.
19088
19089 * subr.el (window-dot, set-window-dot, read-input, send-string)
19090 (send-region, show-buffer, eval-current-buffer):
19091 Make really obsolete, as the comment says.
19092
19093 2005-05-17 Kim F. Storm <storm@cua.dk>
19094
19095 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19096 (cua--init-keymaps): Bind C-return instead of S-return to set
19097 rectangle mark.
19098
19099 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19100 instead of S-return to toggle/clear rectangle mark.
19101
19102 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19103
19104 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19105 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19106 Also fontify plain strings assigned to variables, mostly so that a
19107 colon has a face and is thus not taken as a dependency separator.
19108 (makefile-previous-dependency): Inline the new matcher, because it
19109 is too complex to work in both directions.
19110 (makefile-match-dependency): Eliminate `backward' arg (see above).
19111 Completely reimplemented so as to not sometimes go into an endless
19112 loop. It should also be more efficient, because first it only
19113 searches for `:', instead of applying the very complex regexp.
19114 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19115 to be fontified in one piece can be too long for JIT.
19116 Makefiles are never *that* big.
19117
19118 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19119
19120 * dired.el (dired-mode): Simplify.
19121
19122 2005-05-17 Lute Kamstra <lute@gnu.org>
19123
19124 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19125 defcustom for the mode hook variable.
19126
19127 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19128 Emacs Lisp Reference Manual.
19129
19130 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19131
19132 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19133 (evenp, list*):
19134 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19135 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19136
19137 * net/tramp-smb.el (tramp-smb-open-connection):
19138 Pass `tramp-chunksize' as fifth (required) argument.
19139
19140 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19141
19142 * font-lock.el (lisp-font-lock-keywords-1):
19143 Set `font-lock-negation-char-face' for [^...] char group.
19144 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19145
19146 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19147 a var, and refine it to mask one more level of nested vars.
19148 (makefile-rule-action-regex): Turn it into a var, and refine it so
19149 it recognizes backslashed continuation lines as belonging to the
19150 same command.
19151 (makefile-macroassign-regex): Refine it so it recognizes
19152 backslashed continuation lines as belonging to the same command.
19153 (makefile-var-use-regex): Don't look at the next char, because it
19154 might be the same one to be skipped by the initial [^$], leading
19155 to an overlooked variable use.
19156 (makefile-make-font-lock-keywords): Remove two parameters, which
19157 are now variables that some of the modes set locally.
19158 Handle dependency and rule action matching through functions, because
19159 regexps alone match too often. Dependency matching now comes
19160 last, so it can check, whether a colon already matched something else.
19161 (makefile-mode): Inform that font-lock improves makefile parsing
19162 capabilities.
19163 (makefile-match-dependency, makefile-match-action): New functions.
19164
19165 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19166
19167 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19168
19169 * align.el (align-regexp):
19170 * ansi-color.el (ansi-color-get-face):
19171 * array.el (array-reconfigure-rows, array-init-max-row)
19172 (array-init-max-column, array-init-columns-per-line)
19173 (array-init-field-width):
19174 * dired-aux.el (dired-trample-file-versions):
19175 * dired-x.el (dired-mark-sexp):
19176 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19177 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19178 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19179 * faces.el (face-read-integer):
19180 * files.el (backup-extract-version, insert-directory):
19181 * hexl.el (hexl-insert-decimal-char):
19182 * server.el (server-process-filter):
19183 * shell.el (shell-extract-num):
19184 * startup.el (command-line-1):
19185 * term.el (term-command-hook):
19186 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19187 (time-stamp-do-number):
19188 * time.el (display-time-update):
19189 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19190 (timezone-fix-time):
19191 * vms-patch.el (vms-suspend-resume-hook):
19192 * calendar/appt.el (appt-convert-time):
19193 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19194 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19195 * calendar/cal-islam.el (mark-islamic-diary-entries):
19196 * calendar/calendar.el (calendar-cursor-to-date)
19197 (calendar-star-date):
19198 * calendar/diary-lib.el (diary-attrtype-convert)
19199 (mark-diary-entries, diary-entry-time):
19200 * calendar/solar.el (solar-get-number):
19201 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19202 * emacs-lisp/re-builder.el (reb-display-subexp):
19203 * emulation/edt.el (edt-set-scroll-margins):
19204 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19205 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19206 (vip-get-ex-count):
19207 * emulation/viper-ex.el (viper-get-ex-token)
19208 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19209 * international/fontset.el (fontset-plain-name):
19210 * mail/feedmail.el (feedmail-look-at-queue-directory):
19211 * mail/mailalias.el (mail-get-names):
19212 * mail/rmail.el (rmail-convert-to-babyl-format):
19213 * mail/rmailsum.el (rmail-make-basic-summary-line)
19214 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19215 (rmail-summary-goto-msg):
19216 * mail/smtpmail.el (smtpmail-read-response):
19217 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19218 (ange-ftp-vms-add-file-entry):
19219 * play/gametree.el (gametree-looking-at-ply)
19220 (gametree-current-branch-score):
19221 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19222 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19223 * progmodes/cperl-mode.el (condition-case):
19224 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19225 (ebrowse-set-member-buffer-column-width)
19226 (ebrowse-select-1st-to-9nth):
19227 * progmodes/etags.el (etags-snarf-tag):
19228 * progmodes/flymake.el (flymake-parse-line):
19229 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19230 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19231 (idlwave-shell-menu-def):
19232 * progmodes/ps-mode.el (ps-run-goto-error):
19233 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19234 (vhdl-speedbar-contract-level):
19235 * term/mac-win.el (x-handle-numeric-switch):
19236 * term/sun-mouse.el (sun-get-frame-data):
19237 * term/w32-win.el (x-handle-numeric-switch):
19238 * term/x-win.el (x-handle-numeric-switch):
19239 * textmodes/ispell.el (ispell-parse-output):
19240 * textmodes/nroff-mode.el (nroff-outline-level):
19241 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19242 (reftex-bib-sort-year-reverse, reftex-format-citation):
19243 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19244 (reftex-section-number):
19245 * textmodes/texinfmt.el (texinfo-paragraphindent):
19246 Replace `string-to-int' by `string-to-number'.
19247
19248 * international/latexenc.el: Add page marker to force the "Local
19249 Variables:" string out of the last page.
19250
19251 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19252
19253 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19254 tooltip-change-major-mode.
19255 (gud-tooltip-print-command): Remove case where gud-minor-mode
19256 is gdb ("--fullname").
19257 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19258 explain to user.
19259
19260 2005-05-16 Jay Belanger <belanger@truman.edu>
19261
19262 * calc/calc-store.el (calc-copy-special-constant): New function.
19263
19264 * calc/calc-ext.el (calc-init-extensions): Add binding for
19265 `calc-copy-special-constant'.
19266
19267 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19268 for the `calc-copy-special-constant' command.
19269
19270 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19271
19272 * subr.el (left-fringe-p): New function.
19273
19274 * progmodes/compile.el (compilation-setup): Set local value of
19275 overlay-arrow-string to "" always.
19276 (compilation-set-window): Left fringe then don't scroll.
19277 No left fringe then no arrow and scroll message to top.
19278 (compilation-context-lines): Adjust doc string accordingly.
19279
19280 2005-05-16 Kim F. Storm <storm@cua.dk>
19281
19282 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19283 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19284 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19285 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19286 (ido-read-file-name): Handle commands with ido property value
19287 equal to find-file as reading a file name, to allow C-d to enter dired.
19288 (ibuffer-find-file): Add ido property with value find-file.
19289
19290 2005-05-15 Kim F. Storm <storm@cua.dk>
19291
19292 * subr.el (open-network-stream-nowait): Remove.
19293 (open-network-stream-server): Remove.
19294
19295 2005-05-15 Richard M. Stallman <rms@gnu.org>
19296
19297 * faces.el (describe-face): Output a definition link button.
19298
19299 * help-mode.el (help-face-def): New button type.
19300
19301 * emacs-lisp/copyright.el (copyright-fix-years):
19302 Match properly if the first year is 2-digit.
19303 Don't mess up the whitespace after the years by filling.
19304
19305 * dired-aux.el (dired-mark-confirm):
19306 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19307
19308 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19309 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19310 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19311
19312 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19313 Set font-lock-comment-start-skip.
19314
19315 * font-lock.el (font-lock-comment-start-skip): New variable.
19316 (font-lock-comment-end-skip): New variable.
19317 (font-lock-fontify-syntactically-region): Use them if non-nil.
19318
19319 2005-05-15 Jay Belanger <belanger@truman.edu>
19320
19321 * calc/calc-store.el (calc-store-value): Return a string rather
19322 than display it as a message.
19323 Use calc-var-name for variable name.
19324 (calc-store-into): Add the result of calc-store-value to message.
19325 (calc-copy-variable): Add a message.
19326 (calc-store-exchange): Improve error messages.
19327 (calc-store-binary, calc-store-map): Don't reset the values of
19328 special constants.
19329
19330 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19331
19332 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19333 manual to docstring.
19334
19335 * files.el (hack-local-variables-confirm): Add STRING argument.
19336 Make the function handle non file visiting buffers correctly.
19337 (hack-local-variables-prop-line, hack-local-variables)
19338 (hack-one-local-variable): Use STRING arg of
19339 `hack-local-variables-confirm'.
19340
19341 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19342
19343 Sync with Tramp 2.0.49.
19344
19345 * net/tramp.el (tramp-handle-dired-call-process)
19346 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19347 because the contents of the Tramp buffer is changed before
19348 insertion (`expand-file' and alike).
19349 (tramp-handle-insert-directory): If `localname' has an empty
19350 nondirectory name, it must not be quoted.
19351 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19352 variable `tramp-chunksize'. Change callees.
19353 (tramp-open-connection-setup-interactive-shell): Check remote host
19354 for buggy `send-process-string' implementation.
19355 Set `tramp-chunksize' if found. Reported by Michael Kifer
19356 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19357 (tramp-handle-shell-command): `insert-buffer' cannot be used
19358 because the contents of the Tramp buffer is changed before
19359 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19360 <frederic.bothamy@free.fr>.
19361 (tramp-set-auto-save): Actions should be done for Tramp file name
19362 handler only. Ange-FTP has its own auto-save mechanism.
19363 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19364 (tramp-set-auto-save-file-modes): Set file modes of
19365 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19366 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19367 (tramp-bug): Remove obsolete variable.
19368 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19369 for presence of `mml-mode'. Make it running for older Emacsen as well.
19370
19371 2005-05-14 John Paul Wallington <jpw@pobox.com>
19372
19373 * ibuf-ext.el (define-ibuffer-filter filename):
19374 If `dired-directory' is a list, use its car.
19375
19376 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19377
19378 * ibuffer.el (define-ibuffer-column filename):
19379 If `dired-directory' is a list, use its car.
19380
19381 2005-05-14 Richard M. Stallman <rms@gnu.org>
19382
19383 * subr.el (symbol-file): Doc fix.
19384
19385 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19386 (byte-compile-form): Call byte-compile-nogroup-warn.
19387 (byte-compile-warning-types): Doc fix.
19388
19389 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19390
19391 * progmodes/cc-engine.el (c-literal-faces):
19392 Add font-lock-comment-delimiter-face.
19393
19394 * net/net-utils.el (dig): Use with-no-warnings.
19395
19396 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19397 (sc-recite-frame-alist, sc-default-cite-frame)
19398 (sc-default-uncite-frame, sc-default-recite-frame)
19399 (sc-attrib-selection-list, sc-rewrite-header-list):
19400 Mark as risky-local-variable.
19401
19402 * international/ogonek.el (ogonek-jak, ogonek-how):
19403 Don't use beginning-of-buffer.
19404
19405 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19406
19407 * calendar/solar.el (solar-data-list): Move definition up.
19408
19409 * dnd.el (dnd-protocol-alist): Add autoload.
19410
19411 * progmodes/sh-script.el: Many doc usage fixes.
19412 (sh-indent-after-do): Change default to match common styles.
19413
19414 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19415
19416 * files.el (interpreter-mode-alist)
19417 (auto-mode-interpreter-regexp): Doc fixes.
19418
19419 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19420
19421 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19422
19423 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19424
19425 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19426
19427 * dired.el (dired-mode): make-variable-buffer-local =>
19428 make-local-variable.
19429
19430 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19431
19432 * term/mac-win.el (mac-select-convert-to-string): Try coding
19433 systems in mac-script-code-coding-systems if specified one cannot
19434 encode string for `com.apple.traditional-mac-plain-text'.
19435
19436 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19437
19438 * progmodes/make-mode.el (makefile-targets-face)
19439 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19440 (makefile-dependency-regex): Fix it to not make the colon in
19441 $(var:a=b) special.
19442 (makefile-rule-action-regex): New regexp for highlighting embedded
19443 Shell strings.
19444 (makefile-macroassign-regex): Handle != for highlighting as
19445 embedded Shell strings.
19446 (makefile-var-use-regex): New const.
19447 (makefile-statements, makefile-automake-statements)
19448 (makefile-gmake-statements, makefile-makepp-statements)
19449 (makefile-bsdmake-statements): New consts.
19450 (makefile-make-font-lock-keywords): New function.
19451 (makefile-automake-font-lock-keywords)
19452 (makefile-gmake-font-lock-keywords)
19453 (makefile-makepp-font-lock-keywords)
19454 (makefile-bsdmake-font-lock-keywords): New consts.
19455 (makefile-mode-map): Add switchers between the various submodes.
19456 (makefile-mode): Document the availability of the variants.
19457 (makefile-automake-mode, makefile-gmake-mode)
19458 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19459
19460 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19461 new variants of makefile-mode.
19462
19463 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19464
19465 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19466 the inheritance.
19467
19468 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19469
19470 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19471 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19472
19473 * files.el (normal-mode): Extend the scope of the
19474 `enable-local-variables' binding to include the `set-auto-mode' call.
19475 (magic-mode-alist): Doc fix.
19476
19477 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19478
19479 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19480 font-lock-comment-face rather than copying its setting.
19481
19482 2005-05-12 Andreas Schwab <schwab@suse.de>
19483
19484 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19485
19486 2005-05-12 Lute Kamstra <lute@gnu.org>
19487
19488 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19489 defcustom for the mode hook variable. Delete the last argument.
19490 * generic-x.el: Fix callers of define-generic-mode.
19491 (generic-x-modes): Delete group.
19492 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19493 generic-x customization group.
19494
19495 2005-05-12 Kim F. Storm <storm@cua.dk>
19496
19497 * font-lock.el (font-lock-negation-char-face): Default to "off".
19498
19499 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19500 font-lock-negation-char-face to ! in !=.
19501
19502 2005-05-12 Masatake YAMATO <jet@gyve.org>
19503
19504 * add-log.el (find-change-log): Fix typos in the docstring
19505 of function.
19506
19507 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19508
19509 * international/latexenc.el (latexenc-find-file-coding-system):
19510 Avoid `re-search-forward' when looking for input encoding because
19511 of speed and safety. Better regular expressions for recognizing
19512 input encoding. Limit a search for TeX-master/tex-main-file to
19513 the local variable section.
19514
19515 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19516
19517 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19518 syntax of $ to "'" (quote).
19519
19520 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19521
19522 * dnd.el (dnd-protocol-alist): Improve custom type.
19523
19524 * dired.el (dired-dnd-protocol-alist): New variable.
19525 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19526 `dired-mode-hook' to the end.
19527
19528 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19529
19530 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19531 comment-end if comment-start-skip is not set.
19532 Obey the font-lock-comment-delimiter-face variables.
19533
19534 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19535
19536 * files.el (executable-find): Move from executable.el. Use
19537 locate-file.
19538 * progmodes/executable.el (executable-find): Move to files.el.
19539
19540 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19541 when trying to ensure forward progress.
19542
19543 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19544
19545 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19546 (mouse-select, mouse-select-internal, mouse-extend-internal):
19547 Use it to implement mouse-1-click-follows-link functionality.
19548
19549 2005-05-11 Richard M. Stallman <rms@gnu.org>
19550
19551 * font-lock.el (font-lock-fontify-syntactically-region):
19552 Use font-lock-comment-delimiter-face for comment delimiters.
19553
19554 2005-05-10 Jay Belanger <belanger@truman.edu>
19555
19556 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19557 preserving embedded modes.
19558
19559 2005-05-10 Richard M. Stallman <rms@gnu.org>
19560
19561 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19562
19563 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19564 Move from ada-stmt.el.
19565 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19566
19567 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19568 Move to ada-mode.el.
19569 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19570
19571 * cus-edit.el (custom-file): Call file-chase-links.
19572
19573 * files.el (read-directory-name): Fix previous change.
19574 (hack-local-variables-confirm): New function.
19575 (hack-local-variables-prop-line, hack-local-variables)
19576 (hack-one-local-variable): Use it.
19577
19578 2005-05-10 Lute Kamstra <lute@gnu.org>
19579
19580 * font-lock.el (font-lock-keywords-alist)
19581 (font-lock-removed-keywords-alist): Clarify docstrings.
19582
19583 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19584
19585 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19586 (gdb-source-info): Check for preprocessor info.
19587 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19588 a macro for a function.
19589 (gdb-info-breakpoints-custom): Try to find file again if not already
19590 found (user might have used GDB dir command).
19591 (gdb-get-location): Update gdb-location-alist correctly for change
19592 to gdb-info-breakpoints-custom.
19593
19594 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19595 (gud-tooltip-print-command): Add gdbmi case.
19596 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19597 preprocessor info.
19598
19599 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19600
19601 * startup.el (fancy-splash-insert): Fix typo in doc string.
19602
19603 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19604
19605 * obsolete/float.el (string-to-float):
19606 * obsolete/hilit19.el (hilit-add-pattern):
19607 * obsolete/rnews.el (news-parse-range, news-select-message)
19608 (news-get-pruned-list-of-files): Replace `string-to-int' by
19609 `string-to-number'.
19610
19611 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19612 `find-file-not-found-hooks'; use `add-hook'.
19613 (uncompress-while-visiting): Set `write-file-functions', not
19614 `write-file-hooks'; use `add-hook'.
19615
19616 2005-05-09 Kim F. Storm <storm@cua.dk>
19617
19618 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19619 (cua-paste): Handle clipboard action.
19620 (cua--init-keymaps): Remap clipboard-kill-region and
19621 clipboard-kill-ring-save.
19622
19623 2005-05-08 Eli Zaretskii <eliz@gnu.org>
19624
19625 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19626 Improve commentary.
19627
19628 * simple.el (next-error-overlay-arrow-position): Revert the change
19629 made on 2005-04-30.
19630
19631 2005-05-07 Jay Belanger <belanger@truman.edu>
19632
19633 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19634 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19635 `calc-sel-reselect'.
19636
19637 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19638 Calc is in embedded mode.
19639
19640 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19641
19642 * progmodes/compile.el (compilation-setup):
19643 Set overlay-arrow-string to an empty string on text terminals.
19644
19645 * textmodes/ispell.el (ispell-program-name): Try looking for
19646 "aspell" along exec-path, and if found, use it as the default
19647 speller program.
19648
19649 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
19650
19651 * international/mule.el (sgml-xml-auto-coding-function):
19652 Recognize encoding='FOO' in single quotes as well as in double quotes.
19653
19654 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19655
19656 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19657 as well as `interactive', so that defmacro* would recognize
19658 `declare' forms.
19659
19660 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19661
19662 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19663 Explain more about the LIGHTER arg's usage in the doc string.
19664 Add commentary to clarify what the code does. Fix the regexp that
19665 strips whitespace from LIGHTER. Quote LIGHTER before using it,
19666 since it could have characters special to regular expressions.
19667
19668 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19669
19670 * replace.el (occur-1): Bind inhibit-read-only so that
19671 erase-buffer doesn't barf on read-only text properties (likewise
19672 for add-text-properties in occur-engine). Mark buffer as unmodified.
19673 (occur-engine): Don't set buffer-read-only here.
19674
19675 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19676
19677 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
19678 list-buffers-directory. This caused the *cvs-commit* buffer to be
19679 sometimes mistakenly reused as a *cvs* buffer.
19680
19681 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
19682
19683 * tooltip.el: Move code for GUD tooltips into gud.el.
19684 (require): CL no longer needed to compile case.
19685 (tooltip-mode): Do not toggle functions for GUD tooltips.
19686 (tooltip-gud-tips-p): Remove. Replace with minor mode
19687 gud-tooltip-mode in gud.el.
19688 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
19689 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
19690 tooltip-gud prefix with gud-tooltip and obsolete.
19691 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
19692 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
19693 (tooltip-mouse-motion): Mouse movement functions/variable.
19694 Rename in gud.el by adding gud prefix.
19695 (tooltip-gud-original-filter, tooltip-gud-dereference)
19696 (tooltip-gud-event, tooltip-toggle-gud-tips)
19697 (tooltip-gud-process-output, tooltip-gud-print-command)
19698 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
19699 gud.el by replacing tooltip-gud prefix with gud-tooltip.
19700 (gdb-tooltip-print): Move to gdb-ui.el.
19701
19702 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
19703 (require): CL needed to compile case.
19704 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
19705 tooltip-gud-tips-p. Make it a minor-mode.
19706 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
19707 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
19708 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
19709 (gud-tooltip-change-major-mode)
19710 (gud-tooltip-activate-mouse-motions-if-enabled)
19711 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
19712 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
19713 (gud-tooltip-original-filter, gud-tooltip-dereference)
19714 (gud-tooltip-event, tooltip-toggle-gud-tips)
19715 (gud-tooltip-process-output, gud-tooltip-print-command)
19716 (gud-tooltip-tips): Move from tooltip.el.
19717
19718 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
19719 (gdb-cpp-define-alist-flags): Doc fix.
19720 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
19721 gud-tooltip-mode is t.
19722
19723 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19724
19725 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
19726 evaporate if their text is deleted.
19727 (goto-address-at-point): Make it work as a mouse binding as well.
19728 (goto-address-at-mouse): Obsolete it. Update users.
19729
19730 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19731
19732 * calendar/appt.el (top-level): No longer activate on load.
19733
19734 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
19735
19736 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19737 * net/webjump.el (webjump):
19738 * progmodes/idlw-help.el (idlwave-do-context-help1)
19739 (idlwave-highlight-linked-completions):
19740 * textmodes/po.el (po-find-file-coding-system-guts):
19741 Replace `assoc-ignore-case' by `assoc-string'.
19742
19743 2005-05-06 Eli Zaretskii <eliz@gnu.org>
19744
19745 * files.el (locate-file): Doc fix.
19746
19747 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
19748 Remove the redundant test for ms-dos.
19749
19750 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
19751 look for the preprocessor with exec-suffixes. If not found in
19752 standard places, look in exec-path. Remove most of the tests that
19753 used system-type.
19754
19755 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
19756
19757 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
19758
19759 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
19760 file-name clash with jka-compr.el on 8+3 filesystems.
19761
19762 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19763
19764 * term/mac-win.el: Don't define or bind scroll bar functions if
19765 x-toolkit-scroll-bars is t.
19766 (x-select-text, x-get-selection-value): Clear
19767 x-last-selected-text-clipboard if x-select-enable-clipboard is
19768 nil.
19769 (PRIMARY): Put mac-scrap-name property.
19770 (mac-select-convert-to-file-url): New function.
19771 (public.file-url): New selection target type. Add to
19772 selection-converter-alist.
19773 (x-get-selection, x-selection-value): Handle it.
19774 (x-cut-buffer-or-selection-value): New alias.
19775
19776 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19777
19778 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
19779 entry to avoid calling bibtex-find-entry with arg global
19780 being t. Remove arg key.
19781 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
19782 (bibtex-copy-summary-as-kill): Change accordingly.
19783
19784 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19785
19786 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
19787 (org-agenda-date-later): Use with-current-buffer.
19788
19789 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
19790
19791 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
19792 (define-obsolete-variable-alias): Doc Fixes.
19793
19794 2005-05-06 Kim F. Storm <storm@cua.dk>
19795
19796 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
19797 vertical-motion when selective-display is active.
19798
19799 * ido.el (ido-setup-hook): New hook.
19800 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
19801 (ido-input-stack): New var.
19802 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
19803 ido-next-work-file binding to M-O.
19804 Bind M-f to ido-wide-find-file-or-pop-dir.
19805 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
19806 (ido-read-internal): Run ido-setup-hook.
19807 Catch quit in read-file-name and read-string to cancel edit.
19808 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
19809 Automatically pop-all when completing a directory name (RET).
19810 (ido-file-internal): Add with-no-warnings around ffap and dired code.
19811 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
19812 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
19813 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
19814 New functions for M-b/M-f to move among the directory components.
19815 (ido-make-merged-file-list): Catch quit to cancel merge.
19816 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
19817 (ido-completion-help): No warnings for ido-completion-buffer-full.
19818
19819 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
19820
19821 * font-lock.el (font-lock-negation-char-face): New face and variable.
19822 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
19823 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
19824 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
19825 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
19826
19827 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
19828
19829 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
19830 Fix typo in docstring.
19831
19832 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
19833 (ebrowse-print-statistics-line)
19834 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
19835
19836 * term/w32-win.el (image-library-alist): Add additional name for
19837 Xpm library.
19838
19839 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
19840
19841 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
19842 use gcc instead of cpp.
19843
19844 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
19845 (gdb-create-define-alist): Use it.
19846 (gdb-cpp-define-alist-program): Update for MS-DOS.
19847
19848 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
19849
19850 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
19851
19852 2005-05-04 Richard M. Stallman <rms@gnu.org>
19853
19854 * help.el (describe-key): No error when UNTRANSLATED is nil.
19855
19856 * simple.el (line-move-1): Fix previous change to signal errors
19857 appropriately.
19858
19859 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
19860
19861 * calendar/icalendar.el (icalendar-version): Now at 0.12.
19862 (icalendar-duration-correction): Remove.
19863 (icalendar--get-event-properties): Split result at commas.
19864 (icalendar--decode-isoduration): New optional argument
19865 DURATION-CORRECTION.
19866 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
19867 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
19868 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
19869 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
19870 (icalendar--convert-anniversary-to-ical): New functions, extracted
19871 from icalendar-export-region, with bug fixes.
19872 (icalendar-export-region): Use the above functions.
19873 (icalendar-import-buffer): Check before saving diary file.
19874 (icalendar--convert-recurring-to-diary)
19875 (icalendar--convert-non-recurring-all-day-to-diary)
19876 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
19877 extracted from icalendar--convert-ical-to-diary, with bug fixes.
19878 (icalendar--convert-ical-to-diary): Use the above functions.
19879
19880 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
19881
19882 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
19883 Remove these recent additions.
19884 (c-mode): Restore to before 2005-04-28.
19885
19886 * progmodes/cc-vars.el (cc-define-list-program): Remove this
19887 recent addition.
19888
19889 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
19890 (gdb-define-alist): New variables.
19891 (gdb-create-define-alist): New function.
19892 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
19893 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
19894 with string-to-number.
19895 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
19896
19897 * progmodes/gud.el: Replace string-to-int with string-to-number.
19898 (gud-find-file): Handle gdb-define-alist.
19899
19900 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
19901
19902 2005-05-02 Jay Belanger <belanger@truman.edu>
19903
19904 * calc/calc-aent.el (math-read-token):
19905 * calc/calc-bin.el (calc-word-size):
19906 * calc/calc-ext.el (calc-read-number-fancy):
19907 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
19908 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
19909 * calc/calc-frac.el (calc-over-notation):
19910 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
19911 (calc-graph-num-points, calc-graph-init):
19912 * calc/calc-prog.el (calc-read-parse-table-part)
19913 (calc-edit-macro-repeats):
19914 * calc/calc-yank.el (calc-do-grab-rectangle):
19915 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
19916 Replace `string-to-int' by `string-to-number'.
19917
19918 2005-05-02 Kim F. Storm <storm@cua.dk>
19919
19920 * kmacro.el: Use executing-kbd-macro-index variable.
19921
19922 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
19923
19924 * net/rlogin.el (rlogin-parse-words): Delete func.
19925 (rlogin): Use split-string, not rlogin-parse-words.
19926 Also, if there are option-like elements in the parsed args,
19927 take the host to be the first arg immediately following them.
19928 Suggested by Michael Mauger.
19929
19930 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19931
19932 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
19933
19934 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19935
19936 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
19937 (cc-mode-cpp-program): Rename to cc-define-list-program and
19938 move to cc-vars.el.
19939
19940 * progmodes/cc-vars.el (cc-define-list-program):
19941 Change to "gcc -E -dM -". Make customizable.
19942
19943 2005-05-02 Kim F. Storm <storm@cua.dk>
19944
19945 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
19946
19947 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19948
19949 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
19950
19951 * international/mule-util.el (truncate-string): Remove alias and
19952 obsolete declaration.
19953
19954 * international/mule-cmds.el (update-iso-coding-systems):
19955 Remove alias and obsolete declaration.
19956
19957 * international/mule.el (coding-system-parent): Remove alias and
19958 obsolete declaration.
19959
19960 * subr.el (define-function, sref): Remove aliases and obsolete
19961 declarations.
19962 (chars-in-region): Remove obsolete declaration.
19963
19964 2005-05-01 Richard M. Stallman <rms@gnu.org>
19965
19966 * info.el (Info-mode): Set widen-automatically to nil, locally.
19967
19968 * simple.el (widen-automatically): New variable.
19969 (pop-global-mark): Obey widen-automatically.
19970
19971 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
19972
19973 * term/xterm.el (function-key-map): Call substitute-key-definition
19974 before the keymap size is increased by a lot of define-key calls.
19975
19976 2005-05-01 Richard M. Stallman <rms@gnu.org>
19977
19978 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
19979 Rename ARG to ELEMENT. Doc fix.
19980
19981 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19982
19983 * allout.el (allout-exposure): Remove macro and obsolete declaration.
19984 Remove references to allout-exposure/change to allout-new-exposure.
19985
19986 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
19987 bytecode symbols.
19988
19989 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
19990 (compiled-function-p, focus-frame, unfocus-frame):
19991 Remove aliases and obsolete declarations.
19992 Back out inadvertent changes from previous commit.
19993
19994 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19995
19996 * files.el (require-final-newline): Make Custom tags consistent
19997 with mode-require-final-newline.
19998 (mode-require-final-newline): Doc fix.
19999
20000 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20001
20002 * international/latexenc.el (latexenc-find-file-coding-system):
20003 Fix regular expressions.
20004
20005 2005-05-01 David Kastrup <dak@gnu.org>
20006
20007 * international/latexenc.el (latexenc-find-file-coding-system):
20008 Fix regular expressions.
20009
20010 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20011
20012 * subr.el (string-to-int): Make obsolete.
20013
20014 2005-04-30 Richard M. Stallman <rms@gnu.org>
20015
20016 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20017
20018 * loadup.el: load jka-comp-hook.
20019
20020 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20021 (jka-compr-handler): Add autoload. `put' calls moved
20022 to jka-comp-hook.el.
20023 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20024 (jka-compr-inhibit): Autoload.
20025
20026 * jka-comp-hook.el: New file.
20027 Enable the mode by default.
20028
20029 * files.el (backup-buffer-copy): Use copy-file instead
20030 of write-region, and put back the 'excl.
20031
20032 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20033
20034 * progmodes/flymake.el (flymake-split-string)
20035 (flymake-split-string, flymake-log, flymake-pid-to-names)
20036 (flymake-reg-names, flymake-get-source-buffer-name)
20037 (flymake-unreg-names, flymake-add-line-err-info)
20038 (flymake-add-err-info): Clarify docstrings.
20039 (flymake-popup-menu, flymake-make-emacs-menu)
20040 (flymake-make-xemacs-menu): Add docstrings.
20041 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20042 Set variables directly throughout.
20043
20044 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20045
20046 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20047 exists. Initialize cc-define-alist.
20048 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20049 If there is no file (Macroexpansion) don't create an alist.
20050
20051 2005-04-29 Sam Steingold <sds@gnu.org>
20052
20053 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20054 (cc-create-define-alist): Use it instead of the hard-coded string.
20055
20056 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20057
20058 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20059 for latexenc.
20060
20061 2005-04-29 Lute Kamstra <lute@gnu.org>
20062
20063 * emacs-lisp/generic.el: Improve commentary section.
20064 (define-generic-mode): Improve docstring.
20065
20066 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20067
20068 * textmodes/org.el (many places): Change to quiet the byte compiler.
20069 (org-prefix-format-compiled): New variable.
20070 (org-compile-prefix-format): New function.
20071 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20072 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20073 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20074 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20075 consistency with entries from `org-mode' files.
20076 (org-get-time-of-day): Fix bug with partial matches early in a line.
20077 (org-non-link-chars): New constant.
20078 (org-link-regexp): Respect `org-non-link-chars'.
20079 (org-agenda-day-view): Remove command.
20080 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20081 (org-follow-bbdb-link, org-store-link): Search also company field.
20082 (org-highlight-overlay): New variable.
20083 (org-highlight, org-unhighlight): New functions.
20084 (org-agenda-mode): Add pre-command-hook to remove highlight.
20085 (org-evaluate-time-range): Behavior depends upon whether time stamp
20086 contains a time or not.
20087 (org-show-subtree, org-show-entry): New functions.
20088 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20089
20090 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20091
20092 * comint.el (comint-output-filter-functions): Add autoload cookie.
20093
20094 2005-04-28 Kim F. Storm <storm@cua.dk>
20095
20096 * ido.el (ido-everywhere): Fix last change.
20097
20098 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20099
20100 * international/latexenc.el: New file.
20101 * international/mule-conf.el (file-coding-system-alist): For .tex,
20102 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20103
20104 2005-04-28 Lute Kamstra <lute@gnu.org>
20105
20106 * font-lock.el (font-lock-add-keywords)
20107 (font-lock-remove-keywords): Clarify docstring.
20108 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20109 Don't start docstrings with a `*'.
20110 (font-lock-update-removed-keyword-alist): Give it a docstring.
20111
20112 * generic-x.el: Update commentary section.
20113 Only require font-lock when compiling.
20114 Define all modes conditionally.
20115 Place all generic modes in the generic-x-modes customization group.
20116 (generic-x-modes): New customization group.
20117 (generic-default-modes, generic-mswindows-modes)
20118 (generic-unix-modes, generic-other-modes): New constants.
20119 (generic-define-mswindows-modes, generic-define-unix-modes):
20120 Update docstrings. Make them obsolete.
20121 (generic-extras-enable-list): New default value. Update docstring.
20122 Improve :type. Change :set function.
20123 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20124 Fix docstring.
20125
20126 * emacs-lisp/generic.el (generic-mode-internal):
20127 Simplify font-lock-defaults.
20128 (define-generic-mode): Fix docstring.
20129
20130 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20131
20132 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20133 font-lock-face property to highlight matches.
20134
20135 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20136
20137 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20138 (cc-define-alist): New variable.
20139 (c-mode): Make it local and initialize it.
20140
20141 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20142 (gdb-exited): New function.
20143 (gdb-annotation-rules): Use it.
20144 (gdb-starting): Set gdb-active-process to t.
20145 (gdb-stopping): Amend doc string.
20146 (gdb-reset): Set gdb-active-process to nil.
20147
20148 * tooltip.el (tooltip-gud-tips): Show the associated #define
20149 directives when a C program under GDB is not executing.
20150
20151 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20152
20153 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20154 font-lock-fontify-syntactic-keywords.
20155
20156 * font-lock.el (font-lock-default-fontify-region): Don't force
20157 parse-sexp-lookup-properties to nil.
20158
20159 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20160
20161 * man.el (man-mode-syntax-table): Set up `:' to have
20162 word-constituent syntax.
20163
20164 2005-04-27 Lute Kamstra <lute@gnu.org>
20165
20166 * novice.el (disable-command): Don't add spurious newlines to the
20167 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20168
20169 2005-04-26 Jay Belanger <belanger@truman.edu>
20170
20171 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20172 than one window before deleting window.
20173
20174 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20175
20176 * shell.el (shell-prompt-pattern): Doc fix.
20177 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20178
20179 * comint.el (comint-prompt-regexp, comint-get-old-input)
20180 (comint-use-prompt-regexp)
20181 (comint-use-prompt-regexp-instead-of-fields)
20182 (comint-replace-by-expanded-history, comint-send-input)
20183 (comint-output-filter, comint-get-old-input-default)
20184 (comint-line-beginning-position, comint-bol, comint-show-output)
20185 (comint-backward-matching-input, comint-forward-matching-input)
20186 (comint-next-prompt, comint-previous-prompt):
20187 Rename `comint-use-prompt-regexp-instead-of-fields' to
20188 `comint-use-prompt-regexp'. Keep old name as alias and declare
20189 obsolete.
20190 (comint-use-prompt-regexp): Shorten first line of doc string.
20191
20192 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20193 Set paragraph-separate buffer locally to "\\'".
20194
20195 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20196 Adapt to above name change.
20197
20198 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20199 (smbclient-prompt-regexp): Ditto.
20200
20201 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20202
20203 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20204
20205 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20206 gdb-location-list.
20207 Break lines that are over 80 characters wide.
20208
20209 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20210
20211 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20212 New fun and var, to preserve compatibility.
20213
20214 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20215
20216 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20217
20218 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20219 name to file-newer-than-file-p.
20220
20221 2005-04-26 Richard M. Stallman <rms@gnu.org>
20222
20223 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20224
20225 * progmodes/python.el (python-mode):
20226 Use new name eldoc-documentation-function.
20227
20228 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20229
20230 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20231 (eldoc-documentation-function):
20232 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20233
20234 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20235
20236 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20237
20238 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20239
20240 * term/xterm.el (function-key-map): Fix strings for
20241 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20242 {C,S,A,C-S}-{f1-f12}.
20243
20244 2005-04-26 Kenichi Handa <handa@m17n.org>
20245
20246 * international/mule-cmds.el (select-safe-coding-system):
20247 Fix previous change.
20248
20249 2005-04-26 Lute Kamstra <lute@gnu.org>
20250
20251 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20252
20253 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20254 (font-lock-comment-delimiter-face): Ditto.
20255
20256 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20257
20258 2005-04-25 Jay Belanger <belanger@truman.edu>
20259
20260 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20261 to t while inserting information; use help-mode.
20262
20263 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20264
20265 * term.el (ansi-term-color-vector): Use the xterm colors.
20266 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20267
20268 2005-04-25 Lute Kamstra <lute@gnu.org>
20269
20270 * font-core.el (font-lock-defaults): Fix docstring.
20271
20272 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20273
20274 2005-04-25 Kenichi Handa <handa@m17n.org>
20275
20276 * international/mule-cmds.el (select-safe-coding-system):
20277 Don't check consistency with coding: spec, etc if raw-text or
20278 no-conversion was found to be safe.
20279
20280 2005-04-24 Richard M. Stallman <rms@gnu.org>
20281
20282 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20283 citation markers at start of each line.
20284
20285 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20286 citation markers at start of each line.
20287
20288 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20289
20290 * files.el (mode-require-final-newline): Fix previous change.
20291 (require-final-newline): Fix type label.
20292
20293 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20294
20295 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20296 statement in buffer (broken by 2004-11-24 change).
20297
20298 2005-04-24 Kim F. Storm <storm@cua.dk>
20299
20300 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20301 and read-file-name-function values. Don't overwrite existing
20302 non-nil values if ido-mode is enabled without ido-everywhere.
20303
20304 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20305
20306 * files.el (mode-require-final-newline): Minor doc fix.
20307
20308 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20309
20310 * subr.el (syntax-after): Doc fix.
20311 (syntax-class): If argument is nil, return nil. Mask off upper 16
20312 bits, not 8 bits.
20313
20314 * files.el (mode-require-final-newline): Doc fix.
20315 (backup-buffer-copy): Fix last change.
20316
20317 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20318
20319 * term/mac-win.el: Require select. Set selection-coding-system to
20320 mac-system-coding-system. Call menu-bar-enable-clipboard.
20321 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20322 (x-select-enable-clipboard): New variables.
20323 (x-select-text, x-get-selection, x-selection-value)
20324 (x-get-selection-value, mac-select-convert-to-string)
20325 (mac-services-open-file, mac-services-open-selection)
20326 (mac-services-insert-text): New functions.
20327 (CLIPBOARD, FIND): Put mac-scrap-name property.
20328 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20329 (public.tiff): Put mac-ostype property.
20330 (selection-converter-alist): Add entries for them.
20331 (mac-application-menu-map): New keymap.
20332 (interprogram-cut-function, interprogram-paste-function): Set to
20333 x-select-text and x-get-selection-value, respectively.
20334 (split-window-keep-point): Set to t.
20335
20336 2005-04-23 Richard M. Stallman <rms@gnu.org>
20337
20338 * files.el (read-directory-name): Always pass non-nil
20339 DEFAULT-FILENAME arg to read-file-name.
20340 (backup-buffer-copy, basic-save-buffer-2): Take care against
20341 writing thru an unexpected existing symlink.
20342 (revert-buffer): In indirect buffer, revert the base buffer.
20343 (magic-mode-alist): Doc fix.
20344 (buffer-stale-function): Doc fix.
20345 (minibuffer-with-setup-hook): Avoid warning.
20346 (mode-require-final-newline): Doc and custom fix.
20347
20348 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20349
20350 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20351 use the default appearance.
20352 (font-lock-comment-delimiter-face): New face, new variable.
20353
20354 * imenu.el (imenu--generic-function): The official position of a
20355 definition is the start of the line that BEG is in.
20356
20357 * midnight.el (midnight-timer): Move defvar up.
20358
20359 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20360
20361 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20362
20363 * startup.el (command-line): Use with-no-warnings.
20364
20365 * window.el (window-size-fixed): New defvar.
20366
20367 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20368
20369 * mail/rmail.el (rmail-font-lock-keywords):
20370 Use font-lock-comment-delimiter-face.
20371
20372 * mail/sendmail.el (mail-font-lock-keywords):
20373 Use font-lock-comment-delimiter-face.
20374
20375 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20376
20377 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20378
20379 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20380 Specify t for LAXMATCH when matching directories.
20381 Save match data around compilation-compat-error-properties form.
20382
20383 2005-04-23 David Kastrup <dak@gnu.org>
20384
20385 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20386 Mention that the autoloaded aliases should be kept for AUCTeX.
20387
20388 2005-04-23 Andreas Schwab <schwab@suse.de>
20389
20390 * isearch.el (isearch-forward): Doc fix.
20391
20392 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20393
20394 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20395 (jit-lock-stealth-nice): Change default value to 0.5.
20396
20397 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20398
20399 * abbrev.el (write-abbrev-file): Write table entries in
20400 alphabetical order by table name.
20401
20402 2005-04-22 Kim F. Storm <storm@cua.dk>
20403
20404 * ido.el (ido-read-internal): Fix `list' completion.
20405
20406 2005-04-22 Kenichi Handa <handa@m17n.org>
20407
20408 * recentf.el (recentf-save-file-coding-system): New variable.
20409 (recentf-save-list): Encode the file by
20410 recentf-save-file-coding-system and add coding: tag.
20411
20412 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20413
20414 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20415
20416 2005-04-21 Lute Kamstra <lute@gnu.org>
20417
20418 * loadhist.el (unload-feature): Don't remove a function from hooks
20419 if it is about to be restored to an autoload . Remove functions
20420 that will become unbound from auto-mode-alist. Simplify the code.
20421
20422 * subr.el (assq-delete-all): New implementation that is linear,
20423 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20424 (rassq-delete-all): New function.
20425
20426 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20427 Add size-indication-mode.
20428
20429 2005-04-21 Kenichi Handa <handa@m17n.org>
20430
20431 * international/mule-cmds.el: Add autoload for widget-value in
20432 eval-when-compile.
20433
20434 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20435
20436 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20437 Add tooltip-mode.
20438
20439 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20440
20441 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20442
20443 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20444 (inferior-lisp-filter-regexp, inferior-lisp-program)
20445 (inferior-lisp-load-command, inferior-lisp-prompt)
20446 (inferior-lisp-mode-hook, lisp-source-modes)
20447 (inferior-lisp-load-hook): defvar->defcustom.
20448 (inferior-lisp-program, inferior-lisp-prompt)
20449 (inferior-lisp-load-hook): Doc fixes.
20450 (inferior-lisp-install-letter-bindings): Small change in
20451 introductory comment.
20452
20453 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20454
20455 * vc.el (vc-annotate-color-map): Change some colors so that text
20456 using them as foreground is readable on both white and black
20457 backgrounds.
20458
20459 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20460
20461 * international/mule-conf.el (translation-table-for-input):
20462 Remove redundant declaration.
20463
20464 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20465
20466 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20467
20468 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20469 (tooltip-toggle-gud-tips): New function.
20470
20471 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20472
20473 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20474 right angle brackets.
20475
20476 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20477
20478 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20479
20480 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20481
20482 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20483 Remove. Update callers to use expand-file-name instead.
20484
20485 * subr.el (syntax-class): New function.
20486
20487 * simple.el (blink-matching-open): Use it.
20488
20489 * paren.el (show-paren-function): Use it to recognize parens that are
20490 also used in 2-char comment markers.
20491
20492 2005-04-19 Lute Kamstra <lute@gnu.org>
20493
20494 * loadhist.el (unload-feature): Update for new format of
20495 load-history. Simplify the code.
20496
20497 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20498
20499 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20500 (mac-add-charset-info): New function. Initialize variable
20501 mac-charset-info-alist using it.
20502 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20503 for translation.
20504 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20505 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20506 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20507 New CCL programs.
20508
20509 2005-04-19 Kim F. Storm <storm@cua.dk>
20510
20511 * simple.el (next-buffer, prev-buffer, next-error)
20512 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20513 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20514
20515 * bindings.el (next-buffer, prev-buffer, next-error)
20516 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20517 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20518 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20519 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20520
20521 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20522
20523 * isearch.el (isearch-edit-string): Make the search-ring available for
20524 minibuffer history commands.
20525 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20526 the default history commands now work just as well.
20527 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20528
20529 2005-04-18 Kim F. Storm <storm@cua.dk>
20530
20531 * emulation/cua-base.el (cua--pre-command-handler): Add more
20532 elaborate check for shift modifier on non-window systems.
20533
20534 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20535
20536 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20537
20538 2005-04-18 Kim F. Storm <storm@cua.dk>
20539
20540 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20541 and make it optional. Don't test tooltip-gud-echo-area here.
20542 (tooltip-gud-process-output, gdb-tooltip-print):
20543 Pass tooltip-gud-echo-area to tooltip-show.
20544 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20545
20546 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20547
20548 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20549 `display-graphic-p' may not be bound yet.
20550
20551 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20552
20553 * startup.el (command-line): No longer enable Xterm Mouse mode by
20554 default in terminals compatible with xterm.
20555
20556 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20557
20558 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20559
20560 * tooltip.el (tooltip-gud-echo-area): Rename from
20561 tooltip-use-echo-area.
20562 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20563 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20564 area independently of where help tooltips are displayed.
20565
20566 2005-04-17 David Kastrup <dak@gnu.org>
20567
20568 * cus-theme.el (custom-theme-write-variables): Quote variables
20569 where necessary.
20570
20571 2005-04-17 Richard M. Stallman <rms@gnu.org>
20572
20573 * simple.el (yank-excluded-properties): Add follow-link to value.
20574
20575 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20576
20577 * startup.el (fancy-splash-max-time): Just 30 seconds.
20578 (fancy-splash-delay): Just 7.
20579 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20580
20581 * loadhist.el (unload-feature): Update for new format of load-history.
20582 Simplify the code.
20583
20584 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20585 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20586
20587 * mail/sendmail.el (mail-font-lock-keywords):
20588 Don't fontify subject text.
20589 Don't fontify the text of a citation.
20590
20591 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20592
20593 * comint.el (comint-output-filter): Run comint-output-filter-functions
20594 with point where the user had it.
20595
20596 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20597
20598 * international/ucs-tables.el (ucs-set-table-for-input):
20599 Disable when using unify-on-decoding.
20600
20601 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20602
20603 * emulation/cua-base.el (cua-global-mark-face): Add special case
20604 for displays supporting a high number of colors.
20605
20606 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20607
20608 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20609
20610 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
20611
20612 * filesets.el (filesets-add-buffer): If user supplies a name of a
20613 non-existing fileset, create a new fileset.
20614
20615 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
20616
20617 * textmodes/org.el (org-up-heading-all): Fix bug with
20618 `outline-up-heading-all'.
20619
20620 2005-04-16 Andreas Schwab <schwab@suse.de>
20621
20622 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20623 /etc/permissions.d/* and /etc/aliases.d/*.
20624
20625 2005-04-16 Kenichi Handa <handa@m17n.org>
20626
20627 * international/code-pages.el (cp-make-coding-system):
20628 Set `translation-table-for-input' property value to the symbol
20629 ucs-mule-to-mule-unicode, not to that value.
20630 (pt154): Escape guillemet by `\'.
20631
20632 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
20633
20634 * loadup.el: Load tooltip if x-show-tip is fboundp.
20635
20636 * startup.el (command-line): Add comment.
20637
20638 * tooltip.el (tooltip-mode): Specify correct standard value for
20639 Custom in init-value.
20640
20641 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
20642
20643 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20644 possible.
20645
20646 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
20647
20648 * textmodes/org.el (org-agenda-date-prompt): Rename from
20649 `org-agenda-date-today'.
20650 (org-evaluate-time-range): Insert at point instead of directly
20651 after time range.
20652 (org-first-headline-recenter, org-subtree-end-visible-p)
20653 (org-optimize-window-after-visibility-change): New functions
20654 (org-agenda-post-command-hook): Don't allow point at end of line,
20655 to make sure it always hits the text properties.
20656 (org-agenda-next-date-line, org-agenda-previous-date-line):
20657 New commands.
20658 (org-set-regexps-and-options): Category may contain white space.
20659 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20660 Improve marker positions.
20661 (org-agenda-new-marker): Argument POS made optional.
20662 (org-agenda-get-timestamps): Deadlines which are done are listed
20663 in org-done-face now.
20664 (org-agenda-get-todos, org-agenda-get-timestamps)
20665 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20666 Set `undone-face' and `done-face' properties.
20667 (org-last-todo-state-is-todo): New variable.
20668 (org-todo): Set `org-last-todo-state-is-todo'.
20669 (org-agenda-todo): Change face according to
20670 `org-last-todo-state-is-todo'. And change other lines referring to
20671 the same entry.
20672 (org-calendar-goto-agenda): New command.
20673 (org-calendar-to-agenda-key): New option.
20674 (org-startup-folded): New allowed value `content'.
20675 (org-set-regexps-and-options): Accept new value `content' for
20676 `org-startup-folded'.
20677 (org-get-current-options): Handle new value `content' for
20678 `org-startup-folded'.
20679 (org-insert-todo-heading): New command.
20680 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
20681 interactively in empty file and option
20682 `org-insert-mode-line-in-empty-file' has been set.
20683 (org-agenda-todo, org-agenda-priority): Modify to use
20684 `org-agenda-change-all-lines'.
20685 (org-warning-face): Change color on dark background
20686
20687 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20688
20689 * international/mule-cmds.el (set-locale-environment): On Mac OS,
20690 use preferences AppleLocale and AppleLanguages, and variable
20691 mac-system-locale for default locale. On Mac OS Classic, use
20692 mac-system-coding-system for default coding systems.
20693
20694 * term/mac-win.el: Don't set file-name-coding-system.
20695 Decode variables system-name, emacs-build-system, user-login-name, and
20696 user-full-name by mac-system-coding-system on Mac OS Classic.
20697 (mac-system-coding-system): New variable.
20698
20699 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
20700
20701 * startup.el (command-line): Handle `xterm-mouse-mode' before
20702 reading init file.
20703
20704 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
20705
20706 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
20707
20708 * progmodes/sh-script.el (sh-here-document-word): Make it a
20709 defcustom. Doc fix.
20710 (sh-add): Bash uses $(( )) for arithmetic.
20711 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
20712 (sh-maybe-here-document): Remove quotes and leading whitespace
20713 from heredoc word when closing. Indent heredoc with tabs if word
20714 starts with "-".
20715
20716 2005-04-13 Richard M. Stallman <rms@gnu.org>
20717
20718 * simple.el (undo): Fix previous change.
20719
20720 * custom.el (defface): Doc fix.
20721
20722 2005-04-13 Lute Kamstra <lute@gnu.org>
20723
20724 * Makefile.in (DONTCOMPILE): Remove list.
20725 (compile, compile-always): Don't use DONTCOMPILE.
20726 (update-authors): Load the library in which batch-update-authors
20727 is defined.
20728 * makefile.w32-in (DONTCOMPILE): Remove list.
20729 (compile, compile-always): Fix comments.
20730 (update-authors): Load the library in which batch-update-authors
20731 is defined.
20732
20733 * generic-x.el (generic-mode-ini-file-find-file-hook):
20734 Rename to ini-generic-mode-find-file-hook.
20735 Keep generic-mode-ini-file-find-file-hook as an alias.
20736 (ini-generic-mode-find-file-hook): Rename from
20737 generic-mode-ini-file-find-file-hook. Fix docstring.
20738 (ini-generic-mode): Docstring change.
20739 (bat-generic-mode-run-as-comint): Silence the byte compiler.
20740
20741 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
20742 called from lisp.
20743
20744 * generic.el: Move to the emacs-lisp subdir.
20745
20746 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20747
20748 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
20749 and C-S- function and cursor motion keys.
20750
20751 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
20752
20753 * startup.el (command-line): Enable Xterm Mouse mode by default.
20754 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
20755 for Custom. No longer show "Mouse" in mode line when enabled.
20756 Doc fix.
20757
20758 2005-04-12 Kim F. Storm <storm@cua.dk>
20759
20760 * emulation/cua-base.el (cua-rectangle-face)
20761 (cua-rectangle-noselect-face): Define face attributes here.
20762
20763 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
20764
20765 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20766
20767 * startup.el (command-line): Turn off blinking cursor if
20768 cursorBlink in resources is off or false.
20769
20770 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20771
20772 * term/mac-win.el (dnd): Require dnd.
20773 (mac-drag-n-drop): Call dnd-handle-one-url.
20774 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
20775 (kTextEncodingISOLatin2): Remove constants.
20776 (mac-script-code-coding-systems): New constant.
20777 (mac-handle-language-change): New function.
20778 (special-event-map): Bind it to `language-change' event.
20779 (mac-centraleurroman, mac-cyrillic): New coding systems.
20780 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
20781 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
20782 and mac-cyrillic-encoder to encode-mac-centraleurroman and
20783 encode-mac-cyrillic, respectively.
20784
20785 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20786
20787 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
20788 Don't set overlay-arrow-string to "=>" as this is done
20789 globally in C now.
20790
20791 2005-04-12 Lute Kamstra <lute@gnu.org>
20792
20793 * generic-x.el (rc-generic-mode, rul-generic-mode):
20794 Fix auto-mode-alist entries.
20795 (etc-fstab-generic-mode): Tweak fontification.
20796
20797 * generic.el (generic-make-keywords-list): Fix docstring.
20798 (generic-mode-internal): Simplify generic-font-lock-keywords.
20799
20800 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20801
20802 * whitespace.el (whitespace-buffer-leading)
20803 (whitespace-buffer-trailing): Revert the incorrect test inversion.
20804 However, fix the highlight area for the leading and
20805 trailing whitespaces to show space.
20806
20807 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20808
20809 * whitespace.el (whitespace-version): Bump to 3.5
20810
20811 (whitespace-buffer-leading, whitespace-buffer-trailing):
20812 Invert sense of the test to highlight the whitespace.
20813
20814 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20815
20816 * progmodes/gud.el (gud-display-line): GUD uses its own
20817 overlay arrow now so don't set overlay-arrow-string.
20818 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
20819
20820 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
20821
20822 * term.el (term-ansi-current-bold, term-ansi-current-underline)
20823 (term-ansi-current-reverse, term-ansi-current-invisible)
20824 (term-ansi-face-already-done): Change to boolean.
20825 (term-reset-terminal, term-handle-colors-array): Handle the above
20826 vars accordingly.
20827 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
20828 (term-emulate-terminal): Use the new name.
20829
20830 * faces.el (secondary-selection): Use yellow1, not yellow.
20831 (trailing-whitespace): Use red1, not red.
20832
20833 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20834
20835 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
20836 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
20837 (dired-dnd-handle-file): Call dnd-get-local-file-uri
20838
20839 * cus-edit.el (dnd): New group.
20840
20841 * term/w32-win.el (dnd): Require dnd
20842 (w32-drag-n-drop): Call dnd-handle-one-url.
20843
20844 * x-dnd.el: Require dnd.
20845 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
20846 Call dnd-handle-one-url.
20847 (x-dnd-types-alist, x-dnd-insert-utf8-text)
20848 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
20849 to dnd-insert-text.
20850 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
20851 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
20852 (x-dnd-get-local-file-name, x-dnd-open-local-file)
20853 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
20854
20855 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
20856
20857 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20858
20859 * wdired.el: Doc fixes.
20860 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
20861 (wdired-use-dired-vertical-movement): Rename from
20862 wdired-always-move-to-filename-beginning.
20863 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
20864 (wdired-change-to-wdired-mode): Change mode name.
20865 (wdired-newline): Delete.
20866
20867 2005-04-11 Richard M. Stallman <rms@gnu.org>
20868
20869 * whitespace.el (whitespace-highlight-the-space):
20870 Don't call whitespace-unhighlight-the-space here.
20871
20872 * simple.el (undo): Record t in undo-equiv-table
20873 for the redo record made by an undo-in-region.
20874
20875 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20876
20877 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
20878 (gdb-frame-inferior-io-buffer): New Functions to control
20879 display of separate IO buffer.
20880 (menu): Add them to menu-bar.
20881 (gdb-display-buffer): Check for buffer another frame.
20882 Protect GUD buffer.
20883 (gdb-setup-windows): Create IO buffer if not already there.
20884 (gdb-memory-mode): Remove purecopy noops.
20885
20886 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20887
20888 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
20889 and pass to self-insert-command.
20890
20891 2005-04-11 Lute Kamstra <lute@gnu.org>
20892
20893 * generic.el: Commentary section cleanup.
20894 (generic): Delete.
20895 (generic-use-find-file-hook, generic-lines-to-scan)
20896 (generic-find-file-regexp, generic-ignore-files-regexp)
20897 (default-generic-mode, generic-mode-find-file-hook)
20898 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
20899 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
20900 (generic-use-find-file-hook, generic-lines-to-scan)
20901 (generic-find-file-regexp, generic-ignore-files-regexp)
20902 (default-generic-mode, generic-mode-find-file-hook)
20903 (generic-mode-ini-file-find-file-hook): Move from generic.el.
20904
20905 2005-04-10 Karl Fogel <kfogel@red-bean.com>
20906
20907 * bookmark.el (bookmark-write-file): Catch errors writing file.
20908 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
20909
20910 2005-04-10 Richard M. Stallman <rms@gnu.org>
20911
20912 * startup.el (fancy-splash-tail): Update copyright year.
20913 (command-line): Split part of -Q into -D.
20914 (emacs-basic-display): New defvar.
20915 (fancy-splash-text): Correct name of menu item.
20916
20917 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
20918
20919 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
20920 lines in one node.
20921
20922 * comint.el (comint-send-input): New arg ARTIFICIAL.
20923 Callers in this file changed.
20924
20925 * abbrev.el (define-abbrevs): Read system abbrevs properly.
20926
20927 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
20928
20929 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
20930
20931 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
20932 `ldap-search-internal'.
20933
20934 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20935
20936 * files.el (set-auto-mode-1): Use line-end-position.
20937
20938 * international/latin-1.el:
20939 * international/latin-2.el:
20940 * international/latin-3.el:
20941 * international/latin-4.el:
20942 * international/latin-5.el:
20943 * international/latin-8.el:
20944 * international/latin-9.el: Give punctuation syntax to NBSP.
20945
20946 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
20947 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
20948 Use char-classes to accept non-ascii letters, accepted in some recent
20949 bibtex implementations.
20950
20951 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
20952
20953 * custom.el (custom-set-minor-mode): Any non-nil value for the
20954 variable should enable the mode when set through Custom.
20955
20956 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20957
20958 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
20959 TAB binding so tab-always-indent is obeyed.
20960 (vhdl-minibuffer-local-map): Move initialization into declaration.
20961 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
20962 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
20963 (vhdl-hooked-abbrev): Avoid test for XEmacs.
20964 (vhdl-current-line): Use line-beginning-position.
20965 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
20966 with-output-to-temp-buffer, so the current position can be recorded.
20967
20968 2005-04-10 Masatake YAMATO <jet@gyve.org>
20969
20970 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20971 Add regexp for gcov.
20972
20973 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20974
20975 * calendar/time-date.el (time-to-seconds, seconds-to-time)
20976 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
20977 syntax which Emacs 20 doesn't support.
20978
20979 2005-04-09 Richard M. Stallman <rms@gnu.org>
20980
20981 * help.el (describe-key-briefly, describe-key):
20982 Replace strings as event types with "(any string)".
20983
20984 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20985
20986 * arc-mode.el (archive-mode-map): Move initialization into
20987 the declaration. Override *all* bindings of `undo'.
20988 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
20989
20990 2005-04-09 Jay Belanger <belanger@truman.edu>
20991
20992 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
20993
20994 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
20995
20996 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
20997 (xterm-register-default-colors): Update color values computation
20998 to match xterm-200.
20999
21000 2005-04-09 Kenichi Handa <handa@m17n.org>
21001
21002 * international/code-pages.el (iso-latin-7): Fix the map.
21003
21004 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21005
21006 * emacs-lisp/lisp.el (defun-prompt-regexp)
21007 (parens-require-spaces, buffer-end, end-of-defun)
21008 (insert-parentheses): Doc fixes.
21009
21010 2005-04-08 Kim F. Storm <storm@cua.dk>
21011
21012 * comint.el (comint-highlight-prompt): Fix face spec.
21013 * hi-lock.el (hi-green): Likewise.
21014
21015 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21016
21017 * cus-edit.el (custom-modified-face):
21018 * comint.el (comint-highlight-input): Fix previous changes.
21019 * term.el (term-handle-ansi-escape): Add a comment.
21020
21021 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21022
21023 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21024 in the buffer and in whitespace-highlighted-space.
21025 (whitespace-unhighlight-the-space): Simplify.
21026 (whitespace-buffer): Simplify.
21027
21028 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21029
21030 * textmodes/table.el (table-cell-face): Add special case for
21031 displays supporting a high number of colors.
21032 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21033 (vhdl-font-lock-reserved-words-face)
21034 (vhdl-speedbar-architecture-face)
21035 (vhdl-speedbar-instantiation-face)
21036 (vhdl-speedbar-architecture-selected-face)
21037 (vhdl-speedbar-instantiation-selected-face): Likewise.
21038 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21039 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21040 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21041 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21042 (ebrowse-progress-face): Likewise.
21043 * progmodes/compile.el (compilation-info-face): Likewise.
21044 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21045 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21046 * calendar/calendar.el (diary-face): Likewise.
21047 * woman.el (woman-italic-face, woman-bold-face)
21048 (woman-unknown-face): Likewise.
21049 * wid-edit.el (widget-button-pressed-face): Likewise.
21050 * whitespace.el (whitespace-highlight-face): Likewise.
21051 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21052 * pcvs-info.el (cvs-marked-face): Likewise.
21053 * info.el (info-xref): Likewise.
21054 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21055 * hilit-chg.el (highlight-changes-face)
21056 (highlight-changes-delete-face): Likewise.
21057 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21058 (hi-red-b): Likewise.
21059 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21060 * font-lock.el (font-lock-keyword-face)
21061 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21062 * cus-edit.el (custom-invalid-face, custom-modified-face)
21063 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21064 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21065 * comint.el (comint-highlight-prompt): Likewise.
21066
21067 2005-04-08 Lute Kamstra <lute@gnu.org>
21068
21069 * font-lock.el (font-lock-keywords): Docstring fixes.
21070
21071 2005-04-08 Kenichi Handa <handa@m17n.org>
21072
21073 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21074 chars are more than a limit, print " and more..." at the tail.
21075
21076 2005-04-08 Kim F. Storm <storm@cua.dk>
21077
21078 * emacs-lisp/authors.el (authors-aliases): Update list.
21079 (authors-ignored-files): New list.
21080 (authors-fixed-entries): Fix typo.
21081 (authors-renamed-files-alist): Update list.
21082 (authors-add): Check authors-ignored-files.
21083
21084 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21085
21086 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21087 optional, to ensure backward compatibility.
21088
21089 2005-04-08 Stephen Eglen <stephen@gnu.org>
21090
21091 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21092
21093 2005-04-08 Kim F. Storm <storm@cua.dk>
21094
21095 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21096
21097 * mouse.el (mouse-on-link-p): Doc fix.
21098
21099 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21100
21101 * ielm.el (ielm-prompt-read-only): Doc fix.
21102
21103 * comint.el (comint-prompt-read-only): Doc fix.
21104
21105 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21106
21107 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21108 ensure dired always handles wildcards passed to ffap.
21109 (find-file-at-point): Use it.
21110 (ffap-dired-wildcards): Doc fix.
21111
21112 2005-04-07 Juri Linkov <juri@jurta.org>
21113
21114 * simple.el (next-error-overlay-arrow-position): New defvar.
21115 Put "=>" on its property `overlay-arrow-string'. Add it to
21116 `overlay-arrow-variable-list'.
21117
21118 * progmodes/compile.el (compilation-setup):
21119 Set `next-error-overlay-arrow-position' to nil. Also set it to
21120 nil in the local hook `kill-buffer-hook'. Make local variable
21121 `overlay-arrow-string' and set it to "=>".
21122 (compilation-goto-locus): Set BOL position to
21123 `next-error-overlay-arrow-position' instead of
21124 `overlay-arrow-position'.
21125
21126 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21127 locally instead of adding it to the global hook.
21128 (Info-kill-buffer): Move up.
21129
21130 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21131
21132 * term/xterm.el (xterm-standard-colors): Update color values from
21133 xterm-200.
21134
21135 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21136
21137 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21138
21139 * fast-lock.el:
21140 * lazy-lock.el: Move them to the obsolete subdir.
21141
21142 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21143
21144 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21145 (wdired-add-replace-advice): Remove.
21146 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21147
21148 2005-04-06 Kim F. Storm <storm@cua.dk>
21149
21150 * startup.el (command-line): Add --bare-bones alias for -Q.
21151
21152 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21153
21154 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21155 create the startup fontset if a font specification ends with
21156 `mac-roman'.
21157
21158 2005-04-06 Lute Kamstra <lute@gnu.org>
21159
21160 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21161 change.
21162
21163 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21164 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21165
21166 2005-04-05 Lute Kamstra <lute@gnu.org>
21167
21168 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21169 (define-generic-mode): Ditto. Fix debug declaration.
21170
21171 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21172 Put them in the generic-x group.
21173
21174 * calendar/timeclock.el (timeclock): Doc fix.
21175
21176 * generic.el (define-generic-mode): Don't use custom-current-group.
21177 Document default :group value.
21178 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21179 (define-global-minor-mode): Don't use custom-current-group.
21180
21181 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21182
21183 * startup.el (command-line-1): Display startup-echo-area-message
21184 when fancy splash screen is in use.
21185
21186 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21187 (sh-escaped-newline): New face.
21188 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21189 newline, and use sh-escaped-newline face.
21190
21191 * progmodes/tcl.el (tcl-escaped-newline): New face.
21192 (tcl-builtin-list): New variable.
21193 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21194 newlines. Fix keywords subexpression number.
21195
21196 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21197
21198 * textmodes/org.el (org-diary-default-entry): Fix call to
21199 `add-to-diary-entry'.
21200
21201 2005-04-05 Kim F. Storm <storm@cua.dk>
21202
21203 * ediff-init.el: Use (featurep 'xemacs).
21204
21205 2005-04-05 David Ponce <david@dponce.com>
21206
21207 * cus-edit.el (face): Derive from symbol widget. Display sample
21208 of the current face on the fly.
21209 (widget-face-sample-face-get, widget-face-notify): New functions.
21210 (widget-face-value-create): Remove.
21211
21212 * wid-edit.el (widget-field-end): Temporarily remove field
21213 narrowing before to call `get-char-property'.
21214
21215 2005-04-04 Jay Belanger <belanger@truman.edu>
21216
21217 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21218 (math-read-subscripts): New variable.
21219 (math-read-preprocess-string): Process subscripts.
21220
21221 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21222
21223 * comint.el (comint-prompt-read-only): Doc fix.
21224
21225 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21226 `-1'. Doc fix.
21227
21228 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21229
21230 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21231 Change default value to nil.
21232
21233 2005-04-04 Lute Kamstra <lute@gnu.org>
21234
21235 * autorevert.el (auto-revert-mode): Specify :group.
21236 * battery.el (display-battery-mode): Specify :group.
21237 * diff-mode.el (diff-minor-mode): Specify :group.
21238 * font-core.el (font-lock-mode): Specify :group.
21239 * hl-line.el (hl-line-mode): Specify :group.
21240 * iimage.el (iimage): New customization group.
21241 (iimage-mode): Specify :group.
21242 * longlines.el (longlines-mode): Specify :group.
21243 * master.el: Don't require easy-mmode.
21244 (master): New customization group.
21245 (master-mode): Specify :group.
21246 * msb.el (msb-mode): Specify :group.
21247 * reveal.el (reveal-mode): Specify :group.
21248 * simple.el (next-error-follow-minor-mode): Specify :group.
21249 * smerge-mode.el (smerge-mode): Specify :group.
21250 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21251 * emulation/cua-base.el (cua-mode): Specify :group.
21252 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21253 * language/thai-util.el (thai-auto-composition-mode)
21254 (thai-word-mode): Specify :group.
21255 * mail/supercite.el (sc-minor-mode): Specify :group.
21256 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21257 * progmodes/flymake.el (flymake-mode): Specify :group.
21258 * progmodes/glasses.el (glasses-mode): Specify :group.
21259 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21260 * textmodes/enriched.el (enriched-mode): Specify :group.
21261 * textmodes/refill.el (refill-mode): Specify :group.
21262
21263 * add-log.el (change-log-font-lock-keywords): Names in
21264 parenthesized lists can contain spaces.
21265
21266 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21267
21268 * startup.el (fancy-splash-text): Shorten default text of
21269 "Emacs Tutorial" line. Also, if the current language env
21270 indicates an available tutorial file other than TUTORIAL,
21271 extract its title and append it to the line in parentheses.
21272 (fancy-splash-insert): If arg is a thunk, funcall it.
21273
21274 2005-04-04 Jay Belanger <belanger@truman.edu>
21275
21276 * calc.el (calc-language-alist): Add tags to customization type.
21277
21278 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21279
21280 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21281 Doc fix.
21282
21283 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21284
21285 * add-log.el (change-log-font-lock-keywords): The manual
21286 describing a Change Log entry, says: (...) "Aside from these
21287 header lines, every line in the change log starts with a space or
21288 a tab.". The font-lock was not highlighting lines started with
21289 spaces, added support for it.
21290
21291 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21292
21293 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21294 (bibtex-generate-url-list): Update docstring accordingly. Put the
21295 complex example in the docstring.
21296 (bibtex-font-lock-url): Use pop.
21297
21298 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21299
21300 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21301
21302 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21303
21304 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21305
21306 * filesets.el (filesets-set-default): Doc fix.
21307
21308 2005-04-03 Lute Kamstra <lute@gnu.org>
21309
21310 * generic.el (define-generic-mode): Add argument to specify
21311 keywords for defcustom.
21312 (default-generic-mode): Specify :group.
21313
21314 * generic-x.el: Specify :group for all generic modes.
21315
21316 * desktop.el (desktop-no-desktop-file-hook)
21317 (desktop-after-read-hook): Doc fix.
21318
21319 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21320
21321 * simple.el (visible-mode): Use explicit :group keyword.
21322 This changes the group of `visible-mode-hook' from paren-blinking
21323 to editing-basics.
21324
21325 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21326
21327 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21328 mailbox specifications as well as URLs.
21329 (rmail-insert-inbox-text): Remove unused conditional branches.
21330
21331 2005-04-01 Jay Belanger <belanger@truman.edu>
21332
21333 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21334 (calc-gnuplot-print-command): Move definitions to calc.el.
21335
21336 * calc/calc-embed.el (calc-embedded-announce-formula)
21337 (calc-embedded-open-formula, calc-embedded-close-formula)
21338 (calc-embedded-open-word, calc-embedded-close-word)
21339 (calc-embedded-open-plain, calc-embedded-close-plain)
21340 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21341 (calc-embedded-open-mode, calc-embedded-close-mode):
21342 Move definitions to calc.el.
21343
21344 * calc/calc.el (calc-settings-file, calc-language-alist):
21345 Make customizable.
21346 (calc-embedded-announce-formula, calc-embedded-open-formula)
21347 (calc-embedded-close-formula, calc-embedded-open-word)
21348 (calc-embedded-close-word, calc-embedded-open-plain)
21349 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21350 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21351 (calc-embedded-close-mode, calc-gnuplot-name)
21352 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21353 from other files and make customizable.
21354
21355 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21356
21357 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21358 Use buffer-live-p.
21359 (cvs-mode-run): Don't call cvs-update-header here.
21360 (cvs-run-process): Call cvs-update-header.
21361 Use process properties for cvs-postprocess and cvs-buffer so that
21362 the sentinel can behave better if the temp buffer is killed.
21363 Use a pipe rather than a tty, to better handle unexpected prompts.
21364 (cvs-sentinel): Rewrite. Call cvs-update-header.
21365
21366 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21367
21368 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21369 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21370
21371 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21372
21373 * generic.el (define-generic-mode): Add indentation rule.
21374
21375 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21376
21377 * files.el (mode-require-final-newline): Make Custom correctly
21378 report a nil value and allow to set it to nil via Custom.
21379 Doc fix.
21380
21381 2005-04-01 Kenichi Handa <handa@m17n.org>
21382
21383 * international/characters.el: Enable the correct case setting for
21384 dotless-i and dotted-I.
21385
21386 2005-04-01 Kim F. Storm <storm@cua.dk>
21387
21388 * ido.el (ido-file-internal): Fall back to non-ido command if
21389 initial directory is on slow ftp (or tramp) host.
21390
21391 2005-03-31 Richard M. Stallman <rms@gnu.org>
21392
21393 * emacs-lisp/autoload.el (make-autoload):
21394 Handle define-global-minor-mode.
21395
21396 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21397 Rename from easy-mmode-define-global-mode.
21398 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21399
21400 * progmodes/scheme.el (scheme-mode-syntax-table):
21401 Update syntax of | and # for two-character comment syntax.
21402
21403 2005-03-31 Lute Kamstra <lute@gnu.org>
21404
21405 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21406 (define-minor-mode): Call custom-current-group at load-time.
21407
21408 * generic.el (define-generic-mode): Add debug declaration.
21409 Add defcustom for the mode hook.
21410 (generic-mode-internal): Use run-mode-hooks.
21411
21412 2005-03-31 Kim F. Storm <storm@cua.dk>
21413
21414 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21415 (mouse-fixup-help-message): New defun called by show_help_echo
21416 to fixup mouse-2 prefix in help messages when applicable.
21417
21418 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21419
21420 2005-03-31 Kenichi Handa <handa@m17n.org>
21421
21422 * language/thai-word.el (thai-find-word-ends): Pay attention to
21423 the case that we reach the end of buffer.
21424
21425 * textmodes/fill.el (fill-text-properties-at): New function.
21426 (fill-newline): Use fill-text-properties-at instead of
21427 text-properties-at.
21428
21429 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21430
21431 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21432 not comint-quote-filename.
21433
21434 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21435
21436 * help-fns.el (help-with-tutorial): Revert last change.
21437
21438 2005-03-31 Kim F. Storm <storm@cua.dk>
21439
21440 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21441
21442 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21443
21444 * calendar/cal-china.el: Update reference to "Calendrical
21445 Calculations" book; there's a new edition.
21446 * calendar/cal-coptic.el: Likewise.
21447 * calendar/cal-french.el: Likewise.
21448 * calendar/cal-hebrew.el: Likewise.
21449 * calendar/cal-islam.el: Likewise.
21450 * calendar/cal-iso.el: Likewise.
21451 * calendar/cal-julian.el: Likewise.
21452 * calendar/cal-mayan.el: Likewise.
21453 * calendar/cal-persia.el: Likewise.
21454 * calendar/calendar.el: Likewise.
21455 * calendar/holidays.el: Likewise.
21456 * calendar/lunar.el: Likewise.
21457 * calendar/solar.el: Likewise.
21458
21459 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21460 white space from doc string.
21461
21462 2005-03-30 Jay Belanger <belanger@truman.edu>
21463
21464 * calc/calc-help.el (calc-full-help): Remove email address.
21465
21466 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21467
21468 * help-fns.el (help-with-tutorial): Delete title line.
21469
21470 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21471
21472 * calendar/cal-x.el (calendar-one-frame-setup)
21473 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21474 rather than `symbol' for set-window-dedicated-p.
21475
21476 * calendar/appt.el (appt-buffer-name): Make it a constant.
21477 (appt-add): Doc fix.
21478
21479 * filesets.el (filesets-menu-path, filesets-menu-before)
21480 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21481 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21482 (filesets-add-submenu): Delete and use add-submenu instead.
21483
21484 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21485
21486 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21487 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21488 (org-diary-default-entry): New function.
21489 (org-get-entries-from-diary): Better parsing of diary entries.
21490 (org-agenda-check-no-diary): New function.
21491 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21492 linking to diary entries.
21493 (org-agenda-execute-calendar-command): New function.
21494 (org-agenda): Improve visible section in window.
21495 Use `org-fit-agenda-window'.
21496 (org-fit-agenda-window): New option.
21497 (org-move-subtree-down): Better handling of empty lines
21498 at end of subtree.
21499 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21500 levels up.
21501 (org-fontify-done-headline): New option.
21502 (org-headline-done-face): New face.
21503 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21504 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21505 When current field is non-empty, it is copied to next row.
21506 (org-table-copy-from-above): Fix bug which made it
21507 impossible to copy fields containing only a single non-white character.
21508
21509 2005-03-30 Kim F. Storm <storm@cua.dk>
21510
21511 * kmacro.el (kmacro-end-macro): Isearch may store this command
21512 into the macro -- so ignore it when executing keyboard macro.
21513
21514 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21515
21516 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21517
21518 2005-03-29 Kenichi Handa <handa@m17n.org>
21519
21520 * language/thai.el ("Thai"): Set setup-function and exit-function
21521 for Thai language environment.
21522
21523 * language/thai-util.el: Require thai-word.
21524 (thai-word-mode-map): New variable.
21525 (thai-word-mode): New minor mode.
21526 (setup-thai-language-environment-internal): New function.
21527 (exit-thai-language-environment-internal): New function.
21528
21529 * language/thai-word.el (thai-word-table): Declare it by defvar,
21530 use dolist to initialize it.
21531 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21532 (thai-fill-find-break-point): New functions.
21533
21534 2005-03-29 Richard M. Stallman <rms@gnu.org>
21535
21536 * simple.el (idle-update-delay): Move definition up.
21537 (set-mark): Doc fix.
21538
21539 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21540
21541 * longlines.el: New file.
21542
21543 * simple.el (buffer-substring-filters): New variable.
21544 (filter-buffer-substring): New function.
21545 (kill-region, copy-region-as-kill): Use it.
21546
21547 * register.el (copy-to-register, append-to-register)
21548 (prepend-to-register): Use filter-buffer-substring.
21549
21550 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21551
21552 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21553 (gud-filter-pending-text): Move in front of gdb.
21554 (gud-overlay-arrow-position): New variable.
21555 (gud-sentinel, gud-display-line): Use it in place of
21556 overlay-arrow-position.
21557
21558 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21559
21560 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21561 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21562 (fortran-font-lock-keywords-4): New variable.
21563 (fortran-blocks-re, fortran-end-block-re)
21564 (fortran-start-block-re): New constants, for hideshow.
21565 (hs-special-modes-alist): Add a Fortran entry.
21566 (fortran-mode-map): Bind fortran-end-of-block,
21567 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21568 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21569 (fortran-looking-at-if-then, fortran-end-of-block)
21570 (fortran-beginning-of-block): New functions, for hideshow.
21571
21572 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21573 Doc fix. Tweak regexp.
21574 (f90-beginning-of-block): Push mark first.
21575
21576 2005-03-29 Jay Belanger <belanger@truman.edu>
21577
21578 * calc/calc.el: Update copyright date.
21579 (calc-version): Increase to 2.1.
21580 (calc-version-date): Remove.
21581
21582 * calc/calc-help.el: Update copyright date.
21583 (calc-full-help): Remove reference to calc-version-date.
21584 Update copyright date.
21585
21586 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21587
21588 * vc.el (vc-do-command): Use a pipe for async processes, so password
21589 prompts don't show up at places where the user can't reply.
21590
21591 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21592
21593 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21594 on the file name we pass to the inferior shell.
21595
21596 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21597
21598 * progmodes/which-func.el (which-function): Be robust in the face of an
21599 imenu--make-index-alist failure.
21600
21601 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21602
21603 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21604
21605 * progmodes/python.el (python-preoutput-filter): Fix last change.
21606
21607 2005-03-29 Lute Kamstra <lute@gnu.org>
21608
21609 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21610 functions and compiled macros.
21611 (debug-convert-byte-code): Handle macros too.
21612 (debug-on-entry-1): Don't signal an error when trying to clear a
21613 function that is not set to debug on entry.
21614
21615 2005-03-29 Jay Belanger <belanger@truman.edu>
21616
21617 * calc/calc-lang.el: Add functions to math-function-table
21618 properties of tex and math.
21619
21620 2005-03-29 Kenichi Handa <handa@m17n.org>
21621
21622 * ps-mule.el (ps-mule-plot-string): Translate characters by
21623 ps-print-translation-table.
21624 (ps-mule-begin-job): Call find-charset-region/string with
21625 ps-print-translation-table.
21626 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21627
21628 * ps-print.el (ps-print-translation-table): New variable.
21629 (ps-plot-region): Translate characters by ps-print-translation-table.
21630
21631 2005-03-29 Juri Linkov <juri@jurta.org>
21632
21633 * simple.el (next-error-highlight-timer): New variable.
21634
21635 * progmodes/compile.el (compilation-goto-locus):
21636 Use `next-error-highlight-timer' instead of `sit-for'.
21637
21638 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21639
21640 * mail/supercite.el (sc-mail-field): Use assoc-string.
21641 (sc-get-address): Simplify regexps.
21642
21643 * files.el (minibuffer-with-setup-hook): New macro.
21644 (find-file-read-args): Use it to avoid let-binding
21645 minibuffer-with-setup-hook (which breaks turning on/off
21646 file-name-shadow-mode while in the prompt).
21647
21648 * complete.el (PC-read-include-file-name-internal):
21649 Use test-completion.
21650
21651 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
21652
21653 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21654
21655 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21656
21657 * window.el (window-buffer-height): Use count-screen-lines.
21658
21659 * progmodes/python.el (python-preoutput-leftover): New var.
21660 (python-preoutput-filter): Use it.
21661 (python-send-receive): Loop until all the result has been received.
21662
21663 2005-03-28 Juri Linkov <juri@jurta.org>
21664
21665 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21666
21667 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21668 "Recover Crashed Session".
21669 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21670 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21671 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21672 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21673 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21674 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21675 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21676 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21677
21678 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
21679 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
21680 Ediff Sessions", "Toggle use of separate control buffer frame",
21681 "Use separate frame for Ediff control buffer".
21682
21683 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
21684 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
21685 "Rename Bookmark", "Delete Bookmark".
21686
21687 * info.el (Info-mode-menu): Remove ellipsis from "Index".
21688 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
21689 Add `:active Info-index-alternatives' to "Next Matching Item".
21690
21691 * wdired.el (wdired-change-to-wdired-mode):
21692 Mention `wdired-abort-changes' key in the initial message.
21693
21694 * international/mule.el (auto-coding-alist): Associate non-ascii
21695 image filename extensions with `no-conversion'.
21696
21697 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
21698
21699 * international/iso-acc.el:
21700 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
21701
21702 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
21703
21704 * textmodes/sgml-mode.el (html-mode): Doc update.
21705
21706 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
21707
21708 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
21709
21710 * term.el (term-move-columns): Fix face after extending a line.
21711 (term-insert-spaces): Likewise.
21712 (term-reset-terminal): Fix off by one error.
21713
21714 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21715
21716 * international/mule.el (auto-coding-alist): Add .xpi files.
21717
21718 * files.el (auto-mode-alist): Add .xpi files.
21719
21720 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
21721
21722 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
21723
21724 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21725
21726 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
21727
21728 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21729
21730 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
21731 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
21732
21733 * calendar/cal-move.el (calendar-beginning-of-year): Move the
21734 cursor to Jan 1 when needed.
21735 (calendar-end-of-year): Fix -/+ typo.
21736 Reported by Chong Yidong <cyd@stupidchicken.com>.
21737
21738 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21739
21740 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
21741
21742 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
21743 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
21744
21745 2005-03-25 Richard M. Stallman <rms@gnu.org>
21746
21747 * filesets.el (filesets-init): Add autoload.
21748
21749 * mail/mailalias.el (mail-directory): Doc fix.
21750
21751 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21752
21753 * mail/mailalias.el (mail-directory-process): Do nothing if
21754 mail-directory-process is an atom.
21755 (mail-get-names): Ignore mail-directory-names if it is an atom.
21756 (mail-directory-process defvar): Doc fix.
21757 (mail-names): Doc fix.
21758
21759 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
21760
21761 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
21762
21763 2005-03-26 Kenichi Handa <handa@m17n.org>
21764
21765 * international/mule-util.el (detect-coding-with-priority):
21766 Call update-coding-systems-internal before detect-coding-region.
21767
21768 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
21769
21770 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
21771 (gdb-frames-mode-map): Add follow-link property.
21772
21773 2005-03-25 Jay Belanger <belanger@truman.edu>
21774
21775 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
21776 for variables.
21777
21778 2005-03-25 Juri Linkov <juri@jurta.org>
21779
21780 * image-mode.el: Optimize image filename extension regexps in
21781 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
21782 in `auto-mode-alist'.
21783 (image-mode): Add `image-toggle-display-text' to local hook
21784 `change-major-mode-hook'. Display the image as an image by
21785 default. Set `cursor-type' and `truncate-lines' if the image
21786 is already displayed. Take into account the current mode (image
21787 or text) in message.
21788 (image-minor-mode): New minor mode.
21789 (image-mode-maybe, image-toggle-display-text): New functions.
21790 (image-toggle-display): Use called-interactively-p.
21791 Let-bind `inhibit-read-only' to t.
21792
21793 * image-mode.el (image-minor-mode): Set `cursor-type' and
21794 `truncate-lines' if the image is already displayed. Add turning
21795 image-minor-mode off to `change-major-mode-hook'. Add message.
21796 Call `image-toggle-display-text' after turning image-minor-mode off.
21797
21798 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
21799
21800 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
21801 Terminal.app, use utf-8.
21802 (set-display-table-and-terminal-coding-system): Add coding-system arg.
21803 (set-locale-environment): Use it.
21804
21805 * term/xterm.el: Undo last change, better done in mule-cmds.el.
21806
21807 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
21808
21809 * progmodes/python.el (python-close-block-statement-p)
21810 (python-outdent-p, python-current-defun): Use symbol-end.
21811
21812 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21813
21814 * files.el (save-some-buffers): Doc fix.
21815
21816 2005-03-25 Werner Lemberg <wl@gnu.org>
21817
21818 * complete.el, thumbs.el: Replace `legal' with `valid'.
21819 * calendar/calendar.el: Replace `legal' with `valid'.
21820 * emacs-lisp/advice.el: Replace `legal' with `valid'.
21821 * mail/supercite.el: Replace `legal' with `valid'.
21822 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
21823 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
21824 Replace `legal' with `valid'.
21825 * textmodes/reftex-vars.el, textmodes/reftex.el:
21826 Replace `legal' with `valid'.
21827
21828 2005-03-25 Werner Lemberg <wl@gnu.org>
21829
21830 * calc/calc-forms.el, calc/calc-sel.el
21831 * midnight.el, vc-cvs.el
21832 * emacs-lisp/cl-macs.el
21833 * emulation/vip.el
21834 * eshell/esh-io.el, eshell/esh-var.el
21835 * mail/supercite.el
21836 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
21837 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
21838 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
21839 * progmodes/sh-script.el, progmodes/xscheme.el
21840 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
21841 * textmodes/reftex-index.el, textmodes/reftex-parse.el
21842 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
21843 * textmodes/reftex.el, textmodes/org.el:
21844 Replace `illegal' with `invalid'.
21845
21846 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21847
21848 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
21849 (flymake-find-buildfile, flymake-find-possible-master-files)
21850 (flymake-check-include, flymake-parse-line): Replace loops over the
21851 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
21852
21853 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
21854 Substitute file-name-as-directory in the rest of the file.
21855 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
21856 (flymake-replace-region): Remove unused arg `buffer'.
21857 (flymake-check-patch-master-file-buffer): Update calls to it.
21858 (flymake-add-err-info): Remove unused var `count'.
21859 (flymake-mode): Use define-minor-mode.
21860
21861 * progmodes/flymake.el: Use with-current-buffer.
21862 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
21863 flymake-replace-regexp-in-string, flymake-line-beginning-position)
21864 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
21865 Avoid testing for `xemacs'.
21866 (flymake-nop): Move.
21867 (flymake-region-has-flymake-overlays): Return the computed value.
21868 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
21869 Remove unused var `endline'.
21870 (flymake-get-line-count): Remove unused function.
21871 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
21872
21873 * emulation/vi.el:
21874 * generic.el:
21875 * hilit-chg.el (global-highlight-changes):
21876 * hi-lock.el (hi-lock-mode):
21877 * follow.el: find-file-hooks -> find-file-hook.
21878
21879 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
21880
21881 2005-03-24 Juri Linkov <juri@jurta.org>
21882
21883 * dired.el (dired-mode-map): Add menu item "Compare directories"
21884 for dired-compare-directories.
21885
21886 * dired-aux.el (dired-compare-directories): Add autoload cookie.
21887 Doc fix. Replace `read-file-name' with `read-directory-name'.
21888
21889 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21890
21891 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
21892
21893 2005-03-24 Jay Belanger <belanger@truman.edu>
21894
21895 * calc/calc-embed.el (calc-embedded-mode-change): Save all
21896 relevant mode settings in calc-embedded-original-modes when modes
21897 are permanently changed.
21898
21899 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21900
21901 * autoinsert.el: find-file-hooks -> find-file-hook.
21902
21903 2005-03-24 Lute Kamstra <lute@gnu.org>
21904
21905 * generic.el (generic-font-lock-defaults): Make it obsolete.
21906 (generic-font-lock-keywords): New variable to replace
21907 generic-font-lock-defaults.
21908 (generic-mode-set-font-lock): Delete it.
21909 (generic-mode-internal): Don't call generic-mode-set-font-lock.
21910 (generic-bracket-support): Add docstring.
21911
21912 * generic-x.el: Rename generic-font-lock-defaults to
21913 generic-font-lock-keywords throughout.
21914 (mailagent-rules-setup-function): Delete it.
21915 (mailagent-rules-generic-mode): Use anonymous function instead.
21916 (show-tabs-generic-mode-font-lock-defaults-1)
21917 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
21918 Quote faces.
21919 (show-tabs-tab-face, show-tabs-space-face): Specify background,
21920 not foreground.
21921
21922 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
21923 Recognize define-generic-mode.
21924
21925 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
21926
21927 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
21928 if there's no completion table.
21929
21930 2005-03-23 Miles Bader <miles@gnu.org>
21931
21932 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21933 Remove tty-specific variants, as they're no longer needed.
21934
21935 2005-03-23 Lute Kamstra <lute@gnu.org>
21936
21937 * generic-x.el: Code cleanup: make args constant whenever possible.
21938 (installshield-statement-keyword-list)
21939 (installshield-system-functions-list)
21940 (installshield-system-variables-list, installshield-types-list)
21941 (installshield-funarg-constants-list): Make them constants.
21942
21943 * generic.el (generic-make-keywords-list): Add autoload cookie.
21944
21945 * calendar/time-date.el: Add comment on time value formats.
21946 Don't require parse-time.
21947 (with-decoded-time-value): New macro.
21948 (encode-time-value): New function.
21949 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21950 (days-to-time): Return a valid time value when arg is huge.
21951 (time-since): Use time-subtract.
21952 (time-to-number-of-days): Use time-to-seconds.
21953
21954 2005-03-23 David Ponce <david@dponce.com>
21955
21956 * recentf.el (recentf-keep): New option.
21957 (recentf-menu-action): Default to `find-file'.
21958 (recentf-keep-non-readable-files-flag)
21959 (recentf-keep-non-readable-files-p)
21960 (recentf-file-readable-p, recentf-find-file)
21961 (recentf-cleanup-remote): Remove.
21962 (recentf-include-p): More robust.
21963 (recentf-keep-p): New function.
21964 (recentf-remove-if-non-kept): Rename from
21965 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
21966 All callers updated.
21967 (recentf-menu-items-for-commands): Fix help string.
21968 (recentf-track-closed-file): Update. Doc fix.
21969 (recentf-cleanup): Update. Count removed files. Doc fix.
21970
21971 2005-03-23 Kim F. Storm <storm@cua.dk>
21972
21973 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21974 Don't inherit from fringe face (now happens automatically).
21975
21976 2005-03-22 Kim F. Storm <storm@cua.dk>
21977
21978 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
21979 position values.
21980
21981 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21982
21983 * menu-bar.el (showhide-date-time): Remove.
21984 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
21985 (menu-bar-make-mm-toggle): Simplify.
21986
21987 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21988
21989 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
21990 Accept qualified variable and function names.
21991
21992 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
21993
21994 * bindings.el (completion-ignored-extensions):
21995 Remove ".lis" for `vax-vms'.
21996
21997 2005-03-22 Andreas Schwab <schwab@suse.de>
21998
21999 * generic-x.el: Revert last change.
22000 * ldefs-boot.el: Update.
22001
22002 2005-03-22 Jay Belanger <belanger@truman.edu>
22003
22004 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22005 (calc-embedded-save-original-modes)
22006 (calc-embedded-restore-original-modes): New functions.
22007 (calc-do-embedded): Save original modes when entering embedded mode
22008 and restore when leaving embedded mode.
22009 (calc-embedded-modes-change): Change the value of
22010 calc-embedded-original-modes to reflect permanent changes.
22011
22012 2005-03-22 Lute Kamstra <lute@gnu.org>
22013
22014 * generic-x.el: Require generic again.
22015
22016 2005-03-22 Miles Bader <miles@gnu.org>
22017
22018 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22019 Tweak details to look good on both ttys and bitmap displays, light
22020 or dark background, etc.
22021
22022 2005-03-21 Kim F. Storm <storm@cua.dk>
22023
22024 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22025 mouse position.
22026
22027 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22028
22029 * icomplete.el: Don't forcibly turn on the mode upon load.
22030 (icomplete-mode): Use define-minor-mode.
22031 (icomplete-eoinput): Default to nil.
22032 (icomplete-minibuffer-setup): Remove autoload.
22033 (icomplete-tidy): Simplify.
22034 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22035 in the initial state or if the user has modified the field.
22036 Fix handling of icomplete-max-delay-chars.
22037 Remove code that handles the oddball case where
22038 minibuffer-completion-table is an integer.
22039 Wrap icomplete-completions in while-no-input in case building
22040 completions takes more time than expected.
22041 (icomplete-completions): Simplify.
22042
22043 2005-03-21 Richard M. Stallman <rms@gnu.org>
22044
22045 * jka-compr.el (jka-compr-really-do-compress):
22046 Make variable buffer-local.
22047
22048 * image-mode.el: Handle .xpm files too.
22049 (image-toggle-display): Preserve modification flag.
22050
22051 * help.el (where-is): Don't mention aliases with no key bindings.
22052
22053 2005-03-21 Lute Kamstra <lute@gnu.org>
22054
22055 * generic.el: Fix commentary section. Don't require cl for
22056 compilation.
22057 (generic-mode-list): Add autoload cookie.
22058 (generic-use-find-file-hook, generic-lines-to-scan)
22059 (generic-find-file-regexp, generic-ignore-files-regexp)
22060 (generic-mode, generic-mode-find-file-hook)
22061 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22062 (define-generic-mode): Make it a defmacro. Fix docstring.
22063 (generic-mode-internal): Code cleanup. Add autoload cookie.
22064 (generic-mode-set-comments): Code cleanup.
22065 * generic-x.el: Don't prevent compilation. Don't require generic.
22066 Follow coding conventions. Minor code cleanup.
22067 (etc-fstab-generic-mode): Add some keywords.
22068 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22069 define-generic-mode like a function declaration.
22070
22071 2005-03-21 Jay Belanger <belanger@truman.edu>
22072
22073 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22074 changing modes.
22075
22076 2005-03-21 Sam Steingold <sds@gnu.org>
22077
22078 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22079
22080 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22081
22082 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22083 Add underscore to "f$ lexicals" regexp.
22084
22085 2005-03-20 Juri Linkov <juri@jurta.org>
22086
22087 * subr.el (progress-reporter-do-update): When `min-value' is equal
22088 to `max-value', set `percentage' to 0 and prevent division by zero.
22089
22090 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22091
22092 Sync with Tramp 2.0.48.
22093
22094 * net/tramp.el (all): Change all addresses to .gnu.org.
22095 (tramp-append-tramp-buffers): New defun.
22096 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22097 Catch `dont-send' signal.
22098 (tramp-set-auto-save-file-modes): Set always permissions, because
22099 there might be an old auto-saved file belonging to another
22100 original file. This could be a security threat. Reported by
22101 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22102 Check for Emacs 21.3.50 removed.
22103
22104 * net/tramp-smb.el (all): Remove debug construct for
22105 `with-parsed-tramp-file-name'.
22106 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22107 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22108 No error message if DIRECTORY or FILENAME doesn't exist.
22109 (tramp-smb-open-connection): Check existence of
22110 `tramp-smb-program'.
22111
22112 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22113
22114 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22115 Properly handle the case where the `m' or `s' command's argument is not
22116 yet terminated.
22117 (perl-indent-new-calculate): New function.
22118 (perl-indent-line): Use it.
22119
22120 2005-03-20 Miles Bader <miles@gnu.org>
22121
22122 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22123 in text-mode too. Change to new face names.
22124 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22125 Add `:weight bold' attribute.
22126 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22127
22128 2005-03-19 Juri Linkov <juri@jurta.org>
22129
22130 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22131
22132 * international/mule.el (auto-coding-alist): Sync with
22133 `auto-mode-alist' by adding upper case archive file extensions
22134 and adding ear/war to jar extension.
22135
22136 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22137
22138 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22139 running, restart it.
22140
22141 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22142
22143 * finder.el (finder-current-item): Throw an error on an empty line.
22144
22145 * man.el (Man-follow-manual-reference): If current-word returns
22146 nil, use "".
22147
22148 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22149
22150 * simple.el (goto-line): Doc fix.
22151
22152 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22153
22154 * files.el (save-buffer): Doc fix.
22155
22156 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22157
22158 * recentf.el (recentf-cleanup-remote): New variable.
22159 (recentf-cleanup): Use it to conditionally check availability of
22160 remote files.
22161
22162 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22163
22164 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22165 function names.
22166
22167 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22168
22169 * language/thai-word.el: New file.
22170
22171 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22172
22173 * files.el (backup-buffer): If the file's directory is not
22174 writable, use copy instead of move to backup the file.
22175
22176 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22177
22178 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22179
22180 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22181
22182 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22183 Use functionp instead of symbolp and fboundp. Reported by Drkm
22184 <darkman_spam@yahoo.fr>.
22185 (ps-print-version): New version 6.6.6.
22186
22187 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22188
22189 * textmodes/table.el (table--line-column-position): New idiom.
22190 (table--row-column-insertion-point-p): New function to test
22191 validity of row and column insertion operation at a location.
22192 (table-global-menu, table-cell-menu): Use above functions for
22193 deterministic test operation.
22194 (table--editable-cell-p): Behave in deterministic fashion.
22195
22196 2005-03-18 Juri Linkov <juri@jurta.org>
22197
22198 * isearch.el (isearch-lazy-highlight-new-loop):
22199 Make arguments beg and end optional.
22200 (isearch-update): Remove optional arguments nil from
22201 isearch-lazy-highlight-new-loop.
22202 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22203 isearch-lazy-highlight-case-fold-search instead of
22204 isearch-case-fold-search, and let-bind isearch-regexp to
22205 isearch-lazy-highlight-regexp.
22206 Use isearch-lazy-highlight-last-string instead of isearch-string.
22207
22208 * replace.el (perform-replace): Remove bindings of global
22209 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22210 Add three new arguments to `replace-highlight'.
22211 (replace-highlight): Add arguments string, regexp, case-fold.
22212 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22213 to allow isearch-lazy-highlight-new-loop to use these values
22214 to set corresponding isearch-lazy-highlight-* internal
22215 variables whose values lazy highlighting will use regardless of
22216 changes to global variables isearch-string, isearch-regexp,
22217 isearch-case-fold-search during lazy highlighting loop.
22218 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22219 to `lazy-highlight-cleanup'.
22220
22221 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22222 (ispell-highlight-face): Set default face to `isearch' when
22223 lazy highlighting is enabled.
22224 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22225 priority to 1. Add lazy highlighting.
22226 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22227 from `isearch-dehighlight'.
22228
22229 2005-03-18 David Ponce <david@dponce.com>
22230
22231 * files.el (hack-local-variables): Do a case-insensitive search
22232 for End.
22233
22234 2005-03-18 Juri Linkov <juri@jurta.org>
22235
22236 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22237 `isearch-lazy-highlight-cleanup', add alias to old name and
22238 declare obsolete. Add release numbers to other obsolete vars.
22239 (isearch-done, isearch-lazy-highlight-new-loop):
22240 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22241 (lazy-highlight-cleanup) <variable>: Doc fix.
22242 (isearch-lazy-highlight-update): Rename obsolete
22243 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22244
22245 2005-03-18 Kenichi Handa <handa@m17n.org>
22246
22247 * language/thai-util.el: Fix categorization of Thai characters in
22248 thai-category-table.
22249 (thai-composition-pattern): Adjust it for the above change.
22250 (thai-self-insert-command, thai-compose-syllable): New functions.
22251 (thai-compose-region): Use thai-compose-syllable.
22252 (thai-compose-string): Likewise.
22253 (thai-composition-function): Likewise.
22254 (thai-auto-composition): New function.
22255 (thai-auto-composition-mode): New minor mode.
22256
22257 * language/thai.el: Fix patterns to be registered in
22258 composition-function-table.
22259
22260 * international/quail.el (quail-input-method): Locally bind
22261 inhibit-modification-hooks to t.
22262
22263 2005-03-17 Richard M. Stallman <rms@gnu.org>
22264
22265 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22266 (perl-mode): Use run-mode-hooks.
22267
22268 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22269 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22270 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22271
22272 * mail/sendmail.el (sendmail-send-it): Reenable the code
22273 to compute resend-to-address and use it.
22274
22275 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22276
22277 * image-mode.el: New file.
22278
22279 * image.el (insert-sliced-image): Add autoload cookie.
22280
22281 * font-lock.el (font-lock-lines-before): New user option.
22282 (font-lock-after-change-function): Obey it.
22283
22284 * bindings.el (esc-map): Make M-g a prefix.
22285 Bind M-g g and M-g M-g to goto-line.
22286
22287 * faces.el (face-id): Doc fix.
22288
22289 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22290
22291 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22292 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22293 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22294
22295 * mail/sendmail.el (mail-yank-ignored-headers)
22296 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22297 Add Mail-Followup-To and Mail-Reply-To headers.
22298 (mail-citation-hook): Add autoload cookie.
22299 (mail-mode): Doc fix.
22300 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22301 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22302 (mail-mode-fill-paragraph): Handle those headers.
22303 (mail-mailing-lists): New variable.
22304 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22305
22306 2005-03-17 Juri Linkov <juri@jurta.org>
22307
22308 * isearch.el (isearch-fallback): Check for `(car previous)'
22309 before calling `isearch-other-end-state'.
22310
22311 2005-03-17 Kim F. Storm <storm@cua.dk>
22312
22313 * simple.el (move-beginning-of-line): Move to beginning of buffer
22314 line, as well as beginning of screen line.
22315
22316 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22317
22318 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22319 argument REDRAW rather than calendar-redrawing variable.
22320 * calendar/calendar.el (calendar-redrawing): Delete.
22321 (redraw-calendar): Do not bind calendar-redrawing.
22322
22323 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22324
22325 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22326 diary-file buffer.
22327
22328 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22329
22330 * help.el (describe-mode): Allow a :minor-mode-function property to
22331 specify a different minor mode toggle function than the variable.
22332 * simple.el (auto-fill-function):
22333 * subr.el (add-minor-mode): Use it.
22334
22335 2005-03-16 Kenichi Handa <handa@m17n.org>
22336
22337 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22338 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22339 (ethio-fidel-to-sera-buffer): Likewise.
22340
22341 2005-03-16 Juri Linkov <juri@jurta.org>
22342
22343 * emacs-lisp/find-func.el (find-function-regexp):
22344 Add defun-emitting macro `menu-bar-make-toggle'.
22345
22346 * isearch.el: Put `isearch-scroll' property to
22347 `split-window-horizontally'.
22348
22349 * info.el: Update error messages for `debug-ignored-errors'.
22350 (Info-isearch-search): Doc fix.
22351 (Info-find-node): Move up code to go into info buffer before
22352 recording the node to the history.
22353 (Info-fontify-node): Fontify titles only if the next line
22354 has two or more `*', `=', `-', `.'.
22355 Display "go to this node" for empty (match-string 3).
22356
22357 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22358
22359 * term/mac-win.el: Add mouse pointer shape constants.
22360
22361 2005-03-15 Kim F. Storm <storm@cua.dk>
22362
22363 * simple.el (move-beginning-of-line): Use vertical-motion.
22364
22365 2005-03-15 Juri Linkov <juri@jurta.org>
22366
22367 * isearch.el (isearch-error): New variable.
22368 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22369 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22370 (isearch-within-brackets-state): Remove.
22371 (isearch-case-fold-search-state, isearch-pop-fun-state):
22372 Decrease frame index.
22373 (isearch-mode, isearch-top-state, isearch-push-state)
22374 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22375 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22376 (isearch-search, isearch-lazy-highlight-new-loop):
22377 Replace `isearch-invalid-regexp' with `isearch-error'.
22378 Remove `isearch-within-brackets'.
22379 (isearch-search): Add `search-failed' handler to `condition-case'.
22380 (isearch-lazy-highlight-search): Add `condition-case' to catch
22381 errors and allow `isearch-lazy-highlight-update' to try
22382 highlighting from the beginning of the window.
22383 (isearch-repeat): Move up code to set isearch-wrapped to t
22384 before calling isearch-wrap-function.
22385
22386 * info.el (Info-isearch-initial-node): New internal variable.
22387 (Info-search): Signal an error in isearch mode when search leaves
22388 the initial node. Signal an error when `bound' is non-nil and
22389 nothing was found in the current subfile.
22390 (Info-isearch-search): Remove `condition-case'.
22391 (Info-isearch-wrap): Don't wrap when search failed during leaving
22392 the initial node. If `Info-isearch-search' is nil, wrap around
22393 the current node.
22394 (Info-isearch-start): New fun.
22395 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22396 `isearch-mode-hook'.
22397
22398 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22399
22400 * simple.el (normal-erase-is-backspace): Set default to t if
22401 running on Mac.
22402
22403 * term/mac-win.el (function-key-map): Sync with x-win.el.
22404
22405 2005-03-15 Kenichi Handa <handa@m17n.org>
22406
22407 * international/mule-cmds.el (locale-language-names): Modify the
22408 format of elements and add more entries.
22409 (locale-preferred-coding-systems): Add more entries.
22410 (set-locale-environment): Adjust for the change of
22411 locale-language-names.
22412
22413 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22414
22415 * pcvs.el (smerge-ediff): Remove bogus autoload.
22416
22417 2005-03-14 Lute Kamstra <lute@gnu.org>
22418
22419 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22420 Ignore a `*' at the beginning of a line.
22421
22422 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22423 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22424 subr.el.
22425 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22426 to specify indentation.
22427
22428 * generic.el (define-generic-mode): Let generic-mode-list be a
22429 list of strings; test membership with equal.
22430
22431 2005-03-14 Kim F. Storm <storm@cua.dk>
22432
22433 * simple.el (next-line, previous-line): Add optional try-vscroll
22434 arg to recognize interactive use. Pass it on to line-move.
22435 (line-move): Don't perform auto-window-vscroll when defining or
22436 executing keyboard macro to ensure consistent behavior.
22437
22438 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22439
22440 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22441
22442 2005-03-13 Lute Kamstra <lute@gnu.org>
22443
22444 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22445 debugger-setup-buffer so that backtrace marks the frames set to
22446 debug-on-exit and we don't have to do it manually. Set an extra
22447 debug-on-exit for macro's.
22448 (debugger-setup-buffer): Don't mark the top frame manually.
22449
22450 2005-03-12 Lute Kamstra <lute@gnu.org>
22451
22452 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22453 lisp-indent-function throughout.
22454 (with-no-warnings): Set lisp-indent-function property.
22455
22456 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22457
22458 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22459 Add entry for backslash.
22460
22461 2005-03-12 Juri Linkov <juri@jurta.org>
22462
22463 * info.el (Info-search): Four fixes for backward search.
22464
22465 2005-03-11 Jay Belanger <belanger@truman.edu>
22466
22467 * calc/calc.el (calc-language-alist): New variable.
22468 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22469 (calc-embedded-find-modes): Use calc-language-alist instead of
22470 calc-embedded-language-alist.
22471
22472 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22473
22474 * calendar/calendar.el (calendar-redrawing): New internal
22475 variable.
22476 (redraw-calendar): Remove bogus save-excursion from previous
22477 change. Bind calendar-redrawing to t for mark-diary-entries.
22478 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22479 calendar if that is why we were called.
22480
22481 2005-03-11 Kenichi Handa <handa@m17n.org>
22482
22483 * international/mule.el (make-coding-system): Set property
22484 coding-system-define-form to nil.
22485 (define-coding-system-alias): Likewise.
22486
22487 2005-03-11 Kenichi Handa <handa@m17n.org>
22488
22489 These changes are suggested by Dave Love <fx@gnu.org>.
22490
22491 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22492 coding: tag.
22493 (adaptive-fill-regexp): Add more bullets.
22494 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22495 regexps.
22496
22497 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22498
22499 * help.el (describe-mode): Properly handle non-trivial lighters.
22500 Don't ignore minor modes that are not listed in minor-mode-list.
22501
22502 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22503 feature ON when the user requests to turn it OFF.
22504
22505 2005-03-10 Lute Kamstra <lute@gnu.org>
22506
22507 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22508 (implement-debug-on-entry): New function to replace debug-entry-code.
22509 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22510 second argument as the 2005-03-07 change makes it obsolete.
22511 (debug-on-entry, cancel-debug-on-entry): Update call to
22512 debug-on-entry-1.
22513 (debug, debugger-setup-buffer): Comment update.
22514 (debugger-frame-number): Update to work with implement-debug-on-entry.
22515
22516 2005-03-10 Jay Belanger <belanger@truman.edu>
22517
22518 * calc/calc-embed.el (math-ms-args): Declare it.
22519 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22520 math-ms-args.
22521 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22522 variables.
22523
22524 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22525
22526 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22527 Use message-box.
22528
22529 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22530 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22531 (tooltip-gud-tips): Simplify.
22532 (tooltip-gud-tips-p): Remove superfluous :set.
22533 (tooltip-gud-modes): Add fortran-mode.
22534 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22535
22536 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22537
22538 2005-03-09 Kim F. Storm <storm@cua.dk>
22539
22540 * play/animate.el (animate-place-char): Use forward-line instead
22541 of next-line to improve performance.
22542
22543 2005-03-09 Simon Josefsson <jas@extundo.com>
22544
22545 * net/browse-url.el (browse-url-default-browser): Doc fix.
22546
22547 2005-03-09 Miles Bader <miles@gnu.org>
22548
22549 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22550 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22551
22552 2005-03-09 Kenichi Handa <handa@m17n.org>
22553
22554 * international/latin-1.el: Set case and syntax for 255 only if
22555 set-case-syntax-set-multibyte is nil.
22556
22557 * textmodes/ispell.el (ispell-insert-word): New function.
22558 (ispell-word): Use ispell-insert-word to insert a new word.
22559 (ispell-process-line): Likewise.
22560 (ispell-complete-word): Likewise.
22561
22562 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22563
22564 * calendar/calendar.el (redraw-calendar): Preserve point.
22565 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22566 (calendar-week-start-day): Move after definition of
22567 redraw-calendar. Delete buffer test, since redraw-calendar has
22568 that now.
22569
22570 * calendar/diary-lib.el (mark-diary-entries): Only call
22571 redraw-calendar in the first of any recursive calls.
22572 Reported by Alan Shutko <ats@acm.org>.
22573
22574 2005-03-08 Juri Linkov <juri@jurta.org>
22575
22576 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22577 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22578 (html-radio-buttons): Add a space before the trailing `/>' where
22579 sgml-xml-mode is non-nil.
22580 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22581 the subsequent tag of the empty XML tag.
22582 (html-href-anchor): Don't set initial input to "http:".
22583 (html-image): Ask for the image URL and set point inside alt="".
22584 (html-name-anchor): Duplicate the name in the `id' attribute when
22585 sgml-xml-mode is non-nil.
22586 (html-paragraph): Remove \n before <p>.
22587 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22588 instead of `checked' when sgml-xml-mode is non-nil.
22589
22590 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22591 Remove 1 space before #RRGGBB to not truncate it on terminal
22592 windows w/o fringes. Remove 1 space between bg and fg examples
22593 to get more space.
22594 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22595 avoid byte-compile warnings.
22596
22597 * image-file.el (image-file-handler): Put `safe-magic' property to
22598 `image-file-handler'.
22599
22600 * info.el (Info-isearch-search): Emulate word search in
22601 isearching through multiple Info nodes with Info-search.
22602 (Info-isearch-wrap): Allow isearch-word.
22603
22604 2005-03-08 Lute Kamstra <lute@gnu.org>
22605
22606 * emacs-lisp/debug.el (debugger-step-through): Make sure that
22607 stepping into the debugger's code is not possible.
22608 (debugger-jumping-flag): Docstring update.
22609
22610 2005-03-08 Jay Belanger <belanger@truman.edu>
22611
22612 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22613 embedded mode begins.
22614 (calc-embedded-language-alist): New variable.
22615 (calc-embedded-find-modes): Use calc-embedded-language-alist to
22616 set default language mode.
22617
22618 2005-03-08 Kenichi Handa <handa@m17n.org>
22619
22620 * international/ccl.el (define-ccl-program): Fix docstring about
22621 extra 256 bytes assured for the output buffer.
22622
22623 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22624 Fix BUFFER_MAGNIFICATION to 2.
22625 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22626
22627 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
22628
22629 * align.el (align-rules-list): Added an alignment rule for CSS
22630 declarations (applies to css-mode and html-mode buffers).
22631
22632 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22633
22634 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22635
22636 2005-03-07 Kim F. Storm <storm@cua.dk>
22637
22638 * simple.el (move-beginning-of-line): New command.
22639
22640 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22641
22642 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22643
22644 * emulation/cua-base.el: Put CUA move property on move-end-of-line
22645 and move-beginning-of-line.
22646
22647 * apropos.el (apropos-print): Omit command from M-x ... RET.
22648
22649 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
22650
22651 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22652 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22653
22654 2005-03-06 Richard M. Stallman <rms@gnu.org>
22655
22656 * bindings.el (esc-map): Bind M-g to goto-line.
22657
22658 * facemenu.el (global-map): Bind M-o, not M-g.
22659
22660 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22661
22662 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22663 "Open Directory" as for "Open File".
22664
22665 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
22666
22667 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22668 (push-mark-command): Run activate-mark-hook.
22669
22670 2005-03-06 Richard M. Stallman <rms@gnu.org>
22671
22672 * help-mode.el (help-mode-finish): Don't alter the element
22673 in view-return-to-alist if there already is one.
22674
22675 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22676 make sure the current buffer is the expected one.
22677
22678 * novice.el (disabled-command-function): Output in *Disabled Command*.
22679 Explicitly ignore non-keyboard events, and explicitly handle C-g.
22680
22681 * textmodes/flyspell.el (flyspell-large-region):
22682 Pass args differently for aspell.
22683
22684 * files.el (mode-require-final-newline): Doc fix.
22685
22686 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22687
22688 * progmodes/which-func.el (which-function):
22689 Specify NOERROR when calling imenu--make-index-alist.
22690
22691 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
22692
22693 * simple.el (normal-erase-is-backspace): Define default value.
22694
22695 * custom.el (custom-theme-set-variables): Remove unused var
22696 `immediate'.
22697 (custom-reevaluate-setting): Simple function to handle variables
22698 that are defined before their default value can really be
22699 computed.
22700
22701 * startup.el (command-line): Use it for temporary-file-directory,
22702 small-emporary-file-directory, auto-save-file-name-transforms,
22703 blink-cursor-mode, and normal-erase-is-backspace.
22704
22705 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
22706 progress, even with buggy anchored keywords.
22707
22708 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
22709
22710 * simple.el (goto-line): Remove unbalanced final parenthesis.
22711
22712 2005-03-05 Richard M. Stallman <rms@gnu.org>
22713
22714 * simple.el (goto-line): Use a number at point as the default.
22715 With C-u as arg, switch buffers.
22716
22717 2005-03-05 Juri Linkov <juri@jurta.org>
22718
22719 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
22720 with `no-blinking-cursor'.
22721
22722 * startup.el (no-blinking-cursor): New defvar.
22723 (command-line): Add `--no-blinking-cursor' to longopts.
22724 Set `no-blinking-cursor' to t for command line arguments
22725 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
22726 with `no-blinking-cursor' in the condition for calling
22727 `blink-cursor-mode'.
22728
22729 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
22730
22731 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
22732 (menu-bar-options-save): Add blink-cursor-mode.
22733 (menu-bar-options-menu): Add blink-cursor-mode.
22734
22735 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
22736
22737 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22738 (icalendar-export-file, icalendar-export-region)
22739 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
22740 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
22741
22742 2005-03-04 Lute Kamstra <lute@gnu.org>
22743
22744 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
22745 (debug-function-list): Ditto.
22746
22747 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
22748
22749 * textmodes/texinfmt.el (texinfo-append-refill):
22750 Redefine the types of line to which @refill
22751 is not appended by replacing a search for `@refill\\|@bye' with
22752 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
22753 itemize@refill' bug and the unfilled long lines bug.
22754 (texinfmt-version): Update number and date.
22755
22756 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
22757
22758 * international/code-pages.el (windows-1250, windows-125[2-8])
22759 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
22760
22761 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
22762
22763 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
22764 bound yet.
22765
22766 2005-03-02 Romain Francoise <romain@orebokech.com>
22767
22768 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
22769 buffer after removing limits.
22770 (ibuffer-pop-filter): Ditto.
22771 Update copyright.
22772
22773 2005-03-02 Miles Bader <miles@gnu.org>
22774
22775 * button.el (make-text-button): If the user doesn't specify a
22776 type, use the default. Rewrite to use `add-text-properties' and
22777 plist functions.
22778
22779 2005-03-01 Lute Kamstra <lute@gnu.org>
22780
22781 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22782 (debugger-jumping-flag): New var.
22783 (debug-entry-code): Use it.
22784 (debugger-jump): Use debugger-jumping-flag and add
22785 debugger-reenable to post-command-hook.
22786 (debugger-reenable): Use debugger-jumping-flag and remove itself
22787 from post-command-hook.
22788 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
22789 debugger-reenable.
22790
22791 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
22792
22793 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
22794 inclusion of "itemize\\|", which may be unnecessary, is certainly
22795 inelegant, and stops refilling in itemize lists when formatting
22796 Japanese Texinfo files to Info.
22797 Update copyright to 2005.
22798
22799 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
22800
22801 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
22802 of an error if GDB can't find the source file.
22803
22804 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22805
22806 * calendar/calendar.el (redraw-calendar): Work from any buffer,
22807 not just the calendar.
22808
22809 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
22810 first.
22811 (diary-redraw-calendar): New function.
22812 (make-diary-entry): Add diary-redraw-calendar to local
22813 write-contents-functions. Turn off selective display before
22814 inserting in diary.
22815
22816 2005-03-01 Kim F. Storm <storm@cua.dk>
22817
22818 * emacs-lisp/copyright.el (copyright-fix-years): New command.
22819
22820 2005-03-01 Lute Kamstra <lute@gnu.org>
22821
22822 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
22823 that debug-entry-code can be safely removed from a function while
22824 this code is being evaluated. Revert the 2005-02-27 change as the
22825 new implementation no longer requires it. Make sure that a
22826 function body containing just a string is not mistaken for a docstring.
22827 (debug): Skip one more frame in case of debug on entry.
22828 (debugger-setup-buffer): Delete one more frame line in case of
22829 debug on entry.
22830 (debugger-frame-number): Update to use the new text introduced by
22831 the 1999-11-03 change. Skip one more frame in case of debug on entry.
22832
22833 2005-02-28 Kim F. Storm <storm@cua.dk>
22834
22835 * double.el (double-translate-key): Call force-window-update after
22836 read-event to avoid crash in redisplay.
22837
22838 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
22839
22840 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
22841 (debug): Use it. Move the inhibit-trace earlier.
22842 (debug-entry-code): New const.
22843 (debug-on-entry-1): Use it.
22844
22845 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
22846
22847 * international/utf-16.el (ccl-encode-mule-utf-16le):
22848 Fix BUFFER_MAGNIFICATION to 2.
22849 (ccl-encode-mule-utf-16be): Likewise.
22850
22851 2005-02-28 Kenichi Handa <handa@m17n.org>
22852
22853 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22854 Fix BUFFER_MAGNIFICATION to 4.
22855 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22856
22857 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
22858
22859 * speedbar.el (speedbar-update-flag): Doc fix.
22860 (speedbar-show-info-under-mouse): Give set-mouse-position the right
22861 argument.
22862
22863 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
22864
22865 * reveal.el (reveal-post-command): Don't try to reveal overlays which
22866 have a non-nil `invisible' property but are actually visible.
22867
22868 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
22869 for perldoc sections.
22870 (perl-outline-regexp, perl-outline-level): New var and function.
22871 (perl-mode): Use them.
22872
22873 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
22874
22875 * calendar/diary-lib.el (diary-remind): Discard any mark portion
22876 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
22877
22878 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
22879
22880 * cus-edit.el: Comment change.
22881 (custom-buffer-create-internal): Slightly reword text at top of
22882 Custom buffers. Mention there that saving an option edits the
22883 init file. Add link to Emacs manual node on `custom-file'.
22884 (custom-magic-alist): Rewrite individual State messages to use
22885 capitalized keywords. Doc fix.
22886
22887 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
22888
22889 * calendar/calendar.el (calendar-buffer): Move above
22890 calendar-week-start-day.
22891 (calendar-week-start-day): Doc fix. Add :set function.
22892 (calendar-minimum-window-height): New variable.
22893 (generate-calendar-window): Only resize window if selected-window
22894 is displaying the calendar buffer. Use new variable
22895 calendar-minimum-window-height.
22896 (generate-calendar): Reword error message.
22897 (calendar-mode-map): Bind DEL to scroll-other-window-down.
22898
22899 2005-02-27 Andreas Schwab <schwab@suse.de>
22900
22901 * vc.el (vc-do-command): Don't run command asynchronously when
22902 operating in a remote directory.
22903
22904 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
22905 change from sync with Tramp 2.0.47.
22906
22907 2005-02-27 Richard M. Stallman <rms@gnu.org>
22908
22909 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
22910
22911 * textmodes/flyspell.el (flyspell-mode-on):
22912 Call ispell-change-dictionary only if necessary.
22913
22914 * emacs-lisp/re-builder.el (regexp-builder): New function.
22915
22916 * register.el (describe-register-1): Explicitly handle
22917 yank-excluded-properties = t.
22918
22919 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
22920 (custom-magic-alist): Change the status descriptions again.
22921 (face widget-type): Total rewrite based on `restricted-sexp'
22922 to eliminate the confusing double hiding levels.
22923
22924 * emacs-lisp/debug.el (debug-on-entry-1):
22925 If function body is empty, add nil as body form.
22926
22927 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
22928
22929 * emacs-lisp/trace.el (inhibit-trace): New var.
22930 (trace-make-advice): Use it.
22931
22932 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
22933
22934 2005-02-26 Kim F. Storm <storm@cua.dk>
22935
22936 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
22937 (mouse-on-link-p, mouse-drag-region-1): Use it.
22938
22939 2005-02-25 Lute Kamstra <lute@gnu.org>
22940
22941 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
22942
22943 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
22944
22945 * frame.el (blink-cursor-mode): Add :group keyword.
22946
22947 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
22948
22949 * calendar/icalendar.el (icalendar--decode-isodatetime):
22950 New optional argument DAY-SHIFT.
22951 (icalendar-export-region): Fix coding-system-for-write.
22952 (icalendar--convert-ical-to-diary): Shift end-day of all-day
22953 events by one.
22954
22955 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
22956
22957 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
22958
22959 2005-02-24 Kim F. Storm <storm@cua.dk>
22960
22961 * international/iso-acc.el (iso-accents-compose): Fix crash
22962 during redisplay. Call force-window-update after read-event
22963 and delete-region to signal that window is not accurate.
22964
22965 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
22966
22967 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
22968 Remove unused and inexistent var `inhibit-trace'.
22969 (debugger-mode): Use run-mode-hooks.
22970 (debugger-list-functions): Add buttons; setup xref stack.
22971
22972 2005-02-23 Richard M. Stallman <rms@gnu.org>
22973
22974 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
22975 appointment says it was explicitly made.
22976 (appt-add): Set the 3rd element.
22977 (appt-make-list): Preserve explicit appointments.
22978
22979 * subr.el (find-tag-default): Catch errors in forward-sexp.
22980
22981 2005-02-23 Juri Linkov <juri@jurta.org>
22982
22983 * info.el (Info-isearch-search): New defcustom.
22984 (Info-isearch-search): Call the default isearch function
22985 when Info-isearch-search is nil.
22986 (Info-isearch-wrap): Use variable Info-isearch-search.
22987
22988 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
22989
22990 * cus-edit.el: Comment change.
22991
22992 2005-02-22 Kim F. Storm <storm@cua.dk>
22993
22994 * progmodes/hideif.el (hide-ifdef-use-define-alist):
22995 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
22996
22997 2005-02-22 Simon Josefsson <jas@extundo.com>
22998
22999 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23000 New variable.
23001 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23002 Oskarsson" <myrkraverk@users.sourceforget.net>.
23003
23004 2005-02-22 Kim F. Storm <storm@cua.dk>
23005
23006 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23007 check that window of that event is the selected window.
23008 (mouse-drag-region-1): Compare mouse event window to selected
23009 window before setting point.
23010
23011 * tooltip.el (tooltip-show-help-function): Pass event to
23012 mouse-on-link-p so it can check selected window.
23013
23014 2005-02-22 Kenichi Handa <handa@m17n.org>
23015
23016 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23017 (ps-mule-show-warning): New function.
23018 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23019 characters are found.
23020
23021 * ps-print.el (ps-header-footer-string): Return a list of header
23022 and footer strings.
23023
23024 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23025
23026 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23027
23028 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23029
23030 * frame.el (blink-cursor-mode): Use define-minor-mode.
23031
23032 * term/mac-win.el (function-key-map): Use char-names more consistently.
23033 (file-name-coding-system): Only set it for MacOS-9. The other case is
23034 already handled in mule-cmds.el (where it also works when mac-win.el
23035 is not used).
23036
23037 2005-02-21 Kenichi Handa <handa@m17n.org>
23038
23039 * international/mule.el (ctext-pre-write-conversion): Always use
23040 " *code-converting-work*" buffer for work.
23041
23042 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23043
23044 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23045
23046 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23047
23048 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23049
23050 * ses.el (undo-more): Restore defadvice, but only the part that
23051 allows changes outside the restricted area of the buffer.
23052
23053 2005-02-20 Kim F. Storm <storm@cua.dk>
23054
23055 * simple.el (line-move): Add fourth optional arg try-vscroll which
23056 must be set to perform auto-window-vscroll.
23057 When moving backwards and doing auto-window-vscroll, automatically
23058 vscroll to the last part of lines which are taller than the window.
23059 (next-line, previous-line): Set try-vscroll arg on line-move.
23060
23061 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23062
23063 * replace.el (query-replace, query-replace-regexp)
23064 (replace-string, replace-regexp): When operating on region, make
23065 the minibuffer prompt say so.
23066
23067 * isearch.el (isearch-forward): Document isearch-query-replace and
23068 isearch-query-replace-regexp keybindings.
23069
23070 2005-02-19 Jay Belanger <belanger@truman.edu>
23071
23072 * calc/calc-aent.el (math-read-token): Add local variable.
23073
23074 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23075 (calc-edit-top): Move declaration to earlier in file.
23076 (calc-edit-macro-repeats): Add local variables.
23077
23078 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23079 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23080 calcFunc-tanh.
23081 Adjust integration rule for calcFunc-tan.
23082
23083 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23084
23085 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23086 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23087 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23088 (viper-skip-separators): Bug fix.
23089 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23090 particular major mode.
23091 (viper-del-backward-char-in-replace): Don't put deleted char on the
23092 kill ring.
23093
23094 * viper-ex.el (viper-color-display-p): New function.
23095 (viper-has-face-support-p): Use viper-color-display-p.
23096
23097 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23098
23099 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23100
23101 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23102 (viper-file-remote-p): Make equivalent to file-remote-p.
23103
23104 * viper.el (viper-major-mode-modifier-list):
23105 Use viper-gnus-modifier-map.
23106
23107 2005-02-19 David Kastrup <dak@gnu.org>
23108
23109 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23110 quoting.
23111
23112 2005-02-19 Jay Belanger <belanger@truman.edu>
23113
23114 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23115 Remove extra definitions.
23116 (calc-coth): New function.
23117 (calcFunc-cot): Fix `let'.
23118
23119 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23120
23121 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23122 the reasons we use "type pc" in these faces.
23123
23124 * button.el (button): Ditto.
23125
23126 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23127
23128 * replace.el (query-replace-read-from): Set the value of
23129 query-replace-from-history-variable to handle the case of an empty
23130 string entered to accept the suggested default.
23131
23132 * net/tramp.el (tramp-file-name-for-operation):
23133 Use dired-call-process instead of dired-call-process-command.
23134
23135 2005-02-19 Jay Belanger <belanger@truman.edu>
23136
23137 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23138 (math-div-non-trig): New variables.
23139 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23140 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23141 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23142 trig expressions.
23143
23144 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23145
23146 * progmodes/gdb-ui.el (gdb-var-update-handler)
23147 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23148 for watch expressions,
23149 (gdb-var-create-handler): Don't set speedbar-update-flag.
23150 (gdb-post-prompt): Simplify test for speedbar.
23151
23152 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23153
23154 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23155 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23156 we use the syntax table of the correct buffer.
23157 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23158 Felix Gatzemeier.
23159
23160 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23161 (ediff-file-remote-p): Make synonymous with file-remote-p.
23162 In all deffaces ediff-*-face-*, use min-colors.
23163
23164 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23165 ediff-recurse-to-subdirectories.
23166 (ediff-mark-if-equal): Check that the arguments are strings, use
23167 ediff-same-contents (after to Felix Gatzemeier).
23168
23169 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23170 nil.
23171
23172 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23173
23174 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23175
23176 2005-02-18 David Kastrup <dak@gnu.org>
23177
23178 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23179 use `mark-active' when defined.
23180
23181 2005-02-18 Kenichi Handa <handa@m17n.org>
23182
23183 * ps-print.el (ps-font-info-database): New entry
23184 ZapfChancery-MediumItalic with correct font name. Fix font name
23185 of the entry Zapf-Chancery-MediumItalic.
23186
23187 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23188
23189 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23190
23191 2005-02-16 Kim F. Storm <storm@cua.dk>
23192
23193 * ido.el (ido-fallback-command): Pass user input to fallback command.
23194
23195 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23196
23197 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23198 (gdb-find-file-hook): Add server prefix.
23199
23200 2005-02-16 Richard M. Stallman <rms@gnu.org>
23201
23202 * replace.el (perform-replace): Pass new args to replace-highlight.
23203 (replace-highlight): Take region args,
23204 and pass them to isearch-lazy-highlight-new-loop.
23205
23206 * novice.el (disabled-command-hook): Autoload the defalias
23207 and the make-obsolete-variable call.
23208
23209 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23210
23211 * isearch.el (isearch-lazy-highlight-start-limit)
23212 (isearch-lazy-highlight-end-limit): New variables limit
23213 the region for highlighting.
23214 (isearch-lazy-highlight-new-loop): New args BEG and END.
23215 (isearch-lazy-highlight-search): Use the new vars.
23216 (isearch-lazy-highlight-update): Likewise.
23217
23218 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23219
23220 * cus-start.el (all): Use default-boundp.
23221
23222 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23223
23224 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23225
23226 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23227
23228 * autorevert.el (auto-revert-stop-on-user-input)
23229 (auto-revert-verbose): Doc fixes.
23230
23231 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23232
23233 * international/mule-cmds.el (set-locale-environment): Remove call
23234 to set-selection-coding-system on Windows.
23235
23236 2005-02-15 Jay Belanger <belanger@truman.edu>
23237
23238 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23239 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23240 calcFunc-coth.
23241 (math-simplify-sqrt): Add simplifications.
23242
23243 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23244 to list.
23245
23246 * calc/calc-ext.el: Add functions to autoloads.
23247
23248 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23249 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23250 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23251 (math-csc-raw, math-cot-raw): New functions.
23252
23253 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23254
23255 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23256 the variable name in a message.
23257
23258 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23259 calcFunc-csc, calcFunc-cot.
23260
23261 * calc/calcalg2.el: Add derivative and integration rules for
23262 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23263 calcFunc-csch, calcFunc-coth.
23264 (math-do-integral-methods): Add to checks for when to use
23265 substitutions.
23266
23267 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23268
23269 2005-02-15 Lute Kamstra <lute@gnu.org>
23270
23271 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23272 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23273 <monnier@iro.umontreal.ca>
23274 (lisp-outline-level): Improve efficiency. Suggested by David
23275 Kastrup <dak@gnu.org>.
23276
23277 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23278
23279 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23280 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23281 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23282 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23283 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23284
23285 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23286
23287 * cus-start.el (all): Comment change.
23288
23289 2005-02-14 Lute Kamstra <lute@gnu.org>
23290
23291 * cus-start.el (all): Check if symbol is void.
23292
23293 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23294
23295 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23296 optional argument to \cite.
23297
23298 2005-02-14 Richard M. Stallman <rms@gnu.org>
23299
23300 * cus-edit.el (custom-buffer-create-internal): Update help message.
23301 (custom-magic-alist): Update help messages.
23302
23303 * cus-start.el (all): Allow a var to specify a standard value.
23304
23305 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23306
23307 * custom.el (custom-theme-set-variables): Handle variable aliases.
23308
23309 * frame.el (blink-cursor-timer): Doc fix.
23310 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23311 declare obsolete.
23312 (blink-cursor-mode): Define with defcustom and use correct
23313 standard expression in that defcustom.
23314 * startup.el (command-line): Adapt to above changes in frame.el.
23315
23316 2005-02-11 Lute Kamstra <lute@gnu.org>
23317
23318 * apropos.el (apropos-score-doc): Prevent division by zero.
23319
23320 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23321
23322 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23323 (icalendar--get-event-property-attributes)
23324 (icalendar--get-event-properties)
23325 (icalendar--datetime-to-diary-date): New functions.
23326 (icalendar--split-value): Doc fix.
23327 (icalendar--datetime-to-noneuropean-date)
23328 (icalendar--datetime-to-european-date): New optional argument
23329 SEPARATOR. Return result as a string instead of a list.
23330 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23331 (icalendar--convert-string-for-export): Rename arg S to STRING.
23332 (icalendar-export-region): Doc fix. Change name of error buffer.
23333 Save output buffer.
23334 (icalendar-import-file): Add blank at end of prompt.
23335 (icalendar-import-buffer): Doc fix. Do not switch to error
23336 buffer. Indicate status in return value.
23337 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23338 buffer. Save output buffer. Handle exception from recurrence
23339 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23340 events. Fix problems with weekly all-day events.
23341
23342 2005-02-10 Richard M. Stallman <rms@gnu.org>
23343
23344 * simple.el (eval-expression-print-format):
23345 Avoid warning about edebug-active.
23346
23347 * help.el (help-for-help-internal): Rename from help-for-help.
23348 (help-for-help): Define with defalias.
23349
23350 * font-core.el (font-lock-default-function): Use with-no-warnings.
23351
23352 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23353
23354 * custom.el (defface): Doc fix.
23355
23356 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23357
23358 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23359 width 0" to prevent word wrapping problems.
23360
23361 2005-02-09 Kim F. Storm <storm@cua.dk>
23362
23363 * ido.el (ido-file-extensions-order): New defcustom.
23364 (ido-file-extension-lessp, ido-file-extension-aux)
23365 (ido-file-extension-order): New advanced file ordering.
23366 (ido-file-lessp): New simple file ordering.
23367 (ido-sort-list): Remove.
23368 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23369 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23370
23371 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23372
23373 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23374 that some versions of grep produce.
23375 (grep-mode-font-lock-keywords): Likewise.
23376
23377 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23378
23379 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23380 (gdb-cdir): Delete.
23381 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23382 (gdb-source-info): Treat case when source file is in another
23383 directory properly.
23384 (gdb-get-location): New function.
23385
23386 2005-02-07 Jay Belanger <belanger@truman.edu>
23387
23388 * calc/calc-prog.el (calc-write-parse-table-part)
23389 (calc-fix-token-name): Fix a check for language type.
23390
23391 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23392
23393 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23394
23395 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23396 as directory not writable.
23397
23398 2005-02-07 Kim F. Storm <storm@cua.dk>
23399
23400 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23401 (cua--standard-movement-commands): Remove list.
23402 Instead, set CUA property value to move for movement commands.
23403 (cua-movement-commands): Remove. Users must set CUA prop instead.
23404 (cua--pre-command-handler): Check CUA property.
23405 (cua--init-keymaps): Don't remap undo commands.
23406 (cua-mode): Don't call cua--rectangle-on-off.
23407
23408 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23409 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23410 (cua--rect-undo-set-point): New var.
23411 (cua--rectangle-undo-boundary): Setup undo apply entry.
23412 (cua--rect-undo-handler): New function for rectangle undo.
23413 (cua--rect-start-position, cua--rect-end-position): Add.
23414 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23415 for restored rectangle. Set point if cua--rect-undo-set-point.
23416
23417 2005-02-06 Jay Belanger <belanger@truman.edu>
23418
23419 * calc/calc-lang.el (calc-tex-language): Display more information
23420 in messages.
23421
23422 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23423 in TeX mode.
23424
23425 2005-02-06 Richard M. Stallman <rms@gnu.org>
23426
23427 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23428
23429 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23430
23431 * net/ldap.el (ldap-search-internal): Support attributes with
23432 optional descriptions separated by a semi-colon, as in
23433 "userCertificate;binary".
23434
23435 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23436
23437 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23438 isn't a cons (i.e. the version is 0).
23439
23440 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23441
23442 * help.el (help-for-help): Doc fix.
23443
23444 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23445
23446 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23447 GDB-Windows on the menu-bar as this works better.
23448
23449 2005-02-04 Jay Belanger <belanger@truman.edu>
23450
23451 * calc/calc-embed.el (calc-embedded-update): Don't put in
23452 unnecessary newlines. Adjust the end of formula marker.
23453
23454 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23455 (math-latex-parse-two-args): New function.
23456
23457 2005-02-03 Lute Kamstra <lute@gnu.org>
23458
23459 * help-fns.el (help-with-tutorial): Make sure that users cannot
23460 remove the entire text of the tutorial by means of `undo'.
23461
23462 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23463
23464 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23465 in recent changes, where the ispell process was repeatedly
23466 killed & restarted.
23467
23468 * international/mule-cmds.el (set-locale-environment): Set file-name
23469 coding system to utf-8 on Darwin systems.
23470 (set-default-coding-systems): Don't set default-file-name-coding-system
23471 on Darwin systems.
23472
23473 2005-02-03 Richard M. Stallman <rms@gnu.org>
23474
23475 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23476
23477 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23478
23479 * faces.el (list-faces-display): Add optional argument.
23480
23481 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23482
23483 * font-core.el (font-lock-default-function): Handle the rare case where
23484 only font-lock-keywords is set.
23485
23486 2005-02-02 Kenichi Handa <handa@m17n.org>
23487
23488 * international/characters.el: Cancel previous change for
23489 I-WITH-DOT-ABOVE and DOTLESS-i.
23490
23491 * international/latin-5.el: Cancel previous change.
23492
23493 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23494
23495 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23496
23497 2005-02-02 Kenichi Handa <handa@m17n.org>
23498
23499 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23500 DOTLESS-i.
23501
23502 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23503 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23504
23505 * case-table.el (get-upcase-table): New function.
23506 (copy-case-table): Copy upcaes table too if non-nil.
23507 (set-case-syntax-delims): Maintain upcase table too.
23508 (set-case-syntax-pair): Likewise.
23509 (set-upcase-syntax, set-downcase-syntax): New functions.
23510 (set-case-syntax): Maintain upcase table too.
23511
23512 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23513
23514 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23515
23516 * progmodes/gud.el (gud-goto-info): New function.
23517 (gud-tool-bar-map): Use correct icon.
23518
23519 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23520
23521 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23522 When delegating, order args in the funcall correctly.
23523
23524 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23525
23526 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23527
23528 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23529
23530 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23531 buffer not visiting a file.
23532
23533 2005-01-31 Jay Belanger <belanger@truman.edu>
23534
23535 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23536 bound on the line with the formula.
23537
23538 2005-01-31 Kim F. Storm <storm@cua.dk>
23539
23540 * ses.el (ses-create-cell-variable-range)
23541 (ses-destroy-cell-variable-range, ses-reset-header-string)
23542 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23543 (ses-insert-row): Fix format of apply undo entries.
23544
23545 2005-01-31 Jay Belanger <belanger@truman.edu>
23546
23547 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23548 parts.
23549
23550 * calc/calc-embed.el (calc-embedded-open-formula)
23551 (calc-embedded-close-formula): Ignore matrix environments.
23552
23553 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23554 TeX mode.
23555
23556 * calc/calc-lang.el (math-function-table, math-oper-table)
23557 (math-variable-table): Adjust the LaTeX portions.
23558
23559 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23560 (math-latex-ignore-words): New constant.
23561
23562 2005-01-31 Richard M. Stallman <rms@gnu.org>
23563
23564 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23565 (ispell-local-dictionary): Doc fix.
23566 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23567 Don't reinitialize at run time. Don't defcustom.
23568 All uses changed to append ispell-local-dictionary-alist,
23569 or check it first.
23570 (ispell-current-dictionary): New variable for dictionary in use.
23571 (ispell-dictionary): Now used only for global default.
23572 (ispell-start-process): Set ispell-current-dictionary,
23573 not ispell-dictionary.
23574 (ispell-change-dictionary): Use this only for setting
23575 user preferences.
23576 (ispell-internal-change-dictionary): New function
23577 to change the current dictionary in use.
23578 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23579 Use ispell-current-dictionary.
23580 Handle ispell-local-dictionary-overridden.
23581 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23582
23583 2005-01-31 Jay Belanger <belanger@truman.edu>
23584
23585 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23586
23587 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23588 (calc-mode-map): Add calc-latex-language.
23589
23590 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23591 (math-latex-print-frac): New functions.
23592 (math-oper-table, math-function-table, math-variable-table)
23593 (math-complex-format, math-input-filter): Add latex properties.
23594 (calc-set-language): Set math-expr-special-function-mapping.
23595
23596 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23597 (calc-write-parse-table-part): Add LaTeX support.
23598
23599 * calc/calc.el (calc-language): Adjust docstring.
23600 (calc-set-mode-line): Add LaTeX support.
23601 (math-expr-special-function-mapping): New variable.
23602 (math-tex-ignore-words): Add to list.
23603
23604 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23605 Add LaTeX support.
23606 (math-compose-expr): Add support for special functions.
23607
23608 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23609
23610 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
23611
23612 * progmodes/gdb-ui.el (gdb-memory-address)
23613 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23614 (gdb-memory-mode-map, gdb-memory-format-keymap)
23615 (gdb-memory-format-menu, gdb-memory-unit-keymap)
23616 (gdb-memory-unit-menu): New variables for a buffer
23617 that lets the user examine program memory.
23618 (gdb-memory-set-address, gdb-memory-set-repeat-count)
23619 (gdb-memory-format-binary, gdb-memory-format-octal)
23620 (gdb-memory-format-unsigned, gdb-memory-format-signed)
23621 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23622 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23623 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23624 (gdb-memory-unit-byte, gdb-memory-unit-menu)
23625 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23626 (gdb-memory-mode, gdb-memory-buffer-name)
23627 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23628 New functions for above buffer.
23629
23630 2005-01-30 Richard M. Stallman <rms@gnu.org>
23631
23632 * cus-edit.el (custom-bury-buffer): Function deleted.
23633 (custom-buffer-done-function): Option deleted.
23634 (custom-buffer-done-kill): New replacement option.
23635 (Custom-buffer-done): Call quit-window.
23636 (custom-buffer-create-internal): Update for above changes.
23637
23638 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
23639
23640 * simple.el (undo-ask-before-discard): New var.
23641 (undo-outer-limit-truncate): Implement it.
23642 (undo-extra-outer-limit): Doc update.
23643
23644 2005-01-29 Richard M. Stallman <rms@gnu.org>
23645
23646 * ses.el (undo-more): Delete defadvice.
23647 (ses-begin-change): Doc fix.
23648
23649 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23650 instead of rebinding C-x u and C-_.
23651
23652 * files.el (normal-backup-enable-predicate): Return nil for files
23653 in /tmp, regardless of temporary-file-directory.
23654
23655 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23656
23657 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23658 (open-rectangle, delete-whitespace-rectangle-line)
23659 (clear-rectangle-line): If FILL, pass t instead of FILL
23660 for move-to-column's 2nd arg.
23661
23662 * simple.el (undo): Fix the test for continuing a series of undos.
23663 (undo-more): Set pending-undo-list to t when we reach end.
23664 (pending-undo-list): Move up defvar.
23665
23666 * wid-edit.el (widget-button-click):
23667 Shorten the range of the track-mouse binding.
23668
23669 * comint.el (comint-insert-input): Undo previous changes;
23670 use last-input-event in interactive spec.
23671
23672 2005-01-29 Eli Zaretskii <eliz@gnu.org>
23673
23674 * progmodes/compile.el (compilation-start): Bind buffer-read-only
23675 to nil before invoking call-process. Reset buffer's modified flag
23676 after fontifying it in the no-async branch.
23677
23678 * wid-edit.el (widget-specify-button): If mouse pointer shape
23679 cannot be changed, use mouse face instead.
23680
23681 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
23682
23683 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
23684 (gdb-goto-breakpoint): Make breakpoint handling work on template
23685 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
23686 (gdb-assembler-custom): Update to recognize breakpoint information
23687 added on 2005-01-19.
23688
23689 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23690
23691 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
23692 (dsssl-mode): Use define-derived-mode.
23693 (scheme-mode-initialize): Remove.
23694 (scheme-mode): Use run-mode-hooks.
23695
23696 * cus-edit.el (customize-group-other-window)
23697 (custom-buffer-create-other-window): Don't override special-display-*.
23698 (custom-mode-map): Make it dense.
23699
23700 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
23701 sets the default value.
23702
23703 2005-01-28 Eli Zaretskii <eliz@gnu.org>
23704
23705 * descr-text.el: Add more keywords.
23706
23707 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
23708
23709 * speedbar.el: Avoid unnecessary use of locate-library.
23710
23711 * international/mule-cmds.el (standard-display-european-internal):
23712 Don't fiddle with latin-1 non-break space any more since it's now
23713 special cased in the C code.
23714 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
23715
23716 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
23717
23718 * cus-start.el (all): Add `undo-outer-limit'.
23719
23720 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23721
23722 * textmodes/bibtex.el (bibtex-format-entry):
23723 Use `bibtex-empty-field-re' only on the text of fields, not on entire
23724 field lines.
23725 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
23726 not on part of a buffer.
23727
23728 2005-01-25 Lute Kamstra <lute@gnu.org>
23729
23730 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
23731 nonempty field text strings like "{letters\\macro{}more letters}".
23732 Clarify docstring.
23733 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
23734 (bibtex-entry-offset, bibtex-parse-association)
23735 (bibtex-parse-field-name): Fix typos in docstrings.
23736 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
23737
23738 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
23739
23740 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
23741 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
23742 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
23743 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
23744
23745 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
23746 isearch minor mode.
23747
23748 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
23749
23750 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
23751
23752 2005-01-24 Lute Kamstra <lute@gnu.org>
23753
23754 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
23755 CASECHARS and NOT-CASECHARS regular expressions of the
23756 "nederlands" and "nederlands8" dictionaries to prevent a "Range
23757 striding over charsets" error.
23758
23759 2005-01-24 Jay Belanger <belanger@truman.edu>
23760
23761 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
23762 display variable name.
23763
23764 2005-01-24 Kenichi Handa <handa@m17n.org>
23765
23766 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
23767 Fix setting of the element of encoded-kbd-iso2022-invocations.
23768
23769 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
23770
23771 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
23772 (gdb-threads-select): Change to also accept mouse events.
23773 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
23774 (gdb-threads-mouse-select): Delete.
23775
23776 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
23777
23778 * files.el (insert-directory): Take care of empty directory,
23779 listed without -a switch.
23780
23781 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
23782
23783 * textmodes/refill.el (refill-post-command-function):
23784 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
23785 to the list of functions that we should be careful not to undo.
23786 (refill-late-fill-paragraph-function): Remove.
23787 (refill-saved-state): New var.
23788 (refill-mode): Use it to save fill-paragraph-function.
23789 Save also the value of auto-fill-function.
23790
23791 * term/w32-win.el: Simplify code.
23792
23793 2005-01-23 Kim F. Storm <storm@cua.dk>
23794
23795 * simple.el (line-move): Adapt to new return value from
23796 pos-visible-in-window-p.
23797
23798 * simple.el (line-move): Fix last change. Check partial
23799 visibility at point rather than at window-start.
23800
23801 2005-01-22 Jason Rumney <jasonr@gnu.org>
23802
23803 * term/w32-win.el (xw-defined-colors): Remove debug-message.
23804
23805 2005-01-22 David Kastrup <dak@gnu.org>
23806
23807 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
23808
23809 2005-01-22 Eli Zaretskii <eliz@gnu.org>
23810
23811 * type-break.el (type-break-mode): Add a test for
23812 type-break-file-name being non-nil.
23813
23814 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
23815
23816 * net/eudc.el (top level): Call (message "") via progn, so that
23817 eudc-options-file is loaded.
23818
23819 2005-01-22 Kim F. Storm <storm@cua.dk>
23820
23821 * simple.el (line-move-1): Rename from line-move.
23822 (line-move): New function that adjusts vscroll for partially
23823 visible rows, and calls line-move-1 otherwise.
23824
23825 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
23826
23827 * pcomplete.el: Define pcomplete-read-event instead of read-event,
23828 since it's not a complete read-event implementation
23829
23830 2005-01-20 Jay Belanger <belanger@truman.edu>
23831
23832 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
23833 for called function.
23834
23835 2005-01-20 Steven Tamm <steventamm@mac.com>
23836
23837 * term/mac-win.el (process-connection-type): Remove.
23838 Controlled now by s/darwin.h:PTY_ITERATION.
23839
23840 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
23841
23842 * window.el (handle-select-window): Don't switch window when we're
23843 in the minibuffer.
23844
23845 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
23846
23847 * subr.el (dotimes-with-progress-reporter): New macro.
23848
23849 * ses.el (ses-dotimes-msg): Remove macro.
23850 Use `dotimes-with-progress-reporter' instead.
23851
23852 2005-01-19 Steven Tamm <steventamm@mac.com>
23853
23854 * term/mac-win.el (process-connection-type): Use new
23855 operating-system-release variable to use ptys on Darwin 7 (OS X
23856 10.3) when using carbon build.
23857
23858 2005-01-19 Jay Belanger <belanger@truman.edu>
23859
23860 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
23861 flags if the last command was a tab or M-tab.
23862
23863 * calc/calc-prog.el (calc-user-define-edit): Put original formula
23864 in formula editing buffer.
23865
23866 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23867
23868 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
23869 breakpoint image symbol in margin.
23870
23871 2005-01-19 Jay Belanger <belanger@truman.edu>
23872
23873 * calc/calc-prog.el (calc-execute-kbd-macro):
23874 Ignore calc-keep-arg-flag.
23875
23876 2005-01-19 Kenichi Handa <handa@m17n.org>
23877
23878 * textmodes/ispell.el (ispell-looking-at): New function.
23879 (ispell-process-line): Use ispell-looking-at to compare the ispell
23880 output and the buffer contents.
23881
23882 2005-01-18 Jay Belanger <belanger@truman.edu>
23883
23884 * calc/calc.el (calc-display-raw): Fix docstring.
23885
23886 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
23887
23888 * simple.el (blink-matching-open): Strip extra info from syntax.
23889
23890 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
23891 funny chars in the end-of-here-doc marker.
23892
23893 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23894
23895 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
23896 that enable/disabled state of breakpoints is shown correctly in
23897 fringe and on ttys.
23898 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
23899 Add breakpoint information as text properties.
23900 (gdb-mouse-toggle-breakpoint):
23901 Rename to gdb-mouse-set-clear-breakpoint.
23902 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
23903 breakpoints in the margin.
23904 (gdb-remove-strings): Simplify.
23905
23906 2005-01-17 Jay Belanger <belanger@truman.edu>
23907
23908 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
23909 erasing buffer.
23910
23911 2005-01-17 Richard M. Stallman <rms@gnu.org>
23912
23913 * progmodes/grep.el (grep-find): Copy from `grep' the condition
23914 for calling grep-compute-defaults.
23915
23916 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
23917 if buffer is empty.
23918
23919 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
23920
23921 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
23922
23923 * hilit-chg.el (highlight-changes-mode): Don't autoload.
23924
23925 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
23926 non-preloaded variables.
23927
23928 2005-01-17 Steven Tamm <steventamm@mac.com>
23929
23930 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
23931 tex-shell cause to force interactivity when using pipes.
23932
23933 2005-01-17 Kim F. Storm <storm@cua.dk>
23934
23935 * simple.el (just-one-space): Make arg optional.
23936
23937 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
23938
23939 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
23940 posn-at-x-y to t to access left-margin.
23941
23942 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
23943
23944 Sync with Tramp 2.0.47.
23945
23946 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
23947 catching keep-date problems in cp/scp operations.
23948 (tramp-handle-copy-file): Don't call `set-file-modes'
23949 unconditionally. Specialized functions should know better what is
23950 necessary. This improves performance a little bit, and the
23951 functions could catch errors with `cp -p' and `scp -p'.
23952 (tramp-do-copy-or-rename-file-via-buffer)
23953 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
23954 when appropriate.
23955 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
23956 Call `set-file-modes' when appropriate.
23957 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
23958 Johnsson <isak@hypergene.com>
23959 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
23960 of both Tramp buffer and debug buffer. Reported by Joakim Verona
23961 <joakim@verona.se>
23962 (tramp-file-name-for-operation): Mark `shell-command' as magic for
23963 Emacs only.
23964
23965 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
23966 `find-file-hooks' and `dired-mode-hook'.
23967 (tramp-minor-mode-map): Respective map. Add remapping for
23968 `compile' and `recompile'.
23969 (tramp-remap-command, tramp-recompile): New defuns.
23970 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
23971 in buffer "*Compilation*". Call the commands asynchronously.
23972
23973 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
23974 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
23975 `shell-command', because it isn't magic in XEmacs. Reported by
23976 Adrian Aichner <adrian@xemacs.org>.
23977
23978 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
23979 `substitute-in-file-name.
23980 (tramp-smb-handle-substitute-in-file-name): New defun.
23981 (tramp-smb-advice-PC-do-completion): Delete advice.
23982
23983 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
23984
23985 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
23986 Fix error in deleting region.
23987
23988 2005-01-15 Richard M. Stallman <rms@gnu.org>
23989
23990 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
23991 In non-temp buffer, switch syntax table temporarily.
23992
23993 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
23994
23995 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
23996
23997 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
23998
23999 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24000 (imenu--generic-function): Use START, not BEG, as pos of definition.
24001
24002 * simple.el (just-one-space): Argument specifies number of spaces.
24003
24004 * simple.el (eval-expression-print-format): Avoid warning
24005 about edebug-active.
24006
24007 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24008
24009 * progmodes/sh-script.el: Code copied from make-mode.el
24010 with small changes,
24011 (sh-mode-map): Bind C-c C-\.
24012 (sh-backslash-column, sh-backslash-align): New variables.
24013 (sh-backslash-region, sh-append-backslash): New functions.
24014
24015 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24016
24017 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24018 (rmail-pop-password, rmail-pop-password-required): Move to
24019 rmail-obsolete group.
24020 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24021 All callers updated.
24022 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24023 Take an argument specifying whether it is POP or IMAP mailbox we
24024 are using. All callers updated.
24025 (rmail-pop-password-error): Rename to
24026 rmail-remote-password-error. Added mailutils-specific error message.
24027 (rmail-movemail-search-path)
24028 (rmail-movemail-variant-in-use): New variables.
24029 (rmail-remote-password, rmail-remote-password-required):
24030 New customization variables.
24031 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24032 (rmail-parse-url): New function.
24033 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24034 with GNU mailutils movemail.
24035
24036 2005-01-15 Kevin Ryde <user42@zip.com.au>
24037
24038 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24039 suffix to space, $ or '$, to correctly position point when going
24040 to @table style constants like DBL_MAX.
24041
24042 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24043
24044 * type-break.el (type-break-mode, type-break-file-time)
24045 (type-break-file-keystroke-count, type-break-choose-file):
24046 Don't store data in or load data from the file if type-break-file-name
24047 is nil.
24048 (type-break-file-name): Doc update as per the above.
24049
24050 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24051
24052 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24053 lookup-key might return nil; handle that.
24054
24055 2005-01-15 Alan Mackenzie <acm@muc.de>
24056
24057 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24058 rather than the element found, thus enabling the tree to be setcar'd.
24059
24060 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24061
24062 * textmodes/org.el (org-show-following-heading): New option.
24063 (org-show-hierarchy-above): Use `org-show-following-heading'.
24064 (org-cycle): Documentation fix.
24065
24066 * textmodes/org.el (orgtbl-optimized): New option
24067 (orgtbl-mode): New command, a minor mode.
24068 (orgtbl-mode-map): New variable.
24069 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24070 (orgtbl-error, orgtbl-self-insert-command)
24071 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24072
24073 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24074 a local variable in each org-mode buffer.
24075
24076 * textmodes/org.el (org-set-regexps-and-options): Rename from
24077 `org-set-regexps'. Added checking for STARTUP keyword.
24078 (org-get-current-options): Add STARTUP options.
24079 (org-table-insert-row): Make mode intelligent about when
24080 realignment is needed.
24081 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24082 New commands.
24083 (org-enable-table-editor): New default value `optimized'.
24084 (org-table-blank-field): Support blanking regions if active.
24085
24086 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24087
24088 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24089 if the year is not given.
24090
24091 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24092 Add new escapes %m and %M, fixed bug with %F by adding
24093 save-match-data.
24094 (reftex-reference): Remove ?. from list of spaces.
24095 (reftex-label-info): Add automatic label prefix recognition.
24096
24097 * textmodes/reftex-index.el (reftex-index-next-phrase):
24098 Add slave parameter to call of `reftex-index-this-phrase'.
24099 (reftex-index-this-phrase): New optional argument.
24100 (reftex-index-region-phrases): Add slave parameter to call of
24101 `reftex-index-this-phrase'.
24102 (reftex-display-index): New argument redo.
24103 (reftex-index-rescan): Add `redo' to arguments of
24104 `reftex-display-index'.
24105 (reftex-index-Rescan, reftex-index-revert)
24106 (reftex-index-switch-index-tag): Add `redo' to arguments of
24107 `reftex-display-index'.
24108 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24109 indexing. Fix bug with matching is there is a quote before or
24110 after the word.
24111
24112 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24113 Fix bug when collecting citation keys in lines with comments.
24114 (reftex-citation): Prefix argument no longer rescans the document,
24115 but forces prompting for optional arguments of cite macros.
24116 (reftex-do-citation): Prompting for optional arguments implemented.
24117
24118 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24119 Add optional arguments to most cite commands.
24120 (reftex-cite-cleanup-optional-args): New option
24121 (reftex-cite-prompt-optional-args): New option.
24122 (reftex-trust-label-prefix): New option.
24123
24124 * textmodes/reftex-toc.el (reftex-toc-find-section):
24125 Add push-mark before changing the position in the buffer.
24126
24127 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24128 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24129
24130 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24131
24132 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24133 more carefully.
24134
24135 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24136
24137 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24138 (sgml-mode): Use it.
24139 (sgml-get-context): Better keep track of implicitly closed tags.
24140
24141 2005-01-13 Kenichi Handa <handa@m17n.org>
24142
24143 * textmodes/ispell.el: These changes are to fix misalignment error
24144 caused by equivalent characters of different Emacs charsets.
24145 (ispell-unified-chars-table): New variable.
24146 (ispell-get-decoded-string): New function.
24147 (ispell-get-casechars, ispell-get-not-casechars)
24148 (ispell-get-otherchars): Call ispell-get-decoded-string.
24149
24150 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24151
24152 * custom.el (custom-declare-variable): Just put symbol instead
24153 of (defvar . symbol) in `current-load-list'.
24154
24155 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24156
24157 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24158
24159 2005-01-12 Jay Belanger <belanger@truman.edu>
24160
24161 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24162 to create a Calc summary.
24163
24164 2005-01-12 Kim F. Storm <storm@cua.dk>
24165
24166 * mouse.el (mouse-on-link-p): Change functionality and doc
24167 string to comply with latest description in lisp ref.
24168
24169 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24170
24171 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24172 Enable mouse clicks on mode-line, header-line and margin.
24173 (event-type): Give mouse event symbols an `event-kind' property
24174 with value `mouse-click'.
24175
24176 2005-01-12 Juri Linkov <juri@jurta.org>
24177
24178 * facemenu.el (list-colors-display): Add new arg buffer-name.
24179 Use it. Fix docstring. Replace code for identifying duplicate
24180 colors by the name with call to `list-colors-duplicates' which
24181 identifies duplicate colors by the value unless the color
24182 is one of special Windows colors. Set truncate-lines to t.
24183 Print sorted duplicate color names on each line. Indent to 22
24184 \(the longest color name in rgb.txt) instead of 20. Optimize.
24185 (list-colors-duplicates): New function.
24186 (facemenu-color-name-equal): Delete function.
24187
24188 * facemenu.el (list-colors-print): New function created from code
24189 in list-colors-display. Print #RRGGBB at the window right edge.
24190 (list-colors-display): When temp-buffer-show-function is not
24191 defined, call list-colors-print from temp-buffer-show-hook
24192 to get the right value of window-width in list-colors-print
24193 after the buffer is displayed.
24194
24195 * simple.el (pop-mark): Move deactivate-mark out of conditional
24196 part to deactivate the active mark regardless of the state of the
24197 mark ring.
24198
24199 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24200 variables line in desktop files.
24201
24202 2005-01-12 Juri Linkov <juri@jurta.org>
24203
24204 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24205 Bring together isearch highlight related options.
24206 (lazy-highlight): Replace group `replace' by `matching'.
24207 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24208 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24209 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24210 and declare them obsolete.
24211 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24212 (isearch-faces): Remove defgroup.
24213 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24214 Move isearch highlighting code closer to lazy highlighting code.
24215
24216 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24217 (query-replace-highlight, query-replace-lazy-highlight)
24218 (query-replace): Move definitions to the beginning of the file.
24219
24220 2005-01-11 Juri Linkov <juri@jurta.org>
24221
24222 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24223 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24224 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24225
24226 * info.el (Info-history-forward): New variable.
24227 (Info-select-node): Reset Info-history-forward to nil.
24228 (Info-last): Turn into defalias.
24229 (Info-history-back): Rename from Info-last.
24230 Add current node to Info-history-forward.
24231 (Info-history-forward): New fun.
24232 (Info-mode-map): Replace Info-last by Info-history-back.
24233 Bind Info-history-forward to "r".
24234 (Info-mode-menu): Replace Info-last by Info-history-back.
24235 Fix menu item text. Add menu item for Info-history-forward.
24236 (info-tool-bar-map): Replace Info-last by Info-history-back.
24237 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24238 for Info-history-forward.
24239 (Info-mode): Replace Info-last by Info-history-back in docstring.
24240 Add local variable Info-history-forward.
24241 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24242
24243 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24244
24245 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24246 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24247 Ignore select-window events rather than fiddle with
24248 mouse-autoselect-window.
24249
24250 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24251
24252 * type-break.el (type-break-mode): Fix previous change.
24253
24254 2005-01-10 Jay Belanger <belanger@truman.edu>
24255
24256 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24257 calculator; only reset when point is inside a calculator.
24258 Don't adjust the window height if the window takes up the whole height
24259 of the frame.
24260
24261 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24262
24263 * ebuff-menu.el (Electric-buffer-menu-mode):
24264 Preserve value of buffer-local var header-line-format.
24265
24266 2005-01-09 Jay Belanger <belanger@truman.edu>
24267
24268 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24269 Make sure settings file exists before accessing it.
24270
24271 * calc/calc-embed.el (calc-embedded-subst):
24272 Replace math-multi-subst-rec, which is only supposed to be called
24273 by math-multi-subst, by math-multi-subst.
24274
24275 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24276
24277 * vc.el (vc-allow-async-revert): New user option.
24278 (vc-disable-async-diff): New internal variable.
24279 (vc-revert-buffer): Use them to disable asynchronous diff.
24280
24281 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24282 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24283 asynchronously if vc-disable-async-diff is t.
24284
24285 2005-01-09 Jay Belanger <belanger@truman.edu>
24286
24287 * calc/calc.el (defcalcmodevar): New macro.
24288 (calc-mode-var-list-restore-default-values)
24289 (calc-mode-var-list-restore-saved-values): New functions.
24290 (calc-mode-var-list): Use defcalcmodevar to define it.
24291 (calc-always-load-extensions, calc-line-numbering)
24292 (calc-line-breaking, calc-display-just, calc-display-origin)
24293 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24294 (calc-group-char, calc-point-char, calc-frac-format)
24295 (calc-prefer-frac, calc-hms-format, calc-date-format)
24296 (calc-float-format, calc-full-float-format, calc-complex-format)
24297 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24298 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24299 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24300 (calc-matrix-brackets, calc-language, calc-language-option)
24301 (calc-left-label, calc-right-label, calc-word-size)
24302 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24303 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24304 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24305 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24306 (calc-window-height, calc-display-trail, calc-show-selections)
24307 (calc-use-selections, calc-assoc-selections)
24308 (calc-display-working-message, calc-auto-why, calc-timing)
24309 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24310 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24311 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24312 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24313 (calc-gnuplot-geometry, calc-graph-default-resolution)
24314 (calc-graph-default-resolution-3d, calc-invocation-macro)
24315 (calc-show-banner): Use defcalcmodevar to declare them and set
24316 their default values.
24317
24318 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24319 instead of default values (but restore default values if there is
24320 an argument of 0).
24321
24322 2005-01-09 David Kastrup <dak@gnu.org>
24323
24324 * desktop.el (desktop-restore-eager): Fix typo in type.
24325
24326 2005-01-08 Richard M. Stallman <rms@gnu.org>
24327
24328 * cus-edit.el (customize): Delete :link.
24329
24330 2005-01-08 Jay Belanger <belanger@truman.edu>
24331
24332 * calc/calc.el (calc-mode): Remove the extension from the
24333 `calc-settings-file' file name when loading it.
24334
24335 2005-01-08 Kim F. Storm <storm@cua.dk>
24336
24337 * info.el (Info-mode-map, Info-next-link-keymap)
24338 (Info-prev-link-keymap, Info-up-link-keymap):
24339 Map follow-link to mouse-face.
24340 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24341
24342 2005-01-08 Jay Belanger <belanger@truman.edu>
24343
24344 * calc/calc.el (calc-settings-file): Change default value.
24345 Suggested by cgw in a comment in calc-mode.el.
24346
24347 * calc/calc-mode.el (calc-settings-file-name):
24348 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24349 Replace ~/.emacs in a prompt by calc-settings-file.
24350
24351 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24352
24353 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24354 (desktop-lazy-idle-delay): New customizable variables.
24355 (desktop-buffer-args-list): New variable.
24356 (desktop-append-buffer-args): New function.
24357 (desktop-save): Call desktop-append-buffer-args for some buffers.
24358 (desktop-lazy-create-buffer): New function.
24359 (desktop-idle-create-buffers): New function.
24360 (desktop-read): Add message about buffers to restore lazily.
24361 (desktop-lazy-abort): New command.
24362 (desktop-clear): Call desktop-lazy-abort.
24363 (desktop-lazy-complete): New command.
24364
24365 2005-01-06 Richard M. Stallman <rms@gnu.org>
24366
24367 * emacs-lisp/find-func.el (find-face-definition):
24368 Rename from find-face.
24369
24370 2005-01-06 Kim F. Storm <storm@cua.dk>
24371
24372 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24373
24374 * man.el (Man-xref-man-page, Man-xref-header-file)
24375 (Man-xref-normal-file): Add follow-link property.
24376
24377 2005-01-06 Jay Belanger <belanger@truman.edu>
24378
24379 * calc/calc-units.el: Make sure the proper macro definitions are
24380 available when compiling.
24381
24382 2005-01-06 Juri Linkov <juri@jurta.org>
24383
24384 * isearch.el (isearch-lazy-highlight-update):
24385 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24386
24387 2005-01-06 Miles Bader <miles@gnu.org>
24388
24389 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24390 (isearch-lazy-highlight-face): Use new name.
24391
24392 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24393
24394 * uniquify.el (uniquify-rationalize-file-buffer-names):
24395 Re-add an interactive spec.
24396 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24397 to the same name.
24398
24399 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24400 (isearch-update, isearch-done): Adjust calls accordingly.
24401
24402 2005-01-05 Richard M. Stallman <rms@gnu.org>
24403
24404 * custom.el (custom-set-variables, custom-theme-set-variables):
24405 Clarify documentation.
24406
24407 * emacs-lisp/find-func.el (find-variable)
24408 (find-variable-other-window, find-variable-other-frame):
24409 Fix the TYPE args to find-function-read and find-function-do-it.
24410 (find-function): Doc fix.
24411 (find-function-at-point): Replace function-at-point alias.
24412
24413 2005-01-04 Richard M. Stallman <rms@gnu.org>
24414
24415 * cus-face.el (custom-declare-face):
24416 Record defface in current-load-list.
24417
24418 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24419
24420 * emacs-lisp/find-func.el: Doc fixes.
24421 (find-face-regexp): New variable.
24422 (find-function-regexp-alist): New variable.
24423 (find-function-C-source): Third arg is now TYPE.
24424 (find-function-search-for-symbol): Handle general TYPE.
24425 (find-function-read, find-function-do-it): Handle general TYPE.
24426 (find-definition-noselect, find-face): New functions.
24427 (function-at-point): Alias deleted.
24428
24429 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24430
24431 * battery.el (display-battery-mode): Rename from display-battery.
24432 Handle the case where it gets turned off.
24433
24434 2005-01-04 Richard M. Stallman <rms@gnu.org>
24435
24436 * cus-edit.el (customize): Make :link point to user doc.
24437
24438 * man.el (Man-fontify-manpage): Turn off undo generation.
24439
24440 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24441
24442 2005-01-04 Andreas Schwab <schwab@suse.de>
24443
24444 * files.el (insert-directory): Only look for error lines in
24445 inserted text. Don't move too far after processing --dired markers.
24446
24447 2005-01-04 Richard M. Stallman <rms@gnu.org>
24448
24449 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24450 Don't expand if the character is @, period, dash, etc.
24451 (define-mail-abbrev): Quote names that contain problem characters.
24452
24453 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24454
24455 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24456
24457 2005-01-03 Richard M. Stallman <rms@gnu.org>
24458
24459 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24460 (query-replace-highlight, query-replace-lazy-highlight)
24461 (query-replace): Definitions moved up. Doc fix.
24462
24463 2005-01-03 Richard M. Stallman <rms@gnu.org>
24464
24465 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24466 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24467 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24468 (lazy-highlight-face): Rename from isearch-lazy-...
24469 Change all references to them.
24470
24471 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24472
24473 * cus-edit.el (custom-file): Doc fix for defcustom.
24474 (custom-file): The function no longer sets the variable
24475 `custom-file' to its return value.
24476
24477 * startup.el (command-line): No longer load `custom-file'.
24478
24479 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24480
24481 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24482
24483 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24484 Don't confuse module-prefixed identifiers for labels.
24485 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24486
24487 2005-01-02 Richard M. Stallman <rms@gnu.org>
24488
24489 * files.el (basic-save-buffer-1): Fix previous change.
24490
24491 * loadhist.el (file-loadhist-lookup): New function.
24492 (file-provides, file-requires): Use it.
24493
24494 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24495 instead of calculating the right size.
24496
24497 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24498
24499 * vc-svn.el (vc-svn-diff): Stay local if possible.
24500
24501 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24502
24503 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24504
24505 * files.el (hack-local-variables): Fix last change.
24506
24507 2005-01-02 Jay Belanger <belanger@truman.edu>
24508
24509 * calc/calc-yank.el (calc-edit-top): New variable.
24510 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24511 object. Change header properties.
24512 (calc-edit-finish, calc-edit-finish-stack-object)
24513 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24514 edited object.
24515 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24516 for the beginning of the edited object.
24517 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24518 for the beginning of the edited object.
24519 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24520 (calc-finish-formula-edit, calc-macro-repeats)
24521 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24522 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24523 beginning of the edited object.
24524 (calc-user-define-edit): Change the header for editing macros.
24525 Remove unnecessary variable.
24526
24527 2005-01-01 Jay Belanger <belanger@truman.edu>
24528
24529 * calc/calc-yank.el (calc-edit-mode): Change default header.
24530 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24531 * calc/calc-store.el (calc-edit-variable): Change title to match new
24532 header.
24533 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24534 mode to match new header.
24535 (calc-user-define-edit): Change titles to include names of commands.
24536 (calc-finish-formula-edit): Adjust to handle new header.
24537 (calc-finish-macro-edit): Remove.
24538 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24539 (calc-edit-macro-command, calc-edit-macro-command-type)
24540 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24541 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24542 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24543 (calc-edit-macro-finish-edit): New functions.
24544 (calc-user-define-edit): Use new functions to edit named calc macros.
24545
24546 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24547
24548 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24549
24550 * ses.el (copy-region-as-kill): Deactivate mark.
24551
24552 2005-01-01 Richard M. Stallman <rms@gnu.org>
24553
24554 * replace.el (occur-1): If the output buffer is also an input,
24555 don't kill it, rename it.
24556
24557 * faces.el (set-face-background, set-face-foreground): Doc fix.
24558
24559 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24560 for :foreground and :background.
24561
24562 * dired.el (dired-view-command-alist): Variable deleted.
24563 (dired-view-file, dired-mouse-find-file-other-window):
24564 Delete the code to use it.
24565
24566 2005-01-01 Kim F. Storm <storm@cua.dk>
24567
24568 * image.el (insert-sliced-image): Use t for line-height property.
24569
24570 See ChangeLog.11 for earlier changes.
24571
24572 ;; Local Variables:
24573 ;; coding: iso-2022-7bit
24574 ;; End:
24575
24576 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24577 Copying and distribution of this file, with or without modification,
24578 are permitted provided the copyright notice and this notice are preserved.
24579
24580 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1