]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: (org-agenda-mode-map): Add bindings for
4 clocking
5 functions.
6 (org-agenda-clock-in, org-check-running-clock)
7 (org-clock-out-if-current, org-remove-clock-overlays)
8 (org-put-clock-overlay): New functions.
9 (org-clock-marker, org-clock-file-total-minutes)
10 (org-clock-overlays): New variables
11 (org-clock-display, org-clock-sum, org-clock-cancel)
12 (org-clock-out, org-clock-in): New commands.
13 (org-export): New function.
14 (org-emph-re): New constant.
15 (org-set-emph-re, org-do-emphasis-faces): New functions.
16 (org-emphasis-regexp-components, org-emphasis-alist): New options.
17 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
18 (org-export-html-convert-emphasize): Use the configurable
19 emphasis.
20 (org-cleaned-string-for-export): Make multiline emphasis visible
21 to the exporter. New optional argument PARAMETERS.
22 (org-export-as-html): Specify :emph-multiline parameter to
23 `org-cleaned-string-for-export'.
24
25 2006-06-10 Richard Stallman <rms@gnu.org>
26
27 * help.el (help-for-help-internal): Clean up help text.
28
29 2006-06-10 Andreas Schwab <schwab@suse.de>
30
31 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
32 in doc string.
33
34 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
35
36 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
37
38 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
39 spaces after the comment start.
40
41 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
42
43 * play/pong.el (pong-init-buffer):
44 Fill buffer with spaces instead of ^A.
45
46 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
47 launched asynchronously, delete its process instead of being cool.
48 (ispell-async-processp): Check for `delete-process' existence
49 instead of `kill-process' one for consistency.
50
51 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
52
53 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
54 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
55 in mode line at startup.
56
57 2006-06-08 Kim F. Storm <storm@cua.dk>
58
59 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
60 (ido-init-completion-maps): Bind them to M-SPC and M-v.
61 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
62 (ido-file-internal): Pass full file name to write-file.
63 (ido-read-internal): Only pop stack elements automatically if they
64 actually match an existing directory or file name.
65
66 2006-06-07 Kenichi Handa <handa@m17n.org>
67
68 * international/mule.el (find-auto-coding): Don't handle the short
69 name `char-trans'.
70
71 * files.el (hack-local-variables-prop-line)
72 (hack-local-variables): Cancel the previous change.
73
74 2006-06-06 Jesper Harder <harder@phys.au.dk>
75
76 * ediff-diff.el (ediff-test-utility): Protect against
77 file-error.
78
79 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
80
81 * diff-mode.el (diff-mode): Set buffer-read-only to t when
82 diff-default-read-only is non-nill.
83 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
84 (diff-refine-hunk): Set inhibit-read-only to t.
85
86 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
87 modifying the *Diff* buffer.
88 (diff-process-filter): New filter function for diff process that
89 sets inhibit-read-only to t when modifying the *Diff* buffer.
90
91 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
92
93 * textmodes/org.el: (org-archive-subtree): Use end-of-subtree as
94 insertion point and control the number of empty lines.
95 (org-paste-subtree): Limit the number of empty lines at the end of
96 the inserted tree.
97 (org-agenda): Use buffer name of current file for narrowing.
98 (org-export-as-xml): Command removed.
99 (org-export-xml-type): Option removed.
100 (org-mode-map): Call `org-export-as-xoxo' directly.
101 (org-get-indentation): New optional argument LINE.
102 (org-fix-indentation, org-remove-tabs): New functions.
103 (org-export-as-ascii, org-ascii-level-start): Determine and apply
104 correct indentation for headlines that are converted it items.
105 (org-skip-comments): Remove table lines that contain narrowing
106 cookies but no other non-empty fields.
107 (org-set-tags): Allow groups of mutually exclusive tags.
108 (org-cmp-time): Sort 24:21 before items without time.
109 (org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
110 (org-open-at-point): Require double colon also for numbers.
111
112 2006-06-06 Kim F. Storm <storm@cua.dk>
113
114 * ido.el (ido-default-file-method, ido-default-buffer-method):
115 Make choice values consistent with corresponding command names.
116 (ido-visit-buffer): Update accordingly. Default to selected-window.
117
118 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
119
120 * progmodes/gud.el (gud-running): Fix doc string.
121 (gud-menu-map): Use :visible instead fo :enable for debugger test.
122 (gud-tooltip-modes): Add python-mode.
123 (gud-tooltip-print-command): Add pdb. Remove perldb.
124
125 2006-06-05 Eli Zaretskii <eliz@gnu.org>
126
127 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
128 Quote $(EMACS).
129
130 2006-06-05 Richard Stallman <rms@gnu.org>
131
132 * faces.el (defined-colors): Doc fix.
133
134 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
135
136 * vc.el (vc-process-filter): Inhibit undo info collection around
137 call to insert.
138 (vc-setup-buffer): Likewise for call to erase-buffer.
139 (vc-do-command): Likewise for call to process-file.
140
141 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
142
143 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
144 for gud-go.
145 (gud-common-init): Other debuggers may trigger error.
146
147 2006-06-05 Kenichi Handa <handa@m17n.org>
148
149 * international/mule.el (find-auto-coding): Handle
150 enable-character-translation in file header.
151
152 2006-06-04 Kim F. Storm <storm@cua.dk>
153
154 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
155 (authors-fixed-entries): Fix spelling.
156 (authors-canonical-file-name): Don't report error for wildcards.
157
158 * help.el (view-emacs-news): Rewrite to support new NEWS,
159 NEWS.major, and NEWS.1-17 file naming. Add more intelligense,
160 e.g. version 10 matches 1.10, and don't be confused by version 1.1
161 begin a prefix of 1.12 (etc). A numeric prefix arg also works.
162
163 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
164
165 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
166 exec constructs like `foo bar`.
167 (sh-quoted-subshell): New helper function to search for a possibly
168 nested subshell (like `` or $()) within a "" quoted string.
169 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
170 (sh-apply-quoted-subshell): Flag quote characters inside a
171 subshell, which is itself already in a quoted region, as
172 punctuation, since this is the closest to what they actually are.
173 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
174 sh-apply-quoted-subshell.
175 (sh-font-lock-syntactic-face-function): Apply the new face for
176 text inside `` instead of the old font-lock-string-face.
177
178 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
179
180 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
181 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
182 (mac-bytes-to-text-range, mac-ae-text-range-array)
183 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
184 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
185 (mac-ts-unicode-for-key-event): New functions.
186 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
187 (mac-handle-font-selection): Use mac-ae-number.
188 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
189 New variables.
190 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
191 (mac-ts-converted-text, mac-ts-selected-converted-text)
192 (mac-ts-block-fill-text, mac-ts-outline-text)
193 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
194 (mac-ts-hilite-style-faces): New constant.
195 (mac-apple-event-map): Bind text input events.
196 (mac-dispatch-apple-event): Use command-execute instead of
197 call-interactively.
198 (global-map): Don't bind mac-apple-event.
199 (special-event-map): Bind mac-apple-event.
200
201 2006-06-02 Eli Zaretskii <eliz@gnu.org>
202
203 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
204 file name.
205 (emacs): Enclose the value of $(EMACS) in quotes.
206
207 2006-06-02 Juri Linkov <juri@jurta.org>
208
209 * international/mule.el (sgml-html-meta-auto-coding-function):
210 Remove the condition `(search-forward "<html" size t)'.
211 Replace `\"' with `[\"']?' in `re-search-forward'.
212
213 2006-06-02 Kenichi Handa <handa@m17n.org>
214
215 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
216 as well as `coding'.
217 (hack-local-variables): Likewise.
218
219 * international/mule.el (enable-character-translation): Put
220 permanent-local and safe-local-variable properties.
221 (find-auto-coding): Handle char-trans: tag.
222
223 2006-06-02 Juri Linkov <juri@jurta.org>
224
225 * international/mule.el (sgml-html-meta-auto-coding-function):
226 Limit the search by the end of the HTML header (if any).
227
228 2006-06-01 Richard Stallman <rms@gnu.org>
229
230 * subr.el (with-current-buffer): Doc fix.
231
232 2006-06-02 Masatake YAMATO <jet@gyve.org>
233
234 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
235 Almost rewrite. Underlines over all lines of gcov output are too
236 uncomfortable to read. Suggested by Dan Nicolaescu.
237
238 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
239
240 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
241
242 * shell.el (shell-mode): Use shell-mode-map in docstring.
243
244 * comint.el (comint-send-input): Do not add help-echo and
245 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
246
247 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
248
249 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
250
251 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
252
253 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
254 (gdb-stopped, gdb-info-stack-custom): If there is no source info
255 look up the stack and pop up GUD buffer if necessary.
256 (gdb-frames-select): Remove redundant call to gud-display-frame.
257 (gdb-info-threads-custom): Keep point at start of buffer.
258 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
259
260 2006-05-31 Juri Linkov <juri@jurta.org>
261
262 * replace.el (query-replace-read-from, query-replace-read-to):
263 Bind `history-add-new-input' to nil. Call `add-to-history'.
264
265 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
266
267 * textmodes/table.el: Convert all HTML tags to lower case for
268 XHTML compatibility.
269
270 2006-05-31 Masatake YAMATO <jet@gyve.org>
271
272 * progmodes/compile.el:
273 (compilation-error-regexp-alist-alist::gcov-called-line):
274 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
275
276 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
277
278 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
279 Revert inadvertant changes made with last commit.
280
281 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
282
283 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
284 New functions.
285
286 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
287
288 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
289
290 * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp
291 only matches in the right place.
292 (org-upcoming-deadline): New face.
293 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
294 (org-export-ascii-underline): Rename constant `org-ascii-underline'
295 and make it an option.
296 (org-export-ascii-bullets): New option.
297 (org-export-as-html): Many changes to emit valid XHTML.
298 (org-par-open): New variable.
299 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
300 (org-html-do-expand, org-section-number): Fixedcase in `replace-match'.
301 (org-timeline): Pass `org-timeline-show-empty-dates' to
302 `org-get-all-dates'. Interpret empty dates returned by `org-get-all-dates'.
303 (org-get-all-dates): New argument EMPTY. Add dates without
304 entries to the list, mark large ranges of empty dates.
305 (org-point-in-group, org-context): New functions.
306
307 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
308
309 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
310
311 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
312 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
313 to C-mouse-3 (for 2 button mice).
314 (gdb-send): Do the right thing for C-d.
315
316 * speedbar.el (speedbar-detach): Delete.
317 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
318 it breaks things.
319 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
320
321 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
322
323 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
324 Makeppfile.
325
326 * progmodes/compile.el (compilation-error-regexp-alist-alist):
327 Add makepp diagnostic.
328
329 2006-05-29 Richard Stallman <rms@gnu.org>
330
331 * window.el (fit-window-to-buffer): Doc fix.
332
333 * help.el (temp-buffer-max-height): Doc fix.
334
335 * subr.el (with-current-buffer): Doc fix.
336
337 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
338
339 * term/x-win.el: Bind F10 to menu-bar-start if available.
340
341 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
342
343 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
344 uses with a simple test.
345 (term-set-escape-char, term-mode, term-check-kill-echo-list)
346 (term-send-raw-string, term-send-raw, term-mouse-paste)
347 (term-char-mode, term-line-mode, term-exec, term-sentinel)
348 (term-handle-exit, term-read-input-ring)
349 (term-previous-matching-input-string)
350 (term-previous-matching-input-string-position)
351 (term-previous-matching-input-from-input)
352 (term-replace-by-expanded-history, term-send-input)
353 (term-skip-prompt, term-bol, term-send-invisible)
354 (term-kill-input, term-delchar-or-maybe-eof)
355 (term-backward-matching-input, term-check-source)
356 (term-proc-query, term-emulate-terminal)
357 (term-handle-colors-array, term-process-pager, term-pager-line)
358 (term-pager-bob, term-unwrap-line, term-word)
359 (term-dynamic-complete-filename)
360 (term-dynamic-complete-as-filename)
361 (term-dynamic-simple-complete): Replace one arm ifs with whens or
362 unlesses.
363
364 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
367 during bootstrapping.
368
369 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
370 Basically undo the change of 2006-05-26: use extra arguments instead of
371 dynamic scoping.
372 (ewoc-locate): Remove unused var `footer'.
373
374 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
375
376 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
377
378 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
379 (generate-file-autoloads): Obey it. Return whether autoloads were
380 added at point or not.
381 (update-file-autoloads): Use this new return value.
382 Remove redundant test for the presence of an autoload cookie.
383
384 * emacs-lisp/autoload.el (autoload-find-file): New fun.
385 This one calls hack-local-variables.
386 (generate-file-autoloads, update-file-autoloads): Use it.
387
388 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
389 (bibtex-sort-entry-class): Add safe-local-variable predicate.
390 (bibtex-sort-entry-class-alist): Don't set the global value.
391 (bibtex-init-sort-entry-class-alist): New fun.
392 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
393 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
394 of bibtex-init-sort-entry-class.
395
396 2006-05-28 Richard Stallman <rms@gnu.org>
397
398 * subr.el (load-history-regexp): If FILE is relative, insist
399 entire last name component must match it.
400 (load-history-filename-element, load-history-regexp): Doc fixes.
401
402 2006-05-29 Kim F. Storm <storm@cua.dk>
403
404 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
405 `pos' and `raw-data' for clarity, as eval forms may access these.
406
407 2006-05-28 Kim F. Storm <storm@cua.dk>
408
409 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
410
411 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * progmodes/make-mode.el (makefile-browser-map)
414 (makefile-mode-syntax-table): Move initialization inside declaration.
415 (makefile-fill-paragraph): Use the default comment-filling code.
416
417 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
418
419 * replace.el (query-replace-defaults): New variable.
420 (query-replace-read-from): Use `query-replace-defaults' for
421 default value, instead of history list.
422 (query-replace-read-to): Update `query-replace-defaults'.
423
424 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
425
426 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
427 with no X toolkit.
428
429 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
430
431 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
432 (tumme-show-all-from-dir): Add autoload.
433
434 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
435
436 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
437 (tumme-remove-tag): Fix bug.
438
439 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
440
441 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
442 FOOTER args. Update unique caller.
443 (ewoc-delete): Compute last node once before looping.
444 (ewoc--node-branch): Merge into unique caller.
445 (ewoc--node): Don't define constructor make-ewoc--node for this
446 structure.
447 (ewoc): Add member `hf-pp' to this structure.
448 (ewoc--wrap): New func.
449 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
450 header/footer pretty-printers. Save header/footer pretty-printer.
451 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
452
453 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
454
455 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
456
457 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
458 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
459 Tag'. Change "Compare directories..." to "Change Directories...".
460 Move tumme commands to Operate, Regexp and Immediate menus.
461 Change "Add Comment" to "Add Image Comment". Change "Add Image
462 Tag" to "Add Image Tags".
463
464 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
465 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
466 `tumme-delete-tag'.
467
468 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
469
470 * shell.el (shell-mode): Call shell-dirtrack-mode after
471 list-buffers-directory is made a local variable, to avoid setting
472 the default value.
473
474 2006-05-26 Kevin Ryde <user42@zip.com.au>
475
476 * info.el (Info-index-next): Use where-is-internal to report
477 actual binding of Info-index-next, rather than hard-coded `,'.
478
479 2006-05-26 Eli Zaretskii <eliz@gnu.org>
480
481 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
482 and "Find Command in Manual" to here.
483
484 * buff-menu.el (list-buffers-noselect): For Info buffers, use
485 Info-current-file as the file name.
486
487 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
488
489 * ses.el (defadvice undo-more): Delete this defadvice. The undo
490 overrides will now be done a different way.
491 (ses-set-parameter): Reapply this function for undo.
492 (ses-set-header-row): Reconstruct header row during undo.
493 (ses-widen): New function.
494 (ses-goto-data, ses-reconstruct-all): Use new function.
495 (ses-command-hook): Widen buffer during undo, before unupdating
496 the cells.
497 (ses-insert-row, ses-delete-row): Widen buffer during undo.
498 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
499 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
500 formula hasn't been executed yet.
501
502 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
503
504 * comint.el (comint-kill-whole-line): Rename arg to count.
505 Fix doc string.
506
507 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
508
509 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
510 to copy-file.
511
512 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
513
514 * simple.el (toggle-truncate-lines): Make arg optional for
515 backward compatibility.
516
517 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
518
519 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
520 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
521 DLL arg. Instead, use ewoc--current-dll. Update all callers.
522 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
523 (ewoc--adjust): Use ewoc--current-dll.
524 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
525
526 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
527
528 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
529 compact error message.
530 (org-tags-view): Refresh category table in each file.
531 (org-table-justify-field-maybe): Remove superfluous arguments to
532 `format'.
533 (org-export-as-html): Insert "<p>" before postamble.
534 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
535
536 2006-05-26 Kenichi Handa <handa@m17n.org>
537
538 * textmodes/po.el (po-find-charset): Pay attention to the case
539 FILENAME is a cons (NAME . BUFFER).
540 (po-find-file-coding-system-guts): Likewise.
541
542 * arc-mode.el (archive-set-buffer-as-visiting-file):
543 Call find-operation-coding-system with (FILENAME . BUFFER).
544
545 * tar-mode.el (tar-extract): Call find-operation-coding-system
546 with (FILENAME . BUFFER).
547
548 * international/mule.el (decode-coding-inserted-region):
549 Call find-operation-coding-system with (FILENAME . BUFFER).
550
551 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
552
553 * image-mode.el (image-toggle-display): Use buffer contents to
554 generate image for a remote file.
555
556 2006-05-25 Juri Linkov <juri@jurta.org>
557
558 * replace.el (query-replace-read-from, query-replace-read-to):
559 Remove 8th arg KEEP-ALL in read-from-minibuffer.
560
561 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
562
563 * whitespace.el (whitespace-cleanup): Change to cleanup
564 region if one is active.
565 * whitespace.el (whitespace-cleanup-internal): New internal method.
566
567 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
568
569 * dired.el (dired-mode-map): Add help-echo strings to tumme
570 commands. Bind `tumme-dired-display-image' to C-t i.
571
572 * tumme.el (tumme-display-image): Change documentation string slightly.
573 (tumme-dired-display-image): Add call to `display-buffer'.
574
575 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
576
577 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
578 Signal error if RAW-DATA is a multibyte string.
579
580 2006-05-24 Richard Stallman <rms@gnu.org>
581
582 * subr.el (with-local-quit): When handling `quit' signal,
583 make a chance for quit-flag to cause a quit.
584
585 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
586 (ad-disable-advice): Add autoloads.
587
588 * subr.el (read-passwd): Copy PROMPT before changing its properties.
589
590 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
591
592 * dired.el (dired-mode-map): Change menu items for tumme as per
593 suggestions in emacs-devel.
594
595 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
596
597 * dired.el (dired-mode-map): Fix breakage.
598
599 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
600
601 * tumme.el (tumme-display-dired-image): Rename to...
602 (tumme-dired-display-image): ...this.
603 (tumme-track-movement): Change default value to t.
604 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
605 used from `tumme-next-line-and-display' and similar commands.
606
607 * dired.el (dired-mode-map): Add Thumbnail submenu under the
608 Immediate menu. Add some tumme commands there.
609
610 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
611
612 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
613
614 2006-05-24 Chong Yidong <cyd@mit.edu>
615
616 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
617 menu entries that open submenus.
618
619 2006-05-24 Alan Mackenzie <acm@muc.de>
620
621 * startup.el (command-line): For names of preloaded files, don't
622 append ".elc" (now done in Fload), and call file-truename on the
623 lisp directory.
624
625 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
626 match ANY loaded file with the right name, not just those in
627 load-path. Put a regexp matching the file name into
628 after-load-alist, rather than the name itself.
629
630 * subr.el: New functions load-history-regexp,
631 load-history-filename-element, do-after-load-evaluation.
632
633 * international/mule.el (load-with-code-conversion): Do the
634 eval-after-load stuff by calling do-after-load-evaluation.
635
636 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
637
638 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
639 has not been killed.
640
641 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
642
643 * term/mac-win.el: Set idle timer to clean up expired Apple events.
644 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
645 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
646 Optionally set error message in reply.
647
648 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
649
650 * textmodes/org.el: (org-open-at-point): Use renamed variable
651 `org-confirm-shell-link-function'.
652 (org-confirm-shell-link-function): Rename from
653 `org-confirm-shell-links'.
654 (org-export-directory): New function.
655 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
656 (org-export-icalendar): Use `org-export-directory'.
657 (org-indent-item): Keep cursor position.
658 (org-link-file-path-type): New option.
659 (org-export-as-html): Fix bug with plain lists starting in
660 column 0.
661 (org-export-as-html): Remove deadline formatting, this happens
662 now already in `org-html-handle-time-stamps'.
663 (org-export-html-style): Deadline class removed.
664 (org-insert-labeled-timestamps-at-point): New option.
665 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
666 of `hide-sublevels 1', in case the first headline is not level 1.
667 (org-overview, org-content): New fuction.
668 (org-cycle-global-status, org-cycle-subtree-status): Make these
669 variables buffer-local.
670 (org-global-cycle): New command.
671 (org-shifttab): Use `org-global-cycle'.
672 (org-insert-heading, org-insert-item): Go to end of new
673 headline/item after creating it.
674 (org-export-visible): Rename from `org-export-copy-visible'.
675 Now creates a temporary org-file and applies an exporting command
676 to it.
677 (org-table-eval-formula): Support for lisp forms.
678 (org-agenda-todo-ignore-scheduled): New option.
679 (org-agenda-get-todos): Use new option
680 `org-agenda-todo-ignore-scheduled'.
681 (org-export-html-inline-images): New value `maybe'.
682 (org-export-as-html): Inlining of images dependent on link description.
683 (org-archive-subtree): Check for end-of-buffer before trying
684 `kill-line'.
685 (org-agenda-follow-mode): New option.
686 (org-export-with-tags, org-export-with-timestamps): New options.
687 (org-html-handle-time-stamps): New function.
688 (org-keyword-time-regexp): New variable.
689 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
690 (org-agenda-todo-list-sublevels): New option.
691 (org-html-level-start): When TITLE is nil, just close all levels.
692 (org-parse-key-lines, org-parse-export-options): Remove functions,
693 replaced by `org-infile-export-plist'.
694 (org-combine-plists, org-infile-export-plist)
695 (org-default-export-plist): New functions.
696 (org-export-html-preamble, org-export-html-postamble)
697 (org-export-html-auto-preamble, org-export-html-auto-postamble):
698 New variables.
699 (org-export-publishing-directory): New option.
700 (org-export-as-html, org-export-as-ascii): Use the new property
701 lists for settings.
702 (org-export-copy-visible, org-export-as-xoxo):
703 Respect `org-export-publishing-directory'.
704 (org-link-search, org-store-link, org-file-apps): Support for
705 links to BibTeX database entries..
706 (org-get-current-options, org-set-regexps-and-options):
707 Implement logging as a startup option.
708 (org-store-link): Make sure context string is never empty
709 (org-insert-link): Use relative path when possible.
710 (org-at-item-checklet-p): New function.
711 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
712 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
713 (org-metaright, org-metaup, org-metadown, org-shiftup)
714 (org-shiftdown, org-shiftright, org-shiftleft)
715 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
716 Dispatch using `call-interactively'.
717 (org-call-with-arg): New defsubst.
718 (org-tag-alist, org-use-fast-tag-selection): New options.
719 (org-complete): Use `org-tag-alist'.
720 (org-fast-tag-insert, org-fast-tag-selection): New functions.
721 (org-next-item, org-previous-item): New commands.
722 (org-beginning-of-item, org-end-of-item): Add (interactive) to
723 make command.
724 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
725
726
727 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
728
729 * emacs-lisp/ewoc.el (ewoc-delete): New function.
730 (ewoc-filter): Use `ewoc-delete'.
731
732 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
733
734 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
737 Signal more user-friendly error messages.
738
739 * complete.el (PC-do-completion): Undo the addition of implicit
740 wildcards if they did not lead to finding any match.
741 (read-file-name-internal): Don't add the final > if the completion is
742 not finished.
743
744 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
745
746 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
747 Quote safe-local-variable predicate.
748
749 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
750
751 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
752
753 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
754
755 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
756
757 * progmodes/make-mode.el (makefile-special-targets-list)
758 (makefile-macro-table, makefile-target-table): Mark as risky.
759 (makefile-query-one-target-method): Make this the alias for the
760 following variable.
761 (makefile-query-one-target-method-function): Make this the real name.
762
763 * textmodes/artist.el (artist-text-renderer): Make this the alias
764 for the following variable.
765 (artist-text-renderer-function): Make this the real name.
766
767 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
768 the alias for the following variable.
769 (flyspell-generic-check-word-predicate): Make this the real name.
770
771 * textmodes/ispell.el (ispell-format-word): Make this the alias
772 for the following variable.
773 (ispell-format-word-function): Make this the real name.
774 (ispell-message-text-end): Mark as risky.
775
776 * skeleton.el (skeleton-transformation, skeleton-filter)
777 (skeleton-pair-filter): Make these the aliases for the following
778 variables.
779 (skeleton-transformation-function, skeleton-filter-function)
780 (skeleton-pair-filter-function): Make these the real names.
781
782 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
783 and skeleton-pair-filter-function.
784
785 * textmodes/sgml-mode.el (sgml-transformation): Make this the
786 alias for the following variable.
787 (sgml-transformation-function): Make this the real name.
788 (sgml-tag-alist): Mark as risky.
789
790 2006-05-21 Richard Stallman <rms@gnu.org>
791
792 * simple.el (kill-region): Interactively, pass point, then mark.
793
794 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
795
796 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
797
798 2006-05-21 Romain Francoise <romain@orebokech.com>
799
800 * dired-x.el (dired-mode-map): Don't bind M-g.
801
802 2006-05-20 Richard Stallman <rms@gnu.org>
803
804 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
805 (dired-goto-file): Doc fix.
806
807 2006-05-21 Kim F. Storm <storm@cua.dk>
808
809 * emulation/cua-base.el: Mention customizing cua-mode as alternative
810 way to enable built-in cua-mode if user loads older CUA-mode package.
811
812 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
813 if default-filename is specified.
814
815 2006-05-20 Eli Zaretskii <eliz@gnu.org>
816
817 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
818
819 * info.el (info-apropos): Make sure current-file and current-node
820 have non-nil values. Speed up by using add-to-list instead of
821 manual consing.
822
823 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
824
825 * progmodes/make-mode.el (makefile-mode): Doc fix.
826
827 2006-05-20 Eli Zaretskii <eliz@gnu.org>
828
829 * dired-aux.el (dired-do-shell-command): Doc fix.
830
831 2006-05-20 Kevin Ryde <user42@zip.com.au>
832
833 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
834 ``(custom-manual :tag "Foo" "(foo)Node")''.
835
836 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
837
838 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
839 value is an integer.
840
841 2006-05-20 Eli Zaretskii <eliz@gnu.org>
842
843 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
844 "format".
845 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
846
847 2006-05-20 Martin Rudalics <rudalics@gmx.at>
848
849 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
850 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
851
852 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
855 regexp for keywords.
856
857 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
858
859 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
860 replace-regexp-in-string.
861
862 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
863 encode, and escape file name on conversion to URL.
864
865 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
866
867 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
868 Don't unescape URL.
869 (dnd-get-local-file-name): Unescape URL on conversion to file name.
870
871 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
872 on conversion to URLs.
873
874 * net/browse-url.el (browse-url-file-url): Encode file name on
875 conversion to URL.
876
877 * term/mac-win.el (mac-ae-open-documents): Escape file name on
878 conversion to URL.
879
880 2006-05-19 Eli Zaretskii <eliz@gnu.org>
881
882 * progmodes/cc-styles.el (c-style-alist): Doc fix.
883
884 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
885
886 * term/mac-win.el (mac-bytes-to-digits): Remove function.
887 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
888
889 2006-05-19 Glenn Morris <rgm@gnu.org>
890
891 * calendar/diary-lib.el (diary-bahai-date)
892 (list-bahai-diary-entries, mark-bahai-diary-entries)
893 (mark-bahai-calendar-date-pattern): Not interactive.
894 (add-to-diary-list): New optional arg LITERAL. Doc fix.
895 (diary-entries-list): Change format of 4th element in each entry.
896 (diary-list-entries): Use add-to-diary-list.
897 (diary-goto-entry): Handle the case where the buffer visiting the
898 diary has been killed.
899 (fancy-diary-display): Add 'locator to button rather than 'marker.
900 Only generate temp-face when there are marks to apply.
901 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
902 (diary-fancy-date-pattern): New variable.
903 (diary-time-regexp): Doc fix.
904 (diary-anniversary, diary-time): New faces.
905 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
906 diary-time-regexp. Add font-lock-multiline property where needed.
907 Use new faces diary-anniversary and diary-time.
908 (diary-fancy-font-lock-fontify-region-function): New function, to
909 handle multiline font-lock pattern in fancy diary.
910 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
911 (diary-font-lock-keywords): Tweak time regexp. Use new face
912 diary-time.
913
914 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
915
916 * international/code-pages.el (mik): Table corrected.
917
918 2006-05-18 Kim F. Storm <storm@cua.dk>
919
920 * progmodes/grep.el (grep-find): Don't check grep-find-command
921 before running command (breaks non-interactive usage).
922
923 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
924
925 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
926 (ewoc--insert-new-node): Don't insert trailing newline.
927 Instead, adjust successor nodes's start markers.
928 (ewoc--refresh-node): Delete all text from current node's start
929 marker to the next one's; adjust successor nodes's start markers.
930 (ewoc--create): Doc fixes.
931 (ewoc--refresh): Don't insert newline.
932 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
933 * pcvs.el (cvs-make-cvs-buffer):
934 Specify extra newline for ewoc's header and footer.
935 (cvs-update-header): Update initial header recognition.
936 Append newline to final header and footer values.
937 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
938
939 2006-05-17 Richard Stallman <rms@gnu.org>
940
941 * files.el (file-name-extension): Doc fix.
942
943 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
946 we can explicitly enable/disable rather than toggle.
947 (shell-mode): Use it.
948 (shell-cd): Don't try to reproduce what `cd' does.
949
950 2006-05-17 Kim F. Storm <storm@cua.dk>
951
952 * ido.el (ido-read-internal): Use only nondirectory part of
953 default item.
954
955 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
956
957 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
958 (ewoc-nth): Doc fix.
959
960 (ewoc-map, ewoc-invalidate): Compute PP before looping.
961
962 2006-05-16 Eli Zaretskii <eliz@gnu.org>
963
964 * international/mule.el (auto-coding-alist): Add .lha to files
965 read with no-conversion.
966
967 * files.el (auto-mode-alist): Add .lha files to archive file
968 extensions.
969
970 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
971 Convert csize to integer when computing offsets within the
972 compressed archive file.
973
974 2006-05-16 Kim F. Storm <storm@cua.dk>
975
976 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
977 with read-from-minibuffer.
978
979 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
980
981 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
982 (byte-compile-warnings): Fix safe-local-variable property.
983
984 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
985
986 * allout.el (allout-show-bodies, allout-old-style-prefixes)
987 (allout-stylish-prefixes, allout-numbered-bullet)
988 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
989 predicates to qualify `safe-local-variable' property, when
990 available, else use equivalent lambda.
991 (allout-current-topic-collapsed-p): Do the right thing regarding
992 trailing blank lines.
993
994 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * server.el (server-start): Only create a directory if needed.
997 (server-edit, server-unload-hook): server-start => server-mode.
998 (kill-emacs-hook): Cleanup upon exit.
999
1000 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * hexl.el (hexlify-buffer): Encode process arguments manually.
1003
1004 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1005
1006 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1007 call to gdb-tooltip-print.
1008
1009 2006-05-15 Romain Francoise <romain@orebokech.com>
1010
1011 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1012 systems, default to "tar" since those systems probably have GNU tar.
1013
1014 2006-05-14 Lars Hansen <larsh@soem.dk>
1015
1016 * desktop.el (desktop-missing-file-warning): Fix docstring.
1017 (desktop-restore-file-buffer): Correct question asked on missing file.
1018
1019 2006-05-14 Kim F. Storm <storm@cua.dk>
1020
1021 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1022 Add CUA move property.
1023
1024 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1025
1026 * custom.el (custom-push-theme): Load the variable before checking
1027 its `standard-value'.
1028
1029 2006-05-13 Lars Hansen <larsh@soem.dk>
1030
1031 * desktop.el (desktop-save): Use with-temp-buffer.
1032
1033 2006-05-12 Glenn Morris <rgm@gnu.org>
1034
1035 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1036 * calendar/calendar.el (calendar-mode-map):
1037 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1038 * calendar/appt.el (appt-check, appt-make-list): Refer to
1039 diary-view-entries, diary-list-entries, diary-show-all-entries
1040 rather than obsolete aliases.
1041
1042 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1043
1044 * simple.el (line-move-finish): Avoid calling point motion hooks
1045 while processing intangibility.
1046
1047 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1048
1049 * term/xterm.el (terminal-init-xterm): Fix typo.
1050
1051 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1052
1053 * allout.el: (allout-view-change-hook): Mark as being deprecated,
1054 to be replaced by `allout-exposure-change-hook'.
1055 (allout-exposure-change-hook): New, replacing
1056 `allout-view-change-hook'.
1057 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1058 in addition to `allout-view-change-hook'.
1059 (allout-show-bodies, allout-old-style-prefixes)
1060 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1061 lambda forms to prevent their showing up in variable help
1062 presentations as inscrutable byte-compiled code.
1063 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1064 Use string-or-null-p to qualify safe-local-variable values.
1065 (allout-reindent-bodies): Use memq to qualify matches against
1066 valid safe-local-variable values. Also, quote the lambda as above.
1067 (allout-use-mode-specific-leader): Add missing candidate-value
1068 symbols, use memq, and quote the lambda.
1069 (allout-overlay-interior-modification-handler): Remove unused
1070 variables `msg' and 'opened'.
1071 (allout-hidden-p): Constrain invisibility consideration to allout's
1072 invisibility spec, disregarding invisibility for other reasons.
1073
1074 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1075
1076 * files.el (version-control): Correct safe values.
1077
1078 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1079
1080 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1081
1082 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1083 (ewoc--insert-new-node): New func.
1084 Update callers of deleted funcs to use it, instead.
1085
1086 2006-05-11 Glenn Morris <rgm@gnu.org>
1087
1088 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1089 obsolete alias `show-all-diary-entries'.
1090 (make-diary-entry): Not interactive.
1091 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1092 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1093 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1094 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1095 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1096 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1097
1098 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1099
1100 * calendar/calendar.el (calendar-french-date-string)
1101 (calendar-mayan-date-string, calendar-chinese-date-string)
1102 (calendar-astro-date-string, calendar-iso-date-string)
1103 (calendar-islamic-date-string, calendar-bahai-date-string)
1104 (calendar-hebrew-date-string, calendar-coptic-date-string)
1105 (calendar-ethiopic-date-string, calendar-persian-date-string):
1106 These functions are not interactive.
1107
1108 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1109
1110 * files.el: Balance parentheses.
1111
1112 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1113
1114 * files.el, newcomment.el, outline.el, simple.el,
1115 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1116 progmodes/cc-vars.el, progmodes/compile.el:
1117 Move `safe-local-variable' declarations to the respective files.
1118
1119 * help-fns.el (describe-variable): Don't print safe-var if it is
1120 byte-code. Improve wording as suggested by Luc Teirlinck.
1121
1122 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1123
1124 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1125 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1126 Use a token for pending-triggers to ensure gdb-var-update
1127 gets called once per user input again for pre-GDB 6.4.
1128 (gdb-var-delete): Match on more complex expressions.
1129 (gdb-var-list-children-handler, gdb-var-create-handler):
1130 Use a token for consistency.
1131
1132 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1133
1134 * textmodes/org.el (org-read-date, org-goto-calendar)
1135 (org-agenda-goto-calendar):
1136 Bind `view-calendar-holidays-initially' to nil.
1137
1138 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1139
1140 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1141 Update all callers to do it there, instead.
1142
1143 2006-05-10 Glenn Morris <rgm@gnu.org>
1144
1145 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1146 prefix arg case, to avoid view-diary-entries-initially error.
1147 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1148 (calendar-date-is-legal-p): Handle dates with no day part.
1149
1150 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1151
1152 * comint.el (comint-insert-input): Just make it when
1153 comint-use-prompt regexp is nil (default) and with the mouse.
1154 (comint-copy-old-input): Reinstate from 2004-06-23.
1155 (comint-mode-map): Bind C-c C-m to it.
1156
1157 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1158
1159 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1160 Remove spurious move to point-max (new comint behavior fixes).
1161
1162 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1163 compatibility function (Emacs 18/19).
1164 (idlwave-is-continuation-line): Always return point at start of
1165 previous non-blank continuation line.
1166 `keyword-parameters': Fix continued comment font-lock matcher.
1167 (idlwave-font-lock-fontify-region): Written, use as
1168 font-lock-fontify-region-function, to fix continued keyword
1169 fontification issues.
1170
1171 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1172
1173 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1174 (mac-service-selection, mac-service-open-file)
1175 (mac-service-open-selection, mac-service-mail-selection)
1176 (mac-service-mail-to, mac-service-insert-text): Rename from
1177 mac-services-*. All uses changed.
1178 (mac-apple-event-map): Rename event symbol `services' to `service'.
1179
1180 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1181
1182 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1183 (ewoc--node-enter-first, ewoc--node-enter-last)
1184 (ewoc--delete-node-internal): Merge funcs into unique callers.
1185
1186 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1189 return value of read-from-minibuffer for empty input.
1190
1191 2006-05-09 Miles Bader <miles@gnu.org>
1192
1193 * comint.el (comint-insert-input): Remove redundant calls to setq
1194 and goto-char.
1195
1196 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1197
1198 * comint.el (comint-insert-input): Make it work when
1199 comint-use-prompt-regexp is t.
1200
1201 2006-05-10 Miles Bader <miles@gnu.org>
1202
1203 * subr.el (field-at-pos): New function.
1204
1205 * comint.el (comint-insert-input): Use it.
1206
1207 2006-05-09 Juri Linkov <juri@jurta.org>
1208
1209 * battery.el (battery-linux-proc-acpi): Also try
1210 `/proc/acpi/thermal_zone/THR2/temperature'.
1211
1212 * files.el <safe-local-variable>: Remove `eval' and `let' binding
1213 for now unused lambda `string-or-null'.
1214
1215 * add-log.el (change-log-default-name): Put `string-or-null-p'
1216 instead of lambda on `safe-local-variable' property.
1217
1218 * diff-mode.el (diff-context->unified): Use `region-beginning' and
1219 `region-end' instead of `mark' and `point'.
1220 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1221 Operate on region in Transient Mark mode when the mark is active.
1222 Use `region-beginning' and `region-end' instead of `mark' and
1223 `point'.
1224 (diff-hunk-text, diff-goto-source): Doc fix.
1225
1226 * startup.el (fancy-splash-screens, normal-splash-screen): Use
1227 face `mode-line-buffer-id' for mode-line buffer face instead of
1228 hard-coded `(:weight bold)'.
1229
1230 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1231 buffer-undo-list to t (undo-ask is reproducible by visiting
1232 nested archives).
1233
1234 2006-05-09 Kim F. Storm <storm@cua.dk>
1235
1236 * progmodes/grep.el (rgrep): Set default directory of *grep*
1237 buffer if we start M-x rgrep in the *grep* buffer and choose
1238 a different base directory.
1239
1240 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
1241
1242 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1243 completion also when ido is loaded.
1244
1245 2006-05-09 Masatake YAMATO <jet@gyve.org>
1246
1247 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1248 "warning" and "import".
1249 (cpp-font-lock-keywords): Added "warning".
1250
1251 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1252
1253 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1254
1255 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1258 pages at a time, if we signal the end, we should indeed reach that end.
1259
1260 2006-05-08 David Reitter <david.reitter@gmail.com>
1261
1262 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1263 output during execution of the body.
1264
1265 2006-05-08 Kim F. Storm <storm@cua.dk>
1266
1267 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1268
1269 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1270
1271 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1272 Use with-current-buffer.
1273
1274 2006-05-07 Kim F. Storm <storm@cua.dk>
1275
1276 * subr.el (add-to-history): Remove keep-dups arg.
1277
1278 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1279 to nil around call to add-to-history.
1280
1281 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1284 than after a buffer modification.
1285
1286 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
1287
1288 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1289 call to...
1290 (gud-watch): ...here so speedbar is raised for already watched
1291 expressions.
1292 (gdb-speedbar-refresh): Delete function.
1293 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1294 Use speedbar-timer-fn instead of speedbar-refresh (reverting
1295 earlier change).
1296 (gdb-var-evaluate-expression-handler)
1297 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1298
1299 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1300 Update localized contents for all buffers except ignored modes.
1301
1302 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1303
1304 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1305 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1306 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1307 (mac-handle-font-panel-closed, mac-handle-font-selection):
1308 New functions.
1309 (mac-font-panel-mode): New minor mode.
1310 (mac-apple-event-map): Add bindings for toolbar toggle button and
1311 font panel.
1312 (menu-bar-showhide-menu): Add mac-font-panel-mode.
1313
1314 2006-05-07 John Paul Wallington <jpw@pobox.com>
1315
1316 * ibuffer.el (ibuffer-compressed-file-name-regexp):
1317 Avoid `regexp-opt'; simplify regexp for readability.
1318
1319 2006-05-06 Eli Zaretskii <eliz@gnu.org>
1320
1321 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1322 * files.el (buffer-stale-function):
1323 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1324 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1325 links to the main manual, not to emacs-xtra.
1326
1327 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1328
1329 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
1330 MacJapanese if text is ASCII-only.
1331
1332 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
1333
1334 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1335 unless so nil isn't returned.
1336 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1337
1338 2006-05-06 Kim F. Storm <storm@cua.dk>
1339
1340 * subr.el (add-to-history): New function.
1341
1342 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1343 (ediff-merge-files-with-ancestor):
1344 * env.el (setenv):
1345 * isearch.el (isearch-update-ring):
1346 * server.el (server-visit-files):
1347 * progmodes/grep.el (lgrep, rgrep):
1348 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1349 * progmodes/xscheme.el (xscheme-insert-expression):
1350 Use add-to-history.
1351
1352 * kmacro.el (kmacro-push-ring): Use add-to-history.
1353 (kmacro-ring-length): Remove unused defun.
1354 (kmacro-start-macro): Use kmacro-push-ring.
1355
1356 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1357
1358 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1359 directly instead of a lambda expression that calls it.
1360
1361 2006-05-06 Kim F. Storm <storm@cua.dk>
1362
1363 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1364 instead of compute-motion.
1365
1366 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
1367
1368 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1369 change.
1370
1371 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1372
1373 * startup.el (command-line-1): Refer to "Pure Storage" on
1374 pure-space-overflow.
1375
1376 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1377
1378 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1379 provided faces once they all have been used up.
1380
1381 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1382
1383 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1384 reference to the Lisp manual to the warning about pure space
1385 overflow.
1386
1387 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1388
1389 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1390 argument to avoid the call to `ispell-internal-change-dictionary'
1391 when not needed.
1392 (ispell-change-dictionary): Use this argument and call
1393 `ispell-internal-change-dictionary' after the possible change
1394 to `ispell-local-dictionary'.
1395 (ispell-internal-change-dictionary): Check for a change in
1396 personal dictionary use too.
1397 Cosmetic changes from Agustin Martin
1398 <agustin.martin@hispalinux.es>.
1399
1400 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1401
1402 * startup.el (command-line): On MS-Windows, probe "~", not
1403 "~USER", for warning about non-existent home directory
1404
1405 * arc-mode.el (archive-l-e): New optional argument `float' means
1406 generate a float value.
1407 (archive-arc-summarize, archive-lzh-summarize)
1408 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1409 with 3rd argument non-nil when file's size is being computed.
1410 Format the file sizes with %8.0f instead of %8d.
1411
1412 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1413
1414 * cus-start.el (all): Add mac-dnd-known-types.
1415
1416 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
1417 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1418 (mac-TIFF-to-string): New functions.
1419 (x-get-selection, x-selection-value)
1420 (mac-select-convert-to-string): Use them.
1421 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1422 (mac-dnd-types-alist): New customization variable.
1423 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1424 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1425 (mac-dnd-handle-drag-n-drop-event): New functions.
1426 (mac-drag-n-drop): Remove function.
1427 (global-map): Bind drag-n-drop and M-drag-n-drop to
1428 mac-dnd-handle-drag-n-drop-event.
1429
1430 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1431
1432 * progmodes/perl-mode.el (perl-beginning-of-function):
1433 Skip anonymous subs.
1434
1435 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1436
1437 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1438 regexp-opt at run time.
1439
1440 * term.el (term-handle-ansi-escape): Fix off by one error.
1441
1442 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1443
1444 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1445 (gdb-init-1, gdb-post-prompt): ...and references to it.
1446 (gdb-frame-handler): Strip directory name from filename if present.
1447
1448 * progmodes/gud.el (gdb-force-update): Delete defvar
1449 (gud-speedbar-buttons): ...and references to it. Use window-start
1450 to try to keep positon in watch expression.
1451
1452 2006-05-03 Richard Stallman <rms@gnu.org>
1453
1454 * simple.el (next-history-element, previous-history-element): Doc fix.
1455
1456 * isearch.el (isearch-update-ring): Doc fix.
1457
1458 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1459
1460 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1461 into consideration. Replace one arm ifs with whens.
1462
1463 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1464
1465 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1466 (menu): Fix typo.
1467
1468 2006-05-02 Miles Bader <miles@gnu.org>
1469
1470 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1471
1472 2006-05-02 Jay Belanger <belanger@truman.edu>
1473
1474 * calc/calc-embed.el: (calc-override-minor-modes-map)
1475 (calc-override-minor-modes): New variables.
1476 (calc-do-embedded): Make sure that Calc keystrokes aren't
1477 overwritten by minor modes.
1478
1479 2006-05-02 Chong Yidong <cyd@mit.edu>
1480
1481 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1482
1483 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1484
1485 * startup.el (command-line-1): Refer to Lisp manual when
1486 pure-space-overflow occurs.
1487
1488 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1489 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1490 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1491 (version-control): Don't use `t' for safe-local-variable declarations.
1492
1493 2006-05-01 Richard Stallman <rms@gnu.org>
1494
1495 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1496 M-r, M-R, M-A, M-SPC or M-DEL.
1497 (diff-mode-map): diff-refine-hunk now on C-c C-w
1498 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1499
1500 * help-mode.el (help-mode): view-exit-action calls delete-window
1501 only when it is safe and possible.
1502
1503 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1504 in messages.
1505
1506 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1507
1508 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1509 in the default tool-bar-map.
1510
1511 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1512
1513 * net/tramp.el (tramp-completion-file-name-handler-alist)
1514 (tramp-run-real-handler, tramp-completion-run-real-handler)
1515 (tramp-completion-handle-file-name-all-completions)
1516 (tramp-completion-handle-file-name-completion): Autoload them.
1517 (tramp-completion-handle-file-exists-p)
1518 (tramp-completion-handle-file-name-directory)
1519 (tramp-completion-handle-file-name-nondirectory)
1520 (tramp-completion-handle-expand-file-name): Remove them.
1521 (tramp-handle-file-name-directory): Return the real directory name.
1522 Returning "/" only doesn't need to be necessary any longer.
1523 (tramp-file-name-handler): Make special attention when in hostname
1524 completion mode.
1525 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1526 (tramp-register-file-name-handlers):
1527 Register `tramp-completion-file-name-handler' only when
1528 `partial-completion-mode' is enabled.
1529 (tramp-completion-handle-file-name-all-completions):
1530 Delete directory part from results.
1531 (tramp-get-completion-methods, tramp-get-completion-user-host):
1532 Discard deleting "/", it doesn't work after the change of
1533 `tramp-handle-file-name-directory' above.
1534
1535 2006-05-01 Kim F. Storm <storm@cua.dk>
1536
1537 * progmodes/grep.el (grep-expand-template): Use save-match-data
1538 and symbol-value.
1539
1540 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1541
1542 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1543 Use select-frame-set-input-focus instead of raise-frame.
1544 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1545
1546 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1547
1548 * progmodes/gud.el (gud-def): Add %c case.
1549 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1550 (gud-format-command): Make match case sensitive. Match on %F.
1551
1552 2006-04-30 Glenn Morris <rgm@gnu.org>
1553
1554 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1555 (cal-tex-preamble): Use cal-tex-preamble-extra.
1556 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1557 than alias `list-diary-entries'.
1558
1559 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1560
1561 * help-fns.el (describe-variable): Add info about safe local variables.
1562
1563 2006-04-29 Richard Stallman <rms@gnu.org>
1564
1565 * bindings.el (mode-line-format): help-echo doc fixes.
1566
1567 * net/tramp.el (tramp-file-name-handler-alist): Delete
1568 expand-file-name and other operations that can cause spurious loading.
1569
1570 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * files.el (safe-local-variable-p): Remove support for the special
1573 value t.
1574
1575 * textmodes/paragraphs.el (sentence-end-without-space):
1576 Fix safety predicate.
1577 (sentence-end-double-space, sentence-end-without-period)
1578 (paragraph-ignore-fill-prefix):
1579 * textmodes/fill.el (colon-double-space):
1580 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1581
1582 * subr.el (booleanp): New fun.
1583
1584 * textmodes/reftex-vars.el (reftex-guess-label-type):
1585 Tighten the safety predicate.
1586
1587 2006-04-28 Kim F. Storm <storm@cua.dk>
1588
1589 * progmodes/grep.el (defgroup grep): Doc fix.
1590 (grep-auto-highlight): Remove.
1591 (grep-template): New defcustom.
1592 (grep-find-template): Rename from grep-tree-template.
1593 (grep-files-aliases): Rename from grep-tree-files-aliases.
1594 Remove "all" alias, add "l" alias.
1595 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1596 (grep-find-ignored-directories): New defcustom to replace
1597 grep-tree-ignore-CVS-directories, to facilitate ignoring
1598 subdirectories for multiple version control systems.
1599 (grep-mode-map): Add Recursive grep item to GREP menu.
1600 (grep-regexp-history, grep-files-history): New defvars.
1601 (grep-probe): New helper function.
1602 (grep-compute-defaults): Use it to simplify code.
1603 Adapt to name changes.
1604 Use `.' as base in grep-find-template rather than <D>.
1605 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1606 Call grep-compute-defaults unconditionally.
1607 (grep-expand-keywords): New defconst.
1608 (grep-expand-template): Rename from grep-expand-command-macros.
1609 Simplify via grep-expand-keywords. Look at case-fold-search instead
1610 of grep-tree-ignore-case to add -i option.
1611 Bind case-fold-search to nil while matching keywords.
1612 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1613 (grep-read-regexp, grep-read-files): New helper functions.
1614 (rgrep): Rename from grep-tree. Rework to use proper histories.
1615 Adapt to changes in defcustoms and functions above.
1616 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1617
1618 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1619
1620 * net/tramp.el (tramp-completion-file-name-handler):
1621 Disable Tramp's functionality while loading Tramp itself.
1622 (tramp-register-file-name-handlers): That's a defsubst now.
1623 Code from `tramp-repair-jka-compr' moved here. Apply it via
1624 `after-init-hook'.
1625 (tramp-repair-jka-compr): Remove.
1626
1627 2006-04-27 Jay Belanger <belanger@truman.edu>
1628
1629 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1630 read expression when `math-read-big-expr' doesn't work.
1631
1632 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1633
1634 * startup.el (command-line-1): Display warning when
1635 pure-space-overflow is non-nil.
1636
1637 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1638
1639 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1640 risky.
1641
1642 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1643
1644 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1645 Return the URL or nil if none can be generated.
1646
1647 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
1648
1649 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1650 byte compiler warnings.
1651 (gud-basic-call, gud-find-expr): Let user select an expression
1652 for printing. Print expression as well as value in GUD buffer.
1653
1654 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
1655
1656 * allout.el: Remove local autoload declaration for
1657 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1658 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1659 (allout-plain-bullets-string, allout-distinctive-bullets-string)
1660 (allout-use-mode-specific-leader, allout-old-style-prefixes)
1661 (allout-stylish-prefixes, allout-numbered-bullet)
1662 (allout-file-xref-bullet, allout-presentation-padding)
1663 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1664 safe-local-variable with suitable value spec, and add autoload
1665 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
1666 (move-beginning-of-line, move-end-of-line): Repair so these compat
1667 functions now actually resituate the point, when appropriate.
1668
1669 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1672
1673 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1674 (add-log-iso8601-time-string): Fix call to format-time-string.
1675
1676 2006-04-26 Kim F. Storm <storm@cua.dk>
1677
1678 * subr.el (posn-string, posn-image, posn-object): Doc fix.
1679
1680 2006-04-26 Masatake YAMATO <jet@gyve.org>
1681
1682 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1683 Add support for "//" style comments. Remove `b' flag
1684 from ?* in `asm-mode-syntax-table'.
1685
1686 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * follow.el: Use (featurep 'xemacs) everywhere.
1689 (follow-mode): Use define-minor-mode.
1690 (follow-mode-map): Move initialization into the declaration.
1691 Use command remapping.
1692 (follow-emacs-version-xemacs-p): Remove.
1693 (follow-submit-feedback): Remove.
1694
1695 * allout.el (allout-layout, allout-passphrase-verifier-string)
1696 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1697
1698 * textmodes/reftex-vars.el (reftex-vref-is-default)
1699 (reftex-fref-is-default, reftex-guess-label-type):
1700 Tighten up a bit the safety predicate.
1701
1702 * textmodes/paragraphs.el (sentence-end-double-space)
1703 (sentence-end-without-period, sentence-end-without-space)
1704 (page-delimiter, paragraph-ignore-fill-prefix):
1705 Tighten up a bit the safety predicate.
1706
1707 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1708
1709 * progmodes/python.el (python-continuation-line-p)
1710 (python-beginning-of-statement): syntax-ppss may return
1711 a negative depth.
1712 (python-mode): Don't forcefully enable font-lock.
1713
1714 * time-stamp.el (time-stamp-start, time-stamp-end)
1715 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
1716
1717 * add-log.el: Remove spurious * in docstrings.
1718 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
1719 (add-change-log-entry): Use it here, since it's not specific
1720 to iso8601.
1721 (add-log-iso8601-time-string): Don't use it here any more.
1722 (change-log-indent-text, change-log-indent): Rename from add-log-*.
1723
1724 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
1725
1726 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
1727
1728 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
1729 (rcirc-toggle-low-priority): Doc fix.
1730 (rcirc-handler-NOTICE): Remove beginning of line anchor in
1731 ChanServ regexp.
1732 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
1733 #emacs.
1734 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
1735 (rcirc-decode-coding-system): Use utf-8 as the default.
1736 (rcirc-multiline-minor-mode): Set the fill-column.
1737 (rcirc-format-response-string): Display bright and dim nicks.
1738 (rcirc-browse-url): Update interactive spec to fill ARG.
1739 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
1740 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
1741
1742 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1743
1744 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
1745 case for @Article, etc.
1746
1747 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * net/tramp.el (tramp-register-file-name-handlers): New defun.
1750 Added with autoload cookie.
1751 (tramp-unload-file-name-handlers): Rename from
1752 `tramp-unload-file-name-handler-alist'.
1753
1754 2006-04-23 Romain Francoise <romain@orebokech.com>
1755
1756 * comint.el (comint-match-partial-filename): Doc fix.
1757
1758 2006-04-21 Glenn Morris <rgm@gnu.org>
1759
1760 * calendar/cal-menu.el (calendar-mode-map): Refer to
1761 `diary-view-entries' rather than alias `view-diary-entries'.
1762 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
1763
1764 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
1765
1766 * progmodes/antlr-mode.el (antlr-default):
1767 * cus-edit.el (custom-documentation):
1768 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
1769 in defface.
1770
1771 2006-04-21 Kim F. Storm <storm@cua.dk>
1772
1773 * image.el (image-type): New defun split out of create-image.
1774 (create-image): Use it.
1775
1776 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
1777
1778 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
1779 (org-open-at-point): Remove the "...done" message to keep output
1780 in the echo area visible.
1781 (org-export-as-xoxo): Fix call to `indent-region'.
1782
1783 2006-04-21 Kevin Ryde <user42@zip.com.au>
1784
1785 * international/mule.el (keyboard-coding-system): defcustom
1786 info-link fixes: "Specify Coding" has been split, keyboard now in
1787 "Terminal Coding", and "Single-Byte Character Support" is now
1788 "Unibyte Mode".
1789
1790 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
1791
1792 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
1793 Use font-lock-warning-face for any errors e.g. no stack.
1794 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
1795
1796 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 * progmodes/sh-script.el (sh-shell): Mark as safe.
1799
1800 * newcomment.el (comment-start, comment-start-skip)
1801 (comment-end-skip, comment-end): Mark as safe.
1802
1803 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
1804
1805 * textmodes/org.el (org-deadline-announce): Face removed.
1806 (org-level-faces, org-n-levels): Convert to constant.
1807 (org-compatible-face): New function.
1808 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1809 (org-level-5, org-level-6, org-level-7, org-level-8)
1810 (org-special-keyword, org-warning, org-headline-done, org-link)
1811 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1812 (org-scheduled-today, org-scheduled-previously, org-time-grid):
1813 Face definition revised for better color tty support.
1814 (org-bold-re, org-italic-re, org-underline-re): New constants.
1815 (org-set-font-lock-defaults): Use the new constants.
1816 (org-agenda-highlight-todo): New function.
1817 (org-agenda-todo): Fix bug with point at end of line.
1818 (org-agenda-change-all-lines, org-finalize-agenda-entries):
1819 Fontify TODO keywords.
1820 (org-insert-link): Preserve relative path in ../ links.
1821 (org-export-as-html): Convert links pointing to .org files into
1822 links that will work beteen the exported HTML files.
1823 (org-todo-list): Fix bug when arg=0.
1824 (org-insert-heading): More fine-tuning.
1825
1826 2006-04-19 Romain Francoise <romain@orebokech.com>
1827
1828 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
1829 from `rmail-mime-charset-pattern'.
1830
1831 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1832
1833 * progmodes/python.el (python-mode): Fix typo.
1834
1835 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1836
1837 * comint.el (comint-previous-input): Don't clobber input line
1838 when moving off either end of the input history ring.
1839 (comint-delete-input): New function, used by
1840 `comint-previous-input' and others.
1841 (comint-previous-matching-input):
1842 Use `coming-delete-input'. Save the partial input if leaving the
1843 edit line. Goto point-max before deleting input to avoid
1844 partial input fragments hanging around.
1845 (comint-restore-input): New function, used by `comint-previous-input'.
1846
1847 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
1848
1849 * imenu.el (imenu--index-alist): Balance parentheses.
1850
1851 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1852
1853 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
1854
1855 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
1856
1857 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
1858 file is nil.
1859
1860 2006-04-18 Richard Stallman <rms@gnu.org>
1861
1862 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
1863
1864 * imenu.el (imenu-create-index-function, imenu--index-alist)
1865 (imenu--last-menubar-index-alist, imenu--make-index-alist)
1866 (imenu-default-create-index-function, imenu--generic-function):
1867 Doc fixes.
1868
1869 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
1870
1871 * help-mode.el (help-mode): Set view-exit-action to delete window.
1872
1873 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
1874 now works by passing nil as arg.
1875
1876 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
1877
1878 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
1879 (read-abbrev-file): Provide default when reading filename.
1880
1881 * files.el (enable-local-variables): Allow :all as value.
1882 (hack-local-variables): Implement that value.
1883 (safe-local-variable-values, safe-local-eval-forms)
1884 (enable-local-variables): Mark as risky.
1885 (find-file-visit-truename, kept-old-versions): Mark safe.
1886
1887 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
1888 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
1889 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
1890
1891 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1892
1893 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
1894 Use forward-line so as to get to BOL even in the presence of fields.
1895 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
1896 in return.
1897 (inferior-tcl): Tell tclsh to work in interactive mode.
1898
1899 * complete.el (partial-completion-mode):
1900 Use 'choose-completion-string-functions to make sure that
1901 choose-completion fills the minibuffer properly.
1902
1903 * complete.el (PC-old-read-file-name-internal): Remove.
1904 (PC-read-include-file-name-internal): Remove. Turn it into an advice
1905 of read-file-name-internal.
1906 (partial-completion-mode): Enable/disable this advice.
1907
1908 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * net/tramp.el (tramp-completion-file-name-handler): Revert change
1911 of 2006-04-17.
1912
1913 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
1914
1915 * textmodes/org.el (org-insert-heading): Insert heading before
1916 current if at beginning of line.
1917 (org-todo, org-date): New faces.
1918 (org-table-align): Make sure tooltip window contains full text.
1919 (org-no-properties): New defsubst.
1920 (org-set-font-lock-defaults): Use new faces.
1921
1922 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
1923
1924 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
1925 for root variables.
1926
1927 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
1928 (gdb-frame-address): Re-use to identify frame for watch expression.
1929 (gdb-var-list, gdb-var-create-handler): Add frame address for root
1930 variables.
1931 (gdb-init-1, gdb-source, gdb-post-prompt)
1932 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
1933 (gdb-frame-handler): Get gdb-frame-address.
1934
1935 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
1936
1937 Sync with Tramp 2.0.53.
1938
1939 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
1940 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
1941 (tramp-completion-file-name-handler): Add autoload cookie for
1942 adding to `file-name-handler-alist'.
1943
1944 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
1945 the prompt. If it returns earlier (when detecting an error
1946 message), the rest of the output will merge accidently with the
1947 output of the next command. Reported by M Jared Finder
1948 <jared@hpalace.com>.
1949
1950 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1951 for `process-file', in order to let it work for older Emacsen too.
1952
1953 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
1954
1955 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
1956 (tex-font-lock-keywords-3): Use it.
1957
1958 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * newcomment.el (comment-add): New function.
1961 (comment-region-default, comment-dwim): Use it.
1962
1963 2006-04-15 Michael Olson <mwolson@gnu.org>
1964
1965 * emacs-lisp/tq.el: Improve comments.
1966 (tq-queue-head-question): New accessor function.
1967 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
1968 Update for modified queue structure.
1969 (tq-queue-add): Accept `question' argument.
1970 (tq-queue-pop): If a question is pending, send it.
1971 (tq-enqueue): Accept new optional argument `delay-question'.
1972 If this is non-nil, and at least one other question is pending a
1973 response, queue the question rather than sending it immediately.
1974
1975 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1976
1977 * calendar/appt.el (appt-add): Check whether an appointment is
1978 already present in appt-time-msg-list. Simplify code.
1979
1980 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * progmodes/cc-langs.el (c-mode-menu):
1983 Don't presume c-subword-mode is bound.
1984
1985 2006-04-13 Bill Wohler <wohler@newt.com>
1986
1987 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
1988 (customize-package-emacs-version): Use cdr instead of cadr now
1989 that alists use dotted pairs.
1990
1991 * custom.el (defcustom): Fix docstring for :package-version.
1992
1993 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
1996 (tramp-handle-shell-command): Display output buffer only when
1997 `tramp-display-shell-command-buffer' is true.
1998 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
1999
2000 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2001
2002 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2003 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2004
2005 2006-04-13 Romain Francoise <romain@orebokech.com>
2006
2007 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2008 leaving temporary .cvsignore buffers behind.
2009
2010 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2011
2012 * textmodes/org.el (org-set-regexps-and-options)
2013 (org-get-current-options): Better names for the startup folding
2014 options.
2015
2016 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2017
2018 * vc.el (vc-annotate): Arrange for point to end up at the same
2019 line number as in the original, but only when using a new buffer.
2020
2021 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2022
2023 * files.el (hack-one-local-variable-eval-safep):
2024 Recognize `edebug-form-spec' for `put', but only if it passes
2025 `edebug-basic-spec'. Generalize `put' handling.
2026
2027 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2028 vetting file-local form specs.
2029
2030 * allout.el (allout-layout): Autoload its `safe-local-variable'
2031 property.
2032
2033 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2034
2035 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2036 (org-agenda-mouse-1-follows-link)
2037 (org-mouse-1-follows-link): New options.
2038 (org-format-agenda-item): Fix bug if TAGS is nil.
2039 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2040
2041 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2042
2043 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2044 GDB 6.1+ gives full filename for "info sources" so use
2045 file-name-nondirectory.
2046
2047 2006-04-12 Romain Francoise <romain@orebokech.com>
2048
2049 * subr.el (read-passwd): Bind `message-log-max' to nil.
2050
2051 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * progmodes/perl-mode.el (perl-indent-new-calculate):
2054 Recompute parse-start after jumping backward by a whole sexp.
2055
2056 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2059 window configuration.
2060 (vc-annotate-display-select): Select the buffer so that current-buffer
2061 (and selected-window) is the output buffer at the end of vc-annotate.
2062
2063 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2064
2065 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2066 8-color terminals, to use all of the colors in a sensible order.
2067 256-color terminals work well with the standard map.
2068 (vc-annotate-lines): Only strip the first color character if it
2069 is "#", to allow for terminal-style named colors.
2070 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2071 the correct buffer is scrolled.
2072
2073 2006-04-11 Richard Stallman <rms@gnu.org>
2074
2075 * emacs-lisp/bytecomp.el (byte-compile-file):
2076 Bind enable-local-variables to :safe, and make normal-mode obey it.
2077
2078 * files.el (enable-local-variables): Allow value :safe.
2079 (normal-mode): Doc fix.
2080 (hack-local-variables): Implement enable-local-variables = :safe.
2081 (hack-local-variables-confirm): Don't prevent quitting.
2082
2083 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * loadhist.el (unload-feature): A bit of sanity check of
2086 load-history entries. Cancel timer-vars before unbinding them.
2087
2088 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2089 quote special chars, and make the trick work on the hex part of the
2090 buffer as well.
2091 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2092 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2093
2094 * startup.el (normal-splash-screen): Fix last change so we don't wait
2095 2 minutes if we don't show the splash screen.
2096
2097 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2098
2099 * textmodes/org.el (org-export-plain-list-max-depth)
2100 (org-table-spaces-around-separators)
2101 (org-radio-targets, org-activate-camels)
2102 (org-table-spaces-around-invisible-separators): Options removed.
2103 (org-time-stamp-rounding-minutes, org-remember-templates)
2104 (org-ellipsis, org-activate-links, org-descriptive-links):
2105 New options.
2106 (org-remember-apply-template, org-current-time)
2107 (org-finish-edit-table-field)
2108 (org-link-unescape, org-link-escape)
2109 (org-string-width, org-table-clean-line, org-html-do-expand)
2110 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2111 (org-read-agenda-file-list): New functions.
2112 (org-table-edit-field)
2113 (org-table-create-or-convert-from-region): New commands
2114 (org-table-toggle-vline-visibility): Command removed.
2115 (org-table-convert-region): Made a command.
2116 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2117 Replace with the normal org- functions.
2118 (org-self-insert-command): Don't trigger realign unnecessarily
2119 when blanking a field that is not full.
2120 (org-mode): `Set buffer-invisibility-spec' for links.
2121 (org-activate-links2): Hide link part and only show descriptive
2122 part of the link.
2123 (org-insert-link): Modify for new linking system.
2124 (org-store-link): Store description separately, for use by
2125 `org-insert-link'.
2126 (org-table-align): Use `org-string-width'.
2127 (defgroup): Completely new group structure for custom variables.
2128 (org-agenda-files): Option: Single file name allowed. Function:
2129 Optional argument unrestrited means ignore any restricitons.
2130 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2131 trying to modify the menu. Use generalized access to
2132 `org-agenda-files.'
2133 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2134 (org-agenda-file-to-front, org-remove-file, org-diary)
2135 (org-tags-view, org-export-icalendar-all-agenda-files)
2136 (org-export-icalendar-combine-agenda-files): Use generalized
2137 access to `org-agenda-files'.
2138 (org-remember-handler): Correctly preserve heading if present.
2139 (org-table-insert-row, org-table-insert-hline): Deal with
2140 invisible characters.
2141
2142 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2143
2144 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2145 (vc-annotate-color-map): New 18 element constant
2146 value/saturation, rotating hue colormap, from red->blue.
2147 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2148 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2149 (vc-annotate): To avoid killing the required local variables,
2150 set them before the end of `with-output-to-temp-buffer', and
2151 after first switching to annotate-mode.
2152 (vc-annotate-warp-version): Add buffer argument in goto-line to
2153 ensure annotation, not source, is scrolled.
2154
2155 2006-04-10 Bill Wohler <wohler@newt.com>
2156
2157 * custom.el (defcustom, custom-handle-keyword):
2158 Add :package-version keyword.
2159 (custom-add-package-version): New function. Sets value of new
2160 property 'custom-package-version from :package-version keyword.
2161 (defcustom): Create Common Keywords section in docstring.
2162 (defface, defgroup): Replace definitions of a select few keywords
2163 with a reference to the Common Keywords in defcustom.
2164 (defcustom, defface, defgroup): Replace reference to Customization
2165 chapter in manual with hyperlink.
2166
2167 * cus-edit.el (customize-package-emacs-version-alist):
2168 New variable.
2169 (customize-changed-options): Add check for custom-package-version.
2170 (customize-package-emacs-version): New function to look up Emacs
2171 version corresponding to the given package version.
2172
2173 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2174 defun name, in similar fashion to find-variable-regexp.
2175
2176 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2177
2178 * international/mule-cmds.el (set-locale-environment): Fix last
2179 change for when the locale's preferences don't specify any encoding.
2180
2181 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2184 so the defined var/fun doesn't need to be quoted.
2185
2186 2006-04-10 Richard Stallman <rms@gnu.org>
2187
2188 * finder.el (finder-mode-map): Add n and p bindings.
2189
2190 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2191
2192 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2193 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2194 (gdb-setup-windows): Put something in source window if we can't find
2195 the source file.
2196 (gdb-frame-handler): Make it work again with just assembly.
2197 (gdb-data-list-register-values-handler): Make it work when there is
2198 no stack.
2199
2200 2006-04-09 Richard Stallman <rms@gnu.org>
2201
2202 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2203 specs while looking for charset.
2204
2205 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2206
2207 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2208 Make them faces.
2209 (lm-font-lock-keywords): Update appropriately.
2210
2211 2006-04-10 Kim F. Storm <storm@cua.dk>
2212
2213 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2214 it can also replace buffer-substring-no-properties.
2215
2216 * emulation/cua-base.el (cua-delete-region, cua-paste)
2217 (cua-repeat-replace-region): Use filter-buffer-substring.
2218
2219 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2220 (cua-cut-region-to-global-mark): Likewise.
2221
2222 * emulation/cua-rect.el (cua--extract-rectangle)
2223 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2224
2225 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2226
2227 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2228 entry-type. Add field delimiters to numerical fields if they are
2229 not present.
2230
2231 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2232
2233 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2234 string-const to return value.
2235 (bibtex-remove-delimiters): Use it.
2236
2237 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2240 cl-byte-compile-compiler-macro unless it exists.
2241
2242 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2243
2244 * files.el (hack-local-variables-confirm) <offer-save>:
2245 Clarify message text. Suggested by Ralf Angeli.
2246
2247 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
2248
2249 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2250 (delete-extract-rectangle-line): Use `filter-buffer-substring'
2251 instead of `buffer-substring' and `delete-region'. (Most of the
2252 code actually copied from `kill-region'.)
2253
2254 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
2255
2256 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2257 (rcirc-default-port): Rename from rcirc-port.
2258 (rcirc-default-nick): Rename from rcirc-nick.
2259 (rcirc-default-user-name): Rename from rcirc-user-name.
2260 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2261 (rcirc-low-priority-flag): New variable.
2262 (rcirc-decode-coding-system): New defcustom.
2263 (rcirc-encode-coding-system): New defcustom.
2264 (rcirc-coding-system-alist): New defcustom.
2265 (rcirc-multiline-major-mode): New defcustom.
2266 (rcirc-nick): New internal variable.
2267 (rcirc-process): Remove variable.
2268 (rcirc-server-buffer): New variable.
2269 (rcirc): Update to use rcirc-default-* variables above.
2270 (rcirc-connect): Do not add window-configuration-hook-here.
2271 (rcirc-server): New internal variable.
2272 (rcirc-connect): Do not send keepalive pings if
2273 rcirc-keepalive-seconds is nil.
2274 (with-rcirc-server-buffer): New macro.
2275 (rcirc-send-string): Encode with rcirc-encode-coding-system.
2276 (rcirc-server-name): Rename from rcirc-server.
2277 (rcirc-buffer-process): New function.
2278 (rcirc-buffer-nick): New function.
2279 (rcirc-buffer-target): Remove function.
2280 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2281 New commands.
2282 (rcirc-mode-map): Change binding of C-c C-l to
2283 rcirc-toggle-low-priority.
2284 (rcirc-mode): Initialize coding system based on
2285 rcirc-coding-system-alist. New change-major-mode-hook to part the
2286 channel on a mode change. Make kill-buffer-hook buffer-local.
2287 (rcirc-change-major-mode-hook): New function.
2288 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2289 (rcirc-last-post-time): New variable.
2290 (rcirc-process-message): Store the last time user posted a message
2291 to this target.
2292 (rcirc-multiline-minor-mode): New mode.
2293 (rcirc-multiline-minor-mode-map): New mode map.
2294 (rcirc-edit-multiline): Put multiline-edit buffer in
2295 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2296 (rcirc-print): Ignore any line starting with an ignored nick.
2297 (rcirc-print): Decode using rcirc-decode-coding-system.
2298 (rcirc-track-minor-mode): Update global-mode-string when disabling
2299 this mode.
2300 (minor-mode-alist): Add LowPri indicator.
2301 (rcirc-toggle-low-priority): New function.
2302 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2303 next lowpriority buffer with activity.
2304 (rcirc-record-activity): Sort buffers in rcirc-activity by the
2305 last time the user posted a message in to the target.
2306 (rcirc-update-activity-string): New formatting for low priority
2307 buffers.
2308 (rcirc-split-activity): New function.
2309 (rcirc-handler-PART, rcirc-handler-KICK)
2310 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2311 (rcirc-nick-away-alist): New variable.
2312 (rcirc-handler-301): New handler. Away messages are printed once
2313 per change.
2314
2315 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2316
2317 * info.el (Info-follow-nearest-node): Doc fix.
2318
2319 * international/mule-cmds.el (set-locale-environment): Make sure
2320 the coding-system preferred by the locale's language has the same
2321 EOL conversion type as the original buffer-file-coding-system.
2322 (locale-language-names): Add a few MS Windows language codes.
2323
2324 2006-04-07 Richard Stallman <rms@gnu.org>
2325
2326 * simple.el (eval-expression): Doc fix.
2327
2328 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2329 (eval-defun): Doc fixes.
2330
2331 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2332
2333 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2334
2335 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
2336
2337 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2338 GDB list command without argument for greater generality.
2339
2340 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2341
2342 * subr.el (string-or-null-p): New function.
2343
2344 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2345
2346 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2347
2348 * files.el: Update comment about safe-local-variable declarations.
2349
2350 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
2351
2352 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2353 See idlwave.org.
2354
2355 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2356 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
2357
2358 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2359 See idlwave.org.
2360
2361 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2362 version 6.0 (minimal changes). See idlwave.org.
2363
2364 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2365 6.0 (minimal changes). See idlwave.org.
2366
2367 * progmodes/idlw-rinfo.el: File obsoleted and removed.
2368
2369 2006-04-06 Romain Francoise <romain@orebokech.com>
2370
2371 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2372 symmetric encryption features and a new asynchronous interface to
2373 GnuPG. This new version is version 1.4, plus whitespace changes.
2374
2375 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2376
2377 * files.el: Move some `safe-local-variable' declarations to the
2378 respective files.
2379
2380 * textmodes/ispell.el (ispell-check-comments)
2381 (ispell-local-dictionary): Mark as safe.
2382
2383 * abbrev.el (abbrev-mode): Mark as safe.
2384
2385 * add-log.el (change-log-default-name): Mark as safe.
2386
2387 * textmodes/reftex-vars.el (reftex-vref-is-default)
2388 (reftex-fref-is-default, reftex-level-indent)
2389 (reftex-guess-label-type): Mark as safe.
2390
2391 * textmodes/fill.el (colon-double-space): Mark as safe.
2392
2393 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2394 (sentence-end-double-space, sentence-end-without-period)
2395 (sentence-end-without-space, sentence-end, sentence-end-base)
2396 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2397
2398 2006-04-06 Kim F. Storm <storm@cua.dk>
2399
2400 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2401 the :set-after list.
2402 (ido-downcase-unc-hosts): New user option. Default on.
2403 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2404 when it is set, as regexps are now applied on the fly.
2405 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2406 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2407 on the fly, but only when ido-process-ignore-lists is set.
2408 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2409 Only downcase names if ido-downcase-unc-hosts is set.
2410
2411 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2412
2413 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2414
2415 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2416
2417 2006-04-05 Kim F. Storm <storm@cua.dk>
2418
2419 * ido.el (ido-mode): Set after ido-unc-hosts and
2420 ido-ignore-unc-host-regexps.
2421 (ido-save-history): Save ido-unc-hosts-cache.
2422 (ido-load-history): Load ido-unc-hosts-cache.
2423 (ido-reread-directory): Refresh unc hosts cache in // dir.
2424
2425 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2426 to nil while displaying slash screen.
2427
2428 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2429
2430 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2431 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2432
2433 2006-04-05 Kenichi Handa <handa@m17n.org>
2434
2435 * international/characters.el: Setup cases of Latin, Greek, and
2436 Cyrillic characters in CJK charsets.
2437
2438 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2439
2440 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2441 default-enable-multibyte-characters. This reverts the change from
2442 revision 6.17 which is no longer necessary because the passphrase
2443 is sent separately now. GnuPG messages are unreadable under
2444 multibyte locales with default-enable-multibyte-characters set to nil.
2445
2446 2006-04-04 Andreas Schwab <schwab@suse.de>
2447
2448 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2449 and `byte-compile-warnings' as `safe-local-variable'.
2450
2451 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2452
2453 * man.el (Man-mode-map): Restore the \r binding.
2454 (Man-abstract-xref-man-page): If Man-target-string is a function,
2455 call it.
2456 (Man-highlight-references): Use Man-default-man-entry to get the
2457 target. Deal with xrefs too.
2458 (Man-highlight-references0): Don't call the target function.
2459
2460 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2461 cannot deal with it.
2462
2463 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2464
2465 * pgg-gpg.el: Clean up process buffers every time gpg processes
2466 complete.
2467
2468 2006-04-04 Kenichi Handa <handa@m17n.org>
2469
2470 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2471 here.
2472 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2473 Temporarily bind inhibit-field-text-motion to t.
2474
2475 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * startup.el (normal-splash-screen): Only set mode-line-format in the
2478 splash buffer, so as not to interfere when debugging the code.
2479 Ignore errors when switching buffer.
2480
2481 2006-04-03 Romain Francoise <romain@orebokech.com>
2482
2483 * dired.el (dired-dnd-protocol-alist): Fix typo.
2484
2485 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2486
2487 * savehist.el (savehist): Add :version.
2488 (savehist-ignored-variables): New variable.
2489 (savehist-minibuffer-hook): Don't save variables listed in
2490 `savehist-ignored-variables'.
2491
2492 * dired.el (dired-dnd-protocol-alist): Mention that change does
2493 only apply to new buffers in doc string.
2494
2495 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2496
2497 * recentf.el (recentf-open-files-item): Include newline in button
2498 field, so opening a file will work, when the point is at the end
2499 of the file name. Allow, for example, to [i]search a file by
2500 extension and just push RET to open it.
2501
2502 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2503
2504 * pgg-gpg.el (pgg-gpg-process-filter)
2505 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2506
2507 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2508 lines, temporary fix.
2509
2510 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2511
2512 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2513
2514 2006-04-02 Richard Stallman <rms@gnu.org>
2515
2516 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2517
2518 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2519
2520 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2521 header-mouse-map.
2522
2523 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2524 (ibuffer-mode-header-map): New keymaps.
2525 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2526 and keybindings for column headers.
2527 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2528 property.
2529
2530 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2531
2532 * speedbar.el (speedbar-after-create-hook): Doc fix.
2533
2534 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2535
2536 * shell.el (shell-directory-tracker)
2537 (shell-dynamic-complete-command): Doc fixes.
2538
2539 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2540
2541 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2542 terminals.
2543
2544 2006-04-01 Kim F. Storm <storm@cua.dk>
2545
2546 * ido.el (ido-unc-hosts-cache): New defvar.
2547 (ido-unc-hosts): If value of defcustom is a function, call it to
2548 get list of UNC hosts. Add function-item choices to specify
2549 ido-unc-hosts-net-view or user function.
2550 (ido-ignore-unc-host-regexps): New defcustom.
2551 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2552 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2553 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2554
2555 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2558 wwidth.
2559
2560 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2561
2562 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2563 (ido-max-work-file-list, ido-switch-buffer)
2564 (ido-read-file-name-as-directory-commands):
2565 Fix typos in docstrings.
2566
2567 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2568
2569 * term/mac-win.el (mac-system-coding-system): Define and use after
2570 Mac-specific coding systems are ready.
2571
2572 2006-03-27 Romain Francoise <romain@orebokech.com>
2573
2574 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2575
2576 * ldefs-boot.el: Update.
2577
2578 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2579
2580 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2581 passphrases when it is not needed.
2582 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2583 passphrase stuff from gpg, should only be necessary when you use
2584 gpg with a smartcard.
2585
2586 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2587
2588 * comint.el (comint-dynamic-list-completions): Allow user to
2589 select *Completions* buffer.
2590
2591 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2592
2593 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2594
2595 2006-03-26 Andreas Schwab <schwab@suse.de>
2596
2597 * progmodes/gud.el (gdb): Only complain about multiple debugging
2598 when the gdb process is still running.
2599
2600 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2601
2602 * mail/rmail.el (tool-bar-map): Defvar it.
2603 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2604 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2605
2606 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2607
2608 * help.el (print-help-return-message): Suggest to use
2609 display-buffer instead of switch-to-buffer-other-window to restore
2610 the previous window without selecting it.
2611
2612 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2613
2614 * frame.el (select-frame-by-name): Call x-focus-frame also when
2615 window-system is mac.
2616
2617 * term/mac-win.el: Adjust Courier font specifications in
2618 x-fixed-font-alist.
2619 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2620 when directly encoding to UTF-16 in native byte order, no BOM.
2621
2622 2006-03-25 Kim F. Storm <storm@cua.dk>
2623
2624 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2625 (cua--init-keymaps): Use it instead of fixed C-return.
2626 (cua-mode): Set after it.
2627
2628 * emulation/cua-rect.el (cua--init-rectangles):
2629 Use cua-rectangle-mark-key instead of fixed C-return.
2630
2631 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2632
2633 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2634 "run" in .gdbinit.
2635 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2636
2637 2006-03-24 Romain Francoise <romain@orebokech.com>
2638
2639 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2640 `display-buffer-other-frame'.
2641
2642 2006-03-24 Kim F. Storm <storm@cua.dk>
2643
2644 * apropos.el (apropos-synonyms): Add selection => region.
2645
2646 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2647
2648 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2649 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2650 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2651 (gdb-data-list-register-values-regexp)
2652 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2653 Future proof against new fields being added to MI output.
2654 (gdb-send): Don't treat backslashes for program input as
2655 continuations.
2656 (gdb-assembler-handler): Don't use window-start for this handler.
2657 (gdb-frame-handler): Don't change to hollow arrow if overlay
2658 arrow doesn't move to new frame.
2659
2660 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2661
2662 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2663 prevent compiler warnings.
2664 (gdb-stopped): Check for gud-last-last-frame (case: signal).
2665 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2666 (gdb-assembler-custom): Use hollow-right-triangle for assembler
2667 buffer too.
2668
2669 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
2670
2671 * pgg-gpg.el (pgg-gpg-update-agent): Check for
2672 make-network-process, so we can use the same code in Gnus v5-10
2673 too and have this file fully synchronized with that release.
2674
2675 2006-03-23 Romain Francoise <romain@orebokech.com>
2676
2677 * ibuf-ext.el (ibuffer-read-filter-group-name):
2678 Use `ibuffer-generate-filter-groups' to make completion list match
2679 the filter groups that are really displayed in the Ibuffer buffer.
2680 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2681
2682 2006-03-23 Kenichi Handa <handa@m17n.org>
2683
2684 * international/mule-cmds.el (sort-coding-systems): Describe that
2685 the argument is modified in docstring.
2686
2687 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2688
2689 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2690 (pgg-gpg-update-agent): New function.
2691 (pgg-gpg-use-agent-p): New function.
2692 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2693 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2694 (pgg-gpg-sign-region): Use it.
2695
2696 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
2697
2698 * cus-edit.el (custom-face-set): Call custom-push-theme before
2699 face-spec set so that `changed' theme is correctly saved.
2700 (custom-face-reset-standard): Reset to recalculated face rather
2701 than defface spec.
2702
2703 * custom.el (custom-push-theme): Only save `changed' theme if the
2704 current face does not match the defface specs.
2705
2706 2006-03-21 Simon Josefsson <jas@extundo.com>
2707
2708 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2709 <wilde@sha-bang.de>.
2710 (pgg-gpg-use-agent): New variable.
2711 (pgg-gpg-process-region): Use it.
2712 (pgg-gpg-encrypt-region): Likewise.
2713 (pgg-gpg-encrypt-symmetric-region): Likewise.
2714 (pgg-gpg-decrypt-region): Likewise.
2715 (pgg-gpg-sign-region): Likewise.
2716 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2717
2718 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
2719
2720 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
2721 bracket links.
2722
2723 2006-03-21 Kim F. Storm <storm@cua.dk>
2724
2725 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
2726 fringe-indicator-alist instead of modifying global value.
2727 (gdb-frame-handler): Likewise.
2728
2729 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
2730
2731 * diff-mode.el (diff-function): Make it inherit from diff-header
2732 instead of diff-context.
2733
2734 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
2735 bitmap.
2736 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
2737 change names in macro above for consistency.
2738 (gdb-frame-handler): Use hollow-right-triangle for all selected
2739 frames which except the innermost (where execution has stopped).
2740 (gdb-reset): Reset buffer-local values of overlay-arrow.
2741
2742 2006-03-20 Richard Stallman <rms@gnu.org>
2743
2744 * simple.el (set-mark-command): Doc fix.
2745
2746 * files.el (display-buffer-other-frame): New command.
2747 (ctl-x-4-map): Bind C-x 5 C-o to it.
2748
2749 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
2752 rather than just defer-time, in case defer-time has been changed but
2753 the timer isn't running yet.
2754 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2755
2756 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2757
2758 * help-mode.el (help-follow-symbol): New function.
2759 Essentially identical to the old `help-follow', but do not let
2760 `push-button' do the work when on an xref.
2761 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
2762
2763 2006-03-19 Richard Stallman <rms@gnu.org>
2764
2765 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
2766 preceded by the word `program'.
2767 (help-follow-mouse, help-follow): Throw error if not on xref.
2768 Delete no longer used args.
2769
2770 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
2771
2772 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
2773 annotation ensure gud-overlay-arrow-position is redisplayed.
2774
2775 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2776
2777 * textmodes/bibtex.el (bibtex-include-OPTkey)
2778 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
2779 (bibtex-autokey-name-case-convert)
2780 (bibtex-autokey-titleword-case-convert): Make these the aliases
2781 for the following two variables.
2782 (bibtex-autokey-name-case-convert-function)
2783 (bibtex-autokey-titleword-case-convert-function): Make these the
2784 real names.
2785 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
2786 bibtex-font-lock-crossref sublists.
2787 (bibtex-mode): Revert 2005-12-30 change (which made
2788 completion-ignore-case buffer-local).
2789 (bibtex-url): Simplify.
2790
2791 2006-03-19 Kim F. Storm <storm@cua.dk>
2792
2793 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
2794 cursor property value to 2 (to align with C level change).
2795
2796 2006-03-19 Bill Wohler <wohler@newt.com>
2797
2798 * image.el (image-load-path-for-library): Shorten first line in
2799 docstring.
2800
2801 2006-03-18 Richard Stallman <rms@gnu.org>
2802
2803 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
2804
2805 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
2806
2807 * isearch.el (isearch-other-meta-char): Handle user bindings for
2808 shifted control characters.
2809
2810 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
2811
2812 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
2813 part that matches email addresses, file names, etc.
2814
2815 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2816
2817 * term/w32-win.el (mouse-set-font):
2818 Mention w32-list-proportional-fonts in the doc string.
2819
2820 2006-03-18 Kim F. Storm <storm@cua.dk>
2821
2822 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
2823 (ido-unc-hosts): New user option to explicitly define list of know
2824 UNC-style hosts for completion.
2825 (ido-cache-unc-host-shares-time): New user option.
2826 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
2827 New helper functions for UNC file-name support.
2828 (ido-may-cache-directory): Check for UNC host. Simplify.
2829 (ido-wash-history): Clean out old UNC hosts.
2830 (ido-nonreadable-directory-p): UNC hosts are always readable.
2831 (ido-directory-too-big-p): UNC hosts are never too big.
2832 (ido-set-current-directory): Handle UNC root path.
2833 (ido-file-name-all-completions): Complete UNC host names from
2834 ido-unc-hosts list. Cache UNC host shares.
2835 (ido-make-file-list-1): Don't filter UNC root.
2836 (ido-exhibit): Check for // in root directory, and switch to UNC
2837 mode by setting ido-current-directory to //.
2838
2839 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
2840
2841 * cus-edit.el (customize-changed-options): Mention explicit
2842 version number as default in prompt.
2843
2844 2006-03-17 Bill Wohler <wohler@newt.com>
2845
2846 * image.el (image-load-path-for-library): Minor docstring fix.
2847
2848 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
2849
2850 * textmodes/org.el (org-read-date): Include subgroup 5 into
2851 replacement text.
2852 (org-popup-calendar-for-date-prompt): Fix customization type.
2853
2854 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
2855
2856 * progmodes/gdb-ui.el (gud-watch): Provide completion.
2857 (gdb-continuation): New variable.
2858 (gdb-send): Deal with continuation lines.
2859
2860 * progmodes/gud.el (gud-gdb-complete-command)
2861 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
2862 expressions.
2863 (gud-tooltip-mode): Use buffer-local value.
2864
2865 2006-03-16 Kim F. Storm <storm@cua.dk>
2866
2867 * ido.el (ido-edit-input): Use selected match, if any.
2868
2869 2006-03-16 Bill Wohler <wohler@newt.com>
2870
2871 * image.el (image-load-path-for-library): Prefer user's images in
2872 image-load-path.
2873
2874 2006-03-16 Martin Rudalics <rudalics@gmx.at>
2875
2876 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
2877 when checking for attempt to drag leftmost or rightmost scrollbar.
2878
2879 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
2880
2881 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
2882 (gdb-force-mode-line-update): New function.
2883 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
2884 (gdb-exited): Use them.
2885 (gdb-signal): New function.
2886 (gdb-annotation-rules): Provide a rule for it.
2887
2888 2006-03-16 Kenichi Handa <handa@m17n.org>
2889
2890 * international/mule.el (auto-coding-regexp-alist): Add entries
2891 for Unicode BOM.
2892
2893 * sort.el (sort-build-lists): Temporarily bind
2894 inhibit-field-text-motion to t.
2895
2896 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
2897
2898 * locate.el (locate-command, locate-make-command-line)
2899 (locate-fcodes-file, locate-update-command)
2900 (locate-prompt-for-command, locate, locate-with-filter)
2901 (locate-get-file-positions): Doc fixes.
2902 (locate-buffer-name, locate-header-face): Remove leading `*' in
2903 defcustom.
2904 (locate-filter-output): Use `keep-lines' instead of its alias
2905 `delete-non-matching-lines'.
2906 (locate-get-filename, locate-get-dirname): Add introductory comment.
2907 (locate-find-directory-other-window): Give appropriate error
2908 message if used outside main listing.
2909
2910 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
2913 the new extend-region feature.
2914 (font-lock-after-change-function): Update correspondingly.
2915 * jit-lock.el (jit-lock-after-change): Update correspondingly.
2916 * progmodes/grep.el (font-lock-lines-before): Don't disable.
2917
2918 2006-03-15 Bill Wohler <wohler@newt.com>
2919
2920 * image.el (image-load-path-for-library): Fix example by not
2921 recommending that one binds image-load-path. Just defvar it to
2922 placate compiler and only use it if previously defined.
2923
2924 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
2925
2926 * textmodes/org.el (org-insert-centered): Use `string-width' to
2927 make underlining work for wide characters.
2928 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
2929 TAB to `org-cycle', to make sure that no binding in
2930 `outline-mode-map' can supercede it.
2931
2932 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
2933
2934 * allout.el: Increment version to 2.2.1 in file commentary.
2935
2936 (allout-version): Increment to 2.2.1.
2937
2938 (allout-default-layout): New customization variable, used when the
2939 file lacks a specific allout-layout. Uses allout-layout-type for
2940 recursively nested definition.
2941
2942 (allout-layout-type): Widget defining allout layouts, necessary for
2943 self-recursive definition.
2944
2945 (allout-mode): Incorporate allout-default-layout as fallback for
2946 allout-layout.
2947
2948 (allout-layout): Mark as 'safe-local-variable', and refer mention
2949 fallback to `allout-default-layout' in absence of a specified value.
2950 (allout-passphrase-verifier-string)
2951 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
2952
2953 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
2954
2955 (allout-get-encryption-passphrase-verifier): Use correct name of
2956 passphrase verifier in docstring.
2957
2958 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
2959
2960 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
2961 elements.
2962 (gdb-find-watch-expression): Make it work for arrays too.
2963 Follow change to gdb-var-list.
2964 (gud-watch): Allow the user to enter variable name with a prexix
2965 arg. Create keybindings.
2966 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2967 (gdb-var-list-children-handler, gdb-var-update-handler)
2968 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
2969 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
2970 Follow change to gdb-var-list.
2971 (gdb-starting): Don't show the overlay arrows when program is running.
2972
2973 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
2974 gdb-var-list.
2975
2976 2006-03-14 Bill Wohler <wohler@newt.com>
2977
2978 * image.el (image-load-path-for-library): Pass value of path
2979 rather than symbol. Always return list of directories.
2980 Guarantee that image directory comes first.
2981
2982 2006-03-14 Alan Mackenzie <acm@muc.de>
2983
2984 * font-core.el (font-lock-extend-region\(-function\)?.):
2985 New function/variable.
2986
2987 * font-lock.el (font-lock-after-change-function):
2988 Call font-lock-extend-region. Obey font-lock-lines-before.
2989 (font-lock-default-fontify-region): Remove reference to
2990 font-lock-lines-before.
2991
2992 * jit-lock.el (jit-lock-after-change):
2993 Call font-lock-extend-region. Obey font-lock-lines-before.
2994
2995 2006-03-14 David Ponce <david@dponce.com>
2996
2997 * tree-widget.el (tree-widget-themes-load-path)
2998 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2999
3000 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3001
3002 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3003 (rcirc-print): Mark the start of text at the end of the prompt.
3004 (rcirc-track-minor-mode): Add autoload cookie.
3005 (rcirc-update-activity-string): Add space to front of mode-line
3006 indicator.
3007
3008 2006-03-13 Miles Bader <miles@gnu.org>
3009
3010 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3011 (rcirc-abbrev-nick): Remove function.
3012 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3013
3014 2006-03-13 David Ponce <david@dponce.com>
3015
3016 * tree-widget.el: Handle themes across all occurrences of the main
3017 themes sub-directory found in tree-widget-themes-load-path.
3018 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3019 (tree-widget--locate-sub-directory): Return all occurrences.
3020 (tree-widget-themes-path): New function.
3021 Replace tree-widget-themes-directory, and return a list of directories.
3022 (tree-widget-set-parent-theme)
3023 (tree-widget-lookup-image): Use it.
3024
3025 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3026
3027 * textmodes/org.el (org-link-search): Avoid self-matching of
3028 links, allow target text to be distributed over several lines.
3029 (org-search-not-link): New function.
3030 (org-set-regexps-and-options, org-get-current-options):
3031 New startup options.
3032 (org-export-as-html): Take odd-level setting from local variable.
3033 (org-fontify-emphasized-text): New option.
3034 (org-set-font-lock-defaults): Include emphasized text.
3035 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3036 (org-font-lock): Customize group renamed from `org-faces'.
3037
3038 2006-03-13 John Paul Wallington <jpw@pobox.com>
3039
3040 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3041 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3042
3043 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3044
3045 * cus-start.el (all): Delete :version keyword for members of the
3046 fringe group, since the entire group is new in 22.1.
3047
3048 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3049
3050 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3051 map if value is hexadecimal (an address).
3052 (gud-watch): Only search roots for existing watch expressions.
3053 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3054 prevent caching problems with speedbar-update-directory-contents.
3055
3056 2006-03-12 Juri Linkov <juri@jurta.org>
3057
3058 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3059 before comparing with `low' and `warn'.
3060
3061 * info.el (Info-dir-remove-duplicates): Move point to the
3062 beginning of the current line after deleting the entries from
3063 redundant heading. Use marker for `limit' and compare it with
3064 point before calling `re-search-forward'.
3065
3066 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3067
3068 * simple.el (yank): Fix typo in docstring.
3069
3070 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3071
3072 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3073 messages, where "D" is the 6th character.
3074
3075 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3076
3077 * simple.el (yank): Fix last change.
3078
3079 2006-03-11 David Ponce <david@dponce.com>
3080
3081 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3082 merging elements from the standard ispell-dictionary-alist.
3083 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3084 alist, and return the new alist.
3085
3086 2006-03-11 Richard Stallman <rms@gnu.org>
3087
3088 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3089
3090 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3091 the way it is implemented is too unclean.
3092
3093 * simple.el (kill-region, yank): Doc fix.
3094
3095 * battery.el (battery-echo-area-format): Doc fix.
3096 (battery-mode-line-format): Likewise.
3097 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3098 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3099
3100 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3101
3102 * progmodes/octave-mod.el (octave-indent-for-comment):
3103 Behave according to do string.
3104
3105 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3106
3107 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3108 Be visible only if major mode is Mail Mode.
3109
3110 * textmodes/flyspell.el (flyspell-external-point-words)
3111 (flyspell-process-localwords): Fix last changes.
3112
3113 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3114
3115 * calendar/holidays.el (list-holidays): Doc fix.
3116
3117 * international/mule.el (auto-coding-alist): Add .odt
3118 (OpenOffice's open document) files.
3119
3120 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3121 document) files. Mention in the doc string the need to sync with
3122 auto-coding-alist.
3123
3124 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3125
3126 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3127 enable-local-variables is set to always query, or there is no
3128 savable variable.
3129
3130 2006-03-10 Bill Wohler <wohler@newt.com>
3131
3132 * image.el (image-load-path-for-library): Merge at least three
3133 functions from Gnus and MH-E into this one function that can now
3134 be shared.
3135
3136 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3137
3138 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3139 gdb-remove-mouse-face and remove help-echo too.
3140 (gdb-enqueue-input): Correct conditional clause.
3141
3142 2006-03-10 Glenn Morris <rgm@gnu.org>
3143
3144 * calendar/calendar.el (calendar-holidays): Doc fix.
3145 * calendar/holidays.el (list-holidays): Doc fix.
3146
3147 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3148
3149 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3150 it gets called in gdb-prompt anyway.
3151 (gdb-use-separate-io-buffer): Only restore window arrangement for
3152 gdb-many-windows.
3153 (gdb-enqueue-input): Make it harder to send GDB input when program
3154 is running.
3155 (gdb-buffer-list): New variable.
3156 (gdb-remove-mouse-face): New function.
3157 (gdb-starting): Use it when GDB input won't get sent.
3158
3159 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3160
3161 * help.el (view-lossage): Remove trailing whitespace before
3162 inserting "\n".
3163
3164 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * files.el (hack-local-variables-confirm):
3167 Set coding-system-for-read to nil before writing to .emacs.
3168
3169 * arc-mode.el (archive-extract): Check if an existing buffer name
3170 comes from a different archive.
3171
3172 * help.el (describe-key-briefly): If KEY is a down event, read and
3173 discard the up event.
3174
3175 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3176
3177 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3178 be edited and use font-lock-warning-face for any changes.
3179
3180 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3181 (gdb-edit-value): Use it to report any errors.
3182
3183 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3184
3185 * help.el (describe-key): Remove leftover test code.
3186
3187 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3188
3189 * textmodes/org.el: Move defvars out of eval-when-compile.
3190 Use buffer-file-name variable.
3191 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3192 arg `file'.
3193 (org-level-faces): Remove startup dependency.
3194 (org-cycle, org-map-tree, org-scan-tags)
3195 (org-remember-handler): Don't call `outline-level' directly.
3196 (org-mhe-search-all-folders): New option.
3197 (org-mhe-get-message-folder-from-index)
3198 (org-mhe-get-message-folder): Fix indexing search.
3199 (org-format-agenda-item): Handle nil TAGS argument.
3200 (org-cleaned-string-for-export, org-activate-target-links)
3201 (org-make-target-link-regexp): Deal with empty radio target list.
3202 (org-tag): New face.
3203 (org-get-level-face): New function.
3204 (org-set-font-lock-defaults): Simplify setup for headlines.
3205 (org-complete): Pass common substring to `display-completion-list'.
3206
3207 2006-03-06 David Ponce <david@dponce.com>
3208
3209 * tree-widget.el: Update Commentary header.
3210 (tree-widget-theme-name): Ignore parent themes.
3211 (tree-widget-set-parent-theme): New function.
3212 (tree-widget-set-theme): Use it.
3213 (tree-widget-set-image-properties): Move definition. Does nothing
3214 if image properties have already been set.
3215 (tree-widget-image-properties): Move definition. Receive an image
3216 name. Set the :pointer property.
3217 (tree-widget-lookup-image): Doc fix. Search in parent themes.
3218 Don't set the :pointer image property.
3219 (tree-widget-convert-widget): New function. Handle :dynargs
3220 compatibility here.
3221 (tree-widget): Use it to :convert-widget. Add the :expander-p
3222 predicate to control when the :expander function is entered.
3223 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3224 (tree-widget-value-create): Handle :expander-p. widget-apply
3225 :expander.
3226 (tree-widget-expander-p): New function. Default value of the
3227 :expander-p property.
3228
3229 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * help.el (describe-key): Properly handle the return value of
3232 read-key-sequence when grabbing an up-event. Cleanup mouse-1
3233 remaps. Handle string and vector `follow-link' values.
3234
3235 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * complete.el (PC-expand-many-files): Try be more careful when parsing
3238 the shell's output.
3239
3240 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * outline.el (hide-sublevels): Provide better interactive default.
3243
3244 2006-03-06 Kenichi Handa <handa@m17n.org>
3245
3246 * international/fontset.el (create-fontset-from-fontset-spec):
3247 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3248
3249 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
3250
3251 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3252 backslashes instead of one in regexp.
3253 (gud-tooltip-dereference): Add missing optional argument.
3254
3255 2006-03-04 John Paul Wallington <jpw@pobox.com>
3256
3257 * wdired.el (toplevel): Require `cl' at compile-time.
3258
3259 2006-03-04 Andreas Schwab <schwab@suse.de>
3260
3261 * server.el (server-process-filter): Handle errors during
3262 evaluation of the argument.
3263
3264 2006-03-03 John Paul Wallington <jpw@pobox.com>
3265
3266 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3267 escape parentheses at beginning of line.
3268 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3269 (t-mouse-mode): Remove period from end of error message.
3270
3271 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
3272
3273 * textmodes/flyspell.el (flyspell-process-localwords):
3274 Be case-sensitive.
3275
3276 2006-03-03 Martin Rudalics <rudalics@gmx.at>
3277
3278 * cus-edit.el (custom-quote): Remove function, since it has been
3279 moved to custom.el.
3280
3281 * font-lock.el (lisp-font-lock-keywords-2)
3282 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3283 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3284 they have no special meaning.
3285
3286 * midnight.el (clean-buffer-list): Handle case where base-buffer of
3287 indirect buffer gets killed before indirect buffer. Use dolist.
3288
3289 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3290
3291 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3292 value instead of a literal constant (1) on more pauses.
3293
3294 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3295
3296 * textmodes/flyspell.el (flyspell-external-point-words):
3297 Be case-sensitive.
3298
3299 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
3300
3301 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3302 with "www".
3303
3304 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
3305
3306 * allout.el: Restablish intermediate missing comment header to
3307 preserve outline structure.
3308 (allout-beginning-of-current-entry): Skip invisible text.
3309 (allout-open-topic): Fix opening a topic at end-of-buffer.
3310 (allout-minor-mode): Move nearer to allout-mode function.
3311
3312 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
3313
3314 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3315
3316 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
3317
3318 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3319 is nil.
3320
3321 * progmodes/gud.el (gud-speedbar-menu-items):
3322 Use buffer-local-value and add missing :visible keyword.
3323
3324 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3325
3326 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
3327
3328 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3329 must be `follow-link'.
3330
3331 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3332
3333 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3334 formatting: No nested anchors.
3335 (org-all-targets): Fix bug with XEmacs compatibility.
3336 (org-read-date): Add (require 'parse-time).
3337 (org-set-tags): Fix bug with extra inserted space.
3338 (org-export-html-style): Define a style class for targets.
3339 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3340 (org-hide-leading-stars): New option.
3341 (org-hide): New face.
3342 (org-set-font-lock-defaults): Allow to hide leading stars.
3343 (org-get-legal-level, org-tr-level): New functions.
3344 (org-odd-levels-only): New option.
3345 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3346 (org-demote, org-promote): Deal with double-star levels.
3347 (org-convert-to-odd-levels): New command.
3348
3349 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
3350
3351 * speedbar.el (speedbar-update-localized-contents): Try to
3352 preserve window-start.
3353 (speedbar-update-directory-contents): Try to preserve window-start
3354 and window-point.
3355 (speedbar-update-special-contents): Don't move back to start of window.
3356
3357 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3358 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
3359 speedbar-timer-fn.
3360 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3361 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3362 instead of gdb-speedbar-timer-fn.
3363
3364 2006-02-28 Jay Belanger <belanger@truman.edu>
3365
3366 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3367 (math-compose-expr): Use latex option when calling
3368 `math-compose-tex-matrix' for latex mode.
3369
3370 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3371
3372 * speedbar.el: Re-instate comments about developing for speedbar
3373 [this is what info and gdb-ui use even if better methods exist now].
3374
3375 * t-mouse.el: New file.
3376 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3377 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3378 (t-mouse-make-event-element): Use posn-at-x-y instead.
3379 (t-mouse-make-event): Deal with Fedora Core 3.
3380 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3381 (t-mouse-mouse-position-function): New function. Use it instead
3382 of advising mouse-position.
3383 (t-mouse-mode): New minor mode.
3384 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3385
3386 2006-02-27 Glenn Morris <rgm@gnu.org>
3387
3388 * calendar/calendar.el (calendar-holidays): Doc fix.
3389
3390 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3391
3392 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3393 Re-introduce the concept of a source window.
3394 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3395 consistency with get-buffer-create.
3396 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3397 (gdb-data-list-register-values-handler)
3398 (gdb-stack-list-locals-handler): Try to preserve window-start as
3399 well as window-point.
3400 (gdb-display-source-buffer): New function (old concept).
3401 (gdb-goto-breakpoint): Use it.
3402
3403 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3404 for gdb-ui/gdb-mi (old concept).
3405
3406 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3407
3408 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3409 binding.
3410
3411 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3412
3413 * textmodes/reftex-sel.el (reftex-select-label-map)
3414 (reftex-select-bib-map): Add `follow-mouse' binding.
3415
3416 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3417
3418 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3419 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3420 Give :set functions to provide automatic updating.
3421 Update docstring. Give compiler defvars early in the file
3422 and move the defcustoms to a later spot where all called functions
3423 are defined.
3424 (jka-compr-file-name-handler-entry): Doc fix.
3425 (jka-compr-compression-info-list--internal)
3426 (jka-compr-mode-alist-additions--internal)
3427 (jka-compr-load-suffixes--internal): New variables.
3428 (jka-compr-install): Set the three above variables.
3429 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3430 (jka-compr-update, jka-compr-set): New functions.
3431 (auto-compression-mode): Doc fix.
3432
3433 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3434 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3435 Use jka-compr-compression-info-list--internal,
3436 jka-compr-mode-alist-additions--internal and
3437 jka-compr-load-suffixes--internal.
3438
3439 * files.el (load-library):
3440 * loadhist.el (file-loadhist-lookup):
3441 * startup.el (command-line):
3442 * subr.el (locate-library):
3443 * emacs-lisp/autoload.el (update-directory-autoloads):
3444 * emacs-lisp/find-func.el (find-library-suffixes):
3445 Use `get-load-suffixes' instead of `load-suffixes'.
3446
3447 * subr.el (locate-library):
3448 * emacs-lisp/find-func.el (find-library-name):
3449 Use `load-file-rep-suffixes' instead of '("").
3450
3451 2006-02-26 Kim F. Storm <storm@cua.dk>
3452
3453 * ido.el (ido-save-history, ido-load-history): Simplify.
3454 Don't use find-file-noselect to avoid interference from other modes.
3455
3456 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3457
3458 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3459 to use the default shell if filename is not available.
3460 Reported by Giorgos Keramidas.
3461
3462 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3463
3464 * progmodes/etags.el (tags-completion-table): Do completion from
3465 all the tables in the current list, as documented in the manual.
3466
3467 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3468
3469 * CC Mode Update to 5.31.3.
3470
3471 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3472
3473 * progmodes/cc-mode.el (c-postprocess-file-styles):
3474 Bind inhibit-read-only to t, around the call to
3475 c-remove-any-local-eval-or-mode-variables, so that it works on a
3476 RO file.
3477
3478 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3479
3480 * progmodes/cc-awk.el: Correct a typo.
3481
3482 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3483
3484 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3485 c-hungry-delete-backwards, at the request of RMS. Leave the old
3486 name as an alias.
3487
3488 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3489
3490 * progmodes/cc-mode.el: Correct a typo.
3491
3492 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3493
3494 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3495
3496 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3497
3498 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3499 brace-else-brace (error due to mbeg, mend being undefined).
3500
3501 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3502
3503 * progmodes/cc-mode.el: File Local variables: Solve the problem
3504 where both `mode' and c-file-offsets are specified: `mode' will
3505 overwrite c-f-o's settings:
3506 (c-remove-any-local-eval-or-mode-variables): New function.
3507 (c-postprocess-file-styles): Call the above new function, within
3508 c-tentative-buffer-change, to splat `mode' and `eval' before the
3509 second hack-local-variables.
3510
3511 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3512
3513 * progmodes/cc-mode.el:
3514 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3515 (c-after-change): Protect the match data with save-match-data.
3516 It was getting corrupted by c-after-change-check-<>-operators.
3517
3518 * cc-defs.el: [Supersedes patch V1.38]:
3519 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3520 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3521
3522 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3523 with save-match-data. It was being corrupted when Font Lock was
3524 not enabled.
3525
3526 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3527
3528 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3529 Mode and Subword Mode.
3530
3531 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3532 real labels ("case 1:" or "foo:") from non-labels ("public:").
3533 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3534 coding; c-f-t-2 doesn't move over a token at EOB.
3535
3536 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3537
3538 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3539 (c-update-modeline): Concatenate the minor mode indicators
3540 directly onto mode-name, removing c-submode-indicators.
3541 Sometimes, c-s-i got separated from the mode name on the mode line.
3542
3543 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3544 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3545
3546 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3547
3548 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3549 error message when there's an evaluation error to show whether
3550 it's loaded from source or not.
3551 (c-filter-ops): Make it available at runtime too to work when
3552 `c-make-init-lang-vars-fun' needs to evaluate from source.
3553
3554 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3555
3556 * help.el (help): Revert last part of 2006-02-23 change (deletion
3557 of the `provide' call).
3558
3559 2006-02-23 Juri Linkov <juri@jurta.org>
3560
3561 * compare-w.el (compare-windows-highlight): Add new value
3562 `persistent' and change :type from `boolean' to `choice'.
3563 (compare-windows-overlays1, compare-windows-overlays2):
3564 New internal variables.
3565 (compare-windows-highlight): If compare-windows-highlight is
3566 `persistent', add current overlays to compare-windows-overlays[12]
3567 instead of adding compare-windows-dehighlight to pre-command-hook.
3568 (compare-windows-dehighlight): Delete all overlays from
3569 compare-windows-overlays[12].
3570
3571 * info.el (Info-search): Don't bind search-spaces-regexp to
3572 Info-search-whitespace-regexp in non-regexp isearch mode.
3573
3574 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3577
3578 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3579
3580 * textmodes/org.el (org-xemacs-p)
3581 (org-export-html-show-new-buffer, org-table-may-need-update)
3582 (org-insert-item, org-mhe-get-message-real-folder)
3583 (org-mhe-get-message-folder-from-index)
3584 (org-mhe-get-message-folder, org-mhe-get-message-num)
3585 (org-mhe-get-header, org-make-org-heading-search-string)
3586 (org-make-org-heading-camel, org-table-sort-lines)
3587 (org-format-org-table-html, org-format-table-table-html):
3588 Fix typos in docstrings.
3589
3590 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3591
3592 * textmodes/org.el (org-cleaned-string-for-export)
3593 (org-solidify-link-text): New function.
3594 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3595 XEmacs, just to silence the compiler.
3596 (org-export-as-ascii, org-export-as-html-and-open):
3597 Use `org-cleaned-string-for-export' and create internal links.
3598 (org-follow-mhe-link): Require mh-e, use folder.
3599
3600 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3601
3602 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3603
3604 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3605 gdb-debug-log-length.
3606 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3607 it a real ring but...
3608 (gud-gdba-marker-filter): ...make it work like mark-ring.
3609 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3610 (gdb-mouse-jump): New function. Add bindings.
3611
3612 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3613
3614 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3615 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3616 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3617 (gdb-debug-log-length): Customize it's length.
3618 (gud-watch, gdb-var-create-handler): Display function::var format
3619 but don't use to create variable object.
3620 (gdb-var-create-handler): Use message-box in place of message.
3621 (gdb-stopped): Call gdb-exited if signalled.
3622
3623 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3624
3625 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3626
3627 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3628
3629 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3630 if `reftex-try-all-extensions' is set.
3631
3632 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3633 fail silently when there is no valid argument at point.
3634 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3635 `fail-silently' argument. From a patch by David Reiter.
3636
3637 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3638 New commands.
3639 (org-mark-ring): New variable.
3640 (org-mark-ring-length): New option.
3641 (org-open-at-point, org-goto, org-open-file): Push old position
3642 onto the mark ring.
3643 (org-add-hook): New function.
3644 (org-export-table-remove-special-lines): New option.
3645 (org-skip-comments, org-format-org-table-html): Respect new
3646 option `org-export-table-remove-special-lines'.
3647 (org-open-file): Allow special command configuration for
3648 directory link.
3649 (org-file-apps): Fix bugs in customize type, added setting
3650 for directories.
3651 (org-activate-tags, org-format-agenda-item, org-complete)
3652 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3653 (org-get-tags, org-get-buffer-tags, org-open-at-point)
3654 (org-link-search, org-make-org-heading-search-string)
3655 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3656 (org-radio-targets, org-file-link-context-use-camel-case)
3657 (org-activate-camels): New options.
3658 (org-update-radio-target-regexp, org-all-targets)
3659 (org-make-target-link-regexp, org-activate-target-links):
3660 New functions.
3661 (org-make-org-heading-search-string): New function.
3662 (org-store-link, org-insert-link): Use new option
3663 `org-file-link-context-use-camel-case'.
3664 (org-activate-camels): Use new option `org-activate-camels'.
3665 (org-link-regexp): Add mhe prefix.
3666 (org-open-at-point, org-store-link): Support for mhe links.
3667 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3668 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3669 (org-mhe-get-header, org-follow-mhe-link): New functions.
3670 (org-remove-angle-brackets, org-add-angle-brackets):
3671 New functions.
3672 (org-bracket-link-regexp): New constant.
3673 (org-read-date): Fix bug that was rejecting all typed dates.
3674 (org-link-search): Make hierarchy above visible after a match.
3675 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3676 (org-store-link): Fix bug with link creation when cursor is in
3677 an empty line.
3678 (org-open-at-point): Fix bug with matching a link.
3679 Fixed buggy argument sequence in call to `org-view-tags'.
3680 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3681 (org-prefix-has-tag): New variable.
3682 (org-format-agenda-item): Remove tags from headline
3683 if appropriate.
3684 (org-agenda-remove-tags-when-in-prefix): New option.
3685
3686 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
3687
3688 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3689 Fix the regular expressions.
3690
3691 2006-02-21 Richard M. Stallman <rms@gnu.org>
3692
3693 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3694 if there's no other specific basis.
3695
3696 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3697 as variables at all.
3698 (unsafep-variable): Rename arg; doc fix.
3699
3700 * abbrevlist.el (list-one-abbrev-table): Add autoload.
3701
3702 * calendar/appt.el (diary-selective-display): Add defvar.
3703
3704 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3705
3706 * isearch.el (search-whitespace-regexp): Fix custom type.
3707
3708 * help.el (describe-key-briefly): Compute interactive args
3709 in same was as before previous change.
3710
3711 * files.el (enable-local-variables): Doc fix.
3712
3713 2006-02-21 Kim F. Storm <storm@cua.dk>
3714
3715 * fringe.el: Cleanup as file is now pre-loaded.
3716 (fringe-bitmaps): Initialize unconditionally.
3717 (fringe-mode, set-fringe-style): Remove autoload cookies.
3718
3719 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3720
3721 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
3722 `horizontal-bar'.
3723 (fringe-cursor-alist): Use `horizontal-bar'.
3724
3725 2006-02-20 Kim F. Storm <storm@cua.dk>
3726
3727 * fringe.el (fringe-bitmaps): Update to new bitmap names.
3728 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
3729
3730 * loadup.el: Load "fringe" on window systems.
3731
3732 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3733
3734 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
3735 out of scope components.
3736
3737 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
3738 default.
3739
3740 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3741
3742 * custom.el (customize-mark-to-save, customize-mark-as-set):
3743 Load the symbol first.
3744
3745 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
3746
3747 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
3748 strech spec so it doesn't display as "^J" on the header line
3749 when `Buffer-menu-use-header-line' is t.
3750
3751 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3752
3753 * speedbar.el (speedbar-make-button): Keep text properties
3754 of string arguments if desired.
3755
3756 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
3757 expessions.
3758
3759 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
3760 of speedbar.
3761
3762 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
3763
3764 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
3765 to value of `read-file-name-completion-ignore-case'.
3766
3767 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
3768
3769 * custom.el (customize-mark-as-set): Push to `user' theme.
3770
3771 * cus-edit.el (custom-save-variables): Allow unthemed values.
3772 (customize-set-variable): Push setting to `user' theme.
3773
3774 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3775
3776 * progmodes/gud.el: Don't require font-lock as it's now
3777 automatically loaded.
3778 (gud-speedbar-buttons): Replace gdb-var-changed with
3779 gdb-force-update.
3780
3781 * progmodes/gdb-ui.el (gdb-force-update): Rename from
3782 gdb-var-changed.
3783 (gdb-post-prompt): Use it.
3784 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3785 (gdb-var-update-handler, gdb-var-delete)
3786 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
3787 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
3788 gdb-force-update in gdb-post-prompt.
3789 (gdb-reset): Clear watch expressions from speedbar when quitting.
3790
3791 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3792
3793 * viper-cmd.el (viper-insert-state-post-command-sentinel)
3794 (viper-change-state-to-vi, viper-change-state-to-emacs):
3795 Make aware of cursor coloring in the Emacs state.
3796 (viper-special-read-and-insert-char): Use read-char-exclusive.
3797 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
3798
3799 * viper-init.el (viper-emacs-state-cursor-color): New variable.
3800
3801 * viper-util.el (viper-save-cursor-color)
3802 (viper-get-saved-cursor-color-in-replace-mode)
3803 (viper-get-saved-cursor-color-in-insert-mode)
3804 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
3805 state.
3806 (viper-get-saved-cursor-color-in-emacs-mode): New function.
3807
3808 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
3809 (ediff-ignore-case-option3, ediff-actual-diff-options)
3810 (ediff-actual-diff3-options): New variables to control case sensitivity.
3811 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
3812 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
3813 (ediff-toggle-ignore-case): New function.
3814 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
3815
3816 * ediff-help.el (ediff-long-help-message-narrow2)
3817 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
3818 (ediff-long-help-message-word-mode): Add ignore-case command.
3819 (ediff-help-for-quick-help): Add ignore-case command.
3820
3821 * ediff-merg.el: Move provide to the end.
3822
3823 * ediff-ptch.el: Move provide to the end.
3824
3825 * ediff-wind.el: Move provide to the end.
3826
3827 * ediff-mult.el: Move provide to the end.
3828 (ediff-set-meta-overlay): Enable follow-link.
3829
3830 * ediff.el: Move provide to the end.
3831 Break recursive load cycle in eval-when-compile.
3832 (ediff-patch-buffer): Better heuristics.
3833
3834 * ediff-util.el: Move provide to the end.
3835 Break recursive load cycle in eval-when-compile.
3836 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
3837 defuns.
3838 (ediff-submit-report): Pass the values of ediff-diff3-program,
3839 ediff-diff3-options.
3840
3841 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
3842
3843 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
3844 the opening bracket of the following bracketing pairs: {}, [], (), <>,
3845 `' (for example, in the docstring of `windmove-default-keybindings').
3846
3847 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3848
3849 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
3850 shadow face. Don't provide binding to edit variable when it is
3851 out of scope.
3852
3853 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3854 (gdb-var-update-handler): Detect out of scope variables with pre
3855 GDB 6.4 too.
3856 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
3857 Reset status of variable objects to nil in update handlers.
3858 (gdb-var-update-handler-1): Detect when a variable object comes
3859 in scope. setcar on var changes gdb-var-list directly.
3860
3861 2006-02-17 Juri Linkov <juri@jurta.org>
3862
3863 * ffap.el (ffap) <defface>: Add explicit face declaration.
3864 (ffap-highlight): Use face `ffap' directly instead of checking
3865 for its existence.
3866
3867 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
3868 `visible-ok' of `other-buffer' to find the right original buffer.
3869
3870 * info.el (Info-search): Skip `Local Variables' node.
3871
3872 2006-02-17 Juri Linkov <juri@jurta.org>
3873
3874 * info.el (Info-find-file): Check for symbols `apropos', `history',
3875 `toc' in the input filename, and return these symbols as is.
3876 (Info-find-node-2): Set Info-current-file to symbols `apropos',
3877 `history', `toc' instead of strings.
3878 (Info-set-mode-line): For non-string Info-current-file use the
3879 symbol's name inside **.
3880 (Info-isearch-push-state): Add quote before Info-current-file and
3881 Info-current-node.
3882 (Info-isearch-pop-state): Use `equal' instead of `string='.
3883 (Info-extract-pointer, Info-following-node-name): Use
3884 `match-string-no-properties' instead of `match-string'.
3885 (Info-up): Check `old-file' for `stringp'.
3886 (Info-history): Use `equal' instead of `string-equal'.
3887 Check `file' for `stringp'.
3888 (Info-history): Use symbol `history' instead of string as first arg
3889 of `Info-find-node'.
3890 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
3891 `toc' instead of string.
3892 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
3893 instead of `buffer-substring', and `match-string-no-properties'
3894 instead of `match-string'.
3895 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
3896 instead of strings.
3897 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
3898 Use symbol `apropos' instead of string.
3899 (Info-copy-current-node-name): Check `Info-current-file' for
3900 `stringp' and construct a command with `Info-find-node' from it.
3901 (Info-fontify-node): Use `match-string-no-properties' instead of
3902 `match-string' and check file names for `stringp'.
3903 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
3904 `history', `toc' instead of strings.
3905
3906 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
3907
3908 * files.el: Rearrange functions and variables in the file local
3909 variables section.
3910
3911 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
3912
3913 * files.el: Add truncate-lines, ispell-check-comments and
3914 ispell-local-dictionary as safe local variables.
3915
3916 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
3917
3918 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
3919 out of scope variables.
3920 (gud-speedbar-buttons): Use unless.
3921
3922 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
3923 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
3924 (gdb-show-changed-values): Also use for out of scope variables.
3925 (gdb-var-update-handler-1): Note if variable goes out of scope.
3926
3927 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
3928
3929 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
3930 default to global variable values for unsupplied args.
3931 (rcirc-get-buffer-create): Fix bug with setting the target.
3932 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
3933 test for rcirc-always-use-server-buffer-flag here.
3934 (rcirc-response-formats): Add %N, which is a facified nick. %n
3935 uses the default face. Change the ACTION format string. If the
3936 "nick" is the server, don't print anything for that field.
3937 Comment fixes.
3938 (rcirc-target-buffer): Don't test
3939 rcirc-always-use-server-buffer-flag here.
3940 (rcirc-print): Squeeze extra spaces out of the text before message.
3941 (rcirc-put-nick-channel): Strip potential "@" char from nick
3942 before adding them to nick table.
3943 (rcirc-url-regexp): Improve to match address like "foo.com".
3944
3945 2006-02-17 Eli Zaretskii <eliz@gnu.org>
3946
3947 * allout.el (allout-hidden-p): Move this defsubst before
3948 allout-overlay-interior-modification-handler, where it is first
3949 used.
3950
3951 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
3952
3953 * allout.el: Use allout invisible-text overlays instead of
3954 selective display for concealed text. Also, lots of general
3955 cleanup, and improved compatibility code.
3956
3957 (allout-version) Incremented, corrected, revised, and refined
3958 module commentary.
3959
3960 (provide 'allout): Moved to the bottom, added a require of overlay.
3961
3962 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
3963 `except-current'.
3964 (allout-write-file-hook-handler): Minimize delay.
3965 (count-trailing-whitespace-region): New function so
3966 auto-encryption of current topic can resituate cursor exactly.
3967 PGP/GPG encryption trims trailing whitespace from lines, which
3968 must be accounted for across encryption then decryption.
3969
3970 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
3971 just plain "\C-c", to avoid intruding on user's keybinding space.
3972
3973 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
3974 parameter, so user request to provide a new password is done.
3975
3976 (allout-outside-normal-auto-fill-function, allout-auto-fill):
3977 Refined mechanism for auto-filling behavior while in allout mode.
3978
3979 (allout-mode): Explicitly specify the mode map in the docstring.
3980 Clarify provision for various write-file hook var names.
3981 Adjusted for invisible-text overlays instead of selective-display.
3982
3983 (allout-depth): Really return 0 if not within any topic. This
3984 rectifies `allout-beginning-of-level' and sequence numbering
3985 errors that occur when cutting and pasting numbered topics.
3986 Changed from a in-line subst to a regular function, as well.
3987
3988 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
3989
3990 (allout-end-of-subtree, allout-end-of-subtree)
3991 (allout-end-of-entry, allout-end-of-current-heading)
3992 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
3993 (allout-show-children, allout-show-to-offshoot)
3994 (allout-hide-current-entry, allout-show-current-entry): Rectified
3995 handling of trailing blank lines between items.
3996
3997 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
3998 (allout-current-depth, allout-unprotected, allout-hidden-p)
3999 (allout-on-current-heading-p, allout-listify-exposed)
4000 (allout-chart-subtree, allout-goto-prefix)
4001 (allout-back-to-current-heading, allout-get-body-text)
4002 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4003 (allout-hide-region-body, allout-toggle-subtree-encryption)
4004 (allout-encrypt-string, allout-encrypted-key-info)
4005 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4006 (allout-file-vars-section-data): Adjusted for use with
4007 invisible-text overlays instead of selective-display.
4008
4009 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4010 Reworked for use with invisible text overlays.
4011
4012 (allout-current-topic-collapsed-p): New function.
4013
4014 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4015 to know when to close the containing topic.
4016
4017 (allout-pre-command-business, allout-post-command-business):
4018 Simplify undo-batching and dynamic isearch exposure.
4019
4020 (allout-set-overlay-category): New for invisible-text overlays.
4021 Sets properties of allout-overlay-category, used by
4022 allout-flag-region to set invisible-text overlay properties.
4023 (allout-get-invisibility-overlay): Get the first qualifying
4024 invisibility overlay, so we can find the extent of it.
4025 (allout-back-to-visible-text): Get to just before the beginnining
4026 of the current invisibility overlay, if any.
4027
4028 (allout-overlay-insert-in-front-handler)
4029 (allout-overlay-interior-modification-handler)
4030 (allout-before-change-handler, allout-isearch-end-handler): New
4031 functions to handle extraordinary actions affecting concealed
4032 text.
4033
4034 (allout-flag-region): Use overlays instead of selective-display
4035 for invisible text - by inheritence from the properties of
4036 allout-overlay-category in mainline Emacs, and applied
4037 property-by-property in XEmacs, some recent versions of which
4038 don't inherit the properties from the category. Provisions to
4039 respond to concealed-text edits simplified drastically.
4040
4041 (allout-isearch-rectification, allout-isearch-was-font-lock)
4042 (allout-isearch-expose, allout-enwrap-isearch)
4043 (allout-isearch-abort, allout-pre-was-isearching)
4044 (allout-isearch-prior-pos, allout-isearch-did-quit)
4045 (allout-isearch-dynamic-expose)
4046 (allout-hide-current-entry-completely): Functions deleted.
4047
4048 (allout-undo-aggregation): Explicit undo aggregation no longer
4049 necessary due to transition away from selective-display.
4050
4051 (set-allout-regexp, allout-up-current-level)
4052 (allout-next-visible-heading, allout-forward-current-level)
4053 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4054 (allout-kill-line, allout-yank-processing, allout-show-children)
4055 (allout-expose-topic, allout-old-expose-topic)
4056 (allout-listify-exposed, allout-insert-latex-header)
4057 (allout-toggle-subtree-encryption, allout-encrypt-string)
4058 (remove-from-invisibility-spec, allout-hide-current-subtree):
4059 Ditched unused variables.
4060
4061 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4062
4063 * textmodes/ispell.el (ispell-change-dictionary): Call
4064 ispell-buffer-local-dict instead of
4065 ispell-accept-buffer-local-defs.
4066 (ispell-local-dictionary-alist): Accept as valid any coding-system
4067 supported by Emacs.
4068 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4069 changed to iso-8859-3.
4070
4071 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4072
4073 * speedbar.el (speedbar-frame-width): Make an inline function
4074 instead of a macro. Use frame-width.
4075 (speedbar-try-completion, speedbar-update-contents)
4076 (speedbar-timer-fn): Use consp.
4077 (speedbar-update-localized-contents): Try to preserve point.
4078
4079 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4080 (menu): Re-order menu items.
4081 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4082 field.
4083 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4084 (gdb-post-prompt): Speed things by not forcing update.
4085
4086 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4089 press and perform default action if we get a mouse movement event.
4090
4091 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4092
4093 * calendar/icalendar.el (icalendar--get-event-property)
4094 (icalendar--get-event-property-attributes): Fix typos in
4095 docstrings.
4096
4097 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4098 docstring.
4099
4100 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4101
4102 * bs.el (bs-mode): Use `buffer-disable-undo'.
4103 (bs--get-file-name): Simplify.
4104 (bs-show-in-buffer): Mark the buffer as not modified.
4105
4106 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4109 widget-button-click.
4110
4111 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4112 (custom-mode): Update docstring.
4113
4114 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4115 binding.
4116
4117 * files.el (hack-local-variables-confirm): Allow scrolling if the
4118 file variable list is too long. Kill temp buffer after use.
4119
4120 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4121
4122 * progmodes/gud.el (gdb): Improve doc string.
4123 (gdb-script-font-lock-keywords): Expand allowed character set.
4124
4125 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4126 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4127 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4128 (gdb-separate-io-stop, gdb-separate-io-eof):
4129 Rename from gdb-inferior-* to gdb-separate-*.
4130 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4131
4132 2006-02-14 Jay Belanger <belanger@truman.edu>
4133
4134 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4135 expression is a symbol before checking that it is bound.
4136
4137 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4138 test to see if equation can be solved.
4139
4140 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * wid-edit.el (widget-button-click): Use :pressed-face property
4143 for overlay face, if it exists.
4144
4145 * cus-edit.el (custom-manual, custom-add-see-also)
4146 (custom-add-parent-links, custom-group-link): Add :pressed-face
4147 property to links.
4148
4149 * files.el (hack-local-variables): Remove ignored variables before
4150 checking if any variables need setting.
4151
4152 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4153
4154 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4155
4156 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4157
4158 * help.el (where-is): Fix message for remapped commands.
4159
4160 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4161 Fix typos in docstrings.
4162
4163 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4164
4165 * files.el (safe-local-variable-values): New option.
4166 (hack-local-variables-prop-line): Return a list of variable-value
4167 pairs if MODE-ONLY is non-nil.
4168 (hack-local-variables): Construct list of variable-value pairs,
4169 and apply or reject them in one go. Ask for confirmation if
4170 variables are not known safe.
4171 (hack-local-variables-confirm): Complete rewrite. Support
4172 `safe-local-variable-values'.
4173 (enable-local-variables): Update docstring to reflect new
4174 behavior.
4175 (ignored-local-variables): Ignore ignored-local-variables and
4176 safe-local-variable-values.
4177 (safe-local-variable-p): New function.
4178 (risky-local-variable-p): `safe-local-variable' property check
4179 moved to safe-local-variable-p.
4180 (hack-one-local-variable): Checks moved to hack-local-variables.
4181
4182 (byte-compile-dynamic, c-basic-offset, c-file-style)
4183 (c-indent-level, comment-column, fill-column, fill-prefix)
4184 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4185 (no-update-autoloads, outline-regexp, page-delimiter)
4186 (paragraph-start, paragraph-separate, sentence-end)
4187 (sentence-end-double-space tab-width, version-control):
4188 Add `safe-local-variable' property.
4189
4190 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4191
4192 * icomplete.el, play/landmark.el: Change nonexistent
4193 `outline-layout' file variable to `allout-layout'.
4194
4195 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4196
4197 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4198 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4199 to gud-comint-buffer.
4200 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4201 gdb-ui.el for gdb-mi.el.
4202 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4203 registers buffer to gdb-get-changed-registers.
4204 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4205 deletion of catchpoints (throw and catch).
4206 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4207 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4208 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4209 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4210 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4211
4212 2006-02-13 Jay Belanger <belanger@truman.edu>
4213
4214 * calc/calc-arith.el (math-check-known-matrixp): Make sure
4215 expression is a symbol before checking that it is bound.
4216
4217 2006-02-13 Richard M. Stallman <rms@gnu.org>
4218
4219 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4220 for the minibuffer too, but not if resize-mini-windows will interfere.
4221
4222 * help.el (describe-key-briefly, describe-key): Do all arg-reading
4223 inside `interactive' spec.
4224 (describe-key-briefly-internal, describe-key-internal):
4225 Functions merged back into their callers.
4226
4227 2006-02-13 Martin Rudalics <rudalics@gmx.at>
4228
4229 * info.el (info-xref-visited): Inherit from info-xref too.
4230 (Info-set-mode-line): Replace occurrences of `%' by `%%'
4231 when propertizing Info-current-file and Info-current-node.
4232
4233 2006-02-13 Juri Linkov <juri@jurta.org>
4234
4235 * tumme.el (tumme-thumbnail-storage): Fix docstring.
4236 (tumme-thumb-name): Fix per-directory format.
4237
4238 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
4239
4240 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4241
4242 2006-02-12 Miles Bader <miles@gnu.org>
4243
4244 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4245
4246 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
4247
4248 * tumme.el: Remove history section. If someone needs the it, it
4249 can always be found in CVS.
4250
4251 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4252
4253 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
4254 about the Thumbnail Managing Standard option.
4255
4256 2006-02-12 Richard M. Stallman <rms@gnu.org>
4257
4258 * subr.el (substitute-key-definition): Doc fix.
4259
4260 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4261
4262 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4263
4264 * info.el (Info-mode): Doc fix.
4265
4266 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4267
4268 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
4269
4270 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4271 because on Solaris a POSIX compatible "id" is needed. Reported by
4272 Magnus Henoch <mange@freemail.hu>.
4273
4274 2006-02-12 Juri Linkov <juri@jurta.org>
4275
4276 * tumme.el: Remove todo item about Thumbnail Managing Standard.
4277 (tumme) <defgroup>: Change :group to `multimedia'.
4278 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4279 Managing Standard.
4280 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4281 Fix dostring.
4282 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4283 and %y. Fix docstring.
4284 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4285 (tumme-cmd-create-standard-thumbnail-command): New user options.
4286 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4287 is `standard'. Fix docstring.
4288 (tumme-thumb-width, tumme-thumb-height): New user options.
4289 (tumme-external-viewer): Try to find various viewers.
4290 (tumme-get-thumbnail-image): Use `create-image' instead of
4291 constructing the `image' structure.
4292 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4293 `standard'.
4294 (tumme-thumb-name): Add file name generation for standard storage.
4295 Simplify code for other storages.
4296 (tumme-thumb-name): Use width %w and height %h instead of size %s.
4297 Add modification time %m and thumbnail-nq8 %q.
4298 Use `tumme-cmd-create-standard-thumbnail-command' if
4299 tumme-thumbnail-storage is `standard'.
4300 (tumme-dired-insert-marked-thumbs): New autoload command.
4301 (tumme-dired-after-readin-hook): New function.
4302 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4303 `tumme-thumb-size'.
4304 (tumme-display-image): Replace size-x %x and size-y %y with
4305 width %w and height %h.
4306
4307 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4308 `tumme-dired-insert-marked-thumbs'.
4309
4310 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
4311
4312 * tumme.el (tumme-write-tag): Fix small bug (file name did not
4313 include path).
4314 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4315 matching tag.
4316
4317 2006-02-12 Miles Bader <miles@gnu.org>
4318
4319 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4320 New variables.
4321 (rcirc-abbrev-nick): New function.
4322 (rcirc-format-response-string): Rewrite to use the formats in
4323 `rcirc-response-formats' and expand escape sequences therein.
4324 A text-property `rcirc-text' is added over the actual response
4325 text to make easy to find inside the returned string.
4326 (rcirc-print): When filling, just look for the `rcirc-text'
4327 text-property to find the appropriate fill prefix, instead of
4328 using hardwired patterns.
4329
4330 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4331
4332 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
4333 Managing Standard.
4334
4335 2006-02-11 Kim F. Storm <storm@cua.dk>
4336
4337 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4338 Don't use insert-buffer; do insert-buffer-substring directly.
4339 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
4340
4341 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4342
4343 * files.el (revert-buffer, recover-file): Replace buffer-read-only
4344 with inhibit-read-only. Suggested by Stefan Monnier.
4345 (revert-buffer): Let insert-file-contents discard
4346 buffer-undo-list. Simplify code.
4347 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4348
4349 2006-02-11 Eli Zaretskii <eliz@gnu.org>
4350
4351 * menu-bar.el (menu-bar-select-yank): Add a doc string.
4352
4353 * help.el (describe-key-briefly): Now a wrapper for
4354 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
4355 to t. Populate yank-menu if empty.
4356 (describe-key-briefly-internal): Renamed from describe-key-briefly.
4357 (describe-key): Now a wrapper for describe-key-internal. Bind
4358 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
4359 (describe-key-internal): Renamed from describe-key.
4360
4361 2006-02-11 Milan Zamazal <pdm@zamazal.org>
4362
4363 * progmodes/glasses.el (glasses-separator): Doc fix.
4364 (glasses-original-separator): New defcustom.
4365 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4366
4367 2006-02-11 Martin Rudalics <rudalics@gmx.at>
4368
4369 * mwheel.el (mouse-wheel-up-event): Doc fix.
4370
4371 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4372
4373 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4374 (tumme-dir): New function. Copied from thumbs.el.
4375
4376 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4377
4378 * desktop.el (desktop-outvar): Fix typo.
4379 (desktop-save-buffer-p): Doc fix.
4380
4381 * subr.el (substitute-key-definition): Fix typo.
4382
4383 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4384
4385 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4386 when window-system is mac.
4387
4388 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4389
4390 2006-02-10 Kim F. Storm <storm@cua.dk>
4391
4392 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4393 indirect-function instead of using condition-case.
4394
4395 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4396
4397 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4398 less `colloquial'...
4399
4400 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4401
4402 * tumme.el: Add a couple of todo items.
4403
4404 2006-02-09 Lars Hansen <larsh@soem.dk>
4405
4406 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4407 (highlight-changes-mode): Don't change desktop-locals-to-save.
4408
4409 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4410
4411 * image-mode.el (image-toggle-display): Clear image cache if using
4412 filename.
4413
4414 2006-02-09 Masatake YAMATO <jet@gyve.org>
4415
4416 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4417 a `dired-man' target.
4418
4419 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4420 boundary of symbols.
4421
4422 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4423
4424 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4425
4426 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4427
4428 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4429 `mapcar'; return nil.
4430
4431 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4432
4433 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4434 some other event.
4435
4436 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4437
4438 * net/rcirc.el (rcirc-startup-channels-alist):
4439 Add irc.freenode.net and #emacs as defaults.
4440 (rcirc-ignore-all-activity-flag): Remove variable.
4441 (rcirc-authinfo): New variable.
4442 (rcirc-authinfo-filename): Remove variable.
4443 (rcirc-always-use-server-buffer-flag): New flag.
4444 (rcirc): M-x rcirc will automatically connect without prompting.
4445 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4446 connection in lisp.
4447 (rcirc-process-server-response-1): Remove everything but the nick
4448 portion of the sender so it doesn't need to be done everywhere
4449 else. Update related code.
4450 (global-map): Remove global keybindings.
4451 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4452 (rcirc-send-input): Split into several functions.
4453 (rcirc-process-input-line, rcirc-process-message)
4454 (rcirc-process-command): New functions.
4455 (rcirc-target-buffer): New function to determine where to route
4456 messages.
4457 (rcirc-user-nick): Save match data.
4458 (rcirc-toggle-ignore-buffer-activity)
4459 (rcirc-update-activity-string): Remove global ignore functionality,
4460 which can be done now by toggling rcirc-track-minor-mode.
4461 (rcirc-track-minor-mode-map): New keymap.
4462 (rcirc-track-minor-mode): New minor-mode.
4463 (ignore): Make the ignore output nicer. Always print it when
4464 adding or removing nicks.
4465 (rcirc-url-regexp): Improve.
4466 (rcirc-mangle-text): Remove properties before using text in the
4467 modeline.
4468 (rcirc-authenticate): Authentication data comes from
4469 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4470 (rcirc-server-prefix): Inherit from rcirc-server.
4471
4472 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4473
4474 * Makefile.in (compile): Append "|| true" to the end of the `find'
4475 command, like compile-always does.
4476
4477 2006-02-08 Sam Steingold <sds@gnu.org>
4478
4479 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4480 output from a dead connection.
4481
4482 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4483
4484 * dired.el (dired-mode-map): Add more bindings for tumme.
4485
4486 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * wdired.el (wdired-mode-map): Use remap.
4489 (wdired-get-filename): Massage.
4490 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4491 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4492 `keymap' property rather than `local-map'.
4493
4494 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4495
4496 * tumme.el (tumme-get-thumbnail-image): New utility function.
4497 Suggested by from Chong Yidong.
4498 (tumme-dired-with-window-configuration): Rename from
4499 `tumme-dired'. Add code to save window configuration.
4500 (tumme-restore-window-configuration): New command to restore the
4501 window configuration that `tumme-dired-with-window-configuration'
4502 saves before it changes the window configuration.
4503 (tumme-show-all-from-dir): New command to display thumbnails for
4504 all files in a directory entered by the user, like M-x thumbs.
4505 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4506 have been created.
4507 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4508 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4509 Remove obsolete test function.
4510
4511 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4512
4513 * vc.el (small-temporary-file-directory): Remove defvar; there's
4514 a defcustom for it in files.el.
4515
4516 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4517 Fix typo in message.
4518 (tumme-gallery-generate): Fix typo in `error' message.
4519 (tumme-display-window-height-correction)
4520 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4521 (tumme-line-up-interactive): Dox fixes.
4522 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4523 (tumme-restore-window-configuration, tumme-format-properties-string)
4524 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4525 Fix typos in docstrings.
4526
4527 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4528
4529 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4530
4531 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4532
4533 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4534 User should use hook if desired.
4535
4536 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4537 buffer if necessary.
4538 (gdb-delete-frame-or-window): New function.
4539 (gdb-breakpoints-mode-map): Bind "q" to it.
4540
4541 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * textmodes/nroff-mode.el: Clean up name space.
4544 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4545 (nroff-mode): Obey the global setting of nroff-electric-mode.
4546 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4547
4548 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4549
4550 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4551
4552 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4553
4554 2006-02-06 Lars Hansen <larsh@soem.dk>
4555
4556 * generic-x.el (etc-fstab-generic-mode): Add file system types
4557 cifs and usbdevfs. Allow special chars in file names.
4558
4559 2006-02-05 Jay Belanger <belanger@truman.edu>
4560
4561 Update copyright notices of the files in lisp/calc.
4562
4563 2006-02-05 Romain Francoise <romain@orebokech.com>
4564
4565 Update copyright notices of all files in the lisp/play directory.
4566
4567 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4568
4569 * ldefs-boot.el: Regenerate.
4570
4571 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4572
4573 2006-02-05 Kim F. Storm <storm@cua.dk>
4574
4575 * files.el (magic-mode-regexp-match-limit): New defvar.
4576 (set-auto-mode): Use it to limit magic-mode-alist matching.
4577
4578 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4579
4580 * simple.el (display-message-or-buffer): Compare the number of
4581 characters to the frame width when determining whether a 1-line
4582 message string will fit in the echo area. Count screen lines
4583 instead of buffer lines when determining whether a multi-line
4584 message will fit in the echo area/minibuffer window.
4585
4586 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4587
4588 * info.el (Info-index, Info-mode): Improve the description of the
4589 `i' command.
4590
4591 * ldefs-boot.el: Regenerate.
4592
4593 2006-02-03 Werner Lemberg <wl@gnu.org>
4594
4595 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4596 greedy to find the closing bracket in \*[...] and similar
4597 expressions. This is a first rough fix -- many additional
4598 refinements are necessary to make nroff mode really usable with groff.
4599
4600 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4601
4602 * international/mule-cmds.el (set-locale-environment):
4603 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4604 libX11.
4605
4606 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4607
4608 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4609 archive are created in archive-tmpdir.
4610
4611 2006-02-02 John Paul Wallington <jpw@pobox.com>
4612
4613 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4614 (ibuffer-fontification-alist): Use it.
4615 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4616 to "* z" and the Ibuffer Mark menu.
4617
4618 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4619
4620 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * textmodes/table.el (*table--cell-describe-mode)
4623 (*table--cell-describe-bindings): Undo last change since
4624 print-help-return-message is not obsoleted by anything at all.
4625
4626 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4627
4628 * emulation/cua-base.el (cua-mode): Doc fix.
4629
4630 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4631
4632 * dframe.el (dframe-handle-make-frame-visible)
4633 (dframe-handle-iconify-frame, dframe-get-focus)
4634 (dframe-select-attached-frame, dframe-power-click)
4635 (dframe-frame-mode): Fix typos in docstrings.
4636
4637 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4638 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4639 Fix typos in docstrings.
4640
4641 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4642 (hi-lock-face-buffer, hi-lock-font-lock-hook)
4643 (hi-lock-archaic-interface-message-used)
4644 (hi-lock-file-patterns-range): Fix typos in docstrings.
4645
4646 * savehist.el (savehist-loaded, savehist-load, savehist-install)
4647 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4648
4649 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4650 Fix typo in docstring.
4651
4652 * net/newsticker.el (newsticker--decode-iso8601-date)
4653 (newsticker--set-customvar, newsticker--buffer-insert-item)
4654 (newsticker--do-run-auto-mark-filter)
4655 (newsticker--parse-generic-feed): Doc fixes.
4656 (newsticker--retrieval-timer-list, newsticker-url-list)
4657 (newsticker-hide-immortal-items-in-echo-area)
4658 (newsticker-hide-obsolete-items-in-echo-area)
4659 (newsticker-new-item-face, newsticker--enclosure)
4660 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4661 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4662 (newsticker--parse-generic-feed, newsticker--cache-contains)
4663 (newsticker--stat-num-items, newsticker-download-enclosures):
4664 Fix typos in docstrings.
4665
4666 * net/rcirc.el (rcirc-debug): Doc fix.
4667 (rcirc-fill-column, rcirc-receive-message-hooks)
4668 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4669 (rcirc-mode, rcirc-generate-new-buffer-name)
4670 (rcirc-startup-channels, rcirc-ignore-update-automatic)
4671 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4672 Fix typos in docstrings.
4673 (rcirc-print): "?\ " -> "?\s".
4674 (rcirc-cmd-join): Improve argument/docstring consistency.
4675
4676 2006-02-01 Mark A. Hershberger <mah@everybody.org>
4677
4678 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4679 before narrow-to-region.
4680
4681 2006-02-01 Richard M. Stallman <rms@gnu.org>
4682
4683 * simple.el (move-beginning-of-line): Scan properly for invis change.
4684
4685 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4686
4687 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
4688
4689 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4690 change bit only when id-format is 'integer. Reported by Matt
4691 Hodges <M.P.Hodges@rl.ac.uk>.
4692
4693 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
4694
4695 * hilit-chg.el (highlight-changes-initial-state)
4696 (highlight-changes-global-initial-state): Doc fixes.
4697 (highlight-changes-global-modes, global-highlight-changes):
4698 Fix typos in docstrings.
4699
4700 2006-02-01 Kim F. Storm <storm@cua.dk>
4701
4702 * emulation/cua-base.el (cua-mode): Mention that CUA enables
4703 transient-mark-mode in doc string.
4704
4705 2006-01-31 Richard M. Stallman <rms@gnu.org>
4706
4707 * replace.el (multi-occur): Doc fix.
4708 (multi-occur-in-matching-buffers): Rename from
4709 multi-occur-by-filename-regexp. Prefix arg says match
4710 buffer names instead of file names.
4711
4712 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
4713
4714 * bs.el: Allow non-default values of `bs-header-lines-length'.
4715 (bs--running-in-xemacs): Remove (not needed anymore).
4716 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
4717 instead of `shrink-window', thus avoiding having to compute the
4718 height of the window.
4719 (bs--up): Wrap around even when there's no header.
4720 (bs--down): Use `forward-line' instead of `next-line'.
4721
4722 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * image-mode.el (image-toggle-display): Use file name if possible,
4725 instead of unnecessarily allocating a (possibly huge) lisp string.
4726
4727 2006-01-30 John Paul Wallington <jpw@pobox.com>
4728
4729 * subr.el (toplevel): Define `cl-assertion-failed' condition here
4730 because the `assert' macro signals it at runtime.
4731
4732 * emacs-lisp/cl.el (toplevel): Remove definition of
4733 `cl-assertion-failed' condition.
4734
4735 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
4736
4737 * thumbs.el (thumbs-marked-list): Make buffer-local and
4738 permanent-local.
4739 (thumbs-insert-thumb): Make help-echo non-sticky.
4740 (thumbs-file-alist): Use eolp as check for (non)-image.
4741
4742 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
4743
4744 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
4745 (ediff-before-session-group-setup-hooks)
4746 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
4747 Fix typos in docstrings.
4748
4749 * window.el (bw-dir, bw-eqdir, balance-windows)
4750 (split-window-keep-point): Fix typos in docstrings.
4751
4752 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4753 (org-quote-string, org-calendar-to-agenda-key)
4754 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
4755 (org-show-following-heading, org-tags-column)
4756 (org-use-tag-inheritance, org, org-allow-space-in-links)
4757 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
4758 (org-enable-table-editor, org-calc-default-modes)
4759 (org-table-allow-automatic-line-recalculation)
4760 (org-export-html-style, org-export-with-fixed-width)
4761 (org-export-with-sub-superscripts, org-special-keyword)
4762 (org-formula, org-time-grid, org-table-may-need-update)
4763 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
4764 (org-goto-quit, org-get-indentation, org-end-of-item)
4765 (org-move-item-down, org-move-item-up)
4766 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
4767 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
4768 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
4769 (org-agenda-log-mode, org-agenda-toggle-diary)
4770 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
4771 (org-agenda-file-to-end, org-agenda-no-heading-message)
4772 (org-agenda-get-closed, org-format-agenda-item)
4773 (org-cmp-priority, org-cmp-category, org-cmp-time)
4774 (org-agenda-change-all-lines, org-agenda-diary-entry)
4775 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
4776 (org-link-search, org-camel-to-words, org-open-file)
4777 (org-remember-handler, org-table-convert-region)
4778 (org-table-move-row-down, org-table-move-row-up)
4779 (org-table-copy-region, org-table-wrap-region)
4780 (org-table-toggle-vline-visibility)
4781 (org-table-get-vertical-vector, org-table-modify-formulas)
4782 (org-table-get-specials, org-recalc-commands)
4783 (org-table-rotate-recalc-marks, org-table-eval-formula)
4784 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
4785 (org-level-color-stars-only, org-insert-heading):
4786 Fix typos in docstrings.
4787 (last-arg): Add defvar.
4788
4789 * makefile.w32-in (WINS): Add erc.
4790 (MH_E_SRC): Update (copied from lisp/Makefile.in).
4791
4792 2006-01-29 Bill Wohler <wohler@newt.com>
4793
4794 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
4795 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
4796 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
4797 (mh-autoloads): Don't use comments on otherwise empty lines.
4798
4799 2006-01-29 Edward O'Connor <ted@oconnor.cx>
4800
4801 * emulation/viper.el (viper-major-mode-modifier-list): Add
4802 insert-state and vi-state entries for erc-mode.
4803 (viper-go-away, viper-set-hooks): Add and remove
4804 viper-comint-mode-hook from erc-mode-hook as appropriate.
4805
4806 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
4807
4808 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
4809
4810 * bs.el (bs--format-aux): Implement `middle' alignment as
4811 described in the docstring for `bs-attributes-list'.
4812 (bs--get-name): Simplify. Don't pad the buffer name.
4813
4814 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
4815
4816 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
4817 English aspell dictionary is installed, use the first entry of
4818 ispell-dictionary-alist-1.
4819
4820 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
4821
4822 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4823 Doc fix.
4824
4825 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
4826
4827 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4828 for `process-file', in order to let it work for older Emacsen too.
4829
4830 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4831
4832 * international/latexenc.el: Add a suitable `coding:' tag.
4833 (latexenc-find-file-coding-system): Undo last change.
4834
4835 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4836
4837 * international/latexenc.el (latexenc-find-file-coding-system):
4838 Make sure latexenc-main-file is a regular file and is readable.
4839
4840 2006-01-27 Andre Spiegel <spiegel@gnu.org>
4841
4842 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
4843 Pass FILE to vc-user-login-name.
4844
4845 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
4846
4847 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
4848
4849 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
4850 there are no more images to display.
4851 (thumbs-mark, thumbs-unmark): Revert change so that they move to
4852 the next image.
4853
4854 2006-01-26 Richard M. Stallman <rms@gnu.org>
4855
4856 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
4857
4858 * wid-edit.el (advertised-widget-backward): New alias.
4859 (widget-keymap): Use advertised-widget-backward for S-TAB.
4860
4861 * tumme.el: Correct the keywords.
4862 (tumme-dir-max-size): Use defvar.
4863 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
4864
4865 * simple.el (move-beginning-of-line): Take account of fields.
4866 (clone-indirect-buffer-other-window): Take args like
4867 clone-indirect-buffer, and work like it.
4868
4869 * help-fns.el (describe-function): Don't pass `nil' as default.
4870
4871 * files.el (risky-local-variable-p): Follow var aliases.
4872
4873 * subr.el (lazy-completion-table): Doc fix.
4874
4875 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
4876 global binding of `line'.
4877
4878 2006-01-25 Andre Spiegel <spiegel@gnu.org>
4879
4880 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
4881 Tramp.
4882
4883 * vc.el (vc-default-dired-state-info): Pass FILE to
4884 vc-user-login-name.
4885 (vc-default-update-changelog): Don't use vc-user-login-name, we
4886 don't need it here.
4887
4888 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
4889 no longer necessary.
4890
4891 2006-01-25 Kenichi Handa <handa@m17n.org>
4892
4893 * international/mule.el (decode-char): Avoid the overhead of
4894 calling utf-lookup-subst-table-for-decode if
4895 utf-translate-cjk-mode is nil.
4896 (encode-char): Avoid the overhead of calling
4897 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
4898 nil.
4899
4900 2006-01-22 Kenichi Handa <handa@m17n.org>
4901
4902 * international/mule.el (make-subsidiary-coding-system): Reset
4903 `coding-system-define-form' property of subsidiaries to nil.
4904 Avoid duplicated entry in coding-system-alist.
4905 (make-coding-system): Avoid duplicated entry in
4906 coding-system-alist.
4907 (define-coding-system-alias): Likewise.
4908
4909 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
4910
4911 * completion.el: Minor fixes in introductory comment.
4912 (completion-def-wrapper): Fix alist.
4913
4914 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
4915
4916 * thumbs.el (thumbs-new-image-size): New function.
4917 (thumbs-increment-image-size-element)
4918 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
4919 (thumbs-decrement-image-size): Delete.
4920 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
4921 temp files and use to resize.
4922 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
4923 Use increment argument to enlarge/shrink. Preserve point.
4924 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
4925 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
4926 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
4927 (thumbs-mark, thumbs-unmark): Preserve point.
4928 (thumbs-modify-image): Keep old temp files and use to modify.
4929 Cleanup old temp files at load time. Preserve point.
4930 (thumbs-view-image-mode-map): Use new command names.
4931
4932 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * log-view.el (log-view-minor-wrap): First rev is the one at point.
4935
4936 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
4937 the nastiest part of the cyclic dependency.
4938 (cal-menu-update): Use dotimes and calendar-increment-month.
4939
4940 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
4941 (calendar-week-start-day): Add an :initializer.
4942 (calendar-mode-map): Use suppress-keymap, and command remapping.
4943 (describe-calendar-mode): Setup xref-stack info for the back button.
4944 (calendar-star-date): Insert before delete.
4945 (calendar-set-mode-line): Add file-modified info if applicable.
4946 (calendar-increment-month): New function.
4947
4948 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4949
4950 * font-lock.el (lisp-font-lock-keywords-2):
4951 Recognize "& keywords" only at word boundaries.
4952
4953 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
4954
4955 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
4956 and permanent-local.
4957 (thumbs-max-image-number): New variable.
4958 (thumbs-do-thumbs-insertion): Use them.
4959 (thumbs-per-line): Change default to 4.
4960 (thumbs-marked-list): Rename from thumbs-markedL.
4961 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
4962 (thumbs-rename-images): Use -list instead of L for internal variables.
4963 (thumbs-call-convert): Use call-process instead of shell-command.
4964 (thumbs-insert-thumb): Add filename as help-echo to each image.
4965 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
4966 Give dir to thumbs-show-thumbs-list.
4967 (thumbs-show-thumbs-list): Set default-directory to that of images.
4968 (thumbs-dired-show): Rename from thumbs-dired-show-all.
4969 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
4970 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
4971 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
4972
4973 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * ses.el (ses-read-cell): Provide a default value.
4976
4977 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * term/w32-win.el (image-library-alist): Add additional names for
4980 GIF library.
4981
4982 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4983
4984 * international/latexenc.el (latexenc-find-file-coding-system):
4985 Add file-regular-p check.
4986
4987 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * simple.el (clone-buffer): Don't show the new buffer in the same
4990 window.
4991
4992 2006-01-23 Juri Linkov <juri@jurta.org>
4993
4994 * faces.el (link, link-visited): New faces based on default values
4995 of `info-xref' and `info-xref-visited'.
4996
4997 * info.el (info-xref): Inherit from `link'.
4998 (info-xref-visited): Inherit from `link-visited'.
4999
5000 * cus-edit.el (custom-buffer-create-internal): Use widget type
5001 `custom-manual' instead of `info-link' and don't set properties
5002 `button-face' and `mouse-face' explicitly.
5003 (custom-browse-group-tag, custom-browse-variable-tag)
5004 (custom-browse-face-tag): Inherit from widget class
5005 `custom-group-link' instead of `push-button'.
5006 (custom-button-unraised): Inherit from `underline' face.
5007 (custom-link): Inherit from `link' face. Fix doc and group.
5008 (custom-add-parent-links, custom-group-value-create): Don't set
5009 properties `button-face' and `mouse-face' explicitly for
5010 `custom-group-link' widget.
5011 (custom-group-link): Add properties `button-face' and `mouse-face'
5012 to widget definition.
5013 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5014 editable-field's :keymap property.
5015 (custom-mode): Fix docstring: substitute keybindings for
5016 `widget-forward' and `widget-backward' from `widget-keymap',
5017 `widget-complete' from `custom-field-keymap', replace old
5018 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5019
5020 * desktop.el (desktop-load-file): Check for `fboundp' before
5021 calling `symbol-function'.
5022
5023 * simple.el (clone-buffer, clone-indirect-buffer)
5024 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5025 `read-string'. Fix prompts.
5026
5027 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5028
5029 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5030
5031 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5032
5033 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5034
5035 * startup.el (inhibit-splash-screen, initial-scratch-message):
5036 Doc fixes.
5037
5038 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5039
5040 Sync with Tramp 2.0.52.
5041
5042 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5043 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5044 `tramp-unload-tramp' for checklist.
5045
5046 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5047 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5048 (tramp-unload-file-name-handler-alist)
5049 (tramp-unload-tramp): New defuns.
5050 (tramp-advice-PC-expand-many-files): New defadvice.
5051 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5052 removed.
5053 (tramp-handle-expand-file-name): Remove double slash.
5054 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5055 It doesn't matter, because it will be converted later on.
5056 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5057 implementation was just heuristic.
5058 (tramp-post-connection): Set uid and gid properties.
5059 (tramp-convert-file-attributes): Set file's gid change bit.
5060 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5061 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5062 in case of su(do)? methods. The home directory of the local user
5063 will be taken else.
5064 (tramp-open-connection-telnet)
5065 (tramp-open-connection-rsh, tramp-open-connection-su)
5066 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5067 local shell prompt could hurt. Reported by Romain Francoise
5068 <romain@orebokech.com>.
5069 (tramp-let-maybe): Add `edebug-form-spec' property.
5070 (tramp-handle-expand-file-name): Bind `default-directory' locally
5071 to "/" in order to avoid problems with UNC shares or Cygwin
5072 mounts.
5073 (tramp-md5-function): Fix typo in error message.
5074
5075 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5076
5077 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5078 for byte-compiler pacification.
5079
5080 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5081
5082 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5083 ID-FORMAT `string'. This allows us to get rid of
5084 `vc-user-login-name UID'.
5085
5086 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5087
5088 2006-01-22 John Paul Wallington <jpw@pobox.com>
5089
5090 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5091
5092 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5093
5094 * emacs-lisp/find-func.el (find-definition-noselect)
5095 (find-variable-noselect): Search variables in C source code too.
5096 (find-function-C-source, find-function-noselect, find-function)
5097 (find-function-other-frame, find-variable-noselect, find-variable)
5098 (find-variable-other-frame, find-variable-at-point):
5099 Fix docstrings.
5100
5101 2006-01-21 Francesco Potorti` <pot@gnu.org>
5102
5103 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5104
5105 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5106
5107 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5108 Default to disabling the "Save affix" question.
5109
5110 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5111
5112 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5113 the first arg to run-python.
5114
5115 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5116
5117 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5118 is not loaded.
5119
5120 2006-01-20 Jay Belanger <belanger@truman.edu>
5121
5122 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5123 limit is 0.
5124
5125 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5126 the correct variable.
5127
5128 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5129
5130 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5131 link. Fixed buggy argument sequence in call to `org-view-tags'.
5132 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5133 (org-prefix-has-tag): New variable.
5134 (org-format-agenda-item): Remove tags from headline if
5135 appropriate.
5136 (org-agenda-remove-tags-when-in-prefix): New option.
5137 (org-get-tags-at): New function.
5138
5139 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5140
5141 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5142 (thumbs-find-image): Move image name and number from buffer name
5143 to mode name. Set thumbs-buffer. Preserve point so that large
5144 images remain visible.
5145 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5146 order.
5147 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5148 mode name.
5149 (thumbs-next-image, thumbs-previous-image): Make them work.
5150
5151 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5152
5153 * cus-edit.el (custom-buffer-create-internal): State in the text above
5154 the whole buffer buttons that they do not operate on hidden items.
5155 (custom-face-menu): Use `custom-face-save' instead of
5156 `custom-face-save-command'.
5157 (custom-face-save-command): Make it an alias for `custom-face-save'
5158 and declare it obsolete.
5159 (custom-face-save): Doc fix.
5160
5161 * dired.el (dired-no-confirm): Add quote.
5162 (dired-subdir-alist-pre-R): Add quote in
5163 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5164
5165 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * textmodes/table.el (table-mode-indicator): Typo in last change.
5168
5169 2006-01-19 Richard M. Stallman <rms@gnu.org>
5170
5171 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5172 Fixes bug reported in Nov 2005.
5173
5174 * isearch.el (isearch-forward): Doc fix.
5175
5176 * dired.el (dired-move-to-filename-regexp): Define as alias.
5177 (dired-no-confirm): Use defcustom.
5178 (dired-subdir-alist-pre-R): Put defvar at top level.
5179
5180 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5181
5182 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5183 Mark as risky.
5184
5185 * simple.el (set-mark-command): Doc fix.
5186 (clone-indirect-buffer-other-window):
5187 Read arg like clone-indirect-buffer.
5188 (move-beginning-of-line): Skip invisible newlines.
5189
5190 2006-01-19 Masatake YAMATO <jet@gyve.org>
5191
5192 * progmodes/cpp.el (cpp-edit-load): Make the order of
5193 listed conditions in a base C code buffer and its associate
5194 CPP Edit buffer the same.
5195
5196 2006-01-19 Kenichi Handa <handa@m17n.org>
5197
5198 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5199 (rmail-mime-feature): Likewise.
5200 (rmail-require-mime-maybe): Use display-warning to show a warning
5201 message.
5202
5203 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5204 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5205
5206 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * array.el: Move defvars out of eval-when-compile.
5209 (array-make-template): Replace undeclared global var with a local one.
5210 (array-mode): Inline initialization functions.
5211 (array-init-local-variables, array-init-max-row)
5212 (array-init-max-column, array-init-columns-per-line)
5213 (array-init-field-width, array-init-rows-numbered)
5214 (array-init-line-length, array-init-lines-per-row): Remove.
5215
5216 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
5217 (doc-mode-map): Define explicitly.
5218 (doctor-txtype): Use mapc.
5219
5220 * textmodes/table.el: Move defvars out of eval-when-compile.
5221 Remove harmful code meant to avoid byte-compiler warnings.
5222 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
5223 specification that checks table-fixed-width-mode directly.
5224 (table-recognize-region, table-recognize-cell):
5225 Use restore-buffer-modified-p.
5226 (table-fixed-width-mode): Remove code that refreshes
5227 table-fixed-mode-indicator.
5228 (*table--cell-describe-bindings, *table--cell-describe-mode):
5229 Avoid obsolete name print-help-return-message.
5230 (table--test-cell-list): Don't use replace-regexp from elisp.
5231 (table--point-entered-cell-function, table--point-left-cell-function):
5232 Don't set table-fixed-mode-indicator, use force-mode-line-update.
5233
5234 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
5235 that was after the end of file. Use buffer-file-name variable.
5236 (org-timestamp-change): Use with-current-buffer.
5237 (org-todo-list): Don't unnecessarily define a new buffer-local var.
5238 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5239 `file'.
5240
5241 * progmodes/fortran.el: Move defvars out of eval-when-compile.
5242 (fortran-break-line): Remove unused var `opoint'.
5243 (fortran-abbrev-start): Obey help-event-list.
5244
5245 2006-01-18 Jesper Harder <harder@phys.au.dk>
5246
5247 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5248
5249 2006-01-18 Masatake YAMATO <jet@gyve.org>
5250
5251 * progmodes/make-mode.el (makefile-imake-mode): New mode
5252 derived from makefile-mode.
5253 (makefile-imake-mode-syntax-table): New syntax table
5254 derived from makefile-mode-syntax-table.
5255 (makefile-mode): Write about makefile-imake-mode in doc string.
5256 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5257 (makefile-imake-font-lock-keywords): New font lock keywords.
5258
5259 * files.el (auto-mode-alist): Add Imakefile.
5260
5261 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
5262
5263 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5264 loading the file rather than when turning on flyspell-mode.
5265
5266 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
5267
5268 * cus-edit.el (customize-rogue): Minor doc fix.
5269
5270 2006-01-17 Juri Linkov <juri@jurta.org>
5271
5272 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5273 instead of the file at the mark as default if the file at the mark
5274 is the same as the file at point or if dired-dwim-target-directory
5275 is not the same as the current directory and the mark is not active.
5276
5277 * log-view.el (log-view-minor-wrap): Use the same logic to get
5278 revisions as `log-view-diff'.
5279
5280 * info.el (Info-revert-find-node): Check for Info-current-file
5281 before preserving new-history.
5282
5283 * man.el (Man-heading-regexp): Add `/'.
5284
5285 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5286 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5287
5288 2006-01-16 Juri Linkov <juri@jurta.org>
5289
5290 * faces.el (mode-line-faces): New defgroup.
5291 (mode-line-highlight): Move definition after new defgroup.
5292 (mode-line, mode-line-inactive, mode-line-highlight):
5293 Replace :group `modeline' with `mode-line-faces'.
5294 (mode-line-buffer-id): New face.
5295 (modeline-buffer-id): New face alias.
5296 (vertical-border): Remove :group `modeline'.
5297
5298 * bindings.el (propertized-buffer-identification): Use face
5299 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5300 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5301 (mode-line-buffer-identification-keymap): For mouse-1 replace
5302 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5303 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5304 mouse-3.
5305
5306 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5307 Buffer-menu-buffer. Doc fix.
5308 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5309 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5310 `Buffer-menu-buffer'.
5311
5312 * info.el (Info-mode-line-node-keymap): New defvar.
5313 (Info-set-mode-line): Use `stringp' to check Info-current-file.
5314 Propertize Info-current-node with `mode-line-buffer-id' and
5315 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5316
5317 * time.el (display-time-mail-face): Replace :group `faces' with
5318 `mode-line-faces'.
5319
5320 2006-01-16 Kenichi Handa <handa@m17n.org>
5321
5322 * international/code-pages.el: Add autoload cookies for cp125[0345678].
5323
5324 * language/european.el (cp1252): New alias for windows-1252.
5325
5326 * international/mule.el (autoload-coding-system): Prepare for EOL
5327 variants.
5328
5329 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
5330
5331 * term.el (term-raw-map): Add mapping for insert.
5332 (term-send-insert): New.
5333 (term-mode): Make variables local here instead of doing it in
5334 `term-emulate-terminal'.
5335 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5336 Scroll reverse needs to take into account the scroll region.
5337 Saving and restoring the cursor should save the color attributes too.
5338 (term-reset-terminal): Reset the scroll region.
5339 (term-handle-ansi-escape): Cursor up and down should take into
5340 account the scroll region.
5341 (term-set-scroll-region): Rename from `term-scroll-region'.
5342 Move to 0,0 after setting the region.
5343 (term-handle-scroll): Handle scroll up.
5344 (term-down): Fix off by one error.
5345 (term-delete-lines): Do not delete outside the scroll region.
5346 (term-insert-lines): Take into account the scroll region.
5347
5348 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * textmodes/ispell.el (ispell-internal-change-dictionary)
5351 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5352 (start, end): Move declaration outside of eval-when-compile.
5353
5354 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5355 (flyspell-mode-on): Use it.
5356
5357 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5358 ispell-kill-ispell-hook.
5359
5360 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
5361
5362 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5363 (Custom-reset-saved): Do not ask for confirmation in single option
5364 buffers.
5365
5366 2006-01-13 Richard M. Stallman <rms@gnu.org>
5367
5368 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5369
5370 2006-01-13 Romain Francoise <romain@orebokech.com>
5371
5372 * add-log.el (add-change-log-entry, change-log-merge):
5373 Conditionally use `hard-newline'.
5374
5375 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5376
5377 * wid-edit.el (widget-field-end): If the overlay is no longer
5378 associated with a buffer, behave as if the overlay didn't exist.
5379
5380 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5381 Make sure the links use the `custom-link' face.
5382
5383 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5386 (ld-script-mode): Don't set indent-line-function since we don't
5387 have one.
5388
5389 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5390
5391 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5392 application.
5393 (org-file-apps-defaults-gnu): Use mailcap as the default for
5394 selecting an application on a UNIX system.
5395 (org-agenda-show-tags): New command.
5396 (org-table-insert-hline): Keep cursor in current table line.
5397 (org-table-convert): Offset effect of modifying
5398 `org-table-insert-hline'.
5399 (org-format-agenda-item): New optional argument TAG.
5400 (org-compile-prefix-format): Handle %T format for the tag.
5401 (org-expand-wide-chars): New function.
5402 (org-table-insert-row, org-table-insert-hline):
5403 Use `org-expand-wide-chars'.
5404 (org-open-file): Fix bug in program launch.
5405 (org-get-time-of-day): Fix bug with times before 1am.
5406 (org-agenda-menu): Add tags commands.
5407
5408 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5409
5410 * textmodes/ispell.el (ispell-init-process): Include the used
5411 dictionary in ispell process start message.
5412 (ispell-internal-change-dictionary): When flyspell-mode is active
5413 and dictionary is changed, make sure ispell process is restarted
5414 and flyspell word cache cleared out for the current buffer.
5415 (ispell-change-dictionary): Make sure flyspell word cache is
5416 cleared out in all buffers with active flyspell mode when
5417 dictionary is globally changed.
5418 Call ispell-internal-change-dictionary after dictionary change.
5419
5420 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5421
5422 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5423
5424 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5425 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5426 years. Fix small differences wrt Makefile.in.
5427 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5428 Makefile.in does.
5429
5430 2006-01-12 Bill Wohler <wohler@newt.com>
5431
5432 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5433 mh-search.el.
5434
5435 2006-01-12 Masatake YAMATO <jet@gyve.org>
5436
5437 * progmodes/ld-script.el: Update copyright year.
5438
5439 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5440
5441 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5442 Don't add widget if setting undefined.
5443
5444 2006-01-12 John Paul Wallington <jpw@pobox.com>
5445
5446 * help-fns.el (describe-variable): Remove newlines from void
5447 variable output.
5448
5449 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5450
5451 * wdired.el (wdired-mode-map): Add help echo for
5452 wdired-abort-changes.
5453
5454 * man.el (Man-file-name-regexp): Adjust for a list of files.
5455
5456 2006-01-12 Masatake YAMATO <jet@gyve.org>
5457
5458 * progmodes/ld-script.el (auto-mode-alist): Support
5459 suffix conventions used in netbsd and eCos.
5460
5461 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5462
5463 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5464 (custom-variable-menu, custom-face-menu, custom-group-menu)
5465 (Custom-mode-menu): Change names of menu items. (As discussed on
5466 emacs-devel.)
5467 (custom-face-menu): Add "Undo Edits" item.
5468
5469 * startup.el (init-file-user): defcustom -> defvar.
5470
5471 * tooltip.el (tooltip-mode): Doc fix.
5472
5473 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * reveal.el (reveal-post-command): window-buffer signals an error on
5476 dead windows rather than returning nil.
5477 (reveal-open-new-overlays): An overlay might die while we open others.
5478
5479 2006-01-11 Bill Wohler <wohler@newt.com>
5480
5481 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5482 phrasing in docstring.
5483
5484 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5485 can give some systems gas. Add new file mh-buffers.el.
5486
5487 2006-01-06 Masatake YAMATO <jet@gyve.org>
5488
5489 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5490 C preprocessor forward ported from GNU Emacs 21.2.
5491
5492 * progmodes/asm-mode.el (asm-font-lock-keywords):
5493 Use `cpp-font-lock-keywords'.
5494
5495 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5496
5497 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5498 of $ for "\\.ld[s]?".
5499
5500 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5503 (tcl-indent-line): Return `noindent' if inside a string.
5504
5505 * progmodes/flymake.el (flymake-split-string): Remove more than one
5506 empty string at beg/end of the result.
5507 (flymake-find-buildfile, flymake-find-possible-master-files):
5508 Use expand-file-name.
5509 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5510 since expand-file-name does it for us. Use directory-file-name.
5511 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5512 (flymake-ler-get-type, flymake-ler-get-text)
5513 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5514 (flymake-current-line-no): Remove spurious interactive spec.
5515 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5516 (flymake-check-include): Remove arg inc-path merged into inc-name.
5517 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5518 Arg regexp-list replaced by a simple regexp.
5519 (flymake-master-make-header-init, flymake-master-tex-init):
5520 Correspondingly replace regexp-list with a regexp. Fix regexp.
5521
5522 2006-01-10 Simon Josefsson <jas@extundo.com>
5523
5524 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5525 describing AUTH PLAIN fix.
5526
5527 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5528
5529 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5530 (report-emacs-bug): Don't record initial prompt text.
5531 Instead, add text properties to prompting text.
5532 (report-emacs-bug-hook): Delete prompting text.
5533
5534 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5537 `dirs'. Adjust callers.
5538
5539 2006-01-09 John Paul Wallington <jpw@gnu.org>
5540
5541 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5542
5543 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5544
5545 * reveal.el (reveal-open-new-overlays): New extracted fun.
5546 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5547 using them. Simplify the code.
5548 (reveal-post-command): Use them. Fix up obsolete windows in
5549 reveal-open-spots.
5550
5551 * progmodes/flymake.el: Use `require' rather than autoload for
5552 XEmacs's overlays.
5553 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5554 Delete. Use file-relative-name instead.
5555 (flymake-get-syntax-check-program-args, flymake-perl-init):
5556 Simplify the resulting code.
5557
5558 * log-view.el (log-view-file-re, log-view-message-re): Add support
5559 for DaRCS output.
5560
5561 2006-01-09 Alex Schroeder <alex@gnu.org>
5562
5563 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5564 identifiers sometimes added in square brackets at the beginning of
5565 subject lines.
5566
5567 2006-01-07 Richard M. Stallman <rms@gnu.org>
5568
5569 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5570 (Custom-reset-current, Custom-reset-saved): Change question text.
5571 (Custom-reset-standard): Likewise.
5572 (custom-variable-reset-saved): Doc fix.
5573
5574 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5575
5576 * startup.el (init-file-user): Doc fix.
5577
5578 2006-01-07 Alex Schroeder <alex@gnu.org>
5579
5580 * mail/rmail.el (rmail-current-subject): New function.
5581 (rmail-current-subject-regexp): New function.
5582 (rmail-next-same-subject): Use it.
5583
5584 * mail/rmailsum.el (rmail-summary-by-topic):
5585 Use rmail-current-subject and rmail-current-subject-regexp.
5586 (rmail-summary-next-same-subject): Ditto.
5587
5588 * net/rcirc.el (rcirc-send-input): No longer check whether the
5589 process is open, since not all commands need an open process.
5590 (rcirc-send-string): Check whether the process is open before
5591 sending anything.
5592 (rcirc-ignore-list): New option.
5593 (rcirc-ignore-list-automatic): New variable.
5594 (rcirc-print): Take rcirc-ignore-list into account.
5595 (rcirc-cmd-ignore): New command.
5596 (rcirc-ignore-update-automatic): New function.
5597 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5598 list if ignored nicks.
5599 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5600
5601 2006-01-06 David Reitter <david.reitter@gmail.com>
5602
5603 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5604 reflect the address to which the report will be sent.
5605
5606 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5607
5608 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5609 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5610
5611 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5612
5613 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5614
5615 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5616 the doc string: "functoin" => "function".
5617 * ldefs-boot.el: Likewise.
5618
5619 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5620 message text: "Duplicat" => "Duplicate".
5621
5622 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5623
5624 * files.el (basic-save-buffer-2): If backing-up failed, reset
5625 buffer-backed-up to nil.
5626
5627 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5628
5629 * progmodes/gud.el (gdb-script-skip-to-head)
5630 (gdb-script-calculate-indentation): Indent for breakpoint command
5631 lists also.
5632
5633 2006-01-05 Bill Wohler <wohler@newt.com>
5634
5635 * Makefile.in (compile-always): Add mh-autoloads dependency.
5636 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5637 provides it.
5638 (updates): Remove mh-autoloads dependency, since it probably has
5639 already run recently (via recompile).
5640
5641 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5644 argument `force' to disable the flyspell-last-buffer optimization.
5645 (flyspell-mode-on): Use it.
5646
5647 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5648 flymake-simple-cleanup.
5649 (flymake-allowed-file-name-masks): Use this new default.
5650 All the functions are now called in the right buffer rather than
5651 passing the buffer as argument.
5652 (flymake-process-sentinel): Switch to buffer before calling cleanup.
5653 (flymake-parse-err-lines): Remove redundant buffer arg.
5654 (flymake-get-program-dir): Comment out unused function.
5655 (flymake-start-syntax-check, flymake-start-syntax-check-process):
5656 Remove redundant buffer argument.
5657 (flymake-get-real-file-name, flymake-simple-java-cleanup)
5658 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5659
5660 2006-01-05 Richard M. Stallman <rms@gnu.org>
5661
5662 * info.el (Info-find-node): Don't record previous node if have none.
5663 (info): Go to directory only if history is empty.
5664
5665 * simple.el (mark): Doc fix.
5666
5667 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5668
5669 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5670 already of desired type.
5671 (mac-ae-list): Coerce parameter to "list" type.
5672 (mac-dispatch-apple-event): Replace cadr part of event with a
5673 dummy position so that event-start returns it.
5674
5675 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
5676
5677 * textmodes/org.el (org-end-of-subtree): New function.
5678 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5679 Use `org-end-of-subtree'.
5680 (org-agenda, org-agenda-convert-date): Protect calls to
5681 `fit-window-to-buffer'.
5682 (org-tags-view): Force matching of sublevels when doing a
5683 todo-only search. Define the correct redo command, including the
5684 arguments.
5685 (org-agenda-redo): Display message.
5686 (org-check-for-org-mode): New function.
5687 (org-agenda-type): New variable.
5688 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5689 Set `org-agenda-type'.
5690 (org-agenda-check-type): New function.
5691 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5692 (org-agenda-week-view, org-agenda-day-view)
5693 (org-agenda-next-date-line, org-agenda-previous-date-line)
5694 (org-agenda-log-mode, org-agenda-toggle-diary)
5695 (org-agenda-toggle-time-grid, org-agenda-date-later)
5696 (org-agenda-date-prompt, org-agenda-diary-entry)
5697 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5698 (org-agenda-convert-date, org-agenda-menu):
5699 Use `org-agenda-check-type'.
5700 (org-make-overlay, org-delete-overlay)
5701 (org-detatch-overlay, org-move-overlay, org-overlay-put):
5702 New compatibility functions.
5703 (org-calendar-select-mouse): New command.
5704
5705 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5708 (Custom-reset-standard): Fix y-or-n-p messages.
5709 (custom-link): New face for links.
5710 (custom-buffer-create-internal, custom-manual): Use it.
5711 (custom-face-save): Push to theme-face before setting face spec.
5712
5713 * wid-edit.el (widget-default-mouse-face-get): New function.
5714 (widget-specify-button): Handle mouse-face like button-face.
5715
5716 * custom.el (load-theme): Clear old theme settings if reloading.
5717
5718 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
5719
5720 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
5721 "Erase Customization" button back to same position it occupies in
5722 the individual State menus.
5723
5724 2006-01-04 Kim F. Storm <storm@cua.dk>
5725
5726 * wid-edit.el (key-sequence): Rework widget to read key binding
5727 using `kbd' syntax. Use C-q to insert literal key, event, or code.
5728 (widget-key-sequence-default-value): Default value for empty sequence.
5729 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
5730 (widget-key-sequence-read-event): New command for C-q.
5731 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
5732 (widget-key-sequence-value-to-external): New functions.
5733
5734 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
5737 Use expand-file-name.
5738 (flymake-delete-temp-directory): Use expand-file-name,
5739 file-name-directory, and directory-file-name.
5740 (flymake-strrchr): Delete.
5741 (flymake-start-syntax-check): Don't pass the redundant buffer argument
5742 to the init-f function.
5743 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
5744 (flymake-init-find-buildfile-dir)
5745 (flymake-init-create-temp-source-and-master-buffer-copy)
5746 (flymake-simple-make-init-impl, flymake-simple-make-init)
5747 (flymake-master-make-init, flymake-master-make-header-init)
5748 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
5749 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
5750 (flymake-xml-init): Remove corresponding redundant buffer argument.
5751 (flymake-allowed-file-name-masks): Remove last elems that are equal to
5752 the default anyway. Clean up regexps.
5753
5754 * progmodes/flymake.el (flymake-temp-source-file-name)
5755 (flymake-master-file-name, flymake-temp-master-file-name)
5756 (flymake-base-dir): New buffer-local vars.
5757 (flymake-buffer-data, flymake-get-buffer-value)
5758 (flymake-set-buffer-value): Replace those hash-tables by the new
5759 buffer-local vars. Update callers.
5760
5761 * progmodes/flymake.el (flymake-check-start-time)
5762 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
5763 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
5764 Move definition, so we can remove redundant earlier declaration.
5765 (flymake-replace-regexp-in-string, flymake-split-string)
5766 (flymake-get-temp-dir): Use defalias.
5767 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
5768 (flymake-xemacs-window-edges): Remove unused function.
5769 (flymake-get-point-pixel-pos): Move.
5770 (flymake-pid-to-names, flymake-reg-names)
5771 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
5772 Replace by a simple list flymake-processes and by process-buffer.
5773 Update callers. Other than simplify the code, it uses buffers rather
5774 than buffer-names so it doesn't get confused by uniquify.
5775 (flymake-buffer-data): The global value should just be nil.
5776
5777 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
5778 Optimize the body of a defalias like any other code.
5779
5780 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
5781 Make sure we've setup font-lock's vars. It may influence which
5782 function we then call.
5783 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
5784 here since it's too late anyway.
5785
5786 2006-01-03 Romain Francoise <romain@orebokech.com>
5787
5788 * startup.el (fancy-splash-tail, normal-splash-screen):
5789 Update copyright year.
5790
5791 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
5792
5793 * mouse.el (mouse-drag-track): Rename, from
5794 `mouse-drag-region-1'. Includes optional argument required to
5795 enable post-drag event processing (e.g. delete region keys).
5796 Can be used without this argument to track a mouse region and operate
5797 on it as soon as the drag completes.
5798 (mouse-drag-region): Use `mouse-drag-track'.
5799
5800 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5801
5802 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
5803 Move to `custom-buffer' group.
5804
5805 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
5806 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5807 (custom-theme-insert-face-marker, custom-theme-variable-menu)
5808 (custom-theme-face-menu): New variables.
5809 (custom-theme-add-variable, custom-theme-variable-action)
5810 (custom-variable-reset-theme, custom-theme-delete-variable)
5811 (custom-face-reset-theme, custom-theme-face-action)
5812 (custom-theme-delete-face, custom-theme-merge-theme)
5813 (custom-theme-add-face, custom-theme-visit-theme): New functions.
5814
5815 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
5816
5817 * custom.el: Move Custom Themes commentary to start of theme code.
5818 (custom-known-themes): Rename `standard' theme to `changed'.
5819 (custom-push-theme): Caller no longer specifies what theme to use
5820 when doing `reset'---the setting is simply removed from the theme.
5821 Delete MODE from `theme-value' and `theme-settings' properties.
5822 (custom-declare-theme): Ignore &rest args since we don't use them.
5823
5824 (custom-loaded-themes): Delete variable.
5825 (custom-theme-load-themes, custom-theme-loaded-p)
5826 (custom-theme-value): Delete functions.
5827
5828 (custom-declare-theme): Signal error on invalid theme names.
5829 (provide-theme): custom-loaded-themes was deleted.
5830 (load-theme): Load the file unconditionally.
5831 (enable-theme): Call `load-theme' if theme is undefined.
5832 (custom-enabled-themes): Only update value for successful loads.
5833 (disable-theme): Complete from enabled themes when interactive.
5834 (custom-variable-theme-value): Calculate theme value directly.
5835
5836 (custom-theme-reset-variables, custom-reset-variables): Mark as
5837 XEmacs compatibility functions. We don't actually use these.
5838
5839 * cus-edit.el (custom-variable-state-set):
5840 Use custom-variable-theme-value instead of custom-theme-value.
5841 (custom-face-state-set): Rename `standard' theme to `changed'.
5842 (custom-save-variables, custom-save-faces): Delete unneeded
5843 references to custom-reset-variables.
5844 (custom-save-resets): Delete function.
5845 (custom-save-variables, custom-save-faces): MODE argument deleted.
5846 (custom-save-variables, custom-save-faces): Ignore theme values.
5847
5848 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
5849 compatibility function.
5850
5851 2006-01-01 Richard M. Stallman <rms@gnu.org>
5852
5853 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
5854 (Custom-reset-current, Custom-reset-saved): Likewise.
5855 (Custom-reset-standard): Show message if aborted.
5856 (custom-mode): Doc fix, describing those commands.
5857
5858 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
5859 put on event-kind property.
5860
5861 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
5862
5863 * custom.el (provide-theme): Ban `user' theme name.
5864 (custom-enabling-themes): New variable.
5865 (enable-theme): Don't enable user if custom-enabling-themes is t.
5866 (custom-enabled-themes): Make it a defcustom.
5867 (custom-theme-recalc-face): No-op if face is undefined.
5868
5869 * cus-edit.el (custom-button-mouse): New variable.
5870 (custom-button-mouse): New face.
5871 (custom-raised-buttons, custom-mode): Use it.
5872
5873 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
5874
5875 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5876
5877 * progmodes/gud.el (gud-display-line): Support hl-line in the
5878 source buffer.
5879
5880 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5881
5882 * mouse.el (mouse-drag-window-above): Verify that the found window
5883 overlaps with the given window in the horizontal dimension.
5884
5885 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5886
5887 * Makefile.in (cvs-update): New target.
5888
5889 * makefile.w32-in (cvs-update): Ditto.
5890
5891 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
5892
5893 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
5894 (custom-new-theme-mode-map): New variable.
5895
5896 2005-12-30 Richard M. Stallman <rms@gnu.org>
5897
5898 * custom.el (custom-load-themes): Function deleted.
5899
5900 * cus-edit.el (custom-save-loaded-themes): Function deleted.
5901 (custom-save-variables): Don't delete or add custom-load-themes call.
5902
5903 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
5904
5905 * cus-start.el: Add `visible-cursor'.
5906
5907 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
5908 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
5909 (flymake-process-filter): Switch to buffer before calling it instead.
5910 (flymake-post-syntax-check, flymake-highlight-err-lines)
5911 (flymake-delete-own-overlays, flymake-parse-err-lines)
5912 (flymake-start-syntax-check, flymake-start-syntax-check-process)
5913 (flymake-count-lines, flymake-parse-residual):
5914 Remove constant buffer argument.
5915 (flymake-start-syntax-check-for-current-buffer): Remove.
5916 Update callers to use flymake-start-syntax-check instead.
5917 (flymake-display-err-menu-for-current-line):
5918 Remove unused var `mouse-pos'.
5919 (flymake-restore-formatting): Comment out unused function.
5920 (flymake-report-status, flymake-report-fatal-status): Remove buffer
5921 argument, use current-buffer instead. Update callers.
5922
5923 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5924
5925 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
5926 buffer-local because choose-completion-delete-max-match requires
5927 that we set completion-ignore-case (i.e., binding via let is not
5928 sufficient).
5929 (bibtex-complete): Always set completion-ignore-case and
5930 choose-completion-string-functions. The latter is needed because
5931 choose-completion-string-functions keeps its value if we quit the
5932 *Completions* buffer without requesting a completion.
5933
5934 2005-12-30 Andreas Schwab <schwab@suse.de>
5935
5936 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
5937
5938 2005-12-30 Eli Zaretskii <eliz@gnu.org>
5939
5940 * jit-lock.el (jit-lock-chunk-size): Doc fix.
5941
5942 2005-12-30 Juri Linkov <juri@jurta.org>
5943
5944 * locate.el (locate-fcodes-file, locate-header-face)
5945 * progmodes/delphi.el (delphi-other-face)
5946 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
5947
5948 * paren.el (show-paren-match, show-paren-mismatch): Use existing
5949 group `paren-showing-faces'.
5950
5951 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
5952 (goto-address): Fix docstring.
5953
5954 * net/webjump.el (webjump-sample-sites): Update URLs.
5955
5956 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
5957
5958 * subr.el (cancel-change-group): Add listp around pending-undo-list.
5959
5960 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * font-lock.el (font-lock-compile-keywords): Signal an error when
5963 font-lock-set-defaults hasn't been called.
5964
5965 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5966
5967 * subr.el (noreturn, 1value): Doc fixes.
5968
5969 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5970
5971 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
5972 that assoc-string returns nil.
5973
5974 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5975
5976 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
5977 (bibtex-entry-type-str, bibtex-empty-field-re)
5978 (bibtex-search-backward-string, bibtex-preamble-prefix)
5979 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
5980 (bibtex-any-valid-entry-type): New variable.
5981 (bibtex-parse-field-name): Simplify.
5982 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
5983 (bibtex-preamble-prefix): Include left delimiter.
5984 (bibtex-search-forward-field, bibtex-search-backward-field):
5985 Allow unbounded search past entry boundaries (required by bibtex-pop).
5986 (bibtex-text-in-field-bounds): Use push.
5987 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
5988 (bibtex-parse-preamble, bibtex-valid-entry)
5989 (bibtex-beginning-first-field): New functions.
5990 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
5991 (bibtex-map-entries): Fix docstring.
5992 (bibtex-flash-head): New arg prompt. Simplify.
5993 (bibtex-enclosing-field): Include code of bibtex-inside-field.
5994 (bibtex-insert-kill): Simplify. Always insert text past the
5995 current field or entry.
5996 (bibtex-format-entry): Use bibtex-parse-field.
5997 (bibtex-pop): Use bibtex-beginning-of-entry and
5998 bibtex-end-of-entry to initiate the search. Insert empty field if
5999 we found ourselves.
6000 (bibtex-print-help-message): New args field and comma.
6001 Handle entry keys.
6002 (bibtex-make-field): Use bibtex-beginning-of-entry.
6003 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6004 invalid entry.
6005 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6006 Handle preambles. Simplify code for thorough test.
6007 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6008 New arg comma. Handle entry heads.
6009 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6010 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6011 New arg comma.
6012 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6013 (bibtex-fill-field): Simplify.
6014 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6015 bibtex-parse-field.
6016 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6017 (bibtex-complete): Use bibtex-parse-preamble.
6018
6019 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6020
6021 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6022 Display name of expression instead of convenience variable.
6023 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6024
6025 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6026 toggle-gud-tooltip-dereference.
6027 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6028 (gud-tooltip-tips): ...here when dereferencing.
6029
6030 2005-12-28 Bill Wohler <wohler@newt.com>
6031
6032 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6033
6034 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6037 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6038 (vc-annotate-display-autoscale): Adjust call.
6039 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6040 Fix interactive spec.
6041 (vc-annotate-time-span): Remove.
6042 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6043 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6044 (vc-annotate-display-select): Use new name.
6045
6046 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6047 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6048 Correct the construction of span entries. Simplify.
6049 (vc-annotate-display-select): Fix the nil case.
6050 (vc-annotate): Remove obsolete (and now broken) code.
6051 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6052 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6053
6054 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6055
6056 * subr.el (lazy-completion-table): Correct typo in docstring.
6057
6058 * startup.el (command-line): Use `custom-reevaluate-setting' for
6059 `send-mail-function'.
6060
6061 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6062
6063 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6064
6065 * mail/smtpmail.el (smtpmail-try-auth-methods):
6066 Send credentials together with "AUTH PLAIN" command.
6067
6068 2005-12-27 Richard M. Stallman <rms@gnu.org>
6069
6070 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6071 mouse-2, go back to previously selected window, so it's selected
6072 when mouse-2 command runs.
6073
6074 2005-12-27 Juri Linkov <juri@jurta.org>
6075
6076 * descr-text.el (describe-text-sexp): Use square brackets for
6077 button [Show] to distinguish it from the property value `show'.
6078 (describe-property-list): Use `insert-text-button' with
6079 `help-face' type instead of putting face in quotes, because button
6080 is not created automatically for a list of faces.
6081 (describe-text-properties-1): Put button-type value in quotes to
6082 distinguish from plain text "button".
6083 (describe-char): Display code point values in hex. Don't use
6084 `symbol-name' for `current-input-method' because it is a string.
6085 Use `insert-text-button' with `help-face' type instead of putting
6086 hardcoded face in quotes, because button is not created automatically.
6087
6088 2005-12-27 Richard M. Stallman <rms@gnu.org>
6089
6090 * progmodes/glasses.el (glasses-face): More specific custom type.
6091
6092 * files.el (set-visited-file-name): Doc fix.
6093
6094 * textmodes/flyspell.el (flyspell-external-point-words):
6095 Use local var buffer-scan-pos to advance scan for next misspelling.
6096 Advance it only after we find the misspelling.
6097
6098 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6099
6100 * textmodes/flyspell.el (flyspell-external-point-words):
6101 New criteria for finding the misspelling in the buffer.
6102
6103 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6104
6105 * help-mode.el (help-insert-string): Set help-xref-stack-item
6106 rather than call help-setup-xref.
6107
6108 * descr-text.el (describe-char): Revert previous changes for
6109 optional buffer argument.
6110
6111 2005-12-27 Juri Linkov <juri@jurta.org>
6112
6113 * help-mode.el (help-insert-string): New function. Save buffer
6114 contents in cases where it is impossible to recompute the old contents.
6115
6116 * descr-text.el (describe-char): Set help-xref-stack-item
6117 explicitly after buffer has been generated.
6118
6119 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6120
6121 * cus-start.el (all): Add x-gtk-show-hidden-files.
6122
6123 2005-12-26 Richard M. Stallman <rms@gnu.org>
6124
6125 * replace.el (perform-replace): Calculate match-again
6126 before skipping read-only matches.
6127
6128 * paren.el (paren-showing-faces): New group.
6129 (show-paren-match, show-paren-mismatch): Move to that group.
6130
6131 * button.el (button): Put into group `basic-faces'.
6132
6133 * progmodes/make-mode.el: Remove faces from group `faces'.
6134
6135 * apropos.el (apropos, apropos-value): Doc fix.
6136 (apropos-documentation): Doc fix.
6137
6138 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * subr.el (lazy-completion-table): Remove argument `args'.
6141
6142 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6143 Don't use the `args' argument of lazy-completion-table.
6144
6145 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6146
6147 * descr-text.el (describe-char): Add optional argument for buffer.
6148 Set buffer appropriately. Call help-setup-xref.
6149 Suggested by Stefan Monnier.
6150
6151 2005-12-26 Juri Linkov <juri@jurta.org>
6152
6153 * descr-text.el: Require `help-fns' at runtime. Don't require
6154 `button' for byte compilation.
6155 (describe-text-widget): Add `help-echo' for first button.
6156 Use `help-info' for second.
6157 (describe-property-list): Use `help-argument-name' instead of `italic'.
6158 (describe-text-category): Add prompt to interactive spec.
6159 Call `help-setup-xref'.
6160 (describe-char): Use `help-character-set'. Add `help-echo' for
6161 code point. Use `help-input-method'. Remove superfluous insert.
6162
6163 2005-12-25 Richard M. Stallman <rms@gnu.org>
6164
6165 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6166 at point, in case of narrowing.
6167
6168 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6169
6170 * locate.el (locate-header-face): Allow nil in type.
6171
6172 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6173
6174 2005-12-25 Romain Francoise <romain@orebokech.com>
6175
6176 * battery.el (battery-linux-proc-acpi): Also try
6177 `/proc/acpi/thermal_zone/THM0/temperature'.
6178
6179 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * custom.el (custom-push-theme): Fix docstring.
6182
6183 * cus-edit.el (custom-variable-set, custom-variable-save)
6184 (custom-variable-save): Custom-quote widget values.
6185 (customize-save-variable): Fix custom-push-theme call.
6186
6187 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6188
6189 * w32-fns.el (w32-batch-update-autoloads): New function.
6190
6191 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6192 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6193 from the command line.
6194
6195 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6198 reset means to remove setting from theme entirely. Don't keep
6199 expanding theme-settings list; delete old entries if necessary.
6200
6201 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6202 customization" button one line up.
6203 (custom-themed): New face.
6204 (custom-magic-alist): New value, THEMED, for theme settings.
6205 (custom-variable-state-set, custom-face-state-set):
6206 Check theme-value instead of saved-value.
6207 (custom-variable-reset-standard, custom-face-reset-standard):
6208 Remove theme setting entirely. Recalculate new values.
6209 (custom-variable-set, custom-variable-set)
6210 (custom-variable-reset-saved, custom-variable-reset-backup)
6211 (custom-face-set, custom-face-reset-saved): Update `user' theme.
6212 (custom-variable-save): Fix typos.
6213
6214 2005-12-23 Juri Linkov <juri@jurta.org>
6215
6216 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6217 Add autoload cookies.
6218 (edebug-outside-d-c-i-n-s-w): New variable.
6219 (edebug-display, edebug-outside-excursion): Use it to save the
6220 original value of default-cursor-in-non-selected-windows.
6221 Set default-cursor-in-non-selected-windows to t while Edebug
6222 is active.
6223 (edebug-mode, edebug-eval-mode): Doc fix.
6224
6225 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6226 with `buffer-substring-no-properties' to remove common substring
6227 highlighting.
6228
6229 * info.el (info-other-window, info): Rename function argument
6230 `file' to `file-or-node'.
6231 (Info-complete-menu-item): Use local variable `complete-nodes' to
6232 keep the global value of `Info-complete-nodes' unchanged for
6233 subsequent completions.
6234 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6235
6236 * simple.el (get-next-valid-buffer, last-buffer)
6237 (next-error-buffer-p, next-error-find-buffer)
6238 (minibuffer-history-sexp-flag): Doc fix.
6239
6240 * savehist.el (savehist-mode-hook): Add `:group'.
6241
6242 * log-view.el: Call autoload for vc-find-version.
6243 (log-view-current-file): Adjust subgroup numbers.
6244 (log-view-current-tag): Add `length'.
6245
6246 2005-12-23 Richard M. Stallman <rms@gnu.org>
6247
6248 * vc.el (vc-annotate-car-last-cons): Defn moved up.
6249
6250 2005-12-23 Juri Linkov <juri@jurta.org>
6251
6252 * hi-lock.el (hi-lock-archaic-interface-message-used)
6253 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6254 (hi-lock-mode): Display "Hi" in the mode line only when
6255 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6256 (hi-lock-write-interactive-patterns):
6257 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6258 (hi-lock-set-pattern, hi-lock-set-file-patterns)
6259 (hi-lock-font-lock-hook): Set 3rd arg `how' of
6260 font-lock-add-keywords to t.
6261
6262 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
6263
6264 * hi-lock.el (hi-lock-highlight-range): New variable.
6265 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6266 only if font-lock-fontified is non-nil. Remove overlays.
6267 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6268 font-lock-fontified is non-nil, otherwise use overlays (instead of
6269 text properties).
6270 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6271 New variables.
6272 (hi-lock-string-serialize) New function.
6273
6274 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6275
6276 * menu-bar.el (menu-find-file-existing): New function.
6277 (menu-bar-file-menu): Use menu-find-file-existing for Open.
6278
6279 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6280
6281 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * vc.el: Remove unnecessary leading * in docstrings.
6284 (vc-annotate-mode-map): Move initialization into declaration.
6285 (vc-static-header-alist): Nitpick on the regexp.
6286 (vc-default-init-version): New fun.
6287 (vc-register): Use it.
6288 (vc-insert-headers): Use dolist.
6289 (vc-annotate-get-backend): Remove unused function.
6290 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
6291 (vc-annotate-mode): Remove corresponding call.
6292 (vc-annotate-car-last-cons): Simplify.
6293 (vc-annotate-buffers): Remove var.
6294 (vc-annotate-backend): Make it buffer-local.
6295 (vc-annotate): Move the interaction to the interactive spec.
6296 Add a `buf' argument.
6297 (vc-annotate-warp-version): Use this new `buf' argument to avoid
6298 killing&creating a vc-annotate buffer, which is very disruptive when
6299 the buffers are shown in dedicated frames.
6300
6301 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
6302
6303 * descr-text.el: Add FSF as maintainer.
6304 (describe-text-mode, describe-text-mode-map)
6305 (describe-text-mode-hook, describe-text-done): Delete. Use normal
6306 help-mode.
6307 (describe-text-widget, describe-text-sexp)
6308 (describe-property-list, describe-text-category)
6309 (describe-text-properties, describe-text-properties-1)
6310 (describe-char): Use help buttons instead of widgets.
6311 (describe-char-unicodedata-file): Make URL link in doc string.
6312
6313 2005-12-22 Richard M. Stallman <rms@gnu.org>
6314
6315 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6316 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6317 Don't include buttons that write a file when there's no file.
6318 (custom-variable-menu, custom-face-menu, custom-group-menu):
6319 Don't include commands that write a file when there's no file.
6320 (customize-browse): Reword the top-of-buffer help intro.
6321 (custom-buffer-create-internal): Fix previous change.
6322 (customize-changed-options-previous-release): Prev release is 21.1.
6323 (customize-changed-options): Doc fix.
6324 (customize-changed): New alias.
6325 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6326 Say "standard values".
6327 (Custom-reset-standard): Doc fix.
6328 (custom-face-reset-standard): Doc fix.
6329
6330 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6333 even if font-lock-mode is non-nil since it may be t without having
6334 turned on font-lock-mode-internal.
6335 (font-lock-choose-keywords): Minor optimization.
6336 (font-lock-add-keywords, font-lock-remove-keywords)
6337 (font-lock-set-defaults): Don't call make-local-variable on a variable
6338 that we know to already be local.
6339
6340 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6341
6342 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6343 messages if in the minibuffer.
6344
6345 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6348 (tex-mode-flyspell-verify, flyspell-get-word)
6349 (flyspell-external-point-words): Don't use point-min/max uselessly.
6350
6351 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6352 by Kevin Rodgers. Instead, just hide the completions buffer if we
6353 don't need to show it.
6354
6355 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
6356
6357 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6358
6359 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6362 delete-windows-on with an inexistent buffer.
6363
6364 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
6365
6366 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6367 Delete defcustom variable :tag names.
6368
6369 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6372 (log-view-font-lock-keywords): Ajust subgroup numbers.
6373 (log-view-current-tag): Don't hard code the number of subgroups.
6374
6375 2005-12-20 Juri Linkov <juri@jurta.org>
6376
6377 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6378 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6379
6380 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6381 (menu-bar-non-minibuffer-window-p): Instead of checking
6382 display-multi-frame-p, use selected-frame when menu-updating-frame
6383 is nil.
6384
6385 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6386
6387 * align.el (align-rules-list): Use [ \t] instead of \s-
6388 for column separators in text mode.
6389
6390 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6391
6392 * help-mode.el (help-customize-variable, help-customize-face):
6393 Don't pop help-xref-stack as help-follow no longer pushes
6394 anything on to it.
6395
6396 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6397
6398 * textmodes/org.el (org-agenda-custom-commands): New option.
6399 (org-agenda): Offer custom commands on splash screen.
6400 (org-make-tags-matcher): Parser for Boolean logic added.
6401 (org-agenda-set-tags): New command.
6402 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6403 (org-set-tags): Efficiency improvements.
6404 (org-auto-align-tags): New option.
6405 (org-todo, org-demote, org-promote): Realign tags.
6406 (org-tags-completion-function): Use also "&" and "|" as separators.
6407 (org-org-menu): Agenda commands simplified.
6408
6409 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6410
6411 * cus-edit.el (customize-apropos, customize-apropos-options):
6412 Docstring changes.
6413
6414 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6415
6416 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6417
6418 * longlines.el (longlines-mode): Wrap while widened.
6419 (longlines-decode-region, longlines-encode-region): Compute max
6420 just once.
6421
6422 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6423
6424 * cus-edit.el (mac): New group.
6425
6426 * cus-start.el (all): Add user options in macterm.c. Add test for
6427 Mac-related built-ins. Fix test for GTK-related built-ins.
6428
6429 * term/mac-win.el (mac-handle-language-change)
6430 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6431 (mac-services-open-selection, mac-services-mail-selection)
6432 (mac-services-mail-to, mac-services-insert-text)
6433 (mac-dispatch-apple-event): Add docstrings.
6434 (x-get-selection, mac-select-convert-to-string): Select coding
6435 system from `utf-16be' and `utf-16le' using `byteorder'.
6436
6437 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6438
6439 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6440 a "list" (lambda ...) rather than a real completion list.
6441
6442 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6443 lexical-let when encountering ((lambda (...) ...) ...).
6444
6445 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6446
6447 * progmodes/sh-script.el (sh-mode):
6448 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6449 * textmodes/picture.el (picture-mode): Update docstrings.
6450
6451 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6452
6453 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6454 commands enclosed in $(ARGQUOTE)s should not be split between two
6455 lines, as that will break with GNU Make >3.80, when sh.exe is used
6456 and arg quoting is with '..'.
6457 (autoloads): Don't break the quoted --eval expression between
6458 several lines.
6459
6460 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6461
6462 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6463 Capture error from printing circular structures.
6464
6465 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6466
6467 * wid-edit.el (widget-checkbox-action): Clear undo info.
6468
6469 2005-12-16 Bill Wohler <wohler@newt.com>
6470
6471 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6472 bar, not menubar in comment.
6473
6474 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6477 After-change-functions should not clobber the match data.
6478
6479 2005-12-16 Juri Linkov <juri@jurta.org>
6480
6481 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6482 instead of `buffer-substring'.
6483 (completion-common-substring): Doc fix.
6484 (completion-setup-function): Use minibuffer-completion-contents
6485 instead of minibuffer-contents. Don't set common-string-length
6486 initially. Remove special handling of partial-completion-mode.
6487 Move computation of completion-base-size into one cond.
6488 Call completion-base-size-function in mainbuf. In computation of
6489 completion-base-size for file name completion don't move point to
6490 the end of the minibuffer. Move computation of common-string-length
6491 into one cond. Start putting faces only when common-string-length>=0.
6492 Add condition to put completions-common-part when
6493 common-string-length>0.
6494
6495 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6496 place point at the first different character in the minibuffer
6497 even if this position is at the beginning of the minibuffer.
6498
6499 * info.el (Info-read-node-name-1): In completion-base-size-function's
6500 lambda return 1 if common-substring or minibuffer-completion-contents
6501 starts with (, and 0 otherwise.
6502
6503 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6504 Use `crm-current-element' for second arg of `display-completion-list'.
6505
6506 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6507
6508 * files.el (set-auto-mode): Look for an interpreter specified on
6509 the first line also if search for mode specification succeeded,
6510 but the mode is not known.
6511
6512 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6513
6514 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6515 (org-open-at-point): Implement tag searches as links.
6516 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6517 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6518 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6519 (org-agenda-dispatch): New commands.
6520 (org-use-tag-inheritance, org-tags-column): New options.
6521 (org-tab-follows-link, org-return-follows-link): New options.
6522 (org-tags): New customize group.
6523 (org-start-icalendar-file): Get local time zone.
6524 (org-tags-completion-function): New function.
6525 (org-set-font-lock-defaults): Make sure links will also be
6526 highlighted inside headlines.
6527
6528 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6529
6530 * term.el (term-emulate-terminal):
6531 Let term-handle-ansi-terminal-messages override what Bash says about
6532 its current directory.
6533
6534 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6535
6536 * bindings.el (last-buffer): Move to simple.el.
6537 * simple.el (last-buffer): Move here.
6538 (get-next-valid-buffer): New function.
6539 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6540 (prev-buffer): Ditto. Rename to `previous-buffer'.
6541
6542 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6543 * bindings.el (global-map): Ditto.
6544
6545 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6546
6547 * cus-edit.el: Introductory comment change.
6548 (custom-magic-alist): Change message string for the `rogue' state.
6549
6550 2005-12-15 Richard M. Stallman <rms@gnu.org>
6551
6552 * tooltip.el: Delete defcustom variable :tag names.
6553
6554 * complete.el (partial-completion-mode): Doc fix.
6555
6556 * textmodes/flyspell.el (flyspell-external-point-words):
6557 Use save-excursion to ensure we don't move backward in the
6558 search loop, not even one character.
6559 (flyspell-delete-all-overlays): Use remove-overlays directly.
6560
6561 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6562 (ispell-start-process): Set that variable.
6563 Clear ispell-buffer-local-name.
6564 (ispell-internal-change-dictionary):
6565 Set ispell-current-dictionary after killing process.
6566 (ispell-buffer-local-dict):
6567 Don't set spell-personal-dictionary after killing process.
6568 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6569 (ispell-tex-skip-alists, ispell-html-skip-alists)
6570 (ispell-skip-region-alist): Mark as risky.
6571
6572 * net/newsticker.el (newsticker--retrieval-timer-list)
6573 (newsticker--display-timer, newsticker-running-p)
6574 (newsticker-ticker-running-p): Definitions moved up.
6575
6576 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6577
6578 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6579
6580 2005-12-15 David Ponce <david@dponce.com>
6581
6582 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6583 (recentf-edit-list, recentf-open-files): Signal an error when
6584 there is no recent file.
6585
6586 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6587
6588 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6589 read-only except for texinfo-format-region evaluation.
6590
6591 2005-12-14 Richard M. Stallman <rms@gnu.org>
6592
6593 * vc.el (vc-default-previous-version, vc-default-next-version)
6594 (vc-do-command): Doc fixes.
6595
6596 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6597
6598 * textmodes/bibtex.el (bibtex-expand-strings)
6599 (bibtex-autokey-expand-string, bibtex-name-part)
6600 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6601 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6602 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6603 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6604 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6605 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6606 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6607 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6608 (bibtex-beginning-of-last-entry): Remove.
6609 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6610 message if comma is missing but buffer is read-only.
6611 (bibtex-parse-field-text): Handle whitespaces at the end of field
6612 text. Return 3-element list with beginning and end of field text
6613 and end of field.
6614 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6615 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6616 (bibtex-search-forward-field, bibtex-search-backward-field):
6617 Search always delimited by limits of entry. Use more efficient
6618 search algorithms.
6619 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6620 bibtex-end-of-name-in-field.
6621 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6622 extracting the content of a field.
6623 (bibtex-text-in-field): Use search limits.
6624 (bibtex-parse-string-prefix): Handle empty string keys based on
6625 bibtex-string-empty-key.
6626 (bibtex-parse-string): Fix docstring.
6627 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6628 (bibtex-preamble-prefix, bibtex-strings): New functions.
6629 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6630 BibTeX entries (consistent with other BibTeX functions).
6631 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6632 (bibtex-search-entry): Fix docstring. Simplify.
6633 (bibtex-flash-head, bibtex-complete-string-cleanup)
6634 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6635 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6636 (bibtex-parse-entry): New optional arg content.
6637 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6638 Use bibtex-text-in-field-bounds.
6639 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6640 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6641 bibtex-parse-string-postfix.
6642 (bibtex-find-text-internal): New function.
6643 (bibtex-remove-delimiters): Use it.
6644 (bibtex-find-text): Use it. New optional arg help.
6645 (bibtex-complete): Handle BibTeX string and preamble entries.
6646 (bibtex-Preamble): Fix order of closing delimiters.
6647
6648 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * vc.el (vc-default-revert): New fun.
6651
6652 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6653
6654 2005-12-14 Romain Francoise <romain@orebokech.com>
6655
6656 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6657 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6658 (font-lock-remove-keywords): Likewise.
6659
6660 2005-12-14 Juri Linkov <juri@jurta.org>
6661
6662 * log-view.el (log-view-diff): Doc fix.
6663
6664 * isearch.el (isearch-query-replace): Use (mark) instead of
6665 isearch-opoint if mark is active in transient-mark-mode.
6666
6667 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6668
6669 * isearch.el (isearch-query-replace): Check for isearch-other-end.
6670
6671 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
6672
6673 * progmodes/cpp.el (cpp-face): New widget.
6674 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6675
6676 2005-12-14 Juri Linkov <juri@jurta.org>
6677
6678 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6679 around `erase-buffer' and `insert'.
6680
6681 * descr-text.el (describe-text-properties): Replace buffer name
6682 "*Help-2*" with "*Help*<2>".
6683 (describe-char): Add functions print-help-return-message,
6684 toggle-read-only. Use help-setup-xref with nil to not store
6685 describe-char in help-xref-stack. Use help-make-xrefs to
6686 make [back] button.
6687
6688 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6689
6690 * wdired.el (wdired-old-point): New internal variable.
6691 (wdired-change-to-wdired-mode): Set it buffer-locally.
6692 (wdired-abort-changes): Restore point after aborting changes.
6693
6694 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6695
6696 * vc.el (vc-do-command): Add a new value t for okstatus.
6697
6698 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6699 frame in case of errors.
6700
6701 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6702
6703 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6704 so it comes after "On the Left" in the menu.
6705
6706 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
6707
6708 * cus-edit.el (customize-apropos, customize-apropos-options)
6709 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6710
6711 2005-12-12 Bill Wohler <wohler@newt.com>
6712
6713 * vc-svn.el (vc-svn-registered): Fix problem of visiting
6714 non-writable Subversion-controlled files by saving window
6715 configuration before calling vc-do-command. vc-do-command calls
6716 pop-to-buffer on error which is unexpected during registration.
6717
6718 2005-12-12 Jay Belanger <belanger@truman.edu>
6719
6720 * calc/README: Update the summary of changes.
6721
6722 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * descr-text.el (describe-char): Rework last fix to solve the problem
6725 is the same way it's solved for everything else in that function
6726 (i.e. by extracting the info before setting up the *Help* buffer).
6727
6728 2005-12-12 Kim F. Storm <storm@cua.dk>
6729
6730 * subr.el (version-regexp-alist): Allow space as separator before
6731 non-numeric part, e.g. "1.0 alpha".
6732 (version-to-list): Interpret .X.Y version as 0.X.Y version.
6733
6734 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
6735
6736 * textmodes/org.el (org-agenda, org-timeline, org-todo):
6737 Implement Logging and the keep-modes setting.
6738 (org-get-category): Make sure a string is returned.
6739 (org-log-done): New function.
6740 (org-log-done, org-closed-string): New options.
6741
6742 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6743
6744 * tooltip.el (tooltip-y-offset): Change default to 20.
6745
6746 2005-12-12 Richard M. Stallman <rms@gnu.org>
6747
6748 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
6749
6750 * frame.el (display-hourglass): Doc fix.
6751
6752 * help.el (help-for-help-internal): Simplify entry for `a'.
6753
6754 * info.el (Info-on-current-buffer): Doc fix.
6755 (info-insert-file-contents): Don't test (featurep 'jka-compr).
6756
6757 * startup.el (inhibit-splash-screen): Make this the real name.
6758 (inhibit-startup-message): Make this the alias.
6759 (command-line): Find only simple.el, and use its directory
6760 to fill in other preloaded files' names.
6761 (command-line): Deactivate the mark if deactivate-mark is set.
6762
6763 * international/mule.el (load-with-code-conversion):
6764 Bind deactivate-mark.
6765
6766 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6767
6768 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
6769
6770 * cus-edit.el (customize-apropos): Avoid listing an option more
6771 than once under different aliases. No longer list user options
6772 that are not defined with defcustom (unless a prefix arg is given).
6773 Doc fix.
6774 (customize-apropos-options): Doc fix.
6775
6776 2005-12-11 Juri Linkov <juri@jurta.org>
6777
6778 * frame.el (set-background-color, set-foreground-color)
6779 (set-cursor-color, set-mouse-color, set-border-color):
6780 Add explicit prompts to read colors by `facemenu-read-color'.
6781 (show-trailing-whitespace, blink-cursor-delay)
6782 (blink-cursor-interval, display-hourglass, hourglass-delay):
6783 Remove tags.
6784 (display-hourglass, hourglass-delay): Doc fix.
6785 (cursor-in-non-selected-windows): Capitalize words in tag.
6786
6787 * faces.el (frame-background-mode): Replace `choice-item' keywords
6788 with `const' to not make [default] button. Change default value tag
6789 from `default' to `automatic'. Doc fix.
6790 (trailing-whitespace) <defface>: Change group `whitespace' to
6791 `whitespace-faces'.
6792
6793 2005-12-11 Richard M. Stallman <rms@gnu.org>
6794
6795 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
6796
6797 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6798
6799 * term/mac-win.el: Create keymap for mac-apple-event-map.
6800
6801 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
6802
6803 * tooltip.el (tooltip-mode): Move to start of file so that it
6804 appears at top of customize buffer.
6805
6806 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6807 Add the gud groupname.
6808 (gud-tooltip-mode): Add the tooltip groupname.
6809 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
6810 avoid conflict with tooltip-use-echo-area.
6811
6812 2005-12-10 Romain Francoise <romain@orebokech.com>
6813
6814 * help.el (help-for-help-internal): Add `r' in doc string.
6815
6816 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6817
6818 * align.el (align-regexp, align-highlight-rule):
6819 Use region-beginning and region-end instead of point and mark, so that
6820 repetition (with `repeat-complex-command') recomputes the region
6821 bounds.
6822
6823 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
6824
6825 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6826 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6827 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
6828 (balance-windows): Rewrite using the above new functions.
6829
6830 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6831
6832 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
6833 react if global-hi-lock-mode seems intended.
6834 (global-hi-lock-mode) Renamed from hi-lock-mode.
6835 (hi-lock-archaic-interface-message-used)
6836 (hi-lock-archaic-interface-deduce): New variables.
6837 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
6838 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
6839 (hi-lock-find-patterns, hi-lock-font-lock-hook):
6840 Replace hi-lock-buffer-mode with hi-lock-mode.
6841
6842 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6843
6844 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
6845 completion list, even after a partial completion has been
6846 inserted in the current buffer. If there are more than 1
6847 completion, redisplay the *Completions* buffer; if the
6848 completion is unique, delete the *Completions* window.
6849
6850 2005-12-10 Eli Zaretskii <eliz@gnu.org>
6851
6852 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
6853 strings and long subject lines that were broken into multiple
6854 lines at arbitrary places. Handle subjects that have "Re: " in
6855 the middle.
6856
6857 2005-12-10 John W. Eaton <jwe@octave.org>
6858
6859 * emacs/octave-mod.el (octave-electric-space): Don't indent
6860 comments or strings if octave-auto-indent is nil.
6861
6862 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6863
6864 * term/mac-win.el: Require url when compiling.
6865 Call mac-process-deferred-apple-events after loading init files.
6866 (mac-apple-event-map): New defvar. Define event handlers in it.
6867 (core-event, internet-event): New Apple event class symbols.
6868 (open-application, reopen-application, open-documents)
6869 (print-documents, open-contents, quit-application)
6870 (application-died, show-preferences, autosave-now, get-url):
6871 New Apple event ID symbols.
6872 (about): New HICommand ID symbol.
6873 (mac-event-spec, mac-event-ae): New macros.
6874 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
6875 (mac-ae-selection-range, mac-ae-text-for-search)
6876 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
6877 (mac-application-menu-map): Remove keymap. Handlers for HICommand
6878 and Services menu events are now defined in mac-apple-event-map.
6879 (mac-drag-n-drop): Remove selection range handling.
6880
6881 2005-12-10 Kenichi Handa <handa@m17n.org>
6882
6883 * simple.el (zap-to-char):
6884 * isearch.el (isearch-process-search-char): Translate CHAR by
6885 translation-table-for-input.
6886
6887 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
6888
6889 * foldout.el (foldout-exit-fold): Properly hide subtree.
6890
6891 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6892
6893 * files.el (save-buffer):
6894 * international/ucs-tables.el (ucs-set-table-for-input):
6895 * mail/mail-extr.el (mail-extract-address-components):
6896 * mail/sendmail.el (mail-mode): Reformat doc string.
6897
6898 2005-12-09 Juri Linkov <juri@jurta.org>
6899
6900 * isearch.el (isearch-highlight): Change main overlay priority
6901 from 1 to 1001. Simplify.
6902 (isearch-lazy-highlight-update): Change lazy overlay priority
6903 from 0 to 1000.
6904
6905 * replace.el (replace-highlight): Change overlay priority from
6906 1 to 1001.
6907
6908 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
6909 Change overlay priority from 1 to 1001. Reuse existing overlay.
6910
6911 * compare-w.el (compare-windows-highlight): Change overlay
6912 priority from 1 to 1000.
6913
6914 * menu-bar.el (menu-bar-edit-menu): Add listp around
6915 pending-undo-list to disable menu item "undo" when pending
6916 undo list is empty.
6917
6918 * locate.el (locate): Disable undo in *Locate* buffer.
6919
6920 2005-12-09 Kim F. Storm <storm@cua.dk>
6921
6922 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
6923
6924 2005-12-09 David Ponce <david@dponce.com>
6925
6926 * recentf.el: Improvement of the menu code.
6927 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
6928 instead of menu hook.
6929 (recentf-show-menu, recentf-hide-menu): New functions.
6930 (recentf-menu-customization-changed, recentf-mode): Use them.
6931 (recentf-menu-action, recentf-max-menu-items)
6932 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
6933 (recentf-arrange-by-rule-others)
6934 (recentf-arrange-by-rules-min-items)
6935 (recentf-arrange-by-rule-subfilter) : Don't use
6936 `recentf-menu-customization-changed'.
6937 (recentf-arrange-rules): Likewise. Accept functions to compute
6938 sub-menu titles.
6939 (recentf-menu-filter): Likewise. Doc fix.
6940 (recentf-menu-value-shortcut): Doc fix.
6941 (recentf-dump-variable): Quote atom value.
6942 (recentf-make-menu-items): Update to use it as a menu filter.
6943 (recentf-match-rule): New function.
6944 (recentf-arrange-by-rule): Use it.
6945 (recentf-indirect-mode-rule): New function.
6946 (recentf-build-mode-rules): Use it.
6947 (recentf-dir-rule): New function.
6948 (recentf-arrange-by-dir): Use it.
6949 (recentf-filter-changer-current): Rename from
6950 `recentf-filter-changer-state'. All references updated.
6951 (recentf-filter-changer-alist): Update filter names.
6952 (recentf-filter-changer-select): New function.
6953 (recentf-filter-changer): Use it. Make a sub-menu from filters
6954 available in `recentf-filter-changer-alist'.
6955 (recentf-data-cache, recentf-clear-data)
6956 (recentf-update-menu): Remove. All references updated.
6957 (recentf-match-rule-p, recentf-build-dir-rules)
6958 (recentf-filter-changer-goto-next)
6959 (recentf-filter-changer-get-current)
6960 (recentf-filter-changer-get-next): Remove.
6961
6962 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6963
6964 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
6965 buffer "Reset" button to "Reset to Current" for consistency with
6966 the State buttons.
6967
6968 2005-12-08 John Paul Wallington <jpw@pobox.com>
6969
6970 * ibuf-ext.el (define-ibuffer-filter filename):
6971 If `dired-directory' is a list then really use its car.
6972
6973 2005-12-08 Kim F. Storm <storm@cua.dk>
6974
6975 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6976 Fix indention of text on right side of replaced rectangle.
6977
6978 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
6979
6980 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
6981 No need to check gud-comint-buffer is bound.
6982 (gdb): Prevent multiple debugging when first session uses gdba.
6983
6984 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6985
6986 CC Mode update to 5.31.
6987
6988 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
6989 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
6990 We might do this function properly in the future).
6991
6992 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
6993 New macros c-sentence-end and c-default-value-sentence end, to cope
6994 with Emacs 22's new function `sentence-end'.
6995
6996 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6997
6998 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
6999 compat issue using `c-put-overlay' and `c-delete-overlay'.
7000
7001 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7002 New compat macros to handle overlays/extents.
7003
7004 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7005
7006 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7007 (for GNU Emacs 20.4)
7008
7009 * progmodes/cc-defs.el:
7010 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7011
7012 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7013 highlighting mechanism so it will work in XEmacs too.
7014
7015 * progmodes/cc-defs.el: Insert c-int-to-char.
7016
7017 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7018 call to the new macro c-int-to-char. This solves XEmacs's
7019 regarding characters as different from integers.
7020
7021 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7022
7023 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7024 New internal helper.
7025
7026 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7027 construct to make the indirect face lookup work in XEmacs.
7028
7029 (c-cpp-matchers): Append the negation char face to the existing
7030 fontification, so that the cpp face doesn't disappear.
7031 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7032 and strings.
7033
7034 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7035 to map to `font-lock-negation-char-face' in emacsen where it exists.
7036
7037 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7038
7039 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7040
7041 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7042 Rename "c-subword-move-mode" as "c-subword-mode".
7043
7044 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7045 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7046
7047 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7048
7049 * progmodes/cc-mode.el: Added autoload directive for
7050 `c-subword-move-mode' for use in older emacsen.
7051
7052 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7053
7054 * progmodes/cc-mode.el:
7055 (i) Insert a binding for C-c C-backspace into
7056 c-bind-special-erase-keys which works in TTYs.
7057 (ii) Make sure that when file styles are used, any explicitly
7058 given style variables take priority over those in the style.
7059 Do this by calling `hack-local-variables' a second time.
7060
7061 * progmodes/cc-vars.el: Add language specific customization
7062 widgets for AWK to c-doc-comment-style, c-require-final-newline
7063 and c-default-style. Add a defcustom for awk-mode-hook.
7064 Give c-syntactic-element and c-syntactic-context doc-strings by
7065 directly setting their `variable-documentation' propery.
7066 This allows Emacs 22.1 to read these with C-h v.
7067
7068 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7069
7070 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7071
7072 * progmodes/cc-fonts.el, cc-vars.el
7073 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7074 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7075 Masatake YAMATO.
7076
7077 (c-doc-comment-style): Made GtkDoc default in C mode.
7078
7079 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7080 and C-c C-<delete>.
7081
7082 (c-bind-special-erase-keys): New function for use on
7083 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7084
7085 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7086 <delete> key behavior in XEmacs according to `delete-forward-p'.
7087 C.f. `c-electric-delete'.
7088
7089 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7090
7091 * progmodes/cc-mode.el: Give c-hungry-backspace and
7092 c-hungry-delete-forward permanent key bindings.
7093
7094 * progmodes/cc-cmds.el (c-electric-semi&comma):
7095 Bind c-syntactic-context for calls to "criteria functions", for
7096 consistency with other calls to user functions.
7097
7098 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7099 `current-prefix-arg', since this might be the prefix arg to a
7100 command which calls c-indent-command as a function. Change the
7101 interactive spec from "p" to "P".
7102
7103 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7104 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7105 was difficult to understand.
7106
7107 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7108
7109 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7110 first char of an identifier.
7111
7112 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7113 +" syntax in C++.
7114
7115 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7116
7117 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7118 auto-fill doesn't split a c-comment's last word from a hanging
7119 "*/" when a space is typed between them after fill-column.
7120
7121 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7122
7123 * progmodes/cc-styles.el (c-set-style)
7124 (c-setup-paragraph-variables): Abort the command if we're not in a
7125 CC Mode buffer.
7126
7127 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7128 with blank comment-prefix, and a blank line as the comment's
7129 second line.
7130
7131 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7132
7133 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7134 Incorporate the patterns added in the Emacs development branch
7135 for the new Emacs 22 face `font-lock-negation-char-face'.
7136
7137 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7138 of "red" since it stands out better in xterms and DOS terminals.
7139
7140 * progmodes/cc-engine.el (c-literal-faces):
7141 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7142
7143 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7144
7145 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7146 forcibly enable c-electric-flag.
7147
7148 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7149 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7150 after the comment-prefix of a C-style comment will close that comment.
7151
7152 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7153
7154 * progmodes/cc-fonts.el (c-basic-matchers-before)
7155 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7156 in Pike.
7157
7158 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7159 digraphs.
7160
7161 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7162 (c-cpp-message-directives, c-cpp-include-directives)
7163 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7164 (c-cpp-expr-directives): Introduce new language constants to
7165 control cpp syntax in a cleaner way.
7166
7167 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7168
7169 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7170
7171 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7172 (c-multiline-string-start-char): New language constants and
7173 variables to specify how newlines in string literals work.
7174
7175 (c-font-lock-invalid-string): Use them.
7176
7177 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7178 unbalanced close brace is entered. Optimization by avoiding going
7179 back over arbitrarily large blocks. Removed hints that this
7180 function only would be relevant/useful in AWK.
7181
7182 (c-electric-brace): Indent syntactically after the cleanups since
7183 lineup functions might do it differently then.
7184
7185 * progmodes/cc-engine.el, cc-langs.el
7186 (c-opt-op-identifier-prefix): New language constant and variable.
7187
7188 (c-just-after-func-arglist-p, c-after-special-operator-id)
7189 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7190
7191 * progmodes/cc-align.el, cc-engine.el
7192 (c-after-special-operator-id): New helper to handle C++ operator
7193 identifiers.
7194
7195 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7196 (c-guess-basic-syntax): Handle C++ operator identifiers in
7197 declarations.
7198
7199 * progmodes/cc-langs.el (c-assignment-operators): Add the
7200 trigraph version of ^= too.
7201
7202 * progmodes/cc-langs.el (c-assignment-operators): Add the
7203 trigraph version of |= in C++.
7204
7205 * progmodes/cc-fonts.el (c-font-lock-declarators):
7206 Handle `c-decl-hangon-kwds' after the identifier name.
7207
7208 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7209 whether an arglist is "nonempty", ignore a comment after the open
7210 paren if it isn't followed by a non-comment token on the same line.
7211
7212 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7213 Enable heuristics below the point to cope with classes inside special
7214 brace lists in Pike.
7215
7216 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7217
7218 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7219
7220 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7221
7222 * progmodes/cc-guess.el (cc-guess-install): New function to
7223 install an already guessed style in another buffer.
7224
7225 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7226 sets `inhibit-read-only' - `c-save-buffer-state' should be used
7227 anyway if the change always is undone.
7228
7229 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7230
7231 Implement togglable electricity:
7232
7233 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7234 saying when it should be used.
7235
7236 * progmodes/cc-engine.el: Add the new buffer-local variable,
7237 c-electric-flag.
7238
7239 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7240 c-toggle-auto-newline.
7241
7242 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7243 c-toggle-auto-newline. Remove the binding for
7244 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
7245 c-toggle-electric-state.
7246
7247 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7248
7249 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7250 c-\(forward\|backward\)-subword.
7251 (c-update-modeline): Add the new modeline flag `l' for
7252 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
7253 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7254 Make the old name an alias of the new name.
7255 (c-toggle-electric-state): New function.
7256 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7257 Adapt these functions to do electric things only when
7258 c-electric-flag is non-nil.
7259 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7260 new functions from c-electric-brace.
7261 (c-point-syntax): Add a check for "virtual semicolons" in AWK
7262 mode, so that the tentative extra newline doesn't change the
7263 syntax of the following brace.
7264 (c-electric-brace): Restructure by extracting the above functions.
7265 Tidy up the coding somewhat.
7266 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7267 restructure a bit.
7268
7269 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7270
7271 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7272 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
7273
7274 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7275 (c-submode-indicators): Change name from `c-auto-hungry-string'
7276 since it's now used to track another submode.
7277
7278 (c-update-modeline): Convert to function and extended to check
7279 `c-subword-move-mode'.
7280
7281 (c-forward-into-nomenclature, c-backward-into-nomenclature):
7282 Convert to compat aliases for `c-forward-subword' and
7283 `c-backward-subword'.
7284
7285 * progmodes/cc-subword.el: New functions and minor mode to handle
7286 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7287
7288 (c-forward-subword, c-backward-subword, c-mark-subword)
7289 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7290 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7291 Functions corresponding to the standard word handling functions.
7292
7293 (c-subword-move-mode): Minor mode that replaces all the standard
7294 word handling functions with their subword equivalences.
7295
7296 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7297
7298 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7299 entry for one-liner-defun.
7300
7301 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7302 name in its def-edebug-spec.
7303
7304 * progmodes/cc-cmds.el (c-electric-brace): Make the
7305 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
7306 compacts space before a comment, if this will make things fit on
7307 one line.
7308
7309 Introduce an "awk" style, mainly for auto-newline and clean-ups.
7310
7311 * progmodes/cc-align.el: New function c-snug-1line-defun-close
7312
7313 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7314 clean-up one-liner-defun.
7315
7316 * progmodes/cc-styles.el: Add the new "awk" style.
7317
7318 * progmodes/cc-vars.el: Add description of one-liner-defun to
7319 c-cleanup-list's doc-string. New user options,
7320 c-max-one-liner-length. In c-default-style, set the default style
7321 for AWK to "awk".
7322
7323 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7324
7325 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7326 macros inside labels.
7327
7328 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7329 `c-at-statement-start-p' and `c-at-expression-start-p'.
7330
7331 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7332 error if the mark isn't set.
7333
7334 * progmodes/cc-engine.el (c-guess-continued-construct)
7335 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7336 accurately detect functions inside functions.
7337
7338 * progmodes/cc-engine.el (c-at-expression-start-p): New function
7339 like `c-at-statement-start-p' that additionally recognizes commas
7340 and expression parentheses as delimiters.
7341
7342 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7343 to avoid heuristics that doesn't work for unclosed blocks.
7344 (c-at-statement-start-p): New function.
7345
7346 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7347 Objective-C directives, e.g. directives spanning lines should work
7348 reasonably well now.
7349
7350 (c-put-c-type-property, c-clear-c-type-property): New helpers.
7351
7352 (c-forward-objc-directive): New function to move over any ObjC
7353 directive.
7354
7355 (c-just-after-func-arglist-p, c-guess-basic-syntax)
7356 (c-basic-matchers-before): Use it.
7357
7358 (c-font-lock-objc-iip-decl): Remove.
7359
7360 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7361 in the template arglist recognition.
7362
7363 * progmodes/cc-styles.el (c-style-alist): Fix several
7364 inconsistencies in the Whitesmith style.
7365
7366 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7367 New lineup function to get lines after Whitesmith style blocks
7368 correctly indented.
7369
7370 (c-lineup-whitesmith-in-block): Back out the compensation for
7371 opening parens since it's done using `add' lists in the style
7372 definition instead. Don't use the anchor position since it varies
7373 too much between the syntactic symbols. :P
7374
7375 * progmodes/cc-vars.el (c-valid-offset): Update.
7376
7377 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7378 lists where the offsets are combined according to several
7379 different methods: `first', `min', `max', and `add'.
7380 Report offset evaluation errors with `c-benign-error' so that some kind
7381 of reindentation still is done.
7382
7383 * progmodes/cc-engine.el (c-guess-basic-syntax):
7384 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7385 `arglist-close'.
7386
7387 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7388 situations for `arglist-cont-nonempty' and `arglist-close'.
7389
7390 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7391
7392 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7393 cc-bytecomp-boundp' in a number of places.
7394
7395 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7396 macro related issue.
7397
7398 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7399
7400 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7401 list is now [asdf], a char class [:alpha:].
7402 Include code for char classes.
7403 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7404 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7405
7406 Remove (nearly all of) the cruft associated with AWK Mode's former
7407 concept of "virtual semicolons":
7408
7409 Adapt c-beginning-of-statement, c-end-of-statement (together with
7410 subfunctions) to use the new notion of "virtual semicolon" in
7411 place of the old awkward special handling for AWK. There remains
7412 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7413 * progmodes/cc-cmds.el:
7414 (c-ascertain-adjacent-literal): In the backwards direction, now
7415 recognises AWK regexp delimiters as string delimiters.
7416 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7417 check more rigorously for "end of macro".
7418 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7419 virtual semicolons;
7420 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7421 out the code for forward movement into ...
7422 (c-end-of-statement): Now contains the code for forward movement,
7423 adapted for virtual semicolons.
7424
7425 * progmodes/cc-engine.el:
7426 (c-ws*-string-limit-regexp): New regexp.
7427 (c-forward-single-comment, c-backward-single-comment): Comment out
7428 the (now redundant) "special" AWK stuff.
7429
7430 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7431 c-string-par-start, c-string-par-separate to be more like Text
7432 Mode than Fundamental Mode.
7433
7434 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7435
7436 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7437 to the fontified region so that fontification doesn't occur
7438 outside it (could happen e.g. when fontifying a line with an
7439 unfinished declaration).
7440
7441 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7442
7443 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7444 start of the file. ^L now separate sections of the file.
7445 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7446 (c-awk-one-line-possibly-open-string-re)
7447 (c-awk-regexp-one-line-possibly-open-char-class-re)
7448 (c-awk-one-line-possibly-open-regexp-re)
7449 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7450 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7451
7452 Amend the concept of "virtual semicolons" (in the indentation
7453 engine) for languages like AWK, such that they are now
7454 conceptually attached to end of the last token of a statement, not
7455 the end of the line. (In AWK Mode, however, the pertinent text
7456 property is still physically set on the EOL.) Remove the specific
7457 tests for awk-mode, thus facilitating the introduction of other
7458 language modes where EOLs can end statements.
7459 (Note: The funtionality in cc-cmds.el, specifically
7460 c-beginning/end-of-statement has yet to be amended.)
7461
7462 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7463 New macros.
7464
7465 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7466 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7467 c-vsemi-status-unknown-p-fn (in a new page).
7468
7469 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7470 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7471 numerous awkward forms like
7472 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7473 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7474 variable before-ws-ip, the place just after char-before-ip appears.
7475
7476 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7477 a comment.
7478
7479 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7480
7481 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7482 `c-tentative-buffer-changes'.
7483
7484 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7485 convert to macro to choose between Emacs and XEmacs at compile time.
7486
7487 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7488
7489 (c-tentative-buffer-changes): New macro to handle temporary buffer
7490 changes in a convenient way.
7491
7492 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7493 for `c-tentative-buffer-changes'.
7494
7495 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7496 the checks for paren sexps between the point and the keyword, to
7497 avoid some false alarms.
7498
7499 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7500 Fixed a situation where an error could be thrown for unbalanced
7501 parens. Changed to make use of c-keyword-member' to avoid some
7502 repeated regexp matches.
7503
7504 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7505 These language variable are no longer necessary.
7506
7507 (c-block-stmt-kwds): New language constant used by
7508 c-looking-at-inexpr-block'.
7509
7510 (c-guess-basic-syntax): Remove an optional check that looked at
7511 the existence of the now removed language variables.
7512
7513 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7514 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7515 object instantiation expressions as declarations in some contexts.
7516 This bug only affected languages where the declarator can't be
7517 enclosed in parentheses.
7518
7519 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7520 insert newlines before and after substatement braces.
7521
7522 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7523 function declaration headers and the handling of C++ style member
7524 init lists.
7525
7526 (c-just-after-func-arglist-p): Rewritten to use
7527 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7528
7529 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7530
7531 (c-guess-basic-syntax): Adapt case 5B for the new
7532 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7533 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7534 covers all cases now).
7535
7536 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7537
7538 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7539
7540 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7541 c-string-par-start/separate c-sentence-end-with-esc-eol,
7542 initialised in c-setup-paragraph-variables, used in string
7543 scanning subroutines of c-beginning-of-statement.
7544
7545 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7546 which precedes the newly inserted `{'.
7547
7548 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7549
7550 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7551 function for declaration level blocks. It should now cope with
7552 templates better and also be a lot more comprehensible.
7553
7554 (c-looking-at-decl-block): The new function.
7555
7556 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7557 for compatibility.
7558
7559 (c-add-class-syntax, c-guess-continued-construct)
7560 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7561
7562 (c-decl-block-key): Change to tell apart ambiguous and
7563 unambiguous keywords. Pike specials are now handled directly in
7564 the code instead.
7565
7566 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7567 New language constants and variables to make the backward skip in
7568 `c-looking-at-decl-block' as tight as possible.
7569
7570 (c-nonsymbol-token-char-list): New language constant.
7571
7572 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7573 find balanced template arglists backwards.
7574
7575 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7576 making char classes for `c-syntactic-skip-backward'.
7577
7578 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7579 16D - can't be a class-close at that point.
7580
7581 * progmodes/cc-engine.el (c-guess-basic-syntax)
7582 (c-add-class-syntax): Don't narrow out the enclosing declaration
7583 level. This makes everything a lot easier, and it was actually
7584 only four small places that needed it to work. Some places that
7585 previously did `widen' are removed now, which has the effect that
7586 `c-guess-basic-syntax' never will look at things outside the
7587 current narrowment now. The anchor position for `topmost-intro'
7588 is affected by this, but it was so bogus it was basically useless
7589 before, and now it's equally bogus but in a slightly different way.
7590
7591 (c-narrow-out-enclosing-class): Gone.
7592
7593 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7594 the narrowed region.
7595
7596 (c-least-enclosing-brace): Remove silly optional argument.
7597
7598 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7599 the point could be left directly after an open paren when finding
7600 the beginning of the first decl in the block.
7601
7602 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7603 Specify which submatch to use.
7604
7605 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7606
7607 (c-decl-start-re): No longer any need for special treatment of
7608 ObjC due to the above.
7609
7610 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7611 presumably follows C in that regard.
7612
7613 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7614 New language constants to specify operator tokens inside
7615 identifiers in a more high level way.
7616
7617 (c-opt-identifier-prefix-key): New internal language constant.
7618
7619 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7620 (c-identifier-start, c-identifier-key): Now completely calculated
7621 from other constants.
7622
7623 (c-identifier-last-sym-match): Decommission since it's no longer used.
7624
7625 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7626
7627 * progmodes/cc-engine.el (c-forward-name): Remove the
7628 optimization when c-identifier-key is equal to c-symbol-key since
7629 it doesn't work in byte compiled files. Don't record empty
7630 regions as identifiers.
7631
7632 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7633 simplify access to `c-operators' and its likes.
7634
7635 (c-operator-list, c-all-op-syntax-tokens)
7636 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7637 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7638 (c-primary-expr-regexp, c-cast-parens): Use it.
7639
7640 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7641 an explicit language in functions.
7642
7643 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7644 variant of adornment.
7645
7646 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7647 variable.
7648
7649 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7650 the Pike value.
7651
7652 * progmodes/cc-engine.el (c-on-identifier)
7653 (c-simple-skip-symbol-backward): Small fix for handling "-"
7654 correctly in `skip-chars-backward'. Affected the operator lfun
7655 syntax in Pike.
7656
7657 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7658 diagnostic message about precompiled language vars not being used.
7659
7660 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7661 "__attribute__" is followed by a parenthesis.
7662
7663 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7664 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7665 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7666
7667 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7668 Internal cleanups to properly detect the declared identifiers in
7669 various declarations.
7670
7671 (c-decl-start-kwds): New language constant to recognize
7672 declarations that can start anywhere. Used for class declarations
7673 in Pike.
7674
7675 (c-specifier-key, c-not-decl-init-keywords)
7676 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7677 (c-find-decl-spots): Implement `c-decl-start-kwds'.
7678
7679 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7680 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7681 handling of the compiler specific extension keywords into a new
7682 language constant `c-decl-hangon-kwds' that defines keyword
7683 clauses to be ignored in declarations.
7684
7685 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7686 past unrecognized tokens when handling `c-colon-type-list-kwds'.
7687 Necessary to stop at the declared identifier in e.g. IDL valuetype
7688 declarations.
7689
7690 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7691 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7692 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7693 (c-forward-decl-or-cast-1): Recognize the declared identifier in
7694 class and enum declarations as such and not as part of the type.
7695
7696 (c-forward-decl-or-cast-1, c-forward-label): Relax the
7697 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7698
7699 (c-forward-decl-or-cast-1): Don't disregard sure signs of
7700 declarations when there's some syntax error later on.
7701
7702 (c-complex-decl-matchers): Did away with a reference to
7703 `c-specifier-key'.
7704
7705 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7706 value - this variable is always dynamically bound.
7707
7708 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7709 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7710 * cc-cmds.el, cc-defs.el: Change the policy for marking up
7711 functions that might do hidden buffer changes: All such internal
7712 functions are now marked instead of those that don't.
7713
7714 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
7715 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
7716 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
7717 (c-literal-type): Allow these functions to make hidden buffer changes,
7718 so that they are free to use text property caching later on.
7719
7720 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
7721 (c-electric-brace, c-electric-slash, c-electric-star)
7722 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
7723 (c-electric-paren, c-electric-continued-statement, c-indent-command)
7724 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
7725 (c-context-line-break): Add `c-save-buffer-state' calls to comply
7726 with the changed semantics of the functions above.
7727
7728 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
7729 when macros occur in obscure places. Optimized the sexp movement
7730 a bit.
7731
7732 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7733
7734 Enhancements for c-beginning-of-statement to work in AWK Mode:
7735
7736 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
7737 (completed statement) with `}' (statement completed by closing
7738 brace or semicolon) and `$' (statement completed by EOL).
7739
7740 (c-awk-virtual-semicolon-ends-prev-line-p)
7741 (c-awk-virtual-semicolon-ends-line-p)
7742 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
7743 (c-awk-at-statement-end-p): New functions.
7744
7745 * progmodes/cc-cmds.el: Simplify the structure of functions
7746 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
7747 two functions and c-beginning-of-statement to handle AWK Mode.
7748
7749 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
7750 c-backward-single-comment for AWK mode. Attempt to clarify their
7751 doc-strings.
7752
7753 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
7754
7755 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7756
7757 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
7758 label handling. Labels are now recognized in a uniform and more
7759 robust way, regardless of context. Text properties are put on all
7760 labels to recognize the following declarations better.
7761 Multiword labels are handled both in indentation and fontification for
7762 the benefit of language extensions like Qt. For consistency, keywords
7763 in labels are now fontified with the label face instead.
7764 That also applies to "case" and "default".
7765
7766 (c-beginning-of-statement-1): Fix some bugs in the label
7767 handling. Disregard `c-nonlabel-token-key' in labels that begin
7768 with `c-label-kwds'.
7769
7770 (c-find-decl-spots): Support that the callback adds more
7771 `c-decl-end' spots to find.
7772
7773 (c-forward-decl-or-cast-1): Don't treat a list of plain
7774 identifiers followed by a colon as a declaration.
7775
7776 (c-forward-label): New function to recognize labels.
7777
7778 (c-guess-basic-syntax): Replace uses of `c-label-key' with
7779 `c-forward-label'. Moved the label recognition cases (14 and 15)
7780 earlier since they aren't so context sensitive now. Handle labels
7781 on the top level gracefully. Moved access label recognition to
7782 the generic label case (CASE 15) - removed CASE 5E.
7783
7784 (c-font-lock-declarations): Add recognition of labels in the
7785 same round since we need to handle labels in parallell with other
7786 declarations to recognize both accurately. It should also improve
7787 speed.
7788
7789 (c-simple-decl-matchers, c-basic-matchers-after):
7790 Move `c-font-lock-labels' so that it only is used on decoration level 2
7791 since `c-font-lock-declarations' handles it otherwise.
7792
7793 (c-complex-decl-matchers): Remove the simplistic recognition of
7794 access labels.
7795
7796 (c-decl-prefix-re): Remove the kludges that was necessary to cope
7797 with labels earlier.
7798
7799 (c-decl-start-re): New language variable to make
7800 `c-font-lock-declarations' stop for the special protection labels
7801 in Objective-C that start with `@'.
7802
7803 (c-label-key): Remove since it's no longer used.
7804
7805 (c-recognize-colon-labels, c-label-prefix-re): New language
7806 constants to support recognition of generic colon-terminated labels.
7807
7808 (c-type-decl-end-used): `c-decl-end' is now used whenever there
7809 are colon terminated labels.
7810
7811 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7812 first argument starts with a special brace list.
7813
7814 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
7815 (c-font-lock-declarations): Break out the declaration and cast
7816 recognition from `c-font-lock-declarations' to a new function, so
7817 that it can be used in the indentation engine.
7818
7819 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
7820 up to the start of the literal. Fixed bug with the point on the
7821 wrong side of the search limit that could happen when the start
7822 position is inside a literal.
7823
7824 * progmodes/cc-engine.el (c-parse-state)
7825 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
7826 so that it's kept a little bit back to increase the hit rate.
7827
7828 (c-parse-state): Change the macro handling and fixed some
7829 glitches. Macro context is checked more often than necessary now,
7830 but otoh less garbage conses are generated.
7831
7832 * progmodes/cc-engine.el (c-parse-state)
7833 (c-invalidate-state-cache): Cache the last position where
7834 `c-state-cache' applies. This can speed up refontification quite
7835 a bit in blocks where there are many non-brace parens before the point.
7836
7837 (c-state-cache-end): New variable for this.
7838
7839 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
7840 cache variable.
7841
7842 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
7843 get close initial continue positions when the start position is
7844 inside a literal or macro. Do not call the callback for spots
7845 before the start position (which can happen e.g. for `c-decl-end'
7846 spots inside comments). Optimize better in special cases when the
7847 region is a single line inside a literal or macro (typically when
7848 the current line is refontified).
7849
7850 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
7851 to `c-add-stmt-syntax' - there's no need to explicitly whack off
7852 entries from the paren state.
7853
7854 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
7855 special case for "else if" clauses.
7856
7857 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7858 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
7859
7860 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
7861 New language variable to recognize the gcc extension with statement
7862 blocks inside expressions.
7863
7864 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
7865 it somewhat more comprehensible. The argument AT-BLOCK-START is
7866 no longer used and hence removed.
7867
7868 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
7869 to `c-add-stmt-syntax'.
7870
7871 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7872 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
7873 This fixes bogus label recognition.
7874
7875 * progmodes/cc-engine.el (c-add-type, c-check-type)
7876 (c-forward-name, c-forward-type): Improve storage of template
7877 types in `c-found-types' so that they can be recognized better.
7878
7879 (c-syntactic-content): Add option to skip past nested parens.
7880
7881 * progmodes/cc-engine.el (c-forward-name):
7882 Set `c-last-identifier-range' all the time. It's less work that way.
7883 Handle that there might not be an identifier to store in
7884 `c-last-identifier-range'.
7885
7886 (c-forward-type): Handle that `c-last-identifier-range' might be
7887 nil from `c-forward-name'.
7888
7889 * progmodes/cc-defs.el (c-safe-scan-lists)
7890 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
7891
7892 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
7893 to work even if the form fails.
7894
7895 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
7896 down in a large file in one go.
7897
7898 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
7899
7900 * progmodes/cc-align.el (c-lineup-assignments): New lineup
7901 function which is like `c-lineup-math' but returns nil instead of
7902 `c-basic-offset' when it doesn't match.
7903
7904 (c-lineup-math): Change to use `c-lineup-assignments'.
7905
7906 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7907
7908 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
7909 c-beginning-of-statement. New subfunctions
7910 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
7911
7912 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7913
7914 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
7915 hardcoded char classes whereever possible. Changed a couple of
7916 places to use skip by syntax instead of skip by char class.
7917
7918 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
7919 Fix a bug in the regexp that caused extreme backtracking.
7920
7921 * progmodes/cc-langs.el (c-block-comment-starter)
7922 (c-block-comment-ender): New language constants to specify in a
7923 single place how block comments look.
7924
7925 (c-comment-start-regexp, c-block-comment-start-regexp)
7926 (comment-start, comment-end, comment-start-skip)
7927 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
7928 (c-syntactic-ws, c-nonempty-syntactic-ws)
7929 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
7930 `c-line-comment-starter', `c-block-comment-starter' and
7931 `c-block-comment-ender'.
7932
7933 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
7934 New language constants to break up things a bit.
7935
7936 (c-simple-ws): New language constant for simple whitespace.
7937
7938 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
7939
7940 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
7941 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
7942 newlines. Allow and ignore nil elements in the list.
7943
7944 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7945
7946 * progmodes/cc-cmds.el: Comment out a (n almost certainly
7947 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
7948
7949 * progmodes/cc-cmds.el: Tidy up the comments in
7950 c-beginning-of-statement and subfunctions.
7951
7952 * progmodes/cc-awk.el: Replace calls to put-text-property to the
7953 more flexible c-put-char-property and c-clear-char-properties.
7954 Add the author's email address.
7955
7956 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
7957
7958 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
7959 closing "*/" of a block comment.
7960
7961 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
7962 subfunctions) so that it works at BOB and EOB.
7963
7964 * progmodes/cc-cmds.el, cc-vars.el: More updating of
7965 c-beginning-of-statement, including new variable
7966 c-block-comment-start-regexp.
7967
7968 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7969
7970 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
7971 symbols from `*-font-lock-extra-types' so that there's no need to
7972 use `regexp-opt' on those lists.
7973
7974 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
7975 `c-type-modifier-kwds' is empty.
7976
7977 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
7978 there are several strings on the same line.
7979
7980 * progmodes/cc-engine.el (c-literal-limits): Remove the
7981 compatibility function for older emacsen. `c-literal-limits-fast'
7982 has now taken the place of this function.
7983
7984 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
7985 with older emacsen: We now require `pps-extended-state'.
7986
7987 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7988
7989 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
7990 which obviates the need to hack sentence-end. This now handles
7991 escaped newlines in strings correctly. Correct minor bugs in
7992 c-move-over-sentence and in c-beginning-of-statement.
7993
7994 * progmodes/cc-cmds.el (c-beginning-of-statement (and
7995 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
7996 that movement over macros and code are rigorously separated from
7997 eachother. Correct a few incidental bugs.
7998
7999 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8000 Improve its doc-string. Improve the handling of certain specific cases.
8001
8002 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8003
8004 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8005 (c-guess-basic-syntax): Change the way class-level labels are
8006 recognized; they can now contain essentially any symbols.
8007
8008 (c-opt-extra-label-key): New language variable to cope with the
8009 special protection label syntax in Objective-C.
8010
8011 (c-opt-access-key): Remove; this is now handled better by
8012 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8013
8014 (c-complex-decl-matchers): Update to handle that
8015 `c-opt-access-key' no longer exists.
8016
8017 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8018 improved label recognition in `c-beginning-of-statement-1'.
8019
8020 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8021 Recognize bitfields better.
8022
8023 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8024 Remove some cruft and fixed a bug that could cause it to go to a
8025 position further down.
8026
8027 * progmodes/cc-langs.el, cc-engine.el
8028 (c-beginning-of-statement-1): Improve detection of labels in
8029 declaration contexts.
8030
8031 (c-beginning-of-decl-1): Use it.
8032
8033 (c-nonlabel-token-key): New language constant and variable needed
8034 by `c-beginning-of-statement-1'.
8035
8036 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8037 manifested itself due to the correction in `c-forward-sexp'.
8038
8039 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8040 Make these behave as documented when used at the buffer limits.
8041
8042 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8043 (c-type-decl-end-used): Made this a language variable.
8044
8045 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8046 correctly when `combine-after-change-calls' is used together with
8047 temporary narrowings.
8048
8049 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8050 Report labels correctly when the start point is immediately after the
8051 colon.
8052
8053 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8054 Remove since it isn't used anymore.
8055
8056 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8057 bracket arglists such as template parens in C++.
8058
8059 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8060 in the last check-in. Some optimization.
8061
8062 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8063 where it could stop at the same level in a preceding sexp when
8064 PAREN-LEVEL is set.
8065
8066 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8067 text property lookup only when it's needed.
8068
8069 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8070 Change the policy for paren marked angle brackets to be more
8071 persistent; once marked they remain marked even when they're found
8072 to be unbalanced in the searched region. This should keep the
8073 paren syntax around even when individual lines are refontified in
8074 multiline template arglists.
8075
8076 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8077 to control markup so that incorrect angle bracket arglists aren't
8078 marked in contexts where the correct value for
8079 `c-disallow-comma-in-<>-arglists' isn't known.
8080
8081 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8082 argument has become `c-parse-and-markup-<>-arglists'.
8083
8084 (c-remove-<>-arglist-properties): Remove - no longer used.
8085
8086 (c-after-change-check-<>-operators): New function used on
8087 `after-change-functions' to avoid that "<" and ">" characters that
8088 are part of longer operators have paren syntax.
8089
8090 (c-<>-multichar-token-regexp): New language variable used by
8091 `c-after-change-check-<>-operators'.
8092
8093 (c-after-change): Call `c-after-change-check-<>-operators'.
8094
8095 (c-font-lock-<>-arglists): Use the context properties set by
8096 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8097 correctly to avoid doing invalid markup.
8098
8099 (c-font-lock-declarations): Remove code that undoes the invalid
8100 markup done by `c-font-lock-<>-arglists'.
8101
8102 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8103 after `c-font-lock-declarations'.
8104
8105 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8106 Add paren-level feature.
8107
8108 (c-guess-basic-syntax): Improve the anchor position for
8109 `template-args-cont' in nested template arglists. There's still
8110 much to be desired in this area, though.
8111
8112 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8113
8114 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8115 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8116
8117 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8118
8119 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8120 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8121
8122 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8123 it doesn't work no longer are supported.
8124
8125 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8126 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8127 requires support for the syntax-table' text property, which rules
8128 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8129 cruft associated with those versions.
8130
8131 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8132 for the `syntax-table' text property, which rules out Emacs 19 and
8133 XEmacs < 21.4. Removed various compatibility cruft associated
8134 with those versions.
8135
8136 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8137 support for the `syntax-table' text property.
8138
8139 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8140 variable and use an extra quoted face name instead. All the
8141 emacsen flavors handle that correctly.
8142
8143 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8144 (c-font-lock-declarators, c-font-lock-declarations)
8145 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8146 property to mark the items in in declarator lists to handle
8147 refontification inside multiline declarations better.
8148
8149 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8150 construct like "a * b = c;" as a declaration.
8151
8152 2005-12-08 Kim F. Storm <storm@cua.dk>
8153
8154 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8155 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8156 select either meta, hyper, or super modifier for rectangle commands.
8157 (cua--rectangle-modifier-key): New defvar.
8158 (cua--M/H-key): Use it. Remove special case for `space'.
8159 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8160 on X, to meta otherwise. Always bind C-return to toggle
8161 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8162
8163 * emulation/cua-rect.el (cua-help-for-rectangle):
8164 Use cua--rectangle-modifier-key. Handle super modifier too.
8165 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8166 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8167
8168 * ido.el: Move Acknowledgements and History after Commentary.
8169 Minor changes to Commentary.
8170
8171 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8172 keymap if cua--prefix-override-timer is `shift'.
8173 (cua--shift-control-prefix): New function; emulate "type prefix
8174 key twice" functionality to handle shifted prefix key override.
8175 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8176 New commands.
8177 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8178
8179 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8180
8181 * textmodes/org.el (org-insert-heading): Try to do items before
8182 headings.
8183 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8184 (org-insert-item): New function.
8185 (org-renumber-ordered-list): Don't skip to higher level lists.
8186
8187 2005-12-08 Juri Linkov <juri@jurta.org>
8188
8189 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8190
8191 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8192
8193 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8194
8195 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8196 the constructed function name fun-1.
8197
8198 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8199 because such links don't lead to parent documentation.
8200
8201 2005-12-08 Kenichi Handa <handa@m17n.org>
8202
8203 * descr-text.el (describe-char): Use *Help-2* buffer if the
8204 current buffer is *Help*. Call describe-text-properties while
8205 setting the original buffer.
8206
8207 2005-12-07 Bill Wohler <wohler@newt.com>
8208
8209 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8210 and causes problems with non-MH users (such as Gnus users).
8211
8212 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
8213
8214 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8215 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8216 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8217 command "info sources". Move calls to GDB command "list".
8218 (gdb-find-file-hook): Just use gdb-source-file-list.
8219 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8220 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8221 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8222 (gdb-data-list-register-values-handler): Use correct trigger name.
8223
8224 2005-12-07 Kim F. Storm <storm@cua.dk>
8225
8226 * ido.el (ido-completion-map): Rename from ido-mode-map.
8227 (ido-common-completion-map, ido-file-completion-map)
8228 (ido-file-dir-completion-map, ido-buffer-completion-map):
8229 Rename from ido-mode-....-map.
8230 (ido-init-completion-maps): Rename from ido-init-mode-maps.
8231 (ido-setup-completion-map): Rename from ido-define-mode-map.
8232 (ido-read-internal): Bind minibuffer-local-filename-completion-map
8233 to ido-completion-map.
8234
8235 2005-12-07 Kenichi Handa <handa@m17n.org>
8236
8237 * international/mule-cmds.el
8238 (set-display-table-and-terminal-coding-system): If the coding
8239 system specified in `unibyte-display' property is different from
8240 the arg coding-system, don't setup standard-display-table.
8241
8242 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8245 that comments end at \n, regardless of selective-display.
8246
8247 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
8248
8249 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8250 (gdb-version): New variables.
8251 (gdb-source-file-list, gdb-register-names)
8252 (gdb-changed-registers): New variables for use with GDB 6.4+.
8253 (gdb-ann3): Replace with...
8254 (gdb-init-1, gdb-init-2): ...two new functions.
8255 (gdba, gdb-prompt): Call gdb-init-1.
8256 (gdb-get-version): New function. Call gdb-init-2 from here.
8257 (gud-watch): Make it work with mouse events too.
8258 (gdb-post-prompt): Don't add to queue until GDB version is known.
8259 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8260 (gdb-locals-mode): Use gdb-version.
8261 (gdb-memory-format-map, gdb-memory-unit-map)
8262 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8263 (gdb-locals-font-lock-keywords-1)
8264 (gdb-locals-font-lock-keywords-2): New variables.
8265 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8266 (gdb-set-gud-minor-mode-existing-buffers-1)
8267 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8268 (gdb-var-update-1, gdb-var-update-handler-1)
8269 (gdb-data-list-register-values-handler)
8270 (gdb-data-list-register-values-custom)
8271 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8272 (gdb-stack-list-locals-handler, gdb-get-register-names):
8273 New functions for use with GDB 6.4+.
8274 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8275 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8276 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8277 (gdb-stack-list-locals-regexp)
8278 (gdb-data-list-register-names-regexp): New regexps for use with
8279 GDB 6.4+.
8280
8281 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8284
8285 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
8286
8287 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8288 prompts work for AUTH PLAIN. Also reported by Steve Allan
8289 <seallan@verizon.net>.
8290
8291 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8292
8293 * frame.el (set-frame-parameter): Add doc string.
8294
8295 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
8296
8297 * textmodes/org.el (org-occur-highlights): New variable.
8298 (org-highlight-new-match, org-remove-occur-highlights): New functions.
8299 (org-highlight-sparse-tree-matches): New option.
8300 (org-do-occur): New function.
8301 (org-get-heading): Make it work also at beginning of line.
8302 (org-category-table): New variable.
8303 (org-get-category-table, org-get-category)
8304 (org-camel-to-words, org-link-search): New functions.
8305 (org-select-this-todo-keyword): New variable.
8306 (org-todo-list): New command.
8307 (org-shiftright, org-shiftleft): New commands.
8308 (org-agenda-todo): Add prefix argument.
8309 (org-show-hierarchy-above): New option.
8310 (org-show-todo-tree): Numerical prefix creates tree for specific
8311 TODO keyword.
8312 (org-outline-level): New function, to assign a level to plain
8313 lists items.
8314 (org-cycle-include-plain-lists): New option.
8315 (org-mode): Use `org-outline-level' as value of `outline-level'.
8316 (org-cycle): Temporarily switch `outline-regexp' if
8317 `org-cycle-include-plain-lists' is non-nil.
8318 (org-start-icalendar-file): Fix format bug.
8319 (org-agenda-get-day-entries): Create category table.
8320 (org-agenda-get-todos, org-agenda-get-timestamps)
8321 (org-agenda-get-deadlines, org-agenda-get-scheduled)
8322 (org-agenda-get-blocks): Use `org-get-category'.
8323 (org-context-in-file-links): Rename from
8324 `org-line-numbers-in-file-links'.
8325
8326 2005-12-06 Romain Francoise <romain@orebokech.com>
8327
8328 * window.el (balance-windows): Delete extraneous third arg in call
8329 to `enlarge-window'.
8330
8331 2005-12-06 Kenichi Handa <handa@m17n.org>
8332
8333 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8334
8335 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
8336
8337 * progmodes/gdb-ui.el (gdb-var-create-handler)
8338 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8339 (gdb-var-list-children-handler, gdb-var-update-handler):
8340 Current buffer is already gdb-partial-output-buffer, don't
8341 make it current again.
8342
8343 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
8344
8345 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8346 (list-buffers-noselect): Use it.
8347
8348 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8351 (mail-yank-ignored-headers): Use regexp-opt.
8352 (mail-mode-map): Move initialization into declaration.
8353 (mail-sent-via): Remove unused shadowed var `to-line'.
8354 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8355 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8356 (mail-do-fcc): Use dolist and push.
8357 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8358 (mail-yank-ignored-headers): Don't autoload.
8359
8360 2005-12-05 Kenichi Handa <handa@m17n.org>
8361
8362 * international/mule-cmds.el (set-language-info-internal): New fun.
8363 (set-language-info): Call set-language-info-internal to update
8364 language-info-alist. If LANG-ENV is the current one, call
8365 set-language-environment to make INFO effective now.
8366 (set-language-info-alist): Likewise.
8367 (locale-language-names): With locale "en", use English
8368 lang. env. but set the default codings to iso-8859-1.
8369
8370 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8371
8372 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8373 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8374 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8375 for plain strings.
8376 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8377 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8378 Create registers buffer if necessary. Echo new state in minibuffer.
8379 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8380
8381 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8382
8383 * info.el (Info-fontify-node): Match external links using
8384 non-directory part of filename.
8385
8386 2005-12-04 Juri Linkov <juri@jurta.org>
8387
8388 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8389 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8390 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8391 because there is no customization option for it.
8392
8393 * font-lock.el (lisp-font-lock-keywords-1):
8394 Add define-global-minor-mode.
8395
8396 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8397
8398 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8399 properties on the constructed variable names.
8400
8401 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8402 Put `definition-name' properties on the constructed function names
8403 next-sym and prev-sym.
8404
8405 * emacs-lisp/find-func.el (find-function-regexp):
8406 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8407 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8408 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8409 and easy-menu-define.
8410
8411 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8412 easy-mmode-define-global-mode and define-global-minor-mode.
8413 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8414
8415 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8416 instead of easy-mmode-define-global-mode.
8417
8418 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8419 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8420
8421 * cus-edit.el (customize-group, customize-group-other-window):
8422 Filter out autoloaded options from the group completion list by
8423 using heuristics that autoloaded groups don't have `custom-autoload'
8424 property on their symbols (they have only `custom-loads').
8425
8426 * simple.el (completion-setup-function): Put completions-common-part
8427 face on complete completion string too (i.e. completion string
8428 without completions-first-difference face).
8429
8430 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8431
8432 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8433
8434 * view.el (view-mode): Doc fix.
8435
8436 * disp-table.el (standard-display-european): Add to the warning
8437 message a reference to the doc string.
8438
8439 * play/yow.el (apropos-zippy): Call print-help-return-message,
8440 similar to other Help and Apropos commands.
8441
8442 * help.el (print-help-return-message): If pop-up-frames is
8443 non-nil, set up help-return-method to delete the help window and,
8444 possibly, its frame as well, and don't display message about
8445 scrolling the help window. Doc fix.
8446 (help-return-method): Doc fix.
8447
8448 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8449
8450 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8451 whereby names of length one or names starting with a
8452 symbol-constituent character would not be returned.
8453
8454 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8455
8456 * subr.el (atomic-change-group): Add edebug and indentation spec.
8457
8458 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * completion.el (save-completions-file-name): Fix typo in last change.
8461
8462 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8463
8464 * info.el: Move back/forward history to the beginning of the tool bar.
8465
8466 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8467
8468 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8469 Add fset of allout-real-isearch-abort during compile to fix
8470 byte-compilation warnings.
8471 (allout-mode-p): Move definition of this macro above all uses, or
8472 byte compilation in barren emacs (eg, during emacs build) will
8473 lack the definition.
8474 (allout-mode): Move this variable above any uses, or byte
8475 compilation will fail.
8476 (allout-resolve-xref): Remove use of personal file-reference function.
8477 (allout-toggle-current-subtree-encryption): Do the current (ie,
8478 visible containing) topic, rather than nearest around point. Doc fix.
8479 (allout-toggle-subtree-encryption): New function, workhorse that
8480 works on nearest topic containing point.
8481 (allout-encrypt-string): Signal requirement for newer version of pgg.
8482 (allout-resumptions): Doc fix.
8483
8484 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8485
8486 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8487
8488 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8489
8490 * textmodes/flyspell.el (flyspell-external-point-words):
8491 Consider a misspelling as found in the string search if: (a) misspelling
8492 and found string lengths match, or (b) misspelling is found as
8493 element in a boundary-chars separated longer string, or (c)
8494 ispell-program-name is really ispell and misspelling is found as
8495 part of a TeX string. After successful match move beginning of
8496 search region to end of match. Warn about not found misspellings
8497 once the process is done.
8498 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8499
8500 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8501
8502 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8503 tool bar (removed inadvertently).
8504
8505 2005-12-02 Juri Linkov <juri@jurta.org>
8506
8507 * log-view.el (log-view-diff): Clarify doc string.
8508
8509 2005-12-01 Bill Wohler <wohler@newt.com>
8510
8511 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8512 triggers lm-verify errors.
8513
8514 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * simple.el (transient-mark-mode, line-number-mode)
8517 (column-number-mode, size-indication-mode): Remove `:require nil'.
8518
8519 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8522 in the margin also.
8523 (gdb-breakpoints-mode-map): Use D instead of d for
8524 gdb-delete-breakpoint.
8525 (gdb-get-frame-number): Require a number to match on.
8526 (gdb-threads-mode-map): Add follow-link binding.
8527
8528 2005-11-30 Jason Rumney <jasonr@gnu.org>
8529
8530 * isearch.el (isearch-mode-map): Avoid exiting search on
8531 language-change event.
8532
8533 2005-11-30 Romain Francoise <romain@orebokech.com>
8534
8535 * speedbar.el (speedbar-default-position): New defcustom.
8536 (speedbar-frame-reposition-smartly): Use it.
8537
8538 * dframe.el (dframe-reposition-frame-emacs): Fix position
8539 computation for `left' location.
8540 Update copyright year.
8541
8542 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * help.el (help-map): Move initialization into declaration.
8545
8546 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8547
8548 * help-fns.el (help-argument-name): Don't autoload.
8549 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8550 to be re-loaded when customizing the `help' group.
8551
8552 2005-11-30 John Paul Wallington <jpw@gnu.org>
8553
8554 * help-fns.el (describe-function-1): Fill arglist output.
8555
8556 2005-11-30 Kim F. Storm <storm@cua.dk>
8557
8558 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8559 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8560 after revert-buffer (or anything else which kills all local variables).
8561
8562 * apropos.el (apropos-parse-pattern): Doc fix.
8563 Set apropos-regexp directly, rather than expecting callers to do so.
8564 (apropos-command, apropos, apropos-value, apropos-documentation):
8565 Simplify calls to apropos-parse-pattern.
8566
8567 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8568
8569 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8570 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8571 (hi-lock-write-interactive-patterns): Use comment-region.
8572
8573 * longlines.el (longlines-mode): Add mail-setup-hook.
8574
8575 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8576
8577 * simple.el (sendmail-user-agent-compose, next-line):
8578 Conditionally use hard-newline.
8579
8580 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8581
8582 * international/latexenc.el (latex-inputenc-coding-alist):
8583 Reword doc string.
8584
8585 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8586
8587 * help.el (describe-key-briefly, describe-key): Recognize default
8588 bindings.
8589
8590 2005-11-29 Romain Francoise <romain@orebokech.com>
8591
8592 * view.el (view-inhibit-help-message): New defcustom.
8593 (view-mode-enter): Use it.
8594
8595 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8596
8597 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8598 Preserve user position.
8599
8600 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8601
8602 * font-lock.el: Throw error if facemenu is not loaded to prevent
8603 accidental change of loading order in loadup.el. (Suggested by RMS.)
8604
8605 * loadup.el: Add comment explaining why facemenu must be loaded
8606 before font-lock.
8607
8608 2005-11-28 Jay Belanger <belanger@truman.edu>
8609
8610 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8611 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8612
8613 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8614
8615 * calc/calc-embed.el (calc-do-embedded): Update help message.
8616
8617 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8618
8619 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8622
8623 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8624 called-interactively-p.
8625 (elp-profilable-p): Rename from elp-not-profilable-p.
8626 Invert result and take into account macros and autoloaded functions.
8627 (elp-instrument-function): Update call.
8628 (elp-instrument-package): Update call. Add completion.
8629 (elp-pack-number): Use match-string.
8630 (elp-results-jump-to-definition-by-mouse): Merge into
8631 elp-results-jump-to-definition and then remove.
8632 (elp-output-insert-symname): Make help echo text single-line.
8633
8634 * replace.el (query-replace-map): Move initialization into declaration.
8635 (occur-engine): Use with-current-buffer.
8636 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8637 (occur-mode-mouse-goto): Replace with an alias.
8638
8639 2005-11-28 Juri Linkov <juri@jurta.org>
8640
8641 * simple.el (quoted-insert): Let-bind input-method-function to nil.
8642
8643 * term/w32-win.el: Bind [S-tab] to [backtab].
8644
8645 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8646 `Info-find-file' to t.
8647
8648 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8649 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8650 and same-window-regexps.
8651 (occur-next-error): Don't move point for arg 0.
8652
8653 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
8654
8655 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8656
8657 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * log-edit.el (log-edit-changelog-use-first): New var.
8660 (log-edit-changelog-ours-p): Use it.
8661 (log-edit-insert-changelog): Set it with new arg `use-first'.
8662 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8663 (log-edit-hook): Add them to the list of suggested options.
8664
8665 * textmodes/flyspell.el (flyspell-last-buffer): New var.
8666 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8667 redundant work.
8668 (flyspell-mode-on): Use add-hook for after-change-functions.
8669 (flyspell-mode-off): Use remove-hook for after-change-functions.
8670 (flyspell-changes): Make it buffer-local.
8671 (flyspell-after-change-function): Make it non-interactive. Use push.
8672 (flyspell-post-command-hook): Check input-pending-p while processing
8673 the potentially long list of buffer changes.
8674
8675 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8676
8677 * buff-menu.el (list-buffers-noselect): Display the selected
8678 frame's buffer list, not the global one.
8679
8680 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8681
8682 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8683 that (list last-input-event) works as in interactive spec.
8684
8685 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8686
8687 * loadup.el ("facemenu"): Load facemenu before font-lock, because
8688 `facemenu-keymap' needs to be defined when font-lock is loaded.
8689 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8690
8691 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8692
8693 * completion.el: Remove useless leading * in defcustom docstrings.
8694 (save-completions-file-name): Use ~/.emacs.d if available.
8695 (completion-standard-syntax-table): Rename from
8696 cmpl-standard-syntax-table and fold initialization into declaration,
8697 thus removing cmpl-make-standard-completion-syntax-table.
8698 (completion-lisp-syntax-table, completion-c-syntax-table)
8699 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8700 (cmpl-saved-syntax, cmpl-saved-point): Remove.
8701 (symbol-under-point, symbol-before-point)
8702 (symbol-under-or-before-point, symbol-before-point-for-complete)
8703 (add-completions-from-c-buffer): Use with-syntax-table.
8704 (make-completion): Don't return a list of completion entries.
8705 Update callers.
8706 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8707 (completion-initialize): Rename from initialize-completions.
8708 (completion-find-file-hook): Rename from cmpl-find-file-hook.
8709 (kill-emacs-save-completions): Collect stats here.
8710 (save-completions-to-file, load-completions-from-file):
8711 Use with-current-buffer.
8712 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
8713 into a function. Move all calls to toplevel.
8714 (completion-lisp-mode-hook): New fun.
8715 (completion-c-mode-hook, completion-setup-fortran-mode):
8716 Set the syntax-table here. Use local-set-key.
8717 (completion-saved-bindings): New var.
8718 (dynamic-completion-mode): Make it into a proper minor mode.
8719 (load-completions-from-file): Remove unused var `num-uses'.
8720
8721 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
8722 constructor if it is explicitly overridden.
8723
8724 * complete.el (PC-completion-as-file-name-predicate):
8725 Use minibuffer-completing-file-name.
8726 (partial-completion-mode): Use find-file-not-found-functions.
8727 (PC-lisp-complete-symbol): Use with-syntax-table.
8728 (PC-look-for-include-file): Remove dead setq.
8729 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
8730 (PC-complete): Use with-current-buffer.
8731
8732 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
8733 escape single quotes.
8734
8735 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8736
8737 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
8738 of `if' whose condition always returned nil. Doc fix.
8739
8740 * buff-menu.el (Buffer-menu-revert-function): Make the selected
8741 window's buffer the current buffer around the call to
8742 `list-buffers-noselect'. This is necessary to mark that buffer
8743 with a `.' in the Buffer Menu when called from Lisp, for instance
8744 by Auto Revert Mode.
8745
8746 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8747
8748 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
8749 attaching to it.
8750 (gdb-pre-prompt): Make sure gdb-error is reset.
8751
8752 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
8753 with a child process, detect it.
8754 (gud-speedbar-buttons): Match regexp more carefully.
8755
8756 2005-11-27 Richard M. Stallman <rms@gnu.org>
8757
8758 * mouse.el (mouse-drag-move-window-bottom):
8759 Use adjust-window-trailing-edge.
8760
8761 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8762
8763 * simple.el (blink-matching-open): Ignore
8764 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
8765 (blink-matching-paren-on-screen): Update docstring.
8766
8767 * paren.el (show-paren-mode): No longer change
8768 `blink-matching-paren-on-screen'.
8769
8770 2005-11-27 John Paul Wallington <jpw@pobox.com>
8771
8772 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8773 (gdb-threads-select, gdb-edit-register-value):
8774 Use `posn-set-point' instead of `mouse-set-point' because the
8775 latter is not fbound when configured without X.
8776
8777 2005-11-27 Kim F. Storm <storm@cua.dk>
8778
8779 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
8780 existing face when partially highlighting a TAB in a rectangle.
8781
8782 2005-11-26 Kim F. Storm <storm@cua.dk>
8783
8784 * ido.el (ido-mode-map): Doc fix.
8785 (ido-mode-common-map, ido-mode-file-map)
8786 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
8787 (ido-define-mode-map): Rewrite. Select one of the new maps as
8788 parent for ido-mode-map instead of building from scratch.
8789 (ido-init-mode-maps): New defun to initialize new maps.
8790 (ido-mode): Call it.
8791 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
8792 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
8793
8794 2005-11-26 John Paul Wallington <jpw@pobox.com>
8795
8796 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
8797 `mouse-set-point' because the latter is not fbound when configured
8798 without X.
8799
8800 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8801
8802 * files.el (file-relative-name): Doc fix.
8803
8804 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8805
8806 * progmodes/octave-inf.el (inferior-octave-startup): Force a
8807 non-empty string for secondary prompt PS2.
8808
8809 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8810
8811 * progmodes/compile.el (compilation-setup): Fix last change.
8812
8813 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
8814
8815 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8816 (gdb-mouse-toggle-breakpoint-margin)
8817 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
8818 Add gdb-server-prefix to keep out of command history.
8819 (gdb-edit-register-value): New function.
8820 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
8821 (gdb-info-registers-custom): Use above map.
8822
8823 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8824
8825 * custom.el (enable-theme): Signal error if argument is not a
8826 theme. Don't recalculate a face if it's not loaded yet.
8827
8828 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
8829 the `user' theme is in effect.
8830
8831 * info.el (Info-on-current-buffer): Record actual filename in
8832 Info-current-file, instead of t, or a fake filename if a non-file
8833 buffer. Make autoload.
8834 (Info-find-node, Info-revert-find-node): No need to check for
8835 Info-current-file nil.
8836 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
8837 Info-current-file is now never `t'.
8838 (Info-fontify-node): Many simplifications due to Info-current-file
8839 always being valid. Use Info-find-file to find node filename.
8840
8841 2005-11-25 David Kastrup <dak@gnu.org>
8842
8843 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
8844 new character, then delete" in order to preserve markers.
8845
8846 2005-11-25 David Ponce <david@dponce.com>
8847
8848 * recentf.el (recentf-arrange-by-rule): Handle a special
8849 `auto-mode-alist'-like "strip suffix" rule.
8850 (recentf-build-mode-rules): Handle second level auto-mode entries.
8851
8852 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
8853
8854 * viper-keym.el (viper-ESC-key): Use different values in terminal and
8855 window modes.
8856
8857 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
8858 jde-javadoc-checker-report-mode.
8859
8860 * ediff-wind (ediff-make-wide-display): Slight simplification.
8861
8862 * ediff.el (ediff-date): Change the date of last update.
8863
8864 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
8865
8866 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
8867 Use define-minor-mode, and make it a local mode. Turn on font-lock.
8868 (hi-lock-mode): New global minor mode.
8869 (turn-on-hi-lock-if-enabled): New function.
8870 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
8871 Change arguments to regexp and face instead of a font-lock pattern.
8872 Directly set face property, instead of refontifying.
8873 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
8874 (hi-lock-find-patterns): Use line-number-at-pos.
8875
8876 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
8877 arguments for hi-lock-set-pattern.
8878 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
8879 Call font-lock-fontify-buffer.
8880 (hi-lock-find-file-hook, hi-lock-current-line)
8881 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
8882
8883 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
8884 turned off.
8885
8886 * progmodes/compile.el (compilation-setup): Don't fiddle with
8887 font-lock-defaults.
8888
8889 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
8890
8891 * progmodes/gdb-ui.el (gdb-var-create-handler)
8892 (gdb-var-list-children-handler): Find values for all variable
8893 objects. gud-speedbar-buttons decides whether to display them.
8894
8895 2005-11-24 Romain Francoise <romain@orebokech.com>
8896
8897 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
8898 buffer name with a space.
8899
8900 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8901
8902 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
8903 `org-export-local-list-max-depth'. Change default value to 3.
8904 (org-auto-renumber-ordered-lists)
8905 (org-plain-list-ordered-item-terminator): New options.
8906 (org-at-item-p, org-beginning-of-item, org-end-of-item)
8907 (org-get-indentation, org-get-string-indentation)
8908 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
8909 New functions.
8910 (org-move-item-down, org-move-item-up): New commands.
8911 (org-export-as-html): New classes for CSS support. Bug fix in
8912 regular expression detecting fixed-width regions. Respect
8913 `org-local-list-ordered-item-terminator'.
8914 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
8915 also a list item.
8916 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
8917 New item moving functions.
8918
8919 2005-11-24 Juri Linkov <juri@jurta.org>
8920
8921 * isearch.el (isearch-repeat): With empty search ring set
8922 `isearch-error' to the error string instead of signaling error
8923 with the function `error'.
8924
8925 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8926
8927 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
8928
8929 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
8930
8931 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
8932 and variable.
8933 (gdb-var-create-handler, gdb-var-list-children-handler):
8934 Don't match on "char **...".
8935 (gdb-var-update-handler): Find values for all variable objects.
8936 (gdb-info-frames-custom): Identify frames by leading "#".
8937
8938 * progmodes/gud.el (gud-speedbar-menu-items): Add
8939 gdb-speedbar-auto-raise as radio button.
8940 (gud-speedbar-buttons): Raise speedbar if requested.
8941 Don't match on "char **...".
8942 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
8943 Make it editable.
8944
8945 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
8946
8947 * info.el (Info-fontify-node): Handle the case where
8948 Info-current-file is t.
8949
8950 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * simple.el (blink-matching-open): Fix off-by-one in last change.
8953
8954 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8955
8956 * term/mac-win.el: Don't change default directory.
8957
8958 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
8959
8960 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
8961 buffers correctly. (It used to throw an error in such buffers.)
8962 Make it ask for confirmation in group buffers and other Custom
8963 buffers containing more than one customization item.
8964
8965 2005-11-22 John Paul Wallington <jpw@gnu.org>
8966
8967 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
8968 property on mail and url overlays.
8969 (goto-address-at-point): Use `posn-set-point' instead of
8970 `mouse-set-point' because the latter is not fbound when configured
8971 without X.
8972
8973 2005-11-22 Lars Hansen <larsh@soem.dk>
8974
8975 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
8976 (ls-lisp-classify, ls-lisp-format): Delete call to
8977 ls-lisp-parse-symlink.
8978 (ls-lisp-handle-switches): Handle symlinks to directories as
8979 directories when ls-lisp-dirs-first in non-nil.
8980
8981 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
8982
8983 * startup.el (command-line): Make sure that loaddefs.el is handled
8984 correctly in load-history.
8985
8986 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
8987
8988 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
8989 (gdb-struct-string, gdb-array-string): New constants.
8990 (gdb-info-locals-handler): Use them.
8991 (gdb-reset): Reset gdb-var-list to nil.
8992
8993 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
8996 in patterns.
8997
8998 2005-11-21 Juri Linkov <juri@jurta.org>
8999
9000 * custom.el (defcustom): Update link types in docstring.
9001
9002 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9003
9004 * custom.el (defgroup): Add doc-string-elt info.
9005
9006 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9007
9008 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9009
9010 * newcomment.el (comment-enter-backward): Fix last fix.
9011
9012 * simple.el (blink-matching-open):
9013 * paren.el (show-paren-function): Allow new paren-class info.
9014
9015 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9016
9017 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9018 handled automagically.
9019
9020 2005-11-20 Andreas Schwab <schwab@suse.de>
9021
9022 * descr-text.el (describe-char): When copying overlays put them
9023 over the full char description instead of just the first character
9024 of it.
9025
9026 2005-11-20 Juri Linkov <juri@jurta.org>
9027
9028 * simple.el (what-cursor-position):
9029 * descr-text.el (describe-char): Use Lisp-readable syntax
9030 for octal and hex. Reorder decimal, octal and hex values.
9031 Remove excess whitespace in the output. Use `=' in `column='
9032 like in `point=' and `Hscroll='.
9033
9034 * international/mule-cmds.el (encoded-string-description):
9035 Use Lisp-readable syntax for hex.
9036
9037 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * newcomment.el (comment-enter-backward): Handle the case where the
9040 comment is closed by EOB.
9041
9042 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9043
9044 * longlines.el (longlines-before-revert-hook)
9045 (longlines-after-revert-hook): New functions.
9046 (longlines-mode): Turn off longlines temporarily when reverting.
9047 Add a message-setup-hook.
9048 (longlines-decode-buffer): New function.
9049 (longlines-wrap-line): Preserve marker positions.
9050
9051 2005-11-19 Andreas Schwab <schwab@suse.de>
9052
9053 * emacs-lisp/shadow.el: Handle compressed files.
9054
9055 2005-11-19 Romain Francoise <romain@orebokech.com>
9056
9057 * net/browse-url.el (browse-url-default-browser): Signal an error
9058 if no usable browser can be found, rather than try to load w3.
9059
9060 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9061
9062 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9063 replacing existing properties.
9064 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9065 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9066 tty specs.
9067 (rcirc-server-prefix, rcirc-server): New faces.
9068 (rcirc-url-regexp): Generate with rx macro.
9069 (rcirc-last-server-message-time): New variable.
9070 (rcirc-filter): Record time of last message.
9071 (rcirc-keepalive): Kill processes that did not send a message
9072 since the last ping.
9073 (rcirc-mode): Give rcirc-topic a local binding here.
9074
9075 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9076
9077 * subr.el (read-passwd): Fontify the prompt as we do with other
9078 prompts.
9079
9080 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9081
9082 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9083 binding buffer-read-only to nil.
9084
9085 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9086
9087 * complete.el (partial-completion-mode):
9088 Mention completion-auto-help in the doc string.
9089
9090 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9091 more Lisp-ish way.
9092
9093 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9094
9095 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9096 digits, not 8, to avoid misalignment for files larger than 100MB.
9097
9098 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9099
9100 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9101 Mention "keyboard shortcuts" in the help text.
9102
9103 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9104
9105 * startup.el (fancy-splash-default-action): Discard only
9106 mouse-down and succeeding mouse-up events in the splash screen
9107 window so that drag-n-drop event can be processed.
9108
9109 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9110
9111 * longlines.el (longlines-mode): Add hacks for mail-mode and
9112 message-mode.
9113
9114 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9115
9116 * textmodes/org.el (org-table-sort-lines): New command.
9117 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9118 (org-add-file): Command removed, use `org-agenda-file-to-front'
9119 instead.
9120 (org-export-icalendar): Use `org-icalendar-combined-name'.
9121 (org-cycle-agenda-files, org-agenda-file-to-end)
9122 (org-agenda-file-to-front): New commands.
9123 (org-table-tab-jumps-over-hlines, org-export-html-style):
9124 New options.
9125 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9126 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9127 New functions.
9128 (org-fill-paragraph): Call `org-table-align' in tables.
9129 (org-mode): Call `org-set-autofill-regexps'.
9130 (org-export-as-html): Support for local handformatted lists.
9131 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9132 (org-export-local-list-max-depth): New option.
9133 (org-html-expand): Use `org-html-protect'.
9134
9135 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9136
9137 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9138 to "p".
9139 (gdb): Move definition of gud-pp to...
9140
9141 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9142 speedbar.
9143 (gdb-find-watch-expression): New function.
9144
9145 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9146
9147 * faces.el (face-attribute, set-face-attribute): Mention existence
9148 of `:ignore-defface' setting in docstring.
9149
9150 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * simple.el (completion-setup-function): Fix last change.
9153
9154 2005-11-17 John Paul Wallington <jpw@pobox.com>
9155
9156 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9157 Use `posn-set-point' instead of `mouse-set-point' because the
9158 latter is not fbound when configured without X.
9159
9160 * comint.el (comint-insert-input): Likewise.
9161
9162 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9163
9164 * simple.el (hard-newline): New variable.
9165 (sendmail-user-agent-compose, next-line): Use it.
9166
9167 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9168 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9169 (mail-mail-reply-to, mail-mail-followup-to)
9170 (mail-position-on-field, mail-signature, mail-yank-original)
9171 (mail-attach-file): Likewise.
9172
9173 * mail/mailheader.el (mail-header-format)
9174 (mail-header-format-function): Likewise.
9175
9176 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9177
9178 2005-11-17 Juri Linkov <juri@jurta.org>
9179
9180 * font-lock.el (font-lock-faces): Rename this defgroup from
9181 `font-lock-highlighting-faces'.
9182 (font-lock-comment-face, font-lock-comment-delimiter-face)
9183 (font-lock-string-face, font-lock-doc-face)
9184 (font-lock-keyword-face, font-lock-builtin-face)
9185 (font-lock-function-name-face, font-lock-variable-name-face)
9186 (font-lock-type-face, font-lock-constant-face)
9187 (font-lock-warning-face, font-lock-negation-char-face)
9188 (font-lock-preprocessor-face)
9189 (font-lock-regexp-grouping-backslash)
9190 (font-lock-regexp-grouping-construct): Rename :group from
9191 `font-lock-highlighting-faces' to `font-lock-faces'.
9192
9193 * cus-edit.el (lisp, c, tex):
9194 * progmodes/ada-mode.el (ada):
9195 * progmodes/asm-mode.el (asm):
9196 * progmodes/cperl-mode.el (cperl-faces):
9197 * progmodes/cpp.el (cpp):
9198 * progmodes/dcl-mode.el (dcl):
9199 * progmodes/f90.el (f90):
9200 * progmodes/fortran.el (fortran):
9201 * progmodes/icon.el (icon):
9202 * progmodes/idlwave.el (idlwave-misc):
9203 * progmodes/m4-mode.el (m4):
9204 * progmodes/make-mode.el (makefile):
9205 * progmodes/meta-mode.el (meta-font):
9206 * progmodes/modula2.el (modula2):
9207 * progmodes/octave-mod.el (octave):
9208 * progmodes/pascal.el (pascal):
9209 * progmodes/perl-mode.el (perl):
9210 * progmodes/prolog.el (prolog):
9211 * progmodes/ps-mode.el (PostScript-edit):
9212 * progmodes/scheme.el (scheme):
9213 * progmodes/sh-script.el (sh-script):
9214 * progmodes/simula.el (simula):
9215 * progmodes/tcl.el (tcl):
9216 * textmodes/nroff-mode.el (nroff):
9217 * textmodes/reftex-vars.el (reftex-fontification-configurations):
9218 * textmodes/sgml-mode.el (sgml):
9219 * textmodes/texinfo.el (texinfo):
9220 Add :link (custom-group-link font-lock-faces) to defgroup.
9221
9222 * hi-lock.el (hi-lock): Rename this defgroup from
9223 `hi-lock-interactive-text-highlighting'. Change parent group from
9224 `faces' to `font-lock'. Add link to the manual.
9225 (hi-lock-mode, hi-lock-file-patterns-range)
9226 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9227 `hi-lock-interactive-text-highlighting' to `hi-lock'.
9228 (hi-lock-faces): Add :group `faces'.
9229
9230 * cus-edit.el (custom-variable-prompt): Clarify the code.
9231
9232 * faces.el (face-read-string): Set the default value arg of
9233 completing-read.
9234
9235 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
9236
9237 * rfn-eshadow.el (file-name-shadow-properties)
9238 (file-name-shadow-tty-properties, file-name-shadow-mode):
9239 Remove autoloads, because the file is now preloaded.
9240
9241 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * printing.el (easy-menu-intern): Don't define.
9244 (pr-get-symbol): Use easy-menu-intern only if defined.
9245
9246 * simple.el (blink-matching-open): Simplify a bit.
9247 (completion-setup-function): Fix the case of partial-completion-mode
9248 when the minibuffer's contents start with "-".
9249 Obey completion-base-size-function even when
9250 minibuffer-completing-file-name is non-nil.
9251
9252 2005-11-16 Richard M. Stallman <rms@gnu.org>
9253
9254 * net/eudcb-ph.el (eudc-ph-open-session):
9255 Use set-process-query-on-exit-flag.
9256
9257 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9258
9259 * international/ucs-tables.el (ucs-set-table-for-input):
9260 Use make-local-variable, not make-variable-buffer-local.
9261
9262 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9263 Improve warning message text.
9264
9265 * savehist.el (savehist-save-hook): Add :group.
9266
9267 * menu-bar.el (menu-bar-help-menu):
9268 Rename Find Extra Packages to External Packages.
9269
9270 * cus-edit.el (Custom-reset-standard): Verify that
9271 :custom-standard-value prop exists before calling it.
9272
9273 * apropos.el (apropos-calc-scores): Use apropos-pattern.
9274
9275 2005-11-16 Martin Rudalics <rudalics@gmx.at>
9276
9277 * wid-edit.el (color): Enclose %t in %{...%}.
9278
9279 * cus-edit.el (face): Enclose %t in %{...%}.
9280
9281 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
9282
9283 * savehist.el (savehist-mode-hook): Re-add the var.
9284 (savehist-mode): Use it.
9285
9286 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 * textmodes/flyspell.el: Fix commenting convention.
9289 Remove unnecessary leading * in custom docstrings.
9290 (flyspell-emacs): Remove unused var.
9291 (flyspell-delete-region-overlays): Use remove-overlays.
9292 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9293 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9294 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9295 (flyspell-debug-signal-word-checked): Use with-current-buffer.
9296 (make-flyspell-overlay): Don't locally reuse a global name.
9297 (flyspell-highlight-incorrect-region)
9298 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9299 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9300 (flyspell-notify-misspell): Remove unused args `start' and `end'.
9301 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
9302 Wrap calls to accept-process-output inside with-local-quit since it's
9303 often called from a post-command-hook.
9304 (flyspell-correct-word, flyspell-auto-correct-word):
9305 Use ispell-send-string.
9306 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
9307
9308 * calendar/diary-lib.el (diary-list-entries): Also hide the
9309 terminating newline.
9310
9311 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
9312
9313 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9314 window-system, to allow fonts on tty.
9315
9316 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
9317
9318 * progmodes/gud.el (gud-speedbar-item-info): New function.
9319 (gud-install-speedbar-variables): Use it to display data type
9320 of watch expression as a tooltip in speedbar.
9321
9322 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
9323
9324 * font-core.el (global-font-lock-mode): Add :version keyword,
9325 because default was changed.
9326
9327 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9328
9329 * startup.el (command-line): Use `custom-reevaluate-setting' for
9330 `file-name-shadow-mode'.
9331
9332 * loadup.el: Preload rfn-eshadow.
9333
9334 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9335 Add :version keyword.
9336 (file-name-shadow-properties, file-name-shadow-tty-properties)
9337 (file-name-shadow): Add :version keyword.
9338
9339 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9340 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9341 in the custom-group property of the symbol frames and the fringe
9342 group got no link to its parent group frames.
9343 Doc fix.
9344
9345 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9346
9347 * progmodes/gud.el (gud-stop-subjob): New function.
9348 (gud-menu-map, gud-tool-bar-map): Use it.
9349
9350 2005-11-16 Kim F. Storm <storm@cua.dk>
9351
9352 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9353 than kill it.
9354 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
9355 to a more useful/logical place.
9356
9357 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9358
9359 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9360 go buttons complementary.
9361
9362 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9363
9364 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9365 (rfn-eshadow-sifn-equal): New function.
9366 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9367
9368 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
9369
9370 * viper-utils.el (viper-non-word-characters-reformed-vi):
9371 Quote `-' in string.
9372
9373 * viper.el (viper-emacs-state-mode-list): Ensure that
9374 rcirc-mode buffers come up in Emacs state.
9375
9376 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9377 operation.
9378
9379 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9380
9381 * term.el (term-termcap-format): Fix typos.
9382 (term-down): Fix the negative argument case.
9383
9384 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9385
9386 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9387 2005-08-15.
9388 (gdb-ann3): New command gud-go.
9389 (menu): Accomodate gdb-mi.el.
9390 (gdb-assembler-custom): Make buffer of selected window current
9391 so that set-window-point works.
9392
9393 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9394 buttons and include new ones.
9395
9396 2005-11-16 Kim F. Storm <storm@cua.dk>
9397
9398 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9399 (gud-menu-map): Use it.
9400
9401 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9402
9403 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9404 that works correctly for Custom and that does not override a user
9405 who disables it.
9406
9407 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9408 (help-xref-interned, help-follow): Make hyperlinks for variables
9409 that are unbound, but have a non-nil variable-documentation property.
9410
9411 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9412 mode hook. (It conflicted with defcustoms for some mode hooks.)
9413 Use the `variable-documentation' property to give the mode hook a
9414 docstring and expand that docstring.
9415
9416 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9417
9418 * savehist.el (savehist-mode): Don't bother with
9419 `custom-set-minor-mode'.
9420 (savehist-coding-system): Check XEmacs version.
9421 (history-length): Declare also at run time.
9422 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9423 Don't set the customize state.
9424 (savehist-minibuffer-hook): Special case for when
9425 minibuffer-history-variable is equal to t.
9426
9427 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * files.el (write-file): Refresh VC status.
9430
9431 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9432 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9433 than fundamental-mode to see if the mode was set.
9434
9435 2005-11-14 Romain Francoise <romain@orebokech.com>
9436
9437 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9438 dummy function in `eval-when-compile' to avoid compiler warning.
9439 Require `man' at compile time.
9440
9441 2005-11-14 Jay Belanger <belanger@truman.edu>
9442
9443 * calc-alg.el (calcFunc-write-out-power): Rename it to
9444 calcFunc-powerexpand.
9445 (math-write-out-power): Rename it to math-powerexpand; have it
9446 handle negative exponents.
9447 (calc-writeoutpower): Rename it to calc-powerexpand.
9448
9449 * calc-ext.el: Change calcFunc-writeoutpower and
9450 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9451 autoloads.
9452 Add calcFunc-ldiv to autoloads.
9453
9454 * calc-arith.el (calcFunc-ldiv): New function.
9455
9456 * calc.el (calc-left-divide): New function.
9457
9458 2005-11-14 Juri Linkov <juri@jurta.org>
9459
9460 * cus-edit.el (custom-variable-prompt): Set the default value arg
9461 of completing-read.
9462
9463 * cus-dep.el (custom-make-dependencies): Reverse the list of
9464 found dependencies.
9465
9466 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9467
9468 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9469 Highlighting" entry, it is on by default now.
9470 (menu-bar-options-save): Do not save global-font-lock-mode.
9471
9472 2005-11-13 Richard M. Stallman <rms@gnu.org>
9473
9474 * textmodes/flyspell.el (flyspell-large-region):
9475 Call flyspell-accept-buffer-local-defs.
9476
9477 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9478
9479 * textmodes/flyspell.el (flyspell-notify-misspell):
9480 Fix misspelling of "Misspelling".
9481 (flyspell-process-localwords): New function.
9482 (flyspell-large-region): Call flyspell-process-localwords and
9483 flyspell-delete-region-overlays.
9484 (flyspell-delete-region-overlays): New function.
9485 (flyspell-delete-all-overlays): Call that.
9486
9487 2005-11-13 Richard M. Stallman <rms@gnu.org>
9488
9489 * help.el (help-for-help-internal): Improve doc of C-h a.
9490 (describe-key): Improve prompt; doc fix.
9491
9492 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * vc-svn.el (vc-svn-registered): Catch all errors.
9495
9496 * cus-dep.el (custom-make-dependencies): Typo.
9497
9498 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9499
9500 * net/tramp-util.el (top): Fix compilation warning.
9501
9502 2005-11-13 Kim F. Storm <storm@cua.dk>
9503
9504 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9505
9506 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9507
9508 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9509 (gud-speedbar-buttons): Match on "const char *" too.
9510
9511 * progmodes/gdb-ui.el (gdb-var-create-handler)
9512 (gdb-var-list-children-handler): Match on "const char *" too.
9513 (gdb-var-evaluate-expression-handler): Match on empty string.
9514 (gdb-var-update-handler): Only call
9515 gdb-var-evaluate-expression-handler when required.
9516
9517 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9518
9519 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9520 selected window. This still doesn't work for speedbar.
9521 (gud-speedbar-buttons): Handle string expressions properly.
9522
9523 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9524 (gdb-var-create-handler): Handle string expressions properly.
9525 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9526 Handle string expressions properly. Move "type" field into regexp.
9527
9528 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9529
9530 * bookmark.el (bookmark-maybe-message): New function to reduce
9531 code duplication: invokes `message' iff baud-rate is high enough.
9532 (bookmark-write-file): Use above instead of an inline conditional.
9533 (bookmark-load): Same.
9534
9535 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9536
9537 * bookmark.el (bookmark-write-file): Don't visit the destination
9538 file, just write the data to it using write-region. This is
9539 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9540 change to avoid visiting the file in the first place.
9541
9542 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9543
9544 * hi-lock.el (hi-lock-mode): Set the default value of
9545 font-lock-defaults.
9546
9547 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9548
9549 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9550 arg to `file-attributes'.
9551 (find-lisp-format): The UID and GID can now be strings.
9552
9553 2005-11-12 Kim F. Storm <storm@cua.dk>
9554
9555 * help.el (help-map): Bind C-h d to apropos-documentation.
9556
9557 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9558 when point is at end-of-buffer.
9559
9560 * apropos.el (apropos-match-face): Doc fix.
9561 (apropos-sort-by-scores): Add new choice `verbose'.
9562 (apropos-documentation-sort-by-scores): New defcustom.
9563 (apropos-pattern): Now contains the pattern entered by the user.
9564 (apropos-pattern-quoted): New defvar.
9565 (apropos-regexp): New defvar, containing the regexp corresponding
9566 to apropos-pattern.
9567 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9568 (apropos-read-pattern): New defun. Use it to read pattern arg in
9569 interactive calls; returns list of words for a word list, and
9570 string for a regexp.
9571 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9572 parses a list of words or regexp as returned by apropos-read-pattern.
9573 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9574 (apropos-score-doc): Return a very high score if the string
9575 entered by the user matches literally.
9576 (apropos-variable): Doc fix. Use apropos-read-pattern.
9577 (apropos-command): Doc fix. Use apropos-read-pattern and
9578 apropos-parse-pattern. Call apropos-print with nosubst=t.
9579 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9580 apropos-parse-pattern.
9581 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9582 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9583 apropos-documentation-sort-by-scores. Call apropos-print with
9584 nosubst=t.
9585 (apropos-documentation-internal): Pass doc string through
9586 substitute-key-definition before adding text properties.
9587 Highlight substring matching literal user input if possible.
9588 (apropos-documentation-check-doc-file): Remove locals beg and end.
9589 Fix calculation of score (as added twice). Pass doc string through
9590 substitute-key-definition before adding text properties.
9591 (apropos-documentation-check-elc-file): Pass doc string through
9592 substitute-key-definition before adding text properties.
9593 Highlight substring matching literal user input if possible.
9594 (apropos-print): Add new arg NOSUBST; if set, command and variable
9595 doc strings have already been passed through substitute-key-definition.
9596 Add code to handle apropos-accumulator items without score element
9597 for backwards compatibility (e.g. with woman package).
9598 Only show scores if apropos-sort-by-scores is `verbose'.
9599
9600 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9603 Add jka-compr-load-suffixes to load-suffixes.
9604
9605 * jka-compr.el: Require jka-cmpr-hook.
9606 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9607 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9608 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9609 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9610 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9611 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9612 (jka-compr-uninstall): Remove entries from
9613 jka-compr-added-to-file-coding-system-alist after they are used.
9614 (jka-compr-error): Remove unused var `curbuf'.
9615 (jka-compr-file-local-copy): Remove unused var `notfound'.
9616
9617 2005-11-10 Romain Francoise <romain@orebokech.com>
9618
9619 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9620
9621 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9622
9623 * progmodes/gud.el (gud-menu-map): Move parentheses.
9624 (gdb): New command gud-pv.
9625
9626 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * tar-mode.el: Remove spurious or unnecessary leading stars
9629 in docstrings.
9630 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9631 (tar-parse-octal-integer-safe): Use mapc.
9632 (tar-header-block-summarize): Remove unused var `ck'.
9633 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9634 cleared before. Obey default-enable-multibyte-characters.
9635 Use mapconcat. Simplify setting of tar-header-offset.
9636 (tar-mode-map): Move initialization inside delcaration.
9637 (tar-flag-deleted): Use `abs'.
9638 (tar-expunge-internal): Remove unused var `line'.
9639 (tar-expunge-internal): Don't hardcode point-min==1.
9640 (tar-expunge): Widen while doing set-buffer-multibyte.
9641 (tar-rename-entry): Use file-name-coding-system.
9642 (tar-alter-one-field): Don't hardcode point-min==1.
9643 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9644 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
9645
9646 2005-11-10 Masatake YAMATO <jet@gyve.org>
9647
9648 * add-log.el (add-log-current-defun): Handle class::method
9649 notation of c++. Fix incorrect comment.
9650
9651 2005-11-10 Alan Mackenzie <acm@muc.de>
9652
9653 * help-fns.el (describe-variable): Make C-h v work when a variable
9654 has variable documentation yet is unbound.
9655
9656 2005-11-10 Masatake YAMATO <jet@gyve.org>
9657
9658 * man.el (Man-highlight-references): Set an empty
9659 string to `Man-arguments' if it is nil.
9660 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9661
9662 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9665 commenting conventions.
9666
9667 * cus-dep.el (custom-make-dependencies): Simplify.
9668 Better follow the commenting conventions.
9669
9670 2005-11-09 Richard M. Stallman <rms@gnu.org>
9671
9672 * apropos.el (apropos-pattern): Rename from apropos-regexp.
9673 (apropos-orig-pattern): Rename from apropos-orig-regexp.
9674 All uses changed.
9675 (apropos-rewrite-regexp): Doc fix.
9676 (apropos-variable, apropos-command, apropos, apropos-value):
9677 Change prompt; carry through the argument renaming.
9678
9679 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
9680
9681 * find-lisp.el: Require dired.
9682 (find-lisp-find-dired-internal): Do not call
9683 `abbreviate-file-name' on DIR.
9684
9685 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
9686
9687 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9688
9689 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
9690
9691 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9692 when using the speedbar.
9693 (gdb): New command gud-pp.
9694 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9695
9696 2005-11-09 Juri Linkov <juri@jurta.org>
9697
9698 * replace.el (occur-excluded-properties): New defcustom.
9699 (occur-1, occur-engine, occur-accumulate-lines): Use it.
9700
9701 2005-11-08 Jay Belanger <belanger@truman.edu>
9702
9703 * calc/calc-units.el (math-convert-units): Replace any composite
9704 unit by its definition.
9705
9706 2005-11-08 Lars Hansen <larsh@soem.dk>
9707
9708 * emacs-lisp/autoload.el (update-directory-autoloads):
9709 Add obsolete function alias.
9710
9711 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9714 comment-indent-function.
9715 (lisp-comment-indent): Replace by an alias for comment-indent-default.
9716
9717 * reveal.el (reveal-post-command): Rework the handling of
9718 reveal-open-spots, so as to be more reliable. There were several
9719 tricky corner cases where an open spot might be lost, or where
9720 a closed spot might end up on the list of open spots.
9721 Only reveal text that's ellipsised.
9722
9723 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
9724
9725 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
9726
9727 2005-11-07 John Paul Wallington <jpw@gnu.org>
9728
9729 * ibuffer.el (ibuffer): Search iconified frames too when
9730 getting Ibuffer buffer's window.
9731
9732 2005-11-06 Richard M. Stallman <rms@gnu.org>
9733
9734 * progmodes/compile.el (compilation-internal-error-properties):
9735 save-excursion around the computation of MARKER.
9736
9737 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
9738
9739 * textmodes/flyspell.el (flyspell-external-point-words):
9740 flyspell-get-word returns a list, not just a string.
9741
9742 2005-11-06 John Paul Wallington <jpw@pobox.com>
9743
9744 * ibuffer.el (ibuffer): Search all visible frames when getting
9745 Ibuffer buffer's window.
9746
9747 2005-11-07 Masatake YAMATO <jet@gyve.org>
9748
9749 * man.el (Man-reference-regexp): Accept spaces between
9750 `Man-name-regexp' and `Man-section-regexp'.
9751 (Man-apropos-regexp): New variable.
9752 (Man-abstract-xref-man-page): Use value for `Man-target-string'
9753 if available.
9754 (Man-highlight-references, Man-highlight-references0):
9755 Handle the case when `Man-arguments' includes "-k".
9756 (Man-highlight-references0): Rename the argument `TARGET-POS' to
9757 `TARGET'. `TARGET' can be a number, function or nil.
9758
9759 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
9760
9761 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
9762 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
9763 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
9764 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
9765 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
9766 (gdb-send-item): Use buffer-local-value and simplify.
9767
9768 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
9769
9770 * startup.el (command-line): Use `custom-reevaluate-setting' for
9771 `global-font-lock-mode'.
9772
9773 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
9774 by default, except in batch mode or when the -D option is given.
9775
9776 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
9777 specified keyword args on to `define-minor-mode'. Update docstring.
9778
9779 2005-11-05 Romain Francoise <romain@orebokech.com>
9780
9781 * replace.el (occur-engine): Add marker at end of line, too.
9782
9783 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9784
9785 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9786 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9787 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9788 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9789 argument to all these routines, so the passphrase can be managed
9790 externally and passed in to the system.
9791 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9792 pgg-add-passphrase-to-cache function.
9793
9794 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9795 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9796 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9797 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9798 argument to all these routines, so the passphrase can be managed
9799 externally and passed in to the system.
9800 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9801 function.
9802
9803 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9804
9805 * font-lock.el: Don't deal with font-lock-face-attributes here,
9806 move the code ...
9807
9808 * startup.el (command-line): ... here. Use face-spec-set instead
9809 of custom-declare-face.
9810
9811 * faces.el (face-spec-set): Reset the face if spec is not nil.
9812
9813 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * newcomment.el (comment-region-internal): Box more tightly in the
9816 common case where there's no TAB in the boxed text.
9817
9818 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9819
9820 * info.el (info-tool-bar-map): Use images prev-node, next-node and
9821 up-node.
9822
9823 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9824
9825 * newsticker.el: Commentary updated. Code formatting changed.
9826 (newsticker-version): Change to "1.9".
9827 (newsticker, newsticker-feed): Doc fix.
9828 (newsticker-url-list): Doc fix. Add option "Weekly".
9829 (newsticker-retrieval-interval): Add option "Weekly".
9830 (newsticker-headline-processing): Doc fix.
9831 (newsticker-auto-mark-filter): Remove.
9832 (newsticker-auto-mark-filter-list): New.
9833 (newsticker-layout, newsticker-sort-method): Doc fix.
9834 (newsticker-hide-old-items-in-newsticker-buffer)
9835 (newsticker-heading-format, newsticker-item-format)
9836 (newsticker-desc-format): Doc fix.
9837 (newsticker-show-all-rss-elements): Remove.
9838 (newsticker-show-all-news-elements): New.
9839 (newsticker-faces, newsticker-ticker): Doc fix.
9840 (remove-from-invisibility-spec): Code formatting.
9841 (newsticker--process-ids): New.
9842 (newsticker-mode): Doc fix.
9843 (newsticker-mode): Change mode-line-format.
9844 (newsticker-start): Remove debug output.
9845 (newsticker-start-ticker): Doc fix. Add autoload cookie.
9846 (newsticker-w3m-show-inline-images): Code formatting.
9847 (newsticker-next-item): Call `force-mode-line-update'.
9848 (newsticker-previous-item): Call `force-mode-line-update'.
9849 (newsticker-next-feed): Call `force-mode-line-update'.
9850 (newsticker-previous-feed): Call `force-mode-line-update'.
9851 (newsticker-mark-all-items-at-point-as-read): Code formatting.
9852 (newsticker-show-old-items): Do not show descs.
9853 (newsticker-hide-entry): Hide too much.
9854 (newsticker-hide-entry, newsticker-show-entry)
9855 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
9856 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
9857 (newsticker-toggle-auto-narrow-to-item): Code formatting.
9858 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
9859 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
9860 (newsticker-get-news): Call `force-mode-line-update'.
9861 Collect process ids.
9862 (newsticker--sentinel): Change coding system handling.
9863 Move image retrieval to new functions newsticker--get-logo-url-*.
9864 Move feed parsing to new functions newsticker--parse-*.
9865 Update list of process ids.
9866 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
9867 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
9868 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
9869 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
9870 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9871 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
9872 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
9873 (newsticker--decode-coding-string): Remove.
9874 (newsticker--decode-numeric-entities): Check input. Format code.
9875 (newsticker--remove-whitespace): Check input.
9876 (newsticker--do-forget-preformatted): Doc fix.
9877 (newsticker--decode-rfc822-date): Allow for missing time.
9878 (newsticker--update-process-ids): New.
9879 (newsticker--image-sentinel): Change comment.
9880 (newsticker--image-read): Change error message.
9881 (newsticker--imenu-goto): Doc fix. Show headline title.
9882 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
9883 (newsticker--buffer-do-insert-text): Clean whitespace in
9884 html-rendered headline title. Code formatting.
9885 Call `newsticker--buffer-print-extra-elements'.
9886 (newsticker--buffer-print-extra-element): Remove.
9887 (newsticker--buffer-print-extra-elements): New.
9888 (newsticker--buffer-do-print-extra-element): New.
9889 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
9890 large sizes.
9891 (newsticker--run-auto-mark-filter)
9892 (newsticker--do-run-auto-mark-filter):
9893 Use `newsticker-auto-mark-filter-list'.
9894
9895 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
9896
9897 * net/rcirc.el: Use split-string OMIT-NULLS argument.
9898 (rcirc-print): Force redisplay before running hooks. Do long
9899 buffer truncation after making new text read-only. Deal with nil
9900 text when decoding strings. If TARGET is nil, use either the
9901 currently selected buffer, if it is an rcirc buffer and of the
9902 same process or the process buffer.
9903 (rcirc-mode): Remove header-line. Recompute short buffer names.
9904 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
9905 (rcirc-short-buffer-name): Add variable.
9906 (rcirc-kill-buffer-hook): Recompute short buffer names.
9907 Remove nick from private channel.
9908 (rcirc-send-input): Send command text to current-buffer.
9909 Don't clear overlay arrow here.
9910 (rcirc-short-buffer-name): Return a short buffer name.
9911 (rcirc-update-short-buffer-names, rcirc-abbreviate)
9912 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
9913 buffer-name abbreviations.
9914 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
9915 Do not touch nick-table when killing a parted channel.
9916 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
9917 Clear arrow from current buffer if it is now hidden.
9918 (rcirc-current-buffer): Add variable.
9919 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9920 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
9921 Remove -face from names.
9922 (rcirc-update-activity-string): Print "DND" when globally ignoring
9923 activity.
9924 (rcirc-ignore-buffer-activity-flag): Rename from
9925 rcirc-ignore-channel-activity.
9926 (rcirc-ignore-all-activity-flag): Doc fix.
9927 (rcirc-channels): Remove variable.
9928 (rcirc-kill-buffer-hook):
9929 (rcirc-get-buffer-create): Add nick to private channel.
9930 (rcirc-multiline-edit-submit): Remove tabs.
9931 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
9932 folded.
9933 (rcirc-remove-nick-channel): Bug fix.
9934 (rcirc-toggle-ignore-buffer-activity): Rename from
9935 rcirc-toggle-ignore-channel-activity.
9936 (rcirc-record-activity): Add buffers to the front of the list.
9937 (rcirc-update-activity): Remove killed buffers from list.
9938 (rcirc-process-server-response-1): Remove last argument if it is
9939 null before calling handler.
9940 (rcirc): Add "rcirc" defcustom prefix.
9941 (rcirc-prompt): Simplify default prompt.
9942 Use custom-initialize-default.
9943 (rcirc-private-chats): Remove variable.
9944 (rcirc-prompt): Change initialization.
9945 (rcirc-version): Remove function.
9946 (rcirc-id-string): Add constant.
9947 (rcirc-last-buffer): Remove variable.
9948 (rcirc-buffer-alist): Add variable.
9949 (rcirc-connect): Update variable setup.
9950 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
9951 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
9952 default.
9953 (rcirc-handler-generic): Trigger activity.
9954 (rcirc-send-message): Create the buffor of the target.
9955 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
9956 (rcirc-get-buffer): Just return nil if there is no matching buffer.
9957 (rcirc-multiline-edit-cancel): Remove function.
9958 (rcirc-set-last-buffer): Remove function.
9959 (rcirc-get-any-buffer): Add function.
9960 (rcirc-join-channels): Don't print /join text.
9961 (rcirc-toggle-ignore-channel-activity): Add and update echo area
9962 messages.
9963 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
9964 (rcirc-handler-NOTICE): Recognize CTCP responses.
9965 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
9966 constructing TOPIC string for buffers we are not JOINed.
9967 (rcirc-handler-CTCP-response): Add handler.
9968 (rcirc-multiline-edit-submit): Restore the window-configuration
9969 before adjusting point.
9970 (rcirc): Add customization group.
9971 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
9972 (rcirc-user-full-name, rcirc-startup-channels-alist)
9973 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
9974 (rcirc-ignore-all-activity-flag, rcirc-time-format)
9975 (rcirc-input-ring-size, rcirc-read-only-flag)
9976 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
9977 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
9978 Change defvar to defcustom.
9979 (rcirc-update-prompt): Add optional ALL arg, which will update
9980 prompts in all rcirc buffers. Regexp quote replacement text.
9981 (rcirc-fill-column): Accept frame-width as a value.
9982 (rcirc-set-changed): Add function.
9983 (rcirc-next-active-buffer): Write more meaningful messages.
9984 (rcirc-faces): Add customization group.
9985 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
9986 (rcirc-nick-in-message-face, rcirc-prompt-face)
9987 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
9988 (with-rcirc-process-buffer): Move before first usage.
9989 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
9990 (rcirc-debug-flag): Rename from `rcirc-log-p'.
9991 (rcirc-debug): Rename from `rcirc-log'.
9992 (rcirc-format-response-string): Do not print `-' chars for a
9993 NOTICE with no sender. Simplify output of server responses.
9994
9995 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9996
9997 (rcirc-browse-url-map, rcirc-browse-url-at-point)
9998 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
9999 Make urls mouse and RET clickable.
10000
10001 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10002
10003 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10004
10005 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10006
10007 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10008 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10009 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10010 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10011 argument to all these routines, so the passphrase can be managed
10012 externally and passed in to the system.
10013 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10014 pgg-add-passphrase-to-cache function.
10015
10016 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10017 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10018 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10019 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10020 argument to all these routines, so the passphrase can be managed
10021 externally and passed in to the system.
10022 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10023 function.
10024
10025 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10026
10027 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10028 from goto-address-url-regexp.
10029
10030 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10031
10032 * textmodes/org.el (org-read-date, org-goto-calendar)
10033 (org-recenter-calendar, org-agenda-goto-calendar):
10034 Temporarily clear `calendar-move-hook'.
10035
10036 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10037
10038 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10039 merging.
10040
10041 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10042 have merge clashes.
10043
10044 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10045
10046 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10047 Undo previous change.
10048
10049 * startup.el (command-line): Use `custom-reevaluate-setting' for
10050 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10051 tty-register-default-colors on Mac.
10052
10053 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10054
10055 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10056 (gdb-buffer-type): Make it automatically buffer local...
10057 (gdb-get-create-buffer): ...and set it accordingly.
10058 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10059 actually work.
10060
10061 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10062
10063 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10064 not red.
10065
10066 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10067
10068 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10069 case GUD buffer is not visible.
10070 (gdb-goto-breakpoint): Try to force display in source buffer.
10071 (gdb-frame-gdb-buffer): Copy other similar functions.
10072 (gdb-restore-windows): Don't display source if not asked for.
10073 (gdb-assembler-buffer-name): Don't capitalise.
10074
10075 2005-11-03 Richard M. Stallman <rms@gnu.org>
10076
10077 * wid-edit.el (key-sequence): New widget type.
10078
10079 * simple.el (set-mark-command-repeat-pop): New variable.
10080 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10081 if set-mark-command-repeat-pop is true.
10082
10083 * info.el (Info-fontify-node): Don't display extra "see" if there
10084 already is one here.
10085
10086 * mouse.el: Fix special handling of DEL after dragging a region:
10087 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10088 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10089
10090 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10091
10092 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10093 not to assume it pertains to an affix.
10094
10095 * textmodes/flyspell.el (flyspell-post-command-hook):
10096 Bind deactivate-mark to prevent deactivation.
10097
10098 2005-11-03 Lars Hansen <larsh@soem.dk>
10099
10100 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10101 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10102 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10103
10104 2005-11-03 Romain Francoise <romain@orebokech.com>
10105
10106 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10107 Update copyright years.
10108
10109 2005-11-03 Sam Steingold <sds@gnu.org>
10110
10111 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10112 Use system-type instead of window-system because window-system is not
10113 correctly defined during loadup.
10114
10115 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10116
10117 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10118 (xml-parse-tag): Join strings separated by a comment properly.
10119
10120 2005-11-02 Andreas Schwab <schwab@suse.de>
10121
10122 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10123
10124 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10127 (byte-optimize-pure-func): Quote the eval'd value.
10128
10129 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10130 Rename from perl-font-lock-syntactic-face-function.
10131 Change the calling convention so it can be used as a font-lock MATCHER.
10132 Do the parse-partial-sexp loop outselves.
10133 (perl-font-lock-syntactic-keywords): Use it.
10134 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10135
10136 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10137
10138 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10139 disassembly buffer too.
10140 (gdb-exited): Remove overlay arrows when execution has finished.
10141 (gdb-info-frames-custom, gdb-info-threads-custom)
10142 (gdb-info-registers-custom): Don't add inappropriate text
10143 properties if inferior is not active.
10144
10145 2005-11-02 Glenn Morris <rgm@gnu.org>
10146
10147 * progmodes/fortran.el (fortran-blink-match):
10148 Use `blink-matching-delay'.
10149
10150 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10151
10152 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10153
10154 2005-11-02 Lars Hansen <larsh@soem.dk>
10155
10156 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10157 "Permission denied".
10158
10159 2005-11-01 Richard M. Stallman <rms@gnu.org>
10160
10161 * textmodes/flyspell.el (flyspell-external-point-words):
10162 Pass nil to flyspell-get-word.
10163
10164 2005-11-02 Kim F. Storm <storm@cua.dk>
10165
10166 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10167 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10168
10169 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10172 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10173 (calendar-mouse-print-dates): Add optional `event' argument.
10174 Update interactive-spec.
10175 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10176 Use `calendar-event-to-date' instead of `event'.
10177
10178 2005-11-02 Masatake YAMATO <jet@gyve.org>
10179
10180 * progmodes/ld-script.el (ld-script-builtins):
10181 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10182 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10183 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10184
10185 2005-11-01 Romain Francoise <romain@orebokech.com>
10186
10187 * vc-sccs.el: Update copyright year.
10188 * ezimage.el: Likewise.
10189
10190 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10191
10192 * info.el (Info-fontify-node): Use `string-width' for fontifying
10193 underlined titles.
10194
10195 2005-11-01 Juri Linkov <juri@jurta.org>
10196
10197 * info.el (Info-fontify-node): Downcase node header keywords Node,
10198 Prev, Next, Up before comparison.
10199 (Info-history): Insert absolute directory name, and put invisible
10200 property on it.
10201
10202 2005-11-01 Juri Linkov <juri@jurta.org>
10203
10204 * info.el (Info-file-supports-index-cookies): New variable.
10205 (Info-find-node-2): Check makeinfo version for index cookie support.
10206 (Info-index-nodes): Search for nodes with index cookies only when
10207 Info-file-supports-index-cookies is t. Otherwise, search nodes
10208 with "Index" in the node name.
10209 (Info-index-node): Search index cookie in the current node only when
10210 Info-file-supports-index-cookies is t. Otherwise, check the word
10211 "Index" in the node name.
10212 (Info-find-emacs-command-nodes): Remove code that searches nodes
10213 with "Index" node name in the top menu.
10214
10215 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * progmodes/scheme.el (scheme-mode-variables): Use the default
10218 comment-indent-function.
10219
10220 * faces.el (face-attribute): Handle the case where a face inherits from
10221 a non-existent face.
10222
10223 * simple.el (eval-expression-print-format): Use lisp-readable syntax
10224 for octal and hexa output, and merge the char into the paren.
10225 (kill-new): Use push.
10226 (copy-to-buffer): Use with-current-buffer.
10227 (completion-setup-function): Move code in loop to remove redundancy.
10228 (minibuffer-local-must-match-map): Don't add bindings that duplicate
10229 those inherited from minibuffer-local-completion-map.
10230
10231 * savehist.el (savehist-mode) <defcustom>:
10232 Use custom-set-minor-mode if available.
10233 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10234 and emit a message if applicable.
10235
10236 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
10237
10238 * savehist.el: Sync up to version 19.
10239 (savehist-mode): New minor mode.
10240 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10241 (savehist-length): Remove (use history-length instead).
10242 (savehist-file-modes): Rename from savehist-modes.
10243 (savehist-save-hook, savehist-loaded): New vars.
10244 (savehist-load): Use savehist-mode. Try to smooth up transition from
10245 old format to new format.
10246 (savehist-install): Allow savehist-autosave-interval to be nil.
10247 (savehist-save): Run the new hook. Be more careful to only trim the
10248 history variables.
10249 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
10250 (savehist-printable): Print into a buffer rather than char-by-char.
10251
10252 2005-11-01 John Wiegley <johnw@newartisans.com>
10253
10254 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10255 toggle-ignore keybinding (C-a). The author said it had been
10256 disabled much earlier due to a possible incompatibility, but after
10257 many months of usage I have encountered no problems (and it is a
10258 rather useful option, especially for switching to " *temp*").
10259
10260 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10261 support for OS/X's AddressBook, by calling out to the open source
10262 program "contacts" (installable through Fink).
10263
10264 * net/eudc.el (eudc-expand-inline): If the
10265 `eudc-multiple-match-handling-method' is set to `all', delete the
10266 query string before inserting the query result.
10267
10268 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10269 flag, to prevent Eshell from using the system ls when
10270 `eshell-ls-insert-directory' is in used.
10271 (eshell-ls-insert-directory): Disable font-lock in directory
10272 buffer so that Eshell's own fontification is seen. This broke
10273 recently due to changes in font-lock, so this goes back to version
10274 21 behavior.
10275
10276 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
10277
10278 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10279 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10280 (gdb-many-windows): Doc fix.
10281
10282 2005-10-31 Romain Francoise <romain@orebokech.com>
10283
10284 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10285
10286 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
10287
10288 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10289 that global-font-lock-mode can be enabled by default.
10290
10291 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10292 (font-lock-add-keywords, font-lock-remove-keywords)
10293 (font-lock-fontify-buffer): Remove autoload cookies.
10294
10295 * jit-lock.el (jit-lock-register): Likewise.
10296
10297 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10298
10299 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10300
10301 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10302 intact if there is no gud-comint-buffer.
10303
10304 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
10305
10306 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10307 old prompt comint-prompt-read-only is t and GDB commands are
10308 issued from tool bar etc.
10309
10310 2005-10-31 Masatake YAMATO <jet@gyve.org>
10311
10312 * vc.el (vc-directory-exclusion-list): Add "{arch}".
10313
10314 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10317 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10318
10319 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
10320
10321 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10322 starting at beginning of line. Fontification is messed up when
10323 `open-paren-in-column-0-is-defun-start' set to t.
10324 Reported by John Paul Wallington <jpw@pobox.com>.
10325
10326 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
10327
10328 * comint.el (comint-send-input): Call `comint-update-fence' when
10329 `comint-process-echoes' and `comint-prompt-read-only' are both
10330 non-nil, to avoid leftover read-only newline.
10331
10332 2005-10-30 Richard M. Stallman <rms@gnu.org>
10333
10334 * textmodes/flyspell.el (flyspell-external-point-words):
10335 Detect when WORD can't be checked properly because
10336 flyspell-get-word finds just part of it, and move on.
10337
10338 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10339 boundarychar for Polish.
10340 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10341 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10342
10343 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
10344
10345 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10346 (gdb-registers-font-lock-keywords): Delete.
10347 (gdb-registers-mode): Don't fontify.
10348 (gdb-info-registers-custom): Use text properties instead as, in
10349 future, changed register values will use font-lock-warning-face.
10350 (gdb-local-font-lock-keywords): Rename to...
10351 (gdb-locals-font-lock-keywords): ...for consistency.
10352
10353 2005-10-30 Andre Spiegel <spiegel@gnu.org>
10354
10355 * vc.el (vc-switch-backend): Better error message if the buffer is
10356 not visiting a file under version control.
10357
10358 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10359
10360 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
10361
10362 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10363 ~/.emacs.d/.emacs.
10364
10365 2005-10-29 Richard M. Stallman <rms@gnu.org>
10366
10367 * replace.el (occur-mode-mouse-goto): Always go to other window.
10368 (occur-mode-goto-occurrence): Always switch in same window.
10369
10370 * simple.el (undo): Display message at end, not at start.
10371
10372 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10373 New arg REUSE-CELL.
10374 (cancel-timer-internal): New function.
10375 (timer-event-handler): Use cancel-timer-internal,
10376 and pass the cell it returns to timer-activate...
10377
10378 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10379 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10380 (jit-lock-after-change): Test memory-full.
10381
10382 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10383
10384 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10385 part of the decoded armor to find the key-identifier.
10386 (pgg-gpg-lookup-key-owner): New function to return the
10387 human-readable identifier of a key owner.
10388 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10389 key itself.
10390 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10391 the key value) if we have a key and can match it against a secret
10392 key. Also, added a note pointing out fact that the prompt only
10393 indicates the first matching key.
10394
10395 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10396 pgg-decrypt-region.
10397 (pgg-pending-timers): A new hash for tracking the passphrase cache
10398 timers, so that new ones supercede old ones.
10399 (pgg-add-passphrase-to-cache): Rename from
10400 `pgg-add-passphrase-cache' to reduce confusion (all callers
10401 changed). Modified to cancel old timers when new ones are added.
10402 (pgg-remove-passphrase-from-cache): Rename from
10403 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10404 changed). Modified to cancel old timers when their keys are
10405 removed from the cache.
10406 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10407 XEmacs, an indirection to delete-itimer.
10408 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10409 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10410 users can only check cache without risk of prompting. Correct bug in
10411 notruncate behavior.
10412 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10413 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10414 Add informative docstrings.
10415 (pgg-decrypt): Convey provided passphrase in subordinate call to
10416 pgg-decrypt-region.
10417
10418 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10419 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10420 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10421 `passphrase' argument, so the passphrase can be managed externally
10422 and then passed in to the system.
10423
10424 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10425 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10426 so the passphrase cache can be used reliably with identifiers
10427 besides a pgp packet's key id.
10428
10429 * pgg-gpg.el (pgg-pgp-encrypt-region)
10430 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10431 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10432 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10433 argument to all these routines, so the passphrase can be managed
10434 externally and passed in to the system.
10435
10436 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10437 `notruncate' argument, so the passphrase cache can be used
10438 reliably with identifiers besides a pgp packet's key id.
10439
10440 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10441
10442 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10443 symmetric encryption.
10444 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10445 encrypted session key.
10446 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10447 message ask for the passphrase in a proper way.
10448
10449 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10450 New user commands for symmetric encryption.
10451
10452 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10453
10454 * textmodes/conf-mode.el (conf-assignment-sign)
10455 (conf-assignment-regexp): Fix docstrings.
10456 (conf-mode-initialize): New function.
10457 (conf-mode): Remove optional args. Use delay-mode-hooks to
10458 recognize recursive calls.
10459 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10460 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10461 (conf-xdefaults-mode): Use define-derived-mode and
10462 conf-mode-initialize.
10463
10464 2005-10-29 Romain Francoise <romain@orebokech.com>
10465
10466 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10467
10468 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10469
10470 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10471 part of the decoded armor to find the key-identifier.
10472 (pgg-gpg-lookup-key-owner): New function to return the
10473 human-readable identifier of a key owner.
10474 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10475 key itself.
10476 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10477 the key value) if we have a key and can match it against a secret
10478 key. Also, added a note pointing out fact that the prompt only
10479 indicates the first matching key.
10480
10481 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10482 pgg-decrypt-region.
10483 (pgg-pending-timers): A new hash for tracking the passphrase cache
10484 timers, so that new ones supercede old ones.
10485 (pgg-add-passphrase-to-cache): Rename from
10486 `pgg-add-passphrase-cache' to reduce confusion (all callers
10487 changed). Modified to cancel old timers when new ones are added.
10488 (pgg-remove-passphrase-from-cache): Rename from
10489 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10490 changed). Modified to cancel old timers when their keys are
10491 removed from the cache.
10492 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10493 XEmacs, an indirection to delete-itimer.
10494 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10495 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10496 users can only check cache without risk of prompting. Correct bug in
10497 notruncate behavior.
10498 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10499 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10500 Add informative docstrings.
10501 (pgg-decrypt): Convey provided passphrase in subordinate call to
10502 pgg-decrypt-region.
10503
10504 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10505
10506 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10507 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10508 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10509 `passphrase' argument, so the passphrase can be managed externally
10510 and then passed in to the system.
10511
10512 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10513 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10514 so the passphrase cache can be used reliably with identifiers
10515 besides a pgp packet's key id.
10516
10517 * pgg-gpg.el (pgg-pgp-encrypt-region)
10518 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10519 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10520 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10521 argument to all these routines, so the passphrase can be managed
10522 externally and passed in to the system.
10523
10524 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10525 `notruncate' argument, so the passphrase cache can be used
10526 reliably with identifiers besides a pgp packet's key id.
10527
10528 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10529
10530 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10531 symmetric encryption.
10532 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10533 encrypted session key.
10534 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10535 message ask for the passphrase in a proper way.
10536
10537 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10538 New user commands for symmetric encryption.
10539
10540 2005-10-28 Bill Wohler <wohler@newt.com>
10541
10542 * help-mode.el (help-url): New button type. Calls browse-url.
10543 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10544 Similar to Info nodes: URL `url'.
10545 (help-make-xrefs): Create help-url buttons for
10546 help-xref-url-regexp matches.
10547
10548 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10549
10550 * tool-bar.el (tool-bar-add-item-from-menu)
10551 (tool-bar-local-item-from-menu): Fix doc strings.
10552
10553 2005-10-28 Romain Francoise <romain@orebokech.com>
10554
10555 * ldefs-boot.el: Update.
10556
10557 * subr.el (locate-library): Move from help-fns.el.
10558 * help-fns.el (locate-library): Move to subr.el.
10559
10560 2005-10-28 Richard M. Stallman <rms@gnu.org>
10561
10562 * net/tramp.el (tramp-completion-mode): defvar moved up.
10563
10564 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10565
10566 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10567
10568 * files.el (find-file-noselect): Use %d to format large file size.
10569
10570 * bindings.el (mode-line-format): Add %e.
10571
10572 * loadup.el ("facemenu"): Load unconditionally.
10573 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10574 ("x-dnd"): Load, when appropriate.
10575
10576 * startup.el (command-line): Call before-init-hook earlier.
10577 Warn about some bad characters in -u user name.
10578
10579 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10580 (flyspell-external-point-words): Error if misspelled word is not found.
10581 Set flyspell-large-region-beg at end of word.
10582
10583 2005-10-28 Andreas Schwab <schwab@suse.de>
10584
10585 * view.el (View-revert-buffer-scroll-page-forward):
10586 Use view-page-size-default.
10587
10588 2005-10-28 Juri Linkov <juri@jurta.org>
10589
10590 * international/quail.el (quail-get-current-str): Translate last
10591 raw character for deterministic input methods.
10592
10593 2005-10-27 Jay Belanger <belanger@truman.edu>
10594
10595 * calc/calc-ext.el: Add functions to autoloads.
10596 (math-identity-matrix-p, math-ident-row-p): New functions.
10597
10598 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10599 multiplication by an identity matrix; don't turn multiplication by
10600 an inverse matrix into division.
10601 (math-div-symbol-fancy): Replace division by matrices with
10602 multiplication by inverse.
10603
10604 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10605
10606 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10607 (calc-writeoutpower): New functions.
10608
10609 2005-10-27 Romain Francoise <romain@orebokech.com>
10610
10611 * replace.el (occur-engine): Include colon in mouse-face highlight.
10612
10613 * dired-x.el: Change Maintainer field.
10614
10615 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10616
10617 * longlines.el (longlines-mode): Bind after-change-functions to
10618 nil during initial decoding and final encoding.
10619
10620 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10621
10622 * term.el (term-emulate-terminal, term-handle-colors-array)
10623 (term-handle-ansi-escape): Specify the terminfo capabilities
10624 implemented.
10625
10626 2005-10-26 Richard M. Stallman <rms@gnu.org>
10627
10628 * info.el (Info-fontify-node): Fix detection of sentence-break
10629 before *Note.
10630
10631 2005-10-26 Romain Francoise <romain@orebokech.com>
10632
10633 * smerge-mode.el: Add `tools' to file keywords.
10634
10635 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10636
10637 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10638 when the fringe is not available.
10639
10640 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10641 (def-gdb-auto-update-trigger): Simplify construction.
10642 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10643 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10644 defined explicitly.
10645 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10646 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10647 defined explicitly.
10648 (gdb-info-locals-custom): Remove as it's a no-op.
10649
10650 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
10651
10652 * longlines.el (longlines-mode): Remove narrowing before
10653 performing the initial decoding or final encoding.
10654
10655 2005-10-25 Romain Francoise <romain@orebokech.com>
10656
10657 * emacs-lisp/find-func.el (find-library-name): Also strip
10658 extension if library name ends in .el, to take advantage of
10659 `find-library-suffixes'.
10660
10661 2005-10-25 Richard M. Stallman <rms@gnu.org>
10662
10663 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10664
10665 2005-10-25 Juri Linkov <juri@jurta.org>
10666
10667 * textmodes/texinfo.el (texinfo-mode): Change charset of one
10668 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10669
10670 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10673 (blackbox-redefine-key): Add argument `map'.
10674
10675 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10676 regions when moving the jit-lock-context-unfontify-pos boundary.
10677
10678 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10679
10680 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10681
10682 2005-10-25 Masatake YAMATO <jet@gyve.org>
10683
10684 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10685
10686 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10687
10688 * play/blackbox.el (blackbox-redefine-key): New function.
10689 (blackbox-mode-map): Use it to remap existing bindings for cursor
10690 motion instead of binding literal keys.
10691
10692 2005-10-25 Glenn Morris <rgm@gnu.org>
10693
10694 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10695 diary does not end in a newline. Do not assume a blank line at
10696 the start of the diary file.
10697
10698 2005-10-25 Kenichi Handa <handa@m17n.org>
10699
10700 * international/quail.el (quail-translate-key): If the input
10701 method is deterministic and failed to handle the last key, restart
10702 the key handling loop from an appropriate key.
10703
10704 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
10705
10706 * vc.el (vc-dired-mode): Extend comment for binding of
10707 `directory-listing-before-filename-regexp'.
10708
10709 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * textmodes/texinfo.el (texinfo-mode):
10712 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
10713 not to unnecessarily expose emacs-mule's internal char codes.
10714
10715 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
10716
10717 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
10718 Display hand pointer and help-echo on disabled icon too.
10719 (gdb-mouse-until): New function.
10720 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
10721
10722 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
10723
10724 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
10725 with 2005-10-23 change to doctor.el.
10726
10727 * finder.el (finder-mode-map): Add follow-link binding.
10728
10729 2005-10-25 Kim F. Storm <storm@cua.dk>
10730
10731 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
10732 to gdb-mouse-toggle-breakpoint-fringe.
10733 (gdb-mouse-toggle-breakpoint-margin): Rename from
10734 gdb-mouse-toggle-breakpoint. Fix doc.
10735 (gdb-mouse-toggle-breakpoint-fringe): New defun.
10736 (gdb-put-string): Add optional SPROPS arg. Add props to string.
10737 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
10738 string properties also for fringe breakpoint bitmaps.
10739
10740 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
10741
10742 * textmodes/org.el (org-start-icalendar-file): Fix format form.
10743
10744 2005-10-25 Masatake YAMATO <jet@gyve.org>
10745
10746 * simple.el (completion-common-substring):
10747 Use `completion-common-substring' prior to `completion-base-size'.
10748
10749 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
10750
10751 * savehist.el: Require CL while compiling.
10752 (savehist-history-variables): Remove.
10753 (savehist-save-minibuffer-history, savehist-additional-variables)
10754 (savehist-minibuffer-history-variables): New vars.
10755 (savehist-save): Use them.
10756 (savehist-uninstall, savehist-minibuffer-hook): New funs.
10757 (savehist-install): New fun, extracted from savehist-load.
10758 (savehist-load): Use them.
10759
10760 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10761
10762 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
10763 a dummy doc-string-elt property.
10764 (defalias, defvaralias, define-category): Add a docstring property.
10765
10766 * image.el (defimage):
10767 * widget.el (define-widget):
10768 * custom.el (defface, defcustom): Add `doc-string' declaration.
10769
10770 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
10771 (defadvice): Add `doc-string' declaration.
10772
10773 * emacs-lisp/byte-run.el (macro-declaration-function):
10774 Handle `doc-string' declarations.
10775 (define-obsolete-function-alias, define-obsolete-variable-alias):
10776 Add `doc-string' declaration.
10777
10778 2005-10-24 Kenichi Handa <handa@m17n.org>
10779
10780 * international/utf-7.el (utf-7): Add autoload cookie.
10781
10782 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
10783
10784 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10785
10786 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
10787 list of directories passed to batch-update-autoloads. Add "." to
10788 the list of the echoed directories.
10789
10790 * pgg-def.el:
10791 * pgg-gpg.el:
10792 * pgg-parse.el:
10793 * pgg-pgp.el:
10794 * pgg-pgp5.el:
10795 * pgg.el: Moved here from the gnus subdirectory.
10796
10797 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
10798
10799 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
10800 in case comint-prompt-read-only is set to t.
10801
10802 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
10803 in case comint-prompt-read-only is set to t.
10804
10805 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
10806
10807 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
10808 Now a string.
10809 (icalendar-import-format): Handle CLASS, STATUS, URL.
10810 Rename `subject' to `summary'.
10811 (icalendar-import-format-summary): Rename from
10812 `icalendar-import-format-subject'.
10813 (icalendar-import-format-url, icalendar-import-format-status)
10814 (icalendar-import-format-class): New variables.
10815 (icalendar--rris): Take variable argument list.
10816 (icalendar--datestring-to-isodate): Remove unnecessary
10817 calendar-style check when converting dates with explicit month names.
10818 (icalendar-export-region): Change return type of conversion
10819 subroutines. Bury current buffer unless error occurred.
10820 (icalendar--convert-to-ical)
10821 (icalendar--parse-summary-and-rest): New functions.
10822 (icalendar--convert-ordinary-to-ical)
10823 (icalendar--convert-weekly-to-ical)
10824 (icalendar--convert-yearly-to-ical)
10825 (icalendar--convert-block-to-ical)
10826 (icalendar--convert-cyclic-to-ical)
10827 (icalendar--convert-anniversary-to-ical): Change return type.
10828 Strip trailing blanks from subject.
10829 (icalendar--convert-sexp-to-ical): Change return type.
10830 Strip trailing blanks from subject. Handle simple sexp
10831 entries as generated by icalendar.el.
10832 (icalendar--convert-float-to-ical)
10833 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
10834 (icalendar-import-file): Doc fix.
10835 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
10836 Correct call to icalendar--rris.
10837 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
10838 `summary'.
10839 (icalendar--add-diary-entry): Rename `subject' to `summary'.
10840
10841 2005-10-24 Romain Francoise <romain@orebokech.com>
10842
10843 * server.el (server-sentinel): Set query-on-exit flag to nil on
10844 new client processes (it isn't inherited from the server process).
10845
10846 * replace.el (occur-engine): Rearrange text properties.
10847
10848 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10849
10850 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
10851 case-fold-search is nil.
10852 (debug-help-follow): Use help-xref-interned directly.
10853
10854 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10855
10856 * thumbs.el (thumbs-image-type): Add .pbm.
10857
10858 2005-10-23 Richard M. Stallman <rms@gnu.org>
10859
10860 * faces.el (inhibit-face-set-after-frame-default): New variable.
10861 (set-face-attribute): Bind it.
10862 (face-set-after-frame-default): Test it.
10863
10864 * help-fns.el (describe-simplify-lib-file-name): New function.
10865 (describe-function-1, describe-variable): Use it.
10866
10867 * faces.el (describe-face): Use describe-simplify-lib-file-name.
10868
10869 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
10870 Eliminate nil as possible value.
10871 (tooltip-hide-delay): Reduce internal-border-width.
10872
10873 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
10874 (menu-bar-file-menu) <new-file>: Likewise.
10875
10876 * simple.el (line-move-finish): Ignore fields computing LINE-END.
10877
10878 * international/mule.el (load-with-code-conversion):
10879 Pass full file name to `eval-buffer' unless preloading.
10880
10881 * textmodes/flyspell.el (flyspell-large-region):
10882 Call ispell-check-version.
10883
10884 * textmodes/ispell.el (ispell-local-dictionary-overridden):
10885 Fix the make-variable-buffer-local call that was supposed
10886 to be for this variable.
10887 (ispell-aspell-supports-utf8): Doc fix.
10888 (ispell-find-aspell-dictionaries): Preserve elements of
10889 ispell-dictionary-alist for dictionaries that aspell doesn't report.
10890 (ispell-aspell-find-dictionary): Return nil on error.
10891
10892 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
10893 (doctor-symptoms): Likewise.
10894
10895 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
10896
10897 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10898
10899 * cus-edit.el (custom-button, custom-button-pressed): New vars.
10900 (custom-raised-buttons): Add :set spec.
10901 (custom-button-unraised, custom-button-pressed-unraised):
10902 New faces, so that custom-raised-buttons actually does something.
10903 (custom-mode): Use custom-button and custom-button-pressed.
10904
10905 * wid-edit.el (widget-specify-button): Don't ignore
10906 widget-mouse-face on graphic terminals.
10907 (widget-move-and-invoke): Cleanup.
10908
10909 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
10910
10911 * whitespace.el (whitespace-cleanup): Doc fix.
10912
10913 2005-10-23 Romain Francoise <romain@orebokech.com>
10914
10915 * emulation/viper.el (viper-set-hooks): Quote forms passed to
10916 `eval-after-load' to avoid evaluating their result.
10917
10918 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
10919
10920 * files.el (directory-listing-before-filename-regexp):
10921 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
10922
10923 * dired.el (dired-move-to-filename-regexp): Remove.
10924 All occurences replaced by `directory-listing-before-filename-regexp'.
10925
10926 * dired-x.el, locate.el, vc.el:
10927 Replace `dired-move-to-filename-regexp' by
10928 `directory-listing-before-filename-regexp'. In vc.el it is
10929 overwritten locally; maybe this can be handled in files.el too.
10930
10931 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
10932 replaced by `directory-listing-before-filename-regexp'.
10933
10934 2005-10-23 Andreas Schwab <schwab@suse.de>
10935
10936 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
10937 and eval-next-after-load.
10938
10939 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
10940
10941 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
10942 exist, create it.
10943
10944 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
10945
10946 * allout.el: Remove autoloads for mailcrypt and crypt++.
10947 Require pgg, pgg-gpg during compilation.
10948 (allout-version): Increment version number to 2.1, and use a literal
10949 rather than RCS Id.
10950 (allout-default-encryption-scheme): Remove.
10951 (allout-passphrase-verifier-handling)
10952 (allout-passphrase-verifier-string)
10953 (allout-file-passphrase-verifier-string)
10954 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
10955 (allout-passphrase-hint-handling): Rename and simplify.
10956 (allout-init): Use `find-file-hook' if available, otherwise
10957 `find-file-hooks'.
10958 (allout-mode): Use `write-file-functions' if available, otherwise
10959 `local-write-file-hooks' and, instead of making auto-save-hook
10960 buffer local, make the write-file-hook activity contingent to
10961 allout-mode.
10962 (allout-mode): Use key-binding substitution in the docstring.
10963 (allout-kill-line): Spell-out kill ring data structure mutation
10964 instead of using byte-compiler-complaint-provoking `pop'.
10965 (allout-insert-listified): Use `insert' rather than `insert-string'
10966 (allout-toggle-current-subtree-encryption): Update docstring, adjust
10967 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
10968 (allout-encrypt-string): Totally revamped vis new underlying
10969 encryption facilities.
10970 (allout-mc-activate-passwd): Remove.
10971 (allout-obtain-passphrase): New, more or less replaces
10972 allout-mc-activate-passwd.
10973 (allout-encrypted-key-info): More or less replaces
10974 allout-encrypted-text-type.
10975 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
10976 (my-mark-marker): Use `(featurep 'xemacs)'.
10977
10978 2005-10-23 Lars Hansen <larsh@soem.dk>
10979
10980 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
10981 (byte-compile-file-form-defmumble, byte-compile-defun)
10982 (byte-compile-defmacro): Use it.
10983 (byte-compile-form): Don't call byte-compile-set-symbol-position
10984 when a byte-compile handler is called.
10985
10986 2005-10-22 Romain Francoise <romain@orebokech.com>
10987
10988 * savehist.el (savehist-history-variables): Add `grep-find-history'.
10989
10990 * subr.el (eval-after-load): Convert library name to an absolute
10991 file name using locate-library, since load-history no longer has
10992 library names in it.
10993
10994 2005-10-22 Richard M. Stallman <rms@gnu.org>
10995
10996 * files.el (make-temp-file): Move from subr.el.
10997 * subr.el (make-temp-file): Move to files.el.
10998
10999 * window.el (get-buffer-window-list): Move from subr.el.
11000 * subr.el (get-buffer-window-list): Move to window.el.
11001
11002 * image.el (image-load-path): Use eval-at-startup to initialize.
11003
11004 * subr.el (eval-at-startup): New macro.
11005
11006 * subr.el: Much rearrangement of functions and division
11007 into pages. No code changes.
11008
11009 2005-10-22 Kenichi Handa <handa@m17n.org>
11010
11011 * tar-mode.el (tar-extract): Be sure to call
11012 find-operation-coding-system if set-auto-coding doesn't find a
11013 coding system.
11014
11015 2005-10-22 Kim F. Storm <storm@cua.dk>
11016
11017 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11018 Change users.
11019 (image-type-file-name-regexps): New defconst.
11020 (image-type-from-data): Simplify loop.
11021 (image-type-from-buffer): New defun.
11022 (image-type-from-file-header): Use it instead of image-type-from-data.
11023 Use image-search-load-path instead of only looking in data-directory.
11024 (image-type-from-file-name): New defun.
11025 (image-search-load-path): Change `pathname' to `filename'.
11026 Make PATH arg optional, default to image-load-path.
11027
11028 2005-10-21 Richard M. Stallman <rms@gnu.org>
11029
11030 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11031
11032 * textmodes/paragraphs.el (sentence-end-base): New variable.
11033 (sentence-end): Use sentence-end-base.
11034
11035 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11036
11037 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11038 property independently from the font-lock-multiline variable.
11039
11040 2005-10-21 Richard M. Stallman <rms@gnu.org>
11041
11042 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11043
11044 * startup.el (command-line): Convert library names
11045 in `load-history' to absolute file names.
11046
11047 * subr.el (symbol-file): Doc fix.
11048
11049 * loadhist.el (file-loadhist-lookup): Call locate-library
11050 instead of find-library-name. Don't try converting
11051 abs file names to library names, since load-history no longer
11052 has library names in it.
11053 (file-dependents, file-provides, file-requires): Doc fixes.
11054
11055 2005-10-21 Juri Linkov <juri@jurta.org>
11056
11057 * progmodes/etags.el (tags-table-mode): New function.
11058 (tags-verify-table): Replace initialize-new-tags-table with
11059 tags-table-mode.
11060
11061 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11062 default value.
11063 (desktop-modes-not-to-save): Add tags-table-mode to the
11064 default value.
11065
11066 * info.el (Info-index-next): Add total number of index
11067 alternatives to the message.
11068
11069 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11070 backward only space (instead of space and period) before looking
11071 at sentence end.
11072
11073 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11074 Add the old variable value as 4th default-value arg of read-string.
11075
11076 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11077
11078 * cus-face.el (custom-declare-face): Make face from X resources
11079 also on Mac.
11080
11081 * disp-table.el (standard-display-g1, standard-display-graphic):
11082 Refuse to use string glyphs also on Mac.
11083 (standard-display-european): Don't set terminal coding system also
11084 on Mac.
11085
11086 * frame.el (display-screens): Use x-display-screens also on Mac.
11087
11088 2005-10-21 Romain Francoise <romain@orebokech.com>
11089
11090 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11091
11092 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11093
11094 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11095 and $? into sexps.
11096
11097 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11098 warning face on open-paren-in-column-0.
11099
11100 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11101 boundary case. Fix typo.
11102 Suggested by Martin Rudalics <rudalics@gmx.at>.
11103
11104 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11105
11106 * textmodes/org.el (org-combined-agenda-icalendar-file)
11107 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11108 (org-export-icalendar-this-file)
11109 (org-export-icalendar-all-agenda-files)
11110 (org-export-icalendar-combine-agenda-files): New commands.
11111 (org-export-icalendar, org-print-icalendar-entries)
11112 (org-start-icalendar-file, org-finish-icalendar-file)
11113 (org-ical-ts-to-string): New functions.
11114 (org-read-date, org-goto-calendar)
11115 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11116 call to `calendar'.
11117 (orgtbl-setup): Remove the :keys arguments from the menu description.
11118 (org-after-save-iCalendar-file-hook): New variable.
11119
11120 2005-10-21 Kenichi Handa <handa@m17n.org>
11121
11122 * language/vietnamese.el (tcvn-5712): Make it an alias of
11123 vietnamese-tcvn coding-system.
11124
11125 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11126
11127 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11128 group id is given.
11129
11130 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11131
11132 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11133 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11134 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11135 whose line is either continued or ends with a comment.
11136
11137 2005-10-20 Romain Francoise <romain@orebokech.com>
11138
11139 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11140
11141 * replace.el (occur-engine): Add follow-link property.
11142
11143 * font-core.el (font-lock-mode): Doc fix.
11144
11145 2005-10-20 Richard M. Stallman <rms@gnu.org>
11146
11147 * net/rcirc.el: New file.
11148
11149 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11150
11151 * term.el (term-term-name): Initialize to "eterm-color".
11152
11153 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11154
11155 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11156 for encryption functionality.
11157 Move allout customization subgroup from `editing' to `outlines' group.
11158 Fix commentary keywords to legitimate ones.
11159 Update author info (using my current email address, obscurified).
11160 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11161 (allout-encrypted-topic-p, allout-encrypted-text-type)
11162 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11163 (allout-situate-encryption-key-verifier)
11164 (allout-get-encryption-key-verifier, allout-verify-key)
11165 (allout-next-topic-pending-encryption)
11166 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11167 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11168 (outline-key-verifier-handling, outline-key-hint-handling)
11169 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11170 (allout-file-key-verifier-string, allout-encryption-scheme)
11171 (allout-key-verifier-string, allout-key-hint-string)
11172 (allout-after-save-decrypt): New variables.
11173 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11174 (allout-after-saves-handler): New hook functions.
11175 (allout-post-command-business): Do allout-after-save-decrypt.
11176 (allout-enable-file-variable-adjustment): Custom var to enable
11177 mechanism for adding and adjusting settings of Emacs file variables.
11178 (allout-adjust-file-variable, allout-file-vars-section-data):
11179 New functions, implement the mechanism.
11180 (outlineify-sticky): Use the file vars mechanism.
11181 (allout-inhibit-protection, allout-during-write-cue)
11182 (allout-override-protect, allout-before-change-protect): Remove.
11183 (allout-flag-region, allout-open-topic): Adjust read-only text.
11184 (allout-open-line-not-read-only): Add to facilitate read-only
11185 text based protection.
11186 (allout-kill-line): Revise to adjust read-only text, clue the
11187 user about the inhibition.
11188 (allout-unprotected): Use unwind-protect.
11189 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11190 topic deeper than the offspring depth of the previous topic -
11191 avoiding confusing "containment discontinuities".
11192 (allout-reindent-bodies): Fix retention of body relative hanging
11193 indent during promotion of collapsed bodies.
11194 (allout-open-topic): Make it easy to open new topic with same
11195 bullet as current topic - topic creation functions provided with
11196 any universal argument provokes now prompt for bullet, defaulting
11197 to the bullet of the previous topic.
11198 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11199 Plain bullet alternates `.' period and `,' comma only. All other
11200 bullets are relegated to special status (but customizable).
11201 (allout-end-of-entry): Rename from allout-end-of-current-entry
11202 since it actually operates w.r.t. most immediately containing
11203 entry, visible or not.
11204 (allout-hide-current-entry, allout-show-current-entry): Use the
11205 revised version.
11206 (allout-old-expose-topic): Solidify deprecation.
11207 (allout-end-of-subtree): Add so we can span concealed as well
11208 as visible topics.
11209 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11210 (allout-end-of-current-heading): Tweak to just respect the first line.
11211 (allout-get-body-text): Add.
11212 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11213 when invoked interactively.
11214 (allout-up-current-level): Use `interactive-p'.
11215 (allout-mode, allout-init): Miscellaneous docstring and
11216 operational refinements, as well as hookups of new encryption stuff.
11217 (allout-beginning-of-current-entry): Now works as advertised.
11218 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11219 (allout-isearch-rectification): Refine condition for isearching.
11220 (allout-isearch-abort, allout-enwrap-isearch)
11221 (allout-flag-region, my-region-active-p): Relocate some macros.
11222 (allout-title): Fallback title is (buffer-name), not
11223 non-existing (current-buffer-name).
11224 (subst-char-in-string): Define if absent (for some XEmacs versions).
11225
11226 2005-10-20 Jari Aalto <jari.aalto@cante.net>
11227
11228 * mail/sendmail.el (mail-setup-hook, mail-aliases)
11229 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11230 (mail-citation-prefix-regexp, mail-signature-file)
11231 (mail-default-headers, mail-bury-selects-summary)
11232 (mail-send-nonascii): Add autoload cookies.
11233
11234 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11235
11236 * frame.el (blink-cursor-mode): Add `mac' to the list of
11237 window-system's that support blinking cursor.
11238
11239 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11240
11241 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11242
11243 2005-10-20 Eli Zaretskii <eliz@gnu.org>
11244
11245 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11246 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11247 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11248
11249 2005-10-20 Kim F. Storm <storm@cua.dk>
11250
11251 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11252 (ido-set-current-directory): Don't add / after final @.
11253 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11254 Explicitly handle ange-ftp completion oddities.
11255 (ido-make-file-list): Don't rotate list at tramp root to avoid
11256 triggering tramp file handler for expand-file-name via get-file-buffer.
11257
11258 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
11259
11260 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11261
11262 2005-10-19 Jay Belanger <belanger@truman.edu>
11263
11264 * calc/calc-units.el (math-standard-units): Add units, adjust
11265 symbols and update values.
11266 (math-unit-prefixes): Add more prefixes.
11267
11268 2005-10-19 Romain Francoise <romain@orebokech.com>
11269
11270 * bookmark.el (bookmark-menu-heading): New face.
11271 (bookmark-bmenu-list): Use it.
11272 Don't fiddle with `baud-rate' at top-level.
11273
11274 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
11275
11276 * image.el (create-image, find-image): Mention max-image-size in
11277 docstring.
11278
11279 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * savehist.el (savehist-load): Revert to checking XEmacs.
11282
11283 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11284 Various docstring and line-width fixups.
11285 (conf-mode): Use cond.
11286 Set font-lock-defaults. Don't set comment-use-syntax.
11287
11288 2005-10-18 David Ponce <david@dponce.com>
11289
11290 * tree-widget.el (tree-widget-button-click): New function.
11291 (tree-widget-button-keymap): Use it.
11292
11293 2005-10-18 Romain Francoise <romain@orebokech.com>
11294
11295 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11296 (bookmark-bmenu-hide-filenames): Add follow-link property.
11297 Improve help-echo text.
11298
11299 * ffap.el (find-file-at-point): Doc fix.
11300
11301 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11302
11303 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11304
11305 2005-10-18 Masatake YAMATO <jet@gyve.org>
11306
11307 Install to the CVS repository what I forgot to install in my
11308 2005-10-16 changes.
11309
11310 * progmodes/python.el (python-complete-symbol): Pass the common
11311 prefix substring of completion to `display-completion-list'.
11312
11313 * textmodes/org.el (org-complete): Ditto.
11314
11315 2005-10-18 Masatake YAMATO <jet@gyve.org>
11316
11317 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11318
11319 * woman.el (WoMan-xref-man-page): New button type derived
11320 from `Man-abstract-xref-man-page'.
11321 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11322
11323 * man.el (Man-abstract-xref-man-page): New button type.
11324 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11325 (Man-highlight-references): Add new optional argument `xref-man-type'.
11326
11327 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11328
11329 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11330
11331 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11332
11333 * cus-edit.el (Custom-move-and-invoke): Delete.
11334 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11335
11336 * wid-edit.el (widget-move-and-invoke): New function, from
11337 Custom-move-and-invoke.
11338
11339 2005-10-17 Bill Wohler <wohler@newt.com>
11340
11341 Move all remaining images from lisp/toolbar to etc/images, move
11342 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
11343 the low resolution images in their own directory (low-color).
11344
11345 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11346 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11347 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11348 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11349 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11350 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11351 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11352
11353 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11354 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11355 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11356 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11357 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11358 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11359 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11360 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11361 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11362 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11363 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11364 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11365 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11366 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11367 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11368
11369 To conform with convention, replace the underscore (_) in the
11370 following image names with dash (-) or (/) as appropriate.
11371
11372 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11373 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11374 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11375 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11376 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11377 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11378 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11379 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11380 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11381 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11382 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11383 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11384 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11385 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11386 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11387
11388 * info.el (info-tool-bar-map): Replace underscores in image names
11389 with dashes.
11390
11391 * makefile.w32-in (WINS): Remove toolbar.
11392
11393 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11394
11395 * tool-bar.el: Move to lisp from toolbar. Now that
11396 toolbar is empty, it should be deleted when folks run "cvs up -P".
11397
11398 2005-10-18 Jay Belanger <belanger@truman.edu>
11399
11400 * calc/calc-store.el (calc-store-into): Get the proper variable name
11401 to display in message.
11402
11403 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11404
11405 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11406 expressions display in speedbar for all buffers when debugging.
11407 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11408
11409 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11410 (speedbar-insert-button, speedbar-make-button):
11411 Use add-text-properties.
11412 (speedbar-update-localized-contents)
11413 (speedbar-update-directory-contents)
11414 (speedbar-update-special-contents): Use dolist.
11415 (speedbar-buffer-easymenu-definition): Add a menu separator.
11416
11417 2005-10-17 Jason Rumney <jasonr@gnu.org>
11418
11419 * makefile.w32-in: Use $(lisp) consistently.
11420 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11421 for shell specific generation of mh-autoloads.
11422
11423 2005-10-17 Richard M. Stallman <rms@gnu.org>
11424
11425 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11426
11427 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * jit-lock.el (jit-lock-fontify-now):
11430 Move jit-lock-context-unfontify-pos to avoid wasted work.
11431
11432 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11433
11434 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11435 `tramp-completion-mode' for checking if we are in completion mode.
11436 (tramp-completion-handle-file-name-all-completions): Reorder code
11437 in order to complete for file names only in case there are no
11438 method/user/host completions. This is necessary for cooperation
11439 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11440
11441 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11442
11443 * longlines.el (longlines-search-forward)
11444 (longlines-search-backward): Match any number of spaces.
11445
11446 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11447
11448 * diff-mode.el (diff-mode): Doc fix.
11449
11450 2005-10-16 David Reitter <david.reitter@gmail.com>
11451
11452 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11453 as default on darwin and windows systems.
11454
11455 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11456
11457 * arc-mode.el (archive-zip-extract): Doc fix.
11458
11459 2005-10-16 Romain Francoise <romain@orebokech.com>
11460
11461 * mouse.el (mouse-1-click-follows-link): Doc fix.
11462
11463 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * savehist.el: Don't require CL at runtime.
11466 (savehist-xemacs): Remove.
11467 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11468 (savehist-no-conversion): Use (featurep 'xemacs).
11469 (savehist-load): Check existence of start-itimer rather than XEmacs.
11470 Use an idle timer.
11471 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11472 `delete-if-not'.
11473
11474 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11475
11476 * savehist.el: Newer version.
11477 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11478 (savehist-last-checksum, savehist-no-conversion): New vars.
11479 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11480 New functions.
11481 (savehist-load, savehist-save): Use them.
11482 (savehist-delimit): Remove.
11483
11484 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11485
11486 * progmodes/compile.el (compilation-goto-locus): Display the
11487 compilation buffer first and the source buffer second, in case they're
11488 in overlapping frames. Don't raise the compilation frame if it was the
11489 selected window upon entry. Pass the `other-window' arg to
11490 pop-to-buffer.
11491
11492 * info.el (Info-fontify-node): Use dolist.
11493 Change add-text-properties to put-text-property.
11494
11495 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11496
11497 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11498 bound of search.
11499
11500 2005-10-16 Masatake YAMATO <jet@gyve.org>
11501
11502 * dabbrev.el (dabbrev-completion): Pass the common
11503 prefix substring of completion to `display-completion-list'.
11504
11505 * filecache.el (file-cache-minibuffer-complete)
11506 (file-cache-complete): Ditto.
11507
11508 * tempo.el (tempo-display-completions): Ditto.
11509
11510 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11511
11512 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11513
11514 * eshell/em-hist.el (eshell-list-history): Ditto.
11515
11516 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11517
11518 * mail/mailalias.el (mail-complete): Ditto.
11519
11520 * progmodes/etags.el (complete-tag): Ditto.
11521
11522 * progmodes/make-mode.el (makefile-complete): Ditto.
11523
11524 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11525
11526 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11527
11528 * progmodes/pascal.el (pascal-complete-word)
11529 (pascal-show-completions): Ditto.
11530
11531 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11532
11533 * simple.el (completion-common-substring): New variable.
11534 (completion-setup-function): Use `completion-common-substring'
11535 to put faces.
11536
11537 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11538
11539 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11540 (x-get-selection, mac-select-convert-to-string): Convert from/to
11541 UTF-16 clipboard data as in native byte order, no BOM.
11542
11543 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11544
11545 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11546 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11547 (gud-sentinel): Use speedbar-frame to check for speedbar.
11548
11549 2005-10-15 Richard M. Stallman <rms@gnu.org>
11550
11551 * savehist.el: New file.
11552
11553 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11554
11555 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11556 Fix bug in \bf fontification.
11557
11558 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * pcvs.el (cvs-edit-log-files): New var.
11561 (cvs-mode-edit-log): New arg `file'.
11562 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11563 Instead force the use of the original file and nothing else.
11564 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11565 the cvs-minor-wrap-function is set.
11566 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11567
11568 2005-10-14 Bill Wohler <wohler@newt.com>
11569
11570 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11571 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11572 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11573 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11574 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11575 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11576 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11577 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11578 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11579 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11580 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11581 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11582 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11583 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11584 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11585
11586 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11587 appropriately (for example, gud-break to gud/break).
11588
11589 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11590
11591 * longlines.el (longlinges-search-function)
11592 (longlines-search-forward, longlines-search-backward): New functions.
11593 (longlines-mode): Set isearch-search-fun-function to
11594 longlinges-search-function.
11595
11596 * mouse.el (mouse-drag-region-1): Handle the case where a
11597 double-click event is bound to an arbitrary function.
11598
11599 2005-10-14 David Ponce <david@dponce.com>
11600
11601 * recentf.el (recentf-track-opened-file)
11602 (recentf-track-closed-file, recentf-update-menu)
11603 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11604 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11605 mouse-1-click-follows-link.
11606
11607 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11608
11609 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11610 Gnome file-manager.png. Suggested by
11611 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11612
11613 * toolbar/README: Add diropen.xpm.
11614
11615 2005-10-13 Bill Wohler <wohler@newt.com>
11616
11617 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11618 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11619
11620 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11621
11622 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11623 Don't waste the byte-compiler's time on constant data.
11624
11625 2005-10-13 Kenichi Handa <handa@m17n.org>
11626
11627 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11628 byte with `escape-glyph' face.
11629
11630 * international/fontset.el (ccl-encode-unicode-font):
11631 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11632 Handle the case that ucs-mule-to-mule-unicode translates a character to
11633 ASCII (usually for IPA characters).
11634
11635 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11638 Don't hide the underline of titles if font-lock-mode is disabled.
11639
11640 2005-10-12 Bill Wohler <wohler@newt.com>
11641
11642 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
11643 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11644 files in MH-E-SRC have been updated.
11645 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11646
11647 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11650 (mixal-mode-syntax-table): Add \n as end-comment.
11651 (mixal-operation-codes-alist): Immediately initialize to full value.
11652 (mixal-add-operation-code): Remove.
11653 (mixal-describe-operation-code): Make the arg non-optional.
11654 Use the interactive spec instead.
11655 Use mixal-operation-codes-alist rather than mixal-operation-codes.
11656 (mixal-font-lock-keywords): Don't highlight comments here any more.
11657 (mixal-font-lock-syntactic-keywords): New var.
11658 (mixal-mode): Use it. Fix comment-start-skip.
11659
11660 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11661
11662 * startup.el (command-line-x-option-alist): -nb => -nbi
11663
11664 2005-10-12 Kim F. Storm <storm@cua.dk>
11665
11666 * startup.el (fancy-splash-default-action): Discard mouse click in
11667 the splash screen window, as it has no sensible meaning in the
11668 next window to be selected. Fixes error reported by Jan D.
11669
11670 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11671
11672 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11673
11674 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11677 Try to fix up minor layout issues like indentation, line break, etc...
11678 (mixal-mode-syntax-table): Don't try to specify comment syntax,
11679 because it doesn't work.
11680 (mixal-operation-codes): Add some more codes.
11681 (mixal-font-lock-keywords): Process comments here.
11682 (mixal-mode): mixasm no longer needs -g option.
11683
11684 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
11685
11686 * progmodes/sh-script.el (sh-tmp-file):
11687 Use mktemp -t. Finish support for es and rc shells.
11688
11689 2005-10-11 Jay Belanger <belanger@truman.edu>
11690
11691 * calc/calcalg2.el (calc-integral): With an argument, compute the
11692 definite integral.
11693
11694 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
11695
11696 * mouse.el (mouse-drag-region-1): Don't try to catch a
11697 double-click when doing follow-link (it's overridden anyway).
11698
11699 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
11700
11701 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11702 (autoload-print-form-outbuf): Add docstring.
11703
11704 2005-10-11 Juri Linkov <juri@jurta.org>
11705
11706 * info.el (Info-mode-menu): Delete menu item "Edit".
11707 (Info-mode): Delete description of Info-edit from docstring,
11708 and rearrange descriptions of Info commands in the order
11709 they are documented in the Info manual.
11710
11711 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11712
11713 * calendar/appt.el (appt-check): Use diary-selective-display var.
11714
11715 2005-10-10 Richard M. Stallman <rms@gnu.org>
11716
11717 * net/newsticker.el (newsticker-start, newsticker-show-news):
11718 Add autoload cookies.
11719
11720 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
11721
11722 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
11723
11724 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
11725
11726 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
11727
11728 2005-10-10 Jay Belanger <belanger@truman.edu>
11729
11730 * calc/calc-arith.el (math-check-known-scalarp)
11731 (math-check-known-matrixp): Check the values of arguments that are
11732 variables.
11733 (math-check-known-square-matrixp): New function.
11734 (math-known-square-matrixp): Use math-check-known-square-matrixp.
11735 (math-super-types): Add sqmatrix type.
11736
11737 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11738 mode name `square' to `sqmatrix'.
11739
11740 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
11741 mode name `square' to `sqmatrix'.
11742
11743 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * progmodes/etags.el (select-tags-table-mode): Don't use
11746 selective-display.
11747 (tags-select-tags-table): Pass `button' to the action function.
11748 (select-tags-table): Place the side-info on button properties rather
11749 than in hidden text. Abbreviate file names.
11750 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
11751 (select-tags-table-select): Add `button' argument.
11752 Get side-info from the button property rather than from hidden text.
11753
11754 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
11755
11756 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
11757 (gud-speedbar-buttons): Preserve point if possible.
11758 (gud-sentinel): Restore previous speedbar display type.
11759
11760 * progmodes/gdb-ui.el (gdba): Improve diagram.
11761 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11762 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11763 Call get-buffer-window once.
11764
11765 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11766
11767 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
11768 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
11769 (pascal-indent-command): Remove unused var `ind'.
11770 (pascal-indent-case): Remove unused var `oldpos'.
11771 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
11772 since it's now used as a proper minor mode map.
11773 (pascal-outline): Rename to pascal-outline-mode.
11774 (pascal-outline-mode): Use define-minor-mode.
11775 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
11776 selective-display.
11777
11778 2005-10-10 Andreas Schwab <schwab@suse.de>
11779
11780 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
11781 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
11782
11783 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
11784 outside source directory.
11785
11786 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
11787
11788 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
11789 C-x' as a prefix.
11790 (orgtbl-mode-map): Full keymap instead of sparse, because all
11791 `self-insert-command' keys are redefined in this map.
11792 (org-export-as-html): Specify charset for HTML file, by taking it
11793 from the coding system.
11794
11795 2005-10-10 Kenichi Handa <handa@m17n.org>
11796
11797 * textmodes/flyspell.el (flyspell-check-word-p):
11798 If unread-command-events is non-empty, don't call sit-for.
11799
11800 2005-10-09 Richard M. Stallman <rms@gnu.org>
11801
11802 * font-lock.el (font-lock-syntactic-keywords)
11803 (font-lock-keywords): Doc fixes.
11804
11805 * textmodes/flyspell.el (flyspell-external-point-words):
11806 Simplify logic, and don't try to check for consecutive appearances
11807 of one incorrect word.
11808
11809 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
11810
11811 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
11812 separator.
11813
11814 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
11815 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
11816 (gud-expansion-speedbar-buttons): New function.
11817 (gud-speedbar-buttons): Check for gud-comint-buffer.
11818
11819 2005-10-09 Bill Wohler <wohler@newt.com>
11820
11821 * Makefile.in (updates): Add mh-loaddefs dependency.
11822
11823 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
11824
11825 * speedbar.el (speedbar-file-key-map): Fix typo.
11826
11827 2005-10-09 Daniel Brockman <daniel@brockman.se>
11828
11829 * cus-start.el (line-spacing): Add custom spec.
11830
11831 2005-10-09 Romain Francoise <romain@orebokech.com>
11832
11833 * textmodes/ispell.el (ispell-check-version): Fix last change.
11834
11835 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11836
11837 * term/x-win.el: Remove -i, --icon-type from comment.
11838
11839 * startup.el (command-line-x-option-alist): Remove options -i,
11840 -itype, --icon-type, added -nb, --no-bitmap-icon
11841
11842 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
11843
11844 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
11845 instead of :active.
11846
11847 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
11848
11849 * textmodes/ispell.el (ispell-check-version):
11850 Ignore hyphen, and all that follows, in aspell's version text.
11851
11852 2005-10-08 Jay Belanger <belanger@truman.edu>
11853
11854 * calc/calc-arith.el (math-known-square-matrixp): New function.
11855 (math-pow-fancy): Check for matrices before distributing exponent
11856 across products.
11857
11858 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
11859 fullscreen keypad. Suggested by Luc Teirlinck.
11860 (calc-keypad-show-input): Add space for formatting.
11861
11862 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
11863 Add square matrix option.
11864
11865 * calc/calc-poly.el (math-expand-term): Check for matrices instead
11866 of checking calc-matrix-mode when deciding how to expand.
11867
11868 * calc/calc.el (calc-set-mode-line): Add square matrix option.
11869
11870 2005-10-08 Lars Hansen <larsh@soem.dk>
11871
11872 * net/tramp.el (tramp-perl-directory-files-and-attributes):
11873 Add error handling.
11874 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
11875
11876 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
11877
11878 Sync with Tramp 2.0.51.
11879
11880 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11881 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11882 Insert special handling for `last-coding-system-used', again
11883 it still seems to be necessary (unlike stated before).
11884 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11885 (tramp-password-prompt-regexp): There might be other words before
11886 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
11887 (tramp-chunksize): Improve docstring.
11888 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
11889 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
11890 Christian Joergensen <bugs@razor.dk>.
11891
11892 2005-10-07 Glenn Morris <rgm@gnu.org>
11893
11894 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
11895 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
11896 precision'.
11897
11898 2005-10-07 Romain Francoise <romain@orebokech.com>
11899
11900 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
11901 (ibuffer-do-shell-command-pipe-replace)
11902 (ibuffer-do-shell-command-file, ibuffer-do-eval)
11903 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
11904 (ibuffer-do-revert, ibuffer-do-replace-regexp)
11905 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
11906 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11907 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
11908 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
11909 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
11910 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
11911 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
11912 Autoload file sans suffix.
11913
11914 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
11915
11916 2005-10-07 David Ponce <david@dponce.com>
11917
11918 * recentf.el (recentf-menu-open-all-flag): New option.
11919 (recentf-digit-shortcut-command-name): New function.
11920 (recentf--shortcuts-keymap): New variable.
11921 (recentf-menu-shortcuts): New variable.
11922 (recentf-make-menu-items): Initialize it. Replace the "More..."
11923 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
11924 (recentf-menu-value-shortcut): New function.
11925 (recentf-make-menu-item): Use it. No more in-lined.
11926 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
11927 (recentf-open-most-recent-file): Rename from
11928 `recentf-open-file-with-key'. Don't depend on key binding.
11929 (recentf-mode-map): New variable.
11930 (recentf-mode): Use it.
11931
11932 2005-10-06 Bill Wohler <wohler@newt.com>
11933
11934 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
11935
11936 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
11937 (MH-E-SRC): New. Used by mh-autoloads.
11938 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11939 files in MH-E-SRC have been updated.
11940 (compile, recompile, bootstrap): Depend on mh-autoloads.
11941
11942 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
11943
11944 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
11945 gud-break and gud-remove icons when the fringe is not available.
11946
11947 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
11948 Typo.
11949
11950 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11951
11952 * play/zone.el (zone): Wrap body with save-window-excursion.
11953
11954 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
11955
11956 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11957 Use the new `list-only' arg to diary-list-entries.
11958
11959 * calendar/diary-lib.el: Use overlays rather than selective-display.
11960 (diary-selective-display): New var.
11961 (diary-header-line-format): Use it.
11962 (diary-list-entries): Add argument `list-only'.
11963 Put the buffer in diary-mode. Don't add \^M at beg and end.
11964 Replace \^M by invisible overlays.
11965 (diary-unhide-everything): Replace \^M by invisible overlays.
11966 (print-diary-entries): Look for overlays rather than \^M.
11967 Add a space to the temp buffer name.
11968 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
11969 Put the buffer in diary-mode.
11970 (list-sexp-diary-entries): Replace \^M by invisible overlays.
11971 (diary-anniversary): Make the year arg optional.
11972 (diary-time-regexp): New const.
11973 (diary-font-lock-keywords): Use it to accept a few more time formats.
11974
11975 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
11976
11977 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
11978
11979 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
11980 Fix bug introduced 2005-07-03: Use (car (last ...))
11981 to faithfully reproduce replaced artist-last.
11982 (artist-set-arrow-points-for-poly): Likewise.
11983 Suggested by Johan Bockg\e,Ae\e(Brd.
11984
11985 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
11986
11987 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
11988 * wid-edit.el (widget):
11989 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
11990 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
11991
11992 2005-10-06 Kenichi Handa <handa@m17n.org>
11993
11994 * international/mule-cmds.el (set-language-environment):
11995 Fix setting up of case-table for unibyte mode.
11996
11997 * simple.el (what-cursor-position): If the character is displayed
11998 by some `display' text property, show that. Don't use
11999 single-key-description for eight-bit characters in multibyte mode.
12000
12001 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12002
12003 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12004 (gdb-ann3): Set it.
12005 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12006 (gdb-info-frames-custom): Use inverse-video for first five
12007 characters of selected frame only.
12008 (gdb-get-frame-number): Select frame even when point is on frame
12009 number.
12010
12011 2005-10-06 Masatake YAMATO <jet@gyve.org>
12012
12013 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12014 Put `font-lock-function-name-face'.
12015 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12016 and `font-lock-variable-name-face'
12017 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12018 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12019 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12020 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12021 (gdb-local-font-lock-keywords): New font lock keywords definition.
12022 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12023 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12024 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12025
12026 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12027
12028 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12029 (ediff-merge-region-is-non-clash-to-skip): Previously called
12030 ediff-merge-region-is-non-clash.
12031
12032 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12033 Use insert-buffer-substring.
12034
12035 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12036 selecting files to patch. Also bug fixes.
12037
12038 * ediff-util.el (ediff-setup): Bug fix.
12039 (ediff-next-difference): Never skip clashes that differ in white
12040 space only.
12041
12042 * ediff-wind.el (ediff-setup-control-frame)
12043 (ediff-destroy-control-frame): Check the menubar feature.
12044
12045 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12046 (viper-refresh-mode-line): Use make-local-variable to localize
12047 some vars instead of make-variable-buffer-local. Suggested by
12048 Stefan Monnier.
12049
12050 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12051 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12052 Use make-local-variable instead of make-variable-buffer-local.
12053 Suggested by Stefan Monnier.
12054
12055 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12056 (viper-comint-mode-hook): Use make-local-variable on
12057 require-final-newline.
12058 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12059
12060 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12061
12062 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12063 also the second char of a comment-start sequence.
12064 (scheme-sexp-comment-syntax-table): New var.
12065 (lambda, define): Set their scheme-doc-string-elt property.
12066 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12067 Use lisp-font-lock-syntactic-face-function now that it properly
12068 handles |...| symbols.
12069 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12070 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12071
12072 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12073 bit from # to |.
12074 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12075
12076 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12077 (lisp-doc-string-elt-property): New var.
12078 (lisp-font-lock-syntactic-face-function): Use it.
12079 Rewrite to recognize docstrings even for forms not at toplevel.
12080
12081 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12082 annotation on the | part of #| rather than on the # part.
12083 (scheme-font-lock-syntactic-face-function): New function, to
12084 distinguish strings from |...| symbols.
12085 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12086 syntax-table so that #|...|# is properly highlighted.
12087
12088 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12089 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12090
12091 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12094 and C-e.
12095
12096 * emacs-lisp/eldoc.el: Move comments into docstrings.
12097 (eldoc-message-commands): Initialize in its declaration.
12098 Add move-beginning-of-line and move-end-of-line.
12099 (eldoc-add-command, eldoc-add-command-completions)
12100 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12101
12102 * outline.el (outline-mark-subtree): Activate the mark.
12103
12104 * calendar/appt.el (appt-time-regexp): New var.
12105 (appt-add, appt-make-list): Use it.
12106 (appt-convert-time): Clean up.
12107
12108 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12109 Don't set any syntax-table property here.
12110 (tex-font-lock-verb): New function. Do it here.
12111 (tex-font-lock-syntactic-keywords): Use it.
12112
12113 2005-10-04 Richard M. Stallman <rms@gnu.org>
12114
12115 * wid-edit.el (widget-file-complete): Get the widget start point
12116 the right way. Default directory to `/' if file has none.
12117
12118 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12119
12120 * textmodes/flyspell.el (flyspell-mode-on):
12121 Call ispell-maybe-find-aspell-dictionaries.
12122
12123 * textmodes/ispell.el (ispell-word, ispell-region):
12124 Call ispell-maybe-find-aspell-dictionaries.
12125 (ispell-accept-buffer-local-defs):
12126 Don't call ispell-maybe-find-aspell-dictionaries
12127
12128 2005-10-04 Richard M. Stallman <rms@gnu.org>
12129
12130 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12131
12132 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12133
12134 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12135 instead of `fboundp' in order to allow for anonymous functions.
12136
12137 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12138
12139 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12140 case the user clicks on the link while another window is selected.
12141 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12142
12143 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12144 functionality.
12145 (dframe-help-echo): Save point in case mouse tracking is off.
12146
12147 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12148
12149 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12150
12151 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12152
12153 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12154 not change the global value of those vars.
12155
12156 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12157 make-local-variable which we do not need any more.
12158
12159 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12160
12161 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12162 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12163 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12164 (speedbar-path-line): Define obsolete aliases.
12165 (speedbar-line-directory): Doc fix.
12166
12167 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12168 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12169 instead of speedbar-line-path.
12170
12171 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12172
12173 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12174 to nil if dropping on a window. Handle dropping on a minibuffer window
12175 like dropping on a non-window part of Emacs.
12176
12177 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12178
12179 * net/ange-ftp.el: Use with-current-buffer.
12180 (ange-ftp-insert-directory): Do not follow symlinks any more.
12181
12182 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12183 Remove interactive spec.
12184
12185 2005-10-03 Kim F. Storm <storm@cua.dk>
12186
12187 * ido.el (ido-mode): Use custom-initialize-set.
12188
12189 2005-10-02 Richard M. Stallman <rms@gnu.org>
12190
12191 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12192 Use insert-buffer-substring.
12193
12194 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12195 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12196
12197 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12200 in last change.
12201 (ange-ftp-insert-directory): Fix up the search for the case where
12202 `file' is absolute.
12203
12204 2005-10-02 Romain Francoise <romain@orebokech.com>
12205
12206 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12207
12208 2005-10-02 Andreas Schwab <schwab@suse.de>
12209
12210 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12211 directory component in the session info.
12212
12213 2005-10-01 Richard M. Stallman <rms@gnu.org>
12214
12215 * comint.el (comint-redirect-subvert-readonly): Doc fix.
12216
12217 * simple.el (next-error-internal): New function.
12218
12219 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12220 (compilation-start): Pass new arg to compilation-buffer-name.
12221 (compile-goto-error): Use next-error-internal.
12222
12223 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12224
12225 * speedbar.el: Remove RCS tag.
12226 (speedbar-check-read-only): Handle non-existent files.
12227
12228 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12229
12230 * info.el (Info-speedbar-hierarchy-buttons)
12231 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12232
12233 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12234
12235 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12236 Do not match newline.
12237 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12238 (bibtex-summary): Remove unnecessary save-excursion.
12239 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12240
12241 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12242
12243 * term/mac-win.el: Add charset info for "iso10646-1".
12244 Modify default fontset to use ATSUI-compatible fonts for some charsets
12245 if available.
12246
12247 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
12248
12249 * speedbar.el: Re-apply arch tag.
12250 (speedbar-version): Rename to version 1.0. Suggested by Eric
12251 M. Ludlam.
12252 Reapply two changes from Emacs CVS' version of speedbar lost
12253 during the merge:
12254 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12255 (speedbar-frame-parameters): Improve customize type.
12256
12257 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12258
12259 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12260 (ange-ftp-file-directory-p): Fix the symlink case.
12261 (ange-ftp-insert-directory): When listing a single file, get a list of
12262 the parent buffer and extract the relevant line. Inspired from a patch
12263 by Katsumi Yamaoka <yamaoka@jpl.org>.
12264 (ange-ftp-file-name-sans-versions): Simplify.
12265
12266 2005-09-30 Bill Wohler <wohler@newt.com>
12267
12268 Move MH-E image files from toolbar and mail directories into
12269 etc/images.
12270
12271 * mail/reply2.*: Move to etc/images/mail/reply*.
12272
12273 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12274 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12275 etc/images.
12276
12277 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12278 * toolbar/reply*: Move to etc/images/mail.
12279
12280 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12281
12282 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
12283
12284 * speedbar.el: New version 1.0pre3.
12285
12286 Frame management code (including timer, and mouse click specifics)
12287 moved to dframe.el:
12288 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
12289 (speedbar-timer): Removed. Use dframe-timer.
12290 (speedbar-close-frame): Removed. Use dframe-close-frame.
12291 (speedbar-activity-change-focus-flag): Removed. Use
12292 dframe-activity-change-focus-flag.
12293 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
12294 dframe-update-speed.
12295
12296 (speedbar-current-frame): New macro. Use this instead of the
12297 variable speedbar-frame.
12298
12299 (speedbar-use-images, speedbar-expand-image-button-alist)
12300 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12301
12302 (speedbar-find-image-on-load-path): Removed. Replaced by
12303 defezimage in ezimage.el.
12304 (speedbar-expand-image-button-alist): Removed. Replaced by
12305 ezimage-expand-image-button-alist in ezimage.el.
12306
12307 (speedbar-ignored-directory-regexp)
12308 (speedbar-add-ignored-directory-regexp)
12309 (speedbar-ignored-directory-expressions)
12310 (speedbar-line-directory, speedbar-buffers-line-directory)
12311 (speedbar-directory-line, speedbar-buffers-line-directory):
12312 Renamed, replacing `path' with `directory'.
12313
12314 (speedbar-create-directory, speedbar-expand-line-descendants)
12315 (speedbar-toggle-line-expansion)
12316 (speedbar-contract-line-descendants): New commands.
12317
12318 (speedbar-query-confirmation-method, speedbar-select-frame-method)
12319 (speedbar-use-tool-tips-flag): New options.
12320
12321 (speedbar-check-read-only, speedbar-require-version)
12322 (speedbar-insert-separator, speedbar-buffers-tail-notes)
12323 (speedbar-handle-delete-frame, speedbar-try-completion)
12324 (speedbar-update-localized-contents): New functions.
12325
12326 (speedbar-incompatible-version, speedbar-ro-to-do-point)
12327 (speedbar-object-read-only-indicator): New variables.
12328
12329 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12330 New hooks.
12331
12332 (speedbar-separator-face): New face.
12333
12334 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12335 (speedbar-ignored-modes): Add fundamental-mode.
12336 (speedbar-directory-unshown-regexp): Add . directories.
12337
12338 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12339 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12340 `]' for full expand/close.
12341 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12342
12343 (speedbar-check-vc): Support hidden files.
12344 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12345 (speedbar-this-file-in-vc): Use vc-state if available. If VC
12346 state is nil, it is not checked out.
12347
12348 (speedbar-line-text, speedbar-line-token): Support expand buttons
12349 with no text.
12350 (speedbar-refresh): Universal argument acts as power-click.
12351 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12352 that buffer to get variable values.
12353
12354 And many other bugfixes.
12355
12356 * dframe.el, ezimage.el, sb-image.el: New files.
12357
12358 * sb-*.xpm: Remove files. New image files installed into
12359 etc/images/ezimage.
12360
12361 2005-09-30 Kenichi Handa <handa@m17n.org>
12362
12363 * ps-mule.el (ps-mule-show-warning): If a character is in
12364 ps-print-translation-table, don't treat it as non-printable.
12365
12366 2005-09-30 David Ponce <david@dponce.com>
12367
12368 * tree-widget.el (tree-widget-themes-load-path): New variable.
12369 (tree-widget-themes-directory): Doc fix.
12370 (tree-widget-image-formats) [Emacs]: Doc fix.
12371 (tree-widget--locate-sub-directory): New function.
12372 (tree-widget-themes-directory): Use it.
12373
12374 * recentf.el (recentf-filename-handlers): Rename from
12375 `recentf-filename-handler'. Allow a list of functions.
12376 (recentf-menu-items-for-commands): Fix :help strings.
12377 (recentf-apply-filename-handlers): New function.
12378 (recentf-expand-file-name): Use it.
12379 (recentf-cleanup): Remove duplicates too.
12380
12381 2005-09-29 Juri Linkov <juri@jurta.org>
12382
12383 * faces.el: Rearrange face definitions to be in the same order as
12384 their face descriptions in "(emacs)Standard Faces".
12385
12386 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12387
12388 * tooltip.el (tooltip): Add group `basic-faces'.
12389
12390 * buff-menu.el (Buffer-menu-buffer): Remove group
12391 `font-lock-highlighting-faces'.
12392
12393 * progmodes/compile.el (compilation-error, compilation-warning)
12394 (compilation-info, compilation-line-number, compilation-column-number):
12395 Change group from `font-lock-highlighting-faces' to `compilation'.
12396
12397 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12398 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12399 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12400 (vhdl-font-lock-reserved-words-face)
12401 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12402 `font-lock-highlighting-faces'.
12403
12404 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12405
12406 2005-09-28 Kim F. Storm <storm@cua.dk>
12407
12408 * emulation/cua-base.el: Set CUA move property on additional commands:
12409 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12410 forward-sexp, backward-sexp, forward-list, backward-list.
12411
12412 2005-09-28 Romain Francoise <romain@orebokech.com>
12413
12414 * comint.el (comint-show-output): Really set point at the
12415 beginning of the output when not using `comint-use-prompt-regexp'.
12416
12417 2005-09-27 Jay Belanger <belanger@truman.edu>
12418
12419 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12420 in TeX mode.
12421
12422 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12423
12424 * textmodes/org.el (org-table-sum): Fix format string.
12425
12426 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12427 Quote face names.
12428
12429 2005-09-26 Romain Francoise <romain@orebokech.com>
12430
12431 * isearch.el (isearch-forward-regexp): Close doc string.
12432
12433 2005-09-25 Richard M. Stallman <rms@gnu.org>
12434
12435 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12436
12437 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12438
12439 * progmodes/compile.el (compilation-error-properties):
12440 When getting the file from the previous error message,
12441 correctly decode the new data format.
12442
12443 * progmodes/cc-cmds.el (c-electric-paren):
12444 Call old-blink-paren only for close-paren.
12445
12446 2005-09-24 Andreas Schwab <schwab@suse.de>
12447
12448 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12449 condition.
12450
12451 2005-09-25 Romain Francoise <romain@orebokech.com>
12452
12453 * dired-aux.el (dired-copy-file-recursive):
12454 * dired.el (dired-delete-file):
12455 * ediff-mult.el (ediff-dir-diff-copy-file):
12456 * ediff-util.el (ediff-test-save-region):
12457 * forms.el (forms-mode):
12458 * ido.el (ido-file-internal, ido-delete-file-at-head):
12459 * log-edit.el (log-edit-done):
12460 * ses.el (ses-yank-resize):
12461 * play/gomoku.el (gomoku-human-plays, gomoku)
12462 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12463 (gomoku-offer-a-draw):
12464 * play/landmark.el (lm-human-resigns, lm):
12465 * net/eudcb-ldap.el (eudc-ldap-check-base):
12466 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12467 * progmodes/ebrowse.el (ebrowse-find-pattern):
12468 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12469 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12470 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12471
12472 * vc.el (vc-delete-file):
12473 * play/gomoku.el (gomoku-terminate-game, gomoku)
12474 (gomoku-prompt-for-move, gomoku-human-takes-back):
12475 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12476 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12477
12478 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12479
12480 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12481 color rxvt terminals by using the code xterm.el used to use before
12482 2005-04-09 in order to match the colors used by rxvt.
12483
12484 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12485
12486 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12487 colors rxvt-unicode terminals by using the same code as xterm.el.
12488
12489 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12490
12491 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12492 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12493 new symbol used for the tex-verbatim face.
12494
12495 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12496
12497 * woman.el (woman-file-name):
12498 * wid-edit.el (widget-file-prompt-value)
12499 (widget-coding-system-prompt-value):
12500 * w32-fns.el (set-w32-system-coding-system):
12501 * vc.el (vc-version-diff, vc-annotate):
12502 * textmodes/reftex-auc.el (reftex-arg-cite)
12503 (reftex-arg-index-tag):
12504 * textmodes/refer.el (refer-get-bib-files):
12505 * textmodes/artist.el (artist-figlet-choose-font):
12506 * terminal.el (terminal-emulator):
12507 * replace.el (occur-read-primary-args):
12508 * rect.el (string-rectangle, string-insert-rectangle):
12509 * ps-print.el (ps-print-preprint):
12510 * progmodes/pascal.el (pascal-goto-defun):
12511 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12512 * progmodes/compile.el (compilation-find-file):
12513 * printing.el (pr-interactive-n-up):
12514 * play/animate.el (animate-birthday-present):
12515 * net/rcompile.el (remote-compile):
12516 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12517 * mail/rmailsum.el (rmail-summary-search-backward)
12518 (rmail-summary-search):
12519 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12520 (rmail-output-read-file-name):
12521 * mail/rmail.el (rmail-search, rmail-search-backwards):
12522 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12523 * locate.el (locate):
12524 * international/quail.el (quail-show-keyboard-layout):
12525 * international/mule.el (set-buffer-file-coding-system)
12526 (revert-buffer-with-coding-system, set-file-name-coding-system)
12527 (set-terminal-coding-system, set-keyboard-coding-system)
12528 (set-next-selection-coding-system):
12529 * international/mule-diag.el (describe-coding-system)
12530 (describe-font, describe-fontset):
12531 * international/mule-cmds.el (universal-coding-system-argument)
12532 (search-unencodable-char, describe-input-method)
12533 (set-language-environment, describe-language-environment):
12534 * international/codepage.el (codepage-setup):
12535 * international/code-pages.el (codepage-setup):
12536 * info.el (Info-search, Info-follow-reference)
12537 (Info-search-backward):
12538 * emacs-lisp/advice.el (ad-read-advised-function)
12539 (ad-read-advice-class, ad-clear-cache, ad-activate)
12540 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12541 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12542 (ad-read-regexp):
12543 * ediff-util.el (ediff-toggle-regexp-match):
12544 * ediff-ptch.el (ediff-prompt-for-patch-file):
12545 * dired-aux.el (dired-diff):
12546 * diff.el (diff):
12547 * cus-edit.el (custom-variable-prompt):
12548 * calendar/timeclock.el (timeclock-ask-for-project):
12549 * calc/calcalg3.el (calc-get-fit-variables):
12550 * calc/calc-store.el (calc-edit-variable)
12551 (calc-permanent-variable):
12552 * vc-mcvs.el (vc-mcvs-register):
12553 * shadowfile.el (shadow-define-literal-group):
12554 * woman.el (woman-file-name):
12555 * vc.el (vc-version-diff, vc-merge):
12556 * textmodes/reftex-index.el (reftex-index-complete-tag):
12557 * format.el (format-decode-buffer, format-decode-region):
12558 * emulation/viper-cmd.el (viper-read-string-with-history):
12559 * emacs-lisp/debug.el (cancel-debug-on-entry):
12560 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12561 * ediff.el (ediff-merge-revisions)
12562 (ediff-merge-revisions-with-ancestor, ediff-revision):
12563 * completion.el (interactive-completion-string-reader):
12564 * calc/calc-prog.el (calc-user-define-formula):
12565 Follow convention for reading with the minibuffer.
12566
12567 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12568
12569 * progmodes/python.el (python-describe-symbol): Add globals() and
12570 locals() to the arguments of emacs.ehelp.
12571
12572 2005-09-24 Magnus Henoch <mange@freemail.hu>
12573
12574 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12575 New function, code extracted from ispell-valid-dictionary-list.
12576 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12577 Call it.
12578
12579 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12580
12581 * subr.el (version-regexp-alist): Extend valid syntax for version
12582 strings: allow any of the characters -,_,+ to separate the
12583 alpha/beta/rc part from the version part. Doc fix.
12584 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12585
12586 2005-09-23 David Reitter <david.reitter@gmail.com>
12587
12588 * mail/mailclient.el: New file.
12589
12590 2005-09-23 Richard M. Stallman <rms@gnu.org>
12591
12592 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12593 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12594 Doc fixes.
12595
12596 * progmodes/cc-mode.el (c-font-lock-init):
12597 Specify font-lock-lines-before.
12598
12599 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12602 whole conflict.
12603
12604 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12605
12606 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12607 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12608 of `remap' feature when available. Additional key bindings for
12609 better tty support.
12610 (org-mode-restart, org-force-self-insert): New commands.
12611 (org-time-stamp-inactive): New command.
12612 (org-remap): New function.
12613 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12614 (org-enable-fixed-width-editor): Move to `org-structure'
12615 customization group.
12616 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12617 blank field after field motion commands.
12618
12619 2005-09-23 Kenichi Handa <handa@m17n.org>
12620
12621 * international/mule-cmds.el (set-language-environment):
12622 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12623 have to call utf-translate-cjk-load-tables.
12624
12625 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12626
12627 * mouse.el (mouse-move-drag-overlay): Fix last change.
12628
12629 2005-09-22 David Ponce <david@dponce.com>
12630
12631 * tree-widget.el (tree-widget-value-create): Fix previous change.
12632
12633 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12634
12635 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12636
12637 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 * mouse.el (mouse-move-drag-overlay): New function.
12640 (mouse-drag-region-1): Use it.
12641 Try to simplify a bit the state handling. Handle clicks on links
12642 inside intangible areas.
12643 (mouse-save-then-kill): Minor simplification.
12644 (mouse-secondary-overlay): Make it always non-nil instead of
12645 recreating it each time.
12646 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12647 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12648 Simplify accordingly.
12649
12650 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12651
12652 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12653
12654 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
12655
12656 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12657 (ediff-file-name-sans-prefix): Treat nil as an empty string.
12658 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12659 to patch.
12660
12661 * ediff-util.el: Use insert-buffer-substring.
12662
12663 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12664
12665 * emulation/viper-cmd.el (viper-change-state): Don't move over the
12666 field boundaries in the minibuffer.
12667 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12668 (viper-minibuffer-post-command-hook): New hook.
12669 (viper-line): Don't move cursor at bolp.
12670
12671 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12672
12673 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12674 avoid compiler warnings.
12675
12676 * emulation/viper-macs.el (ex-map): Better messages.
12677
12678 * emulation/viper-utils.el (viper-beginning-of-field): New function.
12679
12680 * emulation/viper.el: Replace make-variable-buffer-local with
12681 viper-make-variable-buffer-local everywhere, to avoid warnings.
12682
12683 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12684
12685 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12686 Delete unused var `old-selected-window'.
12687 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12688 (mouse-drag-secondary): Delete unused var `start-frame'.
12689
12690 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12691
12692 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12693
12694 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12697 Re-indent within 80 columns. Use inhibit-read-only.
12698
12699 2005-09-19 Romain Francoise <romain@orebokech.com>
12700
12701 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12702
12703 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 * font-lock.el (font-lock-default-fontify-region): Don't add a line
12706 unconditionally, since the after-change-function already did it.
12707
12708 2005-09-19 Miles Bader <miles@gnu.org>
12709
12710 * net/newsticker.el: Get rid of CVS keyword.
12711
12712 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
12713
12714 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
12715 The prompt is formatted later.
12716
12717 2005-09-19 David Ponce <david@dponce.com>
12718
12719 * tree-widget.el (tree-widget-value-create): Save the converted
12720 tree :node widget.
12721
12722 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
12723
12724 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
12725 variable `message'.
12726
12727 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
12728
12729 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
12730 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
12731 <slawomir.nowaczyk.847@student.lu.se>.
12732
12733 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
12734
12735 * image.el (image-load-path): Use symbol `data-directory' instead
12736 of its value, for backward compatibility with packages that bind
12737 it during `find-image'. Suggested by Katsumi Yamaoka.
12738 (image-search-load-path): Handle symbols whose values are strings.
12739
12740 2005-09-18 Romain Francoise <romain@orebokech.com>
12741
12742 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
12743 with-current-buffer form in save-excursion.
12744
12745 2005-09-18 Deepak Goel <deego@gnufans.org>
12746
12747 * apropos.el (apropos-command): Fix `message' call: first arg
12748 should be a format spec. In this and all other cases that appear
12749 below and elsewhere in the source code, I made a change only when
12750 two conditions were satisfied: [1] I can think of a possibility
12751 that the arguments would cause an error, for example, the code in
12752 question relies on external variables such as filenames. [2] I
12753 was sure that the arg to `message' could not have been nil in the code.
12754
12755 * textmodes/tildify.el (tildify-region): Ditto.
12756
12757 * textmodes/reftex-index.el (reftex-index-change-entry)
12758 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
12759 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
12760 * textmodes/org.el (org-complete, org-deadline, org-schedule)
12761 (org-priority, org-table-sum):
12762 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
12763 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
12764 (flyspell-word, flyspell-display-next-corrections):
12765 * textmodes/bibtex.el (bibtex-print-help-message):
12766 * textmodes/artist.el (artist-key-set-point-poly):
12767 * term/mac-win.el (mac-services-insert-text):
12768 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
12769 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
12770 (vhdl-port-paste-testbench, vhdl-compose-new-component)
12771 (vhdl-compose-configuration):
12772 * progmodes/sh-script.el (sh-blink, sh-show-indent)
12773 (sh-set-indent, sh-learn-line-indent):
12774 * progmodes/ps-mode.el (ps-mode-target-column):
12775 * progmodes/idlwave.el (idlwave-make-tags)
12776 (idlwave-scan-library-catalogs):
12777 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
12778 * progmodes/gud.el (gud-jdb-analyze-source):
12779 * progmodes/flymake.el (flymake-log):
12780 * progmodes/ebnf2ps.el (ebnf-generate-region):
12781 * progmodes/cmacexp.el (c-macro-expansion):
12782 * progmodes/ada-xref.el (ada-treat-cmd-string):
12783 * progmodes/ada-mode.el (ada-create-case-exception-substring)
12784 (ada-justified-indent-current, ada-batch-reformat):
12785 * play/zone.el (zone):
12786 * play/landmark.el (lm-move):
12787 * play/decipher.el (decipher-show-alphabet):
12788 * net/newsticker.el (newsticker--display-jump)
12789 (newsticker--display-scroll):
12790 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
12791 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
12792 * mail/feedmail.el (feedmail-dump-message-to-queue):
12793 * eshell/esh-proc.el (eshell-remove-process-entry):
12794 * emulation/ws-mode.el (ws-last-error):
12795 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
12796 (viper-record-kbd-macro):
12797 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
12798 * emacs-lisp/lisp-mnt.el (lm-report-bug):
12799 * emacs-lisp/find-func.el (find-function-noselect):
12800 * calendar/timeclock.el (timeclock-status-string)
12801 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
12802 (timeclock-when-to-leave-string):
12803 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
12804 * calc/calc-units.el (calc-enter-units-table):
12805 * calc/calc-mode.el (calc-mode-record-mode):
12806 * woman.el (woman-mini-help):
12807 * wdired.el (wdired-change-to-wdired-mode):
12808 * vc.el (vc-retrieve-snapshot):
12809 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
12810 * startup.el (display-startup-echo-area-message):
12811 * simple.el (set-goal-column):
12812 * ses.el (ses-command-hook, ses-recalculate-cell):
12813 * server.el (server-process-filter):
12814 * printing.el (pr-interface-txt-print, pr-interface-printify)
12815 (pr-interface-ps):
12816 * pcvs.el (cvs-help):
12817 * log-edit.el (log-edit, log-edit-mode-help):
12818 * iswitchb.el (iswitchb-possible-new-buffer):
12819 * isearch.el (isearch-edit-string):
12820 * image-mode.el (image-mode, image-minor-mode):
12821 * ibuf-macs.el (define-ibuffer-filter):
12822 * hi-lock.el (hi-lock-find-patterns):
12823 * files.el (toggle-read-only):
12824 * ediff-util.el (ediff-copy-diff)
12825 (ediff-write-merge-buffer-and-maybe-kill):
12826 * echistory.el (Electric-history-undefined):
12827 * dnd.el (dnd-insert-text):
12828 * dired-aux.el (dired-query):
12829 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
12830 * bookmark.el (bookmark-bmenu-locate):
12831 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
12832 Fix `message' calls to ensure first arg is a format string.
12833 The change was made only when these two conditions were satisfied:
12834 [1] when there is a possibility that the arguments would cause an error
12835 for example, if the code in question relies on external variables
12836 such as filenames, and
12837 [2] if the arg to `message' could not have been nil in the code.
12838
12839 * pcomplete.el (pcomplete--help): Fix `message' format spec.
12840 Not having a %s would be weird, though not technically wrong.
12841
12842 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12843
12844 * term/mac-win.el (mac-add-charset-info): Doc fix.
12845
12846 2005-09-17 Romain Francoise <romain@orebokech.com>
12847
12848 * shell.el (shell-resync-dirs): Handle echoing processes more
12849 reliably. Don't insert resync command if `comint-process-echoes'
12850 is non-nil.
12851
12852 2005-09-17 Magnus Henoch <mange@freemail.hu>
12853
12854 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
12855 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
12856 aspell versions >= 0.60.
12857 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
12858 only if ispell-aspell-supports-utf8 is non-nil.
12859
12860 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12861
12862 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
12863 buffer-local value to lisp-indent-function.
12864
12865 2005-09-17 Milan Zamazal <pdm@zamazal.org>
12866
12867 * progmodes/glasses.el (glasses-make-readable): If
12868 glasses-separator differs from underscore, put appropriate
12869 overlays over underscore characters.
12870 (glasses-convert-to-unreadable): If glasses-separator differs from
12871 underscore, try to convert glasses-separator characters to
12872 underscores.
12873
12874 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
12877 Use with-syntax-table and dolist.
12878
12879 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
12880
12881 * textmodes/reftex-auc.el:
12882 * textmodes/reftex-cite.el:
12883 * textmodes/reftex-dcr.el:
12884 * textmodes/reftex-global.el:
12885 * textmodes/reftex-parse.el:
12886 * textmodes/reftex-ref.el:
12887 * textmodes/reftex-sel.el:
12888 * textmodes/reftex-toc.el:
12889 * textmodes/reftex-vars.el:
12890 * textmodes/reftex.el: Small changes to remove compiler warnings.
12891
12892 * textmodes/reftex-index.el: Likewise.
12893 (reftex-query-index-phrase): More efficient use of markers.
12894
12895 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12896
12897 * image.el (image-load-path): New variable.
12898 (image-search-load-path): New function.
12899 (find-image): Search for images in `image-load-path'.
12900
12901 2005-09-15 Richard M. Stallman <rms@gnu.org>
12902
12903 * follow.el: Change Maintainer field.
12904
12905 2005-09-15 David Ponce <david@dponce.com>
12906
12907 * recentf.el (recentf-save-file-modes): New option.
12908 (recentf-save-list): Use it.
12909
12910 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
12911
12912 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
12913 (mode-line-mule-info, mode-line-modified): Move bindings from
12914 mouse-3 to mouse-1.
12915
12916 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12917
12918 * simple.el (sendmail-user-agent-compose): Revert last change.
12919
12920 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
12923 Use with-current-buffer.
12924 (ange-ftp-gwp-start): Remove unused var `gw-user'.
12925 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
12926 (ange-ftp-insert-directory): Remove unused var `short'.
12927 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
12928
12929 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
12930 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
12931
12932 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
12933 (check-calendar-holidays, diary-list-entries): Autoload.
12934 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
12935 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
12936
12937 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
12938 which mistakenly removed a call to display-buffer.
12939
12940 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
12941
12942 * obsolete/iso-insert.el: Move to obsolete/ from international/.
12943
12944 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
12945
12946 * progmodes/hideshow.el
12947 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
12948 (hs-allow-nesting): New user var.
12949 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
12950 (hs-hide-block-at-point): When nesting allowed,
12951 if there is already an overlay in place, delete it.
12952 (hs-safety-is-job-n): Delete func; remove call sites.
12953 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
12954 (hs-overlay-at): New func.
12955 (hs-already-hidden-p, hs-show-block): Use it.
12956 (hs-hide-all): Don't pre-clean if nesting allowed.
12957 (hs-show-all): Temporarily disallow
12958 nesting around call to `hs-discard-overlays'.
12959
12960 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
12961
12962 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
12963 Delete unused local var.
12964
12965 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
12966
12967 * help-fns.el (describe-categories): "?\ " -> "?\s".
12968 (help-do-arg-highlight): Recognize also ARG-n, as in
12969 `move-to-left-margin' (ARG+n is already recognized). Simplify.
12970
12971 * international/codepage.el (dos-unsupported-char-glyph):
12972 * net/newsticker.el (tool-bar-map, w3-mode-map)
12973 (w3m-minor-mode-map):
12974 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
12975 (ent-alist):
12976 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
12977
12978 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
12979
12980 * custom.el (custom-push-theme): Handle the case where a symbol is
12981 bound but face properties have not yet been assigned.
12982
12983 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
12984 Fix behavior if noerase is `t' and there is no mail buffer.
12985
12986 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
12987 if `continue' is nil, rather than signal an error.
12988
12989 2005-09-12 Richard M. Stallman <rms@gnu.org>
12990
12991 * font-lock.el (font-lock-keywords): Add autoload.
12992
12993 * help-fns.el (describe-variable): Rearrange to put source link
12994 in a predictable place.
12995
12996 * net/newsticker.el: New file.
12997
12998 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13001 (calendar-basic-setup): Use the new nil arg.
13002 (number-of-diary-entries): Move to diary-lib.el.
13003
13004 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13005 (diary-list-entries): Use with-syntax-table and dolist.
13006 Rename from list-diary-entries.
13007 Use number-of-diary-entries if `number' is nil.
13008 (diary, diary-view-entries): Use this new name and new nil arg value.
13009 (number-of-diary-entries): Move from calendar.el.
13010 (diary-unhide-everything): New function.
13011 (include-other-diary-files, fancy-diary-display)
13012 (diary-show-all-entries, make-diary-entry): Use it.
13013 (diary-mail-entries): Use buffer-string.
13014 (mark-diary-entries): Fix long standing paren typo.
13015 (diary-sexp-entry): Use count-lines.
13016 (make-diary-entry): Avoid `previous-line'.
13017 (diary-mode-map): New var.
13018 (diary-mode): Redraw cal after saving. Setup header-line.
13019 (fancy-diary-display-mode): Use local-set-key.
13020
13021 * startup.el (command-line): Try calling various terminal-init-foo-bar
13022 functions by stripping hyphenated suffixes from $TERM.
13023
13024 * files.el (normal-mode): Check boundness of font-lock-keywords.
13025
13026 2005-09-12 Richard M. Stallman <rms@gnu.org>
13027
13028 * progmodes/compile.el: Don't decide a file's directory
13029 until the user actually tries to go there.
13030 (compilation-next-error-function):
13031 Pass compilation-find-file the directory from the file-struct.
13032 (compilation-internal-error-properties): Separate local FILE-STRUCT
13033 from FILE. Doc the args better. Rename arg FMT to FMTS.
13034 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13035 Expand it, and if nil, use default-directory.
13036 (compilation-get-file-structure): Don't mix specified directory
13037 with default directory. Put specified directory into
13038 file-struct. Don't make the file name absolute.
13039
13040 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13041 (compile-command): Add autoload.
13042 (compilation-disable-input): Add autoload.
13043
13044 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13045
13046 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13047 strings of the variables it can override.
13048 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13049 %Q and %q, for fully-qualified domain name and unqualified host name.
13050
13051 2005-09-11 Kim F. Storm <storm@cua.dk>
13052
13053 * emacs-lisp/authors.el (authors-aliases): Update list.
13054 (authors-fixed-entries): Update mldrag.el entry.
13055
13056 2005-09-10 Alan Mackenzie <acm@muc.de>
13057
13058 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13059 from the region narrowed to.
13060
13061 2005-09-10 Magnus Henoch <mange@freemail.hu>
13062
13063 * textmodes/ispell.el (ispell-check-version): Signal an error if
13064 aspell version is less than 0.60.
13065
13066 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13067
13068 * progmodes/octave-inf.el (inferior-octave-startup):
13069 Resync current dir at the end.
13070
13071 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13072
13073 * woman.el (woman-topic-at-point-default):
13074 Rename to woman-use-topic-at-point-default.
13075 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13076 (woman-file-name): Reflect renames above. Automatically use the
13077 word at point as topic if woman-use-topic-at-point is non-nil.
13078 Otherwise offer it as default but don't insert it in the
13079 minibuffer. Also use `test-completion' instead of `assoc' as
13080 suggested by Stefan Monnier.
13081
13082 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13083
13084 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13085 the attempt to do it over Tramp. This is not yet supported.
13086
13087 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13088
13089 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13090 (menu-bar-non-minibuffer-window-p): New functions.
13091 ("Split Window", "Save As..."): Use them.
13092 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13093 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13094 Use menu-bar-menu-frame-live-and-visible-p.
13095 ("Save Buffer", "Insert File", "Open Directory...")
13096 ("Open File...", "Visit New File..."):
13097 Use menu-bar-non-minibuffer-window-p.
13098 (kill-this-buffer-enabled-p, dired <menu-enable>):
13099 Use menu-bar-non-minibuffer-window-p.
13100
13101 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13102
13103 * cus-start.el (all): Don't complain about fringe-related
13104 built-ins if fringes are not supported. Ditto about
13105 selection-related built-ins. Fix the test for GTK-related built-ins.
13106
13107 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13108 ("Postscript Print Buffer", "Print Region", "Save As...")
13109 ("Save", "Insert File...", "Open Directory...")
13110 ("Open File...", "Visit New File..."")
13111 ("Truncate Long Lines in this Buffer"): Don't look at
13112 menu-updating-frame if this display does not support multiple frames.
13113
13114 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13115
13116 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13117
13118 2005-09-09 Emilio Lopes <eclig@gmx.net>
13119
13120 * woman.el: Format- and whitespace-related changes.
13121
13122 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13123
13124 * woman.el: Fix my email address.
13125
13126 2005-09-08 Richard M. Stallman <rms@gnu.org>
13127
13128 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13129 (sh-mode): Locally set skeleton-pair-default-alist.
13130
13131 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13132
13133 * progmodes/flymake.el: Require `compile' unconditionally.
13134
13135 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13136
13137 * woman.el (woman-file-name): Provide a default, not initial input.
13138
13139 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13140
13141 * font-lock.el (font-lock-support-mode): Doc fix.
13142
13143 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13144
13145 2005-09-08 Richard M. Stallman <rms@gnu.org>
13146
13147 * simple.el (blink-matching-open): Get rid of text props from
13148 the string shown in echo area. Don't permanently set point.
13149 Some rearrangements.
13150
13151 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13152
13153 * recentf.el (recentf-filename-handler): Add custom choice
13154 `abbreviate-file-name'.
13155
13156 * msb.el (msb--very-many-menus): Fix typo.
13157
13158 * disp-table.el (standard-display-european): Don't set
13159 enable-multibyte-characters to nil.
13160
13161 2005-09-08 David Ponce <david@dponce.com>
13162
13163 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13164 (recentf-expand-file-name): Doc fix.
13165 (recentf-dialog-mode-map): Define digit shortcuts.
13166 (recentf--files-with-key): New variable.
13167 (recentf-show-digit-shortcut-filter): New function.
13168 (recentf-open-files-items): New function.
13169 (recentf-open-files): Use it.
13170 (recentf-open-file-with-key): New command.
13171
13172 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13173
13174 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13175 Suggested by Kim F. Storm.
13176 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13177 (Buffer-menu-make-sort-button): Use global keymap.
13178
13179 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13180
13181 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13182 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13183 necessary any longer with the remapped command.
13184 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13185 formatting time only.
13186
13187 * net/tramp.el (tramp-action-password)
13188 (tramp-multi-action-password): Compile the password prompt from
13189 `method', `user' and `host'. Sometimes it isn't obvious which
13190 password to enter, for example with remote files offered by
13191 recentf.el, or with multiple steps. Suggested by Robert Marshall
13192 <robert@chezmarshall.freeserve.co.uk>.
13193
13194 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13195
13196 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13197 Fix regexp for when "s///" is at the beginning of line.
13198
13199 2005-09-07 Jay Belanger <belanger@truman.edu>
13200
13201 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13202 when in matrix mode.
13203
13204 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13205
13206 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13207 non-anonymous functions.
13208
13209 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13210
13211 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13212 when using a header line. Otherwise, use mouse-1-click-follows-link.
13213
13214 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13215 can't be moved; don't signal an error.
13216
13217 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
13218
13219 * cus-theme.el (custom-theme-write-faces): Save the current face
13220 spec, not the defface spec.
13221
13222 * custom.el (custom-known-themes): Clarify meaning of "standard".
13223 (custom-push-theme): Save old values in the standard theme.
13224 (disable-theme): Correct typo.
13225 (custom-face-theme-value) Deleted unused function.
13226 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13227
13228 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
13229
13230 * progmodes/compile.el (compilation-goto-locus): Take into account
13231 iconified frames when determining whether the buffer is
13232 already visible.
13233 Don't reset window height if the window already existed.
13234
13235 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
13236
13237 * custom.el (load-theme): Rename from require-theme.
13238 Add interactive spec.
13239 (enable-theme): Rename from custom-enable-theme.
13240 Add interactive spec.
13241 (disable-theme): Rename from custom-disable-theme.
13242 Add interactive spec.
13243 (custom-make-theme-feature): Doc fix.
13244 (custom-theme-directory): Doc fix.
13245 (provide-theme): Call enable-theme.
13246
13247 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13248
13249 * obsolete/lazy-lock.el (lazy-lock-mode):
13250 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13251 font-lock-mode if it's off. Print a warning instead.
13252
13253 * progmodes/compile.el (compilation-start): Ignore errors if the
13254 process died before we get to send-eof.
13255
13256 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13257 Undo last change. Enclosing the result in quotes broke things on Unix
13258 since tex-send-command passes it through shell-quote-argument.
13259 (tex-send-command): Pass `file' through convert-standard-filename
13260 when possible.
13261 (tex-uptodate-p): Handle the case where TeX hasn't put additional
13262 info in a transcript.
13263
13264 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
13265
13266 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13267 fix compilation warning. Reorder the key definitions to group
13268 together keys emitted by the current version of xterm.
13269
13270 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13271 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13272 Reorder predicates to correct min-color usage.
13273
13274 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
13275
13276 * longlines.el (longlines-mode): Inhibit read-only when encoding.
13277 Kill local variables when longlines-mode is turned off.
13278
13279 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13282
13283 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13284
13285 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13286
13287 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13288 (font-lock-lines-before): Change default to being inactive.
13289 (font-lock-default-fontify-region): Obey font-lock-lines-before.
13290 (font-lock-after-change-function): Don't handle f-l-lines-before here.
13291
13292 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13293
13294 * net/tramp.el (tramp-handle-make-auto-save-file-name):
13295 Deactivate temporarily advice if active (not needed for Emacs 22,
13296 but for backwards compatibility).
13297 (tramp-exists-file-name-handler): Rewrite. First implementation
13298 was too simple.
13299 (tramp-advice-make-auto-save-file-name):
13300 Call `tramp-handle-make-auto-save-file-name' (again, just for
13301 backwards compatibility).
13302
13303 2005-08-31 Reto Zimmermann <reto@gnu.org>
13304
13305 * progmodes/vhdl-mode.el
13306 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13307 (vhdl-end-p): Fix indentation bug "else" after "-- when".
13308 (vhdl-set-default-project): New function (easier setting of default).
13309 (vhdl-port-copy): Handle extended identifiers for generics.
13310 (vhdl-compiler-alist): Better description for error message regexp.
13311 (vhdl-make): Query for target, use previous as default.
13312 (vhdl-port-copy): Fix port copy for port names starting with "signal".
13313 (vhdl-font-lock-keywords-2): Fix fontification for record
13314 el. assign.
13315 (vhdl-speedbar-make-subpack-line): Add package body link.
13316 (vhdl-generate-makefile-1): Not include itself as dependency.
13317 (vhdl-font-lock-init): Highlight c-preprocessor directives.
13318 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13319 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13320 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13321 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13322 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13323 (vhdl-import-project): Add string argument for `error'.
13324 (vhdl-compose-configuration)
13325 (vhdl-compose-configuration-architecture): Add configuration
13326 declaration generation.
13327 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13328 (vhdl-trailer-re): Add "record" keyword (better indentation).
13329 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13330 "[^ \t-\"]+".
13331 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13332 (vhdl-testbench-entity-file-name)
13333 (vhdl-testbench-architecture-file-name): Allow separate
13334 customization of testbench file names.
13335 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13336 (vhdl-get-visible-signals): Allow newline within alias declaration.
13337 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13338 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13339 (member-ignore-case): Alias for missing function in XEmacs.
13340 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13341 (vhdl-update-sensitivity-list): Ignore case on read signals.
13342 (vhdl-replace-string): Adjust case only for file names.
13343 (vhdl-update-sensitivity-list): Fix search for read signals.
13344 (vhdl-update-sensitivity-list): Exclude formal parameters.
13345 (vhdl-get-visible-signals): Include aliases of signals.
13346 (vhdl-get-visible-signals): Fix signal name searching.
13347 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13348 (vhdl-fixup-whitespace-region): Fix for character
13349 literals (e.g. `:').
13350
13351 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13352
13353 * ansi-color.el (comint-last-output-start):
13354 * bs.el (font-lock-verbose):
13355 * diff-mode.el (add-log-buffer-file-name-function):
13356 * dired-x.el (vm-folder-directory):
13357 * faces.el (help-xref-stack-item):
13358 * files.el (font-lock-keywords):
13359 * find-lisp.el (dired-buffers, dired-subdir-alist):
13360 * ido.el (cua-inhibit-cua-keys):
13361 * log-view.el (cvs-minor-wrap-function):
13362 * outline.el (font-lock-warning-face):
13363 * simple.el (compilation-current-error):
13364 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13365 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13366 * tooltip.el (comint-prompt-regexp):
13367 * w32-fns.el (explicit-shell-file-name):
13368 * term/mac-win.el (mac-charset-info-alist)
13369 (mac-services-selection, mac-system-script-code):
13370 * term/tty-colors.el (msdos-color-values):
13371 * term/w32-win.el (xlfd-regexp-registry-subnum):
13372 * term/x-win.el (x-keysym-table, x-selection-timeout)
13373 (x-session-id, x-session-previous-id):
13374 * textmodes/ispell.el (mail-yank-prefix):
13375 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13376 * textmodes/org.el (calc-embedded-close-formula)
13377 (calc-embedded-open-formula)
13378 (font-lock-unfontify-region-function):
13379 * textmodes/reftex-global.el (isearch-next-buffer-function)
13380 (TeX-master):
13381 * textmodes/reftex.el (font-lock-keywords):
13382 * textmodes/tex-mode.el (font-lock-comment-face)
13383 (font-lock-doc-face):
13384 * textmodes/texinfo.el (outline-heading-alist):
13385 Add defvars.
13386
13387 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13388 (artist-spray-chars, artist-mode-init, artist-replace-string)
13389 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13390 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13391 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13392
13393 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13394 (conf-align-assignments): "?\ " -> "?\s".
13395
13396 * textmodes/reftex-index.el (TeX-master): Add defvar.
13397 (reftex-index-phrases-marker): Move up defvar.
13398
13399 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13400 (reftex-toc-include-labels-indicator)
13401 (reftex-toc-include-index-indicator)
13402 (reftex-toc-max-level-indicator): Move up declarations.
13403
13404 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13405 of args to `tramp-run-real-handler', even if it's empty in this case.
13406
13407 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13408
13409 * dired.el (dired-move-to-filename-regexp): Add date format for
13410 Mac OS X 10.3 in East Asian locales.
13411
13412 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13413
13414 * files.el (make-auto-save-file-name): Add file name handler call
13415 if applicable.
13416
13417 * net/tramp.el (tramp-file-name-handler-alist)
13418 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13419 (tramp-handle-make-auto-save-file-name): Rename from
13420 `tramp-make-auto-save-file-name'.
13421 (tramp-exists-file-name-handler): New defun.
13422 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13423 `make-auto-save-file-name' is not a magic file name operation.
13424
13425 2005-08-30 Richard M. Stallman <rms@gnu.org>
13426
13427 * files.el (risky-local-variable-p):
13428 Match `-predicates' and `-commands.
13429
13430 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13431 (custom-save-all): Visit the file if necessary;
13432 kill the buffer if we created it.
13433 (custom-save-delete): Don't visit file or kill buffer here.
13434
13435 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13436
13437 * textmodes/org.el (org-special-keyword): New face.
13438 (org-table-copy-down, org-table-eval-formula)
13439 (org-table-recalculate, org-init-section-numbers):
13440 Use `string-to-number' instead of `string-to-int'.
13441 (org-get-location): Use `insert-buffer-substring' instead of
13442 `insert-buffer'.
13443 (org-modify-diary-entry-string): New function.
13444 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13445 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13446 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13447 active region.
13448 (org-export-as-html): Handle QUOTE keyword.
13449 (org-quote-string): New option.
13450 (org-bookmark-jump-unhide): New function, used for
13451 `bookmark-after-jump-hook'.
13452 (org-diary-default-entry): Apply only when not called through
13453 `org-agenda'.
13454
13455 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13456
13457 * net/eudc.el (mode-popup-menu):
13458 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13459 * progmodes/ada-mode.el (compile-auto-highlight)
13460 (skeleton-further-elements):
13461 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13462 * progmodes/cmacexp.el (msdos-shells):
13463 * progmodes/compile.el (font-lock-extra-managed-props)
13464 (font-lock-keywords, font-lock-maximum-size)
13465 (font-lock-support-mode):
13466 * progmodes/grep.el (font-lock-lines-before):
13467 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13468 * progmodes/mixal-mode.el (compile-command):
13469 * progmodes/perl-mode.el (font-lock-comment-face)
13470 (font-lock-doc-face, font-lock-string-face):
13471 * progmodes/prolog.el (comint-prompt-regexp):
13472 * progmodes/sh-script.el (font-lock-comment-face)
13473 (font-lock-set-defaults, font-lock-string-face):
13474 * progmodes/sql.el (font-lock-keyword-face)
13475 (font-lock-set-defaults, font-lock-string-face):
13476 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13477 (itimer-version, lazy-lock-defer-contextually)
13478 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13479 Add defvars.
13480
13481 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13482 (cperl-electric-keyword, cperl-electric-pod)
13483 (cperl-electric-backspace, cperl-forward-re)
13484 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13485 (vc-rcs-header, vc-sccs-header): Add defvars.
13486
13487 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13488 (font-lock-syntactic-keywords, gud-find-expr-function):
13489 Add defvars.
13490
13491 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13492 (gdb-frame-parameters): Declare before use.
13493
13494 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13495 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13496 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13497 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13498
13499 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13500 (idlwave-help-with-source): Use `insert-buffer-substring', not
13501 `insert-buffer'.
13502
13503 2005-08-29 Juri Linkov <juri@jurta.org>
13504
13505 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13506 Put outline-back-to-heading function call inside save-excursion.
13507
13508 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13509
13510 * man.el (Man-init-defvars, Man-translate-references)
13511 (Man-support-local-filenames, Man-highlight-references):
13512 * progmodes/sql.el (sql-interactive-mode):
13513 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13514
13515 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13516 (compilation-mode-font-lock-keywords): Add defvars.
13517 (checkdoc-interactive-loop): "?\ " -> "?\s".
13518
13519 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13520 (font-lock-doc-face, font-lock-string-face)
13521 (font-lock-keywords-case-fold-search): Add defvars.
13522 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13523
13524 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13525 Don't pass X and Y (they are ignored anyway).
13526 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13527 (mouse-delete-window): Make arguments optional.
13528
13529 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13530 (caesar-translate-table, minor-modes, news-buffer-save)
13531 (news-group-name, news-minor-modes): Add defvars.
13532
13533 * emacs-lisp/lselect.el (mouse-highlight-priority)
13534 (x-lost-selection-functions, zmacs-regions):
13535 * emacs-lisp/pp.el (font-lock-verbose):
13536 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13537 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13538 (ses-mode-map):
13539 * emacs-lisp/tcover-unsafep.el (safe-functions):
13540 * international/mule-cmds.el (mac-system-coding-system)
13541 (mac-system-locale):
13542 * language/ethio-util.el (rmail-current-message)
13543 (rmail-message-vector):
13544 * language/thai-util.el (thai-auto-composition-mode):
13545 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13546 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13547 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13548 (vm-primary-inbox, vm-spool-files):
13549 * mail/rmail.el (deleted-head, font-lock-fontified)
13550 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13551 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13552 (total-messages):
13553 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13554 (rmail-summary-mode-map):
13555 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13556 (rmail-last-label, rmail-last-multi-labels)
13557 (rmail-summary-vector, rmail-total-messages):
13558 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13559 * mail/rmailsum.el (msgnum):
13560 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13561 (rmail-current-message):
13562 * obsolete/fast-lock.el (font-lock-face-list):
13563 * obsolete/rnewspost.el (mail-reply-buffer):
13564 * obsolete/scribe.el (compile-command):
13565 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13566
13567 2005-08-28 John Paul Wallington <jpw@gnu.org>
13568
13569 * ibuf-ext.el (ibuffer-auto-update-changed):
13570 Use `frame-or-buffer-changed-p' to check whether we need to update.
13571 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13572 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13573 as a `frame-or-buffer-changed-p' state vector instead.
13574
13575 2005-08-27 Romain Francoise <romain@orebokech.com>
13576
13577 * textmodes/makeinfo.el (makeinfo-compile):
13578 Use `compilation-start'. Set `next-error-function' according to
13579 `disable-errors'.
13580 (makeinfo-next-error): New function.
13581 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13582 (makeinfo-buffer): Likewise.
13583
13584 * progmodes/compile.el (compilation-start): Add autoload cookie.
13585
13586 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13587 * textmodes/sgml-mode.el: Likewise.
13588 * progmodes/python.el: Likewise.
13589
13590 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13591
13592 * simple.el (blink-matching-paren-distance): Document the meaning
13593 of nil value, and allow to customize to nil.
13594
13595 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13596 command.com, not command.exe.
13597
13598 2005-08-26 John Wiegley <johnw@newartisans.com>
13599
13600 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13601 code around a bit so that an extraneous nil argument is not added
13602 to a command when no args are given.
13603
13604 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13605 double-quoted argument resolves to nil, return it as an empty
13606 string rather than as nil. This made it impossible to pass "" to
13607 a shell script as a null string argument.
13608
13609 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13610
13611 * outline.el (outline-invent-heading): New fun.
13612 (outline-promote, outline-demote): Use it.
13613 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13614 (outline-end-of-subtree): Remove unused var `opoint'.
13615
13616 2005-08-26 David Reitter <david.reitter@gmail.com>
13617
13618 * menu-bar.el (truncate-lines, write-file, print-buffer)
13619 (ps-print-buffer-faces, ps-print-buffer, split-window):
13620 Disable menu items when the frame they refer to is invisible, or when
13621 they refer to a buffer and the minibuffer is selected.
13622
13623 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13624
13625 * progmodes/flymake.el (flymake-highlight-err-lines):
13626 Use save-excursion around flymake-highlight-line to preserve point.
13627
13628 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13629
13630 * progmodes/octave-mod.el: Change Author and Maintainer address.
13631 (octave-maintainer-address): Change Kurt's email address.
13632 * progmodes/octave-inf.el: Change Author and Maintainer address.
13633 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13634
13635 2005-08-26 Kim F. Storm <storm@cua.dk>
13636
13637 * subr.el (version-list-<, version-list-<=, version-list-=):
13638 Rename from integer-list-*.
13639 (version-list-not-zero): Likewise. Fix while loop.
13640 (version=): Use version-list-= instead of string-equal.
13641
13642 2005-08-26 Richard M. Stallman <rms@gnu.org>
13643
13644 * outline.el (outline-promote): Try shortening the heading.
13645 As last resort, read the heading to use.
13646 (outline-demote): As last resort, read the heading to use.
13647
13648 2005-08-26 Romain Francoise <romain@orebokech.com>
13649
13650 * progmodes/compile.el (compilation-start): Doc fix.
13651
13652 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13653 (antlr-font-lock-additional-keywords): Fix reference to
13654 `antlr-font-lock-literal-regexp' erroneously changed during the
13655 mass face rename.
13656 (antlr-run-tool): Use `compilation-start'.
13657
13658 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13659 instead of the obsolete `compile-internal'.
13660
13661 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
13662
13663 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13664 (number, original-date):
13665 * calendar/cal-china.el (date):
13666 * calendar/cal-coptic.el (date):
13667 * calendar/cal-french.el (date):
13668 * calendar/cal-hebrew.el (date, entry, number, original-date):
13669 * calendar/cal-islam.el (date, number, original-date):
13670 * calendar/cal-iso.el (date):
13671 * calendar/cal-julian.el (date):
13672 * calendar/cal-mayan.el (date):
13673 * calendar/cal-menu.el (date, event):
13674 * calendar/cal-persia.el (date):
13675 * calendar/lunar.el (date):
13676 * calendar/solar.el (date): Add defvars.
13677
13678 * emerge.el:
13679 * ibuffer.el:
13680 * info-xref.el:
13681 * obsolete/bg-mouse.el:
13682 * obsolete/sun-curs.el:
13683 * obsolete/swedish.el: Move the `defvar's to the top level.
13684
13685 * smerge-mode.el (smerge-refined-change): Add :group.
13686
13687 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13688
13689 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13690 (smerge-keep-n): Remove props.
13691 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13692 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13693 now that it's done in smerge-keep-n.
13694 (smerge-refined-change): New face.
13695 (smerge-refine-chopup-region, smerge-refine-highlight-change)
13696 (smerge-refine): New funs.
13697 (smerge-basic-map): Bind smerge-refine.
13698
13699 2005-08-25 Juri Linkov <juri@jurta.org>
13700
13701 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13702 compilation-process-setup-function and compilation-disable-input
13703 in grep-mode instead of let-bindings in grep.
13704
13705 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13706 Delete "Automatic File De/compression" (auto-compression-mode).
13707
13708 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
13709
13710 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13711 Silence warning about non-existent variable.
13712
13713 2005-08-25 Richard M. Stallman <rms@gnu.org>
13714
13715 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
13716 Rename "Describe Key" to "Describe Key or Mouse Operation".
13717
13718 * mail/mailalias.el (build-mail-aliases): Delete comments
13719 from the contents before processing them.
13720
13721 * isearch.el (isearch-edit-string): Erase the Search prompt
13722 if user enters an empty string and there is no default.
13723
13724 * comint.el (comint-file-name-prefix): Add autoload.
13725
13726 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
13727
13728 * subr.el (play-sound): Rearrange to avoid warning.
13729
13730 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
13731
13732 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
13733 New hook.
13734 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
13735
13736 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13737
13738 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
13739
13740 * custom.el (custom-theme-set-variables): Sort minor modes last.
13741
13742 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13743
13744 * subr.el (version-separator, version-regexp-alist): New vars used by
13745 version comparison funs.
13746 (integer-list-<, integer-list-=, integer-list-<=)
13747 (integer-list-not-zero): New funs for integer list comparison.
13748 (version-to-list, version=, version<, version<=): New funs for version
13749 comparison.
13750
13751 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
13752
13753 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
13754 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
13755 time to silence the byte-compiler.
13756
13757 * ibuffer.el (ibuffer-compile-make-eliding-form)
13758 (ibuffer-check-formats): Use `with-no-warnings' to hide references
13759 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
13760 so it's silly to get warnings for it).
13761 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
13762 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
13763 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
13764 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
13765 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
13766 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13767 Defvar at compile time.
13768 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
13769 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
13770 Declare them before use.
13771
13772 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
13773 (info-xref-good, info-xref-bad): Defvar at compile time.
13774
13775 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
13776 Use `let*' instead of `let'.
13777
13778 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
13779 (*mouse-y*, menu, char): Defvar at compile time.
13780 (sc::menu): Declare it before use.
13781 (sc::pack-one-line): Use `let', not `let*'.
13782
13783 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
13784 (mail-send-hook): Defvar at compile time.
13785
13786 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
13787 Defvar at compile time.
13788
13789 * term/sun-mouse.el (current-global-mousemap)
13790 (current-local-mousemap): Declare them before use.
13791
13792 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
13793
13794 * bookmark.el (bookmark-after-jump-hook): New hook.
13795 (bookmark-jump): Run `bookmark-after-jump-hook'.
13796
13797 2005-08-23 Juri Linkov <juri@jurta.org>
13798
13799 * faces.el (minibuffer-prompt): Doc fix.
13800
13801 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
13802
13803 * progmodes/xscheme.el: Trivial changes to silence warnings.
13804 (xscheme-previous-mode, xscheme-previous-process-state):
13805 Add defvars.
13806 (xscheme-last-input-end, xscheme-process-command-line)
13807 (xscheme-process-name, xscheme-buffer-name)
13808 (xscheme-expressions-ring-max, xscheme-expressions-ring)
13809 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
13810 (xscheme-control-g-synchronization-p)
13811 (xscheme-control-g-disabled-p, xscheme-string-receiver)
13812 (default-xscheme-runlight, xscheme-runlight)
13813 (xscheme-runlight-string, xscheme-process-filter-state)
13814 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
13815 Move to beginning of file.
13816 (scheme-interaction-mode-commands-alist)
13817 (scheme-interaction-mode-map, scheme-debugger-mode-map):
13818 Declare them before use. Note: the initialization code for the variables
13819 has not been moved because it uses functions that reference the variables.
13820 (xscheme-control-g-message-string, xscheme-process-filter-alist)
13821 (xscheme-prompt-for-expression-map): Declare them before use.
13822 (scheme-debugger-mode-commands): "?\ " -> "?\s".
13823
13824 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
13825
13826 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
13827
13828 2005-08-22 Juri Linkov <juri@jurta.org>
13829
13830 * faces.el (set-face-underline): Delete this duplicate function
13831 and make an obsolete alias to set-face-underline-p.
13832 (set-face-underline-p): Use docstring of set-face-underline.
13833 (describe-face): Create hyperlink to parent face.
13834
13835 * info.el (Info-insert-dir): Use save-excursion around
13836 insert-buffer-substring.
13837 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
13838 (Info-escape-percent): Delete function.
13839 (Info-fontify-node): Replace Info-escape-percent by
13840 replace-regexp-in-string with REP arg set to lambda that
13841 duplicates `%' and preserves text properties.
13842
13843 * progmodes/compile.el (compilation-disable-input): Doc fix.
13844 (define-compilation-mode): Doc fix and refill.
13845 (kill-compilation): Use `mode-name' in the error message.
13846 (compilation-find-file): Use `compilation-error' in the
13847 read-file-name's prompt.
13848
13849 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13850
13851 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
13852 (smerge-auto-leave): Make undo re-enable the mode.
13853 (debug-ignored-errors): Add the user-error of impossible resolution.
13854 (smerge-resolve): Move things around a bit, in preparation for later.
13855 (smerge-diff): Don't fail if the buffer has no associated file.
13856 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
13857 (smerge-conflict-overlay): New function.
13858 (smerge-match-conflict): Don't add text properties here.
13859 (smerge-find-conflict): Instead, add an overlay here.
13860 Also check for the case where we're inside a conflict already, so as to
13861 obviate the need for font-lock-multiline, which is unbearably slow with
13862 large conflicts and ciomplex font-lock patterns.
13863 (smerge-remove-props): Remove overlay rather than text-properties.
13864 (smerge-mode): Don't set font-lock-multiline.
13865 Remove overlays when turned off.
13866
13867 2005-08-21 Kim F. Storm <storm@cua.dk>
13868
13869 * ido.el (ido-ignore-item-p): Use save-match-data.
13870 Bind case-fold-search to ido-case-fold locally.
13871
13872 2005-08-20 Richard M. Stallman <rms@gnu.org>
13873
13874 * files.el (normal-mode): If font lock is on, turn it off and on.
13875
13876 * subr.el (replace-regexp-in-string): Doc fix.
13877
13878 * startup.el (command-line-1): Don't suppress startup screen
13879 due to existing processes.
13880
13881 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
13882
13883 * progmodes/compile.el (compilation-disable-input): Default to nil.
13884
13885 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13886
13887 * progmodes/compile.el (compilation-disable-input): New defcustom.
13888 (compilation-start): If compilation-disable-input is non-nil, send
13889 EOF to the compilation process.
13890
13891 2005-08-20 Eli Zaretskii <eliz@gnu.org>
13892
13893 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
13894 Run the argument of tex-shell-cd-command through
13895 convert-standard-filename, to get the correct style of slashes on
13896 Windows, and enclose the result in quotes, in case the file name
13897 includes whitespace or other special characters.
13898
13899 2005-08-19 Andreas Schwab <schwab@suse.de>
13900
13901 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
13902 process.
13903
13904 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
13905
13906 * cus-start.el (minibuffer-prompt-properties): Correct typo.
13907
13908 2005-08-18 Kim F. Storm <storm@cua.dk>
13909
13910 * scroll-lock.el: Fix errors due to incorrect line wrapping.
13911
13912 2005-08-18 Richard M. Stallman <rms@gnu.org>
13913
13914 * scroll-lock.el: New file.
13915
13916 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
13917
13918 * dired.el (dired-move-to-end-of-filename):
13919 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
13920
13921 2005-08-18 Kim F. Storm <storm@cua.dk>
13922
13923 * ido.el (ido-everywhere): Fix defcustom :set function to disable
13924 rather than toggle mode when custom value is nil.
13925 (ido-everywhere): Fix defun doc string.
13926
13927 2005-08-17 Richard M. Stallman <rms@gnu.org>
13928
13929 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
13930 as tag instead of "Inviolable".
13931
13932 2005-08-17 Kim F. Storm <storm@cua.dk>
13933
13934 * windmove.el (windmove-coordinates-of-position): Remove.
13935 (windmove-coordinates-of-window-position): Remove.
13936 (windmove-reference-loc): Use posn-at-point instead.
13937
13938 * subr.el (insert-for-yank-1): Doc fix.
13939
13940 * ido.el (ido-enter-matching-directory): Rename from
13941 ido-enter-single-matching-directory. Change `slash' choice to
13942 `only'. Add `first' choice.
13943 (ido-exhibit): Adapt to above changes.
13944
13945 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
13946
13947 * Makefile.in: Expand comment about building loaddefs.el.
13948
13949 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
13950
13951 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
13952 Comment use of defadvice.
13953
13954 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
13955
13956 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
13957
13958 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
13959 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
13960 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
13961 * progmodes/idlw-shell.el, progmodes/ld-script.el,
13962 * progmodes/which-func.el, ruler-mode.el, strokes.el,
13963 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
13964 for backward compatibility for faces that did not appear in the
13965 previous Emacs release.
13966
13967 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
13968
13969 2005-08-15 Kim F. Storm <storm@cua.dk>
13970
13971 * emulation/cua-base.el (cua-delete-region): Return t if
13972 deleted region was non-empty.
13973 (cua-replace-region): Inhibit overwrite-mode for
13974 self-insert-command if replaced region was non-empty.
13975 (cua--explicit-region-start, cua--status-string): Make them
13976 buffer-local at top-level...
13977 (cua-mode): ...rather than when mode is enabled.
13978
13979 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
13980
13981 * progmodes/vhdl-mode.el (vhdl-emacs-21):
13982 Set t for Emacs 21, 22, and so on.
13983
13984 2005-08-15 David Ponce <david@dponce.com>
13985
13986 * tree-widget.el: Update Commentary header.
13987 (tree-widget-theme): Doc fix.
13988 (tree-widget-space-width): New option.
13989 (tree-widget-image-properties): Look up in the default theme too.
13990 (tree-widget--cursors): Only for images with arrow pointer shape.
13991 (tree-widget-lookup-image): Pointer shape is hand by default.
13992 (tree-widget-icon): Rename generic icon widget from
13993 `tree-widget-control'.
13994 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
13995 derive from `tree-widget-icon'.
13996 (tree-widget-handle): Improve default look and feel of the text
13997 representation.
13998 (tree-widget): Rename :*-control properties to :*-icon properties.
13999 Add :action and :help-echo properties.
14000 (tree-widget-after-toggle-functions): Move.
14001 (tree-widget-close-node, tree-widget-open-node): Remove.
14002 (tree-widget-before-create-icon-functions): New hook.
14003 (tree-widget-value-create): Update to allow customization of icons
14004 and nodes at run-time via that new hook.
14005 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14006 (tree-widget-icon-action, tree-widget-icon-help-echo)
14007 (tree-widget-action, tree-widget-help-echo): New functions.
14008
14009 2005-08-15 Kim F. Storm <storm@cua.dk>
14010
14011 * ido.el (ido-buffer-internal): Use with-no-warnings.
14012 (ido-make-merged-file-list): Use while-no-input.
14013
14014 2005-08-15 Richard M. Stallman <rms@gnu.org>
14015
14016 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14017 (flyspell-large-region): Fix doc and custom type.
14018
14019 2005-08-14 Richard M. Stallman <rms@gnu.org>
14020
14021 * files.el (interpreter-mode-alist): Doc fix.
14022
14023 * mail/rmail.el (rmail-nonignored-headers): New variable.
14024 (rmail-clear-headers): Use it.
14025 (rmail-reply): Better handling of mail-followup-to header.
14026
14027 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14028 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14029 don't try to refer to executable-font-lock-keywords.
14030 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14031 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14032 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14033 (sh-mode): Set comment-start-skip, local-abbrev-table,
14034 imenu-case-fold-search.
14035 (sh-set-shell): Don't set them here.
14036 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14037 Don't cache the results in the original alist; don't ever modify
14038 that alist.
14039
14040 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14041
14042 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14043 empty.
14044
14045 2005-08-15 Andreas Schwab <schwab@suse.de>
14046
14047 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14048
14049 * dired.el, info.el, mail/rmail.el: Revert last change.
14050
14051 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14052
14053 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14054 modification in `eval-after-load' form.
14055 * info.el: Likewise.
14056 * mail/rmail.el: Likewise.
14057
14058 2005-08-14 Juri Linkov <juri@jurta.org>
14059
14060 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14061 Remove highlighting of "Compilation started". Highlight only
14062 the word "finished" in "Compilation finished". Add highlighting
14063 of "interrupt", "killed", "terminated" and the exit code.
14064 (compilation-start): Add newline after header. Use exactly the
14065 same time stamp format as the finishing message.
14066 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14067
14068 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14069 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14070 Add highlighting of "interrupt", "killed", "terminated".
14071
14072 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14073 enabled and the current command is self-insert-command, call it
14074 explicitly with overwrite-mode bound to nil, to not allow it
14075 to delete the character after the selected region.
14076
14077 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14078
14079 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14080 move-end-of-line, end-of-line, and beginning-of-line to the list
14081 of commands after which the echo area is updated.
14082
14083 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14084
14085 * cus-edit.el (custom-save-all, custom-save-delete):
14086 Bind recentf-exclude to exclude custom-file.
14087
14088 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14089
14090 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14091 to go to the bottom of the mail message. Added to
14092 `rmail-summary-mode-map' with key "/".
14093 (rmail-summary-show-message): New (internal) function for use by
14094 both `rmail-summary-beginning/end-of-message'.
14095 (rmail-summary-beginning-of-message): Change to use
14096 rmail-summary-show-message.
14097
14098 * mail/rmail.el (rmail-end-of-message): New command to go to the
14099 end of the current message. Added to `rmail-mode-map' with key "/".
14100 (rmail-beginning-of-message): Fix to work as documented.
14101 (rmail-mode): Change documentation.
14102
14103 * progmodes/compile.el (compilation-start): Add the line
14104 "Compilation started" with compilation start time.
14105 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14106
14107 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14108
14109 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14110 of menu items.
14111
14112 2005-08-11 Richard M. Stallman <rms@gnu.org>
14113
14114 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14115
14116 * battery.el (battery-status-function): Don't use ignore-errors.
14117
14118 2005-08-11 Lute Kamstra <lute@gnu.org>
14119
14120 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14121 define-obsolete-variable-alias.
14122
14123 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14124
14125 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14126 (ange-ftp-send-cmd): Revert last change, and expand
14127 the comment explaining the problem.
14128
14129 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14130
14131 * ldefs-boot.el: Update.
14132
14133 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14134 item to "Time, Load and Mail". Change help echo text.
14135
14136 * time.el (display-time-use-mail-icon, display-time-format)
14137 (display-time-string-forms): Shorten first line of docstrings.
14138
14139 2005-08-10 Lars Hansen <larsh@soem.dk>
14140
14141 * desktop.el (desktop-buffer-mode-handlers):
14142 Make non-customizable. Add autoload cookie. Change initial value to
14143 nil; add elements in respective modules instead. Fix doc string.
14144 (desktop-load-file): New function.
14145 (desktop-minor-mode-handlers): New autoloaded variable.
14146 (desktop-create-buffer): Call minor mode handlers.
14147 Use desktop-load-file to load major and minor mode modules prior to
14148 checking for a handler.
14149 (desktop-save): Don't add nil to desktop-minor-modes for minor
14150 modes with nil function in desktop-minor-mode-table. Don't delete
14151 desktop file before rewriting it.
14152 (desktop-locals-to-save): Add autoload cookie. Don't make
14153 automatically buffer-local. Add variables column-number-mode,
14154 size-indication-mode, indent-tabs-mode,
14155 indicate-buffer-boundaries, indicate-empty-lines and
14156 show-trailing-whitespace.
14157 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14158 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14159 (desktop-clear-preserve-buffers-regexp): Delete.
14160 (desktop-clear-preserve-buffers): Update initial value and docstring.
14161 (desktop-save-buffer): Fix doc string.
14162
14163 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14164 (hilit-chg-desktop-restore): New function.
14165 (highlight-changes-mode): Add highlight-changes-mode to
14166 desktop-locals-to-save.
14167
14168 * dired.el: Add handler to desktop-buffer-mode-handlers.
14169 (dired-restore-desktop-buffer): Remove autoload cookie.
14170 (dired-mode): Add autoload cookie.
14171
14172 * info.el: Add handler to desktop-buffer-mode-handlers.
14173 (Info-restore-desktop-buffer): Remove autoload cookie.
14174 (Info-mode): Add autoload cookie.
14175
14176 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14177 (mh-restore-desktop-buffer): Remove autoload cookie.
14178 (mh-folder-mode): Add autoload cookie.
14179
14180 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14181 (rmail-restore-desktop-buffer): Remove autoload cookie.
14182
14183 2005-08-11 Masatake YAMATO <jet@gyve.org>
14184
14185 * hexl.el (hexl-address-region):
14186 (hexl-ascii-region, hexl-font-lock-keywords):
14187 (hexl-highlight-line-range): Use the term "region"
14188 instead of "area" for consistency with the other symbols
14189 defined in hexl.el.
14190
14191 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14192
14193 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14194 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14195 out by Juri Linkov). Add `display-battery-mode'.
14196
14197 2005-08-09 Juri Linkov <juri@jurta.org>
14198
14199 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14200 Remove `-text' from face variable names.
14201 (compilation-error-file-name, compilation-warning-file-name)
14202 (compilation-info-file-name): Delete faces.
14203 (compilation-line-number, compilation-column-number):
14204 Remove face underlining.
14205 (compilation-message-face): Set to `underline' value by default.
14206 (compilation-error-face, compilation-warning-face)
14207 (compilation-info-face): Remove `-file-name' from face names.
14208 (compilation-error-text-face, compilation-warning-text-face)
14209 (compilation-info-text-face): Delete face variables.
14210 (compilation-text-face): Delete function.
14211
14212 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14213 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14214 (grep-error-face): Set to `compilation-error' instead of
14215 `compilation-error-face' (which is redefined to `grep-hit-face' in
14216 grep buffers).
14217 (grep-mode-font-lock-keywords): Remove `-text' from face variable
14218 names. Use `grep-error-face' instead of `compilation-error-text-face'.
14219
14220 * dired-aux.el (dired-do-query-replace-regexp):
14221 Use `query-replace-read-args'.
14222
14223 * replace.el (query-replace-read-from, query-replace-read-to)
14224 (query-replace-read-args): Rename arg `string' to `prompt'.
14225
14226 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14227
14228 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14229
14230 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14231 uploading files.
14232 (ange-ftp-canonize-filename): Handle file names beginning with ~
14233 correctly.
14234
14235 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14236
14237 * textmodes/fill.el (canonically-space-region)
14238 (fill-context-prefix, fill-french-nobreak-p)
14239 (fill-delete-newlines, fill-comment-paragraph)
14240 (justify-current-line): "?\ " -> "?\s".
14241
14242 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
14243
14244 * textmodes/fill.el (fill-nonuniform-paragraphs):
14245 Improve argument/docstring consistency.
14246
14247 2005-08-09 Richard M. Stallman <rms@gnu.org>
14248
14249 * textmodes/ispell.el (ispell-word): More fboundp checks.
14250
14251 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14252 (find-file-noselect-1): Call it here, only if RAWFILE.
14253 (normal-mode): Always set some major mode.
14254 (save-some-buffers-action-alist): Change some explanation strings.
14255 (file-name-non-special): In the `quote' method, use unwind-protect.
14256
14257 2005-08-09 Magnus Henoch <mange@freemail.hu>
14258
14259 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14260 (ispell-have-aspell-dictionaries): New variable.
14261 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14262 (ispell-get-aspell-config-value): New function.
14263 (ispell-aspell-find-dictionary): New function.
14264 (ispell-aspell-add-aliases): New function.
14265 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14266 appropriate. Don't look for ispell dictionaries if we use aspell.
14267 (ispell-menu-map): Don't build a submenu of dictionaries.
14268
14269 2005-08-09 Richard M. Stallman <rms@gnu.org>
14270
14271 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14272 (sql-read-passwd): Use read-passwd.
14273
14274 * progmodes/idlw-toolbar.el (idlwave-toolbar)
14275 (idlwave-toolbar-is-possible): Add defvars.
14276
14277 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14278 Avoid warnings.
14279
14280 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14281 (idlwave-system-class-info, idlwave-executive-commands-alist):
14282 Use defvar.
14283
14284 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14285
14286 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14287 Avoid warnings.
14288
14289 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14290 and content-type: headers.
14291
14292 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14293
14294 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14295 and rename some of them to be more self-explanatory.
14296
14297 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14298
14299 * startup.el (command-line-1): Implement -scriptload.
14300
14301 * replace.el (occur-engine): Initial *Occur* output not undoable.
14302
14303 * menu-bar.el (menu-bar-file-menu): Rename some menu items
14304 and improve help strings.
14305
14306 * isearch.el (isearch-repeat): When changing direction,
14307 mark search successful.
14308
14309 * ediff-init.el: Use (featurep 'xemacs).
14310
14311 * comint.el (send-invisible): Identify buffer, if not selected.
14312
14313 * align.el: Delete autoload for c-guess-basic-syntax.
14314
14315 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
14316
14317 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14318 Improve argument/docstring consistency. Doc fixes.
14319 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14320 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14321 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14322 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14323 (r2bv-organization, r2bv-pages, r2bv-primary-author)
14324 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14325 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14326 Defvar at compile time.
14327
14328 2005-08-09 Juri Linkov <juri@jurta.org>
14329
14330 * info.el: Replace `info' with upper-case `Info' where appropriate.
14331 (info-title-1, info-title-2, info-title-3, info-title-4)
14332 (info-menu-header): Move up face definitions.
14333 (info-menu-star): Rename from `info-menu-5'.
14334 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14335 (Info-fontify-visited-nodes): Fix docstring.
14336 (Info-hide-note-references): Fix docstring.
14337 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14338 menu items in the same way as on cross-references.
14339 (info-apropos): Fix sorting order and formatting to be like in the
14340 stand-alone Info browser. Display error messages for 1 sec.
14341 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
14342 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14343 from the menu bar.
14344 (Info-insert-dir): Restore point after calling
14345 `insert-buffer-substring'.
14346
14347 2005-08-08 Richard M. Stallman <rms@gnu.org>
14348
14349 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14350 (recompute-lucid-menubar): Add defvars.
14351
14352 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14353
14354 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14355
14356 * net/net-utils.el (run-dig): Rename from `dig'.
14357
14358 * play/gametree.el (gametree-mode): Use make-local-variable,
14359 not make-variable-buffer-local.
14360
14361 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14362
14363 * ansi-color.el (ansi-color-make-extent)
14364 (ansi-color-set-extent-face): Use fboundp, not functionp.
14365
14366 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14367 not make-variable-buffer-local.
14368
14369 * bookmark.el (Info-current-file): Add defvar.
14370 (bookmark-jump-noselect): Use with-no-warnings.
14371
14372 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14373
14374 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14375
14376 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14377
14378 * find-file.el (ada-procedure-start-regexp)
14379 (ada-package-start-regexp): Add defvars.
14380
14381 * info.el (Info-insert-dir): Use insert-buffer-substring.
14382
14383 * xml.el (xml-att-def-re): Add defvar.
14384
14385 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14386 calling convention.
14387
14388 * subr.el (while-no-input): Return t if there is input.
14389
14390 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14391
14392 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14393
14394 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14395
14396 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14397 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14398
14399 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14400
14401 * cmuscheme.el (scheme-start-file): Replace reference to
14402 `user-emacs-directory' by "~/.emacs.d/".
14403
14404 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14405
14406 * info.el (Info-dir-remove-duplicates): Avoid case folding
14407 in loop; instead, keep downcased strings for comparison.
14408 Suggested by Helmut Eller.
14409
14410 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14411
14412 Sync with Tramp 2.0.50.
14413
14414 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14415 XEmacs case; not necessary anymore.
14416 (tramp-user-regexp): Allow "@" as part of user name.
14417 (tramp-handle-set-visited-file-modtime)
14418 (tramp-handle-insert-file-contents)
14419 (tramp-handle-write-region): No special handling for
14420 `last-coding-system-used, because this is done in
14421 `tramp-accept-process-output' now.
14422 (tramp-accept-process-output): New defun.
14423 (tramp-process-one-action, tramp-process-one-multi-action)
14424 (tramp-wait-for-regexp, tramp-wait-for-output)
14425 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14426 Howells <dhowells@redhat.com>.
14427 (clear-visited-file-modtime): Defadvice removed. The check for
14428 unset buffer's modtime does not need to be based on
14429 `tramp-buffer-file-attributes'. Suggested by RMS.
14430 (tramp-message): Insert "\n" if not being at beginning of line.
14431 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14432 sequence with same logic.
14433 (tramp-completion-handle-expand-file-name): Discard call of
14434 `tramp-drop-volume-letter'. It is not necessary, and there have
14435 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14436 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14437 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14438 should always be visible.
14439 (tramp-handle-insert-directory, tramp-setup-complete)
14440 (tramp-set-process-query-on-exit-flag)
14441 (tramp-append-tramp-buffers): Pacify byte-compiler.
14442 (tramp-bug): Delete non-existing variables from list.
14443 Apply `tramp-load-report-modules' as pre-hook.
14444 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14445 `shell-prompt-pattern' because of non-7bit characters.
14446 Reported by Sebastian Luque <sluque@mun.ca>.
14447 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14448 (tramp-match-string-list): Remove function.
14449 (tramp-wait-for-regexp): Remove call of that function.
14450 Suggested by Kim F. Storm <storm@cua.dk>.
14451 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14452 instead of octal character code ?\600. The latter resulted in a
14453 syntax error with XEmacs.
14454
14455 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14456 XEmacs case; not necessary anymore.
14457 (tramp-smb-handle-write-region): No special handling for
14458 `last-coding-system-used, because this is done in
14459 `tramp-accept-process-output' now.
14460 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14461
14462 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14463
14464 * wid-edit.el (widget-choice-value-create):
14465 Unconditionally respect user choice. Set :explicit-choice back to nil
14466 when no longer needed.
14467 (widget-choice-action): Unconditionally respect user choice.
14468 Eliminate :explicit-choice-value.
14469
14470 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14471
14472 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14473 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14474 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14475 running new function `toggle-indicate-empty-lines'.
14476 Rename "Customize" item to "Customize fringe".
14477 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14478 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14479 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14480 Delete "Empty lines only" item.
14481 (menu-bar-showhide-fringe-ind-customize): New function.
14482 (menu-bar-showhide-fringe-ind-mixed)
14483 (menu-bar-showhide-fringe-ind-box)
14484 (menu-bar-showhide-fringe-ind-right)
14485 (menu-bar-showhide-fringe-ind-left)
14486 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14487 instead of `fringe-indicators'.
14488
14489 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14490
14491 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14492 Change the date of last update.
14493
14494 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14495
14496 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14497 (viper-exec-yank, viper-put-back): Don't display modification msg
14498 if in the minibuffer.
14499
14500 * viper-init.el (viper-replace-overlay-cursor-color)
14501 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14502 Make variables frame local.
14503
14504 * viper-util.el (viper-append-filter-alist): Use append instead of
14505 nconc.
14506
14507 * viper.el (viper-vi-state-mode-list)
14508 (viper-emacs-state-mode-list): Move help-mode and
14509 completion-list-mode from the first list to the second.
14510 (viper-mode): Docstring.
14511 (viper-go-away, viper-non-hook-settings): Don't localize
14512 minor-mode-alist in newer Emacsen. Add advice to
14513 set-cursor-color. Don't bind "\C-c\\".
14514
14515 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14516
14517 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14518 (scheme-macro-expand-command): New user options.
14519 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14520 (scheme-form-at-point, scheme-start-file)
14521 (scheme-interactively-start-process): New functions.
14522 (scheme-get-process): New function, extracted from `scheme-proc'.
14523 (run-scheme): Call `scheme-start-file' to get start file, and pass
14524 it to `make-comint'.
14525 (switch-to-scheme, scheme-proc):
14526 Call `scheme-interactively-start-process' if no Scheme buffer/process
14527 is available.
14528
14529 2005-08-06 Juri Linkov <juri@jurta.org>
14530
14531 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14532 Use `compilation-text-face', `compilation-info-text-face' and
14533 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14534 (compilation-error): New face.
14535 (compilation-error-file-name): Inherit from
14536 `compilation-error' instead of `font-lock-warning-face'.
14537 (compilation-warning-file-name): Inherit from
14538 `compilation-warning' instead of `font-lock-warning-face'.
14539 (compilation-info, compilation-error-file-name)
14540 (compilation-warning-file-name, compilation-info-file-name)
14541 (compilation-line-number, compilation-column-number): Doc fix.
14542 (compilation-error-text-face, compilation-warning-text-face)
14543 (compilation-info-text-face): New face variables.
14544 (compilation-line-face, compilation-column-face)
14545 (compilation-enter-directory-face)
14546 (compilation-leave-directory-face): Doc fix.
14547 (compilation-text-face): New function.
14548
14549 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14550 instead of 1 to display binary file names as info file links.
14551 (grep-error-face): Use `compilation-error-face' instead of
14552 `font-lock-keyword-face'.
14553 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14554 and `compilation-warning-text-face' instead of
14555 `font-lock-keyword-face'. Use `compilation-error-text-face'
14556 instead of `grep-error-face'.
14557
14558 2005-08-05 Kenichi Handa <handa@m17n.org>
14559
14560 * international/code-pages.el: Add autoload cookies for all coding
14561 systems.
14562
14563 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14564
14565 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14566
14567 2005-08-04 Juri Linkov <juri@jurta.org>
14568
14569 * progmodes/compile.el (compilation-mode-map):
14570 * progmodes/grep.el (grep-mode-map):
14571 Bind TAB to `compilation-next-error' and [backtab] to
14572 `compilation-previous-error'.
14573
14574 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14575 matching line numbers, column numbers and their ranges with regexp
14576 matching only line numbers.
14577 (grep-context-face): New face variable.
14578 (grep-mode-font-lock-keywords): Use it.
14579
14580 * faces.el (read-face-name): Delete duplicate faces.
14581
14582 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14583
14584 * thumbs.el (thumbs-find-image): Don't make variables
14585 automatically buffer local.
14586 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14587 (thumbs-image-num): Make automatically buffer local.
14588 (thumbs-show-thumbs-list): Use `make-local-variable', not
14589 `make-variable-buffer-local'.
14590 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14591
14592 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14593 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14594 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14595 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14596 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14597 (feelings-about, foullst, found, hello, history, howareyoulst)
14598 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14599 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14600 (neglst, obj, object, owner, please, problems, qlist)
14601 (random-adjective, relation, remlst, repetitive-shortness)
14602 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14603 (shortlst, something, sportslst, stallmanlst, states, subj)
14604 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14605 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14606 Defvar at compile time.
14607
14608 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14609 not `make-variable-buffer-local'.
14610
14611 2005-08-02 Kim F. Storm <storm@cua.dk>
14612
14613 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14614 rectangle overlay in selected window.
14615
14616 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14617
14618 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14619 instead of display group. Make `indicate-buffer-boundaries'
14620 customizable through Custom.
14621
14622 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14623
14624 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14625 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14626 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14627 (gdb-put-string): Fix typos in docstrings.
14628
14629 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14630
14631 Update copyright notices of files in progmodes directory for
14632 release of Emacs 22.1.
14633
14634 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14635
14636 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14637 Don't barf if the GUD buffer has been killed.
14638
14639 2005-08-01 Kim F. Storm <storm@cua.dk>
14640
14641 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14642
14643 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
14644
14645 * simple.el (next-error-follow-minor-mode):
14646 make-variable-buffer-local -> make-local-variable.
14647
14648 * emacs-lisp/cl-extra.el: Require CL also when compiling.
14649
14650 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14651 (byte-compile-form-make-variable-buffer-local): New functions to warn
14652 about misuses of make-variable-buffer-local where make-local-variable
14653 was meant.
14654
14655 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
14656
14657 * bs.el (bs-attributes-list): Doc fix.
14658 (bs): Update url-link.
14659
14660 * desktop.el (desktop-save-buffer): Fix typos in docstring.
14661 (desktop-load-default): Simplify.
14662
14663 * ibuffer.el (ibuffer-columnize-and-insert-list)
14664 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14665 (ibuffer-unmark-all, ibuffer-toggle-marks)
14666 (ibuffer-unmark-forward, ibuffer-unmark-backward)
14667 (ibuffer-compile-make-format-form, ibuffer-format-column)
14668 (ibuffer-current-buffers-with-marks)
14669 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14670 (ibuffer): Doc fix.
14671 (ibuffer-mode): Fix typo in docstring.
14672 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14673 with `define-obsolete-variable-alias'.
14674 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
14675
14676 2005-07-29 Kenichi Handa <handa@m17n.org>
14677
14678 * international/mule-cmds.el (select-message-coding-system):
14679 Be sure to use LF for end-of-line. If no coding system is decided,
14680 return iso-8859-1-unix.
14681
14682 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
14683
14684 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14685 (ange-ftp-pending-error-line): New vars.
14686 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14687 to handle the non-fatal no-route-to-host messages.
14688 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14689
14690 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
14691
14692 * isearch.el (isearch-mode-map, isearch-other-meta-char)
14693 (isearch-quote-char, isearch-printing-char)
14694 (isearch-text-char-description): "?\ " -> "?\s".
14695 (isearch-lazy-highlight-cleanup)
14696 (isearch-lazy-highlight-initial-delay)
14697 (isearch-lazy-highlight-interval)
14698 (isearch-lazy-highlight-max-at-a-time)
14699 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14700 Declare with define-obsolete-*-alias macros.
14701 (isearch-forward): Fix typo in docstring.
14702 (search-invisible, search-ring-yank-pointer)
14703 (regexp-search-ring-yank-pointer): Doc fixes.
14704
14705 * recentf.el (recentf-menu-append-commands-p): Declare with
14706 `define-obsolete-variable-alias'.
14707 (recentf-max-saved-items, recentf-menu-filter)
14708 (recentf-arrange-by-rule-subfilter): Doc fixes.
14709 (recentf-menu-append-commands-flag)
14710 (recentf-initialize-file-name-history, recentf-expand-file-name)
14711 (recentf-clear-data): Fix typos in docstrings.
14712
14713 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
14714
14715 * progmodes/gdb-ui.el: Smarten comments.
14716 (gdb-info-breakpoints-custom): Use nowarn when finding file.
14717
14718 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14719
14720 * term/apollo.el (terminal-init-apollo): New function containing
14721 all former top level forms in the file.
14722 * term/bobcat.el (terminal-init-bobcat):
14723 * term/cygwin.el (terminal-init-cygwin):
14724 * term/iris-ansi.el (terminal-init-iris-ansi):
14725 * term/linux.el (terminal-init-linux):
14726 * term/news.el (terminal-init-news):
14727 * term/rxvt.el (terminal-init-rxvt):
14728 * term/sun.el (terminal-init-sun):
14729 * term/tvi970.el (terminal-init-tvi970):
14730 * term/vt100.el (terminal-init-vt100):
14731 * term/vt102.el (terminal-init-vt102):
14732 * term/vt125.el (terminal-init-vt125):
14733 * term/vt200.el (terminal-init-vt200):
14734 * term/vt201.el (terminal-init-vt201):
14735 * term/vt220.el (terminal-init-vt220):
14736 * term/vt240.el (terminal-init-vt240):
14737 * term/vt300.el (terminal-init-vt300):
14738 * term/vt320.el (terminal-init-vt320):
14739 * term/vt400.el (terminal-init-vt400):
14740 * term/vt420.el (terminal-init-vt420):
14741 * term/wyse50.el (terminal-init-wyse50):
14742 * term/xterm.el (terminal-init-xterm): Likewise.
14743
14744 * term/README: Describe the terminal-init-* functionality.
14745
14746 * startup.el (command-line): After loading the terminal initialization
14747 file call the corresponding terminal initialization function.
14748
14749 2005-07-27 Kenichi Handa <handa@m17n.org>
14750
14751 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
14752 negative.
14753
14754 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
14755 (ps-mule-composition-prologue): Fix for the case that
14756 RelativeCompose is false.
14757
14758 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14759
14760 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14761
14762 * descr-text.el (describe-char): Handle the case where the list of
14763 chars is displayed in a separate frame.
14764 Be a bit more discriminating when looking for the char.
14765
14766 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
14767
14768 * bookmark.el (bookmark-automatically-show-annotations)
14769 (bookmark-read-annotation-text-func): Doc fixes.
14770 (bookmark-save): Improve argument/docstring consistency.
14771 (bookmark-get-bookmark, bookmark-get-bookmark-record)
14772 (bookmark-alist-from-buffer)
14773 (bookmark-upgrade-file-format-from-0)
14774 (bookmark-grok-file-format-version)
14775 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
14776 (bookmark-read-annotation-mode)
14777 (bookmark-insert-current-bookmark, bookmark-jump)
14778 (bookmark-exit-hook): Fix typos in docstrings.
14779 (bookmark-exit-hooks): Define as obsolete alias.
14780 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
14781 not `bookmark-exit-hooks'. Fix docstring.
14782 (bookmark-bmenu-select): "?\ " -> "?\s".
14783
14784 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
14785
14786 * startup.el (command-line): Fix typo.
14787
14788 2005-07-24 Richard M. Stallman <rms@gnu.org>
14789
14790 * tooltip.el (tooltip-mode): Test emacs-basic-display,
14791 not emacs-quick-startup.
14792
14793 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
14794
14795 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
14796 (reb-next-match, reb-show-subexp): Use `with-selected-window'
14797 instead of `reb-with-current-window'.
14798 (reb-prev-match): Likewise. Also, don't move left if the search
14799 was unsuccessful.
14800 (reb-initialize-buffer): New function.
14801 (re-builder, reb-change-syntax): Use it.
14802
14803 * man.el (Man-goto-page): Make second argument NOERROR optional.
14804
14805 2005-07-23 Richard M. Stallman <rms@gnu.org>
14806
14807 * man.el (Man-bgproc-sentinel): Check here for failure to find
14808 any man page in the output, and report the error here.
14809 (Man-arguments): Make it permanent local.
14810 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
14811 (Man-mode): Pass t for NOERROR.
14812
14813 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
14814 (grep-mode-font-lock-keywords):
14815 Don't use compilation-...-face for messages that are not file names.
14816
14817 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14818 Don't use compilation-...-face for messages that are not file names.
14819
14820 2005-07-22 Juri Linkov <juri@jurta.org>
14821
14822 * startup.el (normal-splash-screen): Update menu name.
14823
14824 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
14825
14826 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14827
14828 * term/xterm.el: Load term/rxvt if the terminal is actually an
14829 rxvt terminal.
14830 (xterm-rxvt-set-background-mode): Remove, not used anymore.
14831
14832 * term/rxvt.el (function-key-map): Use substitute-key-definition
14833 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
14834
14835 * term/cygwin.el: New file.
14836
14837 2005-07-22 Kim F. Storm <storm@cua.dk>
14838
14839 * image-file.el (insert-image-file, image-file-yank-handler):
14840 Fix last change to maintain a (unique) yank-handler on yanked images.
14841
14842 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
14843
14844 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
14845 of the file size (as in "177B" for 177 bytes). This happens with
14846 "ls -lh" on FreeBSD.
14847
14848 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
14849
14850 * hilit-chg.el (highlight-changes-global-initial-state)
14851 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
14852 (hilit-chg-fixup, highlight-changes-mode):
14853 Fix typos in docstrings.
14854 (highlight-changes-global-modes, highlight-changes-rotate-faces):
14855 Doc fixes.
14856
14857 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
14858
14859 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
14860 mode function using `eval-after-load'.
14861
14862 2005-07-21 Kim F. Storm <storm@cua.dk>
14863
14864 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
14865 included when reporting an emacs crash, and tell about the DEBUG file.
14866
14867 * image-file.el (insert-image-file): Add yank-handler.
14868 (image-file-yank-handler): Yank handler to make unique copies of
14869 images when they are yanked into a buffer next to each other.
14870
14871 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
14872
14873 * comint.el (comint-use-prompt-regexp, comint-send-input)
14874 (comint-source-default, comint-extract-string)
14875 (comint-get-source, comint-word, comint-completion)
14876 (comint-source, comint-prompt-read-only, comint-update-fence):
14877 Fix typos in docstrings.
14878 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
14879 Declare with define-obsolete-*-alias macros.
14880 (comint-previous-matching-input-from-input)
14881 (comint-next-matching-input-from-input)
14882 (comint-previous-matching-input, comint-next-matching-input)
14883 (comint-forward-matching-input):
14884 Improve argument/docstring consistency.
14885
14886 * desktop.el (desktop-clear-preserve-buffers-regexp):
14887 Also preserve the *server* buffer.
14888
14889 * simple.el (clone-indirect-buffer): Doc fix.
14890 (fixup-whitespace, just-one-space)
14891 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
14892 (next-error, next-error-highlight)
14893 (next-error-highlight-no-select, next-error-last-buffer)
14894 (next-error-buffer-p, next-error-find-buffer, next-error)
14895 (previous-error, next-error-no-select, previous-error-no-select)
14896 (open-line, split-line, minibuffer-prompt-width, kill-new)
14897 (binary-overwrite-mode): Fix typos in docstrings.
14898 (set-fill-column): Fix typo in message.
14899
14900 * skeleton.el (skeleton-proxy-new): Doc fix.
14901
14902 * strokes.el (strokes-load-hook): Doc fix.
14903 (strokes-grid-resolution, strokes-get-grid-position)
14904 (strokes-renormalize-to-grid, strokes-read-stroke)
14905 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
14906 (strokes-global-map): Fix typos in docstrings.
14907 (strokes-help): Doc fix. Fix help message and pass it through
14908 `substitute-command-keys'.
14909
14910 * tempo.el (tempo-insert-prompt, tempo-interactive)
14911 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
14912 (tempo-insert-string-functions, tempo-local-tags)
14913 (tempo-define-template, tempo-insert-template)
14914 (tempo-insert-prompt-compat, tempo-is-user-element)
14915 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
14916 Fix typos in docstrings.
14917
14918 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
14919 (vcursor-key-bindings, vcursor-use-vcursor-map)
14920 (vcursor-find-window, vcursor-scroll-down)
14921 (vcursor-disable, vcursor-beginning-of-buffer)
14922 (vcursor-end-of-buffer): Fix typos in docstrings.
14923 (vcursor-relative-move, vcursor-get-char-count):
14924 Improve argument/docstring consistency.
14925
14926 * version.el: "?\ " -> "?\s".
14927
14928 * wid-edit.el (widget-default-create, widget-after-change)
14929 (widget-default-format-handler, widget-checklist-add-item)
14930 (widget-radio-add-item, widget-choose, widget-specify-secret)
14931 (widget-field-value-create, widget-field-value-get)
14932 (widget-editable-list-format-handler)
14933 (widget-editable-list-entry-create, widget-group-value-create)
14934 (widget-documentation-link-add)
14935 (widget-documentation-string-value-create): "?\ " -> "?\s".
14936 (widget-convert-text): Doc fix.
14937 (widget-narrow-to-field, widget-field-find)
14938 (widget-url-link-action, widget-emacs-library-link-action)
14939 (widget-color-notify): Fix typos in docstrings.
14940
14941 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
14942 (x-select-text, set-w32-system-coding-system)
14943 (w32-add-charset-info): Fix typos in docstrings.
14944
14945 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
14946 (cua-enable-cua-keys, cua-use-hyper-key)
14947 (cua-virtual-rectangle-edges): Fix typos in docstrings.
14948 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
14949
14950 * net/tramp.el (tramp-handle-load): Fix typo in error message.
14951
14952 * emacs-lisp/re-builder.el (regexp-builder): Declare with
14953 `defalias' instead of faking it.
14954
14955 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
14956 (eshell-ls-missing, eshell-ls-dired-initial-args)
14957 (eshell-ls-use-in-dired): Fix typos in docstrings.
14958
14959 2005-07-20 Kim F. Storm <storm@cua.dk>
14960
14961 * emulation/cua-base.el (cua-mode): Improve doc string.
14962
14963 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
14964
14965 * abbrev.el (expand-region-abbrevs): Doc fix.
14966 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
14967 Improve argument/docstring consistency.
14968
14969 * arc-mode.el (archive-get-descr, archive-alternate-display):
14970 Doc fixes.
14971 (archive-l-e): Improve argument/docstring consistency.
14972 (archive-tmpdir, archive-unixdate, archive-unixtime)
14973 (archive-chmod-entry): Fix typos in docstrings.
14974 (archive-unflag, archive-unflag-backwards)
14975 (archive-unmark-all-files): "?\ " -> "?\s".
14976
14977 * buff-menu.el (Buffer-menu-unmark): Doc fix.
14978 (Buffer-menu-not-modified, Buffer-menu-execute)
14979 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
14980 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
14981
14982 * composite.el (compose-string, encode-composition-rule)
14983 (compose-last-chars): Fix typos in docstrings.
14984
14985 * desktop.el (desktop-enable, desktop-basefilename):
14986 Declare with `define-obsolete-variable-alias'.
14987 (desktop-internal-v2s): Don't quote keywords.
14988 (desktop-clear): "?\ " -> "?\s".
14989
14990 * dired.el (dired-align-file, dired-flag-backup-files)
14991 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
14992 (dired-listing-switches, dired-ls-F-marks-symlinks)
14993 (dired-dwim-target, dired-load-hook, dired-mode-hook)
14994 (dired-directory, dired-faces, dired, dired-revert)
14995 (dired-mode, dired-summary, dired-view-file)
14996 (dired-copy-filename-as-kill, dired-delete-file)
14997 (dired-no-confirm, dired-unmark-all-marks)
14998 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
14999 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15000 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15001 Fix typos in message strings.
15002
15003 * dired-x.el (virtual-dired): Declare with `defalias'.
15004 (dired-mark-unmarked-files, dired-local-variables-file)
15005 (dired-omit-here-always): Doc fix.
15006 (dired-omit-mode, dired-find-subdir)
15007 (dired-enable-local-variables, dired-clean-up-buffers-too)
15008 (dired-extra-startup, dired-mark-extension, dired-jump)
15009 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15010 (dired-smart-shell-command, dired-guess-shell-alist-user)
15011 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15012 (dired-x-bind-find-file, dired-x-submit-report):
15013 Fix typos in docstrings.
15014 (dired-mark-unmarked-files): "?\ " -> "?\s".
15015
15016 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15017
15018 * faces.el (describe-face): "?\ " -> "?\s".
15019 (read-all-face-attributes, read-face-font, modify-face)
15020 (face-attr-construct, italic): Fix typos in docstrings.
15021 (frame-update-face-colors): Declare with
15022 `define-obsolete-function-alias'.
15023
15024 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15025 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15026 (magic-mode-alist, buffer-file-numbers-unique)
15027 (write-file-functions, get-free-disk-space):
15028 Fix typos in docstrings.
15029 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15030 (write-contents-hooks, write-file-hooks):
15031 Declare with `define-obsolete-variable-alias'.
15032
15033 * forms-d2.el (arch-rj): Fix typo in docstrings.
15034 (arch-tocol): Likewise. "?\ " -> "?\s".
15035
15036 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15037 Fix typo in docstring.
15038 (set-screen-width, set-screen-height): Delete redundant info in
15039 doctrings.
15040 (new-frame, screen-height, screen-width): Declare with
15041 `define-obsolete-function-alias'.
15042 (delete-frame-hook, blink-cursor): Declare with
15043 `define-obsolete-variable-alias'.
15044
15045 * paths.el (prune-directory-list): Fix typos in docstring.
15046
15047 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15048 (cvs-prefix-get): Fix typos in docstrings.
15049
15050 * ps-print.el (ps-extend-face-list, ps-extend-face)
15051 (ps-print-background-image): Fix typos in docstrings.
15052 (ps-default-fg, ps-default-bg): Doc fixes.
15053
15054 * s-region.el (s-region-bind): Doc fix.
15055 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15056
15057 * textmodes/org.el (org-table-formula-substitute-names)
15058 (org-table-get-vertical-vector): Doc fixes.
15059 (org-table-recalculate): Remove unused argument to `message'.
15060
15061 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15062
15063 * textmodes/org.el (org-table-column-names)
15064 (org-table-column-name-regexp)
15065 (org-table-named-field-locations): New variables.
15066 (org-archive-subtree): Protect `this-command' when calling
15067 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15068 the kill buffer.
15069 (org-complete): Remove fixed-formula completion.
15070 (org-edit-formulas-map): New variable.
15071 (org-table-edit-formulas): New command.
15072 (org-finish-edit-formulas, org-abort-edit-formulas)
15073 (org-show-variable, org-table-get-vertical-vector): New functions.
15074 (org-table-maybe-eval-formula): Handle `:=' fields.
15075 (org-table-get-stored-formulas, org-table-store-formulas)
15076 (org-table-get-formula, org-table-modify-formulas)
15077 (org-table-replace-in-formulas): Handle named field formulas.
15078 (org-table-get-specials): Store locations of named fields.
15079
15080 2005-07-19 Juri Linkov <juri@jurta.org>
15081
15082 * progmodes/grep.el (grep-regexp-alist)
15083 (grep-mode-font-lock-keywords, grep-process-setup):
15084 Use default GNU grep match color "01;31m" instead of "01;41m".
15085 (grep-regexp-alist, grep-mode-font-lock-keywords):
15086 Use `\\[[0-9]*m' instead of `\\[00m'.
15087 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15088 sgr_start where its handling is more important. Use the real
15089 length of sgr_start instead of constant 8.
15090 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15091 specially. Delete all remaining escape sequences.
15092 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15093 (grep-regexp-alist): Make hyperlink only for binary file name
15094 instead of the whole line.
15095 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15096 (grep-mode): Add autoload.
15097
15098 * emacs-lisp/find-func.el (find-function-regexp):
15099 Add `define-compilation-mode'.
15100
15101 2005-07-19 Juri Linkov <juri@jurta.org>
15102
15103 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15104 (compare-windows-sync-string-size, compare-windows-recenter)
15105 (compare-windows-highlight, compare-windows): Add version 22.1.
15106 (compare-windows) <defface>: Inherit from lazy-highlight instead
15107 of duplicating its default value.
15108
15109 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15110 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15111
15112 * descr-text.el (describe-char): Create link buttons for `charset'
15113 and `code point'. Add the current input method name with a link
15114 button to `to input' field. Print face names of display table
15115 characters in `The display table entry is displayed by' section
15116 instead of printing face-id in the `display' field.
15117 Guess hardcoded faces and create a link button for them.
15118 Skip empty fields when calculating max-width.
15119 Treat `widget-create' specially while inserting strings from the
15120 collected field list.
15121 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15122
15123 * diff-mode.el (diff-file-header): Change foreground color from
15124 yellow to green on light backgrounds.
15125 (diff-context): Inherit from `shadow' only for color/grayscale
15126 with more than 88 colors.
15127 (diff-indicator-removed, diff-indicator-added)
15128 (diff-indicator-changed): New faces.
15129 (diff-font-lock-keywords): Use new faces. Regroup rules.
15130 Add "^---$" for `normal' diff format. Fontify `#' lines with
15131 font-lock-comment-delimiter-face and font-lock-comment-face.
15132 Add `#' to ^[^...] in the rule for `diff-context-face'.
15133
15134 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15135 a button-like box. Inherit from `highlight' on low colors.
15136 (shadow): Use shades of gray only for color/grayscale with
15137 more than 88 colors. Use green for light backgrounds with
15138 8 colors, and yellow for dark backgrounds with 8 colors.
15139
15140 * font-lock.el (font-lock-regexp-grouping-backslash):
15141 Don't inherit from escape-glyph (use bold for all cases).
15142
15143 * info.el (info-xref-visited): Use light foreground color `violet'
15144 for dark backgrounds instead of dark color `magenta3'.
15145 (info-title-1): Use `yellow' color for dark backgrounds.
15146
15147 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15148 too-light magenta2.
15149
15150 * replace.el (match): Use slightly more light RoyalBlue3 instead
15151 of dark RoyalBlue4.
15152
15153 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15154
15155 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15156
15157 * novice.el (disabled-command-hook): Declare it with
15158 `define-obsolete-variable-alias'.
15159
15160 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15161 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15162 (desktop-load-default): Add release to obsolescence info.
15163 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15164 (desktop-append-buffer-args, desktop-read):
15165 Fix typos in docstrings.
15166 (desktop-kill): Fix typo in message.
15167 (desktop-save): Doc fix.
15168
15169 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15170
15171 * viper-cmd.el (viper-escape-to-state): Bug fix.
15172 (viper-envelop-ESC-key): Change the definition of fast
15173 keysequence so it'll work with keyboard macros.
15174
15175 * ediff.el (ediff-patch-buffer): Change the docstring.
15176
15177 2005-07-19 Kenichi Handa <handa@m17n.org>
15178
15179 * international/mule-cmds.el (select-safe-coding-system): Try to
15180 use an auto-coding (if any) before anything else. If the found
15181 auto-coding is invalid, show a warning message.
15182
15183 * international/mule.el (find-auto-coding): New function created
15184 by modifying the body of set-auto-coding.
15185 (set-auto-coding): Use find-auto-coding to find a coding.
15186
15187 2005-07-18 Richard M. Stallman <rms@gnu.org>
15188
15189 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15190 not isearch-mode-end-hook-error.
15191 (allout-before-change-protect): Fix error message.
15192
15193 2005-07-18 Juri Linkov <juri@jurta.org>
15194
15195 * allout.el (allout-mode):
15196 * calculator.el (calculator-copy):
15197 * custom.el (custom-known-themes):
15198 * dired.el (dired-desktop-buffer-misc-data)
15199 (dired-restore-desktop-buffer):
15200 * dired-x.el (dired-omit-marker-char):
15201 * files.el (basic-save-buffer):
15202 * font-core.el (font-lock-mode):
15203 * calendar/calendar.el (calendar-goto-hebrew-date)
15204 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15205 (calendar-goto-persian-date):
15206 * language/ethio-util.el (ethio-sera-to-fidel-region):
15207 * textmodes/picture.el (picture-mode):
15208 Delete duplicate duplicate words.
15209
15210 2005-07-18 Juri Linkov <juri@jurta.org>
15211
15212 * isearch.el (isearch-mode-map): Remove key bindings for regexp
15213 chars * ? } |.
15214 (isearch-fallback): Don't call `isearch-process-search-char'.
15215 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15216 (isearch-process-search-char): Call `isearch-fallback' for regexp
15217 chars * ? } |.
15218 (isearch-return-char): Make obsolete with `make-obsolete' instead
15219 of simply documenting it as obsolete in the docstring.
15220 (isearch-fallback): Refill docstring.
15221
15222 * international/isearch-x.el
15223 (isearch-process-search-multibyte-characters): Remove unneeded
15224 `concat'. Add intermediate values to `junk-hist' instead of
15225 `minibuffer-history'. Test the length of `str'.
15226
15227 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
15228
15229 * allout.el (allout-resolve-xref): Fix typos in error strings.
15230 (allout-before-change-protect): Remove unneeded `concat'.
15231
15232 * array.el (array-mode, array-reconfigure-rows)
15233 (untabify-backward): Fix typos in docstrings.
15234 (array-reconfigure-rows): Use `insert-buffer-substring', not
15235 `insert-buffer'.
15236
15237 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15238 * progmodes/ada-mode.el (ada-make-body):
15239 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15240
15241 * dired.el (dired-log):
15242 * tar-mode.el (tar-subfile-save-buffer):
15243 * play/zone.el (zone-pgm-stress-destress):
15244 Use `insert-buffer-substring', not `insert-buffer'.
15245
15246 2005-07-17 Simon Josefsson <jas@extundo.com>
15247
15248 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15249
15250 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
15251
15252 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15253 Add plain auth method.
15254 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15255
15256 2005-07-17 Kim F. Storm <storm@cua.dk>
15257
15258 * ido.el (dired-other-window): Add ido property.
15259
15260 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
15261
15262 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15263 Fix typo in docstring.
15264 (byte-compile-interactive-only-functions): Add `insert-buffer' and
15265 `insert-file-literally'.
15266
15267 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15268 info and delete redundant message. Doc fix.
15269 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15270 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15271
15272 2005-07-16 Richard M. Stallman <rms@gnu.org>
15273
15274 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15275 (byte-compile-and): Use byte-compile-and-recursion.
15276 (byte-compile-or-recursion): New function.
15277 (byte-compile-or): Use that.
15278 (byte-compile-if): Guard the else-clause too.
15279 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15280
15281 * isearch.el (isearch-mode-end-hook-quit): New variable.
15282 (isearch-done): Bind it.
15283 (isearch-mode-end-hook): Doc fix.
15284
15285 * allout.el (allout-isearch-did-quit): Variable deleted.
15286 (allout-real-isearch-abort): Function name no longer used.
15287 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15288 (allout-isearch-rectification): isearch-mode always exists.
15289 Don't set allout-isearch-did-quit.
15290 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15291 allout-isearch-did-quit.
15292 (allout-enwrap-isearch): Just add the hook.
15293 (allout-isearch-abort): Function deleted.
15294 (allout-pre-command-business): Avoid warning.
15295
15296 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15297 Correctly avoid warnings.
15298 (pascal-outline): Likewise.
15299
15300 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15301
15302 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15303
15304 * play/tetris.el (tetris-mode): Avoid warning.
15305
15306 * play/snake.el (snake-mode): Avoid warning.
15307
15308 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15309 (gamegrid-set-display-table): Avoid warning.
15310 (gamegrid-set-timer): Likewise.
15311 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15312 (gamegrid-add-score-with-update-game-score-1): Take FILE
15313 as argument.
15314 (gamegrid-add-score-with-update-game-score): Pass that argument.
15315 Rename have-shared-game-dir to gamegrid-shared-game-dir.
15316
15317 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15318
15319 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15320 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15321
15322 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15323 and insert-file.
15324
15325 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15326 (sc-ask): Avoid warnings.
15327
15328 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15329 (eshell-hist-initialize): Use that var the natural way.
15330
15331 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15332
15333 * emacs-lisp/re-builder.el (reb-cook-regexp):
15334 Avoid warning calling lre-compile-string.
15335 (reb-color-display-p): Avoid warning.
15336
15337 * calculator.el (calculator-last-input): Guard uses
15338 of event-key and key-press-event-p.
15339 (event-key, key-press-event-p): Delete definitions.
15340
15341 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15342 (find-gc-source-directory, find-gc-subrs-callers)
15343 (find-gc-noreturn-list, find-gc-source-files)
15344 (find-gc-subrs-called): Vars renamed and defvar'd.
15345
15346 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15347 (checkdoc-overlay-put, checkdoc-delete-overlay)
15348 (checkdoc-overlay-start, checkdoc-overlay-end)
15349 (checkdoc-mode-line-update, checkdoc-char=):
15350 Define such that compiler knows they are defined.
15351 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
15352 (checkdoc-read-event): Delete. Use read-event directly.
15353
15354 * whitespace.el (whitespace-make-overlay)
15355 (whitespace-overlay-put, whitespace-delete-overlay)
15356 (whitespace-overlay-start, whitespace-overlay-end):
15357 Define such that compiler knows they are defined.
15358 (whitespace): Move conditional inside.
15359
15360 * tempo.el (tempo-insert-template): Suppress warning.
15361
15362 * ediff-diff.el (longlines-mode): Add defvar.
15363
15364 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
15365
15366 * server.el: Bind "C-x #" in a way that works even if C-x is
15367 redefined to a command key, not a prefix key.
15368
15369 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15370
15371 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15372 cl-make-type-test till execution time.
15373
15374 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15375
15376 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15377 arg ARG and use it.
15378
15379 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15380
15381 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15382
15383 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15384
15385 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15386 a defcustom with two :set or :type keywords.
15387
15388 2005-07-15 Richard M. Stallman <rms@gnu.org>
15389
15390 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15391 Don't give ^M comment-end syntax.
15392
15393 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15394
15395 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15396 Don't consider gdbmi (gdb-mi.el has its own update functions).
15397 (gdb-var-delete): Make it work for gdbmi as well.
15398 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15399
15400 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15401 (gud-speedbar-menu-items): Correct logic for enabling items.
15402
15403 2005-07-15 Kim F. Storm <storm@cua.dk>
15404
15405 * ido.el: Fix commentary.
15406 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15407 Use with-no-warnings around ffap-guesser.
15408 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15409 Let bind minibuffer-completing-file-name to t.
15410
15411 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15412
15413 * startup.el (site-run-file, keyboard-type): Doc fixes.
15414 (command-line): Check for "--basic-display" argument; also for
15415 "--quick", not "--bare-bones" (which was renamed).
15416 (fancy-splash-text): Add missing item "Getting New Versions".
15417 (normal-splash-screen): Fix typos and improve consistency with
15418 `fancy-splash-text'. Update copyright year.
15419
15420 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15421 valid binding for `help-char'.
15422
15423 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15424
15425 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15426
15427 * term.el (term-mode): Disable cua-mode for term buffers.
15428
15429 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15430
15431 * add-log.el (add-log-mailing-address, change-log-merge):
15432 Doc fixes.
15433 (change-log-get-method-definition): Fix typo in docstring.
15434
15435 2005-07-14 Kim F. Storm <storm@cua.dk>
15436
15437 * emulation/cua-base.el:
15438 (cua--pre-command-handler-1, cua--pre-command-handler)
15439 (cua--post-command-handler-1, cua--post-command-handler):
15440 Split in two. Check (buffer local) value of cua-mode.
15441 (cua-selection-mode): New command.
15442
15443 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15444
15445 * custom.el (custom-initialize-safe-set)
15446 (custom-initialize-safe-default): Doc fixes.
15447
15448 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15449 and simplify :init-value again.
15450
15451 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15452 and simplify :init-value again. Delete autoload.
15453
15454 * startup.el (command-line): Use `custom-reevaluate-setting' again
15455 for tooltip-mode.
15456
15457 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15458 a defcustom with two :initialize keywords.
15459
15460 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15461
15462 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15463 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15464 (allout-post-command-business, allout-flag-region)
15465 (isearch-reenable-font-lock, allout-yank)
15466 (allout-insert-latex-header, allout-insert-latex-trailer)
15467 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15468 (allout-latex-verb-quote): Fix typos in docstrings.
15469 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15470 (allout-unprotected, allout-prefix-data):
15471 Improve argument/docstring consistency.
15472 (allout-chart-subtree): Fix argument spec.
15473 (allout-open-topic): Rename `use_sib_bullet' argument to
15474 `use-sib-bullet'. Doc fix.
15475
15476 * whitespace.el (whitespace-check-buffer-leading)
15477 (whitespace-check-buffer-trailing)
15478 (whitespace-check-buffer-indent)
15479 (whitespace-check-buffer-spacetab)
15480 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15481 (whitespace-check-leading-whitespace)
15482 (whitespace-check-trailing-whitespace)
15483 (whitespace-check-spacetab-whitespace)
15484 (whitespace-check-indent-whitespace)
15485 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15486 (whitespace-modes): Fix typos in docstrings.
15487 (defgroup, defcustom): Doc fixes.
15488
15489 * winner.el (winner-mode, winner-boring-buffers)
15490 (winner-pending-undo-ring): Doc fixes.
15491 (winner-ring): Remove unneeded `progn'.
15492 (winner-equal): `defsubst' it.
15493 (winner-redo): Fix message.
15494
15495 2005-07-13 Kim F. Storm <storm@cua.dk>
15496
15497 * simple.el (line-move-1): Always use vertical-motion to
15498 do the last (or only) line move to ensure some movement.
15499 Undo 2005-06-23 change--don't check for overlays.
15500
15501 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15502
15503 * term/mac-win.el (ccl-encode-mac-roman-font)
15504 (ccl-encode-mac-centraleurroman-font)
15505 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15506 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15507 Change charset-id boundary of dimension to ?\xef.
15508 (mac-char-fontspec-list): New constant.
15509 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15510 argument. Nil uses itself as family in font-spec. Previous
15511 behavior for nil is now provided by non-nil non-string argument.
15512 All callers changed. Add font-specs for Mac fonts to
15513 "fontset-default" unless iso8859-1 fonts are installed.
15514
15515 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15516
15517 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15518 a continuation line if the \ is preceded by SPC or TAB.
15519 (sh-get-indent-info): Simplify.
15520 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15521 Use with-current-buffer.
15522
15523 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15524 when the matched text is empty.
15525
15526 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15527
15528 * startup.el (command-line): Revert to previous handling of
15529 tooltip-mode. Explain in comment why the complexity is needed.
15530
15531 * tooltip.el (tooltip-mode): Revert to previous implementation of
15532 its defcustom.
15533
15534 * frame.el (blink-cursor-mode): Revert to previous implementation
15535 of its defcustom. Update comment.
15536
15537 2005-07-12 Lars Hansen <larsh@soem.dk>
15538
15539 * desktop.el: Update e-mail address.
15540
15541 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15542
15543 * term/mac-win.el (mac-services-mail-selection)
15544 (mac-services-mail-to): New functions.
15545 (mac-application-menu-map): Bind them.
15546
15547 2005-07-12 wulei <milton@wulei.net> (tiny change)
15548
15549 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15550
15551 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15552
15553 * custom.el (custom-reevaluate-setting): Doc fix.
15554
15555 2005-07-11 Jay Belanger <belanger@truman.edu>
15556
15557 * calc/calc.el (calc-embedded-announce-formula-alist)
15558 (calc-embedded-open-close-plain-alist)
15559 (calc-embedded-open-close-mode-alist): Add checks for additional
15560 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15561
15562 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15563
15564 * custom.el (custom-enable-theme): Don't add theme to
15565 `custom-enabled-themes' with `push' because there is no
15566 setf-method for `delq'.
15567
15568 2005-07-11 Richard M. Stallman <rms@gnu.org>
15569
15570 * custom.el (custom-declare-variable): Doc fix.
15571
15572 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15573 from the alists.
15574
15575 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15576 Do nothing if edebug-active.
15577
15578 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15579 (edebug-display): Do it here instead.
15580
15581 2005-07-10 Richard M. Stallman <rms@gnu.org>
15582
15583 * cus-face.el (custom-theme-set-faces): Make it work.
15584 (custom-reset-faces): Doc fix.
15585 (custom-theme-reset-internal-face, custom-theme-face-value):
15586 Functions deleted.
15587
15588 * custom.el (custom-push-theme): Maintain list of the settings
15589 of a given theme in its theme-settings property.
15590 Maintain position of old settings in the theme-value
15591 or theme-face property.
15592 (custom-enabled-themes): New variable.
15593 (custom-theme-enabled-p): New function.
15594 (provide-theme): Update custom-enabled-themes.
15595 Disable and reenable the `user' theme.
15596 (require-theme): Doc fix.
15597 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15598 (custom-theme-value, custom-theme-variable-value): Likewise.
15599 (custom-theme-reset-internal): Likewise.
15600 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15601 (custom-enable-theme, custom-disable-theme): New functions.
15602 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15603 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15604 (custom-theme-reset-variables): Simplify.
15605 (deftheme, custom-declare-theme, custom-make-theme-feature):
15606 Definitions moved.
15607
15608 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15609
15610 * longlines.el (longlines-show-region)
15611 (longlines-unshow-hard-newlines): Recognize hard newlines by
15612 non-nil hard property, instead of t.
15613
15614 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15615
15616 * viper-cmd.el (viper--key-maps): New variable.
15617 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15618 emulation-mode-map-alists.
15619 (viper-envelop-ESC-key): Use viper-subseq.
15620 (viper-search-forward/backward/next): Disable debug-on-error.
15621
15622 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15623 (viper-ESC-key): New defcustoms.
15624
15625 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15626
15627 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15628 (viper-subseq): Copy of subseq from cl.el.
15629
15630 * viper.el (viper-go-away, viper-set-hooks): Use
15631 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15632
15633 * viper-mous.el (viper-current-frame-saved): Use defvar.
15634
15635 * viper-init.el: Get rid of -face in face names.
15636
15637 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15638 Make it work with longlines mode
15639
15640 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15641
15642 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15643
15644 * ediff-init.el: Get rid of -face in face names.
15645
15646 2005-07-10 Richard M. Stallman <rms@gnu.org>
15647
15648 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15649 and with-timeout-unsuspend.
15650
15651 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15652 and with-timeout-unsuspend.
15653
15654 * emacs-lisp/timer.el (with-timeout-timers): New variable.
15655 (with-timeout): Bind that variable to record timers.
15656 (with-timeout-suspend, with-timeout-unsuspend): New functions.
15657
15658 * emacs-lisp/debug.el (debug-help-follow): New function.
15659 (debugger-mode-map): Use that instead of help-follow.
15660 (debugger-setup-buffer): Use eval-buffer-list
15661 to handle eval-buffer frames.
15662
15663 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
15664
15665 * timezone.el (timezone-parse-date): Change first regexp
15666 so it will not mistakenly match dates with no time zone.
15667
15668 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
15669
15670 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15671
15672 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
15673
15674 * custom.el (custom-initialize-safe-set)
15675 (custom-initialize-safe-default): New functions.
15676
15677 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15678 and simplify :init-value.
15679
15680 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15681 and simplify :init-value. Delete obsolete comment.
15682
15683 * startup.el (command-line): Use `custom-reevaluate-setting' to
15684 handle `tooltip-mode'. Delete obsolete comment.
15685
15686 * files.el (set-visited-file-name): Avoid calling
15687 `file-name-nondirectory' with a nil argument.
15688
15689 2005-07-09 Richard M. Stallman <rms@gnu.org>
15690
15691 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15692 was called with nil for the buffer, handle the read position right.
15693 Handle read position for eval-region, too.
15694
15695 2005-07-09 Juri Linkov <juri@jurta.org>
15696
15697 * fringe.el (fringe-mode): Add period in docstring.
15698 (fringe-query-style): Build prompt depending on `all-frames' arg.
15699
15700 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15701 to not create links to unrelated functions in the Help buffer.
15702
15703 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15704 Doc fix.
15705
15706 * simple.el (next-error-hook): New variable.
15707 (next-error): Use it. Doc fix.
15708
15709 * textmodes/ispell.el (ispell-command-loop): Add current
15710 dictionary name and program name to mode-line-format.
15711 (ispell-region, ispell-process-line): Add current dictionary name
15712 and program name to messages.
15713
15714 2005-07-08 Jay Belanger <belanger@truman.edu>
15715
15716 * calc/calc.el (calc-embedded-announce-formula-alist)
15717 (calc-embedded-open-close-formula-alist)
15718 (calc-embedded-open-close-word-alist)
15719 (calc-embedded-open-close-plain-alist)
15720 (calc-embedded-open-close-new-formula-alist)
15721 (calc-embedded-open-close-mode-alist)
15722 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
15723 (calc-embedded-mode-hook): New variables.
15724
15725 * calc/calc-embed.el (calc-embedded-firsttime)
15726 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
15727 New variables.
15728 (calc-do-embedded): Use calc-embedded-firsttime,
15729 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
15730 determine whether or not to run hooks.
15731 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
15732 calc-embedded-firsttime-formula appropriately.
15733 Set calc-embedded delimiter variables according to mode.
15734
15735 2005-07-08 Richard M. Stallman <rms@gnu.org>
15736
15737 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
15738 Check for "emacs", etc., as entire symbol, not just as word.
15739 (checkdoc-file-comments-engine): Use regexp-quote on FN.
15740
15741 * files.el (set-visited-file-name): Report the error
15742 for "empty filename" earlier.
15743 (kill-some-buffers): Ignore buffers already dead.
15744
15745 * fringe.el (fringe-mode): Doc fix.
15746
15747 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15748 Check for (featurep 'xemacs) and turn off warnings in what it guards.
15749 Use unwind-protect to ensure byte-compile-unresolved-functions
15750 is updated.
15751
15752 * whitespace.el (whitespace-buffer-leading-cleanup):
15753 Simplify w/ skip-chars-forward.
15754 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
15755
15756 * mail/rmail.el (rmail-only-expunge): Fix paren error.
15757 Unconditionally try to leave point at the same old place.
15758
15759 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
15760
15761 * comint.el (comint-postoutput-scroll-to-bottom)
15762 (comint-show-maximum-output): Take scroll-margin into consideration.
15763
15764 2005-07-08 Kim F. Storm <storm@cua.dk>
15765
15766 * ido.el (ido-use-filename-at-point): New choice `guess'.
15767 (ido-file-internal): Try ffap-guesser if selected.
15768
15769 * ido.el (ido-before-fallback-functions): New hook.
15770 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
15771 (ido-read-file-name): Run it.
15772
15773 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
15774
15775 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
15776 strings rather than a list of symbols to the completion function.
15777
15778 2005-07-07 Jay Belanger <belanger@truman.edu>
15779
15780 * calc/calc-units.el (math-apply-units): Change the places in
15781 which units are simplified.
15782
15783 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
15784
15785 * cus-edit.el (customize-option, customize-option-other-window):
15786 Make them handle aliases.
15787
15788 * custom.el (custom-variable-p): Make it recursively follow
15789 aliases. Mention that in the docstring.
15790
15791 2005-07-07 Richard M. Stallman <rms@gnu.org>
15792
15793 * cus-start.el (exec-path): Use `directory' instead of `file'.
15794 Fix tag for nil.
15795
15796 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15797
15798 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
15799 when called non-interactively. Doc fix.
15800
15801 2005-07-07 Lute Kamstra <lute@gnu.org>
15802
15803 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
15804 new address as well.
15805
15806 2005-07-07 Kenichi Handa <handa@m17n.org>
15807
15808 * international/mule.el (make-coding-system):
15809 Describe `ascii-incompatible' property in the docstring.
15810 (set-file-name-coding-system): Signal an error if coding-system is
15811 ascii-incompatible.
15812 (set-keyboard-coding-system): Likewise.
15813
15814 * international/mule-cmds.el (set-default-coding-systems):
15815 Don't set default-file-name-coding-system and
15816 default-keyboard-coding-system if coding-system is ASCII-incompatible.
15817
15818 * international/utf-16.el: Declare that all UTF-16-based coding
15819 systems are ASCII-incompatible.
15820
15821 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
15822
15823 * progmodes/gud.el: Require font-lock for displaying errors.
15824 Used by gdb-ui.el.
15825
15826 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15827
15828 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
15829 values for the pattern lists which are `read'able but not
15830 `append'able (like symbols).
15831
15832 2005-07-06 Richard M. Stallman <rms@gnu.org>
15833
15834 * progmodes/flymake.el (flymake-float-time): Instead of
15835 with-no-warnings, test for xemacs.
15836 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
15837 to avoid warning.
15838
15839 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
15840
15841 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
15842
15843 2005-07-05 Lute Kamstra <lute@gnu.org>
15844
15845 * battery.el: Add support for Darwin (with much debugging help
15846 from Samuel Lauber <sam124@operamail.com>).
15847 (battery-status-function, battery-echo-area-format)
15848 (battery-mode-line-format): Add support for pmset on Darwin.
15849 (battery-load-low, battery-load-critical): New user options.
15850 (battery-pmset): New function.
15851
15852 2005-07-05 Lute Kamstra <lute@gnu.org>
15853
15854 Update FSF's address in GPL notices.
15855
15856 * textmodes/page-ext.el: Update FSF's address.
15857
15858 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15859
15860 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
15861 filling from using prefix when filling a single-line docstring.
15862
15863 * progmodes/flymake.el: Remove useless eval-when-compile.
15864
15865 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
15866
15867 2005-07-04 Richard M. Stallman <rms@gnu.org>
15868
15869 * textmodes/org.el (org-file-apps-defaults-gnu):
15870 Rename from org-file-apps-defaults-linux.
15871 (org-default-apps): Don't test system-type for `linux'.
15872 (org-file-apps): Doc fix.
15873
15874 2005-07-04 David Ponce <david@dponce.com>
15875
15876 * tree-widget.el: Improve header Commentary section.
15877 (tree-widget) [defgroup]
15878 (tree-widget-image-enable, tree-widget-themes-directory)
15879 (tree-widget-theme, tree-widget-image-properties-emacs)
15880 (tree-widget-image-properties-xemacs, tree-widget-create-image)
15881 (tree-widget-image-formats, tree-widget-control)
15882 (tree-widget-empty-control, tree-widget-leaf-control
15883 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
15884 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
15885 (tree-widget-keep, tree-widget-after-toggle-functions)
15886 (tree-widget-open-node, tree-widget-close-node): Doc fix.
15887 (tree-widget-open-control, tree-widget-close-control): Fix doc and
15888 :help-echo message.
15889 (tree-widget-set-theme): Doc fix. Use `string-equal'.
15890 (tree-widget-image-properties): Doc fix. Clearer implementation.
15891 (tree-widget--cursors): New constant.
15892 (tree-widget-lookup-image): New function split from
15893 `tree-widget-find-image'. Clearer implementation.
15894 (tree-widget-find-image): Use it.
15895 (tree-widget-button-keymap): Use `set-keymap-parent'.
15896 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
15897 Define the sub-widgets here.
15898 (tree-widget-node): Check that :node is not a tree-widget.
15899 (tree-widget-get-super, tree-widget-open-control)
15900 (tree-widget-close-control, tree-widget-empty-control)
15901 (tree-widget-leaf-control, tree-widget-guide)
15902 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
15903 (tree-widget-no-handle, tree-widget-value-delete)
15904 (tree-widget-map): Remove.
15905 (tree-widget-children-value-save): Doc fix. Simplified.
15906 (tree-widget-value-create): Update according to previous changes.
15907
15908 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
15909
15910 * textmodes/org.el: Leading space replaced by TABS.
15911 (org-recalc-marks, org-table-rotate-recalc-marks)
15912 (org-table-get-specials): Treat "^" and "_" marks.
15913 (org-table-justify-field-maybe): Optional argument NEW.
15914 (org-table-eval-formula): Parsing of the format simplified.
15915 New modes C,I. Honor the %= parameter in the current table.
15916 Avoid unnecessary re-align by using the NEW argument to
15917 `org-table-justify-field-maybe'.
15918 (org-calc-default-modes): Default for date-format mimicks org-mode.
15919 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
15920
15921 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
15922
15923 * cus-face.el (custom-theme-set-faces): Make it handle face
15924 aliases whose alias declarations are pre- or autoloaded.
15925
15926 2005-07-04 Juri Linkov <juri@jurta.org>
15927
15928 * faces.el (read-face-name): Put the code for getting a face name
15929 from the buffer before adding the faces from the `face' property.
15930 Use `completing-read-multiple' instead of `completing-read'.
15931 Require `crm'. Add default value and post-process the returned
15932 list of faces.
15933
15934 * emacs-lisp/crm.el (crm-find-current-element)
15935 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
15936
15937 * emacs-lisp/lisp-mode.el (eval-defun-1):
15938 * emacs-lisp/edebug.el (edebug-eval-defun):
15939 Remove unnecessary quotes.
15940
15941 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15942
15943 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
15944 (prolog-indent-level): Fix typo in docstring.
15945
15946 * info.el (Info-history, Info-history-forward)
15947 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
15948
15949 * add-log.el (add-change-log-entry):
15950 * comint.el (comint-dynamic-list-input-ring)
15951 (comint-dynamic-list-completions):
15952 * dabbrev.el (dabbrev-expand):
15953 * delim-col.el (delimit-columns-rectangle-line):
15954 * diff-mode.el (diff-context->unified, diff-reverse-direction)
15955 (diff-unified->context):
15956 * ediff-init.el (ediff-abbrev-jobname):
15957 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
15958 (ediff-replace-session-activity-marker-in-meta-buffer):
15959 * info.el (Info-summary):
15960 * lpr.el (printify-region):
15961 * printing.el (pr-create-interface):
15962 * ps-print.el (ps-print-quote):
15963 * ses.el (ses-column-widths, ses-print-cell)
15964 (ses-adjust-print-width, ses-center):
15965 * shell.el (shell-file-name-quote-list):
15966 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
15967 (strokes-fill-current-buffer-with-whitespace)
15968 (strokes-xpm-for-stroke, strokes-list-strokes)
15969 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
15970 * term.el (term-dynamic-list-input-ring)
15971 (term-dynamic-list-completions):
15972 * calc/calc.el (math-format-stack-value):
15973 * emacs-lisp/edebug.el (edebug-display-freq-count):
15974 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
15975 (delphi-new-comment-line):
15976 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
15977 * progmodes/executable.el (executable-set-magic):
15978 * progmodes/python.el (inferior-python-mode):
15979 * progmodes/scheme.el (scheme-mode-syntax-table):
15980 * progmodes/sh-script.el (sh-maybe-here-document):
15981 * progmodes/sql.el (sql-copy-column):
15982 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
15983 * textmodes/bibtex.el (bibtex-mode):
15984 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
15985 (sgml-auto-attributes):
15986 * textmodes/table.el (table-insert, table-shorten-cell)
15987 (table--generate-source-scan-lines, table-delete-row)
15988 (*table--cell-delete-char, table--spacify-frame)
15989 (table--horizontally-shift-above-and-below)
15990 (table--cell-insert-char, table--cell-blank-str)
15991 (table--fill-region-strictly):
15992 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
15993 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
15994
15995 * add-log.el (change-log):
15996 * apropos.el (apropos):
15997 * comint.el (comint-completion, comint-source):
15998 * dabbrev.el (dabbrev):
15999 * delim-col.el (columns):
16000 * diff-mode.el (diff-mode):
16001 * ediff.el (ediff):
16002 * ediff-diff.el (ediff-diff):
16003 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16004 * ediff-mult.el (ediff-mult):
16005 * ediff-ptch.el (ediff-ptch):
16006 * ediff-wind.el (ediff-window):
16007 * facemenu.el (facemenu):
16008 * indent.el (indent):
16009 * info.el (info):
16010 * jka-cmpr-hook.el (compression, jka-compr):
16011 * lpr.el (lpr):
16012 * outline.el (outlines):
16013 * pcmpl-cvs.el (pcmpl-cvs):
16014 * pcmpl-rpm.el (pcmpl-rpm):
16015 * printing.el (printing):
16016 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16017 (ps-print-vertical, ps-print-headers, ps-print-font)
16018 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16019 (ps-print-background, ps-print-printer, ps-print-page)
16020 (ps-print-miscellany):
16021 * ses.el (ses):
16022 * shell.el (shell, shell-directories, shell-faces):
16023 * startup.el (initialization):
16024 * strokes.el (strokes):
16025 * term.el (term):
16026 * uniquify.el (uniquify):
16027 * w32-vars.el (w32):
16028 * calc/calc.el (calc):
16029 * emacs-lisp/bytecomp.el (bytecomp):
16030 * emacs-lisp/cl-indent.el (lisp-indent):
16031 * emacs-lisp/edebug.el (edebug):
16032 * emacs-lisp/elp.el (elp):
16033 * emacs-lisp/testcover.el (testcover):
16034 * emacs-lisp/trace.el (trace):
16035 * emulation/viper-ex.el (viper-ex):
16036 * emulation/viper-mous.el (viper-mouse):
16037 * mail/mailalias.el (mailalias):
16038 * mail/supercite.el (supercite, supercite-frames)
16039 (supercite-attr, supercite-cite, supercite-hooks):
16040 * net/rcompile.el (remote-compile):
16041 * net/rlogin.el (rlogin):
16042 * obsolete/ooutline.el (outlines):
16043 * progmodes/delphi.el (delphi):
16044 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16045 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16046 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16047 (ebnf-optimization):
16048 * progmodes/etags.el (etags):
16049 * progmodes/executable.el (executable):
16050 * progmodes/idlwave.el (idlwave):
16051 * progmodes/pascal.el (pascal):
16052 * progmodes/prolog.el (prolog):
16053 * progmodes/python.el (python):
16054 * progmodes/scheme.el (scheme):
16055 * progmodes/sh-script.el (sh, sh-script):
16056 * progmodes/sql.el (SQL):
16057 * progmodes/tcl.el (tcl):
16058 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16059 * textmodes/enriched.el (enriched):
16060 * textmodes/makeinfo.el (makeinfo):
16061 * textmodes/sgml-mode.el (sgml):
16062 * textmodes/table.el (table-hooks):
16063 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16064 * textmodes/texinfo.el (texinfo):
16065 * textmodes/two-column.el (two-column):
16066 Finish `defgroup' description with period.
16067
16068 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16069 * eshell/esh-var.el (eshell-var):
16070 * progmodes/vhdl-mode.el (vhdl-testbench):
16071 * textmodes/org.el (org): Fix typos in docstrings.
16072
16073 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16074 consistency.
16075
16076 * progmodes/flymake.el (flymake-find-file): Remove.
16077 (flymake-float-time): Use `with-no-warnings'.
16078 (flymake-check-start-time, flymake-check-was-interrupted)
16079 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16080 (flymake-new-err-info): `defvar' at compile time.
16081
16082 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16083
16084 * replace.el (occur-hook): Doc fix.
16085 (occur-1): Don't call `occur-hook' if there are no matches.
16086
16087 2005-07-03 Richard M. Stallman <rms@gnu.org>
16088
16089 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16090 global-map, save the same map.
16091 (global-map): Don't alter it at top level.
16092 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16093 Then alter it here instead.
16094 (tpu-edt-off): Set global-map to the saved one.
16095
16096 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16097 All references simplified.
16098 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16099 (zmacs-regions): Add defvar.
16100 (repeat-complex-command-map): Everything about that deleted.
16101
16102 * textmodes/artist.el (artist-key-is-drawing)
16103 (artist-key-endpoint1, artist-key-poly-point-list)
16104 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16105 (artist-key-compl-table, artist-rb-save-data)
16106 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16107 Don't put them in eval-when-compile.
16108 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16109
16110 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16111 Use with-no-warnings.
16112
16113 * net/browse-url.el (dos-windows-version): Add defvar.
16114
16115 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16116
16117 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16118 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16119 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16120 Add defvar.
16121 (rmail-summary-beginning-of-message): Use with-no-warnings.
16122 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16123
16124 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16125 Use with-no-warnings.
16126
16127 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16128 (c-mark-function): Add point-moving-unit property.
16129 (vi-goto-line): Use with-no-warnings.
16130
16131 * emulation/edt.el (edt-last-copied-word): Add defvar.
16132 (zmacs-region-stays): Likewise.
16133 (edt-mark-section-wisely): Use c-mark-function for C.
16134 Use makr-defun for Fortran.
16135 (time-string): defvar deleted.
16136 (edt-display-the-time): Don't set time-string.
16137
16138 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16139
16140 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16141 Don't warn when name is not constant
16142 or for defining the group `emacs'.
16143
16144 * tooltip.el (gud-tooltip-mode): Add defvar.
16145
16146 * startup.el (default-frame-background-mode): Add defvar.
16147
16148 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16149
16150 * info.el (tool-bar-map): Add defvar.
16151
16152 * dired.el (dnd-protocol-alist): Add defvar.
16153
16154 * dired-aux.el (dired-query): Display question with answer, when
16155 the user answers.
16156
16157 * custom.el (custom-add-option): Doc fix.
16158
16159 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16160
16161 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16162
16163 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16164 bogus name from the last change.
16165
16166 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16167
16168 * custom.el (custom-declare-variable): Fix typos in comment.
16169 (custom-known-themes): Doc fix.
16170 (custom-theme-directory): New defcustom.
16171 (require-theme): Make it check `custom-theme-directory'.
16172
16173 * cus-theme.el (custom-new-theme-mode): New function.
16174 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16175 (custom-theme-description): Add compiler defvars.
16176 (customize-create-theme): Add doc to the "*New Custom Theme*"
16177 buffer. Use `custom-new-theme-mode'.
16178 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16179 and save it to the `custom-theme-directory'. Make this the
16180 default directory of the buffer.
16181
16182 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16183
16184 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16185 Fix unbalanced parentheses.
16186
16187 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16188
16189 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16190 into flymake-mode and delegate to flymake-mode.
16191
16192 * find-file.el (ff-which-function-are-we-in): Clean up.
16193
16194 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16195
16196 * replace.el (occur-rename-buffer): Fix docstring.
16197
16198 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16199 (edt-last-copied-word, edt-learn-macro-count)
16200 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16201 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16202 (time-string, zmacs-region-stays):
16203 * emulation/edt-mapper.el (edt-save-function-key-map)
16204 (EDT-key-name): `defvar' to silence the byte-compiler.
16205
16206 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16207
16208 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16209 font-lock-regexp-backslash. Doc fix.
16210 (font-lock-regexp-backslash-grouping-construct): Rename from
16211 font-lock-regexp-backslash-construct. Doc fix.
16212 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16213 grouping constructs.
16214
16215 2005-07-02 Eli Zaretskii <eliz@gnu.org>
16216
16217 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16218 updating all the prerequisites.
16219
16220 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
16221
16222 * textmodes/org.el (org-agenda-start-on-weekday)
16223 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16224 (org-agenda-use-time-grid, org-archive-location)
16225 (org-allow-space-in-links, org-usenet-links-prefer-google)
16226 (org-enable-table-editor, org-export-default-language)
16227 (org-export-html-show-new-buffer, org-fill-paragraph)
16228 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16229 (org-goto-quit, org-occur, org-eval-in-calendar)
16230 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16231 (org-agenda-diary-entry, org-remember-help)
16232 (org-table-convert-region, org-at-table-p)
16233 (org-table-move-row-down, org-table-move-row-up)
16234 (org-table-copy-region, org-table-toggle-vline-visibility)
16235 (org-table-get-stored-formulas, org-table-get-specials)
16236 (org-recalc-commands, org-table-eval-formula)
16237 (org-table-formula-substitute-names, orgtbl-make-binding)
16238 (org-format-org-table-html, org-format-table-table-html)
16239 (org-format-table-table-html-using-table-generate-source)
16240 (org-customize): Fix typos in docstrings.
16241 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16242 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16243 (org-back-to-heading): Doc fixes.
16244 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16245 (org-agenda-change-all-lines, org-get-header):
16246 Improve argument/docstring consistency.
16247 (orgtbl-error): Fix error message.
16248
16249 * progmodes/flymake.el (flymake-find-possible-master-files)
16250 (flymake-master-file-compare, flymake-get-line-err-count)
16251 (flymake-highlight-line, flymake-gui-warnings-enabled):
16252 Fix typos in docstrings.
16253 (flymake-parse-line, flymake-get-project-include-dirs-function)
16254 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16255 Doc fixes.
16256 (flymake-get-project-include-dirs-function)
16257 (flymake-make-err-menu-data):
16258 Improve argument/docstring consistency.
16259
16260 2005-07-01 Lute Kamstra <lute@gnu.org>
16261
16262 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16263 Catch errors with ignore-errors. Use temporary buffer.
16264 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
16265
16266 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16267 background color faces.
16268 (facemenu-set-foreground, facemenu-set-background):
16269 Use facemenu-set-face-from-menu.
16270 (facemenu-set-face-from-menu): Treat face names that start with
16271 "fg:" or "bg:" as special.
16272 (facemenu-add-new-color): Don't create faces. Simplify.
16273
16274 2005-06-30 Richard M. Stallman <rms@gnu.org>
16275
16276 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16277 (crm-find-current-element): Likewise.
16278
16279 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
16280
16281 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16282
16283 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
16284
16285 * arc-mode.el (archive-extract): Make it work as a mouse binding.
16286 (archive-mouse-extract): Make it an obsolete alias.
16287 (archive-mode-map): Don't use archive-mouse-extract any more.
16288 (archive-mode, archive-extract): write-contents-hooks ->
16289 write-contents-functions.
16290 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16291 first arg.
16292 (archive-rename-entry): Update the call.
16293 (archive-zip-summarize): Remove unused var `method'.
16294 (archive-lzh-summarize): Remove unused var `creator'.
16295
16296 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16297 dedicated frame upon exit.
16298
16299 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16300 (archive-zip-extract, archive-zip-expunge)
16301 (archive-zip-update, archive-zip-update-case): Use executable-find.
16302 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16303 Use restore-buffer-modified-p.
16304 (archive-extract, archive-add-new-member, archive-write-file-member):
16305 Use with-current-buffer.
16306 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16307
16308 2005-06-30 Andreas Schwab <schwab@suse.de>
16309
16310 * progmodes/gud.el (gud-filter): Remove unneeded progn.
16311
16312 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16313
16314 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16315
16316 2005-06-30 Juri Linkov <juri@jurta.org>
16317
16318 * faces.el (vertical-border): Inherit from mode-line-inactive
16319 only on tty.
16320
16321 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
16322
16323 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16324 example, -NLINES in the `occur' docstring).
16325
16326 * replace.el (occur-1): When no matches are found, do not set the
16327 `buffer-read-only' and modified flags for the occur buffer,
16328 because it is deleted.
16329
16330 * emulation/cua-base.el (cua-check-pending-input)
16331 (cua-repeat-replace-region, cua-mode, cua-debug)
16332 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16333 Fix typos in docstrings.
16334
16335 * emulation/cua-gmrk.el (cua-toggle-global-mark)
16336 (cua-cut-region-to-global-mark)
16337 (cua--cut-rectangle-to-global-mark):
16338 Remove period from end of messages.
16339
16340 * emulation/cua-rect.el (cua-do-rectangle-padding):
16341 Remove period from end of messages.
16342 (cua--rectangle-seq-format): Fix typo in docstring.
16343 (cua-sequence-rectangle, cua-fill-char-rectangle):
16344 Improve argument/docstring consistency.
16345
16346 2005-06-29 Juri Linkov <juri@jurta.org>
16347
16348 * faces.el (default-frame-background-mode): New internal variable.
16349 (frame-set-background-mode): Use it.
16350
16351 * startup.el (normal-top-level): Set default-frame-background-mode
16352 instead of frame-background-mode. Before setting it, test for its
16353 nil value. Remove tests for frame-background-mode and frame
16354 parameter `reverse'. Add test for "unspecified-fg".
16355
16356 * term/xterm.el (xterm-rxvt-set-background-mode):
16357 * term/rxvt.el (rxvt-set-background-mode):
16358 Set default-frame-background-mode instead of frame-background-mode.
16359
16360 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
16361
16362 * simple.el (set-variable): Warn about obsolete user variables.
16363
16364 * imenu.el (imenu--completion-buffer):
16365 * mouse.el (mouse-buffer-menu-alist):
16366 * msb.el (msb-invisible-buffer-p):
16367 * calendar/diary-lib.el (diary-header-line-format):
16368 * emacs-lisp/pp.el (pp-buffer):
16369 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16370 * textmodes/picture.el (picture-replace-match):
16371 Change space constants followed by a sexp to "?\s ".
16372
16373 * play/decipher.el (decipher-loop-with-breaks):
16374 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16375 constants "protected" from end of line by a comment to "?\s".
16376
16377 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16378
16379 * font-lock.el (save-buffer-state): Use `declare'.
16380
16381 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16382 reset the syntax-table to cperl-mode-syntax-table.
16383 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16384 "foo_print_bar" is not matched as a reserved keyword.
16385
16386 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16387
16388 * textmodes/org.el (orgtbl-setup): New function, for delayed
16389 setup for the orgtbl commands.
16390 (org-calc-default-modes): New option.
16391 (orgtbl-make-binding): Use `defun' to get better help display.
16392 (org-diary): Call `org-compile-prefix-format'.
16393 (org-table-formula-substitute-names): New function.
16394 (org-agenda-day-view, org-agenda-week-view): New commands.
16395 (org-agenda-toggle-week-view): Command removed.
16396 (org-tbl-menu): Split off from org-org-menu.
16397 (org-mode): Move removal of outline-mode menus to here.
16398 (org-table-formula-debug): New option.
16399 (org-table-insert-row): Keep first field if just "#" or "*".
16400 (org-mode): Paragraph regexps fixed.
16401 (org-table-recalculate-regexp): New constant.
16402 (org-table-justify-field-maybe): Avoid replace if not necessary.
16403 (org-copy-special, org-cut-special): Use `call-interactively'.
16404 (org-table-copy-region): Take region from `interactive' call.
16405 (org-trim): Return string even if no match.
16406 (org-formula): New face.
16407 (org-set-font-lock-defaults): No longer highlight "FIXME".
16408 But highlight formula-related fields in table.
16409 (org-table-p): Use regexp, not fontification.
16410 (org-table-align): Handle white space at end of line.
16411 (org-table-formula-evaluate-inline): New option.
16412 (org-mode): Auto-wrapping in comment lines turned off.
16413 (org-table-copy-down): Evaluate only in copied field, not in
16414 destination.
16415 (org-table-current-formula): Variable removed.
16416 (org-table-store-formulas, org-table-get-stored-formulas)
16417 (org-table-modify-formulas, org-table-replace-in-formulas)
16418 (org-table-maybe-eval-formula): New functions.
16419 (org-table-get-formula): Modify to use stored formulas.
16420 (org-table-insert-column, org-table-delete-column)
16421 (org-table-move-column): Call `org-table-modify-formulas'.
16422 (org-complete): Add completion for keyword formulas.
16423 (orgtbl-mode): Pull orgtbl-mode-map to start of
16424 minor-mode-map-alist.
16425
16426 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16427
16428 * progmodes/python.el (python-check): Require `compile' before
16429 modifying its variables.
16430
16431 * newcomment.el (comment-indent-default): Don't get fooled by an early
16432 end of buffer.
16433
16434 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16435
16436 * ps-print.el (ps-print-version): Fix version number.
16437
16438 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16439
16440 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16441
16442 2005-06-28 Richard M. Stallman <rms@gnu.org>
16443
16444 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16445 (flyspell-local-mouse-map): Declaration deleted.
16446 (flyspell-mouse-map): Bind only mouse-2.
16447 (flyspell-mode-map): Don't test flyspell-use-local-map.
16448 (flyspell-overlay-keymap-property-name): Var deleted.
16449 (flyspell-mode-on): Don't make local bindings for
16450 flyspell-mouse-map and flyspell-mode-map.
16451 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16452
16453 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16454
16455 * progmodes/compile.el (compilation-next-error-function):
16456 Don't switch buffers; operate on the current buffer.
16457
16458 * progmodes/compile.el (compilation-error-file-name)
16459 (compilation-warning-file-name, compilation-info-file-name)
16460 (compilation-line-number, compilation-column-number): New faces.
16461 (compilation-error-face, compilation-warning-face)
16462 (compilation-info-face, compilation-line-face)
16463 (compilation-column-face): Use them.
16464
16465 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16466
16467 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16468
16469 * bindings.el (global-map): Bind insertchar and its variants.
16470
16471 2005-06-27 Richard M. Stallman <rms@gnu.org>
16472
16473 * textmodes/artist.el (artist-text-overwrite)
16474 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16475
16476 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16477
16478 * ps-print.el: It was not working the page selection for printing.
16479 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16480 (ps-print-version): New version 6.6.7.
16481 (ps-end-sheet): New fun.
16482 (ps-header-sheet, ps-end-job): Call it.
16483
16484 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16485
16486 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16487
16488 2005-06-27 Lute Kamstra <lute@gnu.org>
16489
16490 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16491 background color faces.
16492 (facemenu-get-face): Delete function.
16493 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16494 (facemenu-add-new-color): Make second argument mandatory.
16495 Create the appropriate face and return it. Simplify.
16496 (facemenu-set-foreground, facemenu-set-background): Don't check if
16497 color is defined. Use return value of facemenu-add-new-color.
16498
16499 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16500
16501 * progmodes/gud.el (gud-filter): Add missing argument to
16502 with-selected-window.
16503
16504 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16505
16506 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16507 a :require to the defcustom.
16508
16509 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16510 defcustoms corresponding to minor modes.
16511
16512 2005-06-26 David Ponce <david@dponce.com>
16513
16514 * recentf.el: Require tree-widget instead of wid-edit.
16515 (recentf-filename-handler): Fix widget :type.
16516 (recentf-cancel-dialog, recentf-open-more-files)
16517 (recentf-open-files-action): Doc fix.
16518 (recentf-dialog-goto-first): New function.
16519 (recentf-dialog-mode-map): Set parent keymap first.
16520 (recentf-dialog-mode): Define with define-derived-mode.
16521 Don't display continuation lines in dialogs.
16522 (recentf-edit-list): Rename from recentf-edit-selected-items.
16523 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16524 Simplify.
16525 (recentf-edit-list-validate): New function.
16526 (recentf-edit-list): Update accordingly.
16527 (recentf-open-files-item-shift): Remove.
16528 (recentf-open-files-item): Convert menu elements into tree and
16529 link widgets. Don't create the widgets.
16530 (recentf-open-files): Update accordingly.
16531 (recentf-save-list): Untabify.
16532
16533 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16534
16535 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16536 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16537 partially contained in the active region. Do not take active
16538 region into account when called from Lisp, unless INTERACTIVE arg
16539 is non-nil. Use `forward-line' instead of `beginning-of-line' to
16540 avoid trouble with fields. Make marker point nowhere when no
16541 longer used. Always return nil. Doc fix.
16542 (flush-lines): Add INTERACTIVE arg. Do not take active region
16543 into account when called from Lisp, unless INTERACTIVE arg is
16544 non-nil. Use `forward-line' instead of `beginning-of-line' to
16545 avoid trouble with fields. Make marker point nowhere when no
16546 longer used. Always return nil. Doc fix.
16547 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16548 interchangeable. Do not take active region into account when
16549 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16550 message in echo area when called from Lisp, unless INTERACTIVE arg
16551 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16552 Return the number of matches. Doc fix.
16553 (occur): Doc fix.
16554 (perform-replace): Make comment follow double space convention for
16555 the sake of `outline-minor-mode'.
16556
16557 * faces.el (facep): Doc fix.
16558
16559 2005-06-25 Richard M. Stallman <rms@gnu.org>
16560
16561 * facemenu.el (facemenu-enable-faces-p): New function.
16562 (facemenu-background-menu, facemenu-foreground-menu)
16563 (facemenu-face-menu): Add menu-enable property.
16564
16565 * jka-compr.el (jka-compr-insert-file-contents):
16566 Special handling if cannot find the uncompression program.
16567
16568 * cus-face.el (custom-face-attributes): Add autoload.
16569
16570 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16571 Bind comment-indent-function locally.
16572
16573 * window.el (save-selected-window): Use save-current-buffer.
16574
16575 * subr.el (with-selected-window): Use save-current-buffer.
16576
16577 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16578 and with-current-buffer.
16579
16580 2005-06-24 Richard M. Stallman <rms@gnu.org>
16581
16582 * simple.el (line-move-1): Fix previous change.
16583
16584 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16585
16586 * replace.el (occur-1): Set `buffer-read-only' and the
16587 buffer-modified flag before running `occur-hook' to protect
16588 against unintentional buffer switches that can lead to data loss.
16589
16590 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16591
16592 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16593 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16594 initial error.
16595
16596 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16597 after fresh input.
16598 (gdb-var-create-handler): Put name of expression in quotes.
16599
16600 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16601
16602 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16603 elements of RING in order, and without bogus nil elements.
16604
16605 2005-06-23 Richard M. Stallman <rms@gnu.org>
16606
16607 * simple.el (set-variable): Args renamed; doc fix.
16608 (line-move-1): When there are overlays around, use vertical-motion.
16609
16610 * faces.el (escape-glyph): Use brown against light background.
16611 (nobreak-space): Rename from no-break-space.
16612 Fix previous change.
16613
16614 * dired-aux.el (dired-do-copy): Fix arg prompt.
16615
16616 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16617
16618 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16619
16620 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16621 rather than "Distributor".
16622
16623 2005-06-23 Lute Kamstra <lute@gnu.org>
16624
16625 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16626 (debug-on-entry): Use it. New interactive declaration that uses
16627 function-called-at-point.
16628
16629 2005-06-23 Kim F. Storm <storm@cua.dk>
16630
16631 * subr.el (save-match-data): Add comment about using evaporate arg
16632 to set-match-data.
16633
16634 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16635
16636 * cus-edit.el (customize-face)
16637 (customize-face-other-window): Handle face aliases.
16638
16639 * faces.el (face-documentation, set-face-attribute)
16640 (face-spec-set): Handle face aliases.
16641
16642 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
16643
16644 * help-mode.el (help-make-xrefs): If a symbol representing a face
16645 name is not followed by the word "face", it could still be a
16646 function or variable name, so don't bypass other checks.
16647
16648 2005-06-22 Juri Linkov <juri@jurta.org>
16649
16650 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16651 Replace aliased functions with calls where second arg `inherit' is t.
16652
16653 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
16654
16655 * progmodes/gdb-ui.el (gdb-error): New variable.
16656 (gdb-error): New function.
16657 (gdb-annotation-rules): Act on error-begin and error annotations.
16658 (gdb-concat-output): Use font-lock-warning-face for errors.
16659
16660 2005-06-22 Miles Bader <miles@gnu.org>
16661
16662 * bindings.el (propertized-buffer-identification): Use renamed
16663 `Buffer-menu-buffer' face.
16664
16665 * faces.el (vertical-border): Rename from `vertical-divider'.
16666 (escape-glyph): Change dark-background color back to `cyan'.
16667
16668 2005-06-21 Juri Linkov <juri@jurta.org>
16669
16670 * faces.el (face-user-default-spec): Try getting `customized-face'
16671 prior to `saved-face'.
16672 (frame-background-mode): Refill docstring.
16673
16674 * emacs-lisp/lisp-mode.el (eval-defun-1):
16675 * emacs-lisp/edebug.el (edebug-eval-defun):
16676 Set `saved-face' temporarily to nil before calling form.
16677 Set `customized-face' to the new spec after that.
16678
16679 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16680
16681 * subr.el (1value, lambda, key-substitution-in-progress):
16682 Doc fixes.
16683
16684 * autoinsert.el (auto-insert-alist):
16685 * ses.el (ses-call-printer):
16686 * subr.el (noreturn):
16687 * emacs-lisp/lisp.el (check-parens):
16688 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16689 * net/browse-url.el (browse-url-mosaic):
16690 * progmodes/cc-defs.el (c-safe-scan-lists):
16691 * progmodes/ebnf-abn.el (ebnf-abn-lex):
16692 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16693 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16694 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16695 * progmodes/ebnf-iso.el (ebnf-iso-lex):
16696 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16697
16698 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16699
16700 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16701
16702 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
16703
16704 * calendar/appt.el (appt-make-list): Activate the package, if
16705 not already active (for backwards compatibility).
16706
16707 2005-06-20 Kim F. Storm <storm@cua.dk>
16708
16709 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
16710
16711 2005-06-20 Miles Bader <miles@gnu.org>
16712
16713 * faces.el (vertical-divider): New face.
16714
16715 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
16716
16717 * simple.el (kill-whole-line): Doc fix.
16718 (next-error-buffer-p, next-error-find-buffer)
16719 (clone-indirect-buffer): Fix typos in docstrings.
16720 (comment-line-break-function): Doc fix: don't say variable
16721 is automatically buffer-local (it isn't).
16722
16723 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
16724
16725 * net/tramp-ftp.el (top):
16726 * net/tramp-smb.el (top):
16727 * net/tramp-util.el (top):
16728 * net/tramp-uu.el (top):
16729 * net/tramp-vc.el (top):
16730 * net/tramp.el (top): Revert copyright years back to original
16731 ones. Tramp has a life outside GNU Emacs.
16732
16733 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
16734
16735 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
16736
16737 2005-06-18 Juri Linkov <juri@jurta.org>
16738
16739 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
16740 end of first regexp to limit the match to the position between
16741 line number and source line with same separator character as used
16742 between file name and line number. In the second regexp limit
16743 mouse-face area to file name and line number by adding new group
16744 for them and referring it in HYPERLINK arg.
16745 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
16746 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
16747 previous line where grep markers may be already removed.
16748
16749 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
16750
16751 * progmodes/ps-mode.el: Update version and maintainer's email address.
16752
16753 2005-06-18 Steve Youngs <steve@xemacs.org>
16754
16755 * net/browse-url.el (browse-url-browser-function)
16756 (browse-url-default-browser): Add firefox.
16757 (browse-url-firefox-program, browse-url-firefox-arguments)
16758 (browse-url-firefox-startup-arguments)
16759 (browse-url-firefox-new-window-is-tab): New defcustoms.
16760 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
16761
16762 2005-06-17 Richard M. Stallman <rms@gnu.org>
16763
16764 * startup.el (command-line): Warn if specified user name has
16765 no home directory.
16766
16767 * term.el (term-get-old-input, term-input-filter, term-input-sender)
16768 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
16769
16770 * longlines.el (longlines-mode, longlines-show-hard-newlines):
16771 Doc fixes.
16772
16773 * faces.el (underline): Try bold if terminal doesn't support underline.
16774
16775 * mail/sendmail.el (mail-setup-with-from): New variable.
16776 (mail-insert-from-field): New function.
16777 (sendmail-send-it): Call it.
16778 (mail-setup): Optionally call it here.
16779
16780 * term/linux.el: Call tty-no-underline.
16781
16782 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
16783
16784 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
16785
16786 2005-06-17 Miles Bader <miles@gnu.org>
16787
16788 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
16789 (ediff-current-diff-C, ediff-current-diff-Ancestor)
16790 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
16791 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
16792 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
16793 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
16794 Remove "-face" suffix from face names.
16795 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16796 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16797 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16798 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16799 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16800 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16801 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16802 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16803 New backward-compatibility aliases for renamed faces.
16804 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16805 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16806 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16807 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16808 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16809 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16810 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16811 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16812 Use renamed ediff faces.
16813
16814 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
16815 Remove "-face" suffix from face names.
16816 (eshell-test-ok-face, eshell-test-failed-face):
16817 New backward-compatibility aliases for renamed faces.
16818 (eshell-run-test): Use renamed eshell-test faces.
16819
16820 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
16821 face name.
16822 (eshell-prompt-face): New backward-compatibility alias for renamed
16823 face.
16824 (eshell-emit-prompt): Use renamed eshell-prompt face.
16825
16826 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
16827 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
16828 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
16829 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
16830 Remove "-face" suffix from face names.
16831 (eshell-ls-directory-face, eshell-ls-symlink-face)
16832 (eshell-ls-executable-face, eshell-ls-readonly-face)
16833 (eshell-ls-unreadable-face, eshell-ls-special-face)
16834 (eshell-ls-missing-face, eshell-ls-archive-face)
16835 (eshell-ls-backup-face, eshell-ls-product-face)
16836 (eshell-ls-clutter-face):
16837 New backward-compatibility aliases for renamed faces.
16838 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
16839
16840 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
16841 Remove "-face" suffix from face name.
16842 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
16843 instead of literal face.
16844
16845 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
16846
16847 * emacs-lisp/warnings.el (display-warning, lwarn)
16848 (warning-minimum-log-level): Doc fixes.
16849 (warning-minimum-level, warning-minimum-log-level):
16850 Add :debug to :type choices.
16851
16852 * progmodes/ada-mode.el (ada-format-paramlist)
16853 (ada-get-indent-case, ada-check-matching-start)
16854 (ada-check-defun-name, ada-goto-matching-decl-start)
16855 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
16856 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
16857 (ada-make-subprogram-body): Follow error conventions.
16858 (ada-case-exception-file, ada-indent-comment-as-code)
16859 (ada-indent-handle-comment-special, ada-indent-renames)
16860 (ada-indent-return, ada-search-directories-internal)
16861 (ada-tab-policy, ada-case-exception-substring)
16862 (ada-other-file-alist, ada-matching-start-re)
16863 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
16864 (ada-imenu-generic-expression, ada-compile-goto-error)
16865 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
16866 (ada-popup-menu, ada-add-extensions, ada-mode)
16867 (ada-region-selected, ada-create-case-exception)
16868 (ada-create-case-exception-substring, ada-after-keyword-p)
16869 (ada-activate-keys-for-case, ada-adjust-case-region)
16870 (ada-adjust-case-buffer, ada-format-paramlist)
16871 (ada-scan-paramlist, ada-insert-paramlist)
16872 (ada-indent-newline-indent)
16873 (ada-indent-newline-indent-conditional)
16874 (ada-justified-indent-current, ada-goto-previous-word)
16875 (ada-indent-current, ada-get-indent-open-paren)
16876 (ada-get-indent-paramlist, ada-get-indent-end)
16877 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
16878 (ada-get-indent-block-start, ada-get-indent-subprog)
16879 (ada-get-indent-noindent, ada-get-indent-label)
16880 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
16881 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
16882 (ada-goto-stmt-end, ada-goto-next-word)
16883 (ada-check-matching-start, ada-check-defun-name)
16884 (ada-goto-matching-decl-start, ada-goto-matching-start)
16885 (ada-goto-matching-end, ada-search-ignore-string-comment)
16886 (ada-in-decl-p, ada-looking-at-semi-or)
16887 (ada-looking-at-semi-private, ada-in-paramlist-p)
16888 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
16889 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
16890 (ada-next-procedure, ada-previous-procedure, ada-next-package)
16891 (ada-previous-package, ada-create-menu)
16892 (ada-fill-comment-paragraph-justify)
16893 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
16894 (ada-other-file-name, ada-last-which-function-line)
16895 (ada-last-which-function-subprog, ada-which-function)
16896 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
16897 (ada-gen-treat-proc, ada-check-emacs-version)
16898 (ada-continuation-indent, ada-align-region-separate):
16899 Fix typos in docstrings.
16900 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
16901
16902 2005-06-16 Lute Kamstra <lute@gnu.org>
16903
16904 * simple.el (fundamental-mode): Run after-change-major-mode-hook
16905 conditionally.
16906
16907 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16908
16909 * comint.el (comint-replace-by-expanded-filename)
16910 (comint-prompt-regexp, comint-delimiter-argument-list)
16911 (comint-preinput-scroll-to-bottom):
16912 * info.el (Info-hide-cookies-node):
16913 * ls-lisp.el (ls-lisp-classify):
16914 * find-file.el (ff-search-directories, ff-special-constructs)
16915 (ff-find-other-file):
16916 * font-lock.el (font-lock-keywords):
16917 * shell.el (shell-prompt-pattern)
16918 (shell-dynamic-complete-functions, shell-mode)
16919 (shell-delimiter-argument-list):
16920 * term.el (term-replace-by-expanded-filename)
16921 (term-prompt-regexp, term-delimiter-argument-list):
16922 * woman.el (woman-ignore, woman0-if):
16923 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
16924 * emacs-lisp/elint.el (elint-init-env):
16925 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
16926 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
16927 * language/ethio-util.el (ethio-tilde-escape)
16928 (ethio-use-three-dot-question):
16929 * net/zone-mode.el (zone-mode-load-time-setup):
16930 * progmodes/cc-align.el (c-lineup-argcont):
16931 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
16932 * progmodes/cperl-mode.el (cperl-set-style-back):
16933 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16934 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
16935 Fix spellings in docstrings.
16936
16937 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
16938 * progmodes/modula2.el (m2-for): Fix spellings.
16939
16940 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
16941
16942 * simple.el (undo-more): Don't use `format' on `error' arguments.
16943 Improve argument/docstring consistency.
16944 (pending-undo-list): Doc fix.
16945
16946 * smerge-mode.el (smerge-ensure-match):
16947 * emulation/vip.el (vip-ex):
16948 * net/zone-mode.el (zone-mode-update-serial):
16949 * progmodes/idlwave.el (idlwave-complete):
16950 * progmodes/vhdl-mode.el (vhdl-visit-file)
16951 (vhdl-compose-wire-components):
16952 Don't use `format' on `error' arguments.
16953
16954 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
16955 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
16956 (tooltip-help-tips): Fix typos in docstrings.
16957
16958 2005-06-16 David Ponce <david@dponce.com>
16959
16960 * tree-widget.el (tree-widget-value-create): Simplify last change.
16961
16962 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
16963
16964 * ido.el (ido-incomplete-regexp): New variable.
16965 (ido-set-matches-1): Handle invalid-regexp error and set
16966 ido-incomplete-regexp.
16967 (ido-incomplete-regexp): New face.
16968 (ido-completions): Use it.
16969 (ido-complete, ido-exit-minibuffer, ido-completions):
16970 Handle incomplete regexps.
16971 (ido-completions): Add check for complete match when entering a regexp.
16972
16973 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16974
16975 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
16976
16977 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16978
16979 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
16980 by field delimiters.
16981
16982 2005-06-15 David Ponce <david@dponce.com>
16983
16984 * tree-widget.el: eval-and-compile inlined functions so they will
16985 be available at run-time too.
16986 (tree-widget-super-format-handler)
16987 (tree-widget-format-handler): Remove.
16988 (tree-widget-value-create): Handle the :indent property.
16989
16990 2005-06-15 Miles Bader <miles@gnu.org>
16991
16992 * progmodes/which-func.el (which-func): Only inherit
16993 `font-lock-function-name-face' when that makes sense against the
16994 default mode-line face, otherwise set the face color explicitly.
16995
16996 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
16997 faces instead of (non-existent) variables.
16998
16999 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17000
17001 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17002 (iswitchb-get-matched-buffers): Likewise. Simplify.
17003
17004 2005-06-14 Miles Bader <miles@gnu.org>
17005
17006 * progmodes/ld-script.el (ld-script-location-counter):
17007 Remove "-face" suffix from face name.
17008 (ld-script-location-counter-face):
17009 New backward-compatibility alias for renamed face.
17010 (ld-script-location-counter-face): Use renamed face.
17011
17012 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17013 (cperl-hash): Remove "-face" suffix from face names.
17014 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17015 New backward-compatibility aliases for renamed faces.
17016 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17017 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17018
17019 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17020 name.
17021 (which-func-face): New backward-compatibility alias for renamed face.
17022 (which-func-format): Use renamed which-func face.
17023
17024 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17025 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17026 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17027 names.
17028 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17029 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17030 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17031 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17032 (vhdl-speedbar-architecture-selected)
17033 (vhdl-speedbar-configuration-selected)
17034 (vhdl-speedbar-package-selected)
17035 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17036 names.
17037 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17038 Use renamed faces.
17039 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17040 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17041 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17042 Use renamed faces.
17043 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17044 names.
17045 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17046 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17047 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17048 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17049 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17050 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17051
17052 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17053 face name.
17054 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17055 (sh-heredoc-face): Use renamed sh-heredoc face.
17056
17057 * progmodes/idlw-help.el (idlwave-help-link):
17058 Remove "-face" suffix from face name.
17059 (idlwave-help-link-face):
17060 New backward-compatibility alias for renamed face.
17061 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17062
17063 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17064 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17065 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17066 New backward-compatibility aliases for renamed faces.
17067 (idlwave-shell-disabled-breakpoint-face)
17068 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17069
17070 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17071 Remove "-face" suffix from face names.
17072 (flymake-errline-face, flymake-warnline-face):
17073 New backward-compatibility aliases for renamed faces.
17074 (flymake-highlight-line): Use renamed flymake faces.
17075
17076 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17077 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17078 (ebrowse-member-class, ebrowse-progress):
17079 Remove "-face" suffix from face names.
17080 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17081 (ebrowse-file-name-face, ebrowse-default-face)
17082 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17083 (ebrowse-progress-face):
17084 New backward-compatibility aliases for renamed faces.
17085 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17086 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17087 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17088 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17089
17090 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17091 antlr-syntax)
17092 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17093 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17094 names.
17095 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17096 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17097 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17098 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17099 backward-compatibility aliases for renamed faces.
17100 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17101 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17102 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17103 remove "font-lock-". Use renamed antlr-mode faces.
17104 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17105 literal face-names with face variable references.
17106
17107 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17108 face name.
17109 (Buffer-menu-buffer-face): New backward-compatibility alias for
17110 renamed face.
17111 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17112
17113 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17114
17115 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17116 Eliminate "-face" suffix.
17117 (makefile-targets): Inherit from font-lock-function-name-face and
17118 eliminate "-face" suffix.
17119 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17120 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17121 actions, instead of prepending, to make it less visible.
17122 (makefile-previous-dependency, makefile-match-dependency):
17123 Don't match a target on a continuation line.
17124
17125 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17126
17127 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17128
17129 * progmodes/gdb-ui.el (menu): Re-order menu items.
17130 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17131
17132 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17133 Define in tooltip.el.
17134 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17135 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17136 gud-tooltip-echo-area.
17137
17138 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17139 backward compatibility and make obsolete.
17140 (tooltip-help-tips): Use tooltip-use-echo-area.
17141 (tooltip-show-help-function): Rename to...
17142 (tooltip-show-help): ...this, because it is a function.
17143 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17144
17145 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17146
17147 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17148 (edebug-print-length, edebug-print-level, edebug-print-circle)
17149 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17150 (edebug-eval-print-last-sexp): Doc fixes.
17151
17152 2005-06-14 Kim F. Storm <storm@cua.dk>
17153
17154 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17155 as the coverage buffer/file/both may change.
17156
17157 2005-06-14 Lute Kamstra <lute@gnu.org>
17158
17159 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17160 and run-mode-hooks. Simplify.
17161
17162 * mail/rmailedit.el (rmail-edit-mode):
17163 * progmodes/octave-inf.el (inferior-octave-mode):
17164 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17165
17166 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17167 and run-mode-hooks.
17168 (recentf-edit-list, recentf-open-files): Don't call
17169 kill-all-local-variables directly.
17170
17171 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17172
17173 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17174
17175 * emacs-lisp/byte-run.el (make-obsolete)
17176 (define-obsolete-function-alias): Rename arguments FUNCTION and
17177 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17178 (make-obsolete-variable, define-obsolete-variable-alias):
17179 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17180 respectively.
17181
17182 * isearchb.el (isearchb-activate):
17183 * pcvs.el (cvs-mode):
17184 * ses.el (ses-load):
17185 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17186 * net/tramp.el (tramp-find-file-exists-command)
17187 (tramp-find-shell):
17188 * progmodes/ada-mode.el (ada-create-case-exception)
17189 (ada-create-case-exception-substring, ada-make-subprogram-body):
17190 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17191 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17192 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17193 * textmodes/org.el (org-promote, org-evaluate-time-range)
17194 (org-agenda-next-date-line, org-agenda-previous-date-line)
17195 (org-agenda-error, org-open-at-point, org-table-move-row)
17196 (org-format-table-table-html-using-table-generate-source)
17197 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17198 * textmodes/reftex.el (reftex-access-scan-info):
17199 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17200 (reftex-toc-promote-prepare): Follow error conventions.
17201
17202 * diff-mode.el (diff-mode): Fix typo in docstring.
17203
17204 * forms.el (forms--intuit-from-file): Fix reference to
17205 `forms-number-of-fields' in error message.
17206 (forms-print): Fix quoting in error message.
17207
17208 * forms.el (forms-mode):
17209 * emulation/vi.el (vi-goto-insert-state):
17210 * progmodes/flymake.el (flymake-new-err-info)
17211 (flymake-start-syntax-check-for-current-buffer)
17212 (flymake-simple-cleanup):
17213 * eshell/esh-var.el (eshell/export):
17214 * progmodes/gud.el (xdb):
17215 * textmodes/flyspell.el (flyspell-incorrect-hook)
17216 (flyspell-maybe-correct-transposition)
17217 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17218
17219 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
17220
17221 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17222 minibuffer prompt.
17223
17224 2005-06-13 Kim F. Storm <storm@cua.dk>
17225
17226 * subr.el (add-to-ordered-list): New defun.
17227
17228 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17229 add cua--keymap-alist to emulation-mode-map-alists.
17230
17231 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
17232
17233 * subr.el (complete-in-turn): New macro.
17234 (dynamic-completion-table, lazy-completion-table): Add debug info.
17235
17236 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17237 in preference to face aliases.
17238
17239 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17240 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17241 Remove unused vars `start' and `firstline'.
17242 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17243 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17244
17245 2005-06-13 Eli Zaretskii <eliz@gnu.org>
17246
17247 * cus-start.el (all): Don't complain about missing GTK-related
17248 variables, unless either `gtk' is boundp or this isn't a
17249 `windows-nt' build.
17250
17251 2005-06-13 Lute Kamstra <lute@gnu.org>
17252
17253 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17254 run-mode-hooks.
17255
17256 * ediff-mult.el (ediff-meta-mode):
17257 * ediff-util.el (ediff-mode): Use run-mode-hooks.
17258
17259 * ledit.el (ledit-mode): Use delay-mode-hooks.
17260
17261 * woman.el (woman-mode-line-format): Delete constant.
17262 (woman-mode-map): Initialize it properly.
17263 (woman-mode): Set mode-class property to special.
17264 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
17265 Set major-mode and mode-name. Don't set mode-line-format directly.
17266 (Man-getpage-in-background): Don't reference woman-mode-line-format.
17267
17268 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17269 string argument obsolete.
17270
17271 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
17272
17273 * textmodes/org.el (org-CUA-compatible): New option.
17274 (org-disputed-keys): New variable.
17275 (org-key): New function.
17276 (orgtbl-make-binding): Add docstring to the created function.
17277 (org-mode): Set paragraph start/separate regexps.
17278 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17279 (org-archive-location, org-archive-mark-done)
17280 (org-archive-stamp-time): New options.
17281 (org-archive-subtree): New command.
17282 (org-fill-paragraph): New function.
17283 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17284 (org-fake-empty-table-line): Function removed.
17285 (org-format-org-table-html): Do not create empty table lines at
17286 separator lines. Improved table header treatment.
17287 (org-link-format): New option.
17288 (org-make-link): New function.
17289 (org-insert-link, org-store-link): Use org-make-link.
17290 (org-open-file): Quote file name for shell command, to allow
17291 spaces in file names.
17292 (org-link-regexp): Fix bug with mailto link.
17293 (org-link-maybe-angles-regexp, org-protected-link-regexp):
17294 New constants.
17295 (org-export-as-html): Deal with the optional angles around a link.
17296 Better treatment of file: links.
17297 (org-open-at-point): Replace @{ and @} with < and >.
17298 (org-run-mode-hooks): Function removed.
17299 (org-agenda-mode): No longer use `org-run-mode-hooks'.
17300
17301 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
17302
17303 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17304 MI command -data-list-register-values.
17305 (gdb-post-prompt): Indent properly.
17306
17307 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
17308
17309 * hilit-chg.el (highlight-changes-colors): Rename from
17310 `highlight-changes-colours'.
17311 (highlight-changes-colours): Keep as obsolete alias.
17312 (highlight-changes-face-list): Doc fix.
17313 (hilit-chg-make-list): Use `highlight-changes-colors'.
17314
17315 2005-06-12 Mark A. Hershberger <mah@everybody.org>
17316
17317 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17318 defun-prompt-regexp.
17319
17320 2005-06-12 Eli Zaretskii <eliz@gnu.org>
17321
17322 * loadup.el: Don't say we are dumping under 2 names on windows-nt
17323 and cygwin.
17324
17325 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17326 Don't use an old loaddefs.el, as in Makefile.in.
17327
17328 2005-06-12 Lute Kamstra <lute@gnu.org>
17329
17330 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17331
17332 * man.el (Man-mode-map): Initialize it properly.
17333 (Man-mode): Set mode-class property to special.
17334
17335 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17336
17337 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
17338
17339 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17340 A newline is needed in the docstring there.
17341
17342 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17343 Doc fixes.
17344
17345 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17346
17347 * printing.el: Doc fix. The menubar is no more changed when printing
17348 is loaded, it only changes when pr-menu-bind or pr-update-menus is
17349 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
17350 (pr-version): New version number (6.8.4).
17351 (pr-menu-bind): New command.
17352 (pr-update-menus): Docstring and code fix.
17353 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17354 Docstring fix.
17355 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17356 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17357
17358 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
17359
17360 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17361 "Returns" to "return", document useful return values, etc.
17362
17363 2005-06-11 Alan Mackenzie <acm@muc.de>
17364
17365 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17366 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17367 (adaptive-file-function): Minor amendment to doc-string.
17368
17369 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17370
17371 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17372 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17373 Fix :type--it is `integer', not `string'.
17374
17375 * faces.el (modeline-highlight): Rename from (the erroneous)
17376 `modeline-higilight'.
17377
17378 2005-06-11 Lute Kamstra <lute@gnu.org>
17379
17380 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17381 lisp-interaction-mode-map but make it the parent.
17382 (edebug-eval-mode): Use define-derived-mode.
17383
17384 2005-06-11 Andreas Schwab <schwab@suse.de>
17385
17386 * bindings.el: Add binding of `ESC functionkey' for every
17387 `M-functionkey'.
17388 * hexl.el (hexl-mode-map): Likewise.
17389
17390 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17391
17392 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17393 [msft]: update regexp for newer msft compilers.
17394
17395 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17396
17397 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17398 ATTLIST portions of included DTDs.
17399 (xml-parse-dtd): Eliminate use of inefficient match-data.
17400
17401 2005-06-10 Miles Bader <miles@gnu.org>
17402
17403 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17404 (mpuz-text): Remove "-face" suffix from face names.
17405 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17406 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17407 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17408
17409 * play/gomoku.el (gomoku-O, gomoku-X):
17410 Remove "-face" suffix from face names.
17411 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17412 New backward-compatibility aliases for renamed faces.
17413 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17414
17415 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17416
17417 * thumbs.el: Fixes for changes of 2005-06-09.
17418 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17419 as a directory.
17420 (thumbs-thumbname): Remove directory separator from format string;
17421 `thumbs-thumbsdir' now returns a valid directory name.
17422 (thumbs-temp-dir): New defsubst.
17423 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17424 Use it.
17425
17426 * cus-edit.el (minibuffer):
17427 * files.el (make-backup-file-name-function):
17428 * filesets.el (filesets-external-viewers):
17429 * hilit-chg.el (highlight-changes-colours)
17430 (highlight-changes-face-list, highlight-changes-rotate-faces):
17431 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17432 * kmacro.el (kmacro-call-macro):
17433 * log-edit.el (log-edit-changelog-full-paragraphs):
17434 * mouse.el (mouse-1-click-follows-link):
17435 * skeleton.el (skeleton-autowrap):
17436 * subr.el (insert-for-yank-1):
17437 * tempo.el (tempo-insert-region):
17438 * terminal.el (terminal-emulator):
17439 * time.el (display-time-mail-face):
17440 * vc.el (vc-annotate):
17441 * vcursor.el (vcursor-copy-line):
17442 * woman.el (woman-bold-headings, woman-ignore)
17443 (woman-default-faces, woman-monochrome-faces):
17444 * calendar/todo-mode.el (todo-insert-threshold):
17445 * emulation/pc-select.el (pc-select-selection-keys-only)
17446 (pc-selection-mode):
17447 * emulation/vip.el (vip-find-char-forward):
17448 * emulation/viper-cmd.el (viper-find-char-forward):
17449 * international/mule-cmds.el
17450 (select-safe-coding-system-accept-default-p)
17451 (input-method-exit-on-invalid-key):
17452 * international/mule-diag.el (describe-coding-system):
17453 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17454 * net/browse-url.el (browse-url-xterm-program):
17455 * obsolete/lazy-lock.el (lazy-lock-mode):
17456 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17457 (cperl-mode):
17458 * progmodes/cpp.el (cpp-face-light-name-list)
17459 (cpp-face-dark-name-list):
17460 * progmodes/delphi.el (delphi-newline-always-indents):
17461 Fix spellings in docstrings.
17462
17463 * ido.el (ido-mode, ido-file-extensions-order)
17464 (ido-default-file-method, ido-default-buffer-method)
17465 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17466 (ido-decorations, ido-read-file-name-as-directory-commands)
17467 (ido-read-file-name-non-ido, ido-work-directory-list)
17468 (ido-ignore-item-temp-list, ido-current-directory)
17469 (ido-magic-forward-char, ido-enter-find-file)
17470 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17471 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17472
17473 2005-06-10 Lute Kamstra <lute@gnu.org>
17474
17475 * play/dunnet.el (dun-mode): Use define-derived-mode.
17476 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17477 obsolete alias.
17478
17479 * play/doctor.el (doctor-mode-map): Remove defvar.
17480 (doctor-mode): Use define-derived-mode.
17481
17482 * mail/mspools.el (mspools-mode):
17483 * net/eudc-hotlist.el (eudc-hotlist-mode):
17484 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17485
17486 2005-06-10 Miles Bader <miles@gnu.org>
17487
17488 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17489 Remove "-face" suffix from face names.
17490 (flyspell-incorrect-face, flyspell-duplicate-face):
17491 New backward-compatibility aliases for renamed faces.
17492 (flyspell-mode-on, make-flyspell-overlay)
17493 (flyspell-highlight-incorrect-region)
17494 (flyspell-highlight-duplicate-region)
17495 (flyspell-display-next-corrections)
17496 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17497
17498 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17499 from face name.
17500 (texinfo-heading-face): New backward-compatibility alias for
17501 renamed face.
17502 (texinfo-heading-face): Use renamed texinfo-heading face.
17503
17504 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17505 suffix from face names.
17506 (tex-math-face, tex-verbatim-face):
17507 New backward-compatibility aliases for renamed faces.
17508 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17509 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17510 literal face name.
17511
17512 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17513 name.
17514 (table-cell-face): New backward-compatibility alias for renamed face.
17515 (table--put-cell-face-property, table--update-cell-face):
17516 Use renamed table-cell face.
17517
17518 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17519 from face name.
17520 (sgml-namespace-face): New backward-compatibility alias for
17521 renamed face.
17522 (sgml-namespace-face): Use renamed sgml-namespace face.
17523
17524 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17525 (org-level-4, org-level-5, org-level-6, org-level-7)
17526 (org-level-8, org-warning, org-headline-done)
17527 (org-deadline-announce, org-scheduled-today)
17528 (org-scheduled-previously, org-link, org-done, org-table)
17529 (org-time-grid): Remove "-face" suffix from face names.
17530 (org-level-1-face, org-level-2-face, org-level-3-face)
17531 (org-level-4-face, org-level-5-face, org-level-6-face)
17532 (org-level-7-face, org-level-8-face, org-warning-face)
17533 (org-headline-done-face, org-deadline-announce-face)
17534 (org-scheduled-today-face, org-scheduled-previously-face)
17535 (org-link-face, org-done-face, org-table-face)
17536 (org-time-grid-face):
17537 New backward-compatibility aliases for renamed faces.
17538 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17539 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17540 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17541 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17542
17543 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17544 (viper-minibuffer-emacs, viper-minibuffer-insert)
17545 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17546 (viper-search-face, viper-replace-overlay-face)
17547 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17548 (viper-minibuffer-vi-face):
17549 New backward-compatibility aliases for renamed faces.
17550 (viper-search-face, viper-replace-overlay-face)
17551 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17552 (viper-minibuffer-vi-face): Use renamed viper faces.
17553
17554 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17555 Remove "-face" suffix from face names.
17556 (testcover-nohits-face, testcover-1value-face):
17557 New backward-compatibility aliases for renamed faces.
17558 (testcover-mark): Use renamed testcover faces.
17559
17560 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17561 face name.
17562 (diary-button-face): New backward-compatibility alias for renamed face.
17563 (diary-entry): Use renamed diary-button face.
17564
17565 * calendar/calendar.el (diary, calendar-today, holiday)
17566 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17567 (diary-face, calendar-today-face, holiday-face):
17568 New backward-compatibility aliases for renamed faces.
17569 (eval-after-load "facemenu", diary-entry-marker)
17570 (calendar-today-marker, calendar-holiday-marker, diary-face):
17571 Use renamed calendar faces.
17572
17573 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17574 (compare-windows-face): New backward-compatibility alias for
17575 renamed face.
17576 (compare-windows-highlight): Use renamed compare-windows face.
17577
17578 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17579 (strokes-char-face): New backward-compatibility alias for renamed face.
17580 (strokes-encode-buffer): Use renamed strokes-char face.
17581
17582 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17583 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17584 Remove "-face" suffix from face names.
17585 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17586 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17587 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17588 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17589 Use renamed pcvs faces.
17590 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17591 * pcvs-defs.el (cvs-mode-map): Likewise.
17592 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17593
17594 * info.el (info-title-1, info-title-2, info-title-3)
17595 (info-title-4): Remove "-face" suffix from and downcase face names.
17596 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17597 (Info-title-4-face):
17598 New backward-compatibility aliases for renamed faces.
17599 (Info-fontify-node): Use renamed info faces.
17600
17601 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17602 Remove "-face" suffix from face names.
17603 (highlight-changes-face, highlight-changes-delete-face):
17604 New backward-compatibility aliases for renamed faces.
17605 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17606 (hilit-chg-make-list): Use renamed highlight-changes faces.
17607
17608 * generic-x.el (show-tabs-tab, show-tabs-space):
17609 Remove "-face" suffix from face names.
17610 (show-tabs-tab-face, show-tabs-space-face):
17611 New backward-compatibility aliases for renamed faces.
17612 (show-tabs-generic-mode-font-lock-defaults-1)
17613 (show-tabs-generic-mode-font-lock-defaults-2):
17614 Use renamed show-tabs faces.
17615
17616 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17617 (smerge-markers): Remove "-face" suffix from face names.
17618 (smerge-mine-face, smerge-other-face, smerge-base-face)
17619 (smerge-markers-face):
17620 New backward-compatibility aliases for renamed faces.
17621 (smerge-mine-face, smerge-other-face, smerge-base-face)
17622 (smerge-markers-face): Use renamed smerge faces.
17623
17624 * log-view.el (log-view-file, log-view-message): Remove "-face"
17625 suffix from face names.
17626 (log-view-file-face, log-view-message-face):
17627 New backward-compatibility aliases for renamed faces.
17628 (log-view-file-face, log-view-message-face): Use renamed log-view
17629 faces.
17630
17631 * paren.el (show-paren-match, show-paren-mismatch):
17632 Remove "-face" suffix from face names.
17633 (show-paren-match-face, show-paren-mismatch-face):
17634 New backward-compatibility aliases for renamed faces.
17635 (show-paren-function): Use renamed show-paren faces.
17636
17637 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17638 (ruler-mode-margins, ruler-mode-fringes)
17639 (ruler-mode-column-number, ruler-mode-fill-column)
17640 (ruler-mode-comment-column, ruler-mode-goal-column)
17641 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17642 suffix from face names.
17643 (ruler-mode-default-face, ruler-mode-pad-face)
17644 (ruler-mode-margins-face, ruler-mode-fringes-face)
17645 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17646 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17647 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17648 New backward-compatibility aliases for renamed faces.
17649 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17650 (ruler-mode-column-number, ruler-mode-fill-column)
17651 (ruler-mode-comment-column, ruler-mode-goal-column)
17652 (ruler-mode-tab-stop, ruler-mode-current-column)
17653 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17654 faces.
17655
17656 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17657 face name.
17658 (whitespace-highlight-the-space): Use renamed face.
17659 (whitespace-highlight-face): New backward-compatibility alias for
17660 renamed face.
17661
17662 * woman.el (woman-italic, woman-bold, woman-unknown)
17663 (woman-addition, woman-symbol-face):
17664 Remove "-face" suffix from face names.
17665 (woman-italic-face, woman-bold-face, woman-unknown-face)
17666 (woman-addition-face):
17667 New backward-compatibility aliases for renamed faces.
17668 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17669 (woman-decode-region, woman-replace-match)
17670 (woman-display-extended-fonts, woman-special-characters)
17671 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17672 Use renamed woman faces.
17673
17674 * longlines.el (longlines-visible-face): Face removed.
17675
17676 * diff-mode.el (diff-header, diff-file-header, diff-index)
17677 (diff-hunk-header, diff-removed, diff-added, diff-changed)
17678 (diff-function, diff-context, diff-nonexistent): Remove "-face"
17679 suffix from face names.
17680 (diff-header-face, diff-file-header-face, diff-index-face)
17681 (diff-hunk-header-face, diff-removed-face, diff-added-face)
17682 (diff-changed-face, diff-function-face, diff-context-face)
17683 (diff-nonexistent-face): New backward-compatibility aliases for
17684 renamed faces.
17685 (diff-header-face, diff-file-header-face)
17686 (diff-index, diff-index-face, diff-hunk-header)
17687 (diff-hunk-header-face, diff-removed, diff-removed-face)
17688 (diff-added, diff-added-face, diff-changed-face, diff-function)
17689 (diff-function-face, diff-context-face, diff-nonexistent)
17690 (diff-nonexistent-face): Use renamed diff-mode faces.
17691
17692 * progmodes/compile.el (compilation-warning-face)
17693 (compilation-info-face): Remove "-face" suffix from face names.
17694 (compilation-warning-face, compilation-info-face):
17695 New backward-compatibility aliases for renamed faces.
17696 (compilation-warning-face, compilation-info-face):
17697 Use renamed compilation faces.
17698
17699 * add-log.el (change-log-date, change-log-name)
17700 (change-log-email, change-log-file, change-log-list)
17701 (change-log-conditionals, change-log-function)
17702 (change-log-acknowledgement): Remove "-face" suffix from face names.
17703 (change-log-date-face, change-log-name-face)
17704 (change-log-email-face, change-log-file-face)
17705 (change-log-list-face, change-log-conditionals-face)
17706 (change-log-function-face, change-log-acknowledgement-face):
17707 New backward-compatibility aliases for renamed faces.
17708 (change-log-font-lock-keywords): Use renamed change-log faces.
17709
17710 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17711 (custom-set, custom-changed, custom-saved, custom-button)
17712 (custom-button-pressed, custom-documentation, custom-state)
17713 (custom-comment, custom-comment-tag, custom-variable-tag)
17714 (custom-variable-button, custom-face-tag, custom-group-tag-1)
17715 (custom-group-tag): Remove "-face" suffix from face names.
17716 (custom-magic-alist, custom-magic-value-create)
17717 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
17718 (custom-invalid-face, custom-rogue-face, custom-modified-face)
17719 (custom-set-face, custom-changed-face, custom-saved-face)
17720 (custom-button-face, custom-button-pressed-face)
17721 (custom-documentation-face, custom-state-face)
17722 (custom-comment-face, custom-comment-tag-face)
17723 (custom-variable-tag-face, custom-variable-button-face)
17724 (custom-face-tag-face, custom-group-tag-face-1)
17725 (custom-group-tag-face):
17726 New backward-compatibility aliases for renamed faces.
17727
17728 * wid-edit.el (widget-documentation, widget-button)
17729 (widget-field, widget-single-line-field, widget-inactive)
17730 (widget-button-pressed): "-face" suffix removed from face names.
17731 (widget-documentation-face, widget-button-face)
17732 (widget-field-face, widget-single-line-field-face)
17733 (widget-inactive-face, widget-button-pressed-face):
17734 New backward-compatibility aliases for renamed faces.
17735 (widget-documentation-face, widget-button-face)
17736 (widget-button-pressed-face, widget-specify-field)
17737 (widget-specify-inactive): Use renamed widget faces.
17738
17739 2005-06-10 Kenichi Handa <handa@m17n.org>
17740
17741 * term/x-win.el (x-clipboard-yank): Remove condition-case
17742 wrapping.
17743
17744 2005-06-11 Kenichi Handa <handa@m17n.org>
17745
17746 * add-log.el (change-log-font-lock-keywords): Make the regexp for
17747 date lines stricter.
17748
17749 2005-06-10 Zhang Wei <id.brep@gmail.com>
17750
17751 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
17752 of x-get-selection.
17753
17754 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17755
17756 * comint.el (comint-mode, comint-snapshot-last-prompt):
17757 * frame.el (frame-current-scroll-bars):
17758 * term.el (term-mode, term-check-proc, term-input-sender)
17759 (term-simple-send, term-extract-string, term-word)
17760 (term-match-partial-filename):
17761 * window.el (window-current-scroll-bars):
17762 * emulation/cua-base.el (cua-normal-cursor-color)
17763 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
17764 (cua-global-mark-cursor-color):
17765 * mail/undigest.el (rmail-forward-separator-regex):
17766 Fix typos in docstrings.
17767
17768 * comint.el (comint-check-proc, make-comint-in-buffer)
17769 (comint-source-default): Doc fixes.
17770
17771 * term.el (term-send-string): Improve argument/docstring consistency.
17772
17773 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
17774
17775 * comint.el (comint-send-input): Bind `inhibit-read-only' around
17776 call to `delete-region'.
17777 (comint-mode-hook): Do not enable Font Lock by default.
17778
17779 2005-06-09 Lute Kamstra <lute@gnu.org>
17780
17781 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
17782 could be void.
17783
17784 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
17785
17786 * emacs-lisp/debug.el (debugger-will-be-back): New var.
17787 (debug): Use it.
17788 (debugger-step-through, debugger-continue, debugger-jump)
17789 (debugger-return-value): Set it when needed.
17790 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
17791 Use inhibit-read-only.
17792
17793 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
17794
17795 * window.el (shrink-window-if-larger-than-buffer)
17796 (window-size-fixed): Fix typo in docstring.
17797
17798 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
17799 thumbnails directory on loading.
17800 (thumbs-conversion-program): Use `eq' to check the system type,
17801 not `equal'.
17802 (thumbs-temp-dir): Initialize to `temporary-file-directory',
17803 not "/tmp". Fix docstring.
17804 (thumbs-thumbsdir): New function to return the thumbnails
17805 directory, creating it if needed.
17806 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
17807 (thumbs-temp-file): Delete variable and make it into a function.
17808 (thumbs-resize-image, thumbs-modify-image): Use it.
17809 (thumbs-kill-buffer): Simplify.
17810 (thumbs-gensym): Defalias or duplicate CL `gensym'.
17811 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
17812 docstrings.
17813
17814 2005-06-09 Kim F. Storm <storm@cua.dk>
17815
17816 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
17817 set-match-data to free markers in match-data.
17818
17819 * replace.el (replace-match-data): Pass RESEAT arg `t' to
17820 match-data to unchain markers in match-data.
17821
17822 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17823
17824 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
17825 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
17826 unnecessary now.
17827
17828 2005-06-08 Richard M. Stallman <rms@gnu.org>
17829
17830 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
17831 give the variable a doc string that doesn't say don't set it directly.
17832
17833 * textmodes/ispell.el (ispell-check-version):
17834 Use match-string-no-properties.
17835 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
17836 (ispell-buffer-local-words): Likewise.
17837
17838 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
17839 except on terminals with enough colors to really display it.
17840 (makefile-dependency-regex): Delete spurious `bb'.
17841
17842 * faces.el (escape-glyph): Use blue once again in last case.
17843 (no-break-space): Redefine so that it isn't invisible on a tty.
17844
17845 2005-06-08 Kim F. Storm <storm@cua.dk>
17846
17847 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
17848 also when reading directory name.
17849
17850 2005-06-08 Lute Kamstra <lute@gnu.org>
17851
17852 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
17853 (flyspell-mode-line-string): Remove autoload cookie.
17854 (flyspell-mode): Remove defvar.
17855
17856 2005-06-07 Lute Kamstra <lute@gnu.org>
17857
17858 * textmodes/org.el (org-run-mode-hooks): New function.
17859 (org-agenda-mode): Use it.
17860
17861 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
17862
17863 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
17864
17865 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17866
17867 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
17868
17869 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
17870
17871 * font-lock.el (font-lock-add-keywords): Doc fix.
17872
17873 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17874
17875 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
17876 (tex-compile-default): In the absence of any history, use the order in
17877 tex-compile-alist to choose the preferred command.
17878 (tex-compile-commands): Reorder a bit.
17879
17880 * textmodes/flyspell.el (flyspell-auto-correct-binding)
17881 (flyspell-incorrect-face, flyspell-duplicate-face):
17882 Use (X)Emacs-agnostic code.
17883 (flyspell-mode-map): Don't overwrite at each load. Remove code
17884 redundant with the subsequent add-minor-mode. Merge Emacs and
17885 XEmacs code.
17886 (flyspell-word): Minor simplification.
17887 (flyspell-math-tex-command-p): Quieten the byte-compiler.
17888 (flyspell-external-point-words): Remove unused vars `size' and `start'.
17889 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
17890 Merge the corresponding Emacs code.
17891 (flyspell-correct-word, flyspell-xemacs-popup):
17892 Use flyspell-do-correct.
17893
17894 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
17895 a dedicated window.
17896
17897 * international/latexenc.el (latexenc-find-file-coding-system):
17898 Undo part of last patch, to turn off a compiler warning.
17899
17900 2005-06-06 Juri Linkov <juri@jurta.org>
17901
17902 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
17903 Rename `tmm-inactive-face' to `tmm-inactive'.
17904
17905 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
17906
17907 * iswitchb.el: Rename faces.
17908
17909 2005-06-06 Kim F. Storm <storm@cua.dk>
17910
17911 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
17912 (cua-global-mark): Remove -face suffix from face names.
17913
17914 * emulation/cua-gmrk.el (cua--init-global-mark):
17915 Remove cua-global-mark face setup.
17916
17917 2005-06-06 Richard M. Stallman <rms@gnu.org>
17918
17919 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
17920 just like other allowed characters.
17921 (makefile-match-dependency): Exclude leading and training whitespace
17922 from the range of regexp subexp 1.
17923 (makefile-macroassign-regex): Don't try to match the body,
17924 just the name of the macro being defined.
17925
17926 * info.el (Info-read-node-name-2): New function.
17927 (Info-read-node-name-1): Use that.
17928 Add a completion-base-size-function property.
17929
17930 * simple.el (completion-setup-function): Look for
17931 completion-base-size-function property of minibuffer-completion-table.
17932
17933 * files.el (locate-file-completion): Doc fix.
17934
17935 * printing.el: Don't call pr-update-menus; user must do that.
17936
17937 * emacs-lisp/debug.el (debugger-window): New variable.
17938 (debug): Use debugger-window if it is set and still alive.
17939 Record debugger-window for next entry.
17940
17941 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
17942
17943 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
17944
17945 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
17946 (hack-one-local-variable, hack-local-variables)
17947 (hack-local-variables-prop-line): Pass that arg.
17948
17949 2005-06-06 Kim F. Storm <storm@cua.dk>
17950
17951 * ido.el (ido-first-match, ido-only-match, ido-subdir)
17952 (ido-indicator): Remove -face suffix from face names.
17953
17954 2005-06-06 Juri Linkov <juri@jurta.org>
17955
17956 * font-lock.el (font-lock-regexp-backslash)
17957 (font-lock-regexp-backslash-construct): New faces.
17958 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
17959 after `('. Add `while-no-input' to control structures.
17960
17961 * faces.el (no-break-space, shadow): New faces.
17962 (escape-glyph): Use less loud colors pink2 and red4.
17963
17964 * diff-mode.el (diff-context-face)
17965 * dired.el (dired-ignored)
17966 * rfn-eshadow.el (file-name-shadow)
17967 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
17968
17969 * info.el (Info-title-1-face): Use green instead of yellow because
17970 bold yellow is not readable on light backgrounds.
17971
17972 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
17973 before selecting the desired mode to not spend time fontifying
17974 old contents.
17975
17976 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
17977
17978 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
17979 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
17980
17981 * ps-print.el (ps-default-fg, ps-default-bg):
17982 Fix typos in docstrings.
17983
17984 * isearchb.el (isearchb): Don't pass a spurious second argument to
17985 `iswitchb-completions'.
17986
17987 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
17988
17989 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
17990 to preserve point.
17991 (gdb-find-file-hook): Add doc string.
17992
17993 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
17994 C dereferenced pointer expression.
17995 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
17996
17997 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
17998
17999 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18000 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18001 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18002 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18003 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18004 Make background transparent.
18005
18006 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18007
18008 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18009 (font-lock-remove-keywords): Doc fix.
18010 (font-lock-mode-major-mode): Compiler defvar.
18011 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18012
18013 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18014 (font-lock-mode): Update `font-lock-mode-major-mode'.
18015 (font-lock-set-defaults): Compiler defvar.
18016 (font-lock-default-function): Take `font-lock-mode-major-mode'
18017 into account.
18018
18019 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18020 keep track of which major mode it enabled the minor mode for.
18021 Use find-file-hook again. Update docstring.
18022
18023 * simple.el (eval-expression-print-level)
18024 (eval-expression-print-length, eval-expression-debug-on-error):
18025 Doc fixes.
18026
18027 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18028
18029 * iswitchb.el (iswitchb-single-match-face)
18030 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18031 (iswitchb-invalid-regexp-face): New faces.
18032 (iswitchb-completions): Use them.
18033 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18034 now marked as an obsolete alias.
18035 (iswitchb-read-buffer): Remove check for bound font variables.
18036 (iswitchb-invalid-regexp): New free variable.
18037 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18038 set iswitchb-invalid-regexp.
18039 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18040 invalid regexps.
18041 (iswitchb-completions): Add check for complete match when entering
18042 a regexp.
18043 (iswitchb-completions): Remove require-match argument.
18044 (iswitchb-exhibit): Fix caller.
18045 (iswitchb-common-match-inserted): New variable.
18046 (iswitchb-complete, iswitchb-completion-help): Use it.
18047
18048 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18049
18050 * url-http.el (url-http-chunked-encoding-after-change-function):
18051 Use `url-http-debug' instead of `message'.
18052
18053 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18054
18055 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18056 callback argument.
18057
18058 2005-06-04 Kim F. Storm <storm@cua.dk>
18059
18060 * simple.el (line-move): Only call sit-for when moving backwards.
18061
18062 * ido.el (ido-make-merged-file-list-1): New defun split from
18063 ido-make-merged-file-list.
18064 (ido-make-merged-file-list): Bind throw-on-input around call to
18065 ido-make-merged-file-list-1. Return input-pending-p if
18066 interrupted by more input available.
18067 (ido-read-internal): Handle input-pending-p return value from
18068 ido-make-merged-file-list.
18069
18070 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18071
18072 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18073 compatibility code.
18074
18075 * international/latexenc.el (latexenc-find-file-coding-system):
18076 Don't inherit the EOL part of the coding-system from the
18077 tex-main buffer. Fit within 80 columns.
18078
18079 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18080
18081 * tmm.el (tmm-inactive-face): New face.
18082 (tmm-remove-inactive-mouse-face): New function.
18083 (tmm-prompt, tmm-add-one-shortcut)
18084 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18085 but not selectable.
18086
18087 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18088
18089 * faces.el (face-equal): Improve argument/docstring consistency.
18090
18091 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18092
18093 * progmodes/make-mode.el (makefile-targets-face)
18094 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18095 (makefile-bsdmake-dependency-regex)
18096 (makefile-makepp-rule-action-regex)
18097 (makefile-bsdmake-rule-action-regex): New constants.
18098 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18099
18100 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18101 Allow (...) within `...' for makepp messages.
18102
18103 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18104
18105 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18106
18107 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18108 "." files are deleted from all file lists before comparison.
18109
18110 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18111 (viper-ESC-key): Made them customizable.
18112
18113 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18114
18115 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18116
18117 * autorevert.el (auto-revert-buffers): Use save-match-data.
18118
18119 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18120
18121 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18122 menu items with a nil command binding.
18123
18124 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18125
18126 * emacs-lisp/cl-macs.el (defsetf):
18127 Improve argument/docstring consistency.
18128
18129 * faces.el (list-faces-display): Improve the formatting by
18130 computing the maximum length required for any face-name (reworked
18131 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18132 (internal-find-face): Remove redundant info in docstring.
18133
18134 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18135
18136 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18137 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18138 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18139 (gdb-assembler-custom): Improve regexps.
18140 (def-gdb-auto-update-handler): Use window point to preserve point.
18141
18142 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18143
18144 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18145
18146 2005-05-31 Jay Belanger <belanger@truman.edu>
18147
18148 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18149 to calc-embedded.
18150 (calc-embedded-make-info): Have plain prefix argument select
18151 entire line.
18152
18153 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18154
18155 * faces.el (list-faces-display): Signal error if passed a regexp
18156 that matches no face name.
18157
18158 * simple.el (filter-buffer-substring): Fix typo in docstring.
18159
18160 2005-05-31 Richard M. Stallman <rms@gnu.org>
18161
18162 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18163 (vhdl-emacs-21): Doc fix.
18164 (vhdl-mode): Unconditionally set comment-padding.
18165 (vhdl-fixup-whitespace-region): Insert spaces only where
18166 there are none.
18167 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18168
18169 2005-05-30 John Wiegley <johnw@newartisans.com>
18170
18171 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18172 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18173 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18174 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18175 `string-to-number'.
18176
18177 2005-05-30 Jay Belanger <belanger@truman.edu>
18178
18179 * calc/calc.el (calc-bug-address): Fix docstring.
18180 (calc-window-hook, calc-trail-window-hook): New variables.
18181 (calc-trail-display): Restore use of calc-trail-window-hook.
18182 (calc): Restore use of calc-window-hook.
18183
18184 2005-05-31 Masatake YAMATO <jet@gyve.org>
18185
18186 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18187
18188 * help-fns.el (help-C-file-name): Add autoload mark for
18189 `find-function-noselect'.
18190
18191 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18192
18193 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18194 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18195
18196 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18197
18198 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18199 included diary buffer if it was not already being visited.
18200 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18201
18202 * calendar/icalendar.el (top-level): Do not require appt.
18203
18204 * mail/supercite.el (sc-select-attribution): Only use a list
18205 element from sc-attrib-selection-list if it returns a string.
18206 Reported by Davide G. M. Salvetti <salve@debian.org>.
18207
18208 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18209
18210 * thumbs.el (thumbs-thumbname): The resulting thumbname now
18211 includes a hash value to improve its uniqueness, and has a ".jpg"
18212 extension. Also, it is now a valid filename on all systems.
18213 (thumbs-make-thumb): Use `let', not `let*'.
18214 (thumbs-show-thumbs-list): Check for JPEG availability.
18215
18216 2005-05-30 Richard M. Stallman <rms@gnu.org>
18217
18218 * filesets.el (filesets-menu-ensure-use-cached):
18219 Prevent warning when emacs-version>= is undefined.
18220
18221 * printing.el (pr-interactive-n-up): Use string-to-number.
18222
18223 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18224
18225 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18226 Warn only when name to be defined is quoted.
18227
18228 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
18229
18230 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18231 Make regexp more robust.
18232 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18233 Force regeneration of disassembly.
18234
18235 2005-05-29 Jay Belanger <belanger@truman.edu>
18236
18237 * calc/calc.el (calc-user-invocation): Check if
18238 calc-invocation-macro is non-nil.
18239
18240 2005-05-29 Juri Linkov <juri@jurta.org>
18241
18242 * add-log.el (change-log-font-lock-keywords):
18243 Add `+' to e-mail regexp to accept mail address with keywords.
18244
18245 * man.el (Man-name-regexp): Add `:' to accept qualified names.
18246
18247 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
18248
18249 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18250
18251 * ielm.el (inferior-emacs-lisp-mode): Ditto.
18252
18253 2005-05-29 Richard M. Stallman <rms@gnu.org>
18254
18255 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18256 Undo the change that moves to end of the current word.
18257
18258 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18259
18260 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18261 Throw error when count <= 0 to ensure input is a number.
18262 (gdb-read-memory-custom): Pick up address from buffer.
18263 (gdb-memory-mode): Allow user to increment and decrement
18264 memory address from header line.
18265
18266 2005-05-29 Richard M. Stallman <rms@gnu.org>
18267
18268 * flyspell.el (flyspell-version): Function deleted.
18269 (flyspell-auto-correct-previous-hook): Doc fix.
18270
18271 * jit-lock.el (jit-lock-function, jit-lock-after-change):
18272 Do nothing if memory is full.
18273
18274 * font-lock.el (font-lock-fontify-syntactically-region):
18275 Pass t for GREEDY to looking-back.
18276
18277 * saveplace.el (save-place-alist-to-file): Write the file
18278 using write-region.
18279
18280 * subr.el (looking-back): New argument GREEDY.
18281
18282 * progmodes/compile.el (compilation-start): Set the mode
18283 before inserting the initial text.
18284
18285 * progmodes/which-func.el (which-func-update-1): Turn the mode
18286 off in case of error by setting which-func-mode.
18287
18288 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
18289
18290 * flyspell.el (flyspell-auto-correct-previous-word):
18291 Narrow down to what's on the screen, and recenter overlays
18292 at the end of the next word.
18293
18294 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
18295
18296 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18297 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18298 (flyspell-abbrev-p): Default to nil.
18299 (flyspell-use-global-abbrev-table-p): Doc fix.
18300 (flyspell-large-region): Allow nil as value.
18301 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18302
18303 (mail-mode-flyspell-verify): More robust handling
18304 of `mail-header-separator'. More efficient signature detection.
18305 Allow for regexp metacharacters in message-header-separator.
18306 Adding `To' not to be checked in mail-mode-flyspell-verify.
18307
18308 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18309 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18310 Bind flyspell-auto-correct-binding.
18311 Bind C-. and C-, .
18312 (flyspell-mode-map): Likewise.
18313 (flyspell-mode): Doc fix.
18314 (flyspell-accept-buffer-local-defs): Preserve current buffer.
18315 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18316 (flyspell-word-cache-result): New var, always local.
18317 (flyspell-check-pre-word-p): Doc fix.
18318 (flyspell-check-changed-word-p): Handle spc like newline.
18319 (flyspell-post-command-hook): Set flyspell-word-cache-result.
18320 (flyspell-word-search-backward, flyspell-word-search-forward):
18321 New functions.
18322 (flyspell-word): Return t if nothing to check.
18323 When parsing TeX code, check for after } or \.
18324 Use flyspell-word-search-backward to find previous word.
18325 Return nil if duplicated word.
18326 For word already checked, return same value as last time.
18327 Set flyspell-word-cache-result after checking.
18328 Don't clobber the return value.
18329 (flyspell-get-word): Major rewrite.
18330 (flyspell-external-point-words): New locals pword, pcount.
18331 Fix size used in progress message.
18332 Find the proper corresponding word in flyspell-large-region-buffer.
18333 (flyspell-region): Check for flyspell-large-region = nil.
18334 (flyspell-highlight-incorrect-region): Clean up overlays in region.
18335 (flyspell-auto-correct-word): Check that WORD is a cons.
18336 (flyspell-correct-word): Likewise.
18337
18338 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
18339
18340 * progmodes/make-mode.el (makefile-rule-action-regex)
18341 (makefile-macroassign-regex, makefile-makepp-mode)
18342 (makefile-bsdmake-mode): Continuation lines may be empty.
18343 Reported by Joshua Varner.
18344 (makefile-makepp-font-lock-keywords): Add $(stem).
18345
18346 2005-05-28 Karl Berry <karl@gnu.org>
18347
18348 * textmodes/tex-mode.el: Now that tex-send-command calls
18349 shell-quote-argument (2005-03-31 change), remove all calls to
18350 shell-quote-argument; they all end up invoking tex-send-command.
18351 The double quoting loses on filenames with non-safe characters,
18352 such as "@". Reported by Frederik Fouvry.
18353
18354 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
18355
18356 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18357 about preserving point.
18358
18359 2005-05-27 Jay Belanger <belanger@truman.edu>
18360
18361 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18362 Info-goto-node.
18363
18364 * calc/calc-embed.el (calc-embed-arg): New variable.
18365 (calc-do-embedded-activate, calc-embedded-activate-formula)
18366 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18367 variable by new variable.
18368 (calc-embedded-make-info): Replace undeclared variable by new
18369 variable. When selecting region with positive prefix
18370 argument, use end of previous line instead of beginning of line.
18371
18372 * calc/calc-aent.el (calc-arg-values): Declare it.
18373
18374 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18375 Declare them.
18376
18377 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18378
18379 * calc/calc.el (calc-alg-map): Declare it.
18380
18381 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18382
18383 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18384
18385 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18386 (gdb-registers-buffer, toggle-gdb-all-registers):
18387 Toggle display of floating point registers.
18388 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18389
18390 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18391 (toggle-gud-tooltip-dereference):
18392 Rename from gud-toggle-tooltip-dereference.
18393
18394 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18395
18396 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18397
18398 2005-05-27 Jay Belanger <belanger@truman.edu>
18399
18400 * calc/calc-prog.el (calc-kbd-report): Remove.
18401 (calc-kbd-query): Rewrite.
18402
18403 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18404
18405 * image.el (image-library-alist): Move to image.c.
18406 (image-type-available-p): Doc fix.
18407
18408 2005-05-27 Lute Kamstra <lute@gnu.org>
18409
18410 * calc/calc.el (calc):
18411 * outline.el (outline-1, outline-2, outline-3, outline-4)
18412 (outline-5, outline-6, outline-7, outline-8):
18413 * textmodes/dns-mode.el (dns-mode):
18414 * textmodes/sgml-mode.el (sgml-namespace-face):
18415 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18416 (tex-verbatim-face, tex-use-reftex):
18417 * textmodes/texinfo.el (texinfo-heading-face):
18418 Specify customization group.
18419
18420 * longlines.el: Don't require easy-mmode.
18421 (longlines-visible-face): Specify customization group.
18422
18423 2005-05-27 Kenichi Handa <handa@m17n.org>
18424
18425 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18426 encoding table of windows-1251.
18427
18428 * international/ucs-tables.el (ucs-set-table-for-input):
18429 If translation-table-for-input of a coding system is a symbol, get
18430 its translation-table property.
18431
18432 * international/code-pages.el: Don't register a coding system into
18433 non-iso-charset-alist more than once.
18434 (cp-make-coding-system): Likewise.
18435
18436 2005-05-26 John Wiegley <johnw@newartisans.com>
18437
18438 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18439 `eshell-resume-eval' is wrapped in a list, it indicates that the
18440 command was run asynchronously. In that case, unwrap the value
18441 before checking the delimiter value.
18442
18443 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18444 character before a space at the end of a line is \, assume the space
18445 is part of the last argument rather than a final argument separator.
18446
18447 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18448 is in use, and the target is `t' or `nil' (which are the most common
18449 values), don't assume that the symbol target is a buffer.
18450
18451 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18452
18453 * calendar/calendar.el (calendar-mode-line-format):
18454 Use mode-line-highlight as mouse-face.
18455
18456 * time.el (display-time-string-forms, display-time-update):
18457 Use mode-line-highlight as mouse-face.
18458
18459 2005-05-26 Jay Belanger <belanger@truman.edu>
18460
18461 * calc/calc.el (calc-language-alist): Remove extra defvar.
18462
18463 2005-05-26 Lute Kamstra <lute@gnu.org>
18464
18465 * arc-mode.el (archive-mode):
18466 * bookmark.el (bookmark-read-annotation-mode)
18467 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18468 * bs.el (bs-mode):
18469 * calc/calc-yank.el (calc-edit-mode):
18470 * calc/calc.el (calc-mode, calc-trail-mode):
18471 * calculator.el (calculator-mode):
18472 * chistory.el (command-history-mode):
18473 * comint.el:
18474 * cus-edit.el (custom-mode):
18475 * descr-text.el (describe-text-mode):
18476 * ebuff-menu.el (Electric-buffer-menu-mode):
18477 * ediff-util.el (ediff-mode):
18478 * emacs-lisp/re-builder.el (reb-mode):
18479 * emulation/vi.el (vi-mode-setup):
18480 * emulation/ws-mode.el (wordstar-mode):
18481 * eshell/esh-mode.el (eshell-mode):
18482 * forms.el (forms-mode):
18483 * help-mode.el (help-mode):
18484 * hexl.el (hexl-mode):
18485 * ibuffer.el (ibuffer-mode):
18486 * ielm.el (inferior-emacs-lisp-mode):
18487 * info.el (Info-mode, Info-edit-mode):
18488 * international/swedish.el:
18489 * ledit.el (ledit-from-lisp-mode):
18490 * locate.el (locate-mode):
18491 * mail/rmail.el (rmail-mode):
18492 * mail/rmailedit.el (rmail-edit-mode):
18493 * mail/rmailsum.el (rmail-summary-mode):
18494 * mail/supercite.el (sc-electric-mode):
18495 * net/eudc.el (eudc-mode):
18496 * net/quickurl.el (quickurl-list-mode):
18497 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18498 * obsolete/ooutline.el (outline-mode):
18499 * obsolete/options.el (Edit-options-mode):
18500 * obsolete/rnews.el (news-mode):
18501 * obsolete/rnewspost.el (news-reply-mode):
18502 * play/5x5.el (5x5-mode):
18503 * play/decipher.el (decipher-mode, decipher-stats-mode):
18504 * play/gomoku.el (gomoku-mode):
18505 * play/snake.el (snake-mode):
18506 * play/solitaire.el (solitaire-mode):
18507 * play/tetris.el (tetris-mode):
18508 * progmodes/ada-mode.el (ada-mode):
18509 * progmodes/antlr-mode.el (antlr-mode):
18510 * progmodes/autoconf.el (autoconf-mode):
18511 * progmodes/dcl-mode.el (dcl-mode):
18512 * progmodes/delphi.el (delphi-mode):
18513 * progmodes/ebrowse.el (ebrowse-tree-mode)
18514 (ebrowse-electric-list-mode, ebrowse-member-mode)
18515 (ebrowse-electric-position-mode):
18516 * progmodes/f90.el (f90-mode):
18517 * progmodes/fortran.el (fortran-mode):
18518 * progmodes/icon.el (icon-mode):
18519 * progmodes/idlw-help.el (idlwave-help-mode):
18520 * progmodes/idlw-shell.el (idlwave-shell-mode):
18521 * progmodes/idlwave.el (idlwave-mode):
18522 * progmodes/inf-lisp.el (inferior-lisp-mode):
18523 * progmodes/m4-mode.el (m4-mode):
18524 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18525 * progmodes/modula2.el (modula-2-mode):
18526 * progmodes/octave-inf.el (inferior-octave-mode):
18527 * progmodes/octave-mod.el (octave-mode):
18528 * progmodes/pascal.el (pascal-mode):
18529 * progmodes/sh-script.el (sh-mode):
18530 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18531 * progmodes/vhdl-mode.el (vhdl-mode):
18532 * progmodes/xscheme.el (scheme-interaction-mode):
18533 * replace.el (occur-mode):
18534 * ses.el (ses-mode):
18535 * simple.el (completion-list-mode):
18536 * skeleton.el:
18537 * speedbar.el (speedbar-mode):
18538 * term.el (term-mode):
18539 * terminal.el (terminal-edit-mode):
18540 * textmodes/reftex-index.el (reftex-index-mode)
18541 (reftex-index-phrases-mode):
18542 * textmodes/reftex-sel.el (reftex-select-label-mode)
18543 (reftex-select-bib-mode):
18544 * textmodes/reftex-toc.el (reftex-toc-mode):
18545 * wdired.el (wdired-change-to-wdired-mode):
18546 * wid-browse.el (widget-browse-mode):
18547 Use run-mode-hooks.
18548
18549 * array.el (array-mode):
18550 * calendar/todo-mode.el (todo-mode):
18551 * man.el (Man-mode):
18552 * play/landmark.el (lm-mode):
18553 * play/mpuz.el (mpuz-mode):
18554 Use kill-all-local-variables and run-mode-hooks.
18555
18556 * subr.el (delay-mode-hooks): Specify indentation.
18557
18558 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18559
18560 * xml.el (xml-substitute-special): Don't die for undefined xml
18561 entities.
18562
18563 2005-05-26 Jay Belanger <belanger@truman.edu>
18564
18565 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18566 of nil.
18567
18568 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18569
18570 * progmodes/gdb-ui.el (gdb-frame-address):
18571 Rename from gdb-current-address.
18572 (gdb-previous-frame-address): Rename from gdb-previous-address.
18573 (gdb-selected-frame): Rename from gdb-current-frame.
18574 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18575 (gdb-frame-number): Rename from gdb-current-stack-level.
18576 (gdb-ann3): Match new mode-name for disassembly buffer.
18577 Extend initialization of variables.
18578 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18579 (gdb-memory-mode): Use mouse-face in header line.
18580 (gdb-assembler-buffer-name): Call it disassembly and give frame
18581 in mode line.
18582 (gdb-source-spec-regexp, gdb-assembler-custom)
18583 (gdb-invalidate-assembler, gdb-frame-handler):
18584 Make robust to leading zeroes in address format.
18585
18586 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18587
18588 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18589 define `org-mode'.
18590 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18591
18592 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18593
18594 * log-edit.el (log-edit-changelog-entries): Distinguish between
18595 filenames like xfns.c and fns.c.
18596
18597 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18598
18599 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18600 point after reverting.
18601 (Buffer-menu-make-sort-button): Handle the case where
18602 `Buffer-menu-use-header-line' is nil.
18603
18604 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18605
18606 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18607 New funcs. In minibuffer-local-completion-map bind `]', `/'
18608 and `:' to them.
18609
18610 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18611
18612 * startup.el (normal-top-level): Allow modification of load-path while
18613 we're iterating over it.
18614
18615 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18616
18617 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18618 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18619 (thumbs-resize-interactive, thumbs-insert-image)
18620 (thumbs-insert-thumb, thumbs-dired-show-marked)
18621 (thumbs-find-image-at-point, thumbs-delete-images)
18622 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18623 (thumbs-increment-image-size, thumbs-decrement-image-size):
18624 Fix typos in docstrings.
18625
18626 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18627
18628 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18629 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18630 (cperl-mode): Use them.
18631
18632 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18633
18634 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18635 Doc fixes.
18636
18637 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18638
18639 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18640 Bind C-d to gdb-inferior-io-eof.
18641
18642 * dired.el (dired-dnd-popup-notice): Use message-box.
18643
18644 2005-05-23 Masatake YAMATO <jet@gyve.org>
18645
18646 * bindings.el (mode-line-major-mode-keymap):
18647 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18648
18649 * faces.el (mode-line-highlight): New face.
18650
18651 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18652 as mouse-face.
18653
18654 * bindings.el (top-level, help-echo, mode-line-modified)
18655 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18656 as mouse-face.
18657
18658 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
18659
18660 * progmodes/cc-engine.el (c-guess-basic-syntax):
18661 Remove spurious call to `zerop'.
18662
18663 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18664
18665 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
18666
18667 CC Mode update to 5.30.10:
18668
18669 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18670 could go past the limit in decoration level 2, thereby causing
18671 errors during interactive fontification.
18672
18673 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18674 the file is evaluated interactively.
18675
18676 * cc-engine.el (c-guess-basic-syntax): Handle operator
18677 declarations somewhat better in C++.
18678
18679 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18680 make use of `run-mode-hooks' which has been added in Emacs 21.1.
18681 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18682 (awk-mode): Use it.
18683 (make-local-hook): Suppress warning about obsoleteness.
18684
18685 * cc-engine.el, cc-align.el, cc-cmds.el
18686 (c-append-backslashes-forward, c-delete-backslashes-forward)
18687 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18688 Compensate for return value from `forward-line' when it has moved
18689 but not to a different line due to eob.
18690
18691 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18692 `objc-method-intro' and `objc-method-args-cont'.
18693
18694 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
18695
18696 CC Mode update to 5.30.10:
18697
18698 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18699 in the copyright statement. Incidentally, change "along with GNU
18700 Emacs" to "along with this program" where it occurs.
18701
18702 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18703 so that it is interactive, hence can be found by M-x awk-mode
18704 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
18705 <gmorris+emacs@ast.cam.ac.uk>.
18706
18707 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18708 Mode's regexps.
18709
18710 2005-05-23 Kevin Ryde <user42@zip.com.au>
18711
18712 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
18713 c-parse-state, to avoid a lisp error (on bad code).
18714
18715 2005-05-23 Lute Kamstra <lute@gnu.org>
18716
18717 * subr.el (font-lock-defaults): Remove defvar as it's already
18718 defined in font-core.el.
18719
18720 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
18721
18722 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
18723
18724 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
18725 more general and work when GDB variable "print pretty" is on,
18726 as with Emacs, for example.
18727
18728 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
18729
18730 * font-core.el: Update comment.
18731
18732 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18733 Use `after-change-major-mode-hook' instead of `find-file-hook'.
18734
18735 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
18736
18737 2005-05-22 Eli Zaretskii <eliz@gnu.org>
18738
18739 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
18740 and `yank-handler' in the doc strings.
18741
18742 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18743
18744 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
18745
18746 2005-05-22 Richard M. Stallman <rms@gnu.org>
18747
18748 * help.el (describe-key): Move print-help-return-message call
18749 out of conditional.
18750
18751 * progmodes/etags.el (list-tags): Use with-no-warnings.
18752
18753 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
18754 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
18755 (starttls-extra-args, starttls-extra-arguments): Add defvars.
18756
18757 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
18758
18759 * language/viet-util.el (viet-viscii-nonascii-translation-table):
18760 Add defvar.
18761
18762 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18763 Use defvar, not defconst.
18764
18765 * hexl.el (hexl-follow-line): Use with-no-warnings.
18766
18767 * emulation/tpu-extras.el: Use write-file-functions instead of
18768 write-file-hooks.
18769
18770 * dired.el (dired-font-lock-keywords): Fontify files with junk
18771 extensions even if marked by -F.
18772
18773 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
18774
18775 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
18776 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
18777 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
18778 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
18779 (concatenate, list-length, get*, getf, cl-remprop):
18780 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
18781 (etypecase, progv, lexical-let, lexical-let*)
18782 (multiple-value-bind, multiple-value-setq, shiftf):
18783 Improve argument/docstring consistency.
18784
18785 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
18786
18787 2005-05-22 Andre Spiegel <spiegel@gnu.org>
18788
18789 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
18790 doesn't exist.
18791
18792 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
18793 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
18794
18795 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
18796
18797 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
18798 already deleted variables: auto-fill-hook, blink-paren-hook,
18799 lisp-indent-hook, inhibit-local-variables, unread-command-event,
18800 suspend-hooks, comment-indent-hook, meta-flag,
18801 before-change-function, after-change-function,
18802 font-lock-doc-string-face.
18803
18804 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
18805
18806 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18807
18808 2005-05-21 Eli Zaretskii <eliz@gnu.org>
18809
18810 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
18811 rmail-dont-reply-to.
18812
18813 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18814
18815 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
18816 literal blank when splitting new-header-values.
18817
18818 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
18819
18820 * calendar/cal-menu.el (cal-menu-update): Add separator as a
18821 string so that tmm doesn't create a completion entry for it.
18822
18823 * textmodes/table.el (table-disable-menu): Ditto.
18824
18825 2005-05-21 Richard M. Stallman <rms@gnu.org>
18826
18827 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
18828
18829 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
18830
18831 * net/rcompile.el (remote-compile): Use compilation-start.
18832
18833 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
18834
18835 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
18836
18837 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
18838 Default to makefile-bsdmake-mode on BSD systems.
18839
18840 * imenu.el (imenu-generic-expression, imenu--generic-function'):
18841 REGEXP may also be a search function now. The part of doc-string
18842 for describing the structure was 95% identical to that of
18843 `imenu--generic-function'. Unify it there.
18844
18845 * progmodes/make-mode.el (makefile-imenu-generic-expression):
18846 Use function to find dependencies, because regexp alone is so complex,
18847 it easily goes into an endless loop.
18848 (makefile-makepp-mode): Also add submenu for Perl functions
18849 defined in the makefile.
18850 (makefile-bsdmake-mode): Special imenu-generic-expression no
18851 longer needed, due to function call.
18852 (makefile-match-dependency): Take BOUND into account when checking
18853 if we're through.
18854
18855 2005-05-20 Jay Belanger <belanger@truman.edu>
18856
18857 * calc/calc-units.el (calc-invalidate-units-table):
18858 Use inhibit-read-only.
18859 (math-build-units-table-buffer): Use view-mode.
18860
18861 2005-05-20 David Kastrup <dak@gnu.org>
18862
18863 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
18864 easy-menu-add is not a nop on Emacs; and clarify when to call it.
18865
18866 2005-05-20 Lute Kamstra <lute@gnu.org>
18867
18868 * diff-mode.el (diff-header-face, diff-file-header-face)
18869 (diff-index-face, diff-hunk-header-face, diff-removed-face)
18870 (diff-added-face, diff-changed-face, diff-function-face)
18871 (diff-context-face, diff-nonexistent-face): Put them in the
18872 diff-mode customization group.
18873
18874 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18875
18876 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
18877
18878 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
18879
18880 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
18881 Minor regexp-optimization.
18882
18883 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
18884
18885 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
18886 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
18887 (org-agenda-add-time-grid-maybe): New function.
18888 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
18889 (org-table-create): `dotimes' instead of `mapcar'.
18890 (org-xor): Simplify implementation.
18891 (org-agenda): `inhibit-redisplay' turned on.
18892 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
18893 a consistent line after a state change.
18894 (org-agenda-remove-times-when-in-prefix): New option.
18895 (org-prefix-has-time): New variable.
18896 (org-parse-time-string): Optional argument NODEFAULT.
18897 (org-format-agenda-item): Parse items for time-of-day
18898 specifications and move these into the prefix if possible.
18899 (org-agenda-priority): Get current heading, not previous heading
18900 during agenda remote editing.
18901
18902 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
18903
18904 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
18905 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
18906 (remove-duplicates, delete-duplicates, substitute)
18907 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
18908 (nsubstitute-if-not, find, find-if, find-if-not, position)
18909 (position-if, position-if-not, count, count-if, count-if-not)
18910 (mismatch, search, sort*, stable-sort, merge, member*)
18911 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
18912 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
18913 (intersection, nintersection, set-difference, nset-difference)
18914 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
18915 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
18916 (nsublis, tree-equal): Improve argument/docstring consistency.
18917
18918 * subr.el (send-string, send-region): Remove obsolescence declaration.
18919 (window-dot, set-window-dot, read-input, show-buffer)
18920 (eval-current-buffer, string-to-int):
18921 Add release number to obsolescence declarations.
18922
18923 2005-05-19 Kim F. Storm <storm@cua.dk>
18924
18925 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
18926 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
18927
18928 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
18929
18930 * faces.el (list-faces-display): Make back button respect optional
18931 regexp arg.
18932
18933 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
18934
18935 * calculator.el (calculator-radix-grouping-mode)
18936 (calculator-radix-grouping-digits, calculator-displayer)
18937 (calculator-radix-grouping-separator, calculator-copy-displayer):
18938 * dabbrev.el (dabbrev-search-these-buffers-only):
18939 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
18940 (diff-advance-after-apply-hunk, diff-mode-hook)
18941 (diff-minor-mode-prefix):
18942 * imenu.el (imenu-use-popup-menu):
18943 * jit-lock.el (jit-lock-context-time):
18944 * newcomment.el (comment-fill-column, comment-column)
18945 (comment-style, comment-padding, comment-multi-line)
18946 (comment-empty-lines, comment-auto-fill-only-comments):
18947 * reveal.el (reveal-around-mark):
18948 * uniquify.el (uniquify-buffer-name-style)
18949 (uniquify-after-kill-buffer-p)
18950 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
18951 (uniquify-min-dir-content, uniquify-separator)
18952 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
18953 * w32-vars.el (w32-fixed-font-alist):
18954 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
18955 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
18956 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
18957 * progmodes/perl-mode.el (perl-indent-level)
18958 (perl-continued-statement-offset, perl-continued-brace-offset)
18959 (perl-brace-offset, perl-brace-imaginary-offset)
18960 (perl-label-offset, perl-indent-continued-arguments)
18961 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
18962 * progmodes/tcl.el (tcl-indent-level)
18963 (tcl-continued-indent-level, tcl-auto-newline)
18964 (tcl-tab-always-indent, tcl-electric-hash-style)
18965 (tcl-help-directory-list, tcl-use-smart-word-finder)
18966 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
18967 (inferior-tcl-source-command):
18968 * textmodes/fill.el (enable-kinsoku):
18969 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
18970 * textmodes/table.el (table-yank-handler):
18971 Specify missing group (and type, if simple) in defcustom.
18972
18973 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
18974
18975 * progmodes/compile.el (compilation-finish-function): Fix defvar.
18976
18977 2005-05-19 Richard M. Stallman <rms@gnu.org>
18978
18979 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
18980
18981 * subr.el (event-basic-type): Don't get an error.
18982 (left-fringe-p): Function deleted.
18983
18984 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
18985 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
18986
18987 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
18988 in recursive copy.
18989
18990 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
18991
18992 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
18993
18994 * emacs-lisp/bytecomp.el
18995 (byte-compile-file-form-custom-declare-variable):
18996 Call byte-compile-nogroup-warn if appropriate.
18997
18998 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
18999 (compilation-set-window): Don't call left-fringe-p; do it directly.
19000
19001 2005-05-19 Jay Belanger <belanger@truman.edu>
19002
19003 * calc/calc-graph.el (calc-graph-format-data): Make sure
19004 var-PlotRejects is bound before trying to check its value.
19005
19006 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19007
19008 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19009 definition of this variable from reftex-global.el to reftex.el,
19010 because it is needed in the menu.
19011
19012 2005-05-19 Lute Kamstra <lute@gnu.org>
19013
19014 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19015 years are fixed. Don't insert a space after a dash.
19016
19017 2005-05-19 Kim F. Storm <storm@cua.dk>
19018
19019 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19020
19021 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19022
19023 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19024 strings, because (eq ... ?\\) is fairly frequent.
19025
19026 * progmodes/make-mode.el (makefile-add-this-line-targets):
19027 Simplify and integrate into `makefile-pickup-targets'.
19028 (makefile-add-this-line-macro): Simplify and integrate into
19029 `makefile-pickup-macros.
19030 (makefile-pickup-filenames-as-targets): Simplify.
19031 (makefile-previous-dependency, makefile-match-dependency):
19032 Don't stumble over `::'.
19033
19034 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19035
19036 * subr.el (post-command-idle-hook, post-command-idle-delay):
19037 Remove obsoletion of post-command-idle-hook and
19038 post-command-idle-delay.
19039
19040 * faces.el (list-faces-display): Provide button when describe-face
19041 is called to take user back to the list of faces.
19042
19043 * help-fns.el (describe-variable): Remove hyperlinks in a
19044 variable's value as these are quite frequently inappropriate.
19045
19046 * follow.el (follow-submit-feedback, follow-mode):
19047 Remove references to post-command-idle-hook.
19048
19049 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19050
19051 * progmodes/make-mode.el (makefile-previous-dependency)
19052 (makefile-match-dependency): Check for := (and in bsd mode also
19053 !=) to give a better result, even when font-lock is not on.
19054
19055 2005-05-18 Jay Belanger <belanger@truman.edu>
19056
19057 * calc/calc-help.el (calc-s-prefix-help):
19058 Add `calc-copy-special-constant' to help string.
19059
19060 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19061
19062 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19063
19064 2005-05-18 Jay Belanger <belanger@truman.edu>
19065
19066 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19067 in linear factors are in proper order.
19068
19069 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19070
19071 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19072 Support for jurabib.
19073
19074 * textmodes/reftex.el (featurep): Define aliases for overlay
19075 commands, for XEmacs compatibility, and use these aliases in
19076 overlay initializations.
19077 (reftex-highlight): Use `reftex-move-overlay'.
19078 (reftex-unhighlight): Use `reftex-delete-overlay'.
19079 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19080 (reftex-access-search-path): Use `reftex-uniquify' instead of
19081 `reftex-uniq'
19082
19083 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19084 `before-string' property modification enables for Emacs as well.
19085 (reftex-select-item): Use `reftex-delete-overlay'.
19086 (reftex-select-mark): Use `reftex-make-overlay' and
19087 `reftex-overlay-put'.
19088 (reftex-select-unmark): Use `reftex-delete-overlay' and
19089 `reftex-overlay-put'.
19090
19091 2005-05-18 Lute Kamstra <lute@gnu.org>
19092
19093 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19094
19095 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19096
19097 * add-log.el (add-change-log-entry):
19098 * array.el (array-make-template, array-reconfigure-rows)
19099 (array-init-max-row, array-init-max-column)
19100 (array-init-columns-per-line, array-init-field-width):
19101 * replace.el (replace-match-maybe-edit, perform-replace):
19102 * textmodes/spell.el (spell-region):
19103 Replace `read-input' by `read-string'.
19104
19105 * forms.el (forms-mode):
19106 * finder.el (finder-compile-keywords):
19107 * shadowfile.el (shadow-read-files):
19108 Replace `eval-current-buffer' by `eval-buffer'.
19109
19110 * terminal.el (te-pass-through):
19111 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19112 (ange-ftp-raw-send-cmd):
19113 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19114 (send-process-next-char, telnet-initial-filter, telnet):
19115 Replace `send-string' by `process-send-string'.
19116
19117 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19118 (prolog-consult-region): Replace `send-string' by
19119 `process-send-string'; replace `send-region' by `process-send-region'.
19120
19121 * progmodes/delphi.el (delphi-log-msg):
19122 Replace `set-window-dot' by `set-window-point'.
19123
19124 * subr.el (window-dot, set-window-dot, read-input, send-string)
19125 (send-region, show-buffer, eval-current-buffer):
19126 Make really obsolete, as the comment says.
19127
19128 2005-05-17 Kim F. Storm <storm@cua.dk>
19129
19130 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19131 (cua--init-keymaps): Bind C-return instead of S-return to set
19132 rectangle mark.
19133
19134 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19135 instead of S-return to toggle/clear rectangle mark.
19136
19137 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19138
19139 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19140 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19141 Also fontify plain strings assigned to variables, mostly so that a
19142 colon has a face and is thus not taken as a dependency separator.
19143 (makefile-previous-dependency): Inline the new matcher, because it
19144 is too complex to work in both directions.
19145 (makefile-match-dependency): Eliminate `backward' arg (see above).
19146 Completely reimplemented so as to not sometimes go into an endless
19147 loop. It should also be more efficient, because first it only
19148 searches for `:', instead of applying the very complex regexp.
19149 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19150 to be fontified in one piece can be too long for JIT.
19151 Makefiles are never *that* big.
19152
19153 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19154
19155 * dired.el (dired-mode): Simplify.
19156
19157 2005-05-17 Lute Kamstra <lute@gnu.org>
19158
19159 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19160 defcustom for the mode hook variable.
19161
19162 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19163 Emacs Lisp Reference Manual.
19164
19165 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19166
19167 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19168 (evenp, list*):
19169 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19170 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19171
19172 * net/tramp-smb.el (tramp-smb-open-connection):
19173 Pass `tramp-chunksize' as fifth (required) argument.
19174
19175 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19176
19177 * font-lock.el (lisp-font-lock-keywords-1):
19178 Set `font-lock-negation-char-face' for [^...] char group.
19179 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19180
19181 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19182 a var, and refine it to mask one more level of nested vars.
19183 (makefile-rule-action-regex): Turn it into a var, and refine it so
19184 it recognizes backslashed continuation lines as belonging to the
19185 same command.
19186 (makefile-macroassign-regex): Refine it so it recognizes
19187 backslashed continuation lines as belonging to the same command.
19188 (makefile-var-use-regex): Don't look at the next char, because it
19189 might be the same one to be skipped by the initial [^$], leading
19190 to an overlooked variable use.
19191 (makefile-make-font-lock-keywords): Remove two parameters, which
19192 are now variables that some of the modes set locally.
19193 Handle dependency and rule action matching through functions, because
19194 regexps alone match too often. Dependency matching now comes
19195 last, so it can check, whether a colon already matched something else.
19196 (makefile-mode): Inform that font-lock improves makefile parsing
19197 capabilities.
19198 (makefile-match-dependency, makefile-match-action): New functions.
19199
19200 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19201
19202 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19203
19204 * align.el (align-regexp):
19205 * ansi-color.el (ansi-color-get-face):
19206 * array.el (array-reconfigure-rows, array-init-max-row)
19207 (array-init-max-column, array-init-columns-per-line)
19208 (array-init-field-width):
19209 * dired-aux.el (dired-trample-file-versions):
19210 * dired-x.el (dired-mark-sexp):
19211 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19212 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19213 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19214 * faces.el (face-read-integer):
19215 * files.el (backup-extract-version, insert-directory):
19216 * hexl.el (hexl-insert-decimal-char):
19217 * server.el (server-process-filter):
19218 * shell.el (shell-extract-num):
19219 * startup.el (command-line-1):
19220 * term.el (term-command-hook):
19221 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19222 (time-stamp-do-number):
19223 * time.el (display-time-update):
19224 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19225 (timezone-fix-time):
19226 * vms-patch.el (vms-suspend-resume-hook):
19227 * calendar/appt.el (appt-convert-time):
19228 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19229 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19230 * calendar/cal-islam.el (mark-islamic-diary-entries):
19231 * calendar/calendar.el (calendar-cursor-to-date)
19232 (calendar-star-date):
19233 * calendar/diary-lib.el (diary-attrtype-convert)
19234 (mark-diary-entries, diary-entry-time):
19235 * calendar/solar.el (solar-get-number):
19236 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19237 * emacs-lisp/re-builder.el (reb-display-subexp):
19238 * emulation/edt.el (edt-set-scroll-margins):
19239 * emulation/tpu-extras.el (tpu-set-scroll-margins):
19240 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19241 (vip-get-ex-count):
19242 * emulation/viper-ex.el (viper-get-ex-token)
19243 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19244 * international/fontset.el (fontset-plain-name):
19245 * mail/feedmail.el (feedmail-look-at-queue-directory):
19246 * mail/mailalias.el (mail-get-names):
19247 * mail/rmail.el (rmail-convert-to-babyl-format):
19248 * mail/rmailsum.el (rmail-make-basic-summary-line)
19249 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19250 (rmail-summary-goto-msg):
19251 * mail/smtpmail.el (smtpmail-read-response):
19252 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19253 (ange-ftp-vms-add-file-entry):
19254 * play/gametree.el (gametree-looking-at-ply)
19255 (gametree-current-branch-score):
19256 * progmodes/ada-xref.el (ada-prj-find-prj-file)
19257 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19258 * progmodes/cperl-mode.el (condition-case):
19259 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19260 (ebrowse-set-member-buffer-column-width)
19261 (ebrowse-select-1st-to-9nth):
19262 * progmodes/etags.el (etags-snarf-tag):
19263 * progmodes/flymake.el (flymake-parse-line):
19264 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19265 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19266 (idlwave-shell-menu-def):
19267 * progmodes/ps-mode.el (ps-run-goto-error):
19268 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19269 (vhdl-speedbar-contract-level):
19270 * term/mac-win.el (x-handle-numeric-switch):
19271 * term/sun-mouse.el (sun-get-frame-data):
19272 * term/w32-win.el (x-handle-numeric-switch):
19273 * term/x-win.el (x-handle-numeric-switch):
19274 * textmodes/ispell.el (ispell-parse-output):
19275 * textmodes/nroff-mode.el (nroff-outline-level):
19276 * textmodes/reftex-cite.el (reftex-bib-sort-year)
19277 (reftex-bib-sort-year-reverse, reftex-format-citation):
19278 * textmodes/reftex-parse.el (reftex-init-section-numbers)
19279 (reftex-section-number):
19280 * textmodes/texinfmt.el (texinfo-paragraphindent):
19281 Replace `string-to-int' by `string-to-number'.
19282
19283 * international/latexenc.el: Add page marker to force the "Local
19284 Variables:" string out of the last page.
19285
19286 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19287
19288 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19289 tooltip-change-major-mode.
19290 (gud-tooltip-print-command): Remove case where gud-minor-mode
19291 is gdb ("--fullname").
19292 (gud-tooltip-tips): Turn GUD tooltips off for this case and
19293 explain to user.
19294
19295 2005-05-16 Jay Belanger <belanger@truman.edu>
19296
19297 * calc/calc-store.el (calc-copy-special-constant): New function.
19298
19299 * calc/calc-ext.el (calc-init-extensions): Add binding for
19300 `calc-copy-special-constant'.
19301
19302 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19303 for the `calc-copy-special-constant' command.
19304
19305 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
19306
19307 * subr.el (left-fringe-p): New function.
19308
19309 * progmodes/compile.el (compilation-setup): Set local value of
19310 overlay-arrow-string to "" always.
19311 (compilation-set-window): Left fringe then don't scroll.
19312 No left fringe then no arrow and scroll message to top.
19313 (compilation-context-lines): Adjust doc string accordingly.
19314
19315 2005-05-16 Kim F. Storm <storm@cua.dk>
19316
19317 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19318 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19319 (ido-wide-find-dir-or-delete-dir): New command for M-d.
19320 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
19321 (ido-read-file-name): Handle commands with ido property value
19322 equal to find-file as reading a file name, to allow C-d to enter dired.
19323 (ibuffer-find-file): Add ido property with value find-file.
19324
19325 2005-05-15 Kim F. Storm <storm@cua.dk>
19326
19327 * subr.el (open-network-stream-nowait): Remove.
19328 (open-network-stream-server): Remove.
19329
19330 2005-05-15 Richard M. Stallman <rms@gnu.org>
19331
19332 * faces.el (describe-face): Output a definition link button.
19333
19334 * help-mode.el (help-face-def): New button type.
19335
19336 * emacs-lisp/copyright.el (copyright-fix-years):
19337 Match properly if the first year is 2-digit.
19338 Don't mess up the whitespace after the years by filling.
19339
19340 * dired-aux.el (dired-mark-confirm):
19341 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19342
19343 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19344 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19345 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19346
19347 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19348 Set font-lock-comment-start-skip.
19349
19350 * font-lock.el (font-lock-comment-start-skip): New variable.
19351 (font-lock-comment-end-skip): New variable.
19352 (font-lock-fontify-syntactically-region): Use them if non-nil.
19353
19354 2005-05-15 Jay Belanger <belanger@truman.edu>
19355
19356 * calc/calc-store.el (calc-store-value): Return a string rather
19357 than display it as a message.
19358 Use calc-var-name for variable name.
19359 (calc-store-into): Add the result of calc-store-value to message.
19360 (calc-copy-variable): Add a message.
19361 (calc-store-exchange): Improve error messages.
19362 (calc-store-binary, calc-store-map): Don't reset the values of
19363 special constants.
19364
19365 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
19366
19367 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19368 manual to docstring.
19369
19370 * files.el (hack-local-variables-confirm): Add STRING argument.
19371 Make the function handle non file visiting buffers correctly.
19372 (hack-local-variables-prop-line, hack-local-variables)
19373 (hack-one-local-variable): Use STRING arg of
19374 `hack-local-variables-confirm'.
19375
19376 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19377
19378 Sync with Tramp 2.0.49.
19379
19380 * net/tramp.el (tramp-handle-dired-call-process)
19381 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19382 because the contents of the Tramp buffer is changed before
19383 insertion (`expand-file' and alike).
19384 (tramp-handle-insert-directory): If `localname' has an empty
19385 nondirectory name, it must not be quoted.
19386 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19387 variable `tramp-chunksize'. Change callees.
19388 (tramp-open-connection-setup-interactive-shell): Check remote host
19389 for buggy `send-process-string' implementation.
19390 Set `tramp-chunksize' if found. Reported by Michael Kifer
19391 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19392 (tramp-handle-shell-command): `insert-buffer' cannot be used
19393 because the contents of the Tramp buffer is changed before
19394 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19395 <frederic.bothamy@free.fr>.
19396 (tramp-set-auto-save): Actions should be done for Tramp file name
19397 handler only. Ange-FTP has its own auto-save mechanism.
19398 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19399 (tramp-set-auto-save-file-modes): Set file modes of
19400 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19401 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19402 (tramp-bug): Remove obsolete variable.
19403 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19404 for presence of `mml-mode'. Make it running for older Emacsen as well.
19405
19406 2005-05-14 John Paul Wallington <jpw@pobox.com>
19407
19408 * ibuf-ext.el (define-ibuffer-filter filename):
19409 If `dired-directory' is a list, use its car.
19410
19411 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19412
19413 * ibuffer.el (define-ibuffer-column filename):
19414 If `dired-directory' is a list, use its car.
19415
19416 2005-05-14 Richard M. Stallman <rms@gnu.org>
19417
19418 * subr.el (symbol-file): Doc fix.
19419
19420 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19421 (byte-compile-form): Call byte-compile-nogroup-warn.
19422 (byte-compile-warning-types): Doc fix.
19423
19424 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19425
19426 * progmodes/cc-engine.el (c-literal-faces):
19427 Add font-lock-comment-delimiter-face.
19428
19429 * net/net-utils.el (dig): Use with-no-warnings.
19430
19431 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19432 (sc-recite-frame-alist, sc-default-cite-frame)
19433 (sc-default-uncite-frame, sc-default-recite-frame)
19434 (sc-attrib-selection-list, sc-rewrite-header-list):
19435 Mark as risky-local-variable.
19436
19437 * international/ogonek.el (ogonek-jak, ogonek-how):
19438 Don't use beginning-of-buffer.
19439
19440 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19441
19442 * calendar/solar.el (solar-data-list): Move definition up.
19443
19444 * dnd.el (dnd-protocol-alist): Add autoload.
19445
19446 * progmodes/sh-script.el: Many doc usage fixes.
19447 (sh-indent-after-do): Change default to match common styles.
19448
19449 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19450
19451 * files.el (interpreter-mode-alist)
19452 (auto-mode-interpreter-regexp): Doc fixes.
19453
19454 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19455
19456 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19457
19458 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19459
19460 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19461
19462 * dired.el (dired-mode): make-variable-buffer-local =>
19463 make-local-variable.
19464
19465 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19466
19467 * term/mac-win.el (mac-select-convert-to-string): Try coding
19468 systems in mac-script-code-coding-systems if specified one cannot
19469 encode string for `com.apple.traditional-mac-plain-text'.
19470
19471 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19472
19473 * progmodes/make-mode.el (makefile-targets-face)
19474 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19475 (makefile-dependency-regex): Fix it to not make the colon in
19476 $(var:a=b) special.
19477 (makefile-rule-action-regex): New regexp for highlighting embedded
19478 Shell strings.
19479 (makefile-macroassign-regex): Handle != for highlighting as
19480 embedded Shell strings.
19481 (makefile-var-use-regex): New const.
19482 (makefile-statements, makefile-automake-statements)
19483 (makefile-gmake-statements, makefile-makepp-statements)
19484 (makefile-bsdmake-statements): New consts.
19485 (makefile-make-font-lock-keywords): New function.
19486 (makefile-automake-font-lock-keywords)
19487 (makefile-gmake-font-lock-keywords)
19488 (makefile-makepp-font-lock-keywords)
19489 (makefile-bsdmake-font-lock-keywords): New consts.
19490 (makefile-mode-map): Add switchers between the various submodes.
19491 (makefile-mode): Document the availability of the variants.
19492 (makefile-automake-mode, makefile-gmake-mode)
19493 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19494
19495 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19496 new variants of makefile-mode.
19497
19498 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19499
19500 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19501 the inheritance.
19502
19503 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19504
19505 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19506 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19507
19508 * files.el (normal-mode): Extend the scope of the
19509 `enable-local-variables' binding to include the `set-auto-mode' call.
19510 (magic-mode-alist): Doc fix.
19511
19512 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19513
19514 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19515 font-lock-comment-face rather than copying its setting.
19516
19517 2005-05-12 Andreas Schwab <schwab@suse.de>
19518
19519 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19520
19521 2005-05-12 Lute Kamstra <lute@gnu.org>
19522
19523 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19524 defcustom for the mode hook variable. Delete the last argument.
19525 * generic-x.el: Fix callers of define-generic-mode.
19526 (generic-x-modes): Delete group.
19527 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19528 generic-x customization group.
19529
19530 2005-05-12 Kim F. Storm <storm@cua.dk>
19531
19532 * font-lock.el (font-lock-negation-char-face): Default to "off".
19533
19534 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19535 font-lock-negation-char-face to ! in !=.
19536
19537 2005-05-12 Masatake YAMATO <jet@gyve.org>
19538
19539 * add-log.el (find-change-log): Fix typos in the docstring
19540 of function.
19541
19542 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19543
19544 * international/latexenc.el (latexenc-find-file-coding-system):
19545 Avoid `re-search-forward' when looking for input encoding because
19546 of speed and safety. Better regular expressions for recognizing
19547 input encoding. Limit a search for TeX-master/tex-main-file to
19548 the local variable section.
19549
19550 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19551
19552 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19553 syntax of $ to "'" (quote).
19554
19555 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19556
19557 * dnd.el (dnd-protocol-alist): Improve custom type.
19558
19559 * dired.el (dired-dnd-protocol-alist): New variable.
19560 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19561 `dired-mode-hook' to the end.
19562
19563 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19564
19565 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19566 comment-end if comment-start-skip is not set.
19567 Obey the font-lock-comment-delimiter-face variables.
19568
19569 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19570
19571 * files.el (executable-find): Move from executable.el. Use
19572 locate-file.
19573 * progmodes/executable.el (executable-find): Move to files.el.
19574
19575 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19576 when trying to ensure forward progress.
19577
19578 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19579
19580 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19581 (mouse-select, mouse-select-internal, mouse-extend-internal):
19582 Use it to implement mouse-1-click-follows-link functionality.
19583
19584 2005-05-11 Richard M. Stallman <rms@gnu.org>
19585
19586 * font-lock.el (font-lock-fontify-syntactically-region):
19587 Use font-lock-comment-delimiter-face for comment delimiters.
19588
19589 2005-05-10 Jay Belanger <belanger@truman.edu>
19590
19591 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19592 preserving embedded modes.
19593
19594 2005-05-10 Richard M. Stallman <rms@gnu.org>
19595
19596 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19597
19598 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19599 Move from ada-stmt.el.
19600 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19601
19602 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19603 Move to ada-mode.el.
19604 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19605
19606 * cus-edit.el (custom-file): Call file-chase-links.
19607
19608 * files.el (read-directory-name): Fix previous change.
19609 (hack-local-variables-confirm): New function.
19610 (hack-local-variables-prop-line, hack-local-variables)
19611 (hack-one-local-variable): Use it.
19612
19613 2005-05-10 Lute Kamstra <lute@gnu.org>
19614
19615 * font-lock.el (font-lock-keywords-alist)
19616 (font-lock-removed-keywords-alist): Clarify docstrings.
19617
19618 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19619
19620 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19621 (gdb-source-info): Check for preprocessor info.
19622 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19623 a macro for a function.
19624 (gdb-info-breakpoints-custom): Try to find file again if not already
19625 found (user might have used GDB dir command).
19626 (gdb-get-location): Update gdb-location-alist correctly for change
19627 to gdb-info-breakpoints-custom.
19628
19629 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19630 (gud-tooltip-print-command): Add gdbmi case.
19631 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19632 preprocessor info.
19633
19634 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19635
19636 * startup.el (fancy-splash-insert): Fix typo in doc string.
19637
19638 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19639
19640 * obsolete/float.el (string-to-float):
19641 * obsolete/hilit19.el (hilit-add-pattern):
19642 * obsolete/rnews.el (news-parse-range, news-select-message)
19643 (news-get-pruned-list-of-files): Replace `string-to-int' by
19644 `string-to-number'.
19645
19646 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19647 `find-file-not-found-hooks'; use `add-hook'.
19648 (uncompress-while-visiting): Set `write-file-functions', not
19649 `write-file-hooks'; use `add-hook'.
19650
19651 2005-05-09 Kim F. Storm <storm@cua.dk>
19652
19653 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19654 (cua-paste): Handle clipboard action.
19655 (cua--init-keymaps): Remap clipboard-kill-region and
19656 clipboard-kill-ring-save.
19657
19658 2005-05-08 Eli Zaretskii <eliz@gnu.org>
19659
19660 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19661 Improve commentary.
19662
19663 * simple.el (next-error-overlay-arrow-position): Revert the change
19664 made on 2005-04-30.
19665
19666 2005-05-07 Jay Belanger <belanger@truman.edu>
19667
19668 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19669 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19670 `calc-sel-reselect'.
19671
19672 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19673 Calc is in embedded mode.
19674
19675 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19676
19677 * progmodes/compile.el (compilation-setup):
19678 Set overlay-arrow-string to an empty string on text terminals.
19679
19680 * textmodes/ispell.el (ispell-program-name): Try looking for
19681 "aspell" along exec-path, and if found, use it as the default
19682 speller program.
19683
19684 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
19685
19686 * international/mule.el (sgml-xml-auto-coding-function):
19687 Recognize encoding='FOO' in single quotes as well as in double quotes.
19688
19689 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19690
19691 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19692 as well as `interactive', so that defmacro* would recognize
19693 `declare' forms.
19694
19695 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19696
19697 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19698 Explain more about the LIGHTER arg's usage in the doc string.
19699 Add commentary to clarify what the code does. Fix the regexp that
19700 strips whitespace from LIGHTER. Quote LIGHTER before using it,
19701 since it could have characters special to regular expressions.
19702
19703 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19704
19705 * replace.el (occur-1): Bind inhibit-read-only so that
19706 erase-buffer doesn't barf on read-only text properties (likewise
19707 for add-text-properties in occur-engine). Mark buffer as unmodified.
19708 (occur-engine): Don't set buffer-read-only here.
19709
19710 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19711
19712 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
19713 list-buffers-directory. This caused the *cvs-commit* buffer to be
19714 sometimes mistakenly reused as a *cvs* buffer.
19715
19716 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
19717
19718 * tooltip.el: Move code for GUD tooltips into gud.el.
19719 (require): CL no longer needed to compile case.
19720 (tooltip-mode): Do not toggle functions for GUD tooltips.
19721 (tooltip-gud-tips-p): Remove. Replace with minor mode
19722 gud-tooltip-mode in gud.el.
19723 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
19724 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
19725 tooltip-gud prefix with gud-tooltip and obsolete.
19726 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
19727 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
19728 (tooltip-mouse-motion): Mouse movement functions/variable.
19729 Rename in gud.el by adding gud prefix.
19730 (tooltip-gud-original-filter, tooltip-gud-dereference)
19731 (tooltip-gud-event, tooltip-toggle-gud-tips)
19732 (tooltip-gud-process-output, tooltip-gud-print-command)
19733 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
19734 gud.el by replacing tooltip-gud prefix with gud-tooltip.
19735 (gdb-tooltip-print): Move to gdb-ui.el.
19736
19737 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
19738 (require): CL needed to compile case.
19739 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
19740 tooltip-gud-tips-p. Make it a minor-mode.
19741 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
19742 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
19743 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
19744 (gud-tooltip-change-major-mode)
19745 (gud-tooltip-activate-mouse-motions-if-enabled)
19746 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
19747 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
19748 (gud-tooltip-original-filter, gud-tooltip-dereference)
19749 (gud-tooltip-event, tooltip-toggle-gud-tips)
19750 (gud-tooltip-process-output, gud-tooltip-print-command)
19751 (gud-tooltip-tips): Move from tooltip.el.
19752
19753 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
19754 (gdb-cpp-define-alist-flags): Doc fix.
19755 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
19756 gud-tooltip-mode is t.
19757
19758 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19759
19760 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
19761 evaporate if their text is deleted.
19762 (goto-address-at-point): Make it work as a mouse binding as well.
19763 (goto-address-at-mouse): Obsolete it. Update users.
19764
19765 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19766
19767 * calendar/appt.el (top-level): No longer activate on load.
19768
19769 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
19770
19771 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19772 * net/webjump.el (webjump):
19773 * progmodes/idlw-help.el (idlwave-do-context-help1)
19774 (idlwave-highlight-linked-completions):
19775 * textmodes/po.el (po-find-file-coding-system-guts):
19776 Replace `assoc-ignore-case' by `assoc-string'.
19777
19778 2005-05-06 Eli Zaretskii <eliz@gnu.org>
19779
19780 * files.el (locate-file): Doc fix.
19781
19782 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
19783 Remove the redundant test for ms-dos.
19784
19785 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
19786 look for the preprocessor with exec-suffixes. If not found in
19787 standard places, look in exec-path. Remove most of the tests that
19788 used system-type.
19789
19790 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
19791
19792 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
19793
19794 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
19795 file-name clash with jka-compr.el on 8+3 filesystems.
19796
19797 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19798
19799 * term/mac-win.el: Don't define or bind scroll bar functions if
19800 x-toolkit-scroll-bars is t.
19801 (x-select-text, x-get-selection-value): Clear
19802 x-last-selected-text-clipboard if x-select-enable-clipboard is
19803 nil.
19804 (PRIMARY): Put mac-scrap-name property.
19805 (mac-select-convert-to-file-url): New function.
19806 (public.file-url): New selection target type. Add to
19807 selection-converter-alist.
19808 (x-get-selection, x-selection-value): Handle it.
19809 (x-cut-buffer-or-selection-value): New alias.
19810
19811 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19812
19813 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
19814 entry to avoid calling bibtex-find-entry with arg global
19815 being t. Remove arg key.
19816 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
19817 (bibtex-copy-summary-as-kill): Change accordingly.
19818
19819 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19820
19821 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
19822 (org-agenda-date-later): Use with-current-buffer.
19823
19824 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
19825
19826 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
19827 (define-obsolete-variable-alias): Doc Fixes.
19828
19829 2005-05-06 Kim F. Storm <storm@cua.dk>
19830
19831 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
19832 vertical-motion when selective-display is active.
19833
19834 * ido.el (ido-setup-hook): New hook.
19835 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
19836 (ido-input-stack): New var.
19837 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
19838 ido-next-work-file binding to M-O.
19839 Bind M-f to ido-wide-find-file-or-pop-dir.
19840 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
19841 (ido-read-internal): Run ido-setup-hook.
19842 Catch quit in read-file-name and read-string to cancel edit.
19843 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
19844 Automatically pop-all when completing a directory name (RET).
19845 (ido-file-internal): Add with-no-warnings around ffap and dired code.
19846 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
19847 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
19848 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
19849 New functions for M-b/M-f to move among the directory components.
19850 (ido-make-merged-file-list): Catch quit to cancel merge.
19851 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
19852 (ido-completion-help): No warnings for ido-completion-buffer-full.
19853
19854 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
19855
19856 * font-lock.el (font-lock-negation-char-face): New face and variable.
19857 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
19858 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
19859 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
19860 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
19861
19862 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
19863
19864 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
19865 Fix typo in docstring.
19866
19867 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
19868 (ebrowse-print-statistics-line)
19869 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
19870
19871 * term/w32-win.el (image-library-alist): Add additional name for
19872 Xpm library.
19873
19874 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
19875
19876 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
19877 use gcc instead of cpp.
19878
19879 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
19880 (gdb-create-define-alist): Use it.
19881 (gdb-cpp-define-alist-program): Update for MS-DOS.
19882
19883 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
19884
19885 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
19886
19887 2005-05-04 Richard M. Stallman <rms@gnu.org>
19888
19889 * help.el (describe-key): No error when UNTRANSLATED is nil.
19890
19891 * simple.el (line-move-1): Fix previous change to signal errors
19892 appropriately.
19893
19894 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
19895
19896 * calendar/icalendar.el (icalendar-version): Now at 0.12.
19897 (icalendar-duration-correction): Remove.
19898 (icalendar--get-event-properties): Split result at commas.
19899 (icalendar--decode-isoduration): New optional argument
19900 DURATION-CORRECTION.
19901 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
19902 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
19903 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
19904 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
19905 (icalendar--convert-anniversary-to-ical): New functions, extracted
19906 from icalendar-export-region, with bug fixes.
19907 (icalendar-export-region): Use the above functions.
19908 (icalendar-import-buffer): Check before saving diary file.
19909 (icalendar--convert-recurring-to-diary)
19910 (icalendar--convert-non-recurring-all-day-to-diary)
19911 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
19912 extracted from icalendar--convert-ical-to-diary, with bug fixes.
19913 (icalendar--convert-ical-to-diary): Use the above functions.
19914
19915 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
19916
19917 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
19918 Remove these recent additions.
19919 (c-mode): Restore to before 2005-04-28.
19920
19921 * progmodes/cc-vars.el (cc-define-list-program): Remove this
19922 recent addition.
19923
19924 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
19925 (gdb-define-alist): New variables.
19926 (gdb-create-define-alist): New function.
19927 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
19928 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
19929 with string-to-number.
19930 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
19931
19932 * progmodes/gud.el: Replace string-to-int with string-to-number.
19933 (gud-find-file): Handle gdb-define-alist.
19934
19935 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
19936
19937 2005-05-02 Jay Belanger <belanger@truman.edu>
19938
19939 * calc/calc-aent.el (math-read-token):
19940 * calc/calc-bin.el (calc-word-size):
19941 * calc/calc-ext.el (calc-read-number-fancy):
19942 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
19943 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
19944 * calc/calc-frac.el (calc-over-notation):
19945 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
19946 (calc-graph-num-points, calc-graph-init):
19947 * calc/calc-prog.el (calc-read-parse-table-part)
19948 (calc-edit-macro-repeats):
19949 * calc/calc-yank.el (calc-do-grab-rectangle):
19950 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
19951 Replace `string-to-int' by `string-to-number'.
19952
19953 2005-05-02 Kim F. Storm <storm@cua.dk>
19954
19955 * kmacro.el: Use executing-kbd-macro-index variable.
19956
19957 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
19958
19959 * net/rlogin.el (rlogin-parse-words): Delete func.
19960 (rlogin): Use split-string, not rlogin-parse-words.
19961 Also, if there are option-like elements in the parsed args,
19962 take the host to be the first arg immediately following them.
19963 Suggested by Michael Mauger.
19964
19965 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19966
19967 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
19968
19969 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19970
19971 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
19972 (cc-mode-cpp-program): Rename to cc-define-list-program and
19973 move to cc-vars.el.
19974
19975 * progmodes/cc-vars.el (cc-define-list-program):
19976 Change to "gcc -E -dM -". Make customizable.
19977
19978 2005-05-02 Kim F. Storm <storm@cua.dk>
19979
19980 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
19981
19982 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19983
19984 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
19985
19986 * international/mule-util.el (truncate-string): Remove alias and
19987 obsolete declaration.
19988
19989 * international/mule-cmds.el (update-iso-coding-systems):
19990 Remove alias and obsolete declaration.
19991
19992 * international/mule.el (coding-system-parent): Remove alias and
19993 obsolete declaration.
19994
19995 * subr.el (define-function, sref): Remove aliases and obsolete
19996 declarations.
19997 (chars-in-region): Remove obsolete declaration.
19998
19999 2005-05-01 Richard M. Stallman <rms@gnu.org>
20000
20001 * info.el (Info-mode): Set widen-automatically to nil, locally.
20002
20003 * simple.el (widen-automatically): New variable.
20004 (pop-global-mark): Obey widen-automatically.
20005
20006 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20007
20008 * term/xterm.el (function-key-map): Call substitute-key-definition
20009 before the keymap size is increased by a lot of define-key calls.
20010
20011 2005-05-01 Richard M. Stallman <rms@gnu.org>
20012
20013 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20014 Rename ARG to ELEMENT. Doc fix.
20015
20016 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20017
20018 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20019 Remove references to allout-exposure/change to allout-new-exposure.
20020
20021 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20022 bytecode symbols.
20023
20024 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20025 (compiled-function-p, focus-frame, unfocus-frame):
20026 Remove aliases and obsolete declarations.
20027 Back out inadvertent changes from previous commit.
20028
20029 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20030
20031 * files.el (require-final-newline): Make Custom tags consistent
20032 with mode-require-final-newline.
20033 (mode-require-final-newline): Doc fix.
20034
20035 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20036
20037 * international/latexenc.el (latexenc-find-file-coding-system):
20038 Fix regular expressions.
20039
20040 2005-05-01 David Kastrup <dak@gnu.org>
20041
20042 * international/latexenc.el (latexenc-find-file-coding-system):
20043 Fix regular expressions.
20044
20045 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20046
20047 * subr.el (string-to-int): Make obsolete.
20048
20049 2005-04-30 Richard M. Stallman <rms@gnu.org>
20050
20051 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20052
20053 * loadup.el: load jka-comp-hook.
20054
20055 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20056 (jka-compr-handler): Add autoload. `put' calls moved
20057 to jka-comp-hook.el.
20058 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20059 (jka-compr-inhibit): Autoload.
20060
20061 * jka-comp-hook.el: New file.
20062 Enable the mode by default.
20063
20064 * files.el (backup-buffer-copy): Use copy-file instead
20065 of write-region, and put back the 'excl.
20066
20067 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20068
20069 * progmodes/flymake.el (flymake-split-string)
20070 (flymake-split-string, flymake-log, flymake-pid-to-names)
20071 (flymake-reg-names, flymake-get-source-buffer-name)
20072 (flymake-unreg-names, flymake-add-line-err-info)
20073 (flymake-add-err-info): Clarify docstrings.
20074 (flymake-popup-menu, flymake-make-emacs-menu)
20075 (flymake-make-xemacs-menu): Add docstrings.
20076 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20077 Set variables directly throughout.
20078
20079 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20080
20081 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20082 exists. Initialize cc-define-alist.
20083 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20084 If there is no file (Macroexpansion) don't create an alist.
20085
20086 2005-04-29 Sam Steingold <sds@gnu.org>
20087
20088 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20089 (cc-create-define-alist): Use it instead of the hard-coded string.
20090
20091 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20092
20093 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20094 for latexenc.
20095
20096 2005-04-29 Lute Kamstra <lute@gnu.org>
20097
20098 * emacs-lisp/generic.el: Improve commentary section.
20099 (define-generic-mode): Improve docstring.
20100
20101 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20102
20103 * textmodes/org.el (many places): Change to quiet the byte compiler.
20104 (org-prefix-format-compiled): New variable.
20105 (org-compile-prefix-format): New function.
20106 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20107 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20108 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20109 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20110 consistency with entries from `org-mode' files.
20111 (org-get-time-of-day): Fix bug with partial matches early in a line.
20112 (org-non-link-chars): New constant.
20113 (org-link-regexp): Respect `org-non-link-chars'.
20114 (org-agenda-day-view): Remove command.
20115 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20116 (org-follow-bbdb-link, org-store-link): Search also company field.
20117 (org-highlight-overlay): New variable.
20118 (org-highlight, org-unhighlight): New functions.
20119 (org-agenda-mode): Add pre-command-hook to remove highlight.
20120 (org-evaluate-time-range): Behavior depends upon whether time stamp
20121 contains a time or not.
20122 (org-show-subtree, org-show-entry): New functions.
20123 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20124
20125 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20126
20127 * comint.el (comint-output-filter-functions): Add autoload cookie.
20128
20129 2005-04-28 Kim F. Storm <storm@cua.dk>
20130
20131 * ido.el (ido-everywhere): Fix last change.
20132
20133 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20134
20135 * international/latexenc.el: New file.
20136 * international/mule-conf.el (file-coding-system-alist): For .tex,
20137 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20138
20139 2005-04-28 Lute Kamstra <lute@gnu.org>
20140
20141 * font-lock.el (font-lock-add-keywords)
20142 (font-lock-remove-keywords): Clarify docstring.
20143 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20144 Don't start docstrings with a `*'.
20145 (font-lock-update-removed-keyword-alist): Give it a docstring.
20146
20147 * generic-x.el: Update commentary section.
20148 Only require font-lock when compiling.
20149 Define all modes conditionally.
20150 Place all generic modes in the generic-x-modes customization group.
20151 (generic-x-modes): New customization group.
20152 (generic-default-modes, generic-mswindows-modes)
20153 (generic-unix-modes, generic-other-modes): New constants.
20154 (generic-define-mswindows-modes, generic-define-unix-modes):
20155 Update docstrings. Make them obsolete.
20156 (generic-extras-enable-list): New default value. Update docstring.
20157 Improve :type. Change :set function.
20158 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20159 Fix docstring.
20160
20161 * emacs-lisp/generic.el (generic-mode-internal):
20162 Simplify font-lock-defaults.
20163 (define-generic-mode): Fix docstring.
20164
20165 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20166
20167 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20168 font-lock-face property to highlight matches.
20169
20170 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20171
20172 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20173 (cc-define-alist): New variable.
20174 (c-mode): Make it local and initialize it.
20175
20176 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20177 (gdb-exited): New function.
20178 (gdb-annotation-rules): Use it.
20179 (gdb-starting): Set gdb-active-process to t.
20180 (gdb-stopping): Amend doc string.
20181 (gdb-reset): Set gdb-active-process to nil.
20182
20183 * tooltip.el (tooltip-gud-tips): Show the associated #define
20184 directives when a C program under GDB is not executing.
20185
20186 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20187
20188 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20189 font-lock-fontify-syntactic-keywords.
20190
20191 * font-lock.el (font-lock-default-fontify-region): Don't force
20192 parse-sexp-lookup-properties to nil.
20193
20194 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20195
20196 * man.el (man-mode-syntax-table): Set up `:' to have
20197 word-constituent syntax.
20198
20199 2005-04-27 Lute Kamstra <lute@gnu.org>
20200
20201 * novice.el (disable-command): Don't add spurious newlines to the
20202 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20203
20204 2005-04-26 Jay Belanger <belanger@truman.edu>
20205
20206 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20207 than one window before deleting window.
20208
20209 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20210
20211 * shell.el (shell-prompt-pattern): Doc fix.
20212 (shell-mode): Set paragraph-separate buffer locally to "\\'".
20213
20214 * comint.el (comint-prompt-regexp, comint-get-old-input)
20215 (comint-use-prompt-regexp)
20216 (comint-use-prompt-regexp-instead-of-fields)
20217 (comint-replace-by-expanded-history, comint-send-input)
20218 (comint-output-filter, comint-get-old-input-default)
20219 (comint-line-beginning-position, comint-bol, comint-show-output)
20220 (comint-backward-matching-input, comint-forward-matching-input)
20221 (comint-next-prompt, comint-previous-prompt):
20222 Rename `comint-use-prompt-regexp-instead-of-fields' to
20223 `comint-use-prompt-regexp'. Keep old name as alias and declare
20224 obsolete.
20225 (comint-use-prompt-regexp): Shorten first line of doc string.
20226
20227 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20228 Set paragraph-separate buffer locally to "\\'".
20229
20230 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20231 Adapt to above name change.
20232
20233 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20234 (smbclient-prompt-regexp): Ditto.
20235
20236 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20237
20238 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
20239
20240 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20241 gdb-location-list.
20242 Break lines that are over 80 characters wide.
20243
20244 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
20245
20246 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20247 New fun and var, to preserve compatibility.
20248
20249 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20250
20251 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
20252
20253 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20254 name to file-newer-than-file-p.
20255
20256 2005-04-26 Richard M. Stallman <rms@gnu.org>
20257
20258 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20259
20260 * progmodes/python.el (python-mode):
20261 Use new name eldoc-documentation-function.
20262
20263 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20264
20265 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20266 (eldoc-documentation-function):
20267 Rename from eldoc-print-current-symbol-info-function. Calls changed.
20268
20269 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
20270
20271 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20272
20273 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20274
20275 * term/xterm.el (function-key-map): Fix strings for
20276 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
20277 {C,S,A,C-S}-{f1-f12}.
20278
20279 2005-04-26 Kenichi Handa <handa@m17n.org>
20280
20281 * international/mule-cmds.el (select-safe-coding-system):
20282 Fix previous change.
20283
20284 2005-04-26 Lute Kamstra <lute@gnu.org>
20285
20286 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20287
20288 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20289 (font-lock-comment-delimiter-face): Ditto.
20290
20291 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20292
20293 2005-04-25 Jay Belanger <belanger@truman.edu>
20294
20295 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20296 to t while inserting information; use help-mode.
20297
20298 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
20299
20300 * term.el (ansi-term-color-vector): Use the xterm colors.
20301 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
20302
20303 2005-04-25 Lute Kamstra <lute@gnu.org>
20304
20305 * font-core.el (font-lock-defaults): Fix docstring.
20306
20307 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20308
20309 2005-04-25 Kenichi Handa <handa@m17n.org>
20310
20311 * international/mule-cmds.el (select-safe-coding-system):
20312 Don't check consistency with coding: spec, etc if raw-text or
20313 no-conversion was found to be safe.
20314
20315 2005-04-24 Richard M. Stallman <rms@gnu.org>
20316
20317 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20318 citation markers at start of each line.
20319
20320 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20321 citation markers at start of each line.
20322
20323 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20324
20325 * files.el (mode-require-final-newline): Fix previous change.
20326 (require-final-newline): Fix type label.
20327
20328 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20329
20330 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20331 statement in buffer (broken by 2004-11-24 change).
20332
20333 2005-04-24 Kim F. Storm <storm@cua.dk>
20334
20335 * ido.el (ido-everywhere): Save and restore old read-buffer-function
20336 and read-file-name-function values. Don't overwrite existing
20337 non-nil values if ido-mode is enabled without ido-everywhere.
20338
20339 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
20340
20341 * files.el (mode-require-final-newline): Minor doc fix.
20342
20343 2005-04-24 Eli Zaretskii <eliz@gnu.org>
20344
20345 * subr.el (syntax-after): Doc fix.
20346 (syntax-class): If argument is nil, return nil. Mask off upper 16
20347 bits, not 8 bits.
20348
20349 * files.el (mode-require-final-newline): Doc fix.
20350 (backup-buffer-copy): Fix last change.
20351
20352 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20353
20354 * term/mac-win.el: Require select. Set selection-coding-system to
20355 mac-system-coding-system. Call menu-bar-enable-clipboard.
20356 (x-last-selected-text-clipboard, x-last-selected-text-primary)
20357 (x-select-enable-clipboard): New variables.
20358 (x-select-text, x-get-selection, x-selection-value)
20359 (x-get-selection-value, mac-select-convert-to-string)
20360 (mac-services-open-file, mac-services-open-selection)
20361 (mac-services-insert-text): New functions.
20362 (CLIPBOARD, FIND): Put mac-scrap-name property.
20363 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20364 (public.tiff): Put mac-ostype property.
20365 (selection-converter-alist): Add entries for them.
20366 (mac-application-menu-map): New keymap.
20367 (interprogram-cut-function, interprogram-paste-function): Set to
20368 x-select-text and x-get-selection-value, respectively.
20369 (split-window-keep-point): Set to t.
20370
20371 2005-04-23 Richard M. Stallman <rms@gnu.org>
20372
20373 * files.el (read-directory-name): Always pass non-nil
20374 DEFAULT-FILENAME arg to read-file-name.
20375 (backup-buffer-copy, basic-save-buffer-2): Take care against
20376 writing thru an unexpected existing symlink.
20377 (revert-buffer): In indirect buffer, revert the base buffer.
20378 (magic-mode-alist): Doc fix.
20379 (buffer-stale-function): Doc fix.
20380 (minibuffer-with-setup-hook): Avoid warning.
20381 (mode-require-final-newline): Doc and custom fix.
20382
20383 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20384
20385 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20386 use the default appearance.
20387 (font-lock-comment-delimiter-face): New face, new variable.
20388
20389 * imenu.el (imenu--generic-function): The official position of a
20390 definition is the start of the line that BEG is in.
20391
20392 * midnight.el (midnight-timer): Move defvar up.
20393
20394 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20395
20396 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20397
20398 * startup.el (command-line): Use with-no-warnings.
20399
20400 * window.el (window-size-fixed): New defvar.
20401
20402 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20403
20404 * mail/rmail.el (rmail-font-lock-keywords):
20405 Use font-lock-comment-delimiter-face.
20406
20407 * mail/sendmail.el (mail-font-lock-keywords):
20408 Use font-lock-comment-delimiter-face.
20409
20410 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20411
20412 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20413
20414 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20415 Specify t for LAXMATCH when matching directories.
20416 Save match data around compilation-compat-error-properties form.
20417
20418 2005-04-23 David Kastrup <dak@gnu.org>
20419
20420 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20421 Mention that the autoloaded aliases should be kept for AUCTeX.
20422
20423 2005-04-23 Andreas Schwab <schwab@suse.de>
20424
20425 * isearch.el (isearch-forward): Doc fix.
20426
20427 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20428
20429 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20430 (jit-lock-stealth-nice): Change default value to 0.5.
20431
20432 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20433
20434 * abbrev.el (write-abbrev-file): Write table entries in
20435 alphabetical order by table name.
20436
20437 2005-04-22 Kim F. Storm <storm@cua.dk>
20438
20439 * ido.el (ido-read-internal): Fix `list' completion.
20440
20441 2005-04-22 Kenichi Handa <handa@m17n.org>
20442
20443 * recentf.el (recentf-save-file-coding-system): New variable.
20444 (recentf-save-list): Encode the file by
20445 recentf-save-file-coding-system and add coding: tag.
20446
20447 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20448
20449 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20450
20451 2005-04-21 Lute Kamstra <lute@gnu.org>
20452
20453 * loadhist.el (unload-feature): Don't remove a function from hooks
20454 if it is about to be restored to an autoload . Remove functions
20455 that will become unbound from auto-mode-alist. Simplify the code.
20456
20457 * subr.el (assq-delete-all): New implementation that is linear,
20458 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20459 (rassq-delete-all): New function.
20460
20461 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20462 Add size-indication-mode.
20463
20464 2005-04-21 Kenichi Handa <handa@m17n.org>
20465
20466 * international/mule-cmds.el: Add autoload for widget-value in
20467 eval-when-compile.
20468
20469 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20470
20471 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20472 Add tooltip-mode.
20473
20474 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20475
20476 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20477
20478 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20479 (inferior-lisp-filter-regexp, inferior-lisp-program)
20480 (inferior-lisp-load-command, inferior-lisp-prompt)
20481 (inferior-lisp-mode-hook, lisp-source-modes)
20482 (inferior-lisp-load-hook): defvar->defcustom.
20483 (inferior-lisp-program, inferior-lisp-prompt)
20484 (inferior-lisp-load-hook): Doc fixes.
20485 (inferior-lisp-install-letter-bindings): Small change in
20486 introductory comment.
20487
20488 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20489
20490 * vc.el (vc-annotate-color-map): Change some colors so that text
20491 using them as foreground is readable on both white and black
20492 backgrounds.
20493
20494 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20495
20496 * international/mule-conf.el (translation-table-for-input):
20497 Remove redundant declaration.
20498
20499 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20500
20501 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20502
20503 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20504 (tooltip-toggle-gud-tips): New function.
20505
20506 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20507
20508 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20509 right angle brackets.
20510
20511 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20512
20513 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20514
20515 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20516
20517 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20518 Remove. Update callers to use expand-file-name instead.
20519
20520 * subr.el (syntax-class): New function.
20521
20522 * simple.el (blink-matching-open): Use it.
20523
20524 * paren.el (show-paren-function): Use it to recognize parens that are
20525 also used in 2-char comment markers.
20526
20527 2005-04-19 Lute Kamstra <lute@gnu.org>
20528
20529 * loadhist.el (unload-feature): Update for new format of
20530 load-history. Simplify the code.
20531
20532 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20533
20534 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20535 (mac-add-charset-info): New function. Initialize variable
20536 mac-charset-info-alist using it.
20537 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20538 for translation.
20539 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20540 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20541 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20542 New CCL programs.
20543
20544 2005-04-19 Kim F. Storm <storm@cua.dk>
20545
20546 * simple.el (next-buffer, prev-buffer, next-error)
20547 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20548 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20549
20550 * bindings.el (next-buffer, prev-buffer, next-error)
20551 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20552 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20553 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20554 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20555
20556 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20557
20558 * isearch.el (isearch-edit-string): Make the search-ring available for
20559 minibuffer history commands.
20560 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20561 the default history commands now work just as well.
20562 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20563
20564 2005-04-18 Kim F. Storm <storm@cua.dk>
20565
20566 * emulation/cua-base.el (cua--pre-command-handler): Add more
20567 elaborate check for shift modifier on non-window systems.
20568
20569 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20570
20571 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20572
20573 2005-04-18 Kim F. Storm <storm@cua.dk>
20574
20575 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20576 and make it optional. Don't test tooltip-gud-echo-area here.
20577 (tooltip-gud-process-output, gdb-tooltip-print):
20578 Pass tooltip-gud-echo-area to tooltip-show.
20579 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20580
20581 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20582
20583 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20584 `display-graphic-p' may not be bound yet.
20585
20586 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20587
20588 * startup.el (command-line): No longer enable Xterm Mouse mode by
20589 default in terminals compatible with xterm.
20590
20591 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20592
20593 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20594
20595 * tooltip.el (tooltip-gud-echo-area): Rename from
20596 tooltip-use-echo-area.
20597 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20598 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20599 area independently of where help tooltips are displayed.
20600
20601 2005-04-17 David Kastrup <dak@gnu.org>
20602
20603 * cus-theme.el (custom-theme-write-variables): Quote variables
20604 where necessary.
20605
20606 2005-04-17 Richard M. Stallman <rms@gnu.org>
20607
20608 * simple.el (yank-excluded-properties): Add follow-link to value.
20609
20610 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20611
20612 * startup.el (fancy-splash-max-time): Just 30 seconds.
20613 (fancy-splash-delay): Just 7.
20614 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20615
20616 * loadhist.el (unload-feature): Update for new format of load-history.
20617 Simplify the code.
20618
20619 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20620 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20621
20622 * mail/sendmail.el (mail-font-lock-keywords):
20623 Don't fontify subject text.
20624 Don't fontify the text of a citation.
20625
20626 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20627
20628 * comint.el (comint-output-filter): Run comint-output-filter-functions
20629 with point where the user had it.
20630
20631 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20632
20633 * international/ucs-tables.el (ucs-set-table-for-input):
20634 Disable when using unify-on-decoding.
20635
20636 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20637
20638 * emulation/cua-base.el (cua-global-mark-face): Add special case
20639 for displays supporting a high number of colors.
20640
20641 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20642
20643 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20644
20645 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
20646
20647 * filesets.el (filesets-add-buffer): If user supplies a name of a
20648 non-existing fileset, create a new fileset.
20649
20650 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
20651
20652 * textmodes/org.el (org-up-heading-all): Fix bug with
20653 `outline-up-heading-all'.
20654
20655 2005-04-16 Andreas Schwab <schwab@suse.de>
20656
20657 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20658 /etc/permissions.d/* and /etc/aliases.d/*.
20659
20660 2005-04-16 Kenichi Handa <handa@m17n.org>
20661
20662 * international/code-pages.el (cp-make-coding-system):
20663 Set `translation-table-for-input' property value to the symbol
20664 ucs-mule-to-mule-unicode, not to that value.
20665 (pt154): Escape guillemet by `\'.
20666
20667 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
20668
20669 * loadup.el: Load tooltip if x-show-tip is fboundp.
20670
20671 * startup.el (command-line): Add comment.
20672
20673 * tooltip.el (tooltip-mode): Specify correct standard value for
20674 Custom in init-value.
20675
20676 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
20677
20678 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20679 possible.
20680
20681 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
20682
20683 * textmodes/org.el (org-agenda-date-prompt): Rename from
20684 `org-agenda-date-today'.
20685 (org-evaluate-time-range): Insert at point instead of directly
20686 after time range.
20687 (org-first-headline-recenter, org-subtree-end-visible-p)
20688 (org-optimize-window-after-visibility-change): New functions
20689 (org-agenda-post-command-hook): Don't allow point at end of line,
20690 to make sure it always hits the text properties.
20691 (org-agenda-next-date-line, org-agenda-previous-date-line):
20692 New commands.
20693 (org-set-regexps-and-options): Category may contain white space.
20694 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20695 Improve marker positions.
20696 (org-agenda-new-marker): Argument POS made optional.
20697 (org-agenda-get-timestamps): Deadlines which are done are listed
20698 in org-done-face now.
20699 (org-agenda-get-todos, org-agenda-get-timestamps)
20700 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20701 Set `undone-face' and `done-face' properties.
20702 (org-last-todo-state-is-todo): New variable.
20703 (org-todo): Set `org-last-todo-state-is-todo'.
20704 (org-agenda-todo): Change face according to
20705 `org-last-todo-state-is-todo'. And change other lines referring to
20706 the same entry.
20707 (org-calendar-goto-agenda): New command.
20708 (org-calendar-to-agenda-key): New option.
20709 (org-startup-folded): New allowed value `content'.
20710 (org-set-regexps-and-options): Accept new value `content' for
20711 `org-startup-folded'.
20712 (org-get-current-options): Handle new value `content' for
20713 `org-startup-folded'.
20714 (org-insert-todo-heading): New command.
20715 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
20716 interactively in empty file and option
20717 `org-insert-mode-line-in-empty-file' has been set.
20718 (org-agenda-todo, org-agenda-priority): Modify to use
20719 `org-agenda-change-all-lines'.
20720 (org-warning-face): Change color on dark background
20721
20722 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20723
20724 * international/mule-cmds.el (set-locale-environment): On Mac OS,
20725 use preferences AppleLocale and AppleLanguages, and variable
20726 mac-system-locale for default locale. On Mac OS Classic, use
20727 mac-system-coding-system for default coding systems.
20728
20729 * term/mac-win.el: Don't set file-name-coding-system.
20730 Decode variables system-name, emacs-build-system, user-login-name, and
20731 user-full-name by mac-system-coding-system on Mac OS Classic.
20732 (mac-system-coding-system): New variable.
20733
20734 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
20735
20736 * startup.el (command-line): Handle `xterm-mouse-mode' before
20737 reading init file.
20738
20739 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
20740
20741 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
20742
20743 * progmodes/sh-script.el (sh-here-document-word): Make it a
20744 defcustom. Doc fix.
20745 (sh-add): Bash uses $(( )) for arithmetic.
20746 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
20747 (sh-maybe-here-document): Remove quotes and leading whitespace
20748 from heredoc word when closing. Indent heredoc with tabs if word
20749 starts with "-".
20750
20751 2005-04-13 Richard M. Stallman <rms@gnu.org>
20752
20753 * simple.el (undo): Fix previous change.
20754
20755 * custom.el (defface): Doc fix.
20756
20757 2005-04-13 Lute Kamstra <lute@gnu.org>
20758
20759 * Makefile.in (DONTCOMPILE): Remove list.
20760 (compile, compile-always): Don't use DONTCOMPILE.
20761 (update-authors): Load the library in which batch-update-authors
20762 is defined.
20763 * makefile.w32-in (DONTCOMPILE): Remove list.
20764 (compile, compile-always): Fix comments.
20765 (update-authors): Load the library in which batch-update-authors
20766 is defined.
20767
20768 * generic-x.el (generic-mode-ini-file-find-file-hook):
20769 Rename to ini-generic-mode-find-file-hook.
20770 Keep generic-mode-ini-file-find-file-hook as an alias.
20771 (ini-generic-mode-find-file-hook): Rename from
20772 generic-mode-ini-file-find-file-hook. Fix docstring.
20773 (ini-generic-mode): Docstring change.
20774 (bat-generic-mode-run-as-comint): Silence the byte compiler.
20775
20776 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
20777 called from lisp.
20778
20779 * generic.el: Move to the emacs-lisp subdir.
20780
20781 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20782
20783 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
20784 and C-S- function and cursor motion keys.
20785
20786 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
20787
20788 * startup.el (command-line): Enable Xterm Mouse mode by default.
20789 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
20790 for Custom. No longer show "Mouse" in mode line when enabled.
20791 Doc fix.
20792
20793 2005-04-12 Kim F. Storm <storm@cua.dk>
20794
20795 * emulation/cua-base.el (cua-rectangle-face)
20796 (cua-rectangle-noselect-face): Define face attributes here.
20797
20798 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
20799
20800 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20801
20802 * startup.el (command-line): Turn off blinking cursor if
20803 cursorBlink in resources is off or false.
20804
20805 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20806
20807 * term/mac-win.el (dnd): Require dnd.
20808 (mac-drag-n-drop): Call dnd-handle-one-url.
20809 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
20810 (kTextEncodingISOLatin2): Remove constants.
20811 (mac-script-code-coding-systems): New constant.
20812 (mac-handle-language-change): New function.
20813 (special-event-map): Bind it to `language-change' event.
20814 (mac-centraleurroman, mac-cyrillic): New coding systems.
20815 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
20816 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
20817 and mac-cyrillic-encoder to encode-mac-centraleurroman and
20818 encode-mac-cyrillic, respectively.
20819
20820 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20821
20822 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
20823 Don't set overlay-arrow-string to "=>" as this is done
20824 globally in C now.
20825
20826 2005-04-12 Lute Kamstra <lute@gnu.org>
20827
20828 * generic-x.el (rc-generic-mode, rul-generic-mode):
20829 Fix auto-mode-alist entries.
20830 (etc-fstab-generic-mode): Tweak fontification.
20831
20832 * generic.el (generic-make-keywords-list): Fix docstring.
20833 (generic-mode-internal): Simplify generic-font-lock-keywords.
20834
20835 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20836
20837 * whitespace.el (whitespace-buffer-leading)
20838 (whitespace-buffer-trailing): Revert the incorrect test inversion.
20839 However, fix the highlight area for the leading and
20840 trailing whitespaces to show space.
20841
20842 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20843
20844 * whitespace.el (whitespace-version): Bump to 3.5
20845
20846 (whitespace-buffer-leading, whitespace-buffer-trailing):
20847 Invert sense of the test to highlight the whitespace.
20848
20849 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20850
20851 * progmodes/gud.el (gud-display-line): GUD uses its own
20852 overlay arrow now so don't set overlay-arrow-string.
20853 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
20854
20855 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
20856
20857 * term.el (term-ansi-current-bold, term-ansi-current-underline)
20858 (term-ansi-current-reverse, term-ansi-current-invisible)
20859 (term-ansi-face-already-done): Change to boolean.
20860 (term-reset-terminal, term-handle-colors-array): Handle the above
20861 vars accordingly.
20862 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
20863 (term-emulate-terminal): Use the new name.
20864
20865 * faces.el (secondary-selection): Use yellow1, not yellow.
20866 (trailing-whitespace): Use red1, not red.
20867
20868 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20869
20870 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
20871 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
20872 (dired-dnd-handle-file): Call dnd-get-local-file-uri
20873
20874 * cus-edit.el (dnd): New group.
20875
20876 * term/w32-win.el (dnd): Require dnd
20877 (w32-drag-n-drop): Call dnd-handle-one-url.
20878
20879 * x-dnd.el: Require dnd.
20880 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
20881 Call dnd-handle-one-url.
20882 (x-dnd-types-alist, x-dnd-insert-utf8-text)
20883 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
20884 to dnd-insert-text.
20885 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
20886 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
20887 (x-dnd-get-local-file-name, x-dnd-open-local-file)
20888 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
20889
20890 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
20891
20892 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20893
20894 * wdired.el: Doc fixes.
20895 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
20896 (wdired-use-dired-vertical-movement): Rename from
20897 wdired-always-move-to-filename-beginning.
20898 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
20899 (wdired-change-to-wdired-mode): Change mode name.
20900 (wdired-newline): Delete.
20901
20902 2005-04-11 Richard M. Stallman <rms@gnu.org>
20903
20904 * whitespace.el (whitespace-highlight-the-space):
20905 Don't call whitespace-unhighlight-the-space here.
20906
20907 * simple.el (undo): Record t in undo-equiv-table
20908 for the redo record made by an undo-in-region.
20909
20910 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20911
20912 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
20913 (gdb-frame-inferior-io-buffer): New Functions to control
20914 display of separate IO buffer.
20915 (menu): Add them to menu-bar.
20916 (gdb-display-buffer): Check for buffer another frame.
20917 Protect GUD buffer.
20918 (gdb-setup-windows): Create IO buffer if not already there.
20919 (gdb-memory-mode): Remove purecopy noops.
20920
20921 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20922
20923 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
20924 and pass to self-insert-command.
20925
20926 2005-04-11 Lute Kamstra <lute@gnu.org>
20927
20928 * generic.el: Commentary section cleanup.
20929 (generic): Delete.
20930 (generic-use-find-file-hook, generic-lines-to-scan)
20931 (generic-find-file-regexp, generic-ignore-files-regexp)
20932 (default-generic-mode, generic-mode-find-file-hook)
20933 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
20934 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
20935 (generic-use-find-file-hook, generic-lines-to-scan)
20936 (generic-find-file-regexp, generic-ignore-files-regexp)
20937 (default-generic-mode, generic-mode-find-file-hook)
20938 (generic-mode-ini-file-find-file-hook): Move from generic.el.
20939
20940 2005-04-10 Karl Fogel <kfogel@red-bean.com>
20941
20942 * bookmark.el (bookmark-write-file): Catch errors writing file.
20943 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
20944
20945 2005-04-10 Richard M. Stallman <rms@gnu.org>
20946
20947 * startup.el (fancy-splash-tail): Update copyright year.
20948 (command-line): Split part of -Q into -D.
20949 (emacs-basic-display): New defvar.
20950 (fancy-splash-text): Correct name of menu item.
20951
20952 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
20953
20954 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
20955 lines in one node.
20956
20957 * comint.el (comint-send-input): New arg ARTIFICIAL.
20958 Callers in this file changed.
20959
20960 * abbrev.el (define-abbrevs): Read system abbrevs properly.
20961
20962 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
20963
20964 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
20965
20966 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
20967 `ldap-search-internal'.
20968
20969 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20970
20971 * files.el (set-auto-mode-1): Use line-end-position.
20972
20973 * international/latin-1.el:
20974 * international/latin-2.el:
20975 * international/latin-3.el:
20976 * international/latin-4.el:
20977 * international/latin-5.el:
20978 * international/latin-8.el:
20979 * international/latin-9.el: Give punctuation syntax to NBSP.
20980
20981 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
20982 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
20983 Use char-classes to accept non-ascii letters, accepted in some recent
20984 bibtex implementations.
20985
20986 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
20987
20988 * custom.el (custom-set-minor-mode): Any non-nil value for the
20989 variable should enable the mode when set through Custom.
20990
20991 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20992
20993 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
20994 TAB binding so tab-always-indent is obeyed.
20995 (vhdl-minibuffer-local-map): Move initialization into declaration.
20996 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
20997 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
20998 (vhdl-hooked-abbrev): Avoid test for XEmacs.
20999 (vhdl-current-line): Use line-beginning-position.
21000 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21001 with-output-to-temp-buffer, so the current position can be recorded.
21002
21003 2005-04-10 Masatake YAMATO <jet@gyve.org>
21004
21005 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21006 Add regexp for gcov.
21007
21008 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21009
21010 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21011 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21012 syntax which Emacs 20 doesn't support.
21013
21014 2005-04-09 Richard M. Stallman <rms@gnu.org>
21015
21016 * help.el (describe-key-briefly, describe-key):
21017 Replace strings as event types with "(any string)".
21018
21019 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21020
21021 * arc-mode.el (archive-mode-map): Move initialization into
21022 the declaration. Override *all* bindings of `undo'.
21023 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21024
21025 2005-04-09 Jay Belanger <belanger@truman.edu>
21026
21027 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21028
21029 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21030
21031 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21032 (xterm-register-default-colors): Update color values computation
21033 to match xterm-200.
21034
21035 2005-04-09 Kenichi Handa <handa@m17n.org>
21036
21037 * international/code-pages.el (iso-latin-7): Fix the map.
21038
21039 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21040
21041 * emacs-lisp/lisp.el (defun-prompt-regexp)
21042 (parens-require-spaces, buffer-end, end-of-defun)
21043 (insert-parentheses): Doc fixes.
21044
21045 2005-04-08 Kim F. Storm <storm@cua.dk>
21046
21047 * comint.el (comint-highlight-prompt): Fix face spec.
21048 * hi-lock.el (hi-green): Likewise.
21049
21050 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21051
21052 * cus-edit.el (custom-modified-face):
21053 * comint.el (comint-highlight-input): Fix previous changes.
21054 * term.el (term-handle-ansi-escape): Add a comment.
21055
21056 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21057
21058 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21059 in the buffer and in whitespace-highlighted-space.
21060 (whitespace-unhighlight-the-space): Simplify.
21061 (whitespace-buffer): Simplify.
21062
21063 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21064
21065 * textmodes/table.el (table-cell-face): Add special case for
21066 displays supporting a high number of colors.
21067 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21068 (vhdl-font-lock-reserved-words-face)
21069 (vhdl-speedbar-architecture-face)
21070 (vhdl-speedbar-instantiation-face)
21071 (vhdl-speedbar-architecture-selected-face)
21072 (vhdl-speedbar-instantiation-selected-face): Likewise.
21073 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21074 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21075 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21076 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21077 (ebrowse-progress-face): Likewise.
21078 * progmodes/compile.el (compilation-info-face): Likewise.
21079 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21080 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21081 * calendar/calendar.el (diary-face): Likewise.
21082 * woman.el (woman-italic-face, woman-bold-face)
21083 (woman-unknown-face): Likewise.
21084 * wid-edit.el (widget-button-pressed-face): Likewise.
21085 * whitespace.el (whitespace-highlight-face): Likewise.
21086 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21087 * pcvs-info.el (cvs-marked-face): Likewise.
21088 * info.el (info-xref): Likewise.
21089 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21090 * hilit-chg.el (highlight-changes-face)
21091 (highlight-changes-delete-face): Likewise.
21092 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21093 (hi-red-b): Likewise.
21094 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21095 * font-lock.el (font-lock-keyword-face)
21096 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21097 * cus-edit.el (custom-invalid-face, custom-modified-face)
21098 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21099 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21100 * comint.el (comint-highlight-prompt): Likewise.
21101
21102 2005-04-08 Lute Kamstra <lute@gnu.org>
21103
21104 * font-lock.el (font-lock-keywords): Docstring fixes.
21105
21106 2005-04-08 Kenichi Handa <handa@m17n.org>
21107
21108 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21109 chars are more than a limit, print " and more..." at the tail.
21110
21111 2005-04-08 Kim F. Storm <storm@cua.dk>
21112
21113 * emacs-lisp/authors.el (authors-aliases): Update list.
21114 (authors-ignored-files): New list.
21115 (authors-fixed-entries): Fix typo.
21116 (authors-renamed-files-alist): Update list.
21117 (authors-add): Check authors-ignored-files.
21118
21119 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21120
21121 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21122 optional, to ensure backward compatibility.
21123
21124 2005-04-08 Stephen Eglen <stephen@gnu.org>
21125
21126 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21127
21128 2005-04-08 Kim F. Storm <storm@cua.dk>
21129
21130 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21131
21132 * mouse.el (mouse-on-link-p): Doc fix.
21133
21134 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21135
21136 * ielm.el (ielm-prompt-read-only): Doc fix.
21137
21138 * comint.el (comint-prompt-read-only): Doc fix.
21139
21140 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21141
21142 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21143 ensure dired always handles wildcards passed to ffap.
21144 (find-file-at-point): Use it.
21145 (ffap-dired-wildcards): Doc fix.
21146
21147 2005-04-07 Juri Linkov <juri@jurta.org>
21148
21149 * simple.el (next-error-overlay-arrow-position): New defvar.
21150 Put "=>" on its property `overlay-arrow-string'. Add it to
21151 `overlay-arrow-variable-list'.
21152
21153 * progmodes/compile.el (compilation-setup):
21154 Set `next-error-overlay-arrow-position' to nil. Also set it to
21155 nil in the local hook `kill-buffer-hook'. Make local variable
21156 `overlay-arrow-string' and set it to "=>".
21157 (compilation-goto-locus): Set BOL position to
21158 `next-error-overlay-arrow-position' instead of
21159 `overlay-arrow-position'.
21160
21161 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21162 locally instead of adding it to the global hook.
21163 (Info-kill-buffer): Move up.
21164
21165 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21166
21167 * term/xterm.el (xterm-standard-colors): Update color values from
21168 xterm-200.
21169
21170 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21171
21172 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21173
21174 * fast-lock.el:
21175 * lazy-lock.el: Move them to the obsolete subdir.
21176
21177 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21178
21179 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21180 (wdired-add-replace-advice): Remove.
21181 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21182
21183 2005-04-06 Kim F. Storm <storm@cua.dk>
21184
21185 * startup.el (command-line): Add --bare-bones alias for -Q.
21186
21187 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21188
21189 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21190 create the startup fontset if a font specification ends with
21191 `mac-roman'.
21192
21193 2005-04-06 Lute Kamstra <lute@gnu.org>
21194
21195 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21196 change.
21197
21198 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21199 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21200
21201 2005-04-05 Lute Kamstra <lute@gnu.org>
21202
21203 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21204 (define-generic-mode): Ditto. Fix debug declaration.
21205
21206 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21207 Put them in the generic-x group.
21208
21209 * calendar/timeclock.el (timeclock): Doc fix.
21210
21211 * generic.el (define-generic-mode): Don't use custom-current-group.
21212 Document default :group value.
21213 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21214 (define-global-minor-mode): Don't use custom-current-group.
21215
21216 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
21217
21218 * startup.el (command-line-1): Display startup-echo-area-message
21219 when fancy splash screen is in use.
21220
21221 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21222 (sh-escaped-newline): New face.
21223 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21224 newline, and use sh-escaped-newline face.
21225
21226 * progmodes/tcl.el (tcl-escaped-newline): New face.
21227 (tcl-builtin-list): New variable.
21228 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21229 newlines. Fix keywords subexpression number.
21230
21231 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
21232
21233 * textmodes/org.el (org-diary-default-entry): Fix call to
21234 `add-to-diary-entry'.
21235
21236 2005-04-05 Kim F. Storm <storm@cua.dk>
21237
21238 * ediff-init.el: Use (featurep 'xemacs).
21239
21240 2005-04-05 David Ponce <david@dponce.com>
21241
21242 * cus-edit.el (face): Derive from symbol widget. Display sample
21243 of the current face on the fly.
21244 (widget-face-sample-face-get, widget-face-notify): New functions.
21245 (widget-face-value-create): Remove.
21246
21247 * wid-edit.el (widget-field-end): Temporarily remove field
21248 narrowing before to call `get-char-property'.
21249
21250 2005-04-04 Jay Belanger <belanger@truman.edu>
21251
21252 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21253 (math-read-subscripts): New variable.
21254 (math-read-preprocess-string): Process subscripts.
21255
21256 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
21257
21258 * comint.el (comint-prompt-read-only): Doc fix.
21259
21260 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21261 `-1'. Doc fix.
21262
21263 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
21264
21265 * textmodes/org.el (org-insert-mode-line-in-empty-file):
21266 Change default value to nil.
21267
21268 2005-04-04 Lute Kamstra <lute@gnu.org>
21269
21270 * autorevert.el (auto-revert-mode): Specify :group.
21271 * battery.el (display-battery-mode): Specify :group.
21272 * diff-mode.el (diff-minor-mode): Specify :group.
21273 * font-core.el (font-lock-mode): Specify :group.
21274 * hl-line.el (hl-line-mode): Specify :group.
21275 * iimage.el (iimage): New customization group.
21276 (iimage-mode): Specify :group.
21277 * longlines.el (longlines-mode): Specify :group.
21278 * master.el: Don't require easy-mmode.
21279 (master): New customization group.
21280 (master-mode): Specify :group.
21281 * msb.el (msb-mode): Specify :group.
21282 * reveal.el (reveal-mode): Specify :group.
21283 * simple.el (next-error-follow-minor-mode): Specify :group.
21284 * smerge-mode.el (smerge-mode): Specify :group.
21285 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21286 * emulation/cua-base.el (cua-mode): Specify :group.
21287 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21288 * language/thai-util.el (thai-auto-composition-mode)
21289 (thai-word-mode): Specify :group.
21290 * mail/supercite.el (sc-minor-mode): Specify :group.
21291 * progmodes/cwarn.el (cwarn-mode): Specify :group.
21292 * progmodes/flymake.el (flymake-mode): Specify :group.
21293 * progmodes/glasses.el (glasses-mode): Specify :group.
21294 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21295 * textmodes/enriched.el (enriched-mode): Specify :group.
21296 * textmodes/refill.el (refill-mode): Specify :group.
21297
21298 * add-log.el (change-log-font-lock-keywords): Names in
21299 parenthesized lists can contain spaces.
21300
21301 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
21302
21303 * startup.el (fancy-splash-text): Shorten default text of
21304 "Emacs Tutorial" line. Also, if the current language env
21305 indicates an available tutorial file other than TUTORIAL,
21306 extract its title and append it to the line in parentheses.
21307 (fancy-splash-insert): If arg is a thunk, funcall it.
21308
21309 2005-04-04 Jay Belanger <belanger@truman.edu>
21310
21311 * calc.el (calc-language-alist): Add tags to customization type.
21312
21313 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
21314
21315 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21316 Doc fix.
21317
21318 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
21319
21320 * add-log.el (change-log-font-lock-keywords): The manual
21321 describing a Change Log entry, says: (...) "Aside from these
21322 header lines, every line in the change log starts with a space or
21323 a tab.". The font-lock was not highlighting lines started with
21324 spaces, added support for it.
21325
21326 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21327
21328 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21329 (bibtex-generate-url-list): Update docstring accordingly. Put the
21330 complex example in the docstring.
21331 (bibtex-font-lock-url): Use pop.
21332
21333 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
21334
21335 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21336
21337 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21338
21339 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21340
21341 * filesets.el (filesets-set-default): Doc fix.
21342
21343 2005-04-03 Lute Kamstra <lute@gnu.org>
21344
21345 * generic.el (define-generic-mode): Add argument to specify
21346 keywords for defcustom.
21347 (default-generic-mode): Specify :group.
21348
21349 * generic-x.el: Specify :group for all generic modes.
21350
21351 * desktop.el (desktop-no-desktop-file-hook)
21352 (desktop-after-read-hook): Doc fix.
21353
21354 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
21355
21356 * simple.el (visible-mode): Use explicit :group keyword.
21357 This changes the group of `visible-mode-hook' from paren-blinking
21358 to editing-basics.
21359
21360 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
21361
21362 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
21363 mailbox specifications as well as URLs.
21364 (rmail-insert-inbox-text): Remove unused conditional branches.
21365
21366 2005-04-01 Jay Belanger <belanger@truman.edu>
21367
21368 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21369 (calc-gnuplot-print-command): Move definitions to calc.el.
21370
21371 * calc/calc-embed.el (calc-embedded-announce-formula)
21372 (calc-embedded-open-formula, calc-embedded-close-formula)
21373 (calc-embedded-open-word, calc-embedded-close-word)
21374 (calc-embedded-open-plain, calc-embedded-close-plain)
21375 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21376 (calc-embedded-open-mode, calc-embedded-close-mode):
21377 Move definitions to calc.el.
21378
21379 * calc/calc.el (calc-settings-file, calc-language-alist):
21380 Make customizable.
21381 (calc-embedded-announce-formula, calc-embedded-open-formula)
21382 (calc-embedded-close-formula, calc-embedded-open-word)
21383 (calc-embedded-close-word, calc-embedded-open-plain)
21384 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21385 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21386 (calc-embedded-close-mode, calc-gnuplot-name)
21387 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21388 from other files and make customizable.
21389
21390 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21391
21392 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21393 Use buffer-live-p.
21394 (cvs-mode-run): Don't call cvs-update-header here.
21395 (cvs-run-process): Call cvs-update-header.
21396 Use process properties for cvs-postprocess and cvs-buffer so that
21397 the sentinel can behave better if the temp buffer is killed.
21398 Use a pipe rather than a tty, to better handle unexpected prompts.
21399 (cvs-sentinel): Rewrite. Call cvs-update-header.
21400
21401 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21402
21403 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21404 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21405
21406 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21407
21408 * generic.el (define-generic-mode): Add indentation rule.
21409
21410 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21411
21412 * files.el (mode-require-final-newline): Make Custom correctly
21413 report a nil value and allow to set it to nil via Custom.
21414 Doc fix.
21415
21416 2005-04-01 Kenichi Handa <handa@m17n.org>
21417
21418 * international/characters.el: Enable the correct case setting for
21419 dotless-i and dotted-I.
21420
21421 2005-04-01 Kim F. Storm <storm@cua.dk>
21422
21423 * ido.el (ido-file-internal): Fall back to non-ido command if
21424 initial directory is on slow ftp (or tramp) host.
21425
21426 2005-03-31 Richard M. Stallman <rms@gnu.org>
21427
21428 * emacs-lisp/autoload.el (make-autoload):
21429 Handle define-global-minor-mode.
21430
21431 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21432 Rename from easy-mmode-define-global-mode.
21433 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21434
21435 * progmodes/scheme.el (scheme-mode-syntax-table):
21436 Update syntax of | and # for two-character comment syntax.
21437
21438 2005-03-31 Lute Kamstra <lute@gnu.org>
21439
21440 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21441 (define-minor-mode): Call custom-current-group at load-time.
21442
21443 * generic.el (define-generic-mode): Add debug declaration.
21444 Add defcustom for the mode hook.
21445 (generic-mode-internal): Use run-mode-hooks.
21446
21447 2005-03-31 Kim F. Storm <storm@cua.dk>
21448
21449 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21450 (mouse-fixup-help-message): New defun called by show_help_echo
21451 to fixup mouse-2 prefix in help messages when applicable.
21452
21453 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21454
21455 2005-03-31 Kenichi Handa <handa@m17n.org>
21456
21457 * language/thai-word.el (thai-find-word-ends): Pay attention to
21458 the case that we reach the end of buffer.
21459
21460 * textmodes/fill.el (fill-text-properties-at): New function.
21461 (fill-newline): Use fill-text-properties-at instead of
21462 text-properties-at.
21463
21464 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21465
21466 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21467 not comint-quote-filename.
21468
21469 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21470
21471 * help-fns.el (help-with-tutorial): Revert last change.
21472
21473 2005-03-31 Kim F. Storm <storm@cua.dk>
21474
21475 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21476
21477 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21478
21479 * calendar/cal-china.el: Update reference to "Calendrical
21480 Calculations" book; there's a new edition.
21481 * calendar/cal-coptic.el: Likewise.
21482 * calendar/cal-french.el: Likewise.
21483 * calendar/cal-hebrew.el: Likewise.
21484 * calendar/cal-islam.el: Likewise.
21485 * calendar/cal-iso.el: Likewise.
21486 * calendar/cal-julian.el: Likewise.
21487 * calendar/cal-mayan.el: Likewise.
21488 * calendar/cal-persia.el: Likewise.
21489 * calendar/calendar.el: Likewise.
21490 * calendar/holidays.el: Likewise.
21491 * calendar/lunar.el: Likewise.
21492 * calendar/solar.el: Likewise.
21493
21494 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21495 white space from doc string.
21496
21497 2005-03-30 Jay Belanger <belanger@truman.edu>
21498
21499 * calc/calc-help.el (calc-full-help): Remove email address.
21500
21501 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21502
21503 * help-fns.el (help-with-tutorial): Delete title line.
21504
21505 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21506
21507 * calendar/cal-x.el (calendar-one-frame-setup)
21508 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21509 rather than `symbol' for set-window-dedicated-p.
21510
21511 * calendar/appt.el (appt-buffer-name): Make it a constant.
21512 (appt-add): Doc fix.
21513
21514 * filesets.el (filesets-menu-path, filesets-menu-before)
21515 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21516 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21517 (filesets-add-submenu): Delete and use add-submenu instead.
21518
21519 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21520
21521 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21522 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21523 (org-diary-default-entry): New function.
21524 (org-get-entries-from-diary): Better parsing of diary entries.
21525 (org-agenda-check-no-diary): New function.
21526 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21527 linking to diary entries.
21528 (org-agenda-execute-calendar-command): New function.
21529 (org-agenda): Improve visible section in window.
21530 Use `org-fit-agenda-window'.
21531 (org-fit-agenda-window): New option.
21532 (org-move-subtree-down): Better handling of empty lines
21533 at end of subtree.
21534 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21535 levels up.
21536 (org-fontify-done-headline): New option.
21537 (org-headline-done-face): New face.
21538 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21539 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21540 When current field is non-empty, it is copied to next row.
21541 (org-table-copy-from-above): Fix bug which made it
21542 impossible to copy fields containing only a single non-white character.
21543
21544 2005-03-30 Kim F. Storm <storm@cua.dk>
21545
21546 * kmacro.el (kmacro-end-macro): Isearch may store this command
21547 into the macro -- so ignore it when executing keyboard macro.
21548
21549 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21550
21551 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21552
21553 2005-03-29 Kenichi Handa <handa@m17n.org>
21554
21555 * language/thai.el ("Thai"): Set setup-function and exit-function
21556 for Thai language environment.
21557
21558 * language/thai-util.el: Require thai-word.
21559 (thai-word-mode-map): New variable.
21560 (thai-word-mode): New minor mode.
21561 (setup-thai-language-environment-internal): New function.
21562 (exit-thai-language-environment-internal): New function.
21563
21564 * language/thai-word.el (thai-word-table): Declare it by defvar,
21565 use dolist to initialize it.
21566 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21567 (thai-fill-find-break-point): New functions.
21568
21569 2005-03-29 Richard M. Stallman <rms@gnu.org>
21570
21571 * simple.el (idle-update-delay): Move definition up.
21572 (set-mark): Doc fix.
21573
21574 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21575
21576 * longlines.el: New file.
21577
21578 * simple.el (buffer-substring-filters): New variable.
21579 (filter-buffer-substring): New function.
21580 (kill-region, copy-region-as-kill): Use it.
21581
21582 * register.el (copy-to-register, append-to-register)
21583 (prepend-to-register): Use filter-buffer-substring.
21584
21585 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21586
21587 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21588 (gud-filter-pending-text): Move in front of gdb.
21589 (gud-overlay-arrow-position): New variable.
21590 (gud-sentinel, gud-display-line): Use it in place of
21591 overlay-arrow-position.
21592
21593 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21594
21595 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21596 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21597 (fortran-font-lock-keywords-4): New variable.
21598 (fortran-blocks-re, fortran-end-block-re)
21599 (fortran-start-block-re): New constants, for hideshow.
21600 (hs-special-modes-alist): Add a Fortran entry.
21601 (fortran-mode-map): Bind fortran-end-of-block,
21602 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21603 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21604 (fortran-looking-at-if-then, fortran-end-of-block)
21605 (fortran-beginning-of-block): New functions, for hideshow.
21606
21607 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21608 Doc fix. Tweak regexp.
21609 (f90-beginning-of-block): Push mark first.
21610
21611 2005-03-29 Jay Belanger <belanger@truman.edu>
21612
21613 * calc/calc.el: Update copyright date.
21614 (calc-version): Increase to 2.1.
21615 (calc-version-date): Remove.
21616
21617 * calc/calc-help.el: Update copyright date.
21618 (calc-full-help): Remove reference to calc-version-date.
21619 Update copyright date.
21620
21621 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21622
21623 * vc.el (vc-do-command): Use a pipe for async processes, so password
21624 prompts don't show up at places where the user can't reply.
21625
21626 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21627
21628 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21629 on the file name we pass to the inferior shell.
21630
21631 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21632
21633 * progmodes/which-func.el (which-function): Be robust in the face of an
21634 imenu--make-index-alist failure.
21635
21636 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21637
21638 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21639
21640 * progmodes/python.el (python-preoutput-filter): Fix last change.
21641
21642 2005-03-29 Lute Kamstra <lute@gnu.org>
21643
21644 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21645 functions and compiled macros.
21646 (debug-convert-byte-code): Handle macros too.
21647 (debug-on-entry-1): Don't signal an error when trying to clear a
21648 function that is not set to debug on entry.
21649
21650 2005-03-29 Jay Belanger <belanger@truman.edu>
21651
21652 * calc/calc-lang.el: Add functions to math-function-table
21653 properties of tex and math.
21654
21655 2005-03-29 Kenichi Handa <handa@m17n.org>
21656
21657 * ps-mule.el (ps-mule-plot-string): Translate characters by
21658 ps-print-translation-table.
21659 (ps-mule-begin-job): Call find-charset-region/string with
21660 ps-print-translation-table.
21661 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21662
21663 * ps-print.el (ps-print-translation-table): New variable.
21664 (ps-plot-region): Translate characters by ps-print-translation-table.
21665
21666 2005-03-29 Juri Linkov <juri@jurta.org>
21667
21668 * simple.el (next-error-highlight-timer): New variable.
21669
21670 * progmodes/compile.el (compilation-goto-locus):
21671 Use `next-error-highlight-timer' instead of `sit-for'.
21672
21673 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21674
21675 * mail/supercite.el (sc-mail-field): Use assoc-string.
21676 (sc-get-address): Simplify regexps.
21677
21678 * files.el (minibuffer-with-setup-hook): New macro.
21679 (find-file-read-args): Use it to avoid let-binding
21680 minibuffer-with-setup-hook (which breaks turning on/off
21681 file-name-shadow-mode while in the prompt).
21682
21683 * complete.el (PC-read-include-file-name-internal):
21684 Use test-completion.
21685
21686 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
21687
21688 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21689
21690 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21691
21692 * window.el (window-buffer-height): Use count-screen-lines.
21693
21694 * progmodes/python.el (python-preoutput-leftover): New var.
21695 (python-preoutput-filter): Use it.
21696 (python-send-receive): Loop until all the result has been received.
21697
21698 2005-03-28 Juri Linkov <juri@jurta.org>
21699
21700 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21701
21702 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21703 "Recover Crashed Session".
21704 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21705 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21706 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21707 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21708 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21709 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21710 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21711 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21712
21713 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
21714 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
21715 Ediff Sessions", "Toggle use of separate control buffer frame",
21716 "Use separate frame for Ediff control buffer".
21717
21718 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
21719 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
21720 "Rename Bookmark", "Delete Bookmark".
21721
21722 * info.el (Info-mode-menu): Remove ellipsis from "Index".
21723 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
21724 Add `:active Info-index-alternatives' to "Next Matching Item".
21725
21726 * wdired.el (wdired-change-to-wdired-mode):
21727 Mention `wdired-abort-changes' key in the initial message.
21728
21729 * international/mule.el (auto-coding-alist): Associate non-ascii
21730 image filename extensions with `no-conversion'.
21731
21732 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
21733
21734 * international/iso-acc.el:
21735 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
21736
21737 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
21738
21739 * textmodes/sgml-mode.el (html-mode): Doc update.
21740
21741 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
21742
21743 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
21744
21745 * term.el (term-move-columns): Fix face after extending a line.
21746 (term-insert-spaces): Likewise.
21747 (term-reset-terminal): Fix off by one error.
21748
21749 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21750
21751 * international/mule.el (auto-coding-alist): Add .xpi files.
21752
21753 * files.el (auto-mode-alist): Add .xpi files.
21754
21755 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
21756
21757 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
21758
21759 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21760
21761 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
21762
21763 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21764
21765 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
21766 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
21767
21768 * calendar/cal-move.el (calendar-beginning-of-year): Move the
21769 cursor to Jan 1 when needed.
21770 (calendar-end-of-year): Fix -/+ typo.
21771 Reported by Chong Yidong <cyd@stupidchicken.com>.
21772
21773 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21774
21775 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
21776
21777 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
21778 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
21779
21780 2005-03-25 Richard M. Stallman <rms@gnu.org>
21781
21782 * filesets.el (filesets-init): Add autoload.
21783
21784 * mail/mailalias.el (mail-directory): Doc fix.
21785
21786 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21787
21788 * mail/mailalias.el (mail-directory-process): Do nothing if
21789 mail-directory-process is an atom.
21790 (mail-get-names): Ignore mail-directory-names if it is an atom.
21791 (mail-directory-process defvar): Doc fix.
21792 (mail-names): Doc fix.
21793
21794 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
21795
21796 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
21797
21798 2005-03-26 Kenichi Handa <handa@m17n.org>
21799
21800 * international/mule-util.el (detect-coding-with-priority):
21801 Call update-coding-systems-internal before detect-coding-region.
21802
21803 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
21804
21805 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
21806 (gdb-frames-mode-map): Add follow-link property.
21807
21808 2005-03-25 Jay Belanger <belanger@truman.edu>
21809
21810 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
21811 for variables.
21812
21813 2005-03-25 Juri Linkov <juri@jurta.org>
21814
21815 * image-mode.el: Optimize image filename extension regexps in
21816 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
21817 in `auto-mode-alist'.
21818 (image-mode): Add `image-toggle-display-text' to local hook
21819 `change-major-mode-hook'. Display the image as an image by
21820 default. Set `cursor-type' and `truncate-lines' if the image
21821 is already displayed. Take into account the current mode (image
21822 or text) in message.
21823 (image-minor-mode): New minor mode.
21824 (image-mode-maybe, image-toggle-display-text): New functions.
21825 (image-toggle-display): Use called-interactively-p.
21826 Let-bind `inhibit-read-only' to t.
21827
21828 * image-mode.el (image-minor-mode): Set `cursor-type' and
21829 `truncate-lines' if the image is already displayed. Add turning
21830 image-minor-mode off to `change-major-mode-hook'. Add message.
21831 Call `image-toggle-display-text' after turning image-minor-mode off.
21832
21833 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
21834
21835 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
21836 Terminal.app, use utf-8.
21837 (set-display-table-and-terminal-coding-system): Add coding-system arg.
21838 (set-locale-environment): Use it.
21839
21840 * term/xterm.el: Undo last change, better done in mule-cmds.el.
21841
21842 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
21843
21844 * progmodes/python.el (python-close-block-statement-p)
21845 (python-outdent-p, python-current-defun): Use symbol-end.
21846
21847 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21848
21849 * files.el (save-some-buffers): Doc fix.
21850
21851 2005-03-25 Werner Lemberg <wl@gnu.org>
21852
21853 * complete.el, thumbs.el: Replace `legal' with `valid'.
21854 * calendar/calendar.el: Replace `legal' with `valid'.
21855 * emacs-lisp/advice.el: Replace `legal' with `valid'.
21856 * mail/supercite.el: Replace `legal' with `valid'.
21857 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
21858 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
21859 Replace `legal' with `valid'.
21860 * textmodes/reftex-vars.el, textmodes/reftex.el:
21861 Replace `legal' with `valid'.
21862
21863 2005-03-25 Werner Lemberg <wl@gnu.org>
21864
21865 * calc/calc-forms.el, calc/calc-sel.el
21866 * midnight.el, vc-cvs.el
21867 * emacs-lisp/cl-macs.el
21868 * emulation/vip.el
21869 * eshell/esh-io.el, eshell/esh-var.el
21870 * mail/supercite.el
21871 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
21872 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
21873 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
21874 * progmodes/sh-script.el, progmodes/xscheme.el
21875 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
21876 * textmodes/reftex-index.el, textmodes/reftex-parse.el
21877 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
21878 * textmodes/reftex.el, textmodes/org.el:
21879 Replace `illegal' with `invalid'.
21880
21881 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21882
21883 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
21884 (flymake-find-buildfile, flymake-find-possible-master-files)
21885 (flymake-check-include, flymake-parse-line): Replace loops over the
21886 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
21887
21888 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
21889 Substitute file-name-as-directory in the rest of the file.
21890 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
21891 (flymake-replace-region): Remove unused arg `buffer'.
21892 (flymake-check-patch-master-file-buffer): Update calls to it.
21893 (flymake-add-err-info): Remove unused var `count'.
21894 (flymake-mode): Use define-minor-mode.
21895
21896 * progmodes/flymake.el: Use with-current-buffer.
21897 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
21898 flymake-replace-regexp-in-string, flymake-line-beginning-position)
21899 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
21900 Avoid testing for `xemacs'.
21901 (flymake-nop): Move.
21902 (flymake-region-has-flymake-overlays): Return the computed value.
21903 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
21904 Remove unused var `endline'.
21905 (flymake-get-line-count): Remove unused function.
21906 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
21907
21908 * emulation/vi.el:
21909 * generic.el:
21910 * hilit-chg.el (global-highlight-changes):
21911 * hi-lock.el (hi-lock-mode):
21912 * follow.el: find-file-hooks -> find-file-hook.
21913
21914 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
21915
21916 2005-03-24 Juri Linkov <juri@jurta.org>
21917
21918 * dired.el (dired-mode-map): Add menu item "Compare directories"
21919 for dired-compare-directories.
21920
21921 * dired-aux.el (dired-compare-directories): Add autoload cookie.
21922 Doc fix. Replace `read-file-name' with `read-directory-name'.
21923
21924 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21925
21926 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
21927
21928 2005-03-24 Jay Belanger <belanger@truman.edu>
21929
21930 * calc/calc-embed.el (calc-embedded-mode-change): Save all
21931 relevant mode settings in calc-embedded-original-modes when modes
21932 are permanently changed.
21933
21934 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21935
21936 * autoinsert.el: find-file-hooks -> find-file-hook.
21937
21938 2005-03-24 Lute Kamstra <lute@gnu.org>
21939
21940 * generic.el (generic-font-lock-defaults): Make it obsolete.
21941 (generic-font-lock-keywords): New variable to replace
21942 generic-font-lock-defaults.
21943 (generic-mode-set-font-lock): Delete it.
21944 (generic-mode-internal): Don't call generic-mode-set-font-lock.
21945 (generic-bracket-support): Add docstring.
21946
21947 * generic-x.el: Rename generic-font-lock-defaults to
21948 generic-font-lock-keywords throughout.
21949 (mailagent-rules-setup-function): Delete it.
21950 (mailagent-rules-generic-mode): Use anonymous function instead.
21951 (show-tabs-generic-mode-font-lock-defaults-1)
21952 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
21953 Quote faces.
21954 (show-tabs-tab-face, show-tabs-space-face): Specify background,
21955 not foreground.
21956
21957 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
21958 Recognize define-generic-mode.
21959
21960 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
21961
21962 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
21963 if there's no completion table.
21964
21965 2005-03-23 Miles Bader <miles@gnu.org>
21966
21967 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21968 Remove tty-specific variants, as they're no longer needed.
21969
21970 2005-03-23 Lute Kamstra <lute@gnu.org>
21971
21972 * generic-x.el: Code cleanup: make args constant whenever possible.
21973 (installshield-statement-keyword-list)
21974 (installshield-system-functions-list)
21975 (installshield-system-variables-list, installshield-types-list)
21976 (installshield-funarg-constants-list): Make them constants.
21977
21978 * generic.el (generic-make-keywords-list): Add autoload cookie.
21979
21980 * calendar/time-date.el: Add comment on time value formats.
21981 Don't require parse-time.
21982 (with-decoded-time-value): New macro.
21983 (encode-time-value): New function.
21984 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21985 (days-to-time): Return a valid time value when arg is huge.
21986 (time-since): Use time-subtract.
21987 (time-to-number-of-days): Use time-to-seconds.
21988
21989 2005-03-23 David Ponce <david@dponce.com>
21990
21991 * recentf.el (recentf-keep): New option.
21992 (recentf-menu-action): Default to `find-file'.
21993 (recentf-keep-non-readable-files-flag)
21994 (recentf-keep-non-readable-files-p)
21995 (recentf-file-readable-p, recentf-find-file)
21996 (recentf-cleanup-remote): Remove.
21997 (recentf-include-p): More robust.
21998 (recentf-keep-p): New function.
21999 (recentf-remove-if-non-kept): Rename from
22000 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22001 All callers updated.
22002 (recentf-menu-items-for-commands): Fix help string.
22003 (recentf-track-closed-file): Update. Doc fix.
22004 (recentf-cleanup): Update. Count removed files. Doc fix.
22005
22006 2005-03-23 Kim F. Storm <storm@cua.dk>
22007
22008 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22009 Don't inherit from fringe face (now happens automatically).
22010
22011 2005-03-22 Kim F. Storm <storm@cua.dk>
22012
22013 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22014 position values.
22015
22016 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22017
22018 * menu-bar.el (showhide-date-time): Remove.
22019 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22020 (menu-bar-make-mm-toggle): Simplify.
22021
22022 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22023
22024 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22025 Accept qualified variable and function names.
22026
22027 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22028
22029 * bindings.el (completion-ignored-extensions):
22030 Remove ".lis" for `vax-vms'.
22031
22032 2005-03-22 Andreas Schwab <schwab@suse.de>
22033
22034 * generic-x.el: Revert last change.
22035 * ldefs-boot.el: Update.
22036
22037 2005-03-22 Jay Belanger <belanger@truman.edu>
22038
22039 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22040 (calc-embedded-save-original-modes)
22041 (calc-embedded-restore-original-modes): New functions.
22042 (calc-do-embedded): Save original modes when entering embedded mode
22043 and restore when leaving embedded mode.
22044 (calc-embedded-modes-change): Change the value of
22045 calc-embedded-original-modes to reflect permanent changes.
22046
22047 2005-03-22 Lute Kamstra <lute@gnu.org>
22048
22049 * generic-x.el: Require generic again.
22050
22051 2005-03-22 Miles Bader <miles@gnu.org>
22052
22053 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22054 Tweak details to look good on both ttys and bitmap displays, light
22055 or dark background, etc.
22056
22057 2005-03-21 Kim F. Storm <storm@cua.dk>
22058
22059 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22060 mouse position.
22061
22062 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22063
22064 * icomplete.el: Don't forcibly turn on the mode upon load.
22065 (icomplete-mode): Use define-minor-mode.
22066 (icomplete-eoinput): Default to nil.
22067 (icomplete-minibuffer-setup): Remove autoload.
22068 (icomplete-tidy): Simplify.
22069 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22070 in the initial state or if the user has modified the field.
22071 Fix handling of icomplete-max-delay-chars.
22072 Remove code that handles the oddball case where
22073 minibuffer-completion-table is an integer.
22074 Wrap icomplete-completions in while-no-input in case building
22075 completions takes more time than expected.
22076 (icomplete-completions): Simplify.
22077
22078 2005-03-21 Richard M. Stallman <rms@gnu.org>
22079
22080 * jka-compr.el (jka-compr-really-do-compress):
22081 Make variable buffer-local.
22082
22083 * image-mode.el: Handle .xpm files too.
22084 (image-toggle-display): Preserve modification flag.
22085
22086 * help.el (where-is): Don't mention aliases with no key bindings.
22087
22088 2005-03-21 Lute Kamstra <lute@gnu.org>
22089
22090 * generic.el: Fix commentary section. Don't require cl for
22091 compilation.
22092 (generic-mode-list): Add autoload cookie.
22093 (generic-use-find-file-hook, generic-lines-to-scan)
22094 (generic-find-file-regexp, generic-ignore-files-regexp)
22095 (generic-mode, generic-mode-find-file-hook)
22096 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22097 (define-generic-mode): Make it a defmacro. Fix docstring.
22098 (generic-mode-internal): Code cleanup. Add autoload cookie.
22099 (generic-mode-set-comments): Code cleanup.
22100 * generic-x.el: Don't prevent compilation. Don't require generic.
22101 Follow coding conventions. Minor code cleanup.
22102 (etc-fstab-generic-mode): Add some keywords.
22103 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22104 define-generic-mode like a function declaration.
22105
22106 2005-03-21 Jay Belanger <belanger@truman.edu>
22107
22108 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22109 changing modes.
22110
22111 2005-03-21 Sam Steingold <sds@gnu.org>
22112
22113 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22114
22115 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22116
22117 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22118 Add underscore to "f$ lexicals" regexp.
22119
22120 2005-03-20 Juri Linkov <juri@jurta.org>
22121
22122 * subr.el (progress-reporter-do-update): When `min-value' is equal
22123 to `max-value', set `percentage' to 0 and prevent division by zero.
22124
22125 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22126
22127 Sync with Tramp 2.0.48.
22128
22129 * net/tramp.el (all): Change all addresses to .gnu.org.
22130 (tramp-append-tramp-buffers): New defun.
22131 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22132 Catch `dont-send' signal.
22133 (tramp-set-auto-save-file-modes): Set always permissions, because
22134 there might be an old auto-saved file belonging to another
22135 original file. This could be a security threat. Reported by
22136 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22137 Check for Emacs 21.3.50 removed.
22138
22139 * net/tramp-smb.el (all): Remove debug construct for
22140 `with-parsed-tramp-file-name'.
22141 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22142 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22143 No error message if DIRECTORY or FILENAME doesn't exist.
22144 (tramp-smb-open-connection): Check existence of
22145 `tramp-smb-program'.
22146
22147 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22148
22149 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22150 Properly handle the case where the `m' or `s' command's argument is not
22151 yet terminated.
22152 (perl-indent-new-calculate): New function.
22153 (perl-indent-line): Use it.
22154
22155 2005-03-20 Miles Bader <miles@gnu.org>
22156
22157 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22158 in text-mode too. Change to new face names.
22159 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22160 Add `:weight bold' attribute.
22161 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22162
22163 2005-03-19 Juri Linkov <juri@jurta.org>
22164
22165 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22166
22167 * international/mule.el (auto-coding-alist): Sync with
22168 `auto-mode-alist' by adding upper case archive file extensions
22169 and adding ear/war to jar extension.
22170
22171 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22172
22173 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22174 running, restart it.
22175
22176 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22177
22178 * finder.el (finder-current-item): Throw an error on an empty line.
22179
22180 * man.el (Man-follow-manual-reference): If current-word returns
22181 nil, use "".
22182
22183 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22184
22185 * simple.el (goto-line): Doc fix.
22186
22187 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22188
22189 * files.el (save-buffer): Doc fix.
22190
22191 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22192
22193 * recentf.el (recentf-cleanup-remote): New variable.
22194 (recentf-cleanup): Use it to conditionally check availability of
22195 remote files.
22196
22197 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22198
22199 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22200 function names.
22201
22202 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22203
22204 * language/thai-word.el: New file.
22205
22206 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22207
22208 * files.el (backup-buffer): If the file's directory is not
22209 writable, use copy instead of move to backup the file.
22210
22211 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22212
22213 * obsolete/keyswap.el: Moved to obsolete/ from term/.
22214
22215 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22216
22217 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22218 Use functionp instead of symbolp and fboundp. Reported by Drkm
22219 <darkman_spam@yahoo.fr>.
22220 (ps-print-version): New version 6.6.6.
22221
22222 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
22223
22224 * textmodes/table.el (table--line-column-position): New idiom.
22225 (table--row-column-insertion-point-p): New function to test
22226 validity of row and column insertion operation at a location.
22227 (table-global-menu, table-cell-menu): Use above functions for
22228 deterministic test operation.
22229 (table--editable-cell-p): Behave in deterministic fashion.
22230
22231 2005-03-18 Juri Linkov <juri@jurta.org>
22232
22233 * isearch.el (isearch-lazy-highlight-new-loop):
22234 Make arguments beg and end optional.
22235 (isearch-update): Remove optional arguments nil from
22236 isearch-lazy-highlight-new-loop.
22237 (isearch-lazy-highlight-search): Let-bind case-fold-search to
22238 isearch-lazy-highlight-case-fold-search instead of
22239 isearch-case-fold-search, and let-bind isearch-regexp to
22240 isearch-lazy-highlight-regexp.
22241 Use isearch-lazy-highlight-last-string instead of isearch-string.
22242
22243 * replace.el (perform-replace): Remove bindings of global
22244 variables isearch-string, isearch-regexp, isearch-case-fold-search.
22245 Add three new arguments to `replace-highlight'.
22246 (replace-highlight): Add arguments string, regexp, case-fold.
22247 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22248 to allow isearch-lazy-highlight-new-loop to use these values
22249 to set corresponding isearch-lazy-highlight-* internal
22250 variables whose values lazy highlighting will use regardless of
22251 changes to global variables isearch-string, isearch-regexp,
22252 isearch-case-fold-search during lazy highlighting loop.
22253 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22254 to `lazy-highlight-cleanup'.
22255
22256 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22257 (ispell-highlight-face): Set default face to `isearch' when
22258 lazy highlighting is enabled.
22259 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22260 priority to 1. Add lazy highlighting.
22261 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22262 from `isearch-dehighlight'.
22263
22264 2005-03-18 David Ponce <david@dponce.com>
22265
22266 * files.el (hack-local-variables): Do a case-insensitive search
22267 for End.
22268
22269 2005-03-18 Juri Linkov <juri@jurta.org>
22270
22271 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22272 `isearch-lazy-highlight-cleanup', add alias to old name and
22273 declare obsolete. Add release numbers to other obsolete vars.
22274 (isearch-done, isearch-lazy-highlight-new-loop):
22275 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22276 (lazy-highlight-cleanup) <variable>: Doc fix.
22277 (isearch-lazy-highlight-update): Rename obsolete
22278 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22279
22280 2005-03-18 Kenichi Handa <handa@m17n.org>
22281
22282 * language/thai-util.el: Fix categorization of Thai characters in
22283 thai-category-table.
22284 (thai-composition-pattern): Adjust it for the above change.
22285 (thai-self-insert-command, thai-compose-syllable): New functions.
22286 (thai-compose-region): Use thai-compose-syllable.
22287 (thai-compose-string): Likewise.
22288 (thai-composition-function): Likewise.
22289 (thai-auto-composition): New function.
22290 (thai-auto-composition-mode): New minor mode.
22291
22292 * language/thai.el: Fix patterns to be registered in
22293 composition-function-table.
22294
22295 * international/quail.el (quail-input-method): Locally bind
22296 inhibit-modification-hooks to t.
22297
22298 2005-03-17 Richard M. Stallman <rms@gnu.org>
22299
22300 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22301 (perl-mode): Use run-mode-hooks.
22302
22303 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22304 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22305 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22306
22307 * mail/sendmail.el (sendmail-send-it): Reenable the code
22308 to compute resend-to-address and use it.
22309
22310 * tar-mode.el (tar-mode): Turn off undo unconditionally.
22311
22312 * image-mode.el: New file.
22313
22314 * image.el (insert-sliced-image): Add autoload cookie.
22315
22316 * font-lock.el (font-lock-lines-before): New user option.
22317 (font-lock-after-change-function): Obey it.
22318
22319 * bindings.el (esc-map): Make M-g a prefix.
22320 Bind M-g g and M-g M-g to goto-line.
22321
22322 * faces.el (face-id): Doc fix.
22323
22324 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22325
22326 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22327 (rmail-show-message): Use rmail-unknown-mail-followup-to.
22328 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22329
22330 * mail/sendmail.el (mail-yank-ignored-headers)
22331 (mail-font-lock-keywords, mail-mode-fill-paragraph):
22332 Add Mail-Followup-To and Mail-Reply-To headers.
22333 (mail-citation-hook): Add autoload cookie.
22334 (mail-mode): Doc fix.
22335 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22336 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22337 (mail-mode-fill-paragraph): Handle those headers.
22338 (mail-mailing-lists): New variable.
22339 (mail-mail-reply-to, mail-mail-followup-to): New functions.
22340
22341 2005-03-17 Juri Linkov <juri@jurta.org>
22342
22343 * isearch.el (isearch-fallback): Check for `(car previous)'
22344 before calling `isearch-other-end-state'.
22345
22346 2005-03-17 Kim F. Storm <storm@cua.dk>
22347
22348 * simple.el (move-beginning-of-line): Move to beginning of buffer
22349 line, as well as beginning of screen line.
22350
22351 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
22352
22353 * calendar/diary-lib.el (mark-diary-entries): Use new optional
22354 argument REDRAW rather than calendar-redrawing variable.
22355 * calendar/calendar.el (calendar-redrawing): Delete.
22356 (redraw-calendar): Do not bind calendar-redrawing.
22357
22358 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
22359
22360 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22361 diary-file buffer.
22362
22363 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
22364
22365 * help.el (describe-mode): Allow a :minor-mode-function property to
22366 specify a different minor mode toggle function than the variable.
22367 * simple.el (auto-fill-function):
22368 * subr.el (add-minor-mode): Use it.
22369
22370 2005-03-16 Kenichi Handa <handa@m17n.org>
22371
22372 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22373 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22374 (ethio-fidel-to-sera-buffer): Likewise.
22375
22376 2005-03-16 Juri Linkov <juri@jurta.org>
22377
22378 * emacs-lisp/find-func.el (find-function-regexp):
22379 Add defun-emitting macro `menu-bar-make-toggle'.
22380
22381 * isearch.el: Put `isearch-scroll' property to
22382 `split-window-horizontally'.
22383
22384 * info.el: Update error messages for `debug-ignored-errors'.
22385 (Info-isearch-search): Doc fix.
22386 (Info-find-node): Move up code to go into info buffer before
22387 recording the node to the history.
22388 (Info-fontify-node): Fontify titles only if the next line
22389 has two or more `*', `=', `-', `.'.
22390 Display "go to this node" for empty (match-string 3).
22391
22392 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22393
22394 * term/mac-win.el: Add mouse pointer shape constants.
22395
22396 2005-03-15 Kim F. Storm <storm@cua.dk>
22397
22398 * simple.el (move-beginning-of-line): Use vertical-motion.
22399
22400 2005-03-15 Juri Linkov <juri@jurta.org>
22401
22402 * isearch.el (isearch-error): New variable.
22403 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22404 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22405 (isearch-within-brackets-state): Remove.
22406 (isearch-case-fold-search-state, isearch-pop-fun-state):
22407 Decrease frame index.
22408 (isearch-mode, isearch-top-state, isearch-push-state)
22409 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22410 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22411 (isearch-search, isearch-lazy-highlight-new-loop):
22412 Replace `isearch-invalid-regexp' with `isearch-error'.
22413 Remove `isearch-within-brackets'.
22414 (isearch-search): Add `search-failed' handler to `condition-case'.
22415 (isearch-lazy-highlight-search): Add `condition-case' to catch
22416 errors and allow `isearch-lazy-highlight-update' to try
22417 highlighting from the beginning of the window.
22418 (isearch-repeat): Move up code to set isearch-wrapped to t
22419 before calling isearch-wrap-function.
22420
22421 * info.el (Info-isearch-initial-node): New internal variable.
22422 (Info-search): Signal an error in isearch mode when search leaves
22423 the initial node. Signal an error when `bound' is non-nil and
22424 nothing was found in the current subfile.
22425 (Info-isearch-search): Remove `condition-case'.
22426 (Info-isearch-wrap): Don't wrap when search failed during leaving
22427 the initial node. If `Info-isearch-search' is nil, wrap around
22428 the current node.
22429 (Info-isearch-start): New fun.
22430 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22431 `isearch-mode-hook'.
22432
22433 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22434
22435 * simple.el (normal-erase-is-backspace): Set default to t if
22436 running on Mac.
22437
22438 * term/mac-win.el (function-key-map): Sync with x-win.el.
22439
22440 2005-03-15 Kenichi Handa <handa@m17n.org>
22441
22442 * international/mule-cmds.el (locale-language-names): Modify the
22443 format of elements and add more entries.
22444 (locale-preferred-coding-systems): Add more entries.
22445 (set-locale-environment): Adjust for the change of
22446 locale-language-names.
22447
22448 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22449
22450 * pcvs.el (smerge-ediff): Remove bogus autoload.
22451
22452 2005-03-14 Lute Kamstra <lute@gnu.org>
22453
22454 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22455 Ignore a `*' at the beginning of a line.
22456
22457 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22458 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22459 subr.el.
22460 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22461 to specify indentation.
22462
22463 * generic.el (define-generic-mode): Let generic-mode-list be a
22464 list of strings; test membership with equal.
22465
22466 2005-03-14 Kim F. Storm <storm@cua.dk>
22467
22468 * simple.el (next-line, previous-line): Add optional try-vscroll
22469 arg to recognize interactive use. Pass it on to line-move.
22470 (line-move): Don't perform auto-window-vscroll when defining or
22471 executing keyboard macro to ensure consistent behavior.
22472
22473 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22474
22475 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22476
22477 2005-03-13 Lute Kamstra <lute@gnu.org>
22478
22479 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22480 debugger-setup-buffer so that backtrace marks the frames set to
22481 debug-on-exit and we don't have to do it manually. Set an extra
22482 debug-on-exit for macro's.
22483 (debugger-setup-buffer): Don't mark the top frame manually.
22484
22485 2005-03-12 Lute Kamstra <lute@gnu.org>
22486
22487 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22488 lisp-indent-function throughout.
22489 (with-no-warnings): Set lisp-indent-function property.
22490
22491 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22492
22493 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22494 Add entry for backslash.
22495
22496 2005-03-12 Juri Linkov <juri@jurta.org>
22497
22498 * info.el (Info-search): Four fixes for backward search.
22499
22500 2005-03-11 Jay Belanger <belanger@truman.edu>
22501
22502 * calc/calc.el (calc-language-alist): New variable.
22503 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22504 (calc-embedded-find-modes): Use calc-language-alist instead of
22505 calc-embedded-language-alist.
22506
22507 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22508
22509 * calendar/calendar.el (calendar-redrawing): New internal
22510 variable.
22511 (redraw-calendar): Remove bogus save-excursion from previous
22512 change. Bind calendar-redrawing to t for mark-diary-entries.
22513 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22514 calendar if that is why we were called.
22515
22516 2005-03-11 Kenichi Handa <handa@m17n.org>
22517
22518 * international/mule.el (make-coding-system): Set property
22519 coding-system-define-form to nil.
22520 (define-coding-system-alias): Likewise.
22521
22522 2005-03-11 Kenichi Handa <handa@m17n.org>
22523
22524 These changes are suggested by Dave Love <fx@gnu.org>.
22525
22526 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22527 coding: tag.
22528 (adaptive-fill-regexp): Add more bullets.
22529 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22530 regexps.
22531
22532 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22533
22534 * help.el (describe-mode): Properly handle non-trivial lighters.
22535 Don't ignore minor modes that are not listed in minor-mode-list.
22536
22537 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22538 feature ON when the user requests to turn it OFF.
22539
22540 2005-03-10 Lute Kamstra <lute@gnu.org>
22541
22542 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22543 (implement-debug-on-entry): New function to replace debug-entry-code.
22544 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22545 second argument as the 2005-03-07 change makes it obsolete.
22546 (debug-on-entry, cancel-debug-on-entry): Update call to
22547 debug-on-entry-1.
22548 (debug, debugger-setup-buffer): Comment update.
22549 (debugger-frame-number): Update to work with implement-debug-on-entry.
22550
22551 2005-03-10 Jay Belanger <belanger@truman.edu>
22552
22553 * calc/calc-embed.el (math-ms-args): Declare it.
22554 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22555 math-ms-args.
22556 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22557 variables.
22558
22559 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22560
22561 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22562 Use message-box.
22563
22564 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22565 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22566 (tooltip-gud-tips): Simplify.
22567 (tooltip-gud-tips-p): Remove superfluous :set.
22568 (tooltip-gud-modes): Add fortran-mode.
22569 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22570
22571 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22572
22573 2005-03-09 Kim F. Storm <storm@cua.dk>
22574
22575 * play/animate.el (animate-place-char): Use forward-line instead
22576 of next-line to improve performance.
22577
22578 2005-03-09 Simon Josefsson <jas@extundo.com>
22579
22580 * net/browse-url.el (browse-url-default-browser): Doc fix.
22581
22582 2005-03-09 Miles Bader <miles@gnu.org>
22583
22584 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22585 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22586
22587 2005-03-09 Kenichi Handa <handa@m17n.org>
22588
22589 * international/latin-1.el: Set case and syntax for 255 only if
22590 set-case-syntax-set-multibyte is nil.
22591
22592 * textmodes/ispell.el (ispell-insert-word): New function.
22593 (ispell-word): Use ispell-insert-word to insert a new word.
22594 (ispell-process-line): Likewise.
22595 (ispell-complete-word): Likewise.
22596
22597 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22598
22599 * calendar/calendar.el (redraw-calendar): Preserve point.
22600 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22601 (calendar-week-start-day): Move after definition of
22602 redraw-calendar. Delete buffer test, since redraw-calendar has
22603 that now.
22604
22605 * calendar/diary-lib.el (mark-diary-entries): Only call
22606 redraw-calendar in the first of any recursive calls.
22607 Reported by Alan Shutko <ats@acm.org>.
22608
22609 2005-03-08 Juri Linkov <juri@jurta.org>
22610
22611 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22612 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22613 (html-radio-buttons): Add a space before the trailing `/>' where
22614 sgml-xml-mode is non-nil.
22615 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22616 the subsequent tag of the empty XML tag.
22617 (html-href-anchor): Don't set initial input to "http:".
22618 (html-image): Ask for the image URL and set point inside alt="".
22619 (html-name-anchor): Duplicate the name in the `id' attribute when
22620 sgml-xml-mode is non-nil.
22621 (html-paragraph): Remove \n before <p>.
22622 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22623 instead of `checked' when sgml-xml-mode is non-nil.
22624
22625 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22626 Remove 1 space before #RRGGBB to not truncate it on terminal
22627 windows w/o fringes. Remove 1 space between bg and fg examples
22628 to get more space.
22629 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22630 avoid byte-compile warnings.
22631
22632 * image-file.el (image-file-handler): Put `safe-magic' property to
22633 `image-file-handler'.
22634
22635 * info.el (Info-isearch-search): Emulate word search in
22636 isearching through multiple Info nodes with Info-search.
22637 (Info-isearch-wrap): Allow isearch-word.
22638
22639 2005-03-08 Lute Kamstra <lute@gnu.org>
22640
22641 * emacs-lisp/debug.el (debugger-step-through): Make sure that
22642 stepping into the debugger's code is not possible.
22643 (debugger-jumping-flag): Docstring update.
22644
22645 2005-03-08 Jay Belanger <belanger@truman.edu>
22646
22647 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22648 embedded mode begins.
22649 (calc-embedded-language-alist): New variable.
22650 (calc-embedded-find-modes): Use calc-embedded-language-alist to
22651 set default language mode.
22652
22653 2005-03-08 Kenichi Handa <handa@m17n.org>
22654
22655 * international/ccl.el (define-ccl-program): Fix docstring about
22656 extra 256 bytes assured for the output buffer.
22657
22658 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22659 Fix BUFFER_MAGNIFICATION to 2.
22660 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22661
22662 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
22663
22664 * align.el (align-rules-list): Added an alignment rule for CSS
22665 declarations (applies to css-mode and html-mode buffers).
22666
22667 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22668
22669 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22670
22671 2005-03-07 Kim F. Storm <storm@cua.dk>
22672
22673 * simple.el (move-beginning-of-line): New command.
22674
22675 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22676
22677 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22678
22679 * emulation/cua-base.el: Put CUA move property on move-end-of-line
22680 and move-beginning-of-line.
22681
22682 * apropos.el (apropos-print): Omit command from M-x ... RET.
22683
22684 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
22685
22686 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22687 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22688
22689 2005-03-06 Richard M. Stallman <rms@gnu.org>
22690
22691 * bindings.el (esc-map): Bind M-g to goto-line.
22692
22693 * facemenu.el (global-map): Bind M-o, not M-g.
22694
22695 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22696
22697 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22698 "Open Directory" as for "Open File".
22699
22700 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
22701
22702 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22703 (push-mark-command): Run activate-mark-hook.
22704
22705 2005-03-06 Richard M. Stallman <rms@gnu.org>
22706
22707 * help-mode.el (help-mode-finish): Don't alter the element
22708 in view-return-to-alist if there already is one.
22709
22710 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22711 make sure the current buffer is the expected one.
22712
22713 * novice.el (disabled-command-function): Output in *Disabled Command*.
22714 Explicitly ignore non-keyboard events, and explicitly handle C-g.
22715
22716 * textmodes/flyspell.el (flyspell-large-region):
22717 Pass args differently for aspell.
22718
22719 * files.el (mode-require-final-newline): Doc fix.
22720
22721 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22722
22723 * progmodes/which-func.el (which-function):
22724 Specify NOERROR when calling imenu--make-index-alist.
22725
22726 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
22727
22728 * simple.el (normal-erase-is-backspace): Define default value.
22729
22730 * custom.el (custom-theme-set-variables): Remove unused var
22731 `immediate'.
22732 (custom-reevaluate-setting): Simple function to handle variables
22733 that are defined before their default value can really be
22734 computed.
22735
22736 * startup.el (command-line): Use it for temporary-file-directory,
22737 small-emporary-file-directory, auto-save-file-name-transforms,
22738 blink-cursor-mode, and normal-erase-is-backspace.
22739
22740 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
22741 progress, even with buggy anchored keywords.
22742
22743 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
22744
22745 * simple.el (goto-line): Remove unbalanced final parenthesis.
22746
22747 2005-03-05 Richard M. Stallman <rms@gnu.org>
22748
22749 * simple.el (goto-line): Use a number at point as the default.
22750 With C-u as arg, switch buffers.
22751
22752 2005-03-05 Juri Linkov <juri@jurta.org>
22753
22754 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
22755 with `no-blinking-cursor'.
22756
22757 * startup.el (no-blinking-cursor): New defvar.
22758 (command-line): Add `--no-blinking-cursor' to longopts.
22759 Set `no-blinking-cursor' to t for command line arguments
22760 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
22761 with `no-blinking-cursor' in the condition for calling
22762 `blink-cursor-mode'.
22763
22764 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
22765
22766 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
22767 (menu-bar-options-save): Add blink-cursor-mode.
22768 (menu-bar-options-menu): Add blink-cursor-mode.
22769
22770 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
22771
22772 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22773 (icalendar-export-file, icalendar-export-region)
22774 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
22775 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
22776
22777 2005-03-04 Lute Kamstra <lute@gnu.org>
22778
22779 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
22780 (debug-function-list): Ditto.
22781
22782 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
22783
22784 * textmodes/texinfmt.el (texinfo-append-refill):
22785 Redefine the types of line to which @refill
22786 is not appended by replacing a search for `@refill\\|@bye' with
22787 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
22788 itemize@refill' bug and the unfilled long lines bug.
22789 (texinfmt-version): Update number and date.
22790
22791 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
22792
22793 * international/code-pages.el (windows-1250, windows-125[2-8])
22794 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
22795
22796 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
22797
22798 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
22799 bound yet.
22800
22801 2005-03-02 Romain Francoise <romain@orebokech.com>
22802
22803 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
22804 buffer after removing limits.
22805 (ibuffer-pop-filter): Ditto.
22806 Update copyright.
22807
22808 2005-03-02 Miles Bader <miles@gnu.org>
22809
22810 * button.el (make-text-button): If the user doesn't specify a
22811 type, use the default. Rewrite to use `add-text-properties' and
22812 plist functions.
22813
22814 2005-03-01 Lute Kamstra <lute@gnu.org>
22815
22816 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22817 (debugger-jumping-flag): New var.
22818 (debug-entry-code): Use it.
22819 (debugger-jump): Use debugger-jumping-flag and add
22820 debugger-reenable to post-command-hook.
22821 (debugger-reenable): Use debugger-jumping-flag and remove itself
22822 from post-command-hook.
22823 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
22824 debugger-reenable.
22825
22826 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
22827
22828 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
22829 inclusion of "itemize\\|", which may be unnecessary, is certainly
22830 inelegant, and stops refilling in itemize lists when formatting
22831 Japanese Texinfo files to Info.
22832 Update copyright to 2005.
22833
22834 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
22835
22836 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
22837 of an error if GDB can't find the source file.
22838
22839 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22840
22841 * calendar/calendar.el (redraw-calendar): Work from any buffer,
22842 not just the calendar.
22843
22844 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
22845 first.
22846 (diary-redraw-calendar): New function.
22847 (make-diary-entry): Add diary-redraw-calendar to local
22848 write-contents-functions. Turn off selective display before
22849 inserting in diary.
22850
22851 2005-03-01 Kim F. Storm <storm@cua.dk>
22852
22853 * emacs-lisp/copyright.el (copyright-fix-years): New command.
22854
22855 2005-03-01 Lute Kamstra <lute@gnu.org>
22856
22857 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
22858 that debug-entry-code can be safely removed from a function while
22859 this code is being evaluated. Revert the 2005-02-27 change as the
22860 new implementation no longer requires it. Make sure that a
22861 function body containing just a string is not mistaken for a docstring.
22862 (debug): Skip one more frame in case of debug on entry.
22863 (debugger-setup-buffer): Delete one more frame line in case of
22864 debug on entry.
22865 (debugger-frame-number): Update to use the new text introduced by
22866 the 1999-11-03 change. Skip one more frame in case of debug on entry.
22867
22868 2005-02-28 Kim F. Storm <storm@cua.dk>
22869
22870 * double.el (double-translate-key): Call force-window-update after
22871 read-event to avoid crash in redisplay.
22872
22873 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
22874
22875 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
22876 (debug): Use it. Move the inhibit-trace earlier.
22877 (debug-entry-code): New const.
22878 (debug-on-entry-1): Use it.
22879
22880 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
22881
22882 * international/utf-16.el (ccl-encode-mule-utf-16le):
22883 Fix BUFFER_MAGNIFICATION to 2.
22884 (ccl-encode-mule-utf-16be): Likewise.
22885
22886 2005-02-28 Kenichi Handa <handa@m17n.org>
22887
22888 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22889 Fix BUFFER_MAGNIFICATION to 4.
22890 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22891
22892 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
22893
22894 * speedbar.el (speedbar-update-flag): Doc fix.
22895 (speedbar-show-info-under-mouse): Give set-mouse-position the right
22896 argument.
22897
22898 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
22899
22900 * reveal.el (reveal-post-command): Don't try to reveal overlays which
22901 have a non-nil `invisible' property but are actually visible.
22902
22903 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
22904 for perldoc sections.
22905 (perl-outline-regexp, perl-outline-level): New var and function.
22906 (perl-mode): Use them.
22907
22908 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
22909
22910 * calendar/diary-lib.el (diary-remind): Discard any mark portion
22911 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
22912
22913 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
22914
22915 * cus-edit.el: Comment change.
22916 (custom-buffer-create-internal): Slightly reword text at top of
22917 Custom buffers. Mention there that saving an option edits the
22918 init file. Add link to Emacs manual node on `custom-file'.
22919 (custom-magic-alist): Rewrite individual State messages to use
22920 capitalized keywords. Doc fix.
22921
22922 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
22923
22924 * calendar/calendar.el (calendar-buffer): Move above
22925 calendar-week-start-day.
22926 (calendar-week-start-day): Doc fix. Add :set function.
22927 (calendar-minimum-window-height): New variable.
22928 (generate-calendar-window): Only resize window if selected-window
22929 is displaying the calendar buffer. Use new variable
22930 calendar-minimum-window-height.
22931 (generate-calendar): Reword error message.
22932 (calendar-mode-map): Bind DEL to scroll-other-window-down.
22933
22934 2005-02-27 Andreas Schwab <schwab@suse.de>
22935
22936 * vc.el (vc-do-command): Don't run command asynchronously when
22937 operating in a remote directory.
22938
22939 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
22940 change from sync with Tramp 2.0.47.
22941
22942 2005-02-27 Richard M. Stallman <rms@gnu.org>
22943
22944 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
22945
22946 * textmodes/flyspell.el (flyspell-mode-on):
22947 Call ispell-change-dictionary only if necessary.
22948
22949 * emacs-lisp/re-builder.el (regexp-builder): New function.
22950
22951 * register.el (describe-register-1): Explicitly handle
22952 yank-excluded-properties = t.
22953
22954 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
22955 (custom-magic-alist): Change the status descriptions again.
22956 (face widget-type): Total rewrite based on `restricted-sexp'
22957 to eliminate the confusing double hiding levels.
22958
22959 * emacs-lisp/debug.el (debug-on-entry-1):
22960 If function body is empty, add nil as body form.
22961
22962 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
22963
22964 * emacs-lisp/trace.el (inhibit-trace): New var.
22965 (trace-make-advice): Use it.
22966
22967 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
22968
22969 2005-02-26 Kim F. Storm <storm@cua.dk>
22970
22971 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
22972 (mouse-on-link-p, mouse-drag-region-1): Use it.
22973
22974 2005-02-25 Lute Kamstra <lute@gnu.org>
22975
22976 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
22977
22978 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
22979
22980 * frame.el (blink-cursor-mode): Add :group keyword.
22981
22982 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
22983
22984 * calendar/icalendar.el (icalendar--decode-isodatetime):
22985 New optional argument DAY-SHIFT.
22986 (icalendar-export-region): Fix coding-system-for-write.
22987 (icalendar--convert-ical-to-diary): Shift end-day of all-day
22988 events by one.
22989
22990 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
22991
22992 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
22993
22994 2005-02-24 Kim F. Storm <storm@cua.dk>
22995
22996 * international/iso-acc.el (iso-accents-compose): Fix crash
22997 during redisplay. Call force-window-update after read-event
22998 and delete-region to signal that window is not accurate.
22999
23000 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23001
23002 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23003 Remove unused and inexistent var `inhibit-trace'.
23004 (debugger-mode): Use run-mode-hooks.
23005 (debugger-list-functions): Add buttons; setup xref stack.
23006
23007 2005-02-23 Richard M. Stallman <rms@gnu.org>
23008
23009 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23010 appointment says it was explicitly made.
23011 (appt-add): Set the 3rd element.
23012 (appt-make-list): Preserve explicit appointments.
23013
23014 * subr.el (find-tag-default): Catch errors in forward-sexp.
23015
23016 2005-02-23 Juri Linkov <juri@jurta.org>
23017
23018 * info.el (Info-isearch-search): New defcustom.
23019 (Info-isearch-search): Call the default isearch function
23020 when Info-isearch-search is nil.
23021 (Info-isearch-wrap): Use variable Info-isearch-search.
23022
23023 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23024
23025 * cus-edit.el: Comment change.
23026
23027 2005-02-22 Kim F. Storm <storm@cua.dk>
23028
23029 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23030 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23031
23032 2005-02-22 Simon Josefsson <jas@extundo.com>
23033
23034 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23035 New variable.
23036 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23037 Oskarsson" <myrkraverk@users.sourceforget.net>.
23038
23039 2005-02-22 Kim F. Storm <storm@cua.dk>
23040
23041 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23042 check that window of that event is the selected window.
23043 (mouse-drag-region-1): Compare mouse event window to selected
23044 window before setting point.
23045
23046 * tooltip.el (tooltip-show-help-function): Pass event to
23047 mouse-on-link-p so it can check selected window.
23048
23049 2005-02-22 Kenichi Handa <handa@m17n.org>
23050
23051 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23052 (ps-mule-show-warning): New function.
23053 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23054 characters are found.
23055
23056 * ps-print.el (ps-header-footer-string): Return a list of header
23057 and footer strings.
23058
23059 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23060
23061 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23062
23063 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23064
23065 * frame.el (blink-cursor-mode): Use define-minor-mode.
23066
23067 * term/mac-win.el (function-key-map): Use char-names more consistently.
23068 (file-name-coding-system): Only set it for MacOS-9. The other case is
23069 already handled in mule-cmds.el (where it also works when mac-win.el
23070 is not used).
23071
23072 2005-02-21 Kenichi Handa <handa@m17n.org>
23073
23074 * international/mule.el (ctext-pre-write-conversion): Always use
23075 " *code-converting-work*" buffer for work.
23076
23077 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23078
23079 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23080
23081 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23082
23083 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23084
23085 * ses.el (undo-more): Restore defadvice, but only the part that
23086 allows changes outside the restricted area of the buffer.
23087
23088 2005-02-20 Kim F. Storm <storm@cua.dk>
23089
23090 * simple.el (line-move): Add fourth optional arg try-vscroll which
23091 must be set to perform auto-window-vscroll.
23092 When moving backwards and doing auto-window-vscroll, automatically
23093 vscroll to the last part of lines which are taller than the window.
23094 (next-line, previous-line): Set try-vscroll arg on line-move.
23095
23096 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23097
23098 * replace.el (query-replace, query-replace-regexp)
23099 (replace-string, replace-regexp): When operating on region, make
23100 the minibuffer prompt say so.
23101
23102 * isearch.el (isearch-forward): Document isearch-query-replace and
23103 isearch-query-replace-regexp keybindings.
23104
23105 2005-02-19 Jay Belanger <belanger@truman.edu>
23106
23107 * calc/calc-aent.el (math-read-token): Add local variable.
23108
23109 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23110 (calc-edit-top): Move declaration to earlier in file.
23111 (calc-edit-macro-repeats): Add local variables.
23112
23113 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23114 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23115 calcFunc-tanh.
23116 Adjust integration rule for calcFunc-tan.
23117
23118 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23119
23120 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23121 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23122 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23123 (viper-skip-separators): Bug fix.
23124 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23125 particular major mode.
23126 (viper-del-backward-char-in-replace): Don't put deleted char on the
23127 kill ring.
23128
23129 * viper-ex.el (viper-color-display-p): New function.
23130 (viper-has-face-support-p): Use viper-color-display-p.
23131
23132 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23133
23134 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23135
23136 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23137 (viper-file-remote-p): Make equivalent to file-remote-p.
23138
23139 * viper.el (viper-major-mode-modifier-list):
23140 Use viper-gnus-modifier-map.
23141
23142 2005-02-19 David Kastrup <dak@gnu.org>
23143
23144 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23145 quoting.
23146
23147 2005-02-19 Jay Belanger <belanger@truman.edu>
23148
23149 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23150 Remove extra definitions.
23151 (calc-coth): New function.
23152 (calcFunc-cot): Fix `let'.
23153
23154 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23155
23156 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23157 the reasons we use "type pc" in these faces.
23158
23159 * button.el (button): Ditto.
23160
23161 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23162
23163 * replace.el (query-replace-read-from): Set the value of
23164 query-replace-from-history-variable to handle the case of an empty
23165 string entered to accept the suggested default.
23166
23167 * net/tramp.el (tramp-file-name-for-operation):
23168 Use dired-call-process instead of dired-call-process-command.
23169
23170 2005-02-19 Jay Belanger <belanger@truman.edu>
23171
23172 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23173 (math-div-non-trig): New variables.
23174 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23175 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23176 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23177 trig expressions.
23178
23179 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23180
23181 * progmodes/gdb-ui.el (gdb-var-update-handler)
23182 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23183 for watch expressions,
23184 (gdb-var-create-handler): Don't set speedbar-update-flag.
23185 (gdb-post-prompt): Simplify test for speedbar.
23186
23187 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23188
23189 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23190 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23191 we use the syntax table of the correct buffer.
23192 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23193 Felix Gatzemeier.
23194
23195 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23196 (ediff-file-remote-p): Make synonymous with file-remote-p.
23197 In all deffaces ediff-*-face-*, use min-colors.
23198
23199 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23200 ediff-recurse-to-subdirectories.
23201 (ediff-mark-if-equal): Check that the arguments are strings, use
23202 ediff-same-contents (after to Felix Gatzemeier).
23203
23204 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23205 nil.
23206
23207 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23208
23209 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23210
23211 2005-02-18 David Kastrup <dak@gnu.org>
23212
23213 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23214 use `mark-active' when defined.
23215
23216 2005-02-18 Kenichi Handa <handa@m17n.org>
23217
23218 * ps-print.el (ps-font-info-database): New entry
23219 ZapfChancery-MediumItalic with correct font name. Fix font name
23220 of the entry Zapf-Chancery-MediumItalic.
23221
23222 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
23223
23224 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23225
23226 2005-02-16 Kim F. Storm <storm@cua.dk>
23227
23228 * ido.el (ido-fallback-command): Pass user input to fallback command.
23229
23230 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
23231
23232 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23233 (gdb-find-file-hook): Add server prefix.
23234
23235 2005-02-16 Richard M. Stallman <rms@gnu.org>
23236
23237 * replace.el (perform-replace): Pass new args to replace-highlight.
23238 (replace-highlight): Take region args,
23239 and pass them to isearch-lazy-highlight-new-loop.
23240
23241 * novice.el (disabled-command-hook): Autoload the defalias
23242 and the make-obsolete-variable call.
23243
23244 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23245
23246 * isearch.el (isearch-lazy-highlight-start-limit)
23247 (isearch-lazy-highlight-end-limit): New variables limit
23248 the region for highlighting.
23249 (isearch-lazy-highlight-new-loop): New args BEG and END.
23250 (isearch-lazy-highlight-search): Use the new vars.
23251 (isearch-lazy-highlight-update): Likewise.
23252
23253 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23254
23255 * cus-start.el (all): Use default-boundp.
23256
23257 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
23258
23259 * menu-bar.el (menu-bar-select-frame): Handle current frame.
23260
23261 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
23262
23263 * autorevert.el (auto-revert-stop-on-user-input)
23264 (auto-revert-verbose): Doc fixes.
23265
23266 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
23267
23268 * international/mule-cmds.el (set-locale-environment): Remove call
23269 to set-selection-coding-system on Windows.
23270
23271 2005-02-15 Jay Belanger <belanger@truman.edu>
23272
23273 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23274 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23275 calcFunc-coth.
23276 (math-simplify-sqrt): Add simplifications.
23277
23278 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23279 to list.
23280
23281 * calc/calc-ext.el: Add functions to autoloads.
23282
23283 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23284 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23285 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23286 (math-csc-raw, math-cot-raw): New functions.
23287
23288 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23289
23290 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23291 the variable name in a message.
23292
23293 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23294 calcFunc-csc, calcFunc-cot.
23295
23296 * calc/calcalg2.el: Add derivative and integration rules for
23297 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23298 calcFunc-csch, calcFunc-coth.
23299 (math-do-integral-methods): Add to checks for when to use
23300 substitutions.
23301
23302 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23303
23304 2005-02-15 Lute Kamstra <lute@gnu.org>
23305
23306 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23307 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
23308 <monnier@iro.umontreal.ca>
23309 (lisp-outline-level): Improve efficiency. Suggested by David
23310 Kastrup <dak@gnu.org>.
23311
23312 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
23313
23314 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23315 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23316 (gdb-set-gud-minor-mode-existing-buffers): New functions.
23317 (gdb-find-file-hook): New hook. Add it to find-file-hook.
23318 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23319
23320 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
23321
23322 * cus-start.el (all): Comment change.
23323
23324 2005-02-14 Lute Kamstra <lute@gnu.org>
23325
23326 * cus-start.el (all): Check if symbol is void.
23327
23328 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
23329
23330 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23331 optional argument to \cite.
23332
23333 2005-02-14 Richard M. Stallman <rms@gnu.org>
23334
23335 * cus-edit.el (custom-buffer-create-internal): Update help message.
23336 (custom-magic-alist): Update help messages.
23337
23338 * cus-start.el (all): Allow a var to specify a standard value.
23339
23340 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
23341
23342 * custom.el (custom-theme-set-variables): Handle variable aliases.
23343
23344 * frame.el (blink-cursor-timer): Doc fix.
23345 (blink-cursor): Make it an alias for `blink-cursor-mode' and
23346 declare obsolete.
23347 (blink-cursor-mode): Define with defcustom and use correct
23348 standard expression in that defcustom.
23349 * startup.el (command-line): Adapt to above changes in frame.el.
23350
23351 2005-02-11 Lute Kamstra <lute@gnu.org>
23352
23353 * apropos.el (apropos-score-doc): Prevent division by zero.
23354
23355 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
23356
23357 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23358 (icalendar--get-event-property-attributes)
23359 (icalendar--get-event-properties)
23360 (icalendar--datetime-to-diary-date): New functions.
23361 (icalendar--split-value): Doc fix.
23362 (icalendar--datetime-to-noneuropean-date)
23363 (icalendar--datetime-to-european-date): New optional argument
23364 SEPARATOR. Return result as a string instead of a list.
23365 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23366 (icalendar--convert-string-for-export): Rename arg S to STRING.
23367 (icalendar-export-region): Doc fix. Change name of error buffer.
23368 Save output buffer.
23369 (icalendar-import-file): Add blank at end of prompt.
23370 (icalendar-import-buffer): Doc fix. Do not switch to error
23371 buffer. Indicate status in return value.
23372 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23373 buffer. Save output buffer. Handle exception from recurrence
23374 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23375 events. Fix problems with weekly all-day events.
23376
23377 2005-02-10 Richard M. Stallman <rms@gnu.org>
23378
23379 * simple.el (eval-expression-print-format):
23380 Avoid warning about edebug-active.
23381
23382 * help.el (help-for-help-internal): Rename from help-for-help.
23383 (help-for-help): Define with defalias.
23384
23385 * font-core.el (font-lock-default-function): Use with-no-warnings.
23386
23387 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23388
23389 * custom.el (defface): Doc fix.
23390
23391 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23392
23393 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23394 width 0" to prevent word wrapping problems.
23395
23396 2005-02-09 Kim F. Storm <storm@cua.dk>
23397
23398 * ido.el (ido-file-extensions-order): New defcustom.
23399 (ido-file-extension-lessp, ido-file-extension-aux)
23400 (ido-file-extension-order): New advanced file ordering.
23401 (ido-file-lessp): New simple file ordering.
23402 (ido-sort-list): Remove.
23403 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23404 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23405
23406 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23407
23408 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23409 that some versions of grep produce.
23410 (grep-mode-font-lock-keywords): Likewise.
23411
23412 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23413
23414 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23415 (gdb-cdir): Delete.
23416 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23417 (gdb-source-info): Treat case when source file is in another
23418 directory properly.
23419 (gdb-get-location): New function.
23420
23421 2005-02-07 Jay Belanger <belanger@truman.edu>
23422
23423 * calc/calc-prog.el (calc-write-parse-table-part)
23424 (calc-fix-token-name): Fix a check for language type.
23425
23426 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23427
23428 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23429
23430 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23431 as directory not writable.
23432
23433 2005-02-07 Kim F. Storm <storm@cua.dk>
23434
23435 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23436 (cua--standard-movement-commands): Remove list.
23437 Instead, set CUA property value to move for movement commands.
23438 (cua-movement-commands): Remove. Users must set CUA prop instead.
23439 (cua--pre-command-handler): Check CUA property.
23440 (cua--init-keymaps): Don't remap undo commands.
23441 (cua-mode): Don't call cua--rectangle-on-off.
23442
23443 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23444 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23445 (cua--rect-undo-set-point): New var.
23446 (cua--rectangle-undo-boundary): Setup undo apply entry.
23447 (cua--rect-undo-handler): New function for rectangle undo.
23448 (cua--rect-start-position, cua--rect-end-position): Add.
23449 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23450 for restored rectangle. Set point if cua--rect-undo-set-point.
23451
23452 2005-02-06 Jay Belanger <belanger@truman.edu>
23453
23454 * calc/calc-lang.el (calc-tex-language): Display more information
23455 in messages.
23456
23457 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23458 in TeX mode.
23459
23460 2005-02-06 Richard M. Stallman <rms@gnu.org>
23461
23462 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23463
23464 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23465
23466 * net/ldap.el (ldap-search-internal): Support attributes with
23467 optional descriptions separated by a semi-colon, as in
23468 "userCertificate;binary".
23469
23470 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23471
23472 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23473 isn't a cons (i.e. the version is 0).
23474
23475 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23476
23477 * help.el (help-for-help): Doc fix.
23478
23479 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23480
23481 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23482 GDB-Windows on the menu-bar as this works better.
23483
23484 2005-02-04 Jay Belanger <belanger@truman.edu>
23485
23486 * calc/calc-embed.el (calc-embedded-update): Don't put in
23487 unnecessary newlines. Adjust the end of formula marker.
23488
23489 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23490 (math-latex-parse-two-args): New function.
23491
23492 2005-02-03 Lute Kamstra <lute@gnu.org>
23493
23494 * help-fns.el (help-with-tutorial): Make sure that users cannot
23495 remove the entire text of the tutorial by means of `undo'.
23496
23497 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23498
23499 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23500 in recent changes, where the ispell process was repeatedly
23501 killed & restarted.
23502
23503 * international/mule-cmds.el (set-locale-environment): Set file-name
23504 coding system to utf-8 on Darwin systems.
23505 (set-default-coding-systems): Don't set default-file-name-coding-system
23506 on Darwin systems.
23507
23508 2005-02-03 Richard M. Stallman <rms@gnu.org>
23509
23510 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23511
23512 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23513
23514 * faces.el (list-faces-display): Add optional argument.
23515
23516 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23517
23518 * font-core.el (font-lock-default-function): Handle the rare case where
23519 only font-lock-keywords is set.
23520
23521 2005-02-02 Kenichi Handa <handa@m17n.org>
23522
23523 * international/characters.el: Cancel previous change for
23524 I-WITH-DOT-ABOVE and DOTLESS-i.
23525
23526 * international/latin-5.el: Cancel previous change.
23527
23528 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23529
23530 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23531
23532 2005-02-02 Kenichi Handa <handa@m17n.org>
23533
23534 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23535 DOTLESS-i.
23536
23537 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23538 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23539
23540 * case-table.el (get-upcase-table): New function.
23541 (copy-case-table): Copy upcaes table too if non-nil.
23542 (set-case-syntax-delims): Maintain upcase table too.
23543 (set-case-syntax-pair): Likewise.
23544 (set-upcase-syntax, set-downcase-syntax): New functions.
23545 (set-case-syntax): Maintain upcase table too.
23546
23547 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23548
23549 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23550
23551 * progmodes/gud.el (gud-goto-info): New function.
23552 (gud-tool-bar-map): Use correct icon.
23553
23554 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23555
23556 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23557 When delegating, order args in the funcall correctly.
23558
23559 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23560
23561 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23562
23563 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23564
23565 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23566 buffer not visiting a file.
23567
23568 2005-01-31 Jay Belanger <belanger@truman.edu>
23569
23570 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23571 bound on the line with the formula.
23572
23573 2005-01-31 Kim F. Storm <storm@cua.dk>
23574
23575 * ses.el (ses-create-cell-variable-range)
23576 (ses-destroy-cell-variable-range, ses-reset-header-string)
23577 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23578 (ses-insert-row): Fix format of apply undo entries.
23579
23580 2005-01-31 Jay Belanger <belanger@truman.edu>
23581
23582 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23583 parts.
23584
23585 * calc/calc-embed.el (calc-embedded-open-formula)
23586 (calc-embedded-close-formula): Ignore matrix environments.
23587
23588 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23589 TeX mode.
23590
23591 * calc/calc-lang.el (math-function-table, math-oper-table)
23592 (math-variable-table): Adjust the LaTeX portions.
23593
23594 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23595 (math-latex-ignore-words): New constant.
23596
23597 2005-01-31 Richard M. Stallman <rms@gnu.org>
23598
23599 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23600 (ispell-local-dictionary): Doc fix.
23601 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23602 Don't reinitialize at run time. Don't defcustom.
23603 All uses changed to append ispell-local-dictionary-alist,
23604 or check it first.
23605 (ispell-current-dictionary): New variable for dictionary in use.
23606 (ispell-dictionary): Now used only for global default.
23607 (ispell-start-process): Set ispell-current-dictionary,
23608 not ispell-dictionary.
23609 (ispell-change-dictionary): Use this only for setting
23610 user preferences.
23611 (ispell-internal-change-dictionary): New function
23612 to change the current dictionary in use.
23613 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23614 Use ispell-current-dictionary.
23615 Handle ispell-local-dictionary-overridden.
23616 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23617
23618 2005-01-31 Jay Belanger <belanger@truman.edu>
23619
23620 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23621
23622 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23623 (calc-mode-map): Add calc-latex-language.
23624
23625 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23626 (math-latex-print-frac): New functions.
23627 (math-oper-table, math-function-table, math-variable-table)
23628 (math-complex-format, math-input-filter): Add latex properties.
23629 (calc-set-language): Set math-expr-special-function-mapping.
23630
23631 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23632 (calc-write-parse-table-part): Add LaTeX support.
23633
23634 * calc/calc.el (calc-language): Adjust docstring.
23635 (calc-set-mode-line): Add LaTeX support.
23636 (math-expr-special-function-mapping): New variable.
23637 (math-tex-ignore-words): Add to list.
23638
23639 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23640 Add LaTeX support.
23641 (math-compose-expr): Add support for special functions.
23642
23643 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23644
23645 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
23646
23647 * progmodes/gdb-ui.el (gdb-memory-address)
23648 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23649 (gdb-memory-mode-map, gdb-memory-format-keymap)
23650 (gdb-memory-format-menu, gdb-memory-unit-keymap)
23651 (gdb-memory-unit-menu): New variables for a buffer
23652 that lets the user examine program memory.
23653 (gdb-memory-set-address, gdb-memory-set-repeat-count)
23654 (gdb-memory-format-binary, gdb-memory-format-octal)
23655 (gdb-memory-format-unsigned, gdb-memory-format-signed)
23656 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23657 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23658 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23659 (gdb-memory-unit-byte, gdb-memory-unit-menu)
23660 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23661 (gdb-memory-mode, gdb-memory-buffer-name)
23662 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23663 New functions for above buffer.
23664
23665 2005-01-30 Richard M. Stallman <rms@gnu.org>
23666
23667 * cus-edit.el (custom-bury-buffer): Function deleted.
23668 (custom-buffer-done-function): Option deleted.
23669 (custom-buffer-done-kill): New replacement option.
23670 (Custom-buffer-done): Call quit-window.
23671 (custom-buffer-create-internal): Update for above changes.
23672
23673 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
23674
23675 * simple.el (undo-ask-before-discard): New var.
23676 (undo-outer-limit-truncate): Implement it.
23677 (undo-extra-outer-limit): Doc update.
23678
23679 2005-01-29 Richard M. Stallman <rms@gnu.org>
23680
23681 * ses.el (undo-more): Delete defadvice.
23682 (ses-begin-change): Doc fix.
23683
23684 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23685 instead of rebinding C-x u and C-_.
23686
23687 * files.el (normal-backup-enable-predicate): Return nil for files
23688 in /tmp, regardless of temporary-file-directory.
23689
23690 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23691
23692 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23693 (open-rectangle, delete-whitespace-rectangle-line)
23694 (clear-rectangle-line): If FILL, pass t instead of FILL
23695 for move-to-column's 2nd arg.
23696
23697 * simple.el (undo): Fix the test for continuing a series of undos.
23698 (undo-more): Set pending-undo-list to t when we reach end.
23699 (pending-undo-list): Move up defvar.
23700
23701 * wid-edit.el (widget-button-click):
23702 Shorten the range of the track-mouse binding.
23703
23704 * comint.el (comint-insert-input): Undo previous changes;
23705 use last-input-event in interactive spec.
23706
23707 2005-01-29 Eli Zaretskii <eliz@gnu.org>
23708
23709 * progmodes/compile.el (compilation-start): Bind buffer-read-only
23710 to nil before invoking call-process. Reset buffer's modified flag
23711 after fontifying it in the no-async branch.
23712
23713 * wid-edit.el (widget-specify-button): If mouse pointer shape
23714 cannot be changed, use mouse face instead.
23715
23716 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
23717
23718 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
23719 (gdb-goto-breakpoint): Make breakpoint handling work on template
23720 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
23721 (gdb-assembler-custom): Update to recognize breakpoint information
23722 added on 2005-01-19.
23723
23724 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23725
23726 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
23727 (dsssl-mode): Use define-derived-mode.
23728 (scheme-mode-initialize): Remove.
23729 (scheme-mode): Use run-mode-hooks.
23730
23731 * cus-edit.el (customize-group-other-window)
23732 (custom-buffer-create-other-window): Don't override special-display-*.
23733 (custom-mode-map): Make it dense.
23734
23735 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
23736 sets the default value.
23737
23738 2005-01-28 Eli Zaretskii <eliz@gnu.org>
23739
23740 * descr-text.el: Add more keywords.
23741
23742 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
23743
23744 * speedbar.el: Avoid unnecessary use of locate-library.
23745
23746 * international/mule-cmds.el (standard-display-european-internal):
23747 Don't fiddle with latin-1 non-break space any more since it's now
23748 special cased in the C code.
23749 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
23750
23751 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
23752
23753 * cus-start.el (all): Add `undo-outer-limit'.
23754
23755 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23756
23757 * textmodes/bibtex.el (bibtex-format-entry):
23758 Use `bibtex-empty-field-re' only on the text of fields, not on entire
23759 field lines.
23760 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
23761 not on part of a buffer.
23762
23763 2005-01-25 Lute Kamstra <lute@gnu.org>
23764
23765 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
23766 nonempty field text strings like "{letters\\macro{}more letters}".
23767 Clarify docstring.
23768 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
23769 (bibtex-entry-offset, bibtex-parse-association)
23770 (bibtex-parse-field-name): Fix typos in docstrings.
23771 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
23772
23773 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
23774
23775 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
23776 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
23777 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
23778 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
23779
23780 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
23781 isearch minor mode.
23782
23783 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
23784
23785 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
23786
23787 2005-01-24 Lute Kamstra <lute@gnu.org>
23788
23789 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
23790 CASECHARS and NOT-CASECHARS regular expressions of the
23791 "nederlands" and "nederlands8" dictionaries to prevent a "Range
23792 striding over charsets" error.
23793
23794 2005-01-24 Jay Belanger <belanger@truman.edu>
23795
23796 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
23797 display variable name.
23798
23799 2005-01-24 Kenichi Handa <handa@m17n.org>
23800
23801 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
23802 Fix setting of the element of encoded-kbd-iso2022-invocations.
23803
23804 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
23805
23806 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
23807 (gdb-threads-select): Change to also accept mouse events.
23808 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
23809 (gdb-threads-mouse-select): Delete.
23810
23811 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
23812
23813 * files.el (insert-directory): Take care of empty directory,
23814 listed without -a switch.
23815
23816 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
23817
23818 * textmodes/refill.el (refill-post-command-function):
23819 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
23820 to the list of functions that we should be careful not to undo.
23821 (refill-late-fill-paragraph-function): Remove.
23822 (refill-saved-state): New var.
23823 (refill-mode): Use it to save fill-paragraph-function.
23824 Save also the value of auto-fill-function.
23825
23826 * term/w32-win.el: Simplify code.
23827
23828 2005-01-23 Kim F. Storm <storm@cua.dk>
23829
23830 * simple.el (line-move): Adapt to new return value from
23831 pos-visible-in-window-p.
23832
23833 * simple.el (line-move): Fix last change. Check partial
23834 visibility at point rather than at window-start.
23835
23836 2005-01-22 Jason Rumney <jasonr@gnu.org>
23837
23838 * term/w32-win.el (xw-defined-colors): Remove debug-message.
23839
23840 2005-01-22 David Kastrup <dak@gnu.org>
23841
23842 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
23843
23844 2005-01-22 Eli Zaretskii <eliz@gnu.org>
23845
23846 * type-break.el (type-break-mode): Add a test for
23847 type-break-file-name being non-nil.
23848
23849 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
23850
23851 * net/eudc.el (top level): Call (message "") via progn, so that
23852 eudc-options-file is loaded.
23853
23854 2005-01-22 Kim F. Storm <storm@cua.dk>
23855
23856 * simple.el (line-move-1): Rename from line-move.
23857 (line-move): New function that adjusts vscroll for partially
23858 visible rows, and calls line-move-1 otherwise.
23859
23860 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
23861
23862 * pcomplete.el: Define pcomplete-read-event instead of read-event,
23863 since it's not a complete read-event implementation
23864
23865 2005-01-20 Jay Belanger <belanger@truman.edu>
23866
23867 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
23868 for called function.
23869
23870 2005-01-20 Steven Tamm <steventamm@mac.com>
23871
23872 * term/mac-win.el (process-connection-type): Remove.
23873 Controlled now by s/darwin.h:PTY_ITERATION.
23874
23875 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
23876
23877 * window.el (handle-select-window): Don't switch window when we're
23878 in the minibuffer.
23879
23880 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
23881
23882 * subr.el (dotimes-with-progress-reporter): New macro.
23883
23884 * ses.el (ses-dotimes-msg): Remove macro.
23885 Use `dotimes-with-progress-reporter' instead.
23886
23887 2005-01-19 Steven Tamm <steventamm@mac.com>
23888
23889 * term/mac-win.el (process-connection-type): Use new
23890 operating-system-release variable to use ptys on Darwin 7 (OS X
23891 10.3) when using carbon build.
23892
23893 2005-01-19 Jay Belanger <belanger@truman.edu>
23894
23895 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
23896 flags if the last command was a tab or M-tab.
23897
23898 * calc/calc-prog.el (calc-user-define-edit): Put original formula
23899 in formula editing buffer.
23900
23901 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23902
23903 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
23904 breakpoint image symbol in margin.
23905
23906 2005-01-19 Jay Belanger <belanger@truman.edu>
23907
23908 * calc/calc-prog.el (calc-execute-kbd-macro):
23909 Ignore calc-keep-arg-flag.
23910
23911 2005-01-19 Kenichi Handa <handa@m17n.org>
23912
23913 * textmodes/ispell.el (ispell-looking-at): New function.
23914 (ispell-process-line): Use ispell-looking-at to compare the ispell
23915 output and the buffer contents.
23916
23917 2005-01-18 Jay Belanger <belanger@truman.edu>
23918
23919 * calc/calc.el (calc-display-raw): Fix docstring.
23920
23921 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
23922
23923 * simple.el (blink-matching-open): Strip extra info from syntax.
23924
23925 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
23926 funny chars in the end-of-here-doc marker.
23927
23928 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23929
23930 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
23931 that enable/disabled state of breakpoints is shown correctly in
23932 fringe and on ttys.
23933 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
23934 Add breakpoint information as text properties.
23935 (gdb-mouse-toggle-breakpoint):
23936 Rename to gdb-mouse-set-clear-breakpoint.
23937 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
23938 breakpoints in the margin.
23939 (gdb-remove-strings): Simplify.
23940
23941 2005-01-17 Jay Belanger <belanger@truman.edu>
23942
23943 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
23944 erasing buffer.
23945
23946 2005-01-17 Richard M. Stallman <rms@gnu.org>
23947
23948 * progmodes/grep.el (grep-find): Copy from `grep' the condition
23949 for calling grep-compute-defaults.
23950
23951 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
23952 if buffer is empty.
23953
23954 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
23955
23956 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
23957
23958 * hilit-chg.el (highlight-changes-mode): Don't autoload.
23959
23960 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
23961 non-preloaded variables.
23962
23963 2005-01-17 Steven Tamm <steventamm@mac.com>
23964
23965 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
23966 tex-shell cause to force interactivity when using pipes.
23967
23968 2005-01-17 Kim F. Storm <storm@cua.dk>
23969
23970 * simple.el (just-one-space): Make arg optional.
23971
23972 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
23973
23974 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
23975 posn-at-x-y to t to access left-margin.
23976
23977 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
23978
23979 Sync with Tramp 2.0.47.
23980
23981 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
23982 catching keep-date problems in cp/scp operations.
23983 (tramp-handle-copy-file): Don't call `set-file-modes'
23984 unconditionally. Specialized functions should know better what is
23985 necessary. This improves performance a little bit, and the
23986 functions could catch errors with `cp -p' and `scp -p'.
23987 (tramp-do-copy-or-rename-file-via-buffer)
23988 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
23989 when appropriate.
23990 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
23991 Call `set-file-modes' when appropriate.
23992 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
23993 Johnsson <isak@hypergene.com>
23994 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
23995 of both Tramp buffer and debug buffer. Reported by Joakim Verona
23996 <joakim@verona.se>
23997 (tramp-file-name-for-operation): Mark `shell-command' as magic for
23998 Emacs only.
23999
24000 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24001 `find-file-hooks' and `dired-mode-hook'.
24002 (tramp-minor-mode-map): Respective map. Add remapping for
24003 `compile' and `recompile'.
24004 (tramp-remap-command, tramp-recompile): New defuns.
24005 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24006 in buffer "*Compilation*". Call the commands asynchronously.
24007
24008 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24009 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24010 `shell-command', because it isn't magic in XEmacs. Reported by
24011 Adrian Aichner <adrian@xemacs.org>.
24012
24013 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24014 `substitute-in-file-name.
24015 (tramp-smb-handle-substitute-in-file-name): New defun.
24016 (tramp-smb-advice-PC-do-completion): Delete advice.
24017
24018 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24019
24020 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24021 Fix error in deleting region.
24022
24023 2005-01-15 Richard M. Stallman <rms@gnu.org>
24024
24025 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24026 In non-temp buffer, switch syntax table temporarily.
24027
24028 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24029
24030 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24031
24032 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24033
24034 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24035 (imenu--generic-function): Use START, not BEG, as pos of definition.
24036
24037 * simple.el (just-one-space): Argument specifies number of spaces.
24038
24039 * simple.el (eval-expression-print-format): Avoid warning
24040 about edebug-active.
24041
24042 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24043
24044 * progmodes/sh-script.el: Code copied from make-mode.el
24045 with small changes,
24046 (sh-mode-map): Bind C-c C-\.
24047 (sh-backslash-column, sh-backslash-align): New variables.
24048 (sh-backslash-region, sh-append-backslash): New functions.
24049
24050 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24051
24052 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24053 (rmail-pop-password, rmail-pop-password-required): Move to
24054 rmail-obsolete group.
24055 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24056 All callers updated.
24057 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24058 Take an argument specifying whether it is POP or IMAP mailbox we
24059 are using. All callers updated.
24060 (rmail-pop-password-error): Rename to
24061 rmail-remote-password-error. Added mailutils-specific error message.
24062 (rmail-movemail-search-path)
24063 (rmail-movemail-variant-in-use): New variables.
24064 (rmail-remote-password, rmail-remote-password-required):
24065 New customization variables.
24066 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24067 (rmail-parse-url): New function.
24068 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24069 with GNU mailutils movemail.
24070
24071 2005-01-15 Kevin Ryde <user42@zip.com.au>
24072
24073 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24074 suffix to space, $ or '$, to correctly position point when going
24075 to @table style constants like DBL_MAX.
24076
24077 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24078
24079 * type-break.el (type-break-mode, type-break-file-time)
24080 (type-break-file-keystroke-count, type-break-choose-file):
24081 Don't store data in or load data from the file if type-break-file-name
24082 is nil.
24083 (type-break-file-name): Doc update as per the above.
24084
24085 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24086
24087 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24088 lookup-key might return nil; handle that.
24089
24090 2005-01-15 Alan Mackenzie <acm@muc.de>
24091
24092 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24093 rather than the element found, thus enabling the tree to be setcar'd.
24094
24095 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24096
24097 * textmodes/org.el (org-show-following-heading): New option.
24098 (org-show-hierarchy-above): Use `org-show-following-heading'.
24099 (org-cycle): Documentation fix.
24100
24101 * textmodes/org.el (orgtbl-optimized): New option
24102 (orgtbl-mode): New command, a minor mode.
24103 (orgtbl-mode-map): New variable.
24104 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24105 (orgtbl-error, orgtbl-self-insert-command)
24106 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24107
24108 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24109 a local variable in each org-mode buffer.
24110
24111 * textmodes/org.el (org-set-regexps-and-options): Rename from
24112 `org-set-regexps'. Added checking for STARTUP keyword.
24113 (org-get-current-options): Add STARTUP options.
24114 (org-table-insert-row): Make mode intelligent about when
24115 realignment is needed.
24116 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24117 New commands.
24118 (org-enable-table-editor): New default value `optimized'.
24119 (org-table-blank-field): Support blanking regions if active.
24120
24121 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24122
24123 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24124 if the year is not given.
24125
24126 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24127 Add new escapes %m and %M, fixed bug with %F by adding
24128 save-match-data.
24129 (reftex-reference): Remove ?. from list of spaces.
24130 (reftex-label-info): Add automatic label prefix recognition.
24131
24132 * textmodes/reftex-index.el (reftex-index-next-phrase):
24133 Add slave parameter to call of `reftex-index-this-phrase'.
24134 (reftex-index-this-phrase): New optional argument.
24135 (reftex-index-region-phrases): Add slave parameter to call of
24136 `reftex-index-this-phrase'.
24137 (reftex-display-index): New argument redo.
24138 (reftex-index-rescan): Add `redo' to arguments of
24139 `reftex-display-index'.
24140 (reftex-index-Rescan, reftex-index-revert)
24141 (reftex-index-switch-index-tag): Add `redo' to arguments of
24142 `reftex-display-index'.
24143 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24144 indexing. Fix bug with matching is there is a quote before or
24145 after the word.
24146
24147 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24148 Fix bug when collecting citation keys in lines with comments.
24149 (reftex-citation): Prefix argument no longer rescans the document,
24150 but forces prompting for optional arguments of cite macros.
24151 (reftex-do-citation): Prompting for optional arguments implemented.
24152
24153 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24154 Add optional arguments to most cite commands.
24155 (reftex-cite-cleanup-optional-args): New option
24156 (reftex-cite-prompt-optional-args): New option.
24157 (reftex-trust-label-prefix): New option.
24158
24159 * textmodes/reftex-toc.el (reftex-toc-find-section):
24160 Add push-mark before changing the position in the buffer.
24161
24162 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24163 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24164
24165 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24166
24167 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24168 more carefully.
24169
24170 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24171
24172 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24173 (sgml-mode): Use it.
24174 (sgml-get-context): Better keep track of implicitly closed tags.
24175
24176 2005-01-13 Kenichi Handa <handa@m17n.org>
24177
24178 * textmodes/ispell.el: These changes are to fix misalignment error
24179 caused by equivalent characters of different Emacs charsets.
24180 (ispell-unified-chars-table): New variable.
24181 (ispell-get-decoded-string): New function.
24182 (ispell-get-casechars, ispell-get-not-casechars)
24183 (ispell-get-otherchars): Call ispell-get-decoded-string.
24184
24185 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24186
24187 * custom.el (custom-declare-variable): Just put symbol instead
24188 of (defvar . symbol) in `current-load-list'.
24189
24190 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24191
24192 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24193
24194 2005-01-12 Jay Belanger <belanger@truman.edu>
24195
24196 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24197 to create a Calc summary.
24198
24199 2005-01-12 Kim F. Storm <storm@cua.dk>
24200
24201 * mouse.el (mouse-on-link-p): Change functionality and doc
24202 string to comply with latest description in lisp ref.
24203
24204 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24205
24206 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24207 Enable mouse clicks on mode-line, header-line and margin.
24208 (event-type): Give mouse event symbols an `event-kind' property
24209 with value `mouse-click'.
24210
24211 2005-01-12 Juri Linkov <juri@jurta.org>
24212
24213 * facemenu.el (list-colors-display): Add new arg buffer-name.
24214 Use it. Fix docstring. Replace code for identifying duplicate
24215 colors by the name with call to `list-colors-duplicates' which
24216 identifies duplicate colors by the value unless the color
24217 is one of special Windows colors. Set truncate-lines to t.
24218 Print sorted duplicate color names on each line. Indent to 22
24219 \(the longest color name in rgb.txt) instead of 20. Optimize.
24220 (list-colors-duplicates): New function.
24221 (facemenu-color-name-equal): Delete function.
24222
24223 * facemenu.el (list-colors-print): New function created from code
24224 in list-colors-display. Print #RRGGBB at the window right edge.
24225 (list-colors-display): When temp-buffer-show-function is not
24226 defined, call list-colors-print from temp-buffer-show-hook
24227 to get the right value of window-width in list-colors-print
24228 after the buffer is displayed.
24229
24230 * simple.el (pop-mark): Move deactivate-mark out of conditional
24231 part to deactivate the active mark regardless of the state of the
24232 mark ring.
24233
24234 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24235 variables line in desktop files.
24236
24237 2005-01-12 Juri Linkov <juri@jurta.org>
24238
24239 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24240 Bring together isearch highlight related options.
24241 (lazy-highlight): Replace group `replace' by `matching'.
24242 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24243 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24244 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24245 and declare them obsolete.
24246 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24247 (isearch-faces): Remove defgroup.
24248 (isearch-overlay, isearch-highlight, isearch-dehighlight):
24249 Move isearch highlighting code closer to lazy highlighting code.
24250
24251 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24252 (query-replace-highlight, query-replace-lazy-highlight)
24253 (query-replace): Move definitions to the beginning of the file.
24254
24255 2005-01-11 Juri Linkov <juri@jurta.org>
24256
24257 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24258 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24259 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24260
24261 * info.el (Info-history-forward): New variable.
24262 (Info-select-node): Reset Info-history-forward to nil.
24263 (Info-last): Turn into defalias.
24264 (Info-history-back): Rename from Info-last.
24265 Add current node to Info-history-forward.
24266 (Info-history-forward): New fun.
24267 (Info-mode-map): Replace Info-last by Info-history-back.
24268 Bind Info-history-forward to "r".
24269 (Info-mode-menu): Replace Info-last by Info-history-back.
24270 Fix menu item text. Add menu item for Info-history-forward.
24271 (info-tool-bar-map): Replace Info-last by Info-history-back.
24272 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
24273 for Info-history-forward.
24274 (Info-mode): Replace Info-last by Info-history-back in docstring.
24275 Add local variable Info-history-forward.
24276 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24277
24278 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
24279
24280 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24281 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24282 Ignore select-window events rather than fiddle with
24283 mouse-autoselect-window.
24284
24285 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
24286
24287 * type-break.el (type-break-mode): Fix previous change.
24288
24289 2005-01-10 Jay Belanger <belanger@truman.edu>
24290
24291 * calc/calc-ext.el (calc-reset): Reset when inside embedded
24292 calculator; only reset when point is inside a calculator.
24293 Don't adjust the window height if the window takes up the whole height
24294 of the frame.
24295
24296 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
24297
24298 * ebuff-menu.el (Electric-buffer-menu-mode):
24299 Preserve value of buffer-local var header-line-format.
24300
24301 2005-01-09 Jay Belanger <belanger@truman.edu>
24302
24303 * calc/calc.el (calc-mode-var-list-restore-saved-values):
24304 Make sure settings file exists before accessing it.
24305
24306 * calc/calc-embed.el (calc-embedded-subst):
24307 Replace math-multi-subst-rec, which is only supposed to be called
24308 by math-multi-subst, by math-multi-subst.
24309
24310 2005-01-09 Andre Spiegel <spiegel@gnu.org>
24311
24312 * vc.el (vc-allow-async-revert): New user option.
24313 (vc-disable-async-diff): New internal variable.
24314 (vc-revert-buffer): Use them to disable asynchronous diff.
24315
24316 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24317 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24318 asynchronously if vc-disable-async-diff is t.
24319
24320 2005-01-09 Jay Belanger <belanger@truman.edu>
24321
24322 * calc/calc.el (defcalcmodevar): New macro.
24323 (calc-mode-var-list-restore-default-values)
24324 (calc-mode-var-list-restore-saved-values): New functions.
24325 (calc-mode-var-list): Use defcalcmodevar to define it.
24326 (calc-always-load-extensions, calc-line-numbering)
24327 (calc-line-breaking, calc-display-just, calc-display-origin)
24328 (calc-number-radix, calc-leading-zeros, calc-group-digits)
24329 (calc-group-char, calc-point-char, calc-frac-format)
24330 (calc-prefer-frac, calc-hms-format, calc-date-format)
24331 (calc-float-format, calc-full-float-format, calc-complex-format)
24332 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24333 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24334 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24335 (calc-matrix-brackets, calc-language, calc-language-option)
24336 (calc-left-label, calc-right-label, calc-word-size)
24337 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24338 (calc-display-raw, calc-internal-prec, calc-angle-mode)
24339 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24340 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24341 (calc-window-height, calc-display-trail, calc-show-selections)
24342 (calc-use-selections, calc-assoc-selections)
24343 (calc-display-working-message, calc-auto-why, calc-timing)
24344 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24345 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24346 (calc-gnuplot-default-device, calc-gnuplot-default-output)
24347 (calc-gnuplot-print-device, calc-gnuplot-print-output)
24348 (calc-gnuplot-geometry, calc-graph-default-resolution)
24349 (calc-graph-default-resolution-3d, calc-invocation-macro)
24350 (calc-show-banner): Use defcalcmodevar to declare them and set
24351 their default values.
24352
24353 * calc/calc-ext.el (calc-reset): Restore saved values of variables
24354 instead of default values (but restore default values if there is
24355 an argument of 0).
24356
24357 2005-01-09 David Kastrup <dak@gnu.org>
24358
24359 * desktop.el (desktop-restore-eager): Fix typo in type.
24360
24361 2005-01-08 Richard M. Stallman <rms@gnu.org>
24362
24363 * cus-edit.el (customize): Delete :link.
24364
24365 2005-01-08 Jay Belanger <belanger@truman.edu>
24366
24367 * calc/calc.el (calc-mode): Remove the extension from the
24368 `calc-settings-file' file name when loading it.
24369
24370 2005-01-08 Kim F. Storm <storm@cua.dk>
24371
24372 * info.el (Info-mode-map, Info-next-link-keymap)
24373 (Info-prev-link-keymap, Info-up-link-keymap):
24374 Map follow-link to mouse-face.
24375 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24376
24377 2005-01-08 Jay Belanger <belanger@truman.edu>
24378
24379 * calc/calc.el (calc-settings-file): Change default value.
24380 Suggested by cgw in a comment in calc-mode.el.
24381
24382 * calc/calc-mode.el (calc-settings-file-name):
24383 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24384 Replace ~/.emacs in a prompt by calc-settings-file.
24385
24386 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24387
24388 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24389 (desktop-lazy-idle-delay): New customizable variables.
24390 (desktop-buffer-args-list): New variable.
24391 (desktop-append-buffer-args): New function.
24392 (desktop-save): Call desktop-append-buffer-args for some buffers.
24393 (desktop-lazy-create-buffer): New function.
24394 (desktop-idle-create-buffers): New function.
24395 (desktop-read): Add message about buffers to restore lazily.
24396 (desktop-lazy-abort): New command.
24397 (desktop-clear): Call desktop-lazy-abort.
24398 (desktop-lazy-complete): New command.
24399
24400 2005-01-06 Richard M. Stallman <rms@gnu.org>
24401
24402 * emacs-lisp/find-func.el (find-face-definition):
24403 Rename from find-face.
24404
24405 2005-01-06 Kim F. Storm <storm@cua.dk>
24406
24407 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24408
24409 * man.el (Man-xref-man-page, Man-xref-header-file)
24410 (Man-xref-normal-file): Add follow-link property.
24411
24412 2005-01-06 Jay Belanger <belanger@truman.edu>
24413
24414 * calc/calc-units.el: Make sure the proper macro definitions are
24415 available when compiling.
24416
24417 2005-01-06 Juri Linkov <juri@jurta.org>
24418
24419 * isearch.el (isearch-lazy-highlight-update):
24420 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24421
24422 2005-01-06 Miles Bader <miles@gnu.org>
24423
24424 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24425 (isearch-lazy-highlight-face): Use new name.
24426
24427 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24428
24429 * uniquify.el (uniquify-rationalize-file-buffer-names):
24430 Re-add an interactive spec.
24431 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24432 to the same name.
24433
24434 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24435 (isearch-update, isearch-done): Adjust calls accordingly.
24436
24437 2005-01-05 Richard M. Stallman <rms@gnu.org>
24438
24439 * custom.el (custom-set-variables, custom-theme-set-variables):
24440 Clarify documentation.
24441
24442 * emacs-lisp/find-func.el (find-variable)
24443 (find-variable-other-window, find-variable-other-frame):
24444 Fix the TYPE args to find-function-read and find-function-do-it.
24445 (find-function): Doc fix.
24446 (find-function-at-point): Replace function-at-point alias.
24447
24448 2005-01-04 Richard M. Stallman <rms@gnu.org>
24449
24450 * cus-face.el (custom-declare-face):
24451 Record defface in current-load-list.
24452
24453 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24454
24455 * emacs-lisp/find-func.el: Doc fixes.
24456 (find-face-regexp): New variable.
24457 (find-function-regexp-alist): New variable.
24458 (find-function-C-source): Third arg is now TYPE.
24459 (find-function-search-for-symbol): Handle general TYPE.
24460 (find-function-read, find-function-do-it): Handle general TYPE.
24461 (find-definition-noselect, find-face): New functions.
24462 (function-at-point): Alias deleted.
24463
24464 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24465
24466 * battery.el (display-battery-mode): Rename from display-battery.
24467 Handle the case where it gets turned off.
24468
24469 2005-01-04 Richard M. Stallman <rms@gnu.org>
24470
24471 * cus-edit.el (customize): Make :link point to user doc.
24472
24473 * man.el (Man-fontify-manpage): Turn off undo generation.
24474
24475 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24476
24477 2005-01-04 Andreas Schwab <schwab@suse.de>
24478
24479 * files.el (insert-directory): Only look for error lines in
24480 inserted text. Don't move too far after processing --dired markers.
24481
24482 2005-01-04 Richard M. Stallman <rms@gnu.org>
24483
24484 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24485 Don't expand if the character is @, period, dash, etc.
24486 (define-mail-abbrev): Quote names that contain problem characters.
24487
24488 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24489
24490 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24491
24492 2005-01-03 Richard M. Stallman <rms@gnu.org>
24493
24494 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24495 (query-replace-highlight, query-replace-lazy-highlight)
24496 (query-replace): Definitions moved up. Doc fix.
24497
24498 2005-01-03 Richard M. Stallman <rms@gnu.org>
24499
24500 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24501 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24502 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24503 (lazy-highlight-face): Rename from isearch-lazy-...
24504 Change all references to them.
24505
24506 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24507
24508 * cus-edit.el (custom-file): Doc fix for defcustom.
24509 (custom-file): The function no longer sets the variable
24510 `custom-file' to its return value.
24511
24512 * startup.el (command-line): No longer load `custom-file'.
24513
24514 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24515
24516 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24517
24518 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24519 Don't confuse module-prefixed identifiers for labels.
24520 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24521
24522 2005-01-02 Richard M. Stallman <rms@gnu.org>
24523
24524 * files.el (basic-save-buffer-1): Fix previous change.
24525
24526 * loadhist.el (file-loadhist-lookup): New function.
24527 (file-provides, file-requires): Use it.
24528
24529 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24530 instead of calculating the right size.
24531
24532 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24533
24534 * vc-svn.el (vc-svn-diff): Stay local if possible.
24535
24536 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24537
24538 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24539
24540 * files.el (hack-local-variables): Fix last change.
24541
24542 2005-01-02 Jay Belanger <belanger@truman.edu>
24543
24544 * calc/calc-yank.el (calc-edit-top): New variable.
24545 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24546 object. Change header properties.
24547 (calc-edit-finish, calc-edit-finish-stack-object)
24548 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24549 edited object.
24550 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24551 for the beginning of the edited object.
24552 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24553 for the beginning of the edited object.
24554 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24555 (calc-finish-formula-edit, calc-macro-repeats)
24556 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24557 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24558 beginning of the edited object.
24559 (calc-user-define-edit): Change the header for editing macros.
24560 Remove unnecessary variable.
24561
24562 2005-01-01 Jay Belanger <belanger@truman.edu>
24563
24564 * calc/calc-yank.el (calc-edit-mode): Change default header.
24565 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24566 * calc/calc-store.el (calc-edit-variable): Change title to match new
24567 header.
24568 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24569 mode to match new header.
24570 (calc-user-define-edit): Change titles to include names of commands.
24571 (calc-finish-formula-edit): Adjust to handle new header.
24572 (calc-finish-macro-edit): Remove.
24573 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24574 (calc-edit-macro-command, calc-edit-macro-command-type)
24575 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24576 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24577 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24578 (calc-edit-macro-finish-edit): New functions.
24579 (calc-user-define-edit): Use new functions to edit named calc macros.
24580
24581 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24582
24583 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24584
24585 * ses.el (copy-region-as-kill): Deactivate mark.
24586
24587 2005-01-01 Richard M. Stallman <rms@gnu.org>
24588
24589 * replace.el (occur-1): If the output buffer is also an input,
24590 don't kill it, rename it.
24591
24592 * faces.el (set-face-background, set-face-foreground): Doc fix.
24593
24594 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24595 for :foreground and :background.
24596
24597 * dired.el (dired-view-command-alist): Variable deleted.
24598 (dired-view-file, dired-mouse-find-file-other-window):
24599 Delete the code to use it.
24600
24601 2005-01-01 Kim F. Storm <storm@cua.dk>
24602
24603 * image.el (insert-sliced-image): Use t for line-height property.
24604
24605 See ChangeLog.11 for earlier changes.
24606
24607 ;; Local Variables:
24608 ;; coding: iso-2022-7bit
24609 ;; End:
24610
24611 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24612 Copying and distribution of this file, with or without modification,
24613 are permitted provided the copyright notice and this notice are preserved.
24614
24615 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1